i965/fs: Use execution size of 1 for some shader_time operations.
authorMatt Turner <mattst88@gmail.com>
Fri, 31 Oct 2014 18:24:43 +0000 (11:24 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 6 Nov 2014 19:09:46 +0000 (11:09 -0800)
commit7e19e6c877714e05e65ca2cecd1c782fdc260cb6
tree5817fd42a621e3cdaf8c6850c6e4db43dbf88644
parentee7e6009a94d070f58a52001780d295798a28073
i965/fs: Use execution size of 1 for some shader_time operations.

The ADDs depended on dispatch_width, which really isn't what we wanted.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_fs.cpp