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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-07-03
1
-3
/
+0
*
Remove memory allocations in some hot paths
Kelebek1
2023-06-22
1
-15
/
+16
*
Engines: Implement Accelerate DMA Texture.
Fernando Sahmkow
2023-03-05
1
-0
/
+10
*
texture_cache: Use Common::ScratchBuffer for swizzle buffers
ameerj
2022-12-25
1
-1
/
+2
*
texture_cache: Use pre-allocated buffer for texture downloads
ameerj
2022-12-25
1
-1
/
+2
*
texture_cache: Use pre-allocated buffer for texture uploads
ameerj
2022-12-25
1
-0
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
video_core: Reduce unused includes
ameerj
2022-03-19
1
-2
/
+0
*
TextureCache: fix rescaling in aliases and overlap joins.
FernandoS27
2021-11-16
1
-1
/
+2
*
Texture Cache: Improve accuracy of sparse texture detection.
Fernando Sahmkow
2021-07-04
1
-2
/
+0
*
Texture Cache: Initial Implementation of Sparse Textures.
Fernando Sahmkow
2021-07-04
1
-1
/
+5
*
texure_cache/util: Resolve implicit sign conversions with std::reduce
Lioncash
2021-04-12
1
-2
/
+3
*
texture_cache: Blacklist BGRA8 copies and views on OpenGL
ameerj
2021-03-04
1
-4
/
+5
*
gl_texture_cache: Avoid format views on Intel and AMD
ReinUsesLisp
2021-01-04
1
-3
/
+5
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
1
-0
/
+107