summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-05-29 15:14:13 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-05-29 15:14:13 +0000
commit1d155c1dd878d59f7cfdb6c4dfd5fc2ac2853573 (patch)
tree1263cd35567bb7d47d13116c85f5593484341966
parent4290dbac4d8a2789e7b6496ca0239096d82bd90b (diff)
added GL_NV_point_sprite entrypoints
-rw-r--r--src/mesa/glapi/APIspec21
1 files changed, 20 insertions, 1 deletions
diff --git a/src/mesa/glapi/APIspec b/src/mesa/glapi/APIspec
index 21a6ad0eae..9155b65202 100644
--- a/src/mesa/glapi/APIspec
+++ b/src/mesa/glapi/APIspec
@@ -1,4 +1,4 @@
-# $Id: APIspec,v 1.6 2002/05/27 16:58:24 brianp Exp $
+# $Id: APIspec,v 1.7 2002/05/29 15:14:13 brianp Exp $
# This file describes all the OpenGL functions.
# We use a number of Python scripts to parse this file and
@@ -7342,5 +7342,24 @@ category GL_NV_vertex_program
offset 641
+# GL_NV_point_sprite
+
+name PointParameteriNV
+return void
+param pname GLenum
+param params GLint
+category GL_NV_point_sprite
+offset 642
+
+name PointParameterivNV
+return void
+param pname GLenum
+param params const GLint *
+category GL_NV_point_sprite
+offset 643
+
+
+# end of file sentinal
+
name dummy
offset ?