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
/
textures
/
astc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core: Silence implicit conversion warnings
ReinUsesLisp
2019-11-08
1
-35
/
+38
*
astc: Silence implicit conversion warnings
ReinUsesLisp
2019-10-27
1
-7
/
+8
*
video_core/textures/astc: Remove unused variables
Lioncash
2019-05-10
1
-6
/
+2
*
Fix Layered ASTC Textures
Fernando Sahmkow
2019-05-01
1
-1
/
+3
*
gl_rasterizer_cache: Move format conversion to its own file
ReinUsesLisp
2019-02-27
1
-32
/
+48
*
Fix ASTC Decompressor to support depth parameter
FernandoS27
2018-11-02
1
-15
/
+17
*
astc: Initialize vector size directly in Decompress
Lioncash
2018-07-18
1
-2
/
+1
*
astc: Mark functions as internally linked where applicable
Lioncash
2018-07-18
1
-17
/
+20
*
astc: const-correctness changes where applicable
Lioncash
2018-07-18
1
-14
/
+13
*
astc: Delete Bits' copy contstructor and assignment operator
Lioncash
2018-07-18
1
-8
/
+6
*
astc: In-class initialize member variables where appropriate
Lioncash
2018-07-18
1
-39
/
+22
*
gl_rasterizer: Implement texture format ASTC_2D_4X4.
bunnei
2018-06-18
1
-0
/
+1646