https://bugs.freedesktop.org/show_bug.cgi?id=91226
--- Comment #1 from Neil Roberts <[email protected]> --- It looks this is a bug in Mesa. I've filed a patch for it here: http://lists.freedesktop.org/archives/mesa-dev/2015-July/088138.html The buggy code looks like it is trying to match expressions that look like this: floor(abs(x) + 0.5) * sign(x) However the check for the + in the middle is broken so I think it will crash with anything that looks like this floor(<any unary operation>) * sign(x) Maybe if you want to make a workaround you could rearrange the expression so that it doesn't match that somehow? -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
