i965: Update gen6_depth_stencil_state to use genX macro.
authorRafael Antognolli <rafael.antognolli@intel.com>
Fri, 5 May 2017 18:22:18 +0000 (11:22 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 8 May 2017 04:06:05 +0000 (21:06 -0700)
While moving depth stencil state to use genxml, this one was left
behind.

Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/genX_state_upload.c

index 67873d0..77b9f93 100644 (file)
@@ -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 */