ReinUsesLisp
|
0ca75be20a
|
Revert "glasm: Skip phi moves on undefined instructions"
Causes regressions on Bowser's Fury.
|
2021-07-22 21:51:33 -04:00 |
|
ReinUsesLisp
|
e607d856c2
|
glasm: Remove unintentional '\n' on Undef32
|
2021-07-22 21:51:33 -04:00 |
|
ReinUsesLisp
|
ec19b0d7eb
|
glasm: Implement Y direction
|
2021-07-22 21:51:33 -04:00 |
|
ReinUsesLisp
|
459e3b17e6
|
glasm: Skip phi moves on undefined instructions
|
2021-07-22 21:51:33 -04:00 |
|
ReinUsesLisp
|
91a375b557
|
glasm: Implement undef instructions
|
2021-07-22 21:51:33 -04:00 |
|
ReinUsesLisp
|
3e5b0c116d
|
glasm: Release phi node registers after they are no longer needed
|
2021-07-22 21:51:33 -04:00 |
|
ReinUsesLisp
|
a5ce5f4a65
|
glasm: Fix usage counting on phi nodes
|
2021-07-22 21:51:33 -04:00 |
|
ReinUsesLisp
|
dd41025472
|
glasm: Implement SampleId
|
2021-07-22 21:51:33 -04:00 |
|
ReinUsesLisp
|
5f9dd18113
|
glasm: Implement IsHelperInvocation
|
2021-07-22 21:51:33 -04:00 |
|
ReinUsesLisp
|
b0b43d2a66
|
glasm: Fix EmitVertex's optimization
|
2021-07-22 21:51:33 -04:00 |
|
ReinUsesLisp
|
24e3128420
|
glasm: Implement InvocationId
|
2021-07-22 21:51:32 -04:00 |
|
ReinUsesLisp
|
8db0554dc6
|
glasm: Optimize EmitVertex into EMIT
|
2021-07-22 21:51:32 -04:00 |
|
ReinUsesLisp
|
1426ed05b0
|
glasm: Implement EmitVertex and EndPrimitive
|
2021-07-22 21:51:32 -04:00 |
|
ReinUsesLisp
|
65e81c75e9
|
glasm: Implement barriers
|
2021-07-22 21:51:32 -04:00 |
|
ReinUsesLisp
|
e59778c5e5
|
glasm: Fix phi instruction types
|
2021-07-22 21:51:32 -04:00 |
|
ReinUsesLisp
|
089e3a82b3
|
glasm: Implement gl_WorkGroupID
|
2021-07-22 21:51:32 -04:00 |
|
ReinUsesLisp
|
5c6dc51c69
|
shader: Read branch conditions from an instruction
Fixes the identity removal pass.
|
2021-07-22 21:51:32 -04:00 |
|
ReinUsesLisp
|
6a524ebac6
|
glasm: Initial (broken) implementation of TEX on GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
b31edad7a9
|
glasm: Implement some graphics instructions on GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ameerj
|
d0c4cca02d
|
glasm: Implement local memory for glasm
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
f2ae32fa76
|
glasm: Initial implementation of phi nodes on GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
03f6d424ce
|
glasm: Rework control flow introducing a syntax list
This commit regresses VertexA shaders, their transformation pass has to
be adapted to the new control flow.
|
2021-07-22 21:51:31 -04:00 |
|
ameerj
|
8a556b49cf
|
glasm: Implement Storage atomics
StorageAtomicExchangeU64 is failing test seemingly due to failure storing 64-bit
result into the register
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
7273fcab95
|
glasm: Implement shuffle and vote instructions on GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ameerj
|
55801889e1
|
glasm: Implement storage atomic ops
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
cbac486530
|
glasm: Add conversion instructions to GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
763b4a8b16
|
glasm: Add logical instructions on GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
1f320a9d79
|
glasm: Remove duplicated Fp64 pack instructions on GLASM
|
2021-07-22 21:51:30 -04:00 |
|
ReinUsesLisp
|
45be6d11cc
|
glasm: Add floating-point comparisons on GLASM
|
2021-07-22 21:51:30 -04:00 |
|
ameerj
|
c13b6d8f86
|
glasm: Reimplement bitwise ops and BFI/BFE
|
2021-07-22 21:51:30 -04:00 |
|
ReinUsesLisp
|
fc009ca296
|
glasm: Initial GLASM fp64 support
|
2021-07-22 21:51:30 -04:00 |
|
ReinUsesLisp
|
8de3f88656
|
glasm: Implement GLASM fp16 packing and move bitwise insns
|
2021-07-22 21:51:30 -04:00 |
|
ReinUsesLisp
|
de15d41257
|
glasm: Remove unused functions left from rebase
|
2021-07-22 21:51:30 -04:00 |
|
ReinUsesLisp
|
04ed27a997
|
glasm: Make GLASM aware of types
|
2021-07-22 21:51:30 -04:00 |
|
ameerj
|
779ff6918b
|
glasm: Implement BFI, BFE
Along with implementations of common instructions along the way
|
2021-07-22 21:51:30 -04:00 |
|
ReinUsesLisp
|
6c0a696179
|
glasm: Implement basic GLASM instructions
|
2021-07-22 21:51:30 -04:00 |
|
ReinUsesLisp
|
d9b9c10f32
|
glasm: Add GLASM backend infrastructure
|
2021-07-22 21:51:30 -04:00 |
|