intelWindowMoved: Some debugging output was accidentally left always enabled.
authorMichel Dänzer <michel@tungstengraphics.com>
Thu, 15 Feb 2007 17:43:46 +0000 (18:43 +0100)
committerMichel Dänzer <michel@tungstengraphics.com>
Tue, 20 Feb 2007 18:15:44 +0000 (19:15 +0100)
src/mesa/drivers/dri/i915tex/intel_buffers.c

index f51b0af1640b67e77cf37d67bbd0d647049fd6ba..ec2150d27bca711d24919e0c93d7d55af310e75f 100644 (file)
@@ -249,7 +249,7 @@ intelWindowMoved(struct intel_context *intel)
 
       pf_active = (pf_pipes & intel->sarea->pf_active) == pf_pipes;
 
-      if (1 /*INTEL_DEBUG & DEBUG_LOCK*/)
+      if (INTEL_DEBUG & DEBUG_LOCK)
         if (pf_active != intel_fb->pf_active)
            _mesa_printf("%s - Page flipping %sactive\n", __progname,
                         pf_active ? "" : "in");