commit | bec07b729242f6a2dcf5a12ce75bf8b07ea658e0 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Mon Jun 13 14:41:05 2016 -0700 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Mon Jun 20 12:02:55 2016 -0700 |
tree | cfcabe3b44458974809f0088357f8b02b3396f9c | |
parent | 202751fbb7e3d35c1aa84f325f862245dab67f6c [diff] |
nir/alu_to_scalar: Respect the exact ALU operation qualifier Just setting builder->exact isn't sufficient because that only applies to instructions that are built with the builder but instructions created manually and only inserted using the builder are left alone. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Cc: "12.0" <mesa-stable@lists.freedesktop.org>