i965/nir: Do not scalarize phis in non-scalar setups
[mesa.git] / src / mesa / drivers / dri / i965 / gen8_wm_depth_stencil.c
index 38212cd3cfdecafe57275ab30f645d3bd1413c61..2c843b202ea6c14d2ba5c1b4437eee4b548019e7 100644 (file)
@@ -108,9 +108,10 @@ gen8_upload_wm_depth_stencil(struct brw_context *brw)
 
 const struct brw_tracked_state gen8_wm_depth_stencil = {
    .dirty = {
-      .mesa = _NEW_BUFFERS | _NEW_DEPTH | _NEW_STENCIL,
+      .mesa = _NEW_BUFFERS |
+              _NEW_DEPTH |
+              _NEW_STENCIL,
       .brw  = BRW_NEW_CONTEXT,
-      .cache = 0,
    },
    .emit = gen8_upload_wm_depth_stencil,
 };