summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/APIspec
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/glapi/APIspec')
-rw-r--r--src/mesa/glapi/APIspec53
1 files changed, 32 insertions, 21 deletions
diff --git a/src/mesa/glapi/APIspec b/src/mesa/glapi/APIspec
index 858520621c..f5b113d0a7 100644
--- a/src/mesa/glapi/APIspec
+++ b/src/mesa/glapi/APIspec
@@ -1,4 +1,4 @@
-# $Id: APIspec,v 1.9 2002/09/06 02:46:44 brianp Exp $
+# $Id: APIspec,v 1.10 2002/09/06 03:19:36 brianp Exp $
# This file describes all the OpenGL functions.
# We use a number of Python scripts to parse this file and
@@ -6562,52 +6562,53 @@ offset ?
# GL_NV_fence
-name GenFencesNV
+name DeleteFencesNV
return void
param n GLsizei
-param fences GLuint *
+param fences const GLuint *
category GL_NV_fence
-offset ?
+offset 647
-name DeleteFencesNV
+name GenFencesNV
return void
param n GLsizei
-param fences const GLuint *
+param fences GLuint *
category GL_NV_fence
-offset ?
+offset 648
-name SetFenceNV
-return void
+name IsFenceNV
+return GLboolean
param fence GLuint
-param condition GLenum
category GL_NV_fence
-offset ?
+offset 649
name TestFenceNV
return GLboolean
param fence GLuint
category GL_NV_fence
-offset ?
+offset 650
-name FinishFenceNV
+name GetFenceivNV
return void
param fence GLuint
+param pname GLenum
+param params GLint *
category GL_NV_fence
-offset ?
+offset 651
-name IsFenceNV
-return GLboolean
+name FinishFenceNV
+return void
param fence GLuint
category GL_NV_fence
-offset ?
+offset 652
-name GetFenceivNV
+name SetFenceNV
return void
param fence GLuint
-param pname GLenum
-param params GLint *
+param condition GLenum
category GL_NV_fence
-offset ?
+offset 653
+
# GL_NV_evaluators
@@ -7622,6 +7623,16 @@ category 1.4
alias WindowPos3svMESA
+# GL_EXT_stencil_two_side
+
+name ActiveStencilFaceEXT
+return void
+param face GLenum
+category EXT_stencil_two_side
+offset 646
+
+
+
# end of file sentinal