r300: disable cmdbuf debug again
authorDave Airlie <airlied@redhat.com>
Wed, 28 May 2008 00:23:25 +0000 (10:23 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 28 May 2008 00:23:25 +0000 (10:23 +1000)
src/mesa/drivers/dri/r300/r300_cmdbuf.c

index 535866ee17cdbba896429d8d767ae86a6052dc62..8d4d604ba964323423dceeb3903fe7ec182348d8 100644 (file)
@@ -54,7 +54,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "r300_state.h"
 
 // Set this to 1 for extremely verbose debugging of command buffers
-#define DEBUG_CMDBUF           1
+#define DEBUG_CMDBUF           0
 
 /**
  * Send the current command buffer via ioctl to the hardware.