From: Dave Airlie Date: Sun, 1 Jul 2007 08:52:47 +0000 (+1000) Subject: r300: oops turn back off cmd buf debugging X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0caee6b006aa2982f743bd60391d2c5406e167b7;p=mesa.git r300: oops turn back off cmd buf debugging --- diff --git a/src/mesa/drivers/dri/r300/r300_cmdbuf.c b/src/mesa/drivers/dri/r300/r300_cmdbuf.c index 6adf1413219..9eca41fa38c 100644 --- a/src/mesa/drivers/dri/r300/r300_cmdbuf.c +++ b/src/mesa/drivers/dri/r300/r300_cmdbuf.c @@ -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.