i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL.

This commit is contained in:
Eric Anholt 2008-06-18 14:35:59 -07:00
parent bbe80af457
commit 0da9bc6a69

View 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;
}