index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
vertex_loader.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
VideoCore: Move Regs to its own file
Yuri Kunde Schlesner
2017-02-04
1
-1
/
+1
*
VideoCore: Split geometry pipeline regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
1
-7
/
+8
*
VideoCore: Rename some types to more accurate names
Yuri Kunde Schlesner
2017-01-30
1
-2
/
+3
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-5
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-36
/
+52
*
Merge pull request #1733 from lioncash/vert_loader
bunnei
2016-05-24
1
-1
/
+7
|
\
|
*
vertex_loader: Provide an assertion for ensuring the loader has been setup
Lioncash
2016-05-09
1
-0
/
+6
|
*
vertex_loader: Correct header ordering
Lioncash
2016-05-09
1
-1
/
+1
*
|
Move default_attributes into Pica state
Jannik Vogel
2016-05-12
1
-1
/
+1
|
/
*
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-30
1
-5
/
+5
*
Move and rename the MemoryAccesses class to MemoryAccessTracker.
Henrik Rydgard
2016-04-29
1
-3
/
+2
*
Debugger fix
Henrik Rydgard
2016-04-28
1
-2
/
+2
*
Optimize the vertex loader, nearly doubling its speed.
Henrik Rydgard
2016-04-28
1
-31
/
+54
*
Don't keep base_address in the loader, it doesn't belong there (with it, the loader can't be cached).
Henrik Rydgard
2016-04-28
1
-5
/
+4
*
Move "&" to their proper place, add missing includes and make some properly relative.
Henrik Rydgard
2016-04-28
1
-6
/
+6
*
Refactor: Extract VertexLoader from command_processor.cpp.
Henrik Rydgard
2016-04-28
1
-0
/
+119