summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/engine_upload.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* video_core: Resolve more variable shadowing scenariosLioncash2020-12-041-4/+4
| | | | | | 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.
* decoders: correct block calculationFernando Sahmkow2019-06-211-1/+1
|
* engine_upload: Addapt to new Texture CacheFernando Sahmkow2019-06-211-2/+2
|
* video_core/engines/engine_upload: Amend constructor initializer list orderLioncash2019-05-141-1/+1
| | | | Silences a -Wreorder warning.
* video_core/engines/engine_upload: Default destructor in the cpp fileLioncash2019-05-141-0/+2
| | | | | | Avoids inlining destruction logic where applicable, and also makes forward declarations not cause unexpected compilation errors depending on where the State class is used.
* video_core/engines/engine_upload: Remove unnecessary includesLioncash2019-05-141-0/+2
|
* Refactors and name corrections.Fernando Sahmkow2019-05-011-19/+20
|
* Add Swizzle Parameters to the DMA engineFernando Sahmkow2019-04-231-1/+1
|
* Corrections and stylingFernando Sahmkow2019-04-231-1/+4
|
* Revamp Kepler Memory to use a subegine to manage uploadsFernando Sahmkow2019-04-231-0/+44