SPIRV-Cross/reference/shaders-no-opt/asm/frag
Hans-Kristian Arntzen 18bcc9b790 Do not disable temporary forwarding when we suppress usage tracking.
This subtle bug removed any expression validation for trivially swizzled
variables. Make usage suppression a more explicit concept rather than
just hacking off forwarded_temporaries.

There is some fallout here with loop generation since our expression
invalidation is currently a bit too naive to handle loops properly.
The forwarding bug masked this problem until now.

If part of the loop condition is also used in the body, we end up
reading an invalid expression, which in turn forces a temporary to be
generated in the condition block, not good. We'll need to be smarter
here ...
2019-07-23 19:18:44 +02:00
..
do-while-loop-inverted-test.asm.frag Support do-while where test is negative. 2019-03-06 12:17:38 +01:00
for-loop-dedicated-merge-block-inverted.asm.frag Support do-while where test is negative. 2019-03-06 12:17:38 +01:00
for-loop-dedicated-merge-block-non-inverted.asm.frag Support do-while where test is negative. 2019-03-06 12:17:38 +01:00
for-loop-inverted-test.asm.frag Support do-while where test is negative. 2019-03-06 12:17:38 +01:00
image-fetch-uint-coord.asm.frag GLSL: Fix OpImageFetch with uint coordinates and LOD. 2019-04-03 10:50:32 +02:00
inliner-dominator-inside-loop.asm.frag Do not disable temporary forwarding when we suppress usage tracking. 2019-07-23 19:18:44 +02:00
nonuniform-qualifier-propagation.vk.nocompat.asm.frag.vk Add test shaders for NonUniformEXT propagation. 2019-07-08 11:32:09 +02:00
opaque-id-literal-alias.preserve.asm.frag Fix edge case where opaque types can be declared on stack. 2019-02-19 17:28:31 +01:00
out-of-order-struct-id.asm.frag Rewrite how IDs are iterated over. 2019-01-10 12:52:56 +01:00
switch-block-case-fallthrough.asm.frag Deal with OpPhi and case fallthrough. 2019-06-21 13:38:23 +02:00
vector-shuffle-undef-index.asm.frag Support -1 index in OpVectorShuffle. 2019-03-25 10:17:05 +01:00
while-loop-inverted-test.asm.frag Support do-while where test is negative. 2019-03-06 12:17:38 +01:00