summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* renderer_vulkan: implement layer stack compositionLiam2024-01-311-0/+1
* Fix DMA engine register offsetsKelebek12023-09-211-26/+29
* Engines: Implement Accelerate DMA Texture.Fernando Sahmkow2023-03-051-30/+58
* DMAPusher: Improve collection of non executing methodsFernando Sahmkow2023-01-011-0/+2
* video_core: Add usages of ScratchBufferameerj2022-12-201-3/+5
* MaxwellDMA: Implement BlockLinear to BlockLinear copies.Fernando Sahmkow2022-11-241-0/+3
* video_core: implement 1D copies based on VMM 'kind'FengChen2022-10-171-2/+0
* General: address feedbackFernando Sahmkow2022-10-061-1/+1
* DMA & InlineToMemory Engines Rework.bunnei2022-10-061-0/+6
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Reduce unused includesameerj2022-03-191-2/+0
* MaxwellDMA: Implement semaphore operationsLody2022-03-071-0/+2
* maxwell_dma: Minor refactoringameerj2021-09-201-1/+1
* video_core/engine: Consistently initialize rasterizer pointersLioncash2021-07-271-1/+1
* DMAEngine: Accelerate BufferClearFernando Sahmkow2021-07-131-0/+2
* accelerateDMA: Accelerate Buffer Copies.Fernando Sahmkow2021-07-111-1/+16
* engine_interface: Add missing virtual destructorLioncash2021-04-121-1/+1
* maxwell_dma: Rename RenderEnable::Mode::FALSE and TRUE to avoid name conflictcomex2020-12-051-5/+7
* video_core: Resolve more variable shadowing scenariosLioncash2020-12-041-2/+2
* maxwell_dma: Rename registers to match official docs and reorderReinUsesLisp2020-07-081-144/+204
* Clang Format and Documentation.Fernando Sahmkow2020-04-281-1/+2
* VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow2020-04-281-3/+4
* 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