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
/
util.cpp
Age
Commit message (
Expand
)
Author
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-04
Revert "texture_cache/util: Remove unneeded ReadBlockUnsafe"
bunnei
2022-04-04
texture_cache/util: Remove unneeded ReadBlockUnsafe
ameerj
2021-12-31
texture_cache/util: Fix s32 overflow when resolving overlaps
ameerj
2021-11-27
Texture Cache: Redesigning the blitting system (again).
Fernando Sahmkow
2021-11-22
Texture Cache: Fix issue with blitting 3D textures.
Fernando Sahmkow
2021-11-21
TextureCache: Eliminate format deduction as full depth conversion has been su...
Fernando Sahmkow
2021-11-19
TextureCache: Further fixes on resolve algorithm.
Fernando Sahmkow
2021-11-19
TextureCache: Fix regression caused by ART and improve blit detection algorit...
Fernando Sahmkow
2021-11-16
Texture Cache: Fix blitting.
Fernando Sahmkow
2021-11-16
TextureCache: fix rescaling in aliases and overlap joins.
FernandoS27
2021-07-18
texture_cache/util: Fix size calculations of multisampled images
ReinUsesLisp
2021-07-06
Merge pull request #6497 from FernandoS27/scotty-doesnt-know
bunnei
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-28
video_core: Silence signed/unsigned mismatch warnings
Morph
2021-06-23
Merge pull request #6465 from FernandoS27/sex-on-the-beach
Mai M
2021-06-16
Merge pull request #6469 from ReinUsesLisp/blit-view-compat
Ameer J
2021-06-16
Reaper: Tune it up to be an smart GC.
Fernando Sahmkow
2021-06-15
textures: Reintroduce CPU ASTC decoder
ameerj
2021-06-14
texture_cache/util: Avoid relaxed image views on different bytes per pixel
ReinUsesLisp
2021-06-10
Fix GCC undefined behavior sanitizer.
Markus Wick
2021-04-19
texture_cache/util: Fix src being used instead of dst within DeduceBlitImages
Lioncash
2021-04-12
texure_cache/util: Resolve implicit sign conversions with std::reduce
Lioncash
2021-03-25
astc_decoder: Refactor for style and more efficient memory use
ameerj
2021-03-04
texture_cache: Blacklist BGRA8 copies and views on OpenGL
ameerj
2021-02-09
texture_cache/util: Remove unused functions
Lioncash
2021-01-24
video_core: Silence -Wmissing-field-initializers warnings
ReinUsesLisp
2021-01-17
texture_cache/util: Resolve -Wsign-compare warning
Lioncash
2021-01-15
common/alignment: Rename AlignBits to AlignUpLog2
ReinUsesLisp
2021-01-04
gl_texture_cache: Avoid format views on Intel and AMD
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp