Skip to content

intel/fs: Mark source 0 of bcsel as needing Boolean resolve

Ian Romanick requested to merge idr/mesa:review/fix-bug-110857 into master

The other sources of the bcsel behave like the sources of an and or other logical operation. However, source zero behaves differently. It is evaluated as a Boolean, so it needs to be resolved.

No shader-db changes, but the tests mentioned in the bug get a couple instructions added back.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110857

Merge request reports