From 22d6dd2b29ffbe6c854d123729d372bb5a3a09db Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Thu, 21 Dec 2000 04:31:14 +0000 Subject: [PATCH] Fix subimage updates, Q3A initial animation should work. Enable specular lighting (GL_SEPARATE_SPECULAR_COLOR). --- linux/mach64_drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/mach64_drv.h b/linux/mach64_drv.h index 913b9cf4..c650ef61 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)