summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/kepler_memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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