From ac33e2b66be40d7aeb5cc6f0d82a1c8a48509b1f Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 4 May 2021 11:05:19 +1000 Subject: intel: move brw_ff_gs_prog_key/data to compiler. Step one to moving the ff_gs emitter to compiler for sharing, move BRW_MAX_SOL_BINDINGS up so the keys are in same area Reviewed-by: Eric Anholt Part-of: --- src/mesa/drivers/dri/i965/brw_context.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/mesa/drivers/dri/i965/brw_context.h') 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 -- cgit v1.2.3