summaryrefslogtreecommitdiffstats
path: root/src/video_core/vertex_loader.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot1-4/+9
2016-04-29Move and rename the MemoryAccesses class to MemoryAccessTracker.Henrik Rydgard1-28/+2
2016-04-28Optimize the vertex loader, nearly doubling its speed.Henrik Rydgard1-1/+0
2016-04-28Don't keep base_address in the loader, it doesn't belong there (with it, the loader can't be cached).Henrik Rydgard1-3/+2
2016-04-28Move "&" to their proper place, add missing includes and make some properly relative.Henrik Rydgard1-2/+5
2016-04-28Refactor: Extract VertexLoader from command_processor.cpp.Henrik Rydgard1-0/+53