index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
glasm: Add MUFU instructions to GLASM
ReinUsesLisp
2021-07-22
2
-21
/
+22
*
glasm: Implement IAbs64 and INeg64 on GLASM
ReinUsesLisp
2021-07-22
2
-6
/
+6
*
shader: Add floating-point rounding to I2F
ReinUsesLisp
2021-07-22
3
-35
/
+42
*
glasm: Properly clamp Fp64 on GLASM
ReinUsesLisp
2021-07-22
1
-6
/
+6
*
glasm: Fix register allocation when moving immediate on GLASM
ReinUsesLisp
2021-07-22
3
-42
/
+89
*
glasm: Implement SelectU64 on GLASM
ReinUsesLisp
2021-07-22
2
-4
/
+20
*
glasm: Fix clamps so the min value has priority on NAN on GLASM
ReinUsesLisp
2021-07-22
1
-12
/
+15
*
glasm: Fix moving U64 immediates to registers in GLASM
ReinUsesLisp
2021-07-22
2
-3
/
+4
*
glasm: Implement storage atomic ops
ameerj
2021-07-22
4
-305
/
+358
*
glasm: Add conversion instructions to GLASM
ReinUsesLisp
2021-07-22
9
-282
/
+351
*
glasm: Add fp min/max insts and fix store for fp64 on GLASM
ReinUsesLisp
2021-07-22
2
-10
/
+8
*
glasm: Add logical instructions on GLASM
ReinUsesLisp
2021-07-22
2
-12
/
+12
*
glasm: Remove duplicated Fp64 pack instructions on GLASM
ReinUsesLisp
2021-07-22
1
-8
/
+0
*
glasm: Remove unnecesary new white space on Clamp GLASM
ReinUsesLisp
2021-07-22
1
-4
/
+4
*
glasm: Add floating-point comparisons on GLASM
ReinUsesLisp
2021-07-22
3
-120
/
+116
*
emit_glasm: Implement more integer alu ops
ameerj
2021-07-22
2
-47
/
+41
*
glasm: Reimplement bitwise ops and BFI/BFE
ameerj
2021-07-22
4
-88
/
+108
*
glasm: Initial GLASM fp64 support
ReinUsesLisp
2021-07-22
9
-55
/
+152
*
glasm: Implement GLASM fp16 packing and move bitwise insns
ReinUsesLisp
2021-07-22
4
-66
/
+77
*
glasm: Remove unused functions left from rebase
ReinUsesLisp
2021-07-22
1
-12
/
+0
*
glasm: Specify namespace when using FormatTo
ReinUsesLisp
2021-07-22
1
-6
/
+6
*
glasm: Implement more GLASM composite instructions
ReinUsesLisp
2021-07-22
2
-54
/
+63
*
glasm: Make GLASM aware of types
ReinUsesLisp
2021-07-22
12
-1244
/
+1380
*
glasm: Use CMP.S for Select32
ameerj
2021-07-22
3
-12
/
+8
*
glasm: Implement more logical ops
ameerj
2021-07-22
2
-5
/
+5
*
glasm: Implement BFI, BFE
ameerj
2021-07-22
4
-138
/
+164
*
glasm: Use BitField instead of C bitfields
ReinUsesLisp
2021-07-22
2
-8
/
+12
*
glasm: Remove unused argument in identity instructions on GLASM
ReinUsesLisp
2021-07-22
1
-7
/
+7
*
glasm: Implement basic GLASM instructions
ReinUsesLisp
2021-07-22
10
-840
/
+1173
*
glasm: Changes to GLASM register allocator and emit context
ReinUsesLisp
2021-07-22
4
-26
/
+64
*
glasm: Add GLASM backend infrastructure
ReinUsesLisp
2021-07-22
28
-4
/
+3115
*
shader: ISET.X implementation
ameerj
2021-07-22
1
-8
/
+58
*
shader: Fixup SPIR-V emit header namespaces
ReinUsesLisp
2021-07-22
1
-2
/
+2
*
Move SPIR-V emission functions to their own header
ReinUsesLisp
2021-07-22
24
-572
/
+631
*
shader: Optimize NVN Fallthrough
FernandoS27
2021-07-22
4
-9
/
+83
*
shader: Stub SR_AFFINITY
FernandoS27
2021-07-22
1
-0
/
+3
*
shader: Implement Int32 SUATOM/SURED
ameerj
2021-07-22
17
-6
/
+733
*
shader: Initial OpenGL implementation
ReinUsesLisp
2021-07-22
3
-0
/
+12
*
spirv: Be aware of NAN unaware drivers
ReinUsesLisp
2021-07-22
1
-18
/
+40
*
spirv: Add SSBO read fallbacks when no aliasing is available
ReinUsesLisp
2021-07-22
1
-37
/
+99
*
spirv: Add OpKill fallback to demote
ReinUsesLisp
2021-07-22
1
-2
/
+6
*
spirv: Do not enable ShaderLayer
ReinUsesLisp
2021-07-22
1
-3
/
+0
*
spirv: Enable DemoteToHelperInvocationEXT only when supported
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
spirv: Use OriginLowerLeft when requested
ReinUsesLisp
2021-07-22
1
-1
/
+5
*
spirv: Only add image operands mask when needed
ReinUsesLisp
2021-07-22
1
-5
/
+9
*
spirv: Workaround image unsigned offset bug
ReinUsesLisp
2021-07-22
2
-9
/
+26
*
spirv: Add int8 and int16 capabilities only when supported
ReinUsesLisp
2021-07-22
1
-2
/
+2
*
spirv: Add integer clamping workarounds
ReinUsesLisp
2021-07-22
1
-4
/
+34
*
spirv: Implement int8 and int16 conversion fallbacks
ReinUsesLisp
2021-07-22
1
-19
/
+80
*
spirv: Support OpenGL uniform buffers and change bindings
ReinUsesLisp
2021-07-22
5
-56
/
+163
[next]