summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-27gpu: Rewrite GPU command list processing with DmaPusher class.bunnei1-4/+4
2018-11-17gl_rasterizer: Skip VB upload if the state is clean.Markus Wick1-0/+5
2018-10-20engines/maxwell_*: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-10-20maxwell_dma: Make variables const where applicable within HandleCopy()Lioncash1-3/+3
2018-10-20maxwell_dma: Make FlushAndInvalidate's size parameter a u64Lioncash1-1/+1
2018-10-20maxwell_dma: Remove unused variables in HandleCopy()Lioncash1-3/+0
2018-10-19GPU: Improved implementation of maxwell DMA (Subv).bunnei1-15/+58
2018-10-13Propagate depth and depth_block on modules using decodersFernandoS271-4/+6
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-09-08GPU/DMA: Partially implemented the 'enable_2d' bit in the DMA engine.Subv1-2/+10
2018-07-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-07-02GPU: Directly copy the pixels when performing a same-layout DMA.Subv1-1/+5
2018-06-12GPU: Partially implemented the Maxwell DMA engine.Subv1-0/+69