summaryrefslogtreecommitdiff
path: root/src/video_core/vertex_loader.h (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-3/+3
* VideoCore: Rename some types to more accurate namesGravatar Yuri Kunde Schlesner2017-01-291-2/+2
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-3/+6
* vertex_loader: Correct forward declaration of InputVertexGravatar Lioncash2016-05-081-1/+1
* vertex_loader: Provide an assertion for ensuring the loader has been setupGravatar Lioncash2016-05-081-0/+1
* vertex_loader: Add constructors to facilitate immediate and two-step initiali...Gravatar Lioncash2016-05-081-0/+5
* vertex_loader: initialize_num_total_attributes.Gravatar Lioncash2016-05-081-1/+1
* vertex_loader: Use std::array instead of raw C arraysGravatar Lioncash2016-05-081-6/+7
* VideoCore: Run include-what-you-use and fix most includes.Gravatar Emmanuel Gil Peyrot2016-04-301-4/+9
* Move and rename the MemoryAccesses class to MemoryAccessTracker.Gravatar Henrik Rydgard2016-04-291-28/+2
* Optimize the vertex loader, nearly doubling its speed.Gravatar Henrik Rydgard2016-04-281-1/+0
* Don't keep base_address in the loader, it doesn't belong there (with it, the ...Gravatar Henrik Rydgard2016-04-281-3/+2
* Move "&" to their proper place, add missing includes and make some properly r...Gravatar Henrik Rydgard2016-04-281-2/+5
* Refactor: Extract VertexLoader from command_processor.cpp.Gravatar Henrik Rydgard2016-04-281-0/+53