index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader_recompiler: GCC fixes
lat9nq
2021-07-22
7
-58
/
+55
*
glasm: Implement rest of shared mem
ameerj
2021-07-22
2
-35
/
+29
*
opengl: Initial (broken) support to GLASM shaders
ReinUsesLisp
2021-07-22
3
-14
/
+53
*
shader: Use a non-trivial dummy to construct ASL node union
ReinUsesLisp
2021-07-22
1
-1
/
+6
*
emit_spirv: Jump to loop body with local variable
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
glasm: Implement derivative instructions on GLASM
ReinUsesLisp
2021-07-22
2
-12
/
+12
*
glasm: Initial (broken) implementation of TEX on GLASM
ReinUsesLisp
2021-07-22
3
-299
/
+386
*
glasm: Implement some graphics instructions on GLASM
ReinUsesLisp
2021-07-22
2
-6
/
+5
*
glasm: Add Void type to GLASM values
ReinUsesLisp
2021-07-22
3
-0
/
+15
*
glasm: Add graphics specific shader declarations to GLASM
ReinUsesLisp
2021-07-22
2
-6
/
+63
*
glasm: Implement local memory for glasm
ameerj
2021-07-22
4
-9
/
+12
*
emit_spirv: Add missing block in case
ReinUsesLisp
2021-07-22
1
-1
/
+2
*
glasm: Initial implementation of phi nodes on GLASM
ReinUsesLisp
2021-07-22
12
-25
/
+117
*
glasm: Write result to scalar on integer comparison instructions
ReinUsesLisp
2021-07-22
1
-10
/
+10
*
glasm: Declare NV_shader_thread_group when needed
ReinUsesLisp
2021-07-22
1
-3
/
+4
*
vk_update_descriptor: Properly initialize payload on the update descriptor queue
ReinUsesLisp
2021-07-22
1
-1
/
+3
*
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
2021-07-22
33
-505
/
+437
*
glasm: Implement Storage atomics
ameerj
2021-07-22
5
-109
/
+156
*
glasm: Ensure reg alloc order across compilers on GLASM
ReinUsesLisp
2021-07-22
1
-11
/
+14
*
glasm: Enable unintentionally disabled register aliasing on GLASM
ReinUsesLisp
2021-07-22
1
-16
/
+11
*
glasm: Review all GLASM insts to be aware of register aliasing
ReinUsesLisp
2021-07-22
4
-20
/
+51
*
glasm: Implement shuffle and vote instructions on GLASM
ReinUsesLisp
2021-07-22
10
-100
/
+166
*
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
*
vk_pipeline_cache: Enable int8 and int16 types on Vulkan
ReinUsesLisp
2021-07-22
1
-0
/
+2
*
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
[next]