Skip to content

glsl-1.30: Test some logic joined comparisons with NaN

Ian Romanick requested to merge idr/piglit:review/logic-joined-comparison into main

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.

Merge request reports