summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_eu.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-04-15 16:49:18 -0600
committerBrian Paul <brianp@vmware.com>2009-04-16 11:08:23 -0600
commitee32e9b4753eca62e360f96ce61ef7ff683e6bb7 (patch)
treedd44f98c9d30cd94f512f8b99391b18b288e7a15 /src/mesa/drivers/dri/i965/brw_eu.h
parent19ac3e2729abd85346f88fd69c6bc72938d26101 (diff)
i965: implement relative addressing for VS constant buffer reads
A scatter-read should be possible, but we're just using two READs for the time being.
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, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h
index 66f8eb840c..896e67dbfe 100644
--- a/src/mesa/drivers/dri/i965/brw_eu.h
+++ b/src/mesa/drivers/dri/i965/brw_eu.h
@@ -868,6 +868,7 @@ void brw_dp_READ_4( struct brw_compile *p,
void brw_dp_READ_4_vs( struct brw_compile *p,
struct brw_reg dest,
GLboolean relAddr,
+ struct brw_reg addrReg,
GLuint location,
GLuint bind_table_index );