summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-03video_core: Enforce -Wunused-variable and -Wunused-but-set-variableReinUsesLisp1-2/+0
2020-08-11textures/decoders: Fix block linear to pitch copiesReinUsesLisp1-13/+8
2020-07-10video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changesReinUsesLisp1-13/+17
2020-07-08maxwell_dma: Rename registers to match official docs and reorderReinUsesLisp1-143/+151
2020-04-28MaxwellDMA: Optimize micro copies.Fernando Sahmkow1-0/+40
2020-04-28VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow1-5/+5
2020-04-23Clang Format.Fernando Sahmkow1-1/+2
2020-04-23DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow1-0/+6
2020-04-22MaxwellDMA: Correct copying on accuracy level.Fernando Sahmkow1-2/+7
2020-04-22UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow1-1/+1
2020-02-28video_core: Reintroduce dirty flags infrastructureReinUsesLisp1-0/+3
2020-02-28gl_rasterizer: Remove dirty flagsReinUsesLisp1-3/+0
2019-08-30video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti1-4/+2
2019-07-26MaxwellDMA: Fixes, corrections and relaxations.Fernando Sahmkow1-16/+26
2019-07-18MaxwellDMA/KeplerCopy: Downgrade DMA log message to Trace.Fernando Sahmkow1-1/+1
2019-07-17Maxwell3D: Rework the dirty system to be more consistant and scaleableFernando Sahmkow1-1/+1
2019-06-21surface: Correct format S8Z24Fernando Sahmkow1-1/+1
2019-06-21decoders: correct block calculationFernando Sahmkow1-1/+1
2019-06-21texture_cache: loose TryReconstructSurface when accurate GPU is not on.Fernando Sahmkow1-1/+1
2019-04-23Fixes and Corrections to DMA EngineFernando Sahmkow1-37/+46
2019-04-06video_core/engines: Make memory manager members privateLioncash1-1/+1
2019-04-06video_core/engines: Remove unnecessary inclusions where applicableLioncash1-1/+1
2019-03-21maxwell_dma: Check for valid source in destination before copy.bunnei1-0/+10
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei1-16/+12
2019-03-15gpu: Use host address for caching instead of guest address.bunnei1-2/+5
2019-03-07gpu: Move command processing to another thread.bunnei1-2/+2
2019-03-06video_core/engines: Remove unnecessary includesLioncash1-0/+1
2019-02-16video_core: Remove usages of System::GetInstance() within the enginesLioncash1-3/+5
2019-02-03video_core: Assert on invalid GPU to CPU address queriesReinUsesLisp1-10/+12
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