summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu.h
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2016-05-20 00:13:33 -0700
committerFrancisco Jerez <currojerez@riseup.net>2016-05-27 23:28:59 -0700
commit448340d31f4d4d60fbd1935d5a50fe9ee22efd41 (patch)
treeabc2a6ebb5c22b9850fb8a43aa37d6072dbd017a /src/mesa/drivers/dri/i965/brw_eu.h
parent7f28ad8c4d84d41db047e12ba56d86a6d5cf0fd7 (diff)
downloadexternal_mesa3d-448340d31f4d4d60fbd1935d5a50fe9ee22efd41.zip
external_mesa3d-448340d31f4d4d60fbd1935d5a50fe9ee22efd41.tar.gz
external_mesa3d-448340d31f4d4d60fbd1935d5a50fe9ee22efd41.tar.bz2
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>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_eu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h
index 91e3401..b057f17 100644
--- a/src/mesa/drivers/dri/i965/brw_eu.h
+++ b/src/mesa/drivers/dri/i965/brw_eu.h
@@ -281,7 +281,6 @@ void brw_svb_write(struct brw_codegen *p,
bool send_commit_msg);
void brw_fb_WRITE(struct brw_codegen *p,
- int dispatch_width,
struct brw_reg payload,
struct brw_reg implied_header,
unsigned msg_control,