summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_common_context.h
diff options
context:
space:
mode:
authorroot <root@richard-desktop.(none)>2009-05-19 16:47:39 -0400
committerroot <root@richard-desktop.(none)>2009-05-19 16:47:39 -0400
commit3149b87ac43a5f10983c6682dff7a00cf1d99c7c (patch)
tree94680bd983ecd1629bab0a39dccc0cdefc50d69d /src/mesa/drivers/dri/radeon/radeon_common_context.h
parent465588cd0e6451c758a12108787331d03ed52780 (diff)
Makeup checkin for radeon code change paired with r6/7 code.
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_common_context.h')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_common_context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h
index d32e5af544..233a150d42 100644
--- a/src/mesa/drivers/dri/radeon/radeon_common_context.h
+++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h
@@ -560,4 +560,8 @@ extern int RADEON_DEBUG;
#define RADEON_DEBUG 0
#endif
+#ifndef RADEON_DEBUG_BO
+#define RADEON_DEBUG_BO 1
+#endif
+
#endif