diff options
author | Brian Paul <[email protected]> | 2002-09-06 03:19:32 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-09-06 03:19:32 +0000 |
commit | fdaa72bc434394755353d2b649950871001e9cbf (patch) | |
tree | d960edc371a046a59f633d8fc1d6665620aeb969 /src/mesa/glapi/APIspec | |
parent | 5f60a0b50ada1865d4fc6a724366e8ea0cc9a72f (diff) |
added GL_EXT_stencil_two_side and GL_NV_fence
Diffstat (limited to 'src/mesa/glapi/APIspec')
-rw-r--r-- | src/mesa/glapi/APIspec | 53 |
1 files changed, 32 insertions, 21 deletions
diff --git a/src/mesa/glapi/APIspec b/src/mesa/glapi/APIspec index 858520621cc..f5b113d0a74 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 |