projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c27adc5
)
disable some errant code
author
Brian
<brian@nostromo.localnet.net>
Tue, 24 Apr 2007 04:04:03 +0000
(22:04 -0600)
committer
Brian
<brian@nostromo.localnet.net>
Tue, 24 Apr 2007 04:04:03 +0000
(22:04 -0600)
src/mesa/swrast/s_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_context.c
b/src/mesa/swrast/s_context.c
index 522a66fad83605419fa9ba5a5f7bd08ce62496a7..c55de89085ddc7342235daf3f5bd7efa998a914b 100644
(file)
--- 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;