summaryrefslogtreecommitdiffstats
path: root/src/video_core/dma_pusher.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpu: Rewrite virtual memory manager using PageTable.bunnei2019-03-211-1/+0
* video_core/dma_pusher: Simplyfy Step() logic.Markus Wick2019-02-191-3/+0
* video_core/dma_pusher: The full list of headers at once.Markus Wick2019-02-191-0/+2
* video_core/dma_pusher: Silence C4828 warningsLioncash2019-01-301-1/+1
* dma_pushbuffer: Optimize to avoid loop and copy on Push.bunnei2018-11-281-3/+7
* gpu: Rewrite GPU command list processing with DmaPusher class.bunnei2018-11-271-0/+95