summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/VertexLoaderManager.cpp
AgeCommit message (Collapse)Author
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in ↵XTra.KrazzY
which the project began. Now we don't have to change it every year :) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3898 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-02-15Sort vertex loader debug statistics by number of verts loaded - now easy to ↵hrydgard
identify the heaviest vertex loader in games. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2252 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-02-09Cache vertex array pointers, a la magumagu's idea. Misc other stuff. Should ↵hrydgard
give very minor speed boost. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2185 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-12-26More code movin' .. split Vertex/Pixelshadermngr into xxCache and xxManager.hrydgard
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1677 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-12-08set svn:eol-style=native for Plugins/**.cppbushing
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1441 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-11-25GL: Safer vertex loading (should fix the new zelda crash), added vertex ↵hrydgard
format logging to "show some statistics" git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1295 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-10-27Aligned all vertex components to 4 byte boundaries - maybe ATI likes that? ↵hrydgard
Renamed and reorganized misc things. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@981 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-10-25Cachable vertex loaders. Not a very big speedup in itself, but makes it ↵hrydgard
easier to speed up vertex loading in the future. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@960 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-10-25Move moving things around and preparing for the next step (cached ↵hrydgard
vertexloaders). git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@957 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-10-25Move pipeline back into VertexLoader. Started work on VertexLoaderManager, ↵hrydgard
which will cache VertexLoaders. (yep, the design plan changed a little bit). git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@956 8ced0084-cf51-0410-be5f-012b33b47a6e