Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / main / context.c
index c6ff8c13c68a2d7f1d931f1500e5cc5f90551898..61c0861cbd42e105102ba50a54c732fc0e1ee42a 100644 (file)
@@ -1063,6 +1063,7 @@ init_attrib_groups(GLcontext *ctx)
    /* Miscellaneous */
    ctx->NewState = _NEW_ALL;
    ctx->ErrorValue = (GLenum) GL_NO_ERROR;
+   ctx->varying_vp_inputs = ~0;
 
    return GL_TRUE;
 }