summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_ioctl.c
diff options
context:
space:
mode:
authorChristoph Brill <egore911@egore911.de>2008-02-25 21:44:11 +0100
committerChristoph Brill <egore911@egore911.de>2008-02-25 21:44:11 +0100
commitfa088bfe9de6a6fb482aa14715d9e9e05bc01586 (patch)
tree75eabe513991af5a595d0f340944062188b6e798 /src/mesa/drivers/dri/r300/r300_ioctl.c
parentd08b1fe2a46308880828e4ced951ab9127b67d5e (diff)
[r300] Sync fog register names to the AMD spec
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_ioctl.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_ioctl.c b/src/mesa/drivers/dri/r300/r300_ioctl.c
index d9eaedd70f..ff9c2c880d 100644
--- a/src/mesa/drivers/dri/r300/r300_ioctl.c
+++ b/src/mesa/drivers/dri/r300/r300_ioctl.c
@@ -207,7 +207,7 @@ static void r300EmitClearState(GLcontext * ctx)
/* disable fog */
R300_STATECHANGE(r300, fogs);
- reg_start(R300_RE_FOG_STATE, 0);
+ reg_start(FG_FOG_BLEND, 0);
e32(0x0);
R300_STATECHANGE(r300, vir[1]);