summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapitable.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-05-29 15:16:01 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-05-29 15:16:01 +0000
commit60f1a3c288dd663ff420fada558763d7524e499b (patch)
tree01207f3046504b1fcf7e4e2ab020f14fdd59b3a2 /src/mesa/glapi/glapitable.h
parent1d155c1dd878d59f7cfdb6c4dfd5fc2ac2853573 (diff)
Added GL_NV_point_sprite functions: glPointParameteri[v]NV().
Removed dead ARB_window_pos functions (we alias the MESA_window_pos funcs).
Diffstat (limited to 'src/mesa/glapi/glapitable.h')
-rw-r--r--src/mesa/glapi/glapitable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/glapi/glapitable.h b/src/mesa/glapi/glapitable.h
index aa3b449c33..2f98e9b1a1 100644
--- a/src/mesa/glapi/glapitable.h
+++ b/src/mesa/glapi/glapitable.h
@@ -648,6 +648,8 @@ struct _glapi_table
void (*VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 639 */
void (*VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort * v); /* 640 */
void (*VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte * v); /* 641 */
+ void (*PointParameteriNV)(GLenum pname, GLint params); /* 642 */
+ void (*PointParameterivNV)(GLenum pname, const GLint * params); /* 643 */
};
#endif