jadahl / rpms / mesa

Forked from rpms/mesa 6 years ago
Clone
a5cda00
diff -up Mesa-7.1/src/mesa/drivers/dri/intel/intel_fbo.c.intel-glthread Mesa-7.1/src/mesa/drivers/dri/intel/intel_fbo.c
a5cda00
--- Mesa-7.1/src/mesa/drivers/dri/intel/intel_fbo.c.intel-glthread	2008-08-25 10:49:40.000000000 -0400
a5cda00
+++ Mesa-7.1/src/mesa/drivers/dri/intel/intel_fbo.c	2008-08-28 14:26:17.000000000 -0400
a5cda00
@@ -633,11 +633,6 @@ intel_render_texture(GLcontext * ctx,
7cf755a
        return;
7af8c3d
    }
7af8c3d
 
7af8c3d
-   DBG("Begin render texture tid %x tex=%u w=%d h=%d refcount=%d\n",
7af8c3d
-       _glthread_GetID(),
7af8c3d
-       att->Texture->Name, newImage->Width, newImage->Height,
7af8c3d
-       irb->Base.RefCount);
7af8c3d
-
7af8c3d
    /* point the renderbufer's region to the texture image region */
7af8c3d
    intel_image = intel_texture_image(newImage);
7af8c3d
    if (irb->region != intel_image->mt->region) {