index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
engines
/
maxwell_dma.cpp
Age
Commit message (
Expand
)
Author
2019-04-05
video_core/engines: Make memory manager members private
Lioncash
2019-04-05
video_core/engines: Remove unnecessary inclusions where applicable
Lioncash
2019-03-20
maxwell_dma: Check for valid source in destination before copy.
bunnei
2019-03-16
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-14
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-06
gpu: Move command processing to another thread.
bunnei
2019-03-05
video_core/engines: Remove unnecessary includes
Lioncash
2019-02-15
video_core: Remove usages of System::GetInstance() within the engines
Lioncash
2019-02-03
video_core: Assert on invalid GPU to CPU address queries
ReinUsesLisp
2018-11-26
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-11-17
gl_rasterizer: Skip VB upload if the state is clean.
Markus Wick
2018-10-20
engines/maxwell_*: Use nested namespace specifiers where applicable
Lioncash
2018-10-20
maxwell_dma: Make variables const where applicable within HandleCopy()
Lioncash
2018-10-20
maxwell_dma: Make FlushAndInvalidate's size parameter a u64
Lioncash
2018-10-20
maxwell_dma: Remove unused variables in HandleCopy()
Lioncash
2018-10-18
GPU: Improved implementation of maxwell DMA (Subv).
bunnei
2018-10-13
Propagate depth and depth_block on modules using decoders
FernandoS27
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-08
GPU/DMA: Partially implemented the 'enable_2d' bit in the DMA engine.
Subv
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-07-02
GPU: Directly copy the pixels when performing a same-layout DMA.
Subv
2018-06-12
GPU: Partially implemented the Maxwell DMA engine.
Subv