summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64/mach64_context.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-05-30 06:41:19 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-05-30 06:41:19 +0000
commit993d8ad5ef6d0485c578cd632cbe0621887dafee (patch)
treed79b704826135b303a6e0243d0c8e98f77908bcb /src/mesa/drivers/dri/mach64/mach64_context.h
parentb328dded7513c6092861197f6ba2edf9341e46d3 (diff)
Add the no_rast debug option to mach64. It shows that software fallbacks are
pretty broken.
Diffstat (limited to 'src/mesa/drivers/dri/mach64/mach64_context.h')
-rw-r--r--src/mesa/drivers/dri/mach64/mach64_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_context.h b/src/mesa/drivers/dri/mach64/mach64_context.h
index d82fca5aa8..4145d6b311 100644
--- a/src/mesa/drivers/dri/mach64/mach64_context.h
+++ b/src/mesa/drivers/dri/mach64/mach64_context.h
@@ -84,6 +84,7 @@ typedef struct mach64_context *mach64ContextPtr;
#define MACH64_FALLBACK_SEP_SPECULAR 0x0080
#define MACH64_FALLBACK_BLEND_EQ 0x0100
#define MACH64_FALLBACK_BLEND_FUNC 0x0200
+#define MACH64_FALLBACK_DISABLE 0x0400
#define CARD32 GLuint /* KW: For building in mesa tree */