diff options
author | Aapo Tahkola <[email protected]> | 2005-02-14 13:14:16 +0000 |
---|---|---|
committer | Aapo Tahkola <[email protected]> | 2005-02-14 13:14:16 +0000 |
commit | 0340663eb732d39a64b8e047cab3b2bfa19ce912 (patch) | |
tree | 585d2440c7d49aa678ec280865be327959f20209 /src/mesa/drivers/dri/r300/r300_reg.h | |
parent | 8352666a9db11cfc5f41b9ca0b135750b606d2f2 (diff) |
Support for blend color(not tested), "proper line width/point size" clamps and fix for glxinfo problem.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_reg.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_reg.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h index 1d4cd1fcbc4..883d9b944c5 100644 --- a/src/mesa/drivers/dri/r300/r300_reg.h +++ b/src/mesa/drivers/dri/r300/r300_reg.h @@ -1005,6 +1005,13 @@ I am fairly certain that they are correct unless stated otherwise in comments. # define R300_ALPHA_TEST_GREATER (5 << 8) # define R300_ALPHA_TEST_NEQUAL (6 << 8) # define R300_ALPHA_TEST_PASS (7 << 8) +/* // Possibly more correct values: +# define R300_ALPHA_TEST_LEQUAL (3 << 8) +# define R300_ALPHA_TEST_EQUAL (2 << 8) +# define R300_ALPHA_TEST_GEQUAL (6 << 8) +# define R300_ALPHA_TEST_GREATER (4 << 8) +# define R300_ALPHA_TEST_NEQUAL (5 << 8) +*/ # define R300_ALPHA_TEST_OP_MASK (7 << 8) # define R300_ALPHA_TEST_ENABLE (1 << 11) |