summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGareth Hughes <gareth@users.sourceforge.net>2000-12-21 04:31:14 +0000
committerGareth Hughes <gareth@users.sourceforge.net>2000-12-21 04:31:14 +0000
commit22d6dd2b29ffbe6c854d123729d372bb5a3a09db (patch)
tree6b92970b8e0d3026f8be2e8e5a39091140a6f5f3
parent7630a6397c91ec8aada99c4289c9566505553b07 (diff)
Fix subimage updates, Q3A initial animation should work. Enable specular
lighting (GL_SEPARATE_SPECULAR_COLOR).
-rw-r--r--linux/mach64_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/mach64_drv.h b/linux/mach64_drv.h
index 913b9cf4d..c650ef61a 100644
--- a/linux/mach64_drv.h
+++ b/linux/mach64_drv.h
@@ -144,7 +144,7 @@ extern int mach64_dma_swap( struct inode *inode, struct file *filp,
# define BKGD_MIX_NOT_S (4 << 0)
# define BKGD_MIX_D_XOR_S (5 << 0)
# define BKGD_MIX_NOT_D_XOR_S (6 << 0)
-# define BKGD_MIX_S (7 << 0)
+# define MACH64_BKGD_MIX_S (7 << 0)
# define BKGD_MIX_NOT_D_OR_NOT_S (8 << 0)
# define BKGD_MIX_D_OR_NOT_S (9 << 0)
# define BKGD_MIX_NOT_D_OR_S (10 << 0)