diff options
author | Matt Turner <[email protected]> | 2015-02-27 10:59:17 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-02-27 20:24:12 -0800 |
commit | d528907fd2950c7bb968fff66dd79863cd128890 (patch) | |
tree | e33753ff7b607c9dd5dd61790b563d7797a8cd75 /scons | |
parent | 43ef2657a08f850c5756f28520f2cbe506807f24 (diff) |
i965: Avoid applying negate to wrong MAD source.
For some given GLSL IR like (+ (neg x) (* 1.2 x)), the try_emit_mad
function would see that one of the +'s sources was a negate expression
and set mul_negate = true without confirming that it was actually a
multiply.
Cc: 10.5 <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89315
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89095
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'scons')
0 files changed, 0 insertions, 0 deletions