summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64/mach64_context.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-05-31 03:47:39 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-05-31 03:47:39 +0000
commit9dff2ca07a6a74f65d831269b1cee8c3ee2c0103 (patch)
tree57c7a4e9fb1d6fb39fb1bb61a554fc7f28643950 /src/mesa/drivers/dri/mach64/mach64_context.c
parent12eabeb3b9ffe12032ded88959430d36d4ced419 (diff)
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.
Diffstat (limited to 'src/mesa/drivers/dri/mach64/mach64_context.c')
-rw-r--r--src/mesa/drivers/dri/mach64/mach64_context.c1
1 files changed, 1 insertions, 0 deletions
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 }
};