summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/kepler_memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* DMAPusher: Improve collection of non executing methodsFernando Sahmkow2023-01-011-0/+11
* engines: Remove unnecessary castsLioncash2022-11-291-3/+3
* DMA & InlineToMemory Engines Rework.bunnei2022-10-061-4/+9
* 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/+4
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-1/+0
* video_core: Resolve more variable shadowing scenariosLioncash2020-12-041-2/+2
* VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow2020-04-281-7/+6
* Clang Format.Fernando Sahmkow2020-04-231-1/+2
* DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow2020-04-231-0/+6
* video_core: Reintroduce dirty flags infrastructureReinUsesLisp2020-02-281-0/+3
* gl_rasterizer: Remove dirty flagsReinUsesLisp2020-02-281-3/+0
* video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti2019-08-301-1/+1
* Maxwell3D: Rework the dirty system to be more consistant and scaleableFernando Sahmkow2019-07-171-1/+1
* Corrections and stylingFernando Sahmkow2019-04-231-1/+1
* Revamp Kepler Memory to use a subegine to manage uploadsFernando Sahmkow2019-04-231-37/+8
* Use WriteBlock and ReadBlock.Fernando Sahmkow2019-04-161-10/+6
* Implement Block Linear copies in Kepler Memory.Fernando Sahmkow2019-04-161-5/+14
* Correct Kepler Memory on Linear Pushes.Fernando Sahmkow2019-04-151-14/+26
* video_core/engines: Make memory manager members privateLioncash2019-04-061-1/+1
* video_core/engines: Remove unnecessary inclusions where applicableLioncash2019-04-061-1/+1
* gpu: Rewrite virtual memory manager using PageTable.bunnei2019-03-211-1/+1
* video_core: Refactor to use MemoryManager interface for all memory access.bunnei2019-03-161-10/+5
* gpu: Use host address for caching instead of guest address.bunnei2019-03-151-1/+3
* gpu: Move command processing to another thread.bunnei2019-03-071-1/+1
* video_core: Remove usages of System::GetInstance() within the enginesLioncash2019-02-161-3/+4
* video_core: Assert on invalid GPU to CPU address queriesReinUsesLisp2019-02-031-5/+6
* gpu: Rewrite GPU command list processing with DmaPusher class.bunnei2018-11-271-5/+5
* gl_rasterizer: Skip VB upload if the state is clean.Markus Wick2018-11-171-0/+3
* GPU: Invalidate destination address of kepler_memory writes.bunnei2018-10-191-1/+10
* GPU: Basic implementation of the Kepler Inline Memory engine (p2mf).Subv2018-09-121-0/+45