index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
texture_cache
/
util.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-03
Use spans over guest memory where possible instead of copying data.
Kelebek1
1
-3
/
+0
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
1
-15
/
+16
2023-03-05
Engines: Implement Accelerate DMA Texture.
Fernando Sahmkow
1
-0
/
+10
2022-12-25
texture_cache: Use Common::ScratchBuffer for swizzle buffers
ameerj
1
-1
/
+2
2022-12-25
texture_cache: Use pre-allocated buffer for texture downloads
ameerj
1
-1
/
+2
2022-12-25
texture_cache: Use pre-allocated buffer for texture uploads
ameerj
1
-0
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-03-19
video_core: Reduce unused includes
ameerj
1
-2
/
+0
2021-11-16
TextureCache: fix rescaling in aliases and overlap joins.
FernandoS27
1
-1
/
+2
2021-07-04
Texture Cache: Improve accuracy of sparse texture detection.
Fernando Sahmkow
1
-2
/
+0
2021-07-04
Texture Cache: Initial Implementation of Sparse Textures.
Fernando Sahmkow
1
-1
/
+5
2021-04-12
texure_cache/util: Resolve implicit sign conversions with std::reduce
Lioncash
1
-2
/
+3
2021-03-04
texture_cache: Blacklist BGRA8 copies and views on OpenGL
ameerj
1
-4
/
+5
2021-01-04
gl_texture_cache: Avoid format views on Intel and AMD
ReinUsesLisp
1
-3
/
+5
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
1
-0
/
+107