i965/fs: Clean up remaining uses of dispatch_width in the generator.
authorFrancisco Jerez <currojerez@riseup.net>
Fri, 20 May 2016 07:13:33 +0000 (00:13 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Sat, 28 May 2016 06:28:59 +0000 (23:28 -0700)
commit448340d31f4d4d60fbd1935d5a50fe9ee22efd41
treeabc2a6ebb5c22b9850fb8a43aa37d6072dbd017a
parent7f28ad8c4d84d41db047e12ba56d86a6d5cf0fd7
i965/fs: Clean up remaining uses of dispatch_width in the generator.

Most of these are bugs because the intended execution size of an
instruction and the dispatch width of the shader aren't necessarily
the same (especially in SIMD32 programs).

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_eu.h
src/mesa/drivers/dri/i965/brw_eu_emit.c
src/mesa/drivers/dri/i965/brw_fs_generator.cpp