Module: Mesa Branch: master Commit: 743c4af5cdc4c8634d1a26055a8d70f933c88024 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=743c4af5cdc4c8634d1a26055a8d70f933c88024
Author: Dave Airlie <[email protected]> Date: Mon Aug 17 19:09:15 2009 +1000 radeon: turn off bo debugging --- .../drivers/dri/radeon/radeon_common_context.h | 2 +- 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 f8e1a25..549395a 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
