summaryrefslogtreecommitdiff
path: root/src/video_core/dma_pusher.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core/texures/texture: Remove unnecessary includesGravatar Lioncash2019-04-061-0/+1
* video_core: Refactor to use MemoryManager interface for all memory access.Gravatar bunnei2019-03-161-5/+2
* dma_pusher: Store command_list_header by copyGravatar ReinUsesLisp2019-03-081-1/+1
* video_core/dma_pusher: Simplyfy Step() logic.Gravatar Markus Wick2019-02-191-78/+77
* video_core/dma_pusher: The full list of headers at once.Gravatar Markus Wick2019-02-191-48/+56
* video_core: Assert on invalid GPU to CPU address queriesGravatar ReinUsesLisp2019-02-031-2/+4
* dma_pushbuffer: Optimize to avoid loop and copy on Push.Gravatar bunnei2018-11-271-2/+10
* gpu: Move command list profiling to DmaPusher::DispatchCalls.Gravatar bunnei2018-11-271-0/+5
* gpu: Rewrite GPU command list processing with DmaPusher class.Gravatar bunnei2018-11-261-0/+110