aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vertex_loader.cpp
AgeCommit message (Expand)Author
2018-01-12Remove references to PICA and rasterizers in video_coreJames Rowe
2017-02-04VideoCore: Move Regs to its own fileYuri Kunde Schlesner
2017-02-04VideoCore: Split geometry pipeline regs from Regs structYuri Kunde Schlesner
2017-01-29VideoCore: Rename some types to more accurate namesYuri Kunde Schlesner
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-23Merge pull request #1733 from lioncash/vert_loaderbunnei
2016-05-12Move default_attributes into Pica stateJannik Vogel
2016-05-08vertex_loader: Provide an assertion for ensuring the loader has been setupLioncash
2016-05-08vertex_loader: Correct header orderingLioncash
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