added _tnl_allow_vertex/pixel_fog() calls
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 26 Feb 2004 00:28:03 +0000 (00:28 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 26 Feb 2004 00:28:03 +0000 (00:28 +0000)
src/mesa/drivers/dri/gamma/gamma_context.c
src/mesa/drivers/dri/i810/i810context.c
src/mesa/drivers/dri/i830/i830_context.c
src/mesa/drivers/dri/mach64/mach64_context.c
src/mesa/drivers/dri/mga/mga_xmesa.c
src/mesa/drivers/dri/r128/r128_context.c
src/mesa/drivers/dri/radeon/radeon_context.c
src/mesa/drivers/dri/sis/sis_context.c
src/mesa/drivers/dri/tdfx/tdfx_context.c
src/mesa/drivers/dri/unichrome/via_context.c

index 66f330758a8b31c2b71cc3f1fc2757edb720e353..107eca56f6a222f0c89b187a7b6b33b266d47fbf 100644 (file)
@@ -156,10 +156,12 @@ GLboolean gammaCreateContext( const __GLcontextModes *glVisual,
    _tnl_destroy_pipeline( ctx );
    _tnl_install_pipeline( ctx, gamma_pipeline );
 
-   /* Configure swrast to match hardware characteristics:
+   /* Configure swrast & TNL to match hardware characteristics:
     */
    _swrast_allow_pixel_fog( ctx, GL_FALSE );
    _swrast_allow_vertex_fog( ctx, GL_TRUE );
+   _tnl_allow_pixel_fog( ctx, GL_FALSE );
+   _tnl_allow_vertex_fog( ctx, GL_TRUE );
 
    gammaInitVB( ctx );
    gammaDDInitExtensions( ctx );
index 8de1572a9b430c7a0166b3494aa53b1aa785c941..780f0492e092f997e7fc75201956d2d8187ab3eb 100644 (file)
@@ -265,10 +265,12 @@ i810CreateContext( const __GLcontextModes *mesaVis,
    _tnl_destroy_pipeline( ctx );
    _tnl_install_pipeline( ctx, i810_pipeline );
 
-   /* Configure swrast to match hardware characteristics:
+   /* Configure swrast and T&L to match hardware characteristics:
     */
    _swrast_allow_pixel_fog( ctx, GL_FALSE );
    _swrast_allow_vertex_fog( ctx, GL_TRUE );
+   _tnl_allow_pixel_fog( ctx, GL_FALSE );
+   _tnl_allow_vertex_fog( ctx, GL_TRUE );
 
    /* Dri stuff
     */
index 0d6b2b7464403e41153d89b44f17ba4096e14dd6..a692203ce28076e5ee26e7f69862f8145f7573f5 100644 (file)
@@ -318,9 +318,11 @@ GLboolean i830CreateContext( const __GLcontextModes *mesaVis,
    _tnl_destroy_pipeline( ctx );
    _tnl_install_pipeline( ctx, i830_pipeline );
 
-   /* Configure swrast to match hardware characteristics: */
+   /* Configure swrast and T&L to match hardware characteristics: */
    _swrast_allow_pixel_fog( ctx, GL_FALSE );
    _swrast_allow_vertex_fog( ctx, GL_TRUE );
+   _tnl_allow_pixel_fog( ctx, GL_FALSE );
+   _tnl_allow_vertex_fog( ctx, GL_TRUE );
 
    /* Dri stuff */
    imesa->hHWContext = driContextPriv->hHWContext;
index 2e30bb9cf31a4c336cd35170de8f55ced3a885a0..c0ffb21bc2846368a2f9e3272fd62e441af24869 100644 (file)
@@ -208,10 +208,12 @@ GLboolean mach64CreateContext( const __GLcontextModes *glVisual,
 /*     _tnl_destroy_pipeline( ctx ); */
 /*     _tnl_install_pipeline( ctx, mach64_pipeline ); */
 
-   /* Configure swrast to match hardware characteristics:
+   /* Configure swrast and T&L to match hardware characteristics:
     */
    _swrast_allow_pixel_fog( ctx, GL_FALSE );
    _swrast_allow_vertex_fog( ctx, GL_TRUE );
+   _tnl_allow_pixel_fog( ctx, GL_FALSE );
+   _tnl_allow_vertex_fog( ctx, GL_TRUE );
 
    driInitExtensions( ctx, card_extensions, GL_TRUE );
 
index 5e7d8cbbb1a8f8f4de3af1c48fc8548364fff8cc..fa981198fec06686473acbbdf3ce873520de38ea 100644 (file)
@@ -635,10 +635,12 @@ mgaCreateContext( const __GLcontextModes *mesaVis,
    _tnl_destroy_pipeline( ctx );
    _tnl_install_pipeline( ctx, mga_pipeline );
 
-   /* Configure swrast to match hardware characteristics:
+   /* Configure swrast and T&L to match hardware characteristics:
     */
    _swrast_allow_pixel_fog( ctx, GL_FALSE );
    _swrast_allow_vertex_fog( ctx, GL_TRUE );
+   _tnl_allow_pixel_fog( ctx, GL_FALSE );
+   _tnl_allow_vertex_fog( ctx, GL_TRUE );
 
    mmesa->primary_offset = mmesa->mgaScreen->primary.handle;
 
index ea1c27677048dbd14bae8ba29e91e6f4b250fb2c..e5be8000c296ff76594de9993dbfd028fac7a233 100644 (file)
@@ -230,10 +230,12 @@ GLboolean r128CreateContext( const __GLcontextModes *glVisual,
 /*     _tnl_destroy_pipeline( ctx ); */
 /*     _tnl_install_pipeline( ctx, r128_pipeline ); */
 
-   /* Configure swrast to match hardware characteristics:
+   /* Configure swrast and T&L to match hardware characteristics:
     */
    _swrast_allow_pixel_fog( ctx, GL_FALSE );
    _swrast_allow_vertex_fog( ctx, GL_TRUE );
+   _tnl_allow_pixel_fog( ctx, GL_FALSE );
+   _tnl_allow_vertex_fog( ctx, GL_TRUE );
 
    driInitExtensions( ctx, card_extensions, GL_TRUE );
    if (sPriv->drmMinor >= 4)
index de197aa4dbbd779500df87a7c3e3eb88e93a35cb..c68bab5f3420abd3a25b128fee7c35811fbaefb5 100644 (file)
@@ -380,10 +380,12 @@ radeonCreateContext( const __GLcontextModes *glVisual,
    _tnl_isolate_materials( ctx, GL_TRUE );
 
 
-   /* Configure swrast to match hardware characteristics:
+   /* Configure swrast and T&L to match hardware characteristics:
     */
    _swrast_allow_pixel_fog( ctx, GL_FALSE );
    _swrast_allow_vertex_fog( ctx, GL_TRUE );
+   _tnl_allow_pixel_fog( ctx, GL_FALSE );
+   _tnl_allow_vertex_fog( ctx, GL_TRUE );
 
 
    _math_matrix_ctr( &rmesa->TexGenMatrix[0] );
index 8a20f7ec0eebf00d6fc022e021e0cf3a75998df0..e580a405f04eee36203df3fc13273372f6d83b3e 100644 (file)
@@ -225,6 +225,8 @@ sisCreateContext( const __GLcontextModes *glVisual,
 
    _swrast_allow_pixel_fog( ctx, GL_TRUE );
    _swrast_allow_vertex_fog( ctx, GL_FALSE );
+   _tnl_allow_pixel_fog( ctx, GL_TRUE );
+   _tnl_allow_vertex_fog( ctx, GL_FALSE );
 
    /* XXX these should really go right after _mesa_init_driver_functions() */
    sisDDInitStateFuncs( ctx );
index 973aa6cff21d2d33a09d61d48504ee15a65b2c21..0cb5aa983f04ada759f28641e24e7c7e01fcfd3e 100644 (file)
@@ -252,10 +252,12 @@ GLboolean tdfxCreateContext( const __GLcontextModes *mesaVis,
    _tnl_destroy_pipeline( ctx );
    _tnl_install_pipeline( ctx, tdfx_pipeline );
 
-   /* Configure swrast to match hardware characteristics:
+   /* Configure swrast and T&L to match hardware characteristics:
     */
    _swrast_allow_pixel_fog( ctx, GL_TRUE );
    _swrast_allow_vertex_fog( ctx, GL_FALSE );
+   _tnl_allow_pixel_fog( ctx, GL_TRUE );
+   _tnl_allow_vertex_fog( ctx, GL_FALSE );
 
    tdfxDDInitExtensions( ctx );
    /* XXX these should really go right after _mesa_init_driver_functions() */
index 9dd3230e049dcce92e72b055c33edd96ac78576d..e03f7fed92939dff7741946cccfeeb32e042ba17 100644 (file)
@@ -446,10 +446,12 @@ viaCreateContext(const __GLcontextModes *mesaVis,
     _tnl_destroy_pipeline(ctx);
     _tnl_install_pipeline(ctx, via_pipeline);
 
-    /* Configure swrast to match hardware characteristics:
+    /* Configure swrast and T&L to match hardware characteristics:
      */
     _swrast_allow_pixel_fog(ctx, GL_FALSE);
     _swrast_allow_vertex_fog(ctx, GL_TRUE);
+    _tnl_allow_pixel_fog(ctx, GL_FALSE);
+    _tnl_allow_vertex_fog(ctx, GL_TRUE);
 
 #ifndef _SOLO
     vmesa->display = dpy;