summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_compiler.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-10-20 16:40:30 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2015-10-21 14:20:32 -0700
commit6ac2bbec16d73f0cc58fc520c4165239461c59b3 (patch)
treeb60caa956d1c67adc183532d04f609676d07daff /src/mesa/drivers/dri/i965/brw_compiler.h
parent72148de217786473bb2bb02b99f49fd28bdda0e2 (diff)
i965/gs: Use NIR instead of the brw_geometry_program for GS metadata
With this, we can remove the geometry program from brw_gs_compile. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_compiler.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_compiler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_compiler.h b/src/mesa/drivers/dri/i965/brw_compiler.h
index 8c10495caa6..4a87b293c2b 100644
--- a/src/mesa/drivers/dri/i965/brw_compiler.h
+++ b/src/mesa/drivers/dri/i965/brw_compiler.h
@@ -602,8 +602,6 @@ struct brw_gs_compile
struct brw_gs_prog_data prog_data;
struct brw_vue_map input_vue_map;
- struct brw_geometry_program *gp;
-
unsigned control_data_bits_per_vertex;
unsigned control_data_header_size_bits;
};