summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp
AgeCommit message (Expand)Author
2008-10-22Remove OpenGL stuff from Globals.h. Stuff that doesn't use GL shouldn't inclu...hrydgard
2008-10-17Massive style & comment cleanup of (mostly) GL plugin - also split some large...hrydgard
2008-10-13Add CPUCompare variables to INI file and also make the gamelist look sexy on ...Sonicadvance1
2008-10-12Patch by omegadox. fixed bloomdaco65
2008-10-10Fix Linux compiling and Make Filesystemviewer show MakerID correctlySonicadvance1
2008-10-09Added the StretchToFit option to the config menu in the OpenGL plugin. This f...John Peterson
2008-10-05add svnrev.h to linuxnakeee
2008-10-02Making sure nothing broke on windowsnakeee
2008-10-02all this to make stop work without message passingnakeee
2008-10-02experimental multi-core support on linuxnakeee
2008-09-26A try to fix up input race between glinit and padsimplenakeee
2008-09-22Fixed compile warning when compiling with SDL support.Maarten ter Huurne
2008-09-17Linux: Makes keyboard state save/loading work. I put it in the GL plugin so i...Sonicadvance1
2008-09-17Fix padsimple to workSonicadvance1
2008-09-13Some ATI cards have both ATI_draw_buffers AND ARB_draw_buffers, if both, go w...Sonicadvance1
2008-09-13Linux: Fixed Crashing problem due to locking problems with Xevents in the cal...Sonicadvance1
2008-09-10Moved SysMessage() from the video plugin into the main app, so the GUI and no...Maarten ter Huurne
2008-09-08Added some Fog functions to the GL plugin, doesn't effect games at all. Quick...Sonicadvance1
2008-09-07Linux: Moved resize to the callback function, where the Xevents are being che...Sonicadvance1
2008-09-05Linux: Made PadSimple actually work in Linux, removed the SDL dependency sinc...Sonicadvance1
2008-09-01Your Holy savior has come to save the day. Also fixed compiling in Linux, a m...Sonicadvance1
2008-08-26Include system headers using "#include <file.h>", so GCC will not issue warni...Maarten ter Huurne
2008-08-26Implemented OpenGL_Update() for SDL.Maarten ter Huurne
2008-08-26Restructured OpenGL_Update() to reduce duplicated code.Maarten ter Huurne
2008-08-26Support SDL video on any platform. It is only enabled by default on Mac OS X ...Maarten ter Huurne
2008-08-25Remove MACOSX define, now use __APPLE__tmator
2008-08-24For the SDL version of this driver, set the video mode in the CPU thread, oth...Maarten ter Huurne
2008-08-24Linux: When you resize Window, it now resizes video, if you go above start di...Sonicadvance1
2008-08-24Windows Build Fix for GL plugin from my last revSonicadvance1
2008-08-24GL plugin now centers video output, you can set it to render to the full wind...Sonicadvance1
2008-08-23Forgot to put GL in the Windows Title bar as wellSonicadvance1
2008-08-23Should fix Linux building, also adds GL/DX to the title in their respective p...Sonicadvance1
2008-08-22Include SDL header as "SDL.h". This works with the CFLAGS output of pkg-confi...Maarten ter Huurne
2008-08-21Move some code out of the plugins into VideoCommon. No functional change.hrydgard
2008-08-20fix for fullscreen for both video plugins in windowsShawn Hoffman
2008-08-17Mostly fix for OGL plugin, putting it's shaders in the right place, few other...Sonicadvance1
2008-08-15Some more fixes for GL plugin, getting ready for AA, and maybe some proper cl...Sonicadvance1
2008-08-15Maybe quick fix for WindowsSonicadvance1
2008-08-15GL Plugin Now has High res instead of stretching to the res. No AA yet and sh...Sonicadvance1
2008-08-13Yet another bunch of optimizations and cleanup. hrydgard
2008-08-13fix sdl init video : mthuurnetmator
2008-08-13win32 build fix - no #elifdef on MSVChrydgard
2008-08-12better sdl codetmator
2008-08-12Added mth patchs / icon and a fist SDL support on OGL plugin, not work ... tmator
2008-08-08Fix shader cache bugs, improving linux speed. Remove some unnecessary printfs.hrydgard
2008-08-08Enable more parts of the JIT under linuxhrydgard
2008-08-08GL plugin now Updates it's title bar in Linux. No gui also works, change it i...Sonicadvance1
2008-08-07static-ified a lot of vars to prevent name collisions with plugins, other cos...hrydgard
2008-08-06windows: added resolutions and made the window sizing a bit better. linux: #i...Shawn Hoffman
2008-07-30Potential fix for full screen GL in Windows, and fixes for both Linux and MacSonicadvance1