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
*
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