i965/miptree: Add real support for HiZ
[mesa.git] / src / mesa / drivers / dri / i965 / gen8_disable.c
index 6e0dc32bd1e3921edd52118730a6242f672fa2f2..b7598a357a16e12b3000fcfdf945edd2f29c66fd 100644 (file)
@@ -46,7 +46,8 @@ disable_stages(struct brw_context *brw)
 const struct brw_tracked_state gen8_disable_stages = {
    .dirty = {
       .mesa  = 0,
-      .brw   = BRW_NEW_CONTEXT,
+      .brw   = BRW_NEW_BLORP |
+               BRW_NEW_CONTEXT,
    },
    .emit = disable_stages,
 };