diff options
author | Vladimir Dergachev <[email protected]> | 2005-02-01 15:27:36 +0000 |
---|---|---|
committer | Vladimir Dergachev <[email protected]> | 2005-02-01 15:27:36 +0000 |
commit | 88e155e353cfa8fb7531c01c0187d74576e27631 (patch) | |
tree | a5c720984d30f8283b046e22fedf7c31b91225a5 /src/mesa/drivers/dri/r300/r300_reg.h | |
parent | d4697b0997a56df21105005dc1536173576a424c (diff) |
Get alpha in textures to work properly.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_reg.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h index 6817c594897..b7e2cca63b3 100644 --- a/src/mesa/drivers/dri/r300/r300_reg.h +++ b/src/mesa/drivers/dri/r300/r300_reg.h @@ -655,7 +655,7 @@ I am fairly certain that they are correct unless stated otherwise in comments. # define R300_TX_FORMAT_ALPHA_4CH 0x600 # define R300_TX_FORMAT_ALPHA_NONE 0xA00 /* Swizzling */ - /* constats */ + /* constants */ # define R300_TX_FORMAT_X 0 # define R300_TX_FORMAT_Y 1 # define R300_TX_FORMAT_Z 2 |