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.cpp
Age
Commit message (
Expand
)
Author
2023-05-24
texture_cache: process aliases and overlaps in the correct order
Fernando Sahmkow
2022-10-06
ImageBase: Basic fixes.
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
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-07-06
Merge pull request #6497 from FernandoS27/scotty-doesnt-know
bunnei
2021-07-04
Texture Cache: Initial Implementation of Sparse Textures.
Fernando Sahmkow
2021-06-28
video_core: Silence signed/unsigned mismatch warnings
Morph
2021-06-16
Reaper: Tune it up to be an smart GC.
Fernando Sahmkow
2021-06-16
Initial Reaper Setup
ReinUsesLisp
2021-03-04
texture_cache: Blacklist BGRA8 copies and views on OpenGL
ameerj
2021-01-04
gl_texture_cache: Avoid format views on Intel and AMD
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp