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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
glasm: Add Void type to GLASM values
ReinUsesLisp
2021-07-23
1
-0
/
+1
*
glasm: Add graphics specific shader declarations to GLASM
ReinUsesLisp
2021-07-23
1
-6
/
+26
*
glasm: Implement local memory for glasm
ameerj
2021-07-23
1
-0
/
+3
*
glasm: Initial implementation of phi nodes on GLASM
ReinUsesLisp
2021-07-23
1
-3
/
+56
*
glasm: Declare NV_shader_thread_group when needed
ReinUsesLisp
2021-07-23
1
-3
/
+4
*
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
2021-07-23
1
-7
/
+34
*
glasm: Implement Storage atomics
ameerj
2021-07-23
1
-0
/
+7
*
glasm: Ensure reg alloc order across compilers on GLASM
ReinUsesLisp
2021-07-23
1
-11
/
+14
*
glasm: Enable unintentionally disabled register aliasing on GLASM
ReinUsesLisp
2021-07-23
1
-16
/
+11
*
glasm: Implement shuffle and vote instructions on GLASM
ReinUsesLisp
2021-07-23
1
-0
/
+6
*
glasm: Fix register allocation when moving immediate on GLASM
ReinUsesLisp
2021-07-23
1
-11
/
+39
*
glasm: Fix moving U64 immediates to registers in GLASM
ReinUsesLisp
2021-07-23
1
-1
/
+2
*
glasm: Implement storage atomic ops
ameerj
2021-07-23
1
-0
/
+13
*
glasm: Add conversion instructions to GLASM
ReinUsesLisp
2021-07-23
1
-0
/
+3
*
glasm: Initial GLASM fp64 support
ReinUsesLisp
2021-07-23
1
-4
/
+13
*
glasm: Implement GLASM fp16 packing and move bitwise insns
ReinUsesLisp
2021-07-23
1
-40
/
+0
*
glasm: Make GLASM aware of types
ReinUsesLisp
2021-07-23
1
-18
/
+77
*
glasm: Remove unused argument in identity instructions on GLASM
ReinUsesLisp
2021-07-23
1
-7
/
+7
*
glasm: Implement basic GLASM instructions
ReinUsesLisp
2021-07-23
1
-3
/
+63
*
glasm: Add GLASM backend infrastructure
ReinUsesLisp
2021-07-23
1
-0
/
+95