| Age | Commit message (Expand) | Author |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre |
| 2013-11-10 | Revert "Be less dumb." | Tony Wasserka |
| 2013-11-02 | Actually, filename really does need to be a parameter because of some random ... | comex |
| 2013-11-02 | Handle screenshot saving in RenderBase. Removes dependency on D3DX11 for scr... | comex |
| 2013-10-29 | VideoCommon: move ViewportCorrection into VideoCommon | degasus |
| 2013-10-29 | VideoCommon: Drop D3D9 SSAA implementation | degasus |
| 2013-10-12 | D3D: also uses VideoCommon constant buffer handling | degasus |
| 2013-10-12 | VideoCommon: keep a copy of the const buffer in VideoCommon | degasus |
| 2013-09-23 | Remove all refrences of field ordering from video backends. | Scott Mansell |
| 2013-04-17 | New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm... | Lioncash |
| 2013-03-01 | D3D11: Port perf queries code to the PerfQueryBase interface. | NeoBrainX |
| 2013-03-01 | Merge branch 'master' into perfqueries. | NeoBrainX |
| 2013-02-26 | Yell at the user if they change window size while dumping frames, and some ot... | Jordan Woyak |
| 2013-01-16 | Revert "Made several variables/parameters unsigned in the DX9, DX11 and OGL p... | lioncash |
| 2013-01-16 | Made several variables/parameters unsigned in the DX9, DX11 and OGL plugins. ... | lioncash |
| 2013-01-08 | X11: Disable OSD hotkeys when the corresponding option is disabled. | NeoBrainX |
| 2012-11-19 | Fix some fractional EFB scaling issues. | NeoBrainX |
| 2012-11-16 | Remove Renderer::xScale and Renderer::yScale. | NeoBrainX |
| 2012-11-16 | Move ComputeDrawRectangle() to Renderer::UpdateDrawRectangle(). | NeoBrainX |
| 2012-10-03 | Move last XFB size from Render to FramebufferManager. | NeoBrainX |
| 2012-08-26 | D3D11: Implement some PE pixel performance metrics. | NeoBrainX |
| 2012-08-10 | Revert the recent zcomploc changes including the Graphic_Fixes merge. | NeoBrainX |
| 2012-04-02 | First Stage: | rodolfoosvaldobogado |
| 2012-03-30 | Revert Rodolfo's recent zcomploc commits until they actually work correctly. | NeoBrainX |
| 2012-03-27 | As requested, this is my implementation of zcomploc using a multi-pass algori... | rodolfoosvaldobogado |
| 2011-09-08 | Merge some frame dumping code to VideoCommon, fixes a memory leak in D3D9 and... | NeoBrainX |
| 2011-09-08 | Implement frame dumping in D3D11. | NeoBrainX |
| 2011-09-05 | Merge some scissor rect related code to VideoCommon. | NeoBrainX |
| 2011-09-05 | apply to dx9 and dx11 backends as well | Shawn Hoffman |
| 2011-05-12 | Don't resize render target to handle out-of-bounds viewports. Instead, adjust... | Nolan Check |
| 2011-03-27 | Add graphics FIFO recorder and player for debugging the graphics system. | donkopunchstania |
| 2011-03-15 | A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem... | Jordan Woyak |
| 2011-03-05 | Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind... | Jordan Woyak |
| 2011-01-31 | Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph... | Jordan Woyak |
| 2011-01-27 | Various minor fixes to allow building with clang on OS X. | Soren Jorvang |
| 2011-01-24 | DX11 code maintenance, part 4: | NeoBrainX |
| 2011-01-24 | DX11 code maintenance, part 2: | NeoBrainX |
| 2011-01-24 | DX11 code maintenance, part 1: | NeoBrainX |
| 2011-01-07 | Add anvideo config option to automatically resize the render window to the si... | donkopunchstania |
| 2010-12-27 | Implement pixel data reinterpretation on EFB format change. | NeoBrainX |
| 2010-12-27 | Second Experimental commit: | Rodolfo Osvaldo Bogado |
| 2010-12-25 | Guess what, more ClearScreen fixes. | NeoBrainX |
| 2010-12-19 | * revert Clear Screen's stuff from r6604 | gnick79 |
| 2010-12-18 | **Changes** | gnick79 |
| 2010-12-13 | DX9: Write a detailed description of the vertex position offset magic in draw... | NeoBrainX |
| 2010-12-11 | Fix some off-by-one errors in the EFB scaling stuff. | NeoBrainX |
| 2010-12-10 | VideoCommon: Use integer arithmetic instead of floating point arithmetic when... | NeoBrainX |
| 2010-11-18 | Fixed RealXFB being enabled when XFB box is unchecked. Moved some shared code... | Jordan Woyak |
| 2010-11-18 | Move some shared gfx plugin code into VideoCommon. Changed "Renderer" class t... | Jordan Woyak |