r300: oops turn back off cmd buf debugging
authorDave Airlie <airlied@linux.ie>
Sun, 1 Jul 2007 08:52:47 +0000 (18:52 +1000)
committerDave Airlie <airlied@linux.ie>
Sun, 1 Jul 2007 08:52:47 +0000 (18:52 +1000)
src/mesa/drivers/dri/r300/r300_cmdbuf.c

index 6adf1413219ebfaa07455690635c020a4072448a..9eca41fa38cdf686e91ccb770267c9d7e94882e5 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.