mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 08:10:11 +01:00
Fix subimage updates, Q3A initial animation should work. Enable specular
lighting (GL_SEPARATE_SPECULAR_COLOR).
This commit is contained in:
parent
7630a6397c
commit
22d6dd2b29
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue