summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glsl/emit_glsl_warp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emit_glsl_warp: Fix shfl_in_bounds conditionalGravatar Ameer J2023-10-221-4/+8
|
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
| | | | | 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.
* shader_recompiler: Adjust emit_context includesGravatar ameerj2021-12-051-1/+1
|
* emit_glsl_warp: Fix shuffle ops for 64-thread warp sizesGravatar ameerj2021-08-311-24/+36
|
* emit_glsl_warp: Fix ballot related ops for 64-thread warp sizesGravatar ameerj2021-08-311-24/+38
|
* glsl: Conditionally use fine/coarse derivatives based on device supportGravatar ameerj2021-07-221-4/+24
|
* glsl: Cleanup/Address feedbackGravatar ameerj2021-07-221-1/+1
|
* glsl: Address Rodrigo's feedbackGravatar ameerj2021-07-221-5/+5
|
* glsl: Implement fswzaddGravatar ameerj2021-07-221-5/+31
| | | | and wip nv thread shuffle impl
* glsl: Fix atomic SSBO offsetsGravatar ameerj2021-07-221-1/+1
| | | | and implement misc getters
* glsl: Use NotImplemented macro with function name outputGravatar ameerj2021-07-221-2/+2
|
* glsl: SHFL fix and prefer shift operations over divide in glsl shaderGravatar ameerj2021-07-221-4/+4
|
* glsl: Use gl_SubGroupInvocationARBGravatar ameerj2021-07-221-7/+7
|
* glsl: Implement VOTE for subgroup size potentially largerGravatar ameerj2021-07-221-16/+27
|
* glsl: Implement VOTEGravatar ameerj2021-07-221-0/+53
|
* shader_recompiler: GCC fixesGravatar lat9nq2021-07-221-0/+1
|
* glsl: Rework Shuffle emit instructions to align with SPIR-VGravatar ameerj2021-07-221-19/+40
|
* glsl: Better Storage access and wip warpsGravatar ameerj2021-07-221-0/+53
|
* glsl: remove unused headersGravatar ameerj2021-07-221-3/+0
|
* glsl: Implement derivatives and YDirectionGravatar ameerj2021-07-221-0/+35
| | | | plus some other misc additions/changed
* glsl: Initial backendGravatar ameerj2021-07-221-0/+0