summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/tdfx_screen.c
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_screen.c
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_screen.c')
-rw-r--r--src/mesa/drivers/dri/tdfx/tdfx_screen.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/mesa/drivers/dri/tdfx/tdfx_screen.c b/src/mesa/drivers/dri/tdfx/tdfx_screen.c
index fde17f1a87..f0efc278cb 100644
--- a/src/mesa/drivers/dri/tdfx/tdfx_screen.c
+++ b/src/mesa/drivers/dri/tdfx/tdfx_screen.c
@@ -53,15 +53,7 @@ int prevLockLine = 0;
#endif
#ifndef TDFX_DEBUG
-int TDFX_DEBUG = (0
-/* | DEBUG_ALWAYS_SYNC */
-/* | DEBUG_VERBOSE_API */
-/* | DEBUG_VERBOSE_MSG */
-/* | DEBUG_VERBOSE_LRU */
-/* | DEBUG_VERBOSE_DRI */
-/* | DEBUG_VERBOSE_IOCTL */
-/* | DEBUG_VERBOSE_2D */
- );
+int TDFX_DEBUG = 0;
#endif
PUBLIC const char __driConfigOptions[] =