From 5ee631c6ee0a7f60a310471df74d9bd24f40a261 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Wed, 3 Mar 2004 09:07:43 +0000 Subject: _tnl_allow_*_fog(...) --- src/mesa/drivers/glide/fxdd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/drivers/glide/fxdd.c') 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). -- cgit v1.2.3