X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmesa%2Fglapi%2FAPIspec;h=eba696346c5fa0a1392a481e01e6cce3ef8c7d97;hb=b17a722ca3989e8563ee04cb2939f4835f8a171e;hp=0d4a29e3e28e92f0b97cdc19d5e96565536f1e0a;hpb=b0b9b798ac0620aeba15143f84c1d1ef2ddd44db;p=mesa.git diff --git a/src/mesa/glapi/APIspec b/src/mesa/glapi/APIspec index 0d4a29e3e28..eba696346c5 100644 --- a/src/mesa/glapi/APIspec +++ b/src/mesa/glapi/APIspec @@ -1,4 +1,4 @@ -# $Id: APIspec,v 1.16 2003/04/21 14:53:40 brianp Exp $ +# $Id: APIspec,v 1.18 2003/06/13 02:37:28 brianp Exp $ # This file describes all the OpenGL functions. # We use a number of Python scripts to parse this file and @@ -8321,7 +8321,7 @@ category GL_ARB_vertex_buffer_object offset 696 name MapBufferARB -return void +return void * param target GLenum param access GLenum category GL_ARB_vertex_buffer_object @@ -8346,6 +8346,67 @@ offset 699 +# GL_ARB_occlusion_query + +name GenQueriesARB +return void +param n GLsizei +param ids GLuint * +category GL_ARB_occlusion_query +offset 700 + +name DeleteQueriesARB +return void +param n GLsizei +param ids const GLuint * +category GL_ARB_occlusion_query +offset 701 + +name IsQueryARB +return GLboolean +param id GLuint +category GL_ARB_occlusion_query +offset 702 + +name BeginQueryARB +return void +param target GLenum +param id GLuint +category GL_ARB_occlusion_query +offset 703 + +name EndQueryARB +return void +param target GLenum +category GL_ARB_occlusion_query +offset 704 + +name GetQueryivARB +return void +param target GLenum +param pname GLenum +param params GLint * +category GL_ARB_occlusion_query +offset 705 + +name GetQueryObjectivARB +return void +param id GLuint +param pname GLenum +param params GLint * +category GL_ARB_occlusion_query +offset 706 + +name GetQueryObjectuivARB +return void +param id GLuint +param pname GLenum +param params GLuint * +category GL_ARB_occlusion_query +offset 707 + + + # end of file sentinal name dummy