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_Normal.cpp
Age
Commit message (
Expand
)
Author
2013-04-24
Formatting cleanup for VideoCommon.
Lioncash
2013-04-17
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...
Lioncash
2013-03-19
Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.
lioncash
2013-02-21
Automate some calculations, with templates!
Jordan Woyak
2013-02-21
wrapper for s_pCurBufferPointer
degasus
2013-02-21
Merge branch 'vertexloader_cleanup' into vertex-loader-cleanup
degasus
2013-02-21
small cleanups of s_pCurBufferPointer
degasus
2013-02-21
No longer have the signed/unsigned hack I guess.
Jordan Woyak
2013-02-21
Templatify Normal Loader functions.
Jordan Woyak
2011-03-21
Moved per-game graphics configuration to the game-list right click menu. It w...
Jordan Woyak
2011-01-23
2 fixes one for dx9 and one for software plugin.
Rodolfo Osvaldo Bogado
2011-01-19
little fix for my last commit
Rodolfo Osvaldo Bogado
2011-01-19
rework the normal loading now it should be a accurate as real hardware.
Rodolfo Osvaldo Bogado
2011-01-18
clean a little my last commit and improve accuracy.
Rodolfo Osvaldo Bogado
2011-01-18
some adjustments in Normal loading to improve lighting in dx9.
Rodolfo Osvaldo Bogado
2010-10-03
Merged identical VertexManager code from DX9/DX11/OGL plugins into VideoCommo...
Jordan Woyak
2010-07-31
Newer versions of GCC's <tmmintrin.h> check for __SSSE3__ (-mssse3).
Soren Jorvang
2010-04-09
VideoCommon: Added automatic selection routines for SSSE3/SSE4.1 codes. It se...
nodchip
2010-04-09
VideoCommon: merged SSSE3/SSE4.1 codes. Added some additional SSSE3/SSE4.1 co...
nodchip
2009-09-13
D3D: Fix 8-bit signed normals. Fixes lighting problems in Super Smash Bros Me...
hrydgard
2009-09-12
D3D supports setting multiple shader constants at once, so let's add support ...
hrydgard
2009-09-08
Linux: Tons of warning cleanup plus workaround a nasty crash problem in Statu...
hrydgard
2009-09-02
Got rid of all of jp's ////////////////////////////// lines (nearly 500 of th...
Marcus Wanners
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-02-15
VertexLoader: Change some pointer arithmetic to array syntax. should have no ...
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
2008-12-26
GL Vertex loader moved to VideoCommon.
hrydgard