projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e71a33b
)
remove unused VaryingPtr
author
Brian
<brian@nostromo.localnet.net>
Mon, 26 Feb 2007 00:33:46 +0000
(17:33 -0700)
committer
Brian
<brian@nostromo.localnet.net>
Mon, 26 Feb 2007 00:33:46 +0000
(17:33 -0700)
src/mesa/tnl/t_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_context.h
b/src/mesa/tnl/t_context.h
index 733b3a5fe1a3dde618da5edb8c2587748e8b1181..31b89aca41f2bc344e0f23c4fbbd2a7179cf727c 100644
(file)
--- 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;