summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/kepler_memory.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-01DMAPusher: Improve collection of non executing methodsFernando Sahmkow1-0/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-2/+0
2022-01-29Rasterizer: Implement Inline2Memory Acceleration.Fernando Sahmkow1-0/+7
2021-04-12engine_interface: Add missing virtual destructorLioncash1-1/+1
2021-01-15common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITReinUsesLisp1-2/+2
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-1/+1
2020-04-28Clang Format and Documentation.Fernando Sahmkow1-1/+2
2020-04-28VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow1-3/+4
2020-04-23DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow1-0/+3
2019-11-04common_func: Use std::array for INSERT_PADDING_* macros.bunnei1-2/+2
2019-08-30video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti1-1/+0
2019-05-01Refactors and name corrections.Fernando Sahmkow1-1/+1
2019-04-23Add Documentation Headers to all the GPU EnginesFernando Sahmkow1-0/+6
2019-04-23Revamp Kepler Memory to use a subegine to manage uploadsFernando Sahmkow1-55/+5
2019-04-15Correct Kepler Memory on Linear Pushes.Fernando Sahmkow1-2/+22
2019-04-06video_core/engines: Make memory manager members privateLioncash1-1/+1
2019-04-06video_core/engines: Remove unnecessary inclusions where applicableLioncash1-1/+4
2019-03-06video_core/engines: Remove unnecessary includesLioncash1-0/+1
2019-02-16video_core: Remove usages of System::GetInstance() within the enginesLioncash1-2/+7
2018-11-27gpu: Rewrite GPU command list processing with DmaPusher class.bunnei1-1/+2
2018-10-19GPU: Invalidate destination address of kepler_memory writes.bunnei1-1/+6
2018-09-12GPU: Basic implementation of the Kepler Inline Memory engine (p2mf).Subv1-0/+90