mesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FBO flags
authorBrian Paul <brianp@vmware.com>
Wed, 9 May 2012 18:09:21 +0000 (12:09 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 11 May 2012 22:13:14 +0000 (16:13 -0600)
commit93bcf7825d023d3d7108bc47a7a0929338bba6b9
tree3d9aee9b44907adcdf48dad0b8913032d1a06e35
parent014306578be1f7aeb883e7b22eb255eda82fa011
mesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FBO flags

Instead of having to hack the code to enable these debugging options,
set them through the MESA_DEBUG env var.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/debug.c
src/mesa/main/fbobject.c
src/mesa/main/mtypes.h
src/mesa/main/texobj.c