summaryrefslogtreecommitdiffstats
path: root/src/video_core/dma_pusher.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-06video_core/texures/texture: Remove unnecessary includesLioncash1-0/+1
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei1-5/+2
2019-03-08dma_pusher: Store command_list_header by copyReinUsesLisp1-1/+1
2019-02-19video_core/dma_pusher: Simplyfy Step() logic.Markus Wick1-78/+77
2019-02-19video_core/dma_pusher: The full list of headers at once.Markus Wick1-48/+56
2019-02-03video_core: Assert on invalid GPU to CPU address queriesReinUsesLisp1-2/+4
2018-11-28dma_pushbuffer: Optimize to avoid loop and copy on Push.bunnei1-2/+10
2018-11-28gpu: Move command list profiling to DmaPusher::DispatchCalls.bunnei1-0/+5
2018-11-27gpu: Rewrite GPU command list processing with DmaPusher class.bunnei1-0/+110