summaryrefslogtreecommitdiff
path: root/src/video_core/dma_pusher.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-10-02ci: fix new codespell errorsLiam
2023-08-27VideoCore: Implement DispatchIndirectFernando Sahmkow
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-01-01MacroHLE: Refactor MacroHLE system.Fernando Sahmkow
2023-01-01MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.Fernando Sahmkow
2023-01-01MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow
2022-12-19dma_pusher: Rework command_headers usageameerj
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash
2020-11-07video_core: dma_pusher: Remove integrity check on command lists.bunnei
2020-11-05General: Fix clang buildLioncash
2020-11-01video_core: dma_pusher: Add support for integrity checks.bunnei
2020-11-01video_core: dma_pusher: Add support for prefetched command lists.bunnei
2020-11-01video_core: gpu: Implement WaitFence and IncrementSyncPoint.bunnei
2020-05-16DmaPusher: Remove dead code in stepDavid Marcec
2020-04-27VideoCore/GPU: Delegate subchannel engines to the dma pusher.Fernando Sahmkow
2020-04-23DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow
2020-04-19dma_pusher: Remove reliance on the global system instanceLioncash
2019-03-20gpu: Rewrite virtual memory manager using PageTable.bunnei
2019-02-19video_core/dma_pusher: Simplyfy Step() logic.Markus Wick
2019-02-19video_core/dma_pusher: The full list of headers at once.Markus Wick
2019-01-30video_core/dma_pusher: Silence C4828 warningsLioncash
2018-11-27dma_pushbuffer: Optimize to avoid loop and copy on Push.bunnei
2018-11-26gpu: Rewrite GPU command list processing with DmaPusher class.bunnei