summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/kepler_memory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-29engines: Remove unnecessary castsLioncash1-3/+3
2022-10-06DMA & InlineToMemory Engines Rework.bunnei1-4/+9
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/+4
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-1/+0
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-2/+2
2020-04-28VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow1-7/+6
2020-04-23Clang Format.Fernando Sahmkow1-1/+2
2020-04-23DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow1-0/+6
2020-02-28video_core: Reintroduce dirty flags infrastructureReinUsesLisp1-0/+3
2020-02-28gl_rasterizer: Remove dirty flagsReinUsesLisp1-3/+0
2019-08-30video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti1-1/+1
2019-07-17Maxwell3D: Rework the dirty system to be more consistant and scaleableFernando Sahmkow1-1/+1
2019-04-23Corrections and stylingFernando Sahmkow1-1/+1
2019-04-23Revamp Kepler Memory to use a subegine to manage uploadsFernando Sahmkow1-37/+8
2019-04-16Use WriteBlock and ReadBlock.Fernando Sahmkow1-10/+6
2019-04-16Implement Block Linear copies in Kepler Memory.Fernando Sahmkow1-5/+14
2019-04-15Correct Kepler Memory on Linear Pushes.Fernando Sahmkow1-14/+26
2019-04-06video_core/engines: Make memory manager members privateLioncash1-1/+1
2019-04-06video_core/engines: Remove unnecessary inclusions where applicableLioncash1-1/+1
2019-03-21gpu: Rewrite virtual memory manager using PageTable.bunnei1-1/+1
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei1-10/+5
2019-03-15gpu: Use host address for caching instead of guest address.bunnei1-1/+3
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