diff options
author | Brian <[email protected]> | 2007-04-23 22:04:03 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-04-23 22:04:03 -0600 |
commit | 3db3dc58bcc361637d7473ee4b7c4e3b036c283c (patch) | |
tree | 2c7bd816f1f00e2be57f1247391466f99f274a12 /src/mesa/swrast | |
parent | c27adc52ce48d371b94170581be173b77c16e6e6 (diff) |
disable some errant code
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_context.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |