summaryrefslogtreecommitdiffstats
path: root/src/video_core/dma_pusher.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ci: fix new codespell errorsLiam2023-10-031-1/+1
* VideoCore: Implement DispatchIndirectFernando Sahmkow2023-08-271-1/+4
* Remove memory allocations in some hot pathsKelebek12023-06-221-3/+5
* MacroHLE: Refactor MacroHLE system.Fernando Sahmkow2023-01-011-1/+1
* MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.Fernando Sahmkow2023-01-011-0/+1
* MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow2023-01-011-0/+1
* dma_pusher: Rework command_headers usageameerj2022-12-201-2/+6
* VideoCore: Refactor syncing.Fernando Sahmkow2022-10-061-9/+17
* VideoCore: implement channels on gpu caches.Fernando Sahmkow2022-10-061-1/+12
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Resolve more variable shadowing scenariosLioncash2020-12-041-7/+7
* video_core: dma_pusher: Remove integrity check on command lists.bunnei2020-11-071-3/+0
* General: Fix clang buildLioncash2020-11-051-4/+3
* video_core: dma_pusher: Add support for integrity checks.bunnei2020-11-011-0/+3
* video_core: dma_pusher: Add support for prefetched command lists.bunnei2020-11-011-2/+19
* video_core: gpu: Implement WaitFence and IncrementSyncPoint.bunnei2020-11-011-0/+25
* 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