summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/engine_upload.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* engines: Remove unnecessary castsLioncash2022-11-291-4/+3
| | | | In a few cases we have some casts that can be trivially removed.
* GPU: Fix buffer cache issue, engine upload not inlining memory in multiline and pessismistic invalidation.Fernando Sahmkow2022-11-241-4/+4
|
* DMA & InlineToMemory Engines Rework.bunnei2022-10-061-9/+37
|
* 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: Refactor inlineToMemory.Fernando Sahmkow2022-02-011-1/+1
|
* Rasterizer: Implement Inline2Memory Acceleration.Fernando Sahmkow2022-01-291-2/+6
|
* Inline2Memory: Flush before writting buffer.Fernando Sahmkow2022-01-291-0/+1
|
* 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