SPIRV-Cross/reference
Chip Davis 21d38f74ce MSL: Fix calculation of atomic image buffer address.
Fix reversed coordinates: `y` should be used to calculate the row
address. Align row address to the row stride.

I've made the row alignment a function constant; this makes it possible
to override it at pipeline compile time.

Honestly, I don't know how this worked at all for Epic. It definitely
didn't work in the CTS prior to this.
2020-10-13 20:51:56 -05:00
..
opt MSL: Fix calculation of atomic image buffer address. 2020-10-13 20:51:56 -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: Fix calculation of atomic image buffer address. 2020-10-13 20:51:56 -05:00
shaders-msl-no-opt MSL: Support layered input attachments. 2020-09-02 09:18:25 -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