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
/
engines
/
draw_manager.cpp
Age
Commit message (
Collapse
)
Author
2024-02-27
"Merge Tagged PR 13122"
yuzubot
2023-10-14
Implement vertex array first and subsequent draws
Kelebek1
2023-06-16
video_core: drawtexture support upscale
Feng Chen
2023-03-12
video_core: Invalid index_buffer flag when inline_index draw
FengChen
2023-01-16
Address feedback
Feng Chen
2023-01-05
video_core: Implement maxwell3d draw texture method
Feng Chen
2023-01-04
Video_core: Address feedback
Fernando Sahmkow
2023-01-01
MacroHLE: Final cleanup and fixes.
Fernando Sahmkow
2023-01-01
MacroHLE: Refactor MacroHLE system.
Fernando Sahmkow
2023-01-01
MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.
Fernando Sahmkow
2023-01-01
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
2022-12-12
Merge pull request #9406 from vonchenplus/topology
bunnei
video_core: Adjust topology update logic and Adjust Clear Manage
2022-12-09
Fix compilation error
Salvage
2022-12-08
video_core: Add vertex_array_instance_* sbubbed called warning
FengChen
2022-12-08
video_core: The draw manager manages whether Clear is required.
FengChen
2022-12-08
video_core: Adjust topology update logic
FengChen
2022-12-08
video_core: Implement maxwell3d draw manager and split draw logic
Feng Chen