mesa: Add notes about remaining NV_vertex_program code.
[mesa.git] / src / mesa / main / nvprogram.c
index 6ad846e377e6e00baed90936faa449a6b2e286cf..4b24dde39c6a4a6dba91a3501f565a21c55d8972 100644 (file)
@@ -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.
  */