summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/vtxfmt.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-10-09 16:38:56 -0700
committerEric Anholt <eric@anholt.net>2012-10-15 11:53:24 -0700
commit37fc983d03e3abe253acb1e03dbb39c761ecdecc (patch)
tree81eeb12e8fb1341ce7577d1b2edb747ea6e55b38 /src/mesa/main/vtxfmt.c
parent8b2fe73897b1d50fd99de3f66bf78fe3fc44bfee (diff)
downloadexternal_mesa3d-37fc983d03e3abe253acb1e03dbb39c761ecdecc.zip
external_mesa3d-37fc983d03e3abe253acb1e03dbb39c761ecdecc.tar.gz
external_mesa3d-37fc983d03e3abe253acb1e03dbb39c761ecdecc.tar.bz2
mesa: Add notes about remaining NV_vertex_program code.
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/main/vtxfmt.c')
-rw-r--r--src/mesa/main/vtxfmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c
index aa6cf28..462cc88 100644
--- a/src/mesa/main/vtxfmt.c
+++ b/src/mesa/main/vtxfmt.c
@@ -135,7 +135,7 @@ install_vtxfmt(struct gl_context *ctx, struct _glapi_table *tab,
vfmt->DrawTransformFeedbackStreamInstanced);
}
- /* GL_NV_vertex_program */
+ /* Originally for GL_NV_vertex_program, this is also used by dlist.c */
if (ctx->API == API_OPENGL) {
SET_VertexAttrib1fNV(tab, vfmt->VertexAttrib1fNV);
SET_VertexAttrib1fvNV(tab, vfmt->VertexAttrib1fvNV);