summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/kepler_memory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-07gpu: Move command processing to another thread.bunnei1-1/+1
2019-02-16video_core: Remove usages of System::GetInstance() within the enginesLioncash1-3/+4
2019-02-03video_core: Assert on invalid GPU to CPU address queriesReinUsesLisp1-5/+6
2018-11-27gpu: Rewrite GPU command list processing with DmaPusher class.bunnei1-5/+5
2018-11-17gl_rasterizer: Skip VB upload if the state is clean.Markus Wick1-0/+3
2018-10-19GPU: Invalidate destination address of kepler_memory writes.bunnei1-1/+10
2018-09-12GPU: Basic implementation of the Kepler Inline Memory engine (p2mf).Subv1-0/+45