From: Alan Hourihane Date: Tue, 11 Jan 2005 16:44:18 +0000 (+0000) Subject: uncomment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e039bf40af71b574bf409b9e145f98a4ce3fe70;p=mesa.git uncomment --- diff --git a/src/mesa/drivers/dri/unichrome/via_state.c b/src/mesa/drivers/dri/unichrome/via_state.c index a40aba43694..5fcc60d2749 100644 --- a/src/mesa/drivers/dri/unichrome/via_state.c +++ b/src/mesa/drivers/dri/unichrome/via_state.c @@ -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;