i965/fs: Set exec size for gen7 pull const loads
authorIago Toral Quiroga <itoral@igalia.com>
Thu, 3 Dec 2015 09:59:23 +0000 (10:59 +0100)
committerSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Thu, 17 Mar 2016 07:23:24 +0000 (08:23 +0100)
commit2d6af62a0f51f9b8dd8f142debe1c5a8e2a007ef
treeab72d1b5c8f5e00a22f599c3768b65c83251c741
parentea45b6e96d16b04b6a6cbebb5a8f77ba6a46bcf9
i965/fs: Set exec size for gen7 pull const loads

v2 (Topi):
  - No need to set the execsize for the indirect send message,
    the next patch will handle that.
  - Set the execution size explicitly instead of taking it from
    the width of the dst that we set before.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_fs_generator.cpp