r5xx: Massive MAD cleanup.
[mesa.git] / src / mesa / vbo / vbo_attrib_tmp.h
index 72a8b04aca14171a1913a2ce92f71b986617d707..ff11c7d59a775b589a85127a396b417e9607a32c 100644 (file)
@@ -357,9 +357,10 @@ static void GLAPIENTRY TAG(VertexAttrib4fvARB)( GLuint index,
 }
 
 
-/* Although we don't export NV_vertex_program, these entrypoints are
+/* In addition to supporting NV_vertex_program, these entrypoints are
  * used by the display list and other code specifically because of
- * their property of aliasing with other attributes.
+ * their property of aliasing with other attributes.  (See
+ * vbo_save_loopback.c)
  */
 static void GLAPIENTRY TAG(VertexAttrib1fNV)( GLuint index, GLfloat x )
 {