From: Brian Date: Tue, 24 Apr 2007 04:04:03 +0000 (-0600) Subject: disable some errant code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3db3dc58bcc361637d7473ee4b7c4e3b036c283c;p=mesa.git disable some errant code --- diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index 522a66fad83..c55de89085d 100644 --- a/src/mesa/swrast/s_context.c +++ b/src/mesa/swrast/s_context.c @@ -520,10 +520,12 @@ _swrast_update_fragment_attribs(GLcontext *ctx) GLuint u; attribsMask = 0x0; +#if 0 /* not yet */ if (ctx->Depth.Test) attribsMask |= FRAG_BIT_WPOS; if (NEED_SECONDARY_COLOR(ctx)) attribsMask |= FRAG_BIT_COL1; +#endif if (swrast->_FogEnabled) attribsMask |= FRAG_BIT_FOGC;