summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64/mach64_context.h
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.h
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.h')
-rw-r--r--src/mesa/drivers/dri/mach64/mach64_context.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_context.h b/src/mesa/drivers/dri/mach64/mach64_context.h
index 4145d6b311..c541f77ab9 100644
--- a/src/mesa/drivers/dri/mach64/mach64_context.h
+++ b/src/mesa/drivers/dri/mach64/mach64_context.h
@@ -79,12 +79,11 @@ typedef struct mach64_context *mach64ContextPtr;
#define MACH64_FALLBACK_READ_BUFFER 0x0004
#define MACH64_FALLBACK_STENCIL 0x0008
#define MACH64_FALLBACK_RENDER_MODE 0x0010
-#define MACH64_FALLBACK_MULTIDRAW 0x0020
-#define MACH64_FALLBACK_LOGICOP 0x0040
-#define MACH64_FALLBACK_SEP_SPECULAR 0x0080
-#define MACH64_FALLBACK_BLEND_EQ 0x0100
-#define MACH64_FALLBACK_BLEND_FUNC 0x0200
-#define MACH64_FALLBACK_DISABLE 0x0400
+#define MACH64_FALLBACK_LOGICOP 0x0020
+#define MACH64_FALLBACK_SEP_SPECULAR 0x0040
+#define MACH64_FALLBACK_BLEND_EQ 0x0080
+#define MACH64_FALLBACK_BLEND_FUNC 0x0100
+#define MACH64_FALLBACK_DISABLE 0x0200
#define CARD32 GLuint /* KW: For building in mesa tree */
@@ -402,4 +401,5 @@ extern int MACH64_DEBUG;
#define DEBUG_VERBOSE_PRIMS 0x040
#define DEBUG_VERBOSE_COUNT 0x080
#define DEBUG_NOWAIT 0x100
+#define DEBUG_VERBOSE_FALLBACK 0x200
#endif /* __MACH64_CONTEXT_H__ */