projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe80af
)
i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL.
author
Eric Anholt
<eric@anholt.net>
Wed, 18 Jun 2008 21:35:59 +0000
(14:35 -0700)
committer
Eric Anholt
<eric@anholt.net>
Wed, 18 Jun 2008 21:35:59 +0000
(14:35 -0700)
src/mesa/drivers/dri/intel/intel_pixel_draw.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/intel/intel_pixel_draw.c
b/src/mesa/drivers/dri/intel/intel_pixel_draw.c
index f7082f299e101c28ccce61e726c683d5bd629f19..28cd4f0ba68945bd2efb233fb1d382b5cbac4af2 100644
(file)
--- a/
src/mesa/drivers/dri/intel/intel_pixel_draw.c
+++ b/
src/mesa/drivers/dri/intel/intel_pixel_draw.c
@@
-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;
}