summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-01DMAPusher: Improve collection of non executing methodsFernando Sahmkow1-0/+2
2022-12-20video_core: Add usages of ScratchBufferameerj1-3/+5
2022-11-24MaxwellDMA: Implement BlockLinear to BlockLinear copies.Fernando Sahmkow1-0/+3
2022-10-17video_core: implement 1D copies based on VMM 'kind'FengChen1-2/+0
2022-10-06General: address feedbackFernando Sahmkow1-1/+1
2022-10-06DMA & InlineToMemory Engines Rework.bunnei1-0/+6
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-2/+0
2022-03-07MaxwellDMA: Implement semaphore operationsLody1-0/+2
2021-09-20maxwell_dma: Minor refactoringameerj1-1/+1
2021-07-27video_core/engine: Consistently initialize rasterizer pointersLioncash1-1/+1
2021-07-13DMAEngine: Accelerate BufferClearFernando Sahmkow1-0/+2
2021-07-11accelerateDMA: Accelerate Buffer Copies.Fernando Sahmkow1-1/+16
2021-04-12engine_interface: Add missing virtual destructorLioncash1-1/+1
2020-12-05maxwell_dma: Rename RenderEnable::Mode::FALSE and TRUE to avoid name conflictcomex1-5/+7
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-2/+2
2020-07-08maxwell_dma: Rename registers to match official docs and reorderReinUsesLisp1-144/+204
2020-04-28Clang Format and Documentation.Fernando Sahmkow1-1/+2
2020-04-28VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow1-3/+4
2020-04-23DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow1-0/+3
2019-11-04common_func: Use std::array for INSERT_PADDING_* macros.bunnei1-5/+5
2019-08-30video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti1-8/+1
2019-06-21decoders: correct block calculationFernando Sahmkow1-2/+2
2019-06-21video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp1-2/+2
2019-05-01Refactors and name corrections.Fernando Sahmkow1-7/+7
2019-04-23Fixes and Corrections to DMA EngineFernando Sahmkow1-0/+11
2019-04-23Add Swizzle Parameters to the DMA engineFernando Sahmkow1-1/+26
2019-04-23Add Documentation Headers to all the GPU EnginesFernando Sahmkow1-0/+5
2019-04-06video_core/engines: Make memory manager members privateLioncash1-2/+2
2019-04-06video_core/engines: Remove unnecessary inclusions where applicableLioncash1-1/+4
2019-03-06video_core/engines: Remove unnecessary includesLioncash1-0/+1
2019-02-16video_core: Remove usages of System::GetInstance() within the enginesLioncash1-2/+8
2018-11-27gpu: Rewrite GPU command list processing with DmaPusher class.bunnei1-1/+1
2018-10-19GPU: Improved implementation of maxwell DMA (Subv).bunnei1-1/+7
2018-10-13Propagate depth and depth_block on modules using decodersFernandoS271-0/+4
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-07-21video_core: Use nested namespaces where applicableLioncash1-4/+2
2018-06-12GPU: Partially implemented the Maxwell DMA engine.Subv1-0/+155