summaryrefslogtreecommitdiffstats
path: root/src/video_core/dma_pusher.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* DmaPusher: Remove dead code in stepDavid Marcec2020-05-161-1/+0
* VideoCore/GPU: Delegate subchannel engines to the dma pusher.Fernando Sahmkow2020-04-281-0/+11
* DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow2020-04-231-0/+1
* dma_pusher: Remove reliance on the global system instanceLioncash2020-04-191-3/+8
* 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