summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-10-09 17:08:17 -0700
committerEric Anholt <eric@anholt.net>2012-10-15 11:53:24 -0700
commit09c006da9f5913e41c161866daadbc3a4ef4e469 (patch)
tree7dbbaa60e9d2c7ccf7a8e8d9ccd9d318a8fdbf44 /src/mesa/tnl
parent37fc983d03e3abe253acb1e03dbb39c761ecdecc (diff)
downloadexternal_mesa3d-09c006da9f5913e41c161866daadbc3a4ef4e469.zip
external_mesa3d-09c006da9f5913e41c161866daadbc3a4ef4e469.tar.gz
external_mesa3d-09c006da9f5913e41c161866daadbc3a4ef4e469.tar.bz2
mesa: Fix comments for NV_vp code that's now only used by other extensions.
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r--src/mesa/tnl/t_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h
index 8f18dde..62dde4f 100644
--- a/src/mesa/tnl/t_context.h
+++ b/src/mesa/tnl/t_context.h
@@ -221,7 +221,7 @@ struct vertex_buffer
GLuint PrimitiveCount;
/* Inputs to the vertex program stage */
- GLvector4f *AttribPtr[_TNL_ATTRIB_MAX]; /* GL_NV_vertex_program */
+ GLvector4f *AttribPtr[_TNL_ATTRIB_MAX];
};