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
/
texture_cache
/
image_base.h
Age
Commit message (
Expand
)
Author
2023-10-02
ci: fix new codespell errors
Liam
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-05-24
texture_cache: process aliases and overlaps in the correct order
Fernando Sahmkow
2023-03-12
general: fix spelling mistakes
Liam
2023-02-22
texture_cache: Add async texture decoding
ameerj
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-26
Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding ...
bunnei
2022-03-25
Texture Cache: Add Cached CPU system.
Fernando Sahmkow
2022-03-25
Garbage Collection: Final tuning.
Fernando Sahmkow
2022-03-25
Garbage Collection: Redesign the algorithm to do a better use of memory.
Fernando Sahmkow
2021-11-16
Texture Cahe/Shader decompiler: Resize PointSize on rescaling, refactor and m...
FernandoS27
2021-11-16
Texture Cache: fix memory managment and optimize scaled downloads, uploads.
Fernando Sahmkow
2021-11-16
Texture Cache: Fix downscaling and correct memory comsumption.
Fernando Sahmkow
2021-11-16
texture_cache: Fix infinitely recursive ImageCanRescale check
ameerj
2021-11-16
texture_cache: Simplify image view queries and blacklisting
ReinUsesLisp
2021-11-16
Texture Cache: Implement Rating System.
Fernando Sahmkow
2021-11-16
Texture Cache: Implement Blacklisting.
Fernando Sahmkow
2021-11-16
VideoCore: Initial Setup for the Resolution Scaler.
Fernando Sahmkow
2021-08-29
Garbage Collection: Adress Feedback.
Fernando Sahmkow
2021-08-28
VideoCore: Rework Garbage Collection.
Fernando Sahmkow
2021-07-04
Texture Cache: Fix GCC & Clang.
Fernando Sahmkow
2021-07-04
Texture Cache: Address feedback.
Fernando Sahmkow
2021-07-04
Texture Cache: Improve accuracy of sparse texture detection.
Fernando Sahmkow
2021-07-04
Texture Cache: Initial Implementation of Sparse Textures.
Fernando Sahmkow
2021-06-16
Reaper: Setup settings and final tuning.
Fernando Sahmkow
2021-06-16
Reaper: Tune it up to be an smart GC.
Fernando Sahmkow
2021-06-16
Initial Reaper Setup
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp