summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VertexLoader.cpp
AgeCommit message (Expand)Author
2012-12-10Clean up gcc/g++ compiler warnings that have accumulated.Glenn Rice
2011-10-28Bounding Box bugfixes.crudelios
2011-10-26Added proper Bounding Box support.crudelios
2011-03-21Moved per-game graphics configuration to the game-list right click menu. It w...Jordan Woyak
2011-03-12Fix things so that those who wish to compile with -std=c++0x can. To active ...Glenn Rice
2011-03-04First Revert my changes to VertexLoader.cpp, i don't own the games that get e...Rodolfo Osvaldo Bogado
2011-02-25some cleaning in dlist cache, runvertices and runcompiledverticesRodolfo Osvaldo Bogado
2011-01-31Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...Jordan Woyak
2011-01-27Clean out the long since bit-rotted video profiling code.Soren Jorvang
2011-01-19rework the normal loading now it should be a accurate as real hardware.Rodolfo Osvaldo Bogado
2011-01-18some adjustments in Normal loading to improve lighting in dx9.Rodolfo Osvaldo Bogado
2010-12-05Fix VideoCommon build configuration for DebugFast/x64.NeoBrainX
2010-11-26Minor change to ease video plugin merging. Made static NativeVertexFormat::Cr...Jordan Woyak
2010-11-21Polish, fix and otherwise improve the video plugin configuration dialog:NeoBrainX
2010-11-14more work on dlist caching now should be a little fasterRodolfo Osvaldo Bogado
2010-10-03Merged identical VertexManager code from DX9/DX11/OGL plugins into VideoCommo...Jordan Woyak
2010-09-14VideoCommon: A minor optimization.nodchip
2010-08-30some fixes for dlist, now is configurable in the video config section, still ...Rodolfo Osvaldo Bogado
2010-08-29fully implemented display list cache with vertex data included and added in a...Rodolfo Osvaldo Bogado
2010-06-23VideoCommon: A minor speed up.nodchip
2010-06-05HUGE commit :)Rodolfo Osvaldo Bogado
2010-05-26For these assertions to trip, enums in CPMemory.h which seem pretty much setSoren Jorvang
2010-05-04fast commit :Rodolfo Osvaldo Bogado
2010-04-09VideoCommon: Added automatic selection routines for SSSE3/SSE4.1 codes. It se...nodchip
2010-02-28Refactored VertexLoader::CompileVertexTranslator(). Now texture coordinates l...nodchip
2010-02-28Refactored VertexLoader::CompileVertexTranslator(). Now the vertex position l...nodchip
2010-02-24Reverted because of some processor and performance issue. I will develop in a...nodchip
2010-02-24Added SSSE3/SSE4.1 code for speed up. The code does not work in this revision...nodchip
2010-01-12Fix missing shading in NSMBWii etc in the D3D plugin. Now, I'm not entirely s...hrydgard
2009-10-10Moving pixel engine and command processor from core to video common. This wil...donkopunchstania
2009-09-26r4322 commented out an important Flush() call - restore that.hrydgard
2009-09-26OpenGL: commit rodolfoosvaldobogado's (what a name!) speedup patches.hrydgard
2009-09-13D3D: Fix 8-bit signed normals. Fixes lighting problems in Super Smash Bros Me...hrydgard
2009-07-30Don't use lookup tables. It's better to use CPU registers and reduce memory a...Nolan Check
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-26GFX: updated Dates, code formatting cleanup, code cleanup / organization, som...omegadox
2009-07-03Assorted cleanup, perf counter logging, and minor fixes that have been accumu...hrydgard
2009-06-28Graphics: (faked) bounding box support. Helps some Paper Mario effects althou...hrydgard
2009-06-22revert last 2 commitsnakeee
2009-06-22They should be called SU Registers (Setup Unit/Rasterization). BP (Bypass) i...omegadox
2009-03-10A fix to D3D NativeVertexFormat. Might not fix much, but should be a step in ...hrydgard
2009-02-15vertexloader_pos cleanup - remove the branch per vertex. not much of a speedu...hrydgard
2009-02-15Sort vertex loader debug statistics by number of verts loaded - now easy to i...hrydgard
2009-02-09Cache vertex array pointers, a la magumagu's idea. Misc other stuff. Should g...hrydgard
2009-02-06more info in the vertex loader debug displayhrydgard
2009-01-10Linux 64-bit fix by tinctorius, please verify!XTra.KrazzY
2008-12-26moar cleanuphrydgard
2008-12-26GL Vertex loader moved to VideoCommon.hrydgard