summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_reg.h
diff options
context:
space:
mode:
authorVladimir Dergachev <volodya@freedesktop.org>2005-02-01 15:27:36 +0000
committerVladimir Dergachev <volodya@freedesktop.org>2005-02-01 15:27:36 +0000
commit88e155e353cfa8fb7531c01c0187d74576e27631 (patch)
treea5c720984d30f8283b046e22fedf7c31b91225a5 /src/mesa/drivers/dri/r300/r300_reg.h
parentd4697b0997a56df21105005dc1536173576a424c (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.h2
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 6817c59489..b7e2cca63b 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