summaryrefslogtreecommitdiffstats
path: root/src/video_core/vertex_loader.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-04VideoCore: Move Regs to its own fileYuri Kunde Schlesner1-1/+1
2017-02-04VideoCore: Split geometry pipeline regs from Regs structYuri Kunde Schlesner1-7/+8
2017-01-30VideoCore: Rename some types to more accurate namesYuri Kunde Schlesner1-2/+3
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-5/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-36/+52
2016-05-12Move default_attributes into Pica stateJannik Vogel1-1/+1
2016-05-09vertex_loader: Provide an assertion for ensuring the loader has been setupLioncash1-0/+6
2016-05-09vertex_loader: Correct header orderingLioncash1-1/+1
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot1-5/+5
2016-04-29Move and rename the MemoryAccesses class to MemoryAccessTracker.Henrik Rydgard1-3/+2
2016-04-28Debugger fixHenrik Rydgard1-2/+2
2016-04-28Optimize the vertex loader, nearly doubling its speed.Henrik Rydgard1-31/+54
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-5/+4
2016-04-28Move "&" to their proper place, add missing includes and make some properly relative.Henrik Rydgard1-6/+6
2016-04-28Refactor: Extract VertexLoader from command_processor.cpp.Henrik Rydgard1-0/+119