summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/engine_upload.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-27VideoCore: Implement DispatchIndirectFernando Sahmkow1-0/+8
2022-12-20video_core: Add usages of ScratchBufferameerj1-3/+4
2022-11-29engines: Remove unnecessary castsLioncash1-1/+1
In a few cases we have some casts that can be trivially removed.
2022-10-06DMA & InlineToMemory Engines Rework.bunnei1-1/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
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 Sahmkow1-0/+8
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-2/+2
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-21decoders: correct block calculationFernando Sahmkow1-3/+3
2019-06-21engine_upload: Addapt to new Texture CacheFernando Sahmkow1-3/+3
2019-05-14video_core/engines/engine_upload: Default destructor in the cpp fileLioncash1-1/+1
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 function declarationsLioncash1-2/+2
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 includesLioncash1-2/+0
2019-05-01Refactors and name corrections.Fernando Sahmkow1-4/+5
2019-04-23Corrections and stylingFernando Sahmkow1-2/+2
2019-04-23Revamp Kepler Memory to use a subegine to manage uploadsFernando Sahmkow1-0/+74