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
/
dma_pusher.cpp
Age
Commit message (
Expand
)
Author
2019-07-26
GPU: Flush commands on every dma pusher step.
Fernando Sahmkow
2019-07-17
Maxwell3D: Rework the dirty system to be more consistant and scaleable
Fernando Sahmkow
2019-05-19
Dma_pusher: ASSERT on empty command_list
Fernando Sahmkow
2019-04-28
Merge pull request #2322 from ReinUsesLisp/wswitch
bunnei
2019-04-18
video_core: Silent -Wswitch warnings
ReinUsesLisp
2019-04-16
Use ReadBlockUnsafe for fetyching DMA CommandLists
Fernando Sahmkow
2019-04-06
video_core/texures/texture: Remove unnecessary includes
Lioncash
2019-03-16
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-08
dma_pusher: Store command_list_header by copy
ReinUsesLisp
2019-02-19
video_core/dma_pusher: Simplyfy Step() logic.
Markus Wick
2019-02-19
video_core/dma_pusher: The full list of headers at once.
Markus Wick
2019-02-03
video_core: Assert on invalid GPU to CPU address queries
ReinUsesLisp
2018-11-27
dma_pushbuffer: Optimize to avoid loop and copy on Push.
bunnei
2018-11-27
gpu: Move command list profiling to DmaPusher::DispatchCalls.
bunnei
2018-11-26
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei