From: Michel Dänzer Date: Thu, 15 Feb 2007 17:43:46 +0000 (+0100) Subject: intelWindowMoved: Some debugging output was accidentally left always enabled. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=356bf9563ed145de5ba4a14c9f23c379293f273a;p=mesa.git intelWindowMoved: Some debugging output was accidentally left always enabled. --- diff --git a/src/mesa/drivers/dri/i915tex/intel_buffers.c b/src/mesa/drivers/dri/i915tex/intel_buffers.c index f51b0af1640..ec2150d27bc 100644 --- a/src/mesa/drivers/dri/i915tex/intel_buffers.c +++ b/src/mesa/drivers/dri/i915tex/intel_buffers.c @@ -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");