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_not_implemented.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader: Move loop safety tests to code emission
ReinUsesLisp
2021-07-23
1
-8
/
+0
*
shader: Add logging
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
shader: Add shader loop safety check settings
lat9nq
2021-07-23
1
-0
/
+8
*
Revert "glasm: Skip phi moves on undefined instructions"
ReinUsesLisp
2021-07-23
1
-3
/
+1
*
glasm: Remove unintentional '\n' on Undef32
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Implement Y direction
ReinUsesLisp
2021-07-23
1
-2
/
+3
*
glasm: Skip phi moves on undefined instructions
ReinUsesLisp
2021-07-23
1
-1
/
+3
*
glasm: Implement undef instructions
ReinUsesLisp
2021-07-23
1
-10
/
+10
*
glasm: Release phi node registers after they are no longer needed
ReinUsesLisp
2021-07-23
1
-7
/
+32
*
glasm: Fix usage counting on phi nodes
ReinUsesLisp
2021-07-23
1
-4
/
+12
*
glasm: Implement SampleId
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
glasm: Implement IsHelperInvocation
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
glasm: Fix EmitVertex's optimization
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Implement InvocationId
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
glasm: Optimize EmitVertex into EMIT
ReinUsesLisp
2021-07-23
1
-1
/
+5
*
glasm: Implement EmitVertex and EndPrimitive
ReinUsesLisp
2021-07-23
1
-3
/
+7
*
glasm: Implement barriers
ReinUsesLisp
2021-07-23
1
-3
/
+3
*
glasm: Fix phi instruction types
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Implement gl_WorkGroupID
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
shader: Read branch conditions from an instruction
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Initial (broken) implementation of TEX on GLASM
ReinUsesLisp
2021-07-23
1
-299
/
+0
*
glasm: Implement some graphics instructions on GLASM
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Implement local memory for glasm
ameerj
2021-07-23
1
-8
/
+0
*
glasm: Initial implementation of phi nodes on GLASM
ReinUsesLisp
2021-07-23
1
-4
/
+23
*
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
2021-07-23
1
-23
/
+1
*
glasm: Implement Storage atomics
ameerj
2021-07-23
1
-96
/
+0
*
glasm: Implement shuffle and vote instructions on GLASM
ReinUsesLisp
2021-07-23
1
-83
/
+1
*
glasm: Implement storage atomic ops
ameerj
2021-07-23
1
-251
/
+0
*
glasm: Add conversion instructions to GLASM
ReinUsesLisp
2021-07-23
1
-192
/
+0
*
glasm: Add logical instructions on GLASM
ReinUsesLisp
2021-07-23
1
-8
/
+8
*
glasm: Remove duplicated Fp64 pack instructions on GLASM
ReinUsesLisp
2021-07-23
1
-8
/
+0
*
glasm: Add floating-point comparisons on GLASM
ReinUsesLisp
2021-07-23
1
-12
/
+0
*
glasm: Reimplement bitwise ops and BFI/BFE
ameerj
2021-07-23
1
-26
/
+2
*
glasm: Initial GLASM fp64 support
ReinUsesLisp
2021-07-23
1
-8
/
+0
*
glasm: Implement GLASM fp16 packing and move bitwise insns
ReinUsesLisp
2021-07-23
1
-24
/
+0
*
glasm: Remove unused functions left from rebase
ReinUsesLisp
2021-07-23
1
-12
/
+0
*
glasm: Make GLASM aware of types
ReinUsesLisp
2021-07-23
1
-329
/
+186
*
glasm: Implement BFI, BFE
ameerj
2021-07-23
1
-40
/
+0
*
glasm: Implement basic GLASM instructions
ReinUsesLisp
2021-07-23
1
-754
/
+32
*
glasm: Add GLASM backend infrastructure
ReinUsesLisp
2021-07-23
1
-0
/
+2155