summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/engine_upload.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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