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
/
shader_recompiler
/
backend
/
glasm
/
emit_glasm_image.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader: Add logging
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
glasm: Fix immediate texture coordinate
ReinUsesLisp
2021-07-23
1
-0
/
+1
*
glasm: Use integer lod for TXQ
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Catch more register leaks
ReinUsesLisp
2021-07-23
1
-10
/
+17
*
glasm: Implement image atomics
ReinUsesLisp
2021-07-23
1
-0
/
+153
*
glasm: Fix potential aliasing bug on cube array samples
ReinUsesLisp
2021-07-23
1
-31
/
+40
*
glasm: Implement ImageWrite
ReinUsesLisp
2021-07-23
1
-4
/
+7
*
glasm: Implement ImageRead
ReinUsesLisp
2021-07-23
1
-3
/
+42
*
glasm: Implement ImageGradient
ReinUsesLisp
2021-07-23
1
-5
/
+62
*
glasm: Implement ImageQueryLod
ReinUsesLisp
2021-07-23
1
-3
/
+5
*
glasm: Implement ImageFetch
ReinUsesLisp
2021-07-23
1
-6
/
+27
*
glasm: Implement TXQ and improve texture info reads
ReinUsesLisp
2021-07-23
1
-49
/
+50
*
glasm: Implement textureGather instructions
ReinUsesLisp
2021-07-23
1
-11
/
+92
*
glasm: Add missing return value on move assignment
ReinUsesLisp
2021-07-23
1
-0
/
+1
*
glasm: Implement TEX and TEXS instructions
ReinUsesLisp
2021-07-23
1
-37
/
+245
*
glasm: Add support for non-2D texture samples
ReinUsesLisp
2021-07-23
1
-4
/
+26
*
glasm: Reorder unreachable image instructions to the bottom
ReinUsesLisp
2021-07-23
1
-97
/
+97
*
glasm: Add support for texture offsets
ReinUsesLisp
2021-07-23
1
-11
/
+15
*
glasm: Improve texture sampling instructions
ReinUsesLisp
2021-07-23
1
-23
/
+43
*
shader_recompiler: GCC fixes
lat9nq
2021-07-23
1
-1
/
+1
*
glasm: Initial (broken) implementation of TEX on GLASM
ReinUsesLisp
2021-07-23
1
-0
/
+221
*
glasm: Add GLASM backend infrastructure
ReinUsesLisp
2021-07-23
1
-0
/
+0