summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_compiler.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2016-11-08 10:05:42 +1100
committerTimothy Arceri <[email protected]>2017-01-03 12:20:10 +1100
commit340b22c217f31330ae3bfaa523b574d98ca53e89 (patch)
tree059ea62429a6999ad8f196b32006eb1d715e8eae /src/mesa/drivers/dri/i965/brw_compiler.h
parent6643da6d7f3c3b9bdafb4bb9b01109e482c0b083 (diff)
i965: eliminate gen6_xfb_enabled field in brw_gs_prog_data
We can just get this information from shader_info instead. Note that passing gen6_gs_visitor() gl_program via _LinkedShaders will go away in a later patch. Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_compiler.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_compiler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_compiler.h b/src/mesa/drivers/dri/i965/brw_compiler.h
index a97f874c753..4813f204868 100644
--- a/src/mesa/drivers/dri/i965/brw_compiler.h
+++ b/src/mesa/drivers/dri/i965/brw_compiler.h
@@ -711,11 +711,6 @@ struct brw_gs_prog_data
int invocations;
/**
- * Gen6 transform feedback enabled flag.
- */
- bool gen6_xfb_enabled;
-
- /**
* Gen6: Provoking vertex convention for odd-numbered triangles
* in tristrips.
*/