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.h
(
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
-3
/
+3
*
VideoCore: Rename some types to more accurate names
Yuri Kunde Schlesner
2017-01-30
1
-2
/
+2
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+0
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-3
/
+6
*
vertex_loader: Correct forward declaration of InputVertex
Lioncash
2016-05-09
1
-1
/
+1
*
vertex_loader: Provide an assertion for ensuring the loader has been setup
Lioncash
2016-05-09
1
-0
/
+1
*
vertex_loader: Add constructors to facilitate immediate and two-step initialization
Lioncash
2016-05-09
1
-0
/
+5
*
vertex_loader: initialize_num_total_attributes.
Lioncash
2016-05-09
1
-1
/
+1
*
vertex_loader: Use std::array instead of raw C arrays
Lioncash
2016-05-09
1
-6
/
+7
*
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-30
1
-4
/
+9
*
Move and rename the MemoryAccesses class to MemoryAccessTracker.
Henrik Rydgard
2016-04-29
1
-28
/
+2
*
Optimize the vertex loader, nearly doubling its speed.
Henrik Rydgard
2016-04-28
1
-1
/
+0
*
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
-3
/
+2
*
Move "&" to their proper place, add missing includes and make some properly relative.
Henrik Rydgard
2016-04-28
1
-2
/
+5
*
Refactor: Extract VertexLoader from command_processor.cpp.
Henrik Rydgard
2016-04-28
1
-0
/
+53