From f090fdc50b290566a5b6aaf57ddd31b340f58de5 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 1 Jun 2005 08:22:57 +0000 Subject: Move fallback and other debugging under TDFX_DEBUG using the same mechanism as other drivers. --- src/mesa/drivers/dri/tdfx/tdfx_context.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src/mesa/drivers/dri/tdfx/tdfx_context.h') diff --git a/src/mesa/drivers/dri/tdfx/tdfx_context.h b/src/mesa/drivers/dri/tdfx/tdfx_context.h index 42a38f3bf0..b8349fec73 100644 --- a/src/mesa/drivers/dri/tdfx/tdfx_context.h +++ b/src/mesa/drivers/dri/tdfx/tdfx_context.h @@ -919,8 +919,6 @@ struct tdfx_context { tdfxStats stats; - GLboolean debugFallbacks; - /* Configuration cache */ driOptionCache optionCache; @@ -990,7 +988,7 @@ static __inline__ GrColor_t tdfxPackColor( GLuint cpp, } } -#define DO_DEBUG 0 +#define DO_DEBUG 1 #if DO_DEBUG extern int TDFX_DEBUG; #else @@ -999,11 +997,8 @@ extern int TDFX_DEBUG; #define DEBUG_ALWAYS_SYNC 0x01 #define DEBUG_VERBOSE_API 0x02 -#define DEBUG_VERBOSE_MSG 0x04 -#define DEBUG_VERBOSE_LRU 0x08 -#define DEBUG_VERBOSE_DRI 0x10 -#define DEBUG_VERBOSE_IOCTL 0x20 -#define DEBUG_VERBOSE_2D 0x40 +#define DEBUG_VERBOSE_DRI 0x04 +#define DEBUG_VERBOSE_FALL 0x08 /* conf */ #define FX_COMPRESS_S3TC_AS_FXT1_HACK 1 -- cgit v1.2.3