uncomment
authorAlan Hourihane <alanh@tungstengraphics.com>
Tue, 11 Jan 2005 16:44:18 +0000 (16:44 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Tue, 11 Jan 2005 16:44:18 +0000 (16:44 +0000)
src/mesa/drivers/dri/unichrome/via_state.c

index a40aba4..5fcc60d 100644 (file)
@@ -1617,14 +1617,12 @@ void viaValidateState( GLcontext *ctx )
      * are incorrectly writen to the z buffer.  This is a pretty big
      * slowdown, it would be good to find out this wasn't necessary:
      */
-#if 0
     if (vmesa->viaScreen->deviceID == VIA_CLE266) {
        GLboolean fallback = (ctx->Color.AlphaEnabled && 
                             ctx->Color.AlphaFunc != GL_ALWAYS &&
                             ctx->Depth.Mask);
        FALLBACK( vmesa, VIA_FALLBACK_ALPHATEST, fallback );
     }
-#endif
 
     vmesa->newEmitState |= vmesa->newState;
     vmesa->newState = 0;