summaryrefslogtreecommitdiffstats
path: root/src/video_core/buffer_cache/buffer_base.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* SMMU: Initial adaptation to video_core.Fernando Sahmkow2024-01-191-2/+1
* GPU: Add Reactive flushingFernando Sahmkow2023-05-071-0/+9
* BufferCache: Fixes and address feedbackFernando Sahmkow2023-05-011-92/+7
* Clang: format and ficx compile errors.Fernando Sahmkow2023-04-291-13/+13
* Buffer Cache: Fully rework the buffer cache.Fernando Sahmkow2023-04-291-434/+25
* svc: Fix type consistency (exposed on macOS)Merry2023-02-211-1/+1
* buffer_base: Partially revert changes from #9559ameerj2023-02-091-6/+8
* BufferBase: Don't ignore GPU pages.Fernando Sahmkow2023-01-051-8/+6
* general: fix compile for Apple ClangLiam2022-11-231-1/+1
* video_core: add option for pessimistic flushingLiam2022-08-251-1/+4
* code: dodge PAGE_SIZE #defineKyle Kienapfel2022-08-201-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* buffer_cache: reset cached write bits after flushing invalidationsLiam2022-03-241-1/+2
* Garbage Collection: Make it more agressive on high priority mode.Fernando Sahmkow2021-08-291-2/+2
* Garbage Collection: Adress Feedback.Fernando Sahmkow2021-08-291-1/+8
* VideoCore: Rework Garbage Collection.Fernando Sahmkow2021-08-281-11/+2
* Buffer Cache: Address Feedback.Fernando Sahmkow2021-07-101-0/+5
* Videocore: Address Feedback & CLANG Format.Fernando Sahmkow2021-07-091-1/+1
* Buffer Cache: Fix High Downloads and don't predownload on Extreme.Fernando Sahmkow2021-07-091-6/+8
* Initial Reaper SetupReinUsesLisp2021-06-161-0/+11
* Fix GCC undefined behavior sanitizer.Markus Wick2021-06-101-0/+3
* buffer_cache: Heuristically detect stream buffersReinUsesLisp2021-02-131-0/+11
* buffer_base: Add support for cached CPU writesReinUsesLisp2021-02-131-61/+145
* video_core: Resolve -Wdocumentation warningsLioncash2021-01-171-1/+1
* buffer_cache/buffer_base: Add a range tracking buffer containerReinUsesLisp2021-01-131-0/+495