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.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2025-01-13
Android: Update build system and dependencies
Zephyron
2025-01-02
video_core: Enforce safe memory reads for compute dispatch
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-18
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2023-08-27
VideoCore: Implement DispatchIndirect
Fernando Sahmkow
2023-08-26
DMA Pusher: Fix regression caused by guest memory optimizations
Fernando Sahmkow
2023-07-02
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-01-01
DMAPusher: Improve collection of non executing methods
Fernando Sahmkow
2023-01-01
Revert Buffer cache changes and setup additional macros.
Fernando Sahmkow
2023-01-01
MacroHLE: Reduce massive calculations on sizing estimation.
Fernando Sahmkow
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
scratch_buffer: Explicitly defing resize and resize_destructive functions
ameerj
2022-12-19
dma_pusher: Rework command_headers usage
ameerj
2022-10-06
VideoCore: Refactor fencing system.
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
2022-03-19
video_core: Reduce unused includes
ameerj
2021-07-09
BufferCache: Additional download fixes.
Fernando Sahmkow
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
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-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-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-22
GPU: Delay Fences.
Fernando Sahmkow
2020-04-22
BufferCache: Implement OnCPUWrite and SyncGuestHost
Fernando Sahmkow
2020-04-22
GPU: Refactor synchronization on Async GPU
Fernando Sahmkow
2020-04-19
dma_pusher: Remove reliance on the global system instance
Lioncash
2020-02-28
video_core: Reintroduce dirty flags infrastructure
ReinUsesLisp
2020-02-28
gl_rasterizer: Remove dirty flags
ReinUsesLisp
2019-07-26
GPU: Flush commands on every dma pusher step.
Fernando Sahmkow
2019-07-17
Maxwell3D: Rework the dirty system to be more consistant and scaleable
Fernando Sahmkow
2019-05-19
Dma_pusher: ASSERT on empty command_list
Fernando Sahmkow
2019-04-28
Merge pull request #2322 from ReinUsesLisp/wswitch
bunnei
2019-04-18
video_core: Silent -Wswitch warnings
ReinUsesLisp
2019-04-16
Use ReadBlockUnsafe for fetyching DMA CommandLists
Fernando Sahmkow
2019-04-06
video_core/texures/texture: Remove unnecessary includes
Lioncash
2019-03-16
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-08
dma_pusher: Store command_list_header by copy
ReinUsesLisp
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-02-03
video_core: Assert on invalid GPU to CPU address queries
ReinUsesLisp
2018-11-27
dma_pushbuffer: Optimize to avoid loop and copy on Push.
bunnei
2018-11-27
gpu: Move command list profiling to DmaPusher::DispatchCalls.
bunnei
[next]