video_core: garbage collector (part 1) (#3350)

* Memory information

* Buffer cache GC

* Texture cache GC

* Fix ChangeRegister

* Better image touching

* Buffer async download on GC destroy

* Handle image download, SKIP NON-LINEAR WORKAROUND

* Only download when not dirty

* Correctly handle BDA pagefile update

* Restructure ChangeRegistration
This commit is contained in:
Lander Gallastegi
2025-08-06 12:30:13 +02:00
committed by GitHub
parent 2f701311f2
commit 841aa9e43d
14 changed files with 508 additions and 29 deletions

View File

@@ -679,6 +679,7 @@ set(COMMON src/common/logging/backend.cpp
src/common/enum.h
src/common/io_file.cpp
src/common/io_file.h
src/common/lru_cache.h
src/common/error.cpp
src/common/error.h
src/common/scope_exit.h