summaryrefslogtreecommitdiff
path: root/i965/brw_vs.h
diff options
context:
space:
mode:
Diffstat (limited to 'i965/brw_vs.h')
-rw-r--r--i965/brw_vs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/i965/brw_vs.h b/i965/brw_vs.h
index 99d0e93..1e4f660 100644
--- a/i965/brw_vs.h
+++ b/i965/brw_vs.h
@@ -75,6 +75,11 @@ struct brw_vs_compile {
struct brw_reg userplane[6];
+ /** we may need up to 3 constants per instruction (if use_const_buffer) */
+ struct {
+ GLint index;
+ struct brw_reg reg;
+ } current_const[3];
};
void brw_vs_emit( struct brw_vs_compile *c );