Skip to content

glsl-1.20: Test mix(±1, b, c)

Ian Romanick requested to merge idr/piglit:review/mix-bug-5b908db604b into master

Mesa commit 5b908db604b ("nir/flrp: Lower flrp(±1, b, c) and flrp(a, ±1, c) differently") added an optimization for the lowering of mix() on platforms that lack a native LRP instruction. There was a bug in this lowering, and this test exercises it.

@hakzsam

Merge request reports