i965/fs: Remove exec_size guessing from fs_inst::init()
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 18 Jun 2015 19:34:52 +0000 (12:34 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 30 Jun 2015 23:13:50 +0000 (16:13 -0700)
commitc9676329dd6c69b2e0b12405c3b4078f7d216f2f
tree5cc5a721697569d871920ec8cc0b2065ccd30da1
parentb624ccc206cbf19989c6562416d7c21b66270577
i965/fs: Remove exec_size guessing from fs_inst::init()

Now that all of the non-explicit constructors are gone, we don't need to
guess anymore.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Acked-by: Francisco Jerez <currojerez@riseup.net>
src/mesa/drivers/dri/i965/brw_fs.cpp