summaryrefslogtreecommitdiffstats
path: root/src/video_core/dma_pusher.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow1-9/+17
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow1-1/+12
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-7/+7
2020-11-07video_core: dma_pusher: Remove integrity check on command lists.bunnei1-3/+0
2020-11-05General: Fix clang buildLioncash1-4/+3
2020-11-01video_core: dma_pusher: Add support for integrity checks.bunnei1-0/+3
2020-11-01video_core: dma_pusher: Add support for prefetched command lists.bunnei1-2/+19
2020-11-01video_core: gpu: Implement WaitFence and IncrementSyncPoint.bunnei1-0/+25
2020-05-16DmaPusher: Remove dead code in stepDavid Marcec1-1/+0
2020-04-28VideoCore/GPU: Delegate subchannel engines to the dma pusher.Fernando Sahmkow1-0/+11
2020-04-23DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow1-0/+1
2020-04-19dma_pusher: Remove reliance on the global system instanceLioncash1-3/+8
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