i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL.
authorEric Anholt <eric@anholt.net>
Wed, 18 Jun 2008 21:35:59 +0000 (14:35 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 18 Jun 2008 21:35:59 +0000 (14:35 -0700)
src/mesa/drivers/dri/intel/intel_pixel_draw.c

index f7082f2..28cd4f0 100644 (file)
@@ -81,7 +81,8 @@ do_texture_drawpixels(GLcontext * ctx,
    else {
       /* PBO only for now:
        */
-/*       _mesa_printf("%s - not PBO\n", __FUNCTION__); */
+      if (INTEL_DEBUG & DEBUG_PIXEL)
+        _mesa_printf("%s - not PBO\n", __FUNCTION__);
       return GL_FALSE;
    }