summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow2020-04-231-0/+3
* common_func: Use std::array for INSERT_PADDING_* macros.bunnei2019-11-041-5/+5
* video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti2019-08-301-8/+1
* decoders: correct block calculationFernando Sahmkow2019-06-211-2/+2
* video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp2019-06-211-2/+2
* Refactors and name corrections.Fernando Sahmkow2019-05-011-7/+7
* Fixes and Corrections to DMA EngineFernando Sahmkow2019-04-231-0/+11
* Add Swizzle Parameters to the DMA engineFernando Sahmkow2019-04-231-1/+26
* Add Documentation Headers to all the GPU EnginesFernando Sahmkow2019-04-231-0/+5
* video_core/engines: Make memory manager members privateLioncash2019-04-061-2/+2
* video_core/engines: Remove unnecessary inclusions where applicableLioncash2019-04-061-1/+4
* video_core/engines: Remove unnecessary includesLioncash2019-03-061-0/+1
* video_core: Remove usages of System::GetInstance() within the enginesLioncash2019-02-161-2/+8
* gpu: Rewrite GPU command list processing with DmaPusher class.bunnei2018-11-271-1/+1
* GPU: Improved implementation of maxwell DMA (Subv).bunnei2018-10-191-1/+7
* Propagate depth and depth_block on modules using decodersFernandoS272018-10-131-0/+4
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* video_core: Use nested namespaces where applicableLioncash2018-07-211-4/+2
* GPU: Partially implemented the Maxwell DMA engine.Subv2018-06-121-0/+155