index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
Src
/
VertexLoader_Position.cpp
Age
Commit message (
Expand
)
Author
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
2009-07-28
Now ALL copyright dates are fixed to the legally correct year: The year in wh...
XTra.KrazzY
2009-07-26
Fix up all copyright dates.
death2droid
2009-06-13
Possible fix for projection hacks
donkopunchstania
2009-02-15
vertexloader_pos cleanup - remove the branch per vertex. not much of a speedu...
hrydgard
2009-02-15
VertexLoader: Change some pointer arithmetic to array syntax. should have no ...
hrydgard
2009-02-09
Convert some ugly macros to templates.
hrydgard
2009-02-09
Cache vertex array pointers, a la magumagu's idea. Misc other stuff. Should g...
hrydgard
2009-02-08
optimize memory access. reduce Memory_Read_U##_type call(it uses Memory::GetP...
hyperiris
2009-02-04
attempt to get rid of another __LOG crash
nakeee
2008-12-26
GL Vertex loader moved to VideoCommon.
hrydgard