From: Rafael Antognolli Date: Fri, 5 May 2017 18:22:18 +0000 (-0700) Subject: i965: Update gen6_depth_stencil_state to use genX macro. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=df3b2210161179d3141668a77139ee8c0a33d4cd;p=mesa.git i965: Update gen6_depth_stencil_state to use genX macro. While moving depth stencil state to use genxml, this one was left behind. Signed-off-by: Rafael Antognolli Reviewed-by: Topi Pohjolainen Reviewed-by: Kenneth Graunke --- diff --git a/src/mesa/drivers/dri/i965/genX_state_upload.c b/src/mesa/drivers/dri/i965/genX_state_upload.c index 67873d06431..77b9f93b5e3 100644 --- a/src/mesa/drivers/dri/i965/genX_state_upload.c +++ b/src/mesa/drivers/dri/i965/genX_state_upload.c @@ -3896,7 +3896,7 @@ genX(init_atoms)(struct brw_context *brw) &gen6_urb, &genX(blend_state), /* must do before cc unit */ &genX(color_calc_state), /* must do before cc unit */ - &gen6_depth_stencil_state, /* must do before cc unit */ + &genX(depth_stencil_state), /* must do before cc unit */ &genX(vs_push_constants), /* Before vs_state */ &genX(gs_push_constants), /* Before gs_state */