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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
texture_cache/util: Fix size calculations of multisampled images
ReinUsesLisp
2021-07-18
1
-53
/
+33
*
Merge pull request #6497 from FernandoS27/scotty-doesnt-know
bunnei
2021-07-07
1
-4
/
+20
|
\
|
*
Texture Cache: Improve accuracy of sparse texture detection.
Fernando Sahmkow
2021-07-04
1
-24
/
+7
|
*
Texture Cache: Initial Implementation of Sparse Textures.
Fernando Sahmkow
2021-07-04
1
-4
/
+37
*
|
video_core: Silence signed/unsigned mismatch warnings
Morph
2021-06-28
1
-1
/
+1
|
/
*
Merge pull request #6465 from FernandoS27/sex-on-the-beach
Mai M
2021-06-23
1
-0
/
+2
|
\
|
*
Reaper: Tune it up to be an smart GC.
Fernando Sahmkow
2021-06-16
1
-0
/
+2
*
|
Merge pull request #6469 from ReinUsesLisp/blit-view-compat
Ameer J
2021-06-17
1
-1
/
+9
|
\
\
|
|
/
|
/
|
|
*
texture_cache/util: Avoid relaxed image views on different bytes per pixel
ReinUsesLisp
2021-06-15
1
-1
/
+9
*
|
textures: Reintroduce CPU ASTC decoder
ameerj
2021-06-16
1
-2
/
+11
|
/
*
Fix GCC undefined behavior sanitizer.
Markus Wick
2021-06-10
1
-0
/
+3
*
texture_cache/util: Fix src being used instead of dst within DeduceBlitImages
Lioncash
2021-04-19
1
-1
/
+1
*
texure_cache/util: Resolve implicit sign conversions with std::reduce
Lioncash
2021-04-12
1
-9
/
+12
*
astc_decoder: Refactor for style and more efficient memory use
ameerj
2021-03-25
1
-12
/
+2
*
texture_cache: Blacklist BGRA8 copies and views on OpenGL
ameerj
2021-03-04
1
-6
/
+7
*
texture_cache/util: Remove unused functions
Lioncash
2021-02-09
1
-34
/
+0
*
video_core: Silence -Wmissing-field-initializers warnings
ReinUsesLisp
2021-01-24
1
-24
/
+35
*
texture_cache/util: Resolve -Wsign-compare warning
Lioncash
2021-01-17
1
-1
/
+1
*
common/alignment: Rename AlignBits to AlignUpLog2
ReinUsesLisp
2021-01-15
1
-5
/
+5
*
gl_texture_cache: Avoid format views on Intel and AMD
ReinUsesLisp
2021-01-04
1
-6
/
+7
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
1
-0
/
+1232