Morph
99ceb03a1c
general: Convert source file copyright comments over to SPDX
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
4 years ago
ameerj
f32b2bcd20
shader_recompiler: Adjust emit_context includes
4 years ago
ameerj
d956fb3c7c
emit_glsl_warp: Fix shuffle ops for 64-thread warp sizes
5 years ago
ameerj
5b45dfe971
emit_glsl_warp: Fix ballot related ops for 64-thread warp sizes
5 years ago
ameerj
3b339fbbf6
glsl: Conditionally use fine/coarse derivatives based on device support
5 years ago
ameerj
6eea88d614
glsl: Cleanup/Address feedback
5 years ago
ameerj
4759db28d0
glsl: Address Rodrigo's feedback
5 years ago
ameerj
8bb8bbf4ae
glsl: Implement fswzadd
and wip nv thread shuffle impl
5 years ago
ameerj
68d075d1e8
glsl: Fix atomic SSBO offsets
and implement misc getters
5 years ago
ameerj
df53046d68
glsl: Use NotImplemented macro with function name output
5 years ago
ameerj
b7561226ed
glsl: SHFL fix and prefer shift operations over divide in glsl shader
5 years ago
ameerj
68ef3803bf
glsl: Use gl_SubGroupInvocationARB
5 years ago
ameerj
e35ffbbeb0
glsl: Implement VOTE for subgroup size potentially larger
5 years ago
ameerj
770b754afd
glsl: Implement VOTE
5 years ago
lat9nq
c9a25855bc
shader_recompiler: GCC fixes
5 years ago
ameerj
b98de76ea8
glsl: Rework Shuffle emit instructions to align with SPIR-V
5 years ago
ameerj
8ba814efb2
glsl: Better Storage access and wip warps
5 years ago
ameerj
6674637853
glsl: remove unused headers
5 years ago
ameerj
a752ec88d0
glsl: Implement derivatives and YDirection
plus some other misc additions/changed
5 years ago
ameerj
eaff1030de
glsl: Initial backend
5 years ago
ReinUsesLisp
b10cf64c48
glasm: Add GLASM backend infrastructure
5 years ago