diff options
-rw-r--r-- | src/mesa/drivers/glide/fxdd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/glide/fxdd.c b/src/mesa/drivers/glide/fxdd.c index cbd906627db..d2fb55d5702 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). |