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
*
video_core: Fix SNORM texture buffer emulating error (#9001)
Feng Chen
2022-11-04
1
-1
/
+0
*
DMA & InlineToMemory Engines Rework.
bunnei
2022-10-06
1
-1
/
+0
*
VideoCore: Extra Fixes.
Fernando Sahmkow
2022-10-06
1
-1
/
+1
*
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-28
1
-21
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
Revert "texture_cache/util: Remove unneeded ReadBlockUnsafe"
bunnei
2022-04-05
1
-0
/
+1
*
texture_cache/util: Remove unneeded ReadBlockUnsafe
ameerj
2022-04-04
1
-1
/
+0
*
texture_cache/util: Fix s32 overflow when resolving overlaps
ameerj
2022-01-01
1
-5
/
+5
*
Texture Cache: Redesigning the blitting system (again).
Fernando Sahmkow
2021-11-27
1
-13
/
+19
*
Texture Cache: Fix issue with blitting 3D textures.
Fernando Sahmkow
2021-11-22
1
-2
/
+4
*
TextureCache: Eliminate format deduction as full depth conversion has been supported.
Fernando Sahmkow
2021-11-21
1
-25
/
+3
*
TextureCache: Further fixes on resolve algorithm.
Fernando Sahmkow
2021-11-19
1
-12
/
+13
*
TextureCache: Fix regression caused by ART and improve blit detection algorithm to be smarter.
Fernando Sahmkow
2021-11-19
1
-4
/
+24
*
Texture Cache: Fix blitting.
Fernando Sahmkow
2021-11-16
1
-2
/
+2
*
TextureCache: fix rescaling in aliases and overlap joins.
FernandoS27
2021-11-16
1
-2
/
+6
*
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