index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
video_core
/
texture_cache
/
util.h
Age
Commit message (
Expand
)
Author
2023-07-02
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-03-05
Engines: Implement Accelerate DMA Texture.
Fernando Sahmkow
2022-12-25
texture_cache: Use Common::ScratchBuffer for swizzle buffers
ameerj
2022-12-25
texture_cache: Use pre-allocated buffer for texture downloads
ameerj
2022-12-25
texture_cache: Use pre-allocated buffer for texture uploads
ameerj
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
video_core: Reduce unused includes
ameerj
2021-11-16
TextureCache: fix rescaling in aliases and overlap joins.
FernandoS27
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-04-12
texure_cache/util: Resolve implicit sign conversions with std::reduce
Lioncash
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