summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/tdfx_context.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-06-01 08:22:57 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-06-01 08:22:57 +0000
commitf090fdc50b290566a5b6aaf57ddd31b340f58de5 (patch)
treea851b91c8e4eb39da9389366b7d628c605ada9ce /src/mesa/drivers/dri/tdfx/tdfx_context.h
parentd638f6a0bbc7df246700ed78c11837af6e6c6246 (diff)
Move fallback and other debugging under TDFX_DEBUG using the same mechanism
as other drivers.
Diffstat (limited to 'src/mesa/drivers/dri/tdfx/tdfx_context.h')
-rw-r--r--src/mesa/drivers/dri/tdfx/tdfx_context.h11
1 files changed, 3 insertions, 8 deletions
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