diff options
author | Eric Anholt <[email protected]> | 2012-10-09 16:38:56 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-10-15 11:53:24 -0700 |
commit | 37fc983d03e3abe253acb1e03dbb39c761ecdecc (patch) | |
tree | 81eeb12e8fb1341ce7577d1b2edb747ea6e55b38 /src/mesa/main/nvprogram.c | |
parent | 8b2fe73897b1d50fd99de3f66bf78fe3fc44bfee (diff) |
mesa: Add notes about remaining NV_vertex_program code.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/nvprogram.c')
-rw-r--r-- | src/mesa/main/nvprogram.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/nvprogram.c b/src/mesa/main/nvprogram.c index 6ad846e377e..4b24dde39c6 100644 --- a/src/mesa/main/nvprogram.c +++ b/src/mesa/main/nvprogram.c @@ -205,6 +205,10 @@ _mesa_GetProgramStringNV(GLuint id, GLenum pname, GLubyte *program) /** * Get a vertex array attribute pointer. + * + * While the function first appeared in GL_NV_vertex_program, it's + * aliased for use by GL_ARB_vertex_program. + * * \note Not compiled into display lists. * \note Called from the GL API dispatcher. */ |