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.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/mesa/drivers/dri/mach64/mach64_context.h') 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__ */ -- cgit v1.2.3