index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
buffer_cache
/
buffer_base.h
Age
Commit message (
Expand
)
Author
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2023-05-07
GPU: Add Reactive flushing
Fernando Sahmkow
2023-05-01
BufferCache: Fixes and address feedback
Fernando Sahmkow
2023-04-29
Clang: format and ficx compile errors.
Fernando Sahmkow
2023-04-29
Buffer Cache: Fully rework the buffer cache.
Fernando Sahmkow
2023-02-21
svc: Fix type consistency (exposed on macOS)
Merry
2023-02-08
buffer_base: Partially revert changes from #9559
ameerj
2023-01-05
BufferBase: Don't ignore GPU pages.
Fernando Sahmkow
2022-11-22
general: fix compile for Apple Clang
Liam
2022-08-25
video_core: add option for pessimistic flushing
Liam
2022-08-19
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-23
buffer_cache: reset cached write bits after flushing invalidations
Liam
2021-08-29
Garbage Collection: Make it more agressive on high priority mode.
Fernando Sahmkow
2021-08-29
Garbage Collection: Adress Feedback.
Fernando Sahmkow
2021-08-28
VideoCore: Rework Garbage Collection.
Fernando Sahmkow
2021-07-10
Buffer Cache: Address Feedback.
Fernando Sahmkow
2021-07-09
Videocore: Address Feedback & CLANG Format.
Fernando Sahmkow
2021-07-09
Buffer Cache: Fix High Downloads and don't predownload on Extreme.
Fernando Sahmkow
2021-06-16
Initial Reaper Setup
ReinUsesLisp
2021-06-10
Fix GCC undefined behavior sanitizer.
Markus Wick
2021-02-13
buffer_cache: Heuristically detect stream buffers
ReinUsesLisp
2021-02-13
buffer_base: Add support for cached CPU writes
ReinUsesLisp
2021-01-17
video_core: Resolve -Wdocumentation warnings
Lioncash
2021-01-13
buffer_cache/buffer_base: Add a range tracking buffer container
ReinUsesLisp