| Age | Commit message (Expand) | Author |
| 2013-10-02 | Merge branch 'fix-field-ordering' | Scott Mansell |
| 2013-09-07 | Move the creation of the GLInterface (and hence the video backend | Glenn Rice |
| 2013-09-02 | Removal of my terrible idea. | Ryan Houdek |
| 2013-09-02 | [Android] Make texture loading/deleting/drawing backend non-specific by makin... | Ryan Houdek |
| 2013-05-25 | [Android] Qualcomm drivers require that the EGL context is created on the sam... | Ryan Houdek |
| 2013-04-17 | New license header introduced to all Video based projects. | Lioncash |
| 2013-04-13 | Clean up most (99.99%) of the tab/space mismatches in the VideoSoftware project. | Lioncash |
| 2013-04-13 | Extend our OSD class to support callbacks on init, onframe, and shutdown. | Ryan Houdek |
| 2013-04-09 | ChunkFile has allowed me to accidentally "Do" a non-POD for the last time! | Jordan Woyak |
| 2013-03-06 | Merge branch 'master' into GLSL-master | degasus |
| 2013-03-01 | Merge branch 'master' into perfqueries. | NeoBrainX |
| 2013-02-26 | Not sure if this is the right way to handle this, but it makes the save state... | Rachel Bryk |
| 2013-02-26 | Abort loading states from incompatible graphics backends. | Rachel Bryk |
| 2013-02-26 | Split VideoBackend::Cleanup from Shutdown. | degasus |
| 2013-02-26 | Improve VideoSoftware save states. They are fairly stable, but not perfect. O... | Rachel Bryk |
| 2013-02-25 | Begin implementing save states to video software. Kind of works, sometimes. | Rachel Bryk |
| 2013-02-18 | Merge branch 'master' into GLSL-master | degasus |
| 2013-02-16 | Fix OGL perf queries and make them not slow! | Jordan Woyak |
| 2013-01-31 | first try for osx core profile | degasus |
| 2013-01-24 | Move swap control to the host specific GLInterface files. | Ryan Houdek |
| 2013-01-19 | Fix switching from the different rasterizers | Ryan Houdek |
| 2012-12-26 | Merge branch 'GLES-software' | Ryan Houdek |
| 2012-12-26 | Remove cg.lib from some files for Windows and renaming a function. | Ryan Houdek |
| 2012-12-23 | revert last commit, add CheckInvalidState to VideoBackend | degasus |
| 2012-12-17 | Initial push of GLES and GLUtil file breakup. | Ryan Houdek |
| 2012-05-26 | made savestates synchronous and immediate. this allows saving or loading whil... | nitsuja |
| 2012-03-05 | This release still fixed the hangs produced by fifo overflow without sacrific... | marcosvitali |
| 2011-08-21 | Make titlebar and about dialog fancy for cmake build. | Jordan Woyak |
| 2011-04-25 | Remove configuration profile support. | NeoBrainX |
| 2011-04-17 | Fix a few strings for translation. | Glenn Rice |
| 2011-03-21 | * GUI Video-Settings changes: | gnick79 |
| 2011-03-21 | Moved per-game graphics configuration to the game-list right click menu. It w... | Jordan Woyak |
| 2011-03-17 | Eliminated memory leaks of the save state code and put it in a namespace. It ... | Jordan Woyak |
| 2011-03-17 | Make sure that the video software backend doesn't get stuck in an infinite lo... | Glenn Rice |
| 2011-03-16 | Fix the framerate counter of the software graphic backend. | sl1nk3.s |
| 2011-03-16 | Hack Misc.cpp into building on OS X. | Soren Jorvang |
| 2011-03-16 | Fix the video software backend. (closes issue 4269) | sl1nk3.s |
| 2011-03-16 | More work on making dialogs close when escape is pressed, and some general GU... | Glenn Rice |
| 2011-03-15 | A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem... | Jordan Woyak |
| 2011-02-28 | Convert GetUserPath to return a std::string instead of a const char *. This ... | Glenn Rice |
| 2011-02-25 | If video backend initialization fails, have the emulator die gracefully inste... | Glenn Rice |
| 2011-02-17 | Linux build fix in response to r7185. | smelenchuk |
| 2011-02-17 | Big Fifo Commit Part2: Now the fifo is more stable than my first commit, so i... | Marcos Vitali |
| 2011-02-14 | Some work on changing comments, log messages, and variable and function names... | Glenn Rice |
| 2011-02-10 | Experimental commit and one fix for my last commit. | Marcos Vitali |
| 2011-02-08 | Fix Plugin_VideoSoftware build. | Soren Jorvang |
| 2011-02-07 | Reach over for Plugin_VideoOGL's copy of GLUtil. | Soren Jorvang |
| 2011-02-05 | The compiler need not obey the static keyword, so to avoid linker | Soren Jorvang |
| 2011-02-04 | In the SCons build, skip the generation of static libraries | Soren Jorvang |
| 2011-02-03 | Use brute force to link the software plugin. | Soren Jorvang |