summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_vs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/i965/brw_vs.h')
-rw-r--r--src/gallium/drivers/i965/brw_vs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/brw_vs.h b/src/gallium/drivers/i965/brw_vs.h
index 58119567dc..2a2dbb3457 100644
--- a/src/gallium/drivers/i965/brw_vs.h
+++ b/src/gallium/drivers/i965/brw_vs.h
@@ -54,6 +54,7 @@ struct brw_vs_compile {
struct brw_compile func;
struct brw_vs_prog_key key;
struct brw_vs_prog_data prog_data;
+ struct brw_chipset chipset;
struct brw_vertex_shader *vp;
@@ -88,7 +89,12 @@ struct brw_vs_compile {
struct brw_instruction *if_inst[MAX_IF_DEPTH];
struct brw_instruction *loop_inst[MAX_LOOP_DEPTH];
+ GLuint insn;
+ GLuint if_depth;
+ GLuint loop_depth;
+ GLuint end_offset;
+ struct brw_indirect stack_index;
};