| Age | Commit message (Expand) | Author |
| 2013-09-14 | Overlay local gameinis over global gameinis instead of copying. | Pierre Bourdon |
| 2013-08-23 | Indentation Fix | Rodolfo Bogado |
| 2013-08-15 | Merge branch 'master' of https://code.google.com/p/dolphin-emu into dx9-ssaa-fix | Rodolfo Bogado |
| 2013-08-14 | Add an option to enable performance queries in gameini files, disable it by d... | Pierre Bourdon |
| 2013-08-11 | Add the ability to force Dual Source Blending in the configuration file. | Rodolfo Bogado |
| 2013-07-30 | Make hotkeys for togglign IR, AR, efb copies and fog settings configurable. | Rachel Bryk |
| 2013-07-22 | Implement zcomploc on OpenGL4.2+ | degasus |
| 2013-05-09 | recreate "per pixel depth" option and renamed it to fast depth calculation | degasus |
| 2013-04-17 | New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm... | Lioncash |
| 2013-04-08 | Merge branch 'master' into primitive_restart | degasus |
| 2013-04-06 | Use an enum for efb scale values. | Rachel Bryk |
| 2013-03-31 | Use a brute force approach to test for Dual source blend support. | Rodolfo Bogado |
| 2013-03-29 | first try of primitive restart index generator | degasus |
| 2013-03-25 | implement 4xSSAA for OGL | degasus |
| 2013-03-25 | move ogl-only settings into backend | degasus |
| 2013-03-19 | Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. | lioncash |
| 2013-03-18 | Disable Vsync while holding tab to disable the frame limit, and allow togglin... | Rachel Bryk |
| 2013-03-06 | Merge branch 'master' into GLSL-master | degasus |
| 2013-03-01 | Add documentation to PerfQueryBase interface. | NeoBrainX |
| 2013-03-01 | Some cleanups. | NeoBrainX |
| 2013-03-01 | Merge branch 'master' into perfqueries. | NeoBrainX |
| 2013-02-26 | workaround for base vertex. damn old nvidia driver | degasus |
| 2013-02-21 | add option for hacked upload and disable it by default | degasus |
| 2013-02-18 | TextureCache: Fix D3D backends crashing when a game uses multiple 1x1-sized L... | NeoBrainX |
| 2013-02-06 | check for GL_ARB_sync, it's in ogl 3.2 | degasus |
| 2013-02-04 | update to glew1.9, win binaries also from official release | degasus |
| 2013-01-24 | Merge branch 'immediate-removal' into GLSL-master | degasus |
| 2013-01-14 | videoConfig cleanup | degasus |
| 2013-01-08 | Remove the per pixel depth option. | NeoBrainX |
| 2013-01-02 | remove glsl binding support. convert every shader to version 130 | degasus |
| 2012-12-27 | Merge branch 'master' into GLSL-master | degasus |
| 2012-12-24 | Initial removal of Nvidia CG. Still some more cleanup to go | Ryan Houdek |
| 2012-11-19 | Merge branch 'efb_scaling_fixes'. | NeoBrainX |
| 2012-11-16 | Move ComputeDrawRectangle() to Renderer::UpdateDrawRectangle(). | NeoBrainX |
| 2012-10-09 | Add support for Dual source blending to older ATI cards that don't support 42... | Ryan Houdek |
| 2012-10-09 | Give OSX users more of a chance of supporting Single pass DSB in the future. | Ryan Houdek |
| 2012-10-09 | Implement Program shaders cache. Seems to reduce a small amount of stuttering... | Ryan Houdek |
| 2012-10-09 | Remove bSupportsGLSLLocation since it won't work how I expect it. | Ryan Houdek |
| 2012-10-09 | Add in UBOs, doesn't work yet. Still debugging here. | Ryan Houdek |
| 2012-10-09 | Add support for GL_ARB_shading_language_420pack so we don't have to binding s... | Ryan Houdek |
| 2012-10-09 | Add in GLSL setting again. | Ryan Houdek |
| 2012-10-04 | Implement a simple benchmarking mode which logs FPS to a file | Pierre Bourdon |
| 2012-10-03 | Minor cleanups. | NeoBrainX |
| 2012-08-26 | D3D11: Implement some PE pixel performance metrics. | NeoBrainX |
| 2012-06-20 | Instead of invalidating texcache whenever the graphics configuration dialog g... | NeoBrainX |
| 2012-06-11 | Remove "Disable Textures". | NeoBrainX |
| 2012-06-11 | Remove "Disable Lighting". | NeoBrainX |
| 2012-06-08 | Fast mipmaps deserves to die!! | NeoBrainX |
| 2012-05-13 | Dump the redundant "save textures" function. Use TextureCache's dumping featu... | NeoBrainX |
| 2012-03-30 | Revert Rodolfo's recent zcomploc commits until they actually work correctly. | NeoBrainX |