From 9dff2ca07a6a74f65d831269b1cee8c3ee2c0103 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 31 May 2005 03:47:39 +0000 Subject: Move fallback debugging under MACH64_DEBUG=fall (matching other drivers) and add pretty descriptions of the bits. GC one of the bits that was unused. Also, now only the first thing triggering a fallback and the last thing requiring one do the debug output. This also matches other drivers. --- src/mesa/drivers/dri/mach64/mach64_context.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/drivers/dri/mach64/mach64_context.c') diff --git a/src/mesa/drivers/dri/mach64/mach64_context.c b/src/mesa/drivers/dri/mach64/mach64_context.c index 524046ce43..a7093bbf7b 100644 --- a/src/mesa/drivers/dri/mach64/mach64_context.c +++ b/src/mesa/drivers/dri/mach64/mach64_context.c @@ -72,6 +72,7 @@ static const struct dri_debug_control debug_control[] = { "prims", DEBUG_VERBOSE_PRIMS }, { "count", DEBUG_VERBOSE_COUNT }, { "nowait", DEBUG_NOWAIT }, + { "fall", DEBUG_VERBOSE_FALLBACK }, { NULL, 0 } }; -- cgit v1.2.3