i965/fs: set execution size to 8 with simd8 ddy instruction
authorTapani Pälli <tapani.palli@intel.com>
Tue, 12 May 2015 11:24:08 +0000 (14:24 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Wed, 13 May 2015 06:08:47 +0000 (09:08 +0300)
commit58715b72396133350c1549381553121f936a198e
treecc35c79df3bb03721a28695c57be596fa50364cf
parent71fc52072b1ecf01764c37d64ad160fcbfe19e11
i965/fs: set execution size to 8 with simd8 ddy instruction

Commit dd5c825 changed the way how execution size for instructions
get set. Previously it was based on destination register width, now
it is set explicitly when emitting instructions.

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90258
src/mesa/drivers/dri/i965/brw_fs_generator.cpp