summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VertexLoader_Position.cpp
AgeCommit message (Expand)Author
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
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-26Fix up all copyright dates.death2droid
2009-06-13Possible fix for projection hacksdonkopunchstania
2009-02-15vertexloader_pos cleanup - remove the branch per vertex. not much of a speedu...hrydgard
2009-02-15VertexLoader: Change some pointer arithmetic to array syntax. should have no ...hrydgard
2009-02-09Convert some ugly macros to templates.hrydgard
2009-02-09Cache vertex array pointers, a la magumagu's idea. Misc other stuff. Should g...hrydgard
2009-02-08optimize memory access. reduce Memory_Read_U##_type call(it uses Memory::GetP...hyperiris
2009-02-04attempt to get rid of another __LOG crashnakeee
2008-12-26GL Vertex loader moved to VideoCommon.hrydgard