i965: Drop INTEL_DEBUG=stats.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_cc.c
index 21b01f3bb18712a7eb10865b216076ec6b5c1bf5..62e81253cc9b9e9818ff251391fb1da60a7d2319 100644 (file)
@@ -226,7 +226,7 @@ static void upload_cc_unit(struct brw_context *brw)
       cc->cc2.depth_write_enable = brw_depth_writes_enabled(brw);
    }
 
-   if (brw->stats_wm || unlikely(INTEL_DEBUG & DEBUG_STATS))
+   if (brw->stats_wm)
       cc->cc5.statistics_enable = 1;
 
    /* BRW_NEW_CC_VP */