i965/fs: Use the UW type for the destination of VARYING_PULL_CONSTANT_LOAD instructions
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 8 Sep 2014 22:26:24 +0000 (15:26 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 30 Sep 2014 17:29:13 +0000 (10:29 -0700)
commit1385a4b706afa71eebcb72cd232faecc0b956b50
treeb91b743f3eb29003ed35c68069ca7a7f0bb38daf
parentf0d43c09b2fa32db66b7b6dc13becb0c7d3edeea
i965/fs: Use the UW type for the destination of VARYING_PULL_CONSTANT_LOAD instructions

Using a floating-point type doesn't usually cause hangs on my HSW, but the
simulator complains about it quite a bit.

Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_fs_generator.cpp