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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-28
shader_recompiler: TXQ: Skip QueryLevels when possible
ameerj
1
-1
/
+1
2023-01-26
shader_recompiler: Remove S32 IR type
ameerj
1
-1
/
+0
2022-11-07
video_core: Fix few issues in Tess stage
FengChen
1
-0
/
+1
2022-11-04
video_core: Fix SNORM texture buffer emulating error (#9001)
Feng Chen
1
-0
/
+1
2022-09-20
video_core: Generate mipmap texture by drawing
FengChen
1
-0
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-01-30
shaders: Add U64->U32x2 Atomic fallback functions
ameerj
1
-0
/
+31
2021-12-30
shader: Add integer attribute get optimization pass
ameerj
1
-0
/
+1
2021-11-16
shader: Properly scale image reads and add GL SPIR-V support
ReinUsesLisp
1
-0
/
+1
2021-11-16
shader: Add IsTextureScaled opcode
ReinUsesLisp
1
-0
/
+1
2021-11-16
shader: Add integer division opcodes
ReinUsesLisp
1
-0
/
+2
2021-11-16
shader: Add resolution down factor opcode
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader: Remove IAbs64
ReinUsesLisp
1
-1
/
+0
2021-07-23
shader: Move loop safety tests to code emission
ReinUsesLisp
1
-2
/
+0
2021-07-23
shader: Add shader loop safety check settings
lat9nq
1
-0
/
+2
2021-07-23
glasm: Use integer lod for TXQ
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement Y direction
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement undef instructions
ReinUsesLisp
1
-5
/
+5
2021-07-23
glasm: Fix usage counting on phi nodes
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement global memory fallbacks
ReinUsesLisp
1
-11
/
+11
2021-07-23
glasm: Implement int64 add and subtract
ReinUsesLisp
1
-2
/
+2
2021-07-23
glasm: Implement indirect attribute loads
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement SampleId
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement IsHelperInvocation
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement FSWZADD
ameerj
1
-1
/
+2
2021-07-23
glasm: Implement patch memory
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Fix InvocationId declaration
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Fix potential aliasing bug on cube array samples
ReinUsesLisp
1
-4
/
+4
2021-07-23
glasm: Implement EmitVertex and EndPrimitive
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement ImageGradient
ReinUsesLisp
1
-2
/
+3
2021-07-23
glasm: Implement 64-bit shifts
ReinUsesLisp
1
-3
/
+5
2021-07-23
glasm: Implement ImageFetch
ReinUsesLisp
1
-2
/
+2
2021-07-23
glasm: Implement SelectU1
ReinUsesLisp
1
-1
/
+2
2021-07-23
glasm: Implement gl_WorkGroupID
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement TXQ and improve texture info reads
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement textureGather instructions
ReinUsesLisp
1
-4
/
+5
2021-07-23
glasm: Implement gl_FragDepth and gl_SampleMask stores
ReinUsesLisp
1
-1
/
+1
2021-07-23
shader: Read branch conditions from an instruction
ReinUsesLisp
1
-1
/
+2
2021-07-23
glasm: Implement TEX and TEXS instructions
ReinUsesLisp
1
-3
/
+3
2021-07-23
glasm: Improve texture sampling instructions
ReinUsesLisp
1
-27
/
+27
2021-07-23
glasm: Implement rest of shared mem
ameerj
1
-6
/
+6
2021-07-23
glasm: Implement derivative instructions on GLASM
ReinUsesLisp
1
-4
/
+4
2021-07-23
glasm: Implement local memory for glasm
ameerj
1
-1
/
+1
2021-07-23
glasm: Initial implementation of phi nodes on GLASM
ReinUsesLisp
1
-1
/
+2
2021-07-23
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
1
-6
/
+1
2021-07-23
glasm: Implement Storage atomics
ameerj
1
-13
/
+25
2021-07-23
glasm: Implement shuffle and vote instructions on GLASM
ReinUsesLisp
1
-14
/
+14
2021-07-23
glasm: Add MUFU instructions to GLASM
ReinUsesLisp
1
-7
/
+7
2021-07-23
glasm: Implement IAbs64 and INeg64 on GLASM
ReinUsesLisp
1
-2
/
+2
2021-07-23
glasm: Implement SelectU64 on GLASM
ReinUsesLisp
1
-1
/
+2
2021-07-23
glasm: Implement storage atomic ops
ameerj
1
-54
/
+54
2021-07-23
glasm: Add conversion instructions to GLASM
ReinUsesLisp
1
-60
/
+62
2021-07-23
glasm: Add fp min/max insts and fix store for fp64 on GLASM
ReinUsesLisp
1
-2
/
+2
2021-07-23
glasm: Add logical instructions on GLASM
ReinUsesLisp
1
-4
/
+4
2021-07-23
glasm: Add floating-point comparisons on GLASM
ReinUsesLisp
1
-27
/
+27
2021-07-23
emit_glasm: Implement more integer alu ops
ameerj
1
-11
/
+11
2021-07-23
glasm: Reimplement bitwise ops and BFI/BFE
ameerj
1
-16
/
+18
2021-07-23
glasm: Initial GLASM fp64 support
ReinUsesLisp
1
-6
/
+6
2021-07-23
glasm: Implement GLASM fp16 packing and move bitwise insns
ReinUsesLisp
1
-2
/
+2
2021-07-23
glasm: Implement more GLASM composite instructions
ReinUsesLisp
1
-10
/
+15
2021-07-23
glasm: Make GLASM aware of types
ReinUsesLisp
1
-457
/
+387
2021-07-23
glasm: Use CMP.S for Select32
ameerj
1
-2
/
+2
2021-07-23
glasm: Implement BFI, BFE
ameerj
1
-31
/
+35
2021-07-23
glasm: Implement basic GLASM instructions
ReinUsesLisp
1
-80
/
+97
2021-07-23
glasm: Add GLASM backend infrastructure
ReinUsesLisp
1
-0
/
+650