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
/
engines
/
draw_manager.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement vertex array first and subsequent draws
Kelebek1
2023-10-14
1
-1
/
+23
*
video_core: drawtexture support upscale
Feng Chen
2023-06-16
1
-3
/
+7
*
video_core: Invalid index_buffer flag when inline_index draw
FengChen
2023-03-12
1
-0
/
+1
*
Address feedback
Feng Chen
2023-01-16
1
-2
/
+2
*
video_core: Implement maxwell3d draw texture method
Feng Chen
2023-01-05
1
-0
/
+31
*
Video_core: Address feedback
Fernando Sahmkow
2023-01-04
1
-5
/
+8
*
MacroHLE: Final cleanup and fixes.
Fernando Sahmkow
2023-01-01
1
-1
/
+2
*
MacroHLE: Refactor MacroHLE system.
Fernando Sahmkow
2023-01-01
1
-0
/
+6
*
MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.
Fernando Sahmkow
2023-01-01
1
-1
/
+1
*
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
2023-01-01
1
-0
/
+21
*
Merge pull request #9406 from vonchenplus/topology
bunnei
2022-12-12
1
-24
/
+34
|
\
|
*
video_core: Add vertex_array_instance_* sbubbed called warning
FengChen
2022-12-08
1
-0
/
+5
|
*
video_core: The draw manager manages whether Clear is required.
FengChen
2022-12-08
1
-4
/
+9
|
*
video_core: Adjust topology update logic
FengChen
2022-12-08
1
-21
/
+21
*
|
Fix compilation error
Salvage
2022-12-09
1
-1
/
+1
|
/
*
video_core: Implement maxwell3d draw manager and split draw logic
Feng Chen
2022-12-08
1
-0
/
+191