diff options
-rw-r--r-- | src/mesa/drivers/dri/i965/genX_state_upload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/genX_state_upload.c b/src/mesa/drivers/dri/i965/genX_state_upload.c index 67873d0643..77b9f93b5e 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 */ |