summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_eu.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-10-25 11:23:13 -0700
committerEric Anholt <eric@anholt.net>2010-10-26 10:34:10 -0700
commit3789d5025a3200c40a39119c94c3d38a13e4b65a (patch)
tree3c52e5f7ed71ad7db433849d526edc6edd8b3a21 /src/mesa/drivers/dri/i965/brw_eu.h
parent547e7619aac74ae13bdaa7fdf403a4ceb5212467 (diff)
i965: Add EU code for dword scattered reads (constant buffer array indexing).
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_eu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h
index 15c2f23d6a..b4538e6e8a 100644
--- a/src/mesa/drivers/dri/i965/brw_eu.h
+++ b/src/mesa/drivers/dri/i965/brw_eu.h
@@ -914,6 +914,11 @@ void brw_oword_block_write_scratch(struct brw_compile *p,
int num_regs,
GLuint offset);
+void brw_dword_scattered_read(struct brw_compile *p,
+ struct brw_reg dest,
+ struct brw_reg mrf,
+ uint32_t bind_table_index);
+
void brw_dp_READ_4_vs( struct brw_compile *p,
struct brw_reg dest,
GLuint location,