SPIRV-Cross/reference/shaders-msl-no-opt/asm
Hans-Kristian Arntzen 8b236f24f1 Fix infinite loop when OpAtomic* temporaries are used in other blocks.
We made the mistake of registering a dependency on the atomic variable
even if the atomic result was forced to a temporary. There is no need to
register reads from atomic variables like this as we always force atomic
results to a temporary and argument read/writes do not need to be
tracked.
2019-04-24 09:33:39 +02:00
..
comp Fix infinite loop when OpAtomic* temporaries are used in other blocks. 2019-04-24 09:33:39 +02:00
frag Merge pull request #927 from KhronosGroup/fix-925 2019-04-03 12:32:43 +02:00
vert Deal with case where we need to emit SpvImplArrayCopy late. 2019-04-09 12:28:46 +02:00