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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-27
vk_rasterizer: flip scissor y on lower left origin mode (#13122)
liamwhite
1
-7
/
+4
2023-10-14
Implement vertex array first and subsequent draws
Kelebek1
1
-1
/
+23
2023-06-16
video_core: drawtexture support upscale
Feng Chen
1
-3
/
+7
2023-03-12
video_core: Invalid index_buffer flag when inline_index draw
FengChen
1
-0
/
+1
2023-01-16
Address feedback
Feng Chen
1
-2
/
+2
2023-01-05
video_core: Implement maxwell3d draw texture method
Feng Chen
1
-0
/
+31
2023-01-04
Video_core: Address feedback
Fernando Sahmkow
1
-5
/
+8
2023-01-01
MacroHLE: Final cleanup and fixes.
Fernando Sahmkow
1
-1
/
+2
2023-01-01
MacroHLE: Refactor MacroHLE system.
Fernando Sahmkow
1
-0
/
+6
2023-01-01
MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.
Fernando Sahmkow
1
-1
/
+1
2023-01-01
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
1
-0
/
+21
2022-12-09
Fix compilation error
Salvage
1
-1
/
+1
2022-12-08
video_core: Add vertex_array_instance_* sbubbed called warning
FengChen
1
-0
/
+5
2022-12-08
video_core: The draw manager manages whether Clear is required.
FengChen
1
-4
/
+9
2022-12-08
video_core: Adjust topology update logic
FengChen
1
-21
/
+21
2022-12-08
video_core: Implement maxwell3d draw manager and split draw logic
Feng Chen
1
-0
/
+191