index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
dma_pusher.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
VideoCore: Refactor fencing system.
Fernando Sahmkow
2022-10-06
1
-3
/
+0
*
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-10-06
1
-8
/
+15
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
video_core: Reduce unused includes
ameerj
2022-03-19
1
-1
/
+0
*
BufferCache: Additional download fixes.
Fernando Sahmkow
2021-07-09
1
-2
/
+8
*
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
1
-2
/
+0
*
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-12-04
1
-2
/
+7
*
video_core: dma_pusher: Remove integrity check on command lists.
bunnei
2020-11-07
1
-25
/
+1
*
video_core: dma_pusher: Add support for integrity checks.
bunnei
2020-11-01
1
-0
/
+24
*
video_core: dma_pusher: Add support for prefetched command lists.
bunnei
2020-11-01
1
-23
/
+33
*
DmaPusher: Remove dead code in step
David Marcec
2020-05-16
1
-8
/
+1
*
VideoCore/GPU: Delegate subchannel engines to the dma pusher.
Fernando Sahmkow
2020-04-28
1
-3
/
+17
*
DMAPusher: Propagate multimethod writes into the engines.
Fernando Sahmkow
2020-04-23
1
-9
/
+21
*
GPU: Delay Fences.
Fernando Sahmkow
2020-04-22
1
-0
/
+1
*
BufferCache: Implement OnCPUWrite and SyncGuestHost
Fernando Sahmkow
2020-04-22
1
-0
/
+1
*
GPU: Refactor synchronization on Async GPU
Fernando Sahmkow
2020-04-22
1
-0
/
+1
*
dma_pusher: Remove reliance on the global system instance
Lioncash
2020-04-19
1
-2
/
+2
*
video_core: Reintroduce dirty flags infrastructure
ReinUsesLisp
2020-02-28
1
-0
/
+3
*
gl_rasterizer: Remove dirty flags
ReinUsesLisp
2020-02-28
1
-3
/
+0
*
GPU: Flush commands on every dma pusher step.
Fernando Sahmkow
2019-07-26
1
-0
/
+1
*
Maxwell3D: Rework the dirty system to be more consistant and scaleable
Fernando Sahmkow
2019-07-17
1
-1
/
+1
*
Dma_pusher: ASSERT on empty command_list
Fernando Sahmkow
2019-05-19
1
-0
/
+7
*
Merge pull request #2322 from ReinUsesLisp/wswitch
bunnei
2019-04-29
1
-0
/
+2
|
\
|
*
video_core: Silent -Wswitch warnings
ReinUsesLisp
2019-04-18
1
-0
/
+2
*
|
Use ReadBlockUnsafe for fetyching DMA CommandLists
Fernando Sahmkow
2019-04-16
1
-2
/
+2
|
/
*
video_core/texures/texture: Remove unnecessary includes
Lioncash
2019-04-06
1
-0
/
+1
*
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-16
1
-5
/
+2
*
dma_pusher: Store command_list_header by copy
ReinUsesLisp
2019-03-08
1
-1
/
+1
*
video_core/dma_pusher: Simplyfy Step() logic.
Markus Wick
2019-02-19
1
-78
/
+77
*
video_core/dma_pusher: The full list of headers at once.
Markus Wick
2019-02-19
1
-48
/
+56
*
video_core: Assert on invalid GPU to CPU address queries
ReinUsesLisp
2019-02-03
1
-2
/
+4
*
dma_pushbuffer: Optimize to avoid loop and copy on Push.
bunnei
2018-11-28
1
-2
/
+10
*
gpu: Move command list profiling to DmaPusher::DispatchCalls.
bunnei
2018-11-28
1
-0
/
+5
*
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-11-27
1
-0
/
+110