commit | 1385a4b706afa71eebcb72cd232faecc0b956b50 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Mon Sep 08 15:26:24 2014 -0700 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Tue Sep 30 10:29:13 2014 -0700 |
tree | b91b743f3eb29003ed35c68069ca7a7f0bb38daf | |
parent | f0d43c09b2fa32db66b7b6dc13becb0c7d3edeea [diff] |
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>