summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VertexLoader_Position.cpp
AgeCommit message (Expand)Author
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