summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index b39c4a7d76d..506cbddd62f 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -336,18 +336,6 @@ struct brw_program {
bool compiled_once;
};
-
-struct brw_ff_gs_prog_data {
- GLuint urb_read_length;
- GLuint total_grf;
-
- /**
- * Gfx6 transform feedback: Amount by which the streaming vertex buffer
- * indices should be incremented each time the GS is invoked.
- */
- unsigned svbi_postincrement_value;
-};
-
/** Number of texture sampler units */
#define BRW_MAX_TEX_UNIT 32