i965g: first compiling file
[mesa.git] / src / gallium / drivers / i965 / brw_pipe_blend.c
index b351794dce677ece5f11d0208e36fd3830b62a45..17895d2782e71c67d3fb8e5a264509d98629ffb6 100644 (file)
@@ -1,4 +1,5 @@
 
+
    /* _NEW_COLOR */
    if (key->logic_op != GL_COPY) {
       cc.cc2.logicop_enable = 1;
@@ -39,3 +40,6 @@
       cc.cc6.x_dither_offset = 0;
    }
 
+   if (INTEL_DEBUG & DEBUG_STATS)
+      cc.cc5.statistics_enable = 1;
+}