i965/fs: Set execution controls correctly in lower_integer_multiplication().
authorFrancisco Jerez <currojerez@riseup.net>
Mon, 27 Jul 2015 15:38:59 +0000 (18:38 +0300)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 29 Jul 2015 11:14:42 +0000 (14:14 +0300)
commitff463af436bcf07430807512c9f0bf0f627288ce
tree0721899b067ae54e2e684ec8228d056399b2c0a8
parentce90227c71c8cbe6ca4317f1873ff12c70081c4c
i965/fs: Set execution controls correctly in lower_integer_multiplication().

lower_integer_multiplication() was ignoring the execution controls of
the original MUL instruction.  Fix it by using the new fs_builder
constructor.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_fs.cpp