summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VertexLoader_TextCoord.cpp
AgeCommit message (Expand)Author
2013-04-24Formatting cleanup for VideoCommon.Lioncash
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-03-19Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.lioncash
2013-02-21Use templates for 8+16 bit indexed versions of SSSE3/SSE4 TextCoord reading.Jordan Woyak
2013-02-21wrapper for s_pCurBufferPointerdegasus
2013-02-21build fixdegasus
2013-02-21Merge branch 'vertexloader_cleanup' into vertex-loader-cleanupdegasus
2013-02-21small cleanups of s_pCurBufferPointerdegasus
2013-02-21Fix what I broke.Jordan Woyak
2013-02-21Templatify Normal Loader functions.Jordan Woyak
2013-02-20Templatify TextCord Loader functions.Jordan Woyak
2011-10-08Align stack variables on a 16-bytes boundary in SSSE3 functionsPierre Bourdon
2010-10-03Merged identical VertexManager code from DX9/DX11/OGL plugins into VideoCommo...Jordan Woyak
2010-07-31Newer versions of GCC's <tmmintrin.h> check for __SSSE3__ (-mssse3).Soren Jorvang
2010-04-09VideoCommon: Added automatic selection routines for SSSE3/SSE4.1 codes. It se...nodchip
2010-04-09VideoCommon: merged SSSE3/SSE4.1 codes. Added some additional SSSE3/SSE4.1 co...nodchip
2010-02-28Fixed a wrong type in r5140.nodchip
2010-02-28Refactored VertexLoader::CompileVertexTranslator(). Now texture coordinates 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-09-08Linux: Tons of warning cleanup plus workaround a nasty crash problem in Statu...hrydgard
2009-08-09Frameskipping more aggressive (minor speedup, plz report any serious problems...hrydgard
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-02-15VertexLoader: Change some pointer arithmetic to array syntax. should have no ...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
2008-12-26GL Vertex loader moved to VideoCommon.hrydgard