i965/fs: Initialize a builder explicitly in the gen4 send dependency work-arounds.
authorFrancisco Jerez <currojerez@riseup.net>
Mon, 27 Jul 2015 15:28:39 +0000 (18:28 +0300)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 29 Jul 2015 16:30:11 +0000 (19:30 +0300)
commiteaba922582cfdccc7b198f9b23d8bd3c26197d03
tree7a373fbaedd6dfe57c188095a9162e69d03d7606
parent8b838fa9f01f7ee13fd9fc3e6545a677397f8023
i965/fs: Initialize a builder explicitly in the gen4 send dependency work-arounds.

Instead of relying on the default one.  This shouldn't lead to any
functional changes because DEP_RESOLVE_MOV overrides the execution
size of the instruction anyway and other execution controls are
irrelevant.

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