aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/engines/engine_upload.h
AgeCommit message (Collapse)Author
2023-08-27VideoCore: Implement DispatchIndirectFernando Sahmkow
2022-12-19video_core: Add usages of ScratchBufferameerj
2022-11-29engines: Remove unnecessary castsLioncash
In a few cases we have some casts that can be trivially removed.
2022-10-06DMA & InlineToMemory Engines Rework.bunnei
2022-04-23general: Convert source file copyright comments over to SPDXMorph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-01-29Rasterizer: Implement Inline2Memory Acceleration.Fernando Sahmkow
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash
Resolves variable shadowing scenarios up to the end of the OpenGL code to make it nicer to review. The rest will be resolved in a following commit.
2019-06-20decoders: correct block calculationFernando Sahmkow
2019-06-20engine_upload: Addapt to new Texture CacheFernando Sahmkow
2019-05-14video_core/engines/engine_upload: Default destructor in the cpp fileLioncash
Avoids inlining destruction logic where applicable, and also makes forward declarations not cause unexpected compilation errors depending on where the State class is used.
2019-05-14video_core/engines/engine_upload: Remove unnecessary const on parameters in ↵Lioncash
function declarations These only apply in the definition of the function. They can be omitted from the declaration.
2019-05-14video_core/engines/engine_upload: Remove unnecessary includesLioncash
2019-05-01Refactors and name corrections.Fernando Sahmkow
2019-04-23Corrections and stylingFernando Sahmkow
2019-04-22Revamp Kepler Memory to use a subegine to manage uploadsFernando Sahmkow