summaryrefslogtreecommitdiffstats
path: root/src/video_core/dma_pusher.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-21gpu: Rewrite virtual memory manager using PageTable.bunnei1-1/+0
2019-02-19video_core/dma_pusher: Simplyfy Step() logic.Markus Wick1-3/+0
2019-02-19video_core/dma_pusher: The full list of headers at once.Markus Wick1-0/+2
2019-01-30video_core/dma_pusher: Silence C4828 warningsLioncash1-1/+1
2018-11-28dma_pushbuffer: Optimize to avoid loop and copy on Push.bunnei1-3/+7
2018-11-27gpu: Rewrite GPU command list processing with DmaPusher class.bunnei1-0/+95