summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-03-03 09:07:43 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-03-03 09:07:43 +0000
commit5ee631c6ee0a7f60a310471df74d9bd24f40a261 (patch)
tree91beb10ea0752df3d1c924525c96470eb246f1ad /src/mesa/drivers
parent3abf2e474026ea5f7704315c6f846315ea0f45d3 (diff)
_tnl_allow_*_fog(...)
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/glide/fxdd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/glide/fxdd.c b/src/mesa/drivers/glide/fxdd.c
index cbd906627d..d2fb55d570 100644
--- a/src/mesa/drivers/glide/fxdd.c
+++ b/src/mesa/drivers/glide/fxdd.c
@@ -1392,6 +1392,8 @@ fxDDInitFxMesaContext(fxMesaContext fxMesa)
*/
_swrast_allow_vertex_fog(ctx, GL_FALSE);
_swrast_allow_pixel_fog(ctx, GL_TRUE);
+ _tnl_allow_vertex_fog( ctx, GL_FALSE );
+ _tnl_allow_pixel_fog( ctx, GL_TRUE );
/* Tell tnl not to calculate or use vertex fog factors. (Needed to
* tell render stage not to clip fog coords).