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.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
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
2009-09-26
OpenGL: commit rodolfoosvaldobogado's (what a name!) speedup patches.
hrydgard
2009-09-13
D3D: Fix 8-bit signed normals. Fixes lighting problems in Super Smash Bros Me...
hrydgard
2009-07-30
Don't use lookup tables. It's better to use CPU registers and reduce memory a...
Nolan Check
2009-07-28
Now ALL copyright dates are fixed to the legally correct year: The year in wh...
XTra.KrazzY
2009-07-26
GFX: updated Dates, code formatting cleanup, code cleanup / organization, som...
omegadox
2009-07-03
Assorted cleanup, perf counter logging, and minor fixes that have been accumu...
hrydgard
2009-06-28
Graphics: (faked) bounding box support. Helps some Paper Mario effects althou...
hrydgard
2009-06-22
revert last 2 commits
nakeee
2009-06-22
They should be called SU Registers (Setup Unit/Rasterization). BP (Bypass) i...
omegadox
2009-03-10
A fix to D3D NativeVertexFormat. Might not fix much, but should be a step in ...
hrydgard
2009-02-15
vertexloader_pos cleanup - remove the branch per vertex. not much of a speedu...
hrydgard
2009-02-15
Sort vertex loader debug statistics by number of verts loaded - now easy to i...
hrydgard
2009-02-09
Cache vertex array pointers, a la magumagu's idea. Misc other stuff. Should g...
hrydgard
2009-02-06
more info in the vertex loader debug display
hrydgard
2009-01-10
Linux 64-bit fix by tinctorius, please verify!
XTra.KrazzY
2008-12-26
moar cleanup
hrydgard
2008-12-26
GL Vertex loader moved to VideoCommon.
hrydgard