summaryrefslogtreecommitdiffstats
path: root/mesa-7.1-nukeglthread-debug.patch
blob: 706e3ebade3df1d0f1250a2b555a3750d1a76ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -up mesa-20100325/src/mesa/drivers/dri/intel/intel_fbo.c.da mesa-20100325/src/mesa/drivers/dri/intel/intel_fbo.c
--- mesa-20100325/src/mesa/drivers/dri/intel/intel_fbo.c.da	2010-03-25 08:42:47.000000000 +1000
+++ mesa-20100325/src/mesa/drivers/dri/intel/intel_fbo.c	2010-03-25 08:42:52.000000000 +1000
@@ -554,11 +554,6 @@ intel_render_texture(GLcontext * ctx,
        return;
    }
 
-   DBG("Begin render texture tid %lx tex=%u w=%d h=%d refcount=%d\n",
-       _glthread_GetID(),
-       att->Texture->Name, newImage->Width, newImage->Height,
-       irb->Base.RefCount);
-
    /* point the renderbufer's region to the texture image region */
    if (irb->region != intel_image->mt->region) {
       if (irb->region)