mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-16 08:40:29 +01:00
i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL.
This commit is contained in:
parent
bbe80af457
commit
0da9bc6a69
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue