summaryrefslogtreecommitdiff
path: root/xc/lib/GL/mesa/src/drv/mga/mgatris.h
diff options
context:
space:
mode:
authorbrianp <brianp>2001-02-23 21:11:41 +0000
committerbrianp <brianp>2001-02-23 21:11:41 +0000
commitf01d21c71fe8bd726b9326f9677c749e84a9c614 (patch)
treeb757697ab10359eeaee94ef5fc0c78c998e4b200 /xc/lib/GL/mesa/src/drv/mga/mgatris.h
parent407f2d097192edbf565b65a3cf31f5f724163066 (diff)
Fixed a few conformance problems:
- implement s/w fallback for glDepthFunc(GL_NEVER) - fixed glBlendFunc(GL_SRC_ALPHA_SATURATE, x) - fixed s/w stencil fallback
Diffstat (limited to 'xc/lib/GL/mesa/src/drv/mga/mgatris.h')
-rw-r--r--xc/lib/GL/mesa/src/drv/mga/mgatris.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xc/lib/GL/mesa/src/drv/mga/mgatris.h b/xc/lib/GL/mesa/src/drv/mga/mgatris.h
index 1fc1cad40..9880bbdf1 100644
--- a/xc/lib/GL/mesa/src/drv/mga/mgatris.h
+++ b/xc/lib/GL/mesa/src/drv/mga/mgatris.h
@@ -38,8 +38,7 @@ extern void mgaDDTrifuncInit( void );
#define MGA_FLAT_BIT 0x1
#define MGA_OFFSET_BIT 0x2
#define MGA_TWOSIDE_BIT 0x4
-#define MGA_NODRAW_BIT 0x8
-#define MGA_FALLBACK_BIT 0x10
+#define MGA_FALLBACK_BIT 0x8
static __inline void mga_draw_triangle( mgaContextPtr mmesa,
mgaVertex *v0,