summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2021-05-04 11:05:19 +1000
committerMarge Bot <eric+marge@anholt.net>2021-05-04 03:39:45 +0000
commitac33e2b66be40d7aeb5cc6f0d82a1c8a48509b1f (patch)
tree403bd8138069c00f9b5d462ab6c9918457deae6d /src/mesa/drivers/dri/i965/brw_context.h
parent7c52a79057bc101b661a208aa7b2c5b53df1a37a (diff)
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 <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9721>
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