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