summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_eu.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-03-31 10:50:55 -0600
committerBrian Paul <brianp@vmware.com>2009-04-03 09:07:03 -0600
commit8127e49b93820d1768e2d298bbe238dd55c20732 (patch)
tree6db170c286bc46ebef6903c0bbe0d14365f88bda /src/mesa/drivers/dri/i965/brw_eu.h
parent6b18a8d3e7114a1af931a2fc20a1e23cb2d7789c (diff)
i965: added new brw_dp_READ_4() function
Used to read float[4] vectors from the constant buffer/surface.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_eu.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h
index eb99c21711..c94889ab1c 100644
--- a/src/mesa/drivers/dri/i965/brw_eu.h
+++ b/src/mesa/drivers/dri/i965/brw_eu.h
@@ -851,6 +851,13 @@ void brw_dp_READ_16( struct brw_compile *p,
GLuint msg_reg_nr,
GLuint scratch_offset );
+void brw_dp_READ_4( struct brw_compile *p,
+ struct brw_reg dest,
+ GLuint msg_reg_nr,
+ GLboolean relAddr,
+ GLuint scratch_offset,
+ GLuint bind_table_index );
+
void brw_dp_WRITE_16( struct brw_compile *p,
struct brw_reg src,
GLuint msg_reg_nr,