Merge commit 'origin/gallium-0.1' into gallium-0.2
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 15 Oct 2008 16:20:30 +0000 (17:20 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 15 Oct 2008 16:20:30 +0000 (17:20 +0100)
Conflicts:

src/mesa/main/context.c

1  2 
progs/trivial/Makefile
src/mesa/main/context.c
src/mesa/main/ffvertex_prog.c
src/mesa/main/mtypes.h
src/mesa/main/state.c
src/mesa/main/texenvprogram.c

Simple merge
@@@ -1063,6 -1063,8 +1063,7 @@@ init_attrib_groups(GLcontext *ctx
     /* Miscellaneous */
     ctx->NewState = _NEW_ALL;
     ctx->ErrorValue = (GLenum) GL_NO_ERROR;
 -   ctx->_Facing = 0;
+    ctx->varying_vp_inputs = ~0;
  
     return GL_TRUE;
  }
Simple merge
Simple merge
Simple merge
Simple merge