summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/engine_upload.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-06DMA & InlineToMemory Engines Rework.bunnei1-9/+37
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-02-01Rasterizer: Refactor inlineToMemory.Fernando Sahmkow1-1/+1
2022-01-29Rasterizer: Implement Inline2Memory Acceleration.Fernando Sahmkow1-2/+6
2022-01-29Inline2Memory: Flush before writting buffer.Fernando Sahmkow1-0/+1
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-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.
2019-06-21decoders: correct block calculationFernando Sahmkow1-1/+1
2019-06-21engine_upload: Addapt to new Texture CacheFernando Sahmkow1-2/+2
2019-05-14video_core/engines/engine_upload: Amend constructor initializer list orderLioncash1-1/+1
Silences a -Wreorder warning.
2019-05-14video_core/engines/engine_upload: Default destructor in the cpp fileLioncash1-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.
2019-05-14video_core/engines/engine_upload: Remove unnecessary includesLioncash1-0/+2
2019-05-01Refactors and name corrections.Fernando Sahmkow1-19/+20
2019-04-23Add Swizzle Parameters to the DMA engineFernando Sahmkow1-1/+1
2019-04-23Corrections and stylingFernando Sahmkow1-1/+4
2019-04-23Revamp Kepler Memory to use a subegine to manage uploadsFernando Sahmkow1-0/+44