aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/dma_pusher.cpp
AgeCommit message (Expand)Author
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei
2019-03-08dma_pusher: Store command_list_header by copyReinUsesLisp
2019-02-19video_core/dma_pusher: Simplyfy Step() logic.Markus Wick
2019-02-19video_core/dma_pusher: The full list of headers at once.Markus Wick
2019-02-03video_core: Assert on invalid GPU to CPU address queriesReinUsesLisp
2018-11-27dma_pushbuffer: Optimize to avoid loop and copy on Push.bunnei
2018-11-27gpu: Move command list profiling to DmaPusher::DispatchCalls.bunnei
2018-11-26gpu: Rewrite GPU command list processing with DmaPusher class.bunnei