summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_eu.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-07-21 19:49:39 -0700
committerEric Anholt <eric@anholt.net>2010-07-21 20:17:24 -0700
commit21eaa62ba461854003e5f74e6fc32e559e9c8455 (patch)
tree62cedef7c1aa9ef49f9100a64ad9dedd0b79fcef /src/mesa/drivers/dri/i965/brw_eu.h
parent96b11f1e3ee12f06be1d33bf085bf1353f23e667 (diff)
i965: Clean up brw_dp_READ_4_vs() now that it has fewer options to support.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_eu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h
index a2acf8c967..31ff86cf73 100644
--- a/src/mesa/drivers/dri/i965/brw_eu.h
+++ b/src/mesa/drivers/dri/i965/brw_eu.h
@@ -891,9 +891,6 @@ void brw_dp_READ_4( struct brw_compile *p,
void brw_dp_READ_4_vs( struct brw_compile *p,
struct brw_reg dest,
- GLuint oword,
- GLboolean relAddr,
- struct brw_reg addrReg,
GLuint location,
GLuint bind_table_index );