summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_vs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs.h b/src/mesa/drivers/dri/i965/brw_vs.h
index beccb381ee2..a02c06d4d64 100644
--- a/src/mesa/drivers/dri/i965/brw_vs.h
+++ b/src/mesa/drivers/dri/i965/brw_vs.h
@@ -63,9 +63,9 @@ struct brw_vs_compile {
GLuint nr_inputs;
+ struct brw_vue_map vue_map;
GLuint first_output;
GLuint nr_outputs;
- GLuint first_overflow_output; /**< VERT_ATTRIB_x */
GLuint last_scratch;
GLuint first_tmp;