_tnl_allow_*_fog(...)
authorDaniel Borca <dborca@users.sourceforge.net>
Wed, 3 Mar 2004 09:07:43 +0000 (09:07 +0000)
committerDaniel Borca <dborca@users.sourceforge.net>
Wed, 3 Mar 2004 09:07:43 +0000 (09:07 +0000)
src/mesa/drivers/glide/fxdd.c

index cbd906627db4499fee6dd9f7069a00cf3082fe52..d2fb55d57029ad1afcedb0dfe39127d9510da2c3 100644 (file)
@@ -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).