summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dd.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-10-09 17:08:17 -0700
committerEric Anholt <[email protected]>2012-10-15 11:53:24 -0700
commit09c006da9f5913e41c161866daadbc3a4ef4e469 (patch)
tree7dbbaa60e9d2c7ccf7a8e8d9ccd9d318a8fdbf44 /src/mesa/main/dd.h
parent37fc983d03e3abe253acb1e03dbb39c761ecdecc (diff)
mesa: Fix comments for NV_vp code that's now only used by other extensions.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r--src/mesa/main/dd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index 0000a397a3b..70c53240e73 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -903,7 +903,7 @@ typedef struct {
void (GLAPIENTRYP Begin)( GLenum );
void (GLAPIENTRYP End)( void );
void (GLAPIENTRYP PrimitiveRestartNV)( void );
- /* GL_NV_vertex_program */
+ /* Originally for GL_NV_vertex_program, now used only dlist.c and friends */
void (GLAPIENTRYP VertexAttrib1fNV)( GLuint index, GLfloat x );
void (GLAPIENTRYP VertexAttrib1fvNV)( GLuint index, const GLfloat *v );
void (GLAPIENTRYP VertexAttrib2fNV)( GLuint index, GLfloat x, GLfloat y );