index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
vertex_loader.cpp
Age
Commit message (
Expand
)
Author
2018-01-12
Remove references to PICA and rasterizers in video_core
James Rowe
2017-02-04
VideoCore: Move Regs to its own file
Yuri Kunde Schlesner
2017-02-04
VideoCore: Split geometry pipeline regs from Regs struct
Yuri Kunde Schlesner
2017-01-29
VideoCore: Rename some types to more accurate names
Yuri Kunde Schlesner
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-23
Merge pull request #1733 from lioncash/vert_loader
bunnei
2016-05-12
Move default_attributes into Pica state
Jannik Vogel
2016-05-08
vertex_loader: Provide an assertion for ensuring the loader has been setup
Lioncash
2016-05-08
vertex_loader: Correct header ordering
Lioncash
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-29
Move and rename the MemoryAccesses class to MemoryAccessTracker.
Henrik Rydgard
2016-04-28
Debugger fix
Henrik Rydgard
2016-04-28
Optimize the vertex loader, nearly doubling its speed.
Henrik Rydgard
2016-04-28
Don't keep base_address in the loader, it doesn't belong there (with it, the ...
Henrik Rydgard
2016-04-28
Move "&" to their proper place, add missing includes and make some properly r...
Henrik Rydgard
2016-04-28
Refactor: Extract VertexLoader from command_processor.cpp.
Henrik Rydgard