glsl-1.30: Test some logic joined comparisons with NaN
These try to reproduce some possible errors introduced by replacing the logic joined comparisons with either min
or max
. Without proper conditioning, the min
or max
could be replaced by an fsat
that would produce incorrect results.
Both of these tests fail in mesa!10012 (merged) without the corrections suggested by Rhys.