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_instructions.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader: Remove IAbs64
ReinUsesLisp
2021-07-23
1
-1
/
+0
*
shader: Move loop safety tests to code emission
ReinUsesLisp
2021-07-23
1
-2
/
+0
*
shader: Add shader loop safety check settings
lat9nq
2021-07-23
1
-0
/
+2
*
glasm: Use integer lod for TXQ
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Implement Y direction
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Implement undef instructions
ReinUsesLisp
2021-07-23
1
-5
/
+5
*
glasm: Fix usage counting on phi nodes
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Implement global memory fallbacks
ReinUsesLisp
2021-07-23
1
-11
/
+11
*
glasm: Implement int64 add and subtract
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
glasm: Implement indirect attribute loads
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Implement SampleId
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Implement IsHelperInvocation
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Implement FSWZADD
ameerj
2021-07-23
1
-1
/
+2
*
glasm: Implement patch memory
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Fix InvocationId declaration
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Fix potential aliasing bug on cube array samples
ReinUsesLisp
2021-07-23
1
-4
/
+4
*
glasm: Implement EmitVertex and EndPrimitive
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Implement ImageGradient
ReinUsesLisp
2021-07-23
1
-2
/
+3
*
glasm: Implement 64-bit shifts
ReinUsesLisp
2021-07-23
1
-3
/
+5
*
glasm: Implement ImageFetch
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
glasm: Implement SelectU1
ReinUsesLisp
2021-07-23
1
-1
/
+2
*
glasm: Implement gl_WorkGroupID
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Implement TXQ and improve texture info reads
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
glasm: Implement textureGather instructions
ReinUsesLisp
2021-07-23
1
-4
/
+5
*
glasm: Implement gl_FragDepth and gl_SampleMask stores
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
shader: Read branch conditions from an instruction
ReinUsesLisp
2021-07-23
1
-1
/
+2
*
glasm: Implement TEX and TEXS instructions
ReinUsesLisp
2021-07-23
1
-3
/
+3
*
glasm: Improve texture sampling instructions
ReinUsesLisp
2021-07-23
1
-27
/
+27
*
glasm: Implement rest of shared mem
ameerj
2021-07-23
1
-6
/
+6
*
glasm: Implement derivative instructions on GLASM
ReinUsesLisp
2021-07-23
1
-4
/
+4
*
glasm: Implement local memory for glasm
ameerj
2021-07-23
1
-1
/
+1
*
glasm: Initial implementation of phi nodes on GLASM
ReinUsesLisp
2021-07-23
1
-1
/
+2
*
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
2021-07-23
1
-6
/
+1
*
glasm: Implement Storage atomics
ameerj
2021-07-23
1
-13
/
+25
*
glasm: Implement shuffle and vote instructions on GLASM
ReinUsesLisp
2021-07-23
1
-14
/
+14
*
glasm: Add MUFU instructions to GLASM
ReinUsesLisp
2021-07-23
1
-7
/
+7
*
glasm: Implement IAbs64 and INeg64 on GLASM
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
glasm: Implement SelectU64 on GLASM
ReinUsesLisp
2021-07-23
1
-1
/
+2
*
glasm: Implement storage atomic ops
ameerj
2021-07-23
1
-54
/
+54
*
glasm: Add conversion instructions to GLASM
ReinUsesLisp
2021-07-23
1
-60
/
+62
*
glasm: Add fp min/max insts and fix store for fp64 on GLASM
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
glasm: Add logical instructions on GLASM
ReinUsesLisp
2021-07-23
1
-4
/
+4
*
glasm: Add floating-point comparisons on GLASM
ReinUsesLisp
2021-07-23
1
-27
/
+27
*
emit_glasm: Implement more integer alu ops
ameerj
2021-07-23
1
-11
/
+11
*
glasm: Reimplement bitwise ops and BFI/BFE
ameerj
2021-07-23
1
-16
/
+18
*
glasm: Initial GLASM fp64 support
ReinUsesLisp
2021-07-23
1
-6
/
+6
*
glasm: Implement GLASM fp16 packing and move bitwise insns
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
glasm: Implement more GLASM composite instructions
ReinUsesLisp
2021-07-23
1
-10
/
+15
*
glasm: Make GLASM aware of types
ReinUsesLisp
2021-07-23
1
-457
/
+387
*
glasm: Use CMP.S for Select32
ameerj
2021-07-23
1
-2
/
+2
*
glasm: Implement BFI, BFE
ameerj
2021-07-23
1
-31
/
+35
*
glasm: Implement basic GLASM instructions
ReinUsesLisp
2021-07-23
1
-80
/
+97
*
glasm: Add GLASM backend infrastructure
ReinUsesLisp
2021-07-23
1
-0
/
+650