SPIRV-Cross/reference
Chip Davis 6ccb902462 MSL: Correct definitions of subgroup ballot mask variables.
`SubgroupEqMask` had a fencepost error that gave wrong values for
invocation ID 32.

For `SubgroupGeMask` and `SubgroupGtMask`, I forgot to shift the values
from `extract_bits()` up so that the mask is in the correct position.
Using `insert_bits()` instead should fold these two operations into one.

`SubgroupLtMask` and `SubgroupLeMask` were already correct.
2020-10-23 21:54:55 -05:00
..
opt MSL: Don't remove periods from swizzle buffer index exprs. 2020-10-20 17:47:40 -05:00
shaders GLSL: Add support for transform_feedback3 geometry streams. 2020-09-30 13:01:35 +02:00
shaders-hlsl HLSL: Fix FragCoord.w. 2020-08-20 16:22:48 +02:00
shaders-hlsl-no-opt Merge pull request #1448 from KhronosGroup/fix-1437 2020-08-20 19:21:50 +02:00
shaders-msl MSL: Don't remove periods from swizzle buffer index exprs. 2020-10-20 17:47:40 -05:00
shaders-msl-no-opt MSL: Correct definitions of subgroup ballot mask variables. 2020-10-23 21:54:55 -05:00
shaders-no-opt Style nits for GL subgroup implementation. 2020-10-08 13:25:29 +02:00
shaders-reflection Overhaul how we deal with reserved identifiers. 2020-08-21 16:33:27 +02:00
shaders-ue4/asm MSL: Support atomic access to images from argument buffers. 2020-10-13 02:37:18 -05:00
shaders-ue4-no-opt/asm Implement context-sensitive expression read tracking. 2020-06-29 12:20:35 +02:00