From 96012dfe80121c5d6f5f9c87149aa4ed1da567cb Mon Sep 17 00:00:00 2001 From: Iago Toral Quiroga Date: Thu, 3 Jul 2014 16:33:32 +0200 Subject: i965/gen6/gs: Setup constant push buffers for gen6 geometry shaders. Reviewed-by: Jordan Justen Acked-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_state_upload.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/drivers/dri/i965/brw_state_upload.c') diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c index 87cc0ea..59d5936 100644 --- a/src/mesa/drivers/dri/i965/brw_state_upload.c +++ b/src/mesa/drivers/dri/i965/brw_state_upload.c @@ -128,6 +128,7 @@ static const struct brw_tracked_state *gen6_atoms[] = &gen6_depth_stencil_state, /* must do before cc unit */ &gen6_vs_push_constants, /* Before vs_state */ + &gen6_gs_push_constants, /* Before gs_state */ &gen6_wm_push_constants, /* Before wm_state */ /* Surface state setup. Must come before the VS/WM unit. The binding -- cgit v1.1