summaryrefslogtreecommitdiff
path: root/src/video_core/vertex_loader.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* VideoCore: Move Regs to its own fileGravatar Yuri Kunde Schlesner2017-02-041-1/+1
* VideoCore: Split geometry pipeline regs from Regs structGravatar Yuri Kunde Schlesner2017-02-041-7/+8
* VideoCore: Rename some types to more accurate namesGravatar Yuri Kunde Schlesner2017-01-291-2/+3
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-5/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-36/+52
* Merge pull request #1733 from lioncash/vert_loaderGravatar bunnei2016-05-231-1/+7
|\
| * vertex_loader: Provide an assertion for ensuring the loader has been setupGravatar Lioncash2016-05-081-0/+6
| * vertex_loader: Correct header orderingGravatar Lioncash2016-05-081-1/+1
* | Move default_attributes into Pica stateGravatar Jannik Vogel2016-05-121-1/+1
|/
* VideoCore: Run include-what-you-use and fix most includes.Gravatar Emmanuel Gil Peyrot2016-04-301-5/+5
* Move and rename the MemoryAccesses class to MemoryAccessTracker.Gravatar Henrik Rydgard2016-04-291-3/+2
* Debugger fixGravatar Henrik Rydgard2016-04-281-2/+2
* Optimize the vertex loader, nearly doubling its speed.Gravatar Henrik Rydgard2016-04-281-31/+54
* Don't keep base_address in the loader, it doesn't belong there (with it, the ...Gravatar Henrik Rydgard2016-04-281-5/+4
* Move "&" to their proper place, add missing includes and make some properly r...Gravatar Henrik Rydgard2016-04-281-6/+6
* Refactor: Extract VertexLoader from command_processor.cpp.Gravatar Henrik Rydgard2016-04-281-0/+119