summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_common_context.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-08-17 19:09:15 +1000
committerDave Airlie <airlied@redhat.com>2009-08-17 19:09:15 +1000
commit743c4af5cdc4c8634d1a26055a8d70f933c88024 (patch)
tree008cbd49ace3a9ddd0d5d2f6c6f8a9e9742bb6f9 /src/mesa/drivers/dri/radeon/radeon_common_context.h
parentfd97f2f8b836bf4370d2a57988de3fe88bd50489 (diff)
radeon: turn off bo debugging
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_common_context.h')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_common_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h
index f8e1a25c9f..549395a793 100644
--- a/src/mesa/drivers/dri/radeon/radeon_common_context.h
+++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h
@@ -596,7 +596,7 @@ extern int RADEON_DEBUG;
#ifndef HAVE_LIBDRM_RADEON
#ifndef RADEON_DEBUG_BO
-#define RADEON_DEBUG_BO 1
+#define RADEON_DEBUG_BO 0
#endif
#endif