summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-05-28 10:23:25 +1000
committerDave Airlie <airlied@redhat.com>2008-05-28 10:23:25 +1000
commit3e6c791390fd03ca04302f1312b94cd3c5ca0054 (patch)
tree4863c11ca2d6afb6173c96e055b96fc35d604f6b /src
parent261a15cf6389eba434d6857e78b524707803ed08 (diff)
r300: disable cmdbuf debug again
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/r300/r300_cmdbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_cmdbuf.c b/src/mesa/drivers/dri/r300/r300_cmdbuf.c
index 535866ee17..8d4d604ba9 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.