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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-02
Shader Cahe: Fix Phi Nodes on GLASM.
Fernando Sahmkow
1
-1
/
+1
2021-07-26
emit_glasm: Fix LINESS_ADJACENCY typo in InputPrimitive()
Lioncash
1
-1
/
+1
2021-07-23
shader: Avoid usage of C++20 ranges to build in clang
ReinUsesLisp
1
-2
/
+5
2021-07-23
shader_recompiler, video_core: Resolve clang errors
lat9nq
2
-3
/
+2
2021-07-23
shader: GCC fmt 8.0.0 fixes
lat9nq
1
-3
/
+5
2021-07-23
opengl: Implement LOP.CC
ameerj
1
-3
/
+27
2021-07-23
glasm: Add passthrough geometry shader support
ReinUsesLisp
2
-7
/
+26
2021-07-23
shader: Rework varyings and implement passthrough geometry shaders
ReinUsesLisp
3
-13
/
+14
2021-07-23
shader: Remove IAbs64
ReinUsesLisp
2
-5
/
+0
2021-07-23
shader: Move loop safety tests to code emission
ReinUsesLisp
4
-10
/
+18
2021-07-23
glasm: Implement SetAttribute ViewportMask
ameerj
2
-1
/
+10
2021-07-23
shader: Split profile and runtime info headers
ReinUsesLisp
4
-1
/
+4
2021-07-23
shader: Add logging
ReinUsesLisp
5
-10
/
+12
2021-07-23
shader: Add shader loop safety check settings
lat9nq
2
-0
/
+10
2021-07-23
glasm: Use ARB_derivative_control conditionally
ReinUsesLisp
2
-7
/
+29
2021-07-23
emit_glasm_context_get_set: Remove unused variable
lat9nq
1
-1
/
+0
2021-07-23
shader,glasm: Implement legacy texcoord loads
ReinUsesLisp
1
-2
/
+10
2021-07-23
glasm: Implement legacy varyings
ReinUsesLisp
1
-17
/
+56
2021-07-23
shader: Add support for "negative" and unaligned offsets
ReinUsesLisp
1
-0
/
+8
2021-07-23
opengl: Declare fragment outputs even if they are not used
ReinUsesLisp
2
-9
/
+4
2021-07-23
glasm: Fix immediate texture coordinate
ReinUsesLisp
1
-0
/
+1
2021-07-23
glasm: Reduce reg allocation leaks from an exception to a log
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Use integer lod for TXQ
ReinUsesLisp
2
-2
/
+2
2021-07-23
glasm: Fix global memory fallbacks
ReinUsesLisp
1
-9
/
+10
2021-07-23
Revert "glasm: Skip phi moves on undefined instructions"
ReinUsesLisp
1
-3
/
+1
2021-07-23
glasm: Remove unintentional '\n' on Undef32
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Use storage buffers instead of global memory when possible
ReinUsesLisp
4
-369
/
+380
2021-07-23
glasm: Implement Y direction
ReinUsesLisp
4
-3
/
+9
2021-07-23
glasm: Skip phi moves on undefined instructions
ReinUsesLisp
1
-1
/
+3
2021-07-23
glasm: Implement undef instructions
ReinUsesLisp
2
-15
/
+15
2021-07-23
glasm: Fix global memory callbacks
ReinUsesLisp
1
-5
/
+6
2021-07-23
glasm: Release phi node registers after they are no longer needed
ReinUsesLisp
2
-38
/
+54
2021-07-23
glasm: Fix INeg32 on negative immediates
ReinUsesLisp
1
-1
/
+5
2021-07-23
glasm: Remove unnecessary value types
ReinUsesLisp
3
-47
/
+6
2021-07-23
glasm: Throw when there are register leaks
ReinUsesLisp
2
-0
/
+7
2021-07-23
glasm: Catch more register leaks
ReinUsesLisp
8
-41
/
+114
2021-07-23
glasm: Fix usage counting on phi nodes
ReinUsesLisp
3
-8
/
+22
2021-07-23
glasm: Implement global memory fallbacks
ReinUsesLisp
2
-50
/
+89
2021-07-23
glasm: Implement int64 add and subtract
ReinUsesLisp
2
-8
/
+6
2021-07-23
emit_glasm_context_get_set: Remove unused variable
lat9nq
1
-1
/
+0
2021-07-23
glasm: Implement indirect attribute loads
ReinUsesLisp
4
-6
/
+65
2021-07-23
glasm: Implement image atomics
ReinUsesLisp
2
-165
/
+153
2021-07-23
glasm: Reorder unreachable image atomic insts
ReinUsesLisp
1
-66
/
+66
2021-07-23
glasm: Implement gl_Layer stores
ReinUsesLisp
1
-0
/
+7
2021-07-23
glasm: Implement SampleId
ReinUsesLisp
2
-3
/
+3
2021-07-23
glasm: Implement IsHelperInvocation
ReinUsesLisp
2
-3
/
+3
2021-07-23
glasm: Fix EmitVertex's optimization
ReinUsesLisp
1
-1
/
+1
2021-07-23
gl_shader_cache,glasm: Conditionally use typeless image reads extension
ReinUsesLisp
1
-2
/
+4
2021-07-23
glasm: Implement forced early Z
ReinUsesLisp
1
-2
/
+6
2021-07-23
glasm: Simplify patch reads
ReinUsesLisp
1
-5
/
+2
2021-07-23
glasm: Fix output patch reads
ReinUsesLisp
2
-13
/
+22
2021-07-23
shader: Split profile and runtime information in separate structs
ReinUsesLisp
4
-33
/
+38
2021-07-23
emit_glasm_context_get_and_set.cpp: Add missing semicolons
ameerj
1
-2
/
+2
2021-07-23
glasm: Fix patch attribute declarations
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement FSWZADD
ameerj
3
-4
/
+28
2021-07-23
glasm: Implement PrimitiveId attribute read
ReinUsesLisp
1
-0
/
+3
2021-07-23
glasm: Implement clip distance stores
ReinUsesLisp
2
-0
/
+15
2021-07-23
glasm: Fix tessellation input attributes
ReinUsesLisp
1
-2
/
+5
2021-07-23
glasm: Add missing semicolon on tesscoord reading
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Fix tessellation headers
ReinUsesLisp
1
-2
/
+2
2021-07-23
glasm: Add tessellation shader declarations
ReinUsesLisp
1
-0
/
+35
2021-07-23
glasm: Implement TessellationEvaluationPoint
ReinUsesLisp
1
-0
/
+4
2021-07-23
glasm: Implement patch memory
ReinUsesLisp
3
-6
/
+51
2021-07-23
glasm: Fix InvocationId declaration
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement InvocationId
ReinUsesLisp
2
-2
/
+5
2021-07-23
glasm: Optimize EmitVertex into EMIT
ReinUsesLisp
1
-1
/
+5
2021-07-23
glasm: Implement geometry shader attribute reads
ReinUsesLisp
2
-4
/
+18
2021-07-23
glasm: Properly declare attributes on geometry programs
ReinUsesLisp
3
-6
/
+14
2021-07-23
glasm: Declare geometry program headers
ReinUsesLisp
1
-0
/
+35
2021-07-23
glasm: Fix potential aliasing bug on cube array samples
ReinUsesLisp
2
-35
/
+44
2021-07-23
glasm: Implement ImageWrite
ReinUsesLisp
1
-4
/
+7
2021-07-23
glasm: Implement ImageRead
ReinUsesLisp
4
-4
/
+56
2021-07-23
glasm: Implement EmitVertex and EndPrimitive
ReinUsesLisp
2
-4
/
+8
2021-07-23
glasm: Implement ImageGradient
ReinUsesLisp
2
-7
/
+65
2021-07-23
glasm: Implement 64-bit shifts
ReinUsesLisp
2
-12
/
+14
2021-07-23
glasm: Implement barriers
ReinUsesLisp
1
-3
/
+3
2021-07-23
glasm: Fix compute stage name
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Fix phi instruction types
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement PREC on relevant instructions
ReinUsesLisp
1
-6
/
+12
2021-07-23
glasm: Implement stores to gl_ViewportIndex
ReinUsesLisp
4
-7
/
+29
2021-07-23
glasm: Implement gl_PointSize stores
ReinUsesLisp
1
-0
/
+3
2021-07-23
glasm: Implement gl_PointCoord
ReinUsesLisp
1
-0
/
+4
2021-07-23
glasm: Implement ImageQueryLod
ReinUsesLisp
1
-3
/
+5
2021-07-23
glasm: Implement ImageFetch
ReinUsesLisp
4
-13
/
+38
2021-07-23
glasm: Implement IADD.CC
ameerj
1
-1
/
+26
2021-07-23
glasm: Implement BFE.CC
ReinUsesLisp
1
-0
/
+8
2021-07-23
glasm: Implement SelectU1
ReinUsesLisp
2
-4
/
+5
2021-07-23
glasm: Implement gl_WorkGroupID
ReinUsesLisp
2
-3
/
+3
2021-07-23
glasm: Implement TXQ and improve texture info reads
ReinUsesLisp
2
-50
/
+51
2021-07-23
glasm: Implement gl_FrongFacing attribute
ReinUsesLisp
1
-0
/
+3
2021-07-23
glasm: Support textures used in more than one stage
ReinUsesLisp
3
-4
/
+24
2021-07-23
glasm: Implement textureGather instructions
ReinUsesLisp
2
-15
/
+97
2021-07-23
glasm: Implement gl_FragDepth and gl_SampleMask stores
ReinUsesLisp
2
-5
/
+5
2021-07-23
glasm: Do not alias ConditionRef for now
ReinUsesLisp
2
-3
/
+2
2021-07-23
shader: Read branch conditions from an instruction
ReinUsesLisp
5
-3
/
+9
2021-07-23
glasm: Implement InstanceId and VertexId
ReinUsesLisp
1
-0
/
+6
2021-07-23
glasm: Add missing return value on move assignment
ReinUsesLisp
1
-0
/
+1
2021-07-23
glasm: Fix aliased bitcasts ref counting
ReinUsesLisp
3
-13
/
+42
2021-07-23
glasm: Remove unintentional comma on vector insert
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement TEX and TEXS instructions
ReinUsesLisp
4
-41
/
+252
2021-07-23
glasm: Add support for non-2D texture samples
ReinUsesLisp
1
-4
/
+26
2021-07-23
glasm: Reorder unreachable image instructions to the bottom
ReinUsesLisp
1
-97
/
+97
2021-07-23
glasm: Add support for texture offsets
ReinUsesLisp
1
-11
/
+15
2021-07-23
glasm: Improve texture sampling instructions
ReinUsesLisp
2
-50
/
+70
2021-07-23
emit_glasm: Enable ARB_draw_buffers when needed
ReinUsesLisp
2
-1
/
+5
2021-07-23
emit_glasm: Add support for reading position attributes
ReinUsesLisp
1
-3
/
+13
2021-07-23
shader_recompiler: GCC fixes
lat9nq
2
-9
/
+9
2021-07-23
glasm: Implement rest of shared mem
ameerj
2
-35
/
+29
2021-07-23
glasm: Implement derivative instructions on GLASM
ReinUsesLisp
2
-12
/
+12
2021-07-23
glasm: Initial (broken) implementation of TEX on GLASM
ReinUsesLisp
3
-299
/
+386
2021-07-23
glasm: Implement some graphics instructions on GLASM
ReinUsesLisp
2
-6
/
+5
2021-07-23
glasm: Add Void type to GLASM values
ReinUsesLisp
3
-0
/
+15
2021-07-23
glasm: Add graphics specific shader declarations to GLASM
ReinUsesLisp
2
-6
/
+63
2021-07-23
glasm: Implement local memory for glasm
ameerj
4
-9
/
+12
2021-07-23
glasm: Initial implementation of phi nodes on GLASM
ReinUsesLisp
3
-8
/
+81
2021-07-23
glasm: Write result to scalar on integer comparison instructions
ReinUsesLisp
1
-10
/
+10
2021-07-23
glasm: Declare NV_shader_thread_group when needed
ReinUsesLisp
1
-3
/
+4
2021-07-23
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
4
-39
/
+42
2021-07-23
glasm: Implement Storage atomics
ameerj
5
-109
/
+156
2021-07-23
glasm: Ensure reg alloc order across compilers on GLASM
ReinUsesLisp
1
-11
/
+14
2021-07-23
glasm: Enable unintentionally disabled register aliasing on GLASM
ReinUsesLisp
1
-16
/
+11
2021-07-23
glasm: Review all GLASM insts to be aware of register aliasing
ReinUsesLisp
4
-20
/
+51
2021-07-23
glasm: Implement shuffle and vote instructions on GLASM
ReinUsesLisp
6
-97
/
+158
2021-07-23
glasm: Add MUFU instructions to GLASM
ReinUsesLisp
2
-21
/
+22
2021-07-23
glasm: Implement IAbs64 and INeg64 on GLASM
ReinUsesLisp
2
-6
/
+6
2021-07-23
glasm: Properly clamp Fp64 on GLASM
ReinUsesLisp
1
-6
/
+6
2021-07-23
glasm: Fix register allocation when moving immediate on GLASM
ReinUsesLisp
3
-42
/
+89
2021-07-23
glasm: Implement SelectU64 on GLASM
ReinUsesLisp
2
-4
/
+20
2021-07-23
glasm: Fix clamps so the min value has priority on NAN on GLASM
ReinUsesLisp
1
-12
/
+15
2021-07-23
glasm: Fix moving U64 immediates to registers in GLASM
ReinUsesLisp
2
-3
/
+4
2021-07-23
glasm: Implement storage atomic ops
ameerj
4
-305
/
+358
2021-07-23
glasm: Add conversion instructions to GLASM
ReinUsesLisp
9
-282
/
+351
2021-07-23
glasm: Add fp min/max insts and fix store for fp64 on GLASM
ReinUsesLisp
2
-10
/
+8
2021-07-23
glasm: Add logical instructions on GLASM
ReinUsesLisp
2
-12
/
+12
2021-07-23
glasm: Remove duplicated Fp64 pack instructions on GLASM
ReinUsesLisp
1
-8
/
+0
2021-07-23
glasm: Remove unnecesary new white space on Clamp GLASM
ReinUsesLisp
1
-4
/
+4
2021-07-23
glasm: Add floating-point comparisons on GLASM
ReinUsesLisp
3
-120
/
+116
2021-07-23
emit_glasm: Implement more integer alu ops
ameerj
2
-47
/
+41
2021-07-23
glasm: Reimplement bitwise ops and BFI/BFE
ameerj
4
-88
/
+108
2021-07-23
glasm: Initial GLASM fp64 support
ReinUsesLisp
9
-55
/
+152
2021-07-23
glasm: Implement GLASM fp16 packing and move bitwise insns
ReinUsesLisp
4
-66
/
+77
2021-07-23
glasm: Remove unused functions left from rebase
ReinUsesLisp
1
-12
/
+0
2021-07-23
glasm: Specify namespace when using FormatTo
ReinUsesLisp
1
-6
/
+6
2021-07-23
glasm: Implement more GLASM composite instructions
ReinUsesLisp
2
-54
/
+63
2021-07-23
glasm: Make GLASM aware of types
ReinUsesLisp
12
-1244
/
+1380
2021-07-23
glasm: Use CMP.S for Select32
ameerj
3
-12
/
+8
2021-07-23
glasm: Implement more logical ops
ameerj
2
-5
/
+5
2021-07-23
glasm: Implement BFI, BFE
ameerj
4
-138
/
+164
2021-07-23
glasm: Use BitField instead of C bitfields
ReinUsesLisp
2
-8
/
+12
2021-07-23
glasm: Remove unused argument in identity instructions on GLASM
ReinUsesLisp
1
-7
/
+7
2021-07-23
glasm: Implement basic GLASM instructions
ReinUsesLisp
9
-840
/
+1167
2021-07-23
glasm: Changes to GLASM register allocator and emit context
ReinUsesLisp
4
-26
/
+64
2021-07-23
glasm: Add GLASM backend infrastructure
ReinUsesLisp
26
-0
/
+3079