aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vertex_loader.cpp
AgeCommit message (Expand)Author
2016-05-12Move default_attributes into Pica stateJannik Vogel
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-29Move and rename the MemoryAccesses class to MemoryAccessTracker.Henrik Rydgard
2016-04-28Debugger fixHenrik Rydgard
2016-04-28Optimize the vertex loader, nearly doubling its speed.Henrik Rydgard
2016-04-28Don't keep base_address in the loader, it doesn't belong there (with it, the ...Henrik Rydgard
2016-04-28Move "&" to their proper place, add missing includes and make some properly r...Henrik Rydgard
2016-04-28Refactor: Extract VertexLoader from command_processor.cpp.Henrik Rydgard