[Mesa-dev] [Bug 99817] [softpipe] piglit glsl-fs-tan-1 regression

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Feb 15 00:35:11 UTC 2017


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

--- Comment #1 from Francisco Jerez <currojerez at riseup.net> ---
This seems to be caused by the atan() built-in implementation now using
ir_triop_csel instead of control flow, which is translated incorrectly by the
mesa state tracker on drivers with native integer support when one of the
arguments is floating point and has a source modifier enabled, because
glsl_to_tgsi emits an integer UCMP instruction in that case, which has
different (integer) modifier semantics.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170215/fe7e0da4/attachment.html>


More information about the mesa-dev mailing list