diff options
author | Brian <brian@yutani.localnet.net> | 2007-02-26 13:11:20 -0700 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-02-26 13:11:20 -0700 |
commit | 25ea5ea27e7fa4bd7151723d7549a0c33ac1ceda (patch) | |
tree | 845f42be66305613b31728728109939c7b51bba7 /src/mesa/tnl/t_context.h | |
parent | 32fbbf38b4358acd46569fd3c2b21fbc21e417a8 (diff) | |
parent | 3c1c999226859216b8af35c4806413b4488f21b4 (diff) |
Merge branch 'glsl-compiler-1' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into glsl-compiler-1
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r-- | src/mesa/tnl/t_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index 733b3a5fe1..31b89aca41 100644 --- a/src/mesa/tnl/t_context.h +++ b/src/mesa/tnl/t_context.h @@ -217,7 +217,6 @@ struct vertex_buffer GLvector4f *ColorPtr[2]; /* _TNL_BIT_COLOR0 */ GLvector4f *SecondaryColorPtr[2]; /* _TNL_BIT_COLOR1 */ GLvector4f *FogCoordPtr; /* _TNL_BIT_FOG */ - GLvector4f *VaryingPtr[MAX_VARYING]; const struct _mesa_prim *Primitive; GLuint PrimitiveCount; |