| Age | Commit message (Expand) | Author |
| 2013-09-20 | Fix stack misalignment issues. | comex |
| 2013-04-24 | Formatting cleanup for VideoCommon. | Lioncash |
| 2013-04-19 | Fix a bunch of random typos in comments and logging. | lioncash |
| 2013-04-17 | New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm... | Lioncash |
| 2013-04-08 | Merge branch 'master' into primitive_restart | degasus |
| 2013-03-31 | Fix some typos and correct some capitalizations in the log messages. | Lioncash |
| 2013-03-29 | first try of primitive restart index generator | degasus |
| 2013-03-19 | Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. | lioncash |
| 2013-03-06 | Merge branch 'master' into GLSL-master | degasus |
| 2013-03-06 | fix vertexloader without jit | degasus |
| 2013-03-04 | Merge branch 'master' into vertex-loader-cleanup | Jordan Woyak |
| 2013-03-04 | Move copy-pasted code into function. | Jordan Woyak |
| 2013-02-27 | Tweak Vertex/Index buffer handling a bit. | Jordan Woyak |
| 2013-02-26 | ARM Support without GLSL | Ryan Houdek |
| 2013-02-22 | Use DataWrite in a few more places. | Jordan Woyak |
| 2013-02-22 | VertexManager cleanup | Jordan Woyak |
| 2013-02-21 | Experimental VertexLoader cleanup! | Jordan Woyak |
| 2013-02-21 | bbox: replace s_pCurBufferPointer with locale buffer, so it can be read witho... | degasus |
| 2013-02-21 | converting the last vertices again instead of copying from buffer on buffer s... | degasus |
| 2012-12-10 | Clean up gcc/g++ compiler warnings that have accumulated. | Glenn Rice |
| 2011-10-28 | Bounding Box bugfixes. | crudelios |
| 2011-10-26 | Added proper Bounding Box support. | crudelios |
| 2011-03-21 | Moved per-game graphics configuration to the game-list right click menu. It w... | Jordan Woyak |
| 2011-03-12 | Fix things so that those who wish to compile with -std=c++0x can. To active ... | Glenn Rice |
| 2011-03-04 | First Revert my changes to VertexLoader.cpp, i don't own the games that get e... | Rodolfo Osvaldo Bogado |
| 2011-02-25 | some cleaning in dlist cache, runvertices and runcompiledvertices | Rodolfo Osvaldo Bogado |
| 2011-01-31 | Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph... | Jordan Woyak |
| 2011-01-27 | Clean out the long since bit-rotted video profiling code. | Soren Jorvang |
| 2011-01-19 | rework the normal loading now it should be a accurate as real hardware. | Rodolfo Osvaldo Bogado |
| 2011-01-18 | some adjustments in Normal loading to improve lighting in dx9. | Rodolfo Osvaldo Bogado |
| 2010-12-05 | Fix VideoCommon build configuration for DebugFast/x64. | NeoBrainX |
| 2010-11-26 | Minor change to ease video plugin merging. Made static NativeVertexFormat::Cr... | Jordan Woyak |
| 2010-11-21 | Polish, fix and otherwise improve the video plugin configuration dialog: | NeoBrainX |
| 2010-11-14 | more work on dlist caching now should be a little faster | Rodolfo Osvaldo Bogado |
| 2010-10-03 | Merged identical VertexManager code from DX9/DX11/OGL plugins into VideoCommo... | Jordan Woyak |
| 2010-09-14 | VideoCommon: A minor optimization. | nodchip |
| 2010-08-30 | some fixes for dlist, now is configurable in the video config section, still ... | Rodolfo Osvaldo Bogado |
| 2010-08-29 | fully implemented display list cache with vertex data included and added in a... | Rodolfo Osvaldo Bogado |
| 2010-06-23 | VideoCommon: A minor speed up. | nodchip |
| 2010-06-05 | HUGE commit :) | Rodolfo Osvaldo Bogado |
| 2010-05-26 | For these assertions to trip, enums in CPMemory.h which seem pretty much set | Soren Jorvang |
| 2010-05-04 | fast commit : | Rodolfo Osvaldo Bogado |
| 2010-04-09 | VideoCommon: Added automatic selection routines for SSSE3/SSE4.1 codes. It se... | nodchip |
| 2010-02-28 | Refactored VertexLoader::CompileVertexTranslator(). Now texture coordinates l... | nodchip |
| 2010-02-28 | Refactored VertexLoader::CompileVertexTranslator(). Now the vertex position l... | nodchip |
| 2010-02-24 | Reverted because of some processor and performance issue. I will develop in a... | nodchip |
| 2010-02-24 | Added SSSE3/SSE4.1 code for speed up. The code does not work in this revision... | nodchip |
| 2010-01-12 | Fix missing shading in NSMBWii etc in the D3D plugin. Now, I'm not entirely s... | hrydgard |
| 2009-10-10 | Moving pixel engine and command processor from core to video common. This wil... | donkopunchstania |
| 2009-09-26 | r4322 commented out an important Flush() call - restore that. | hrydgard |