| 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 | Fix Non-GLES run path in videosoftware for the previous commit. | Ryan Houdek |
| 2013-09-02 | [Android] Make texture loading/deleting/drawing backend non-specific by makin... | Ryan Houdek |
| 2013-09-01 | More warnings: mark/avert truncating conversions from float. | comex |
| 2013-09-01 | A bunch of trivial changes to fix clang warnings. | comex |
| 2013-08-12 | Software Renderer: Show each backend's display name instead of its short name... | NeoBrainX |
| 2013-08-09 | D3D11: Implement zcomploc for hardware supporting D3D 11.0. | NeoBrainX |
| 2013-05-25 | [Android] Qualcomm drivers require that the EGL context is created on the sam... | Ryan Houdek |
| 2013-04-19 | Fix a bunch of random typos in comments and logging. | lioncash |
| 2013-04-17 | New license header introduced to all Video based projects. | Lioncash |
| 2013-04-14 | Merge branch 'Android-trash' since it is no longer quite so trashy. | Ryan Houdek |
| 2013-04-14 | Merge remote-tracking branch 'origin/master' into Android-trash | Ryan Houdek |
| 2013-04-14 | Removes the Java ButtonManager for one in the C++ source so the OSD class can... | Ryan Houdek |
| 2013-04-13 | Clean up most (99.99%) of the tab/space mismatches in the VideoSoftware project. | Lioncash |
| 2013-04-13 | Merge remote-tracking branch 'origin/master' into Android-trash | Ryan Houdek |
| 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-04-07 | Fix a few typos in the comments/logging in VideoDX9, VideoCommon, and VideoSo... | Lioncash |
| 2013-04-07 | Apply re07a91930df0 to the software renderer. | NeoBrainX |
| 2013-04-04 | Remove an unused variable in VideoConfig.cpp and SWVideoConfig.cpp | lioncash |
| 2013-04-03 | Fix ARM building. | Ryan Houdek |
| 2013-03-28 | VideoSoftware: Fail less at clamping. | NeoBrainX |
| 2013-03-26 | VideoSoftware: Improve fog range adjustment by using less magic and more comm... | NeoBrainX |
| 2013-03-26 | revert RasterFont for VideoSoftware | degasus |
| 2013-03-25 | Windows build fix from web interface... | NeoBrainX |
| 2013-03-25 | VideoSoftware: Implement fog range adjustment, fixing issue 6147. | NeoBrainX |
| 2013-03-24 | Big commit. Fix running the APK, I had missed a view in the manifest. Clean u... | Ryan Houdek |
| 2013-03-19 | Android mega commit of trash. | Ryan Houdek |
| 2013-03-18 | Set GLES Tex2D function to texture2D, texture is only available in GLES3. Fix... | Ryan Houdek |
| 2013-03-17 | fix software backend | degasus |
| 2013-03-15 | Merge branch 'master' into GLSL-master | Ryan Houdek |
| 2013-03-14 | VideoSoftware: Do not clear the depth buffer on EFB copy clears when depth wr... | NeoBrainX |
| 2013-03-06 | Merge branch 'master' into GLSL-master | degasus |
| 2013-03-02 | Merge branch 'master' into windows-unicode | Jordan Woyak |
| 2013-03-01 | VideoSoftware: Cleanup PE perf metrics; returning the proper value now. | NeoBrainX |
| 2013-03-01 | Merge branch 'master' into perfqueries. | NeoBrainX |
| 2013-02-28 | Merge branch 'VideoSoftware-savestates' | Rachel Bryk |
| 2013-02-28 | Kill some unnecessary c_str and use StrToWxStr in a few places that I missed. | Jordan Woyak |
| 2013-02-28 | Attempt to be consistent with conversions between std::string and wxString. | Jordan Woyak |
| 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 | ARM Support without GLSL | Ryan Houdek |
| 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-02-15 | Video_Software: Fix ZComploc option breaking stuff. | NeoBrainX |