summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/engine_upload.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* engines: Remove unnecessary castsLioncash2022-11-291-1/+1
| | | | In a few cases we have some casts that can be trivially removed.
* DMA & InlineToMemory Engines Rework.bunnei2022-10-061-1/+5
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* Rasterizer: Implement Inline2Memory Acceleration.Fernando Sahmkow2022-01-291-0/+8
|
* video_core: Resolve more variable shadowing scenariosLioncash2020-12-041-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.
* decoders: correct block calculationFernando Sahmkow2019-06-211-3/+3
|
* engine_upload: Addapt to new Texture CacheFernando Sahmkow2019-06-211-3/+3
|
* video_core/engines/engine_upload: Default destructor in the cpp fileLioncash2019-05-141-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.
* video_core/engines/engine_upload: Remove unnecessary const on parameters in function declarationsLioncash2019-05-141-2/+2
| | | | | These only apply in the definition of the function. They can be omitted from the declaration.
* video_core/engines/engine_upload: Remove unnecessary includesLioncash2019-05-141-2/+0
|
* Refactors and name corrections.Fernando Sahmkow2019-05-011-4/+5
|
* Corrections and stylingFernando Sahmkow2019-04-231-2/+2
|
* Revamp Kepler Memory to use a subegine to manage uploadsFernando Sahmkow2019-04-231-0/+74