i965/fs: Use the builder directly for the gen6 interpolation add(32)
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 1 Jul 2015 00:04:52 +0000 (17:04 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 1 Jul 2015 16:24:46 +0000 (09:24 -0700)
commit80fc9c01dfe4cbbcf1c6b101fcdfdecbda63131e
treea33c357351e5c9256a7d9d7ce147a9d19ccd74ba
parentdabec9c293ee29335f5a6d5d1d3c2b7a715605c1
i965/fs: Use the builder directly for the gen6 interpolation add(32)

Now that we can create builders with a bigger width than their parent as
long as it's exec_all, we don't need to create the instruction manually.

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp