summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/kepler_memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* DMAPusher: Improve collection of non executing methodsFernando Sahmkow2023-01-011-0/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Reduce unused includesameerj2022-03-191-2/+0
* Rasterizer: Implement Inline2Memory Acceleration.Fernando Sahmkow2022-01-291-0/+7
* engine_interface: Add missing virtual destructorLioncash2021-04-121-1/+1
* common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITReinUsesLisp2021-01-151-2/+2
* video_core: Resolve more variable shadowing scenariosLioncash2020-12-041-1/+1
* Clang Format and Documentation.Fernando Sahmkow2020-04-281-1/+2
* VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow2020-04-281-3/+4
* DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow2020-04-231-0/+3
* common_func: Use std::array for INSERT_PADDING_* macros.bunnei2019-11-041-2/+2
* video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti2019-08-301-1/+0
* Refactors and name corrections.Fernando Sahmkow2019-05-011-1/+1
* Add Documentation Headers to all the GPU EnginesFernando Sahmkow2019-04-231-0/+6
* Revamp Kepler Memory to use a subegine to manage uploadsFernando Sahmkow2019-04-231-55/+5
* Correct Kepler Memory on Linear Pushes.Fernando Sahmkow2019-04-151-2/+22
* video_core/engines: Make memory manager members privateLioncash2019-04-061-1/+1
* video_core/engines: Remove unnecessary inclusions where applicableLioncash2019-04-061-1/+4
* video_core/engines: Remove unnecessary includesLioncash2019-03-061-0/+1
* video_core: Remove usages of System::GetInstance() within the enginesLioncash2019-02-161-2/+7
* gpu: Rewrite GPU command list processing with DmaPusher class.bunnei2018-11-271-1/+2
* GPU: Invalidate destination address of kepler_memory writes.bunnei2018-10-191-1/+6
* GPU: Basic implementation of the Kepler Inline Memory engine (p2mf).Subv2018-09-121-0/+90