index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
dma_pusher.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-10-02
ci: fix new codespell errors
Liam
2023-08-27
VideoCore: Implement DispatchIndirect
Fernando Sahmkow
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-01-01
MacroHLE: Refactor MacroHLE system.
Fernando Sahmkow
2023-01-01
MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.
Fernando Sahmkow
2023-01-01
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
2022-12-19
dma_pusher: Rework command_headers usage
ameerj
2022-10-06
VideoCore: Refactor syncing.
Fernando Sahmkow
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-11-07
video_core: dma_pusher: Remove integrity check on command lists.
bunnei
2020-11-05
General: Fix clang build
Lioncash
2020-11-01
video_core: dma_pusher: Add support for integrity checks.
bunnei
2020-11-01
video_core: dma_pusher: Add support for prefetched command lists.
bunnei
2020-11-01
video_core: gpu: Implement WaitFence and IncrementSyncPoint.
bunnei
2020-05-16
DmaPusher: Remove dead code in step
David Marcec
2020-04-27
VideoCore/GPU: Delegate subchannel engines to the dma pusher.
Fernando Sahmkow
2020-04-23
DMAPusher: Propagate multimethod writes into the engines.
Fernando Sahmkow
2020-04-19
dma_pusher: Remove reliance on the global system instance
Lioncash
2019-03-20
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-02-19
video_core/dma_pusher: Simplyfy Step() logic.
Markus Wick
2019-02-19
video_core/dma_pusher: The full list of headers at once.
Markus Wick
2019-01-30
video_core/dma_pusher: Silence C4828 warnings
Lioncash
2018-11-27
dma_pushbuffer: Optimize to avoid loop and copy on Push.
bunnei
2018-11-26
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei