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