diff options
author | Matt Turner <[email protected]> | 2014-08-29 21:10:32 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-09-29 15:59:19 -0700 |
commit | 66ab9c22fecc053f099376c7b20958e0ffdf05ca (patch) | |
tree | 8de9a800a981ed46d456f523432b8a550bd8a469 /src/mesa/drivers/dri/i965/brw_eu.h | |
parent | a0df258f8961d25caab7c4d1ccae3402f998f454 (diff) |
i965: Use BRW_MATH_DATA_SCALAR when source regioning is scalar.
Notice the mistaken (but harmless) argument swapping in brw_math_invert().
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_eu.h | 1 |
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 e6c26e39225..db40497751a 100644 --- a/src/mesa/drivers/dri/i965/brw_eu.h +++ b/src/mesa/drivers/dri/i965/brw_eu.h @@ -291,7 +291,6 @@ void gen4_math(struct brw_compile *p, unsigned function, unsigned msg_reg_nr, struct brw_reg src, - unsigned data_type, unsigned precision ); void gen6_math(struct brw_compile *p, |