From 28073d6d47b02ceec084545a3b65296708b14da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Tue, 9 Aug 2022 01:12:37 +0200 Subject: [PATCH 01/70] Rename group attribute for non GLenum parameters not corresponding to any enum group. --- xml/gl.xml | 3093 ++++++++++++++++++++++++++-------------------------- 1 file changed, 1547 insertions(+), 1546 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 5d238966..7c02c411 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -7029,7 +7029,7 @@ typedef unsigned int GLhandleARB; void glAccum GLenum op - GLfloat value + GLfloat value @@ -7127,7 +7127,7 @@ typedef unsigned int GLhandleARB; void glAlphaFuncxOES GLenum func - GLfixed ref + GLfixed ref void glAlphaToCoverageDitherControlNV @@ -7156,14 +7156,14 @@ typedef unsigned int GLhandleARB; GLboolean glAreTexturesResident GLsizei n - const GLuint *textures + const GLuint *textures GLboolean *residences GLboolean glAreTexturesResidentEXT GLsizei n - const GLuint *textures + const GLuint *textures GLboolean *residences @@ -7233,8 +7233,8 @@ typedef unsigned int GLhandleARB; void glAttachObjectARB - GLhandleARB containerObj - GLhandleARB obj + GLhandleARB containerObj + GLhandleARB obj @@ -7331,7 +7331,7 @@ typedef unsigned int GLhandleARB; void glBindAttribLocationARB - GLhandleARB programObj + GLhandleARB programObj GLuint index const GLcharARB *name @@ -7373,14 +7373,14 @@ typedef unsigned int GLhandleARB; GLenum target GLuint index GLuint buffer - GLintptr offset + GLintptr offset void glBindBufferOffsetNV GLenum target GLuint index GLuint buffer - GLintptr offset + GLintptr offset @@ -7388,8 +7388,8 @@ typedef unsigned int GLhandleARB; GLenum target GLuint index GLuint buffer - GLintptr offset - GLsizeiptr size + GLintptr offset + GLsizeiptr size @@ -7397,8 +7397,8 @@ typedef unsigned int GLhandleARB; GLenum target GLuint index GLuint buffer - GLintptr offset - GLsizeiptr size + GLintptr offset + GLsizeiptr size @@ -7406,8 +7406,8 @@ typedef unsigned int GLhandleARB; GLenum target GLuint index GLuint buffer - GLintptr offset - GLsizeiptr size + GLintptr offset + GLsizeiptr size @@ -7515,7 +7515,7 @@ typedef unsigned int GLhandleARB; void glBindMultiTextureEXT GLenum texunit GLenum target - GLuint texture + GLuint texture GLuint glBindParameterEXT @@ -7583,13 +7583,13 @@ typedef unsigned int GLhandleARB; void glBindTexture GLenum target - GLuint texture + GLuint texture void glBindTextureEXT GLenum target - GLuint texture + GLuint texture @@ -7637,7 +7637,7 @@ typedef unsigned int GLhandleARB; void glBindVertexBuffer GLuint bindingindex GLuint buffer - GLintptr offset + GLintptr offset GLsizei stride @@ -7657,7 +7657,7 @@ typedef unsigned int GLhandleARB; GLuint video_capture_slot GLuint stream GLenum frame_region - GLintptrARB offset + GLintptrARB offset void glBindVideoCaptureStreamTextureNV @@ -7680,25 +7680,25 @@ typedef unsigned int GLhandleARB; void glBinormal3dEXT - GLdouble bx - GLdouble by - GLdouble bz + GLdouble bx + GLdouble by + GLdouble bz void glBinormal3dvEXT - const GLdouble *v + const GLdouble *v void glBinormal3fEXT - GLfloat bx - GLfloat by - GLfloat bz + GLfloat bx + GLfloat by + GLfloat bz void glBinormal3fvEXT - const GLfloat *v + const GLfloat *v void glBinormal3iEXT @@ -7732,10 +7732,10 @@ typedef unsigned int GLhandleARB; void glBitmap GLsizei width GLsizei height - GLfloat xorig - GLfloat yorig - GLfloat xmove - GLfloat ymove + GLfloat xorig + GLfloat yorig + GLfloat xmove + GLfloat ymove const GLubyte *bitmap @@ -7763,27 +7763,27 @@ typedef unsigned int GLhandleARB; void glBlendColor - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha void glBlendColorEXT - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha void glBlendColorxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glBlendEquation @@ -8079,7 +8079,7 @@ typedef unsigned int GLhandleARB; GLenum pname GLuint index GLuint64EXT address - GLsizeiptr length + GLsizeiptr length void glBufferAttachMemoryNV @@ -8090,14 +8090,14 @@ typedef unsigned int GLhandleARB; void glBufferData GLenum target - GLsizeiptr size + GLsizeiptr size const void *data GLenum usage void glBufferDataARB GLenum target - GLsizeiptrARB size + GLsizeiptrARB size const void *data GLenum usage @@ -8150,22 +8150,22 @@ typedef unsigned int GLhandleARB; void glBufferStorageMemEXT GLenum target - GLsizeiptr size + GLsizeiptr size GLuint memory GLuint64 offset void glBufferSubData GLenum target - GLintptr offset - GLsizeiptr size + GLintptr offset + GLsizeiptr size const void *data void glBufferSubDataARB GLenum target - GLintptrARB offset - GLsizeiptrARB size + GLintptrARB offset + GLsizeiptrARB size const void *data @@ -8175,7 +8175,7 @@ typedef unsigned int GLhandleARB; void glCallList - GLuint list + GLuint list @@ -8207,7 +8207,7 @@ typedef unsigned int GLhandleARB; GLenum glCheckNamedFramebufferStatusEXT - GLuint framebuffer + GLuint framebuffer GLenum target @@ -8238,10 +8238,10 @@ typedef unsigned int GLhandleARB; void glClearAccumxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glClearBufferData @@ -8255,8 +8255,8 @@ typedef unsigned int GLhandleARB; void glClearBufferSubData GLenum target GLenum internalformat - GLintptr offset - GLsizeiptr size + GLintptr offset + GLsizeiptr size GLenum format GLenum type const void *data @@ -8264,7 +8264,7 @@ typedef unsigned int GLhandleARB; void glClearBufferfi GLenum buffer - GLint drawbuffer + GLint drawbuffer GLfloat depth GLint stencil @@ -8272,30 +8272,30 @@ typedef unsigned int GLhandleARB; void glClearBufferfv GLenum buffer - GLint drawbuffer + GLint drawbuffer const GLfloat *value void glClearBufferiv GLenum buffer - GLint drawbuffer + GLint drawbuffer const GLint *value void glClearBufferuiv GLenum buffer - GLint drawbuffer + GLint drawbuffer const GLuint *value void glClearColor - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha @@ -8323,10 +8323,10 @@ typedef unsigned int GLhandleARB; void glClearColorxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glClearDepth @@ -8344,7 +8344,7 @@ typedef unsigned int GLhandleARB; void glClearDepthfOES - GLclampf depth + GLclampf depth @@ -8354,11 +8354,11 @@ typedef unsigned int GLhandleARB; void glClearDepthxOES - GLfixed depth + GLfixed depth void glClearIndex - GLfloat c + GLfloat c @@ -8382,7 +8382,7 @@ typedef unsigned int GLhandleARB; GLuint buffer GLenum internalformat GLintptr offset - GLsizeiptr size + GLsizeiptr size GLenum format GLenum type const void *data @@ -8391,8 +8391,8 @@ typedef unsigned int GLhandleARB; void glClearNamedBufferSubDataEXT GLuint buffer GLenum internalformat - GLsizeiptr offset - GLsizeiptr size + GLsizeiptr offset + GLsizeiptr size GLenum format GLenum type const void *data @@ -8434,7 +8434,7 @@ typedef unsigned int GLhandleARB; void glClearStencil - GLint s + GLint s @@ -8508,13 +8508,13 @@ typedef unsigned int GLhandleARB; GLenum glClientWaitSync - GLsync sync + GLsync sync GLbitfield flags GLuint64 timeout GLenum glClientWaitSyncAPPLE - GLsync sync + GLsync sync GLbitfield flags GLuint64 timeout @@ -8569,33 +8569,33 @@ typedef unsigned int GLhandleARB; void glColor3b - GLbyte red - GLbyte green - GLbyte blue + GLbyte red + GLbyte green + GLbyte blue void glColor3bv - const GLbyte *v + const GLbyte *v void glColor3d - GLdouble red - GLdouble green - GLdouble blue + GLdouble red + GLdouble green + GLdouble blue void glColor3dv - const GLdouble *v + const GLdouble *v void glColor3f - GLfloat red - GLfloat green - GLfloat blue + GLfloat red + GLfloat green + GLfloat blue @@ -8614,79 +8614,79 @@ typedef unsigned int GLhandleARB; void glColor3fv - const GLfloat *v + const GLfloat *v void glColor3hNV - GLhalfNV red - GLhalfNV green - GLhalfNV blue + GLhalfNV red + GLhalfNV green + GLhalfNV blue void glColor3hvNV - const GLhalfNV *v + const GLhalfNV *v void glColor3i - GLint red - GLint green - GLint blue + GLint red + GLint green + GLint blue void glColor3iv - const GLint *v + const GLint *v void glColor3s - GLshort red - GLshort green - GLshort blue + GLshort red + GLshort green + GLshort blue void glColor3sv - const GLshort *v + const GLshort *v void glColor3ub - GLubyte red - GLubyte green - GLubyte blue + GLubyte red + GLubyte green + GLubyte blue void glColor3ubv - const GLubyte *v + const GLubyte *v void glColor3ui - GLuint red - GLuint green - GLuint blue + GLuint red + GLuint green + GLuint blue void glColor3uiv - const GLuint *v + const GLuint *v void glColor3us - GLushort red - GLushort green - GLushort blue + GLushort red + GLushort green + GLushort blue void glColor3usv - const GLushort *v + const GLushort *v @@ -8701,36 +8701,36 @@ typedef unsigned int GLhandleARB; void glColor4b - GLbyte red - GLbyte green - GLbyte blue - GLbyte alpha + GLbyte red + GLbyte green + GLbyte blue + GLbyte alpha void glColor4bv - const GLbyte *v + const GLbyte *v void glColor4d - GLdouble red - GLdouble green - GLdouble blue - GLdouble alpha + GLdouble red + GLdouble green + GLdouble blue + GLdouble alpha void glColor4dv - const GLdouble *v + const GLdouble *v void glColor4f - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha @@ -8754,54 +8754,54 @@ typedef unsigned int GLhandleARB; void glColor4fv - const GLfloat *v + const GLfloat *v void glColor4hNV - GLhalfNV red - GLhalfNV green - GLhalfNV blue - GLhalfNV alpha + GLhalfNV red + GLhalfNV green + GLhalfNV blue + GLhalfNV alpha void glColor4hvNV - const GLhalfNV *v + const GLhalfNV *v void glColor4i - GLint red - GLint green - GLint blue - GLint alpha + GLint red + GLint green + GLint blue + GLint alpha void glColor4iv - const GLint *v + const GLint *v void glColor4s - GLshort red - GLshort green - GLshort blue - GLshort alpha + GLshort red + GLshort green + GLshort blue + GLshort alpha void glColor4sv - const GLshort *v + const GLshort *v void glColor4ub - GLubyte red - GLubyte green - GLubyte blue - GLubyte alpha + GLubyte red + GLubyte green + GLubyte blue + GLubyte alpha @@ -8835,33 +8835,33 @@ typedef unsigned int GLhandleARB; void glColor4ubv - const GLubyte *v + const GLubyte *v void glColor4ui - GLuint red - GLuint green - GLuint blue - GLuint alpha + GLuint red + GLuint green + GLuint blue + GLuint alpha void glColor4uiv - const GLuint *v + const GLuint *v void glColor4us - GLushort red - GLushort green - GLushort blue - GLushort alpha + GLushort red + GLushort green + GLushort blue + GLushort alpha void glColor4usv - const GLushort *v + const GLushort *v @@ -9072,14 +9072,14 @@ typedef unsigned int GLhandleARB; void glColorTableParameterfv GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glColorTableParameterfvSGI GLenum target GLenum pname - const GLfloat *params + const GLfloat *params @@ -9087,14 +9087,14 @@ typedef unsigned int GLhandleARB; void glColorTableParameteriv GLenum target GLenum pname - const GLint *params + const GLint *params void glColorTableParameterivSGI GLenum target GLenum pname - const GLint *params + const GLint *params @@ -9142,7 +9142,7 @@ typedef unsigned int GLhandleARB; void glCombinerParameterfvNV GLenum pname - const GLfloat *params + const GLfloat *params @@ -9154,14 +9154,14 @@ typedef unsigned int GLhandleARB; void glCombinerParameterivNV GLenum pname - const GLint *params + const GLint *params void glCombinerStageParameterfvNV GLenum stage GLenum pname - const GLfloat *params + const GLfloat *params void glCommandListSegmentsNV @@ -9178,7 +9178,7 @@ typedef unsigned int GLhandleARB; void glCompileShaderARB - GLhandleARB shaderObj + GLhandleARB shaderObj @@ -9192,10 +9192,10 @@ typedef unsigned int GLhandleARB; void glCompressedMultiTexImage1DEXT GLenum texunit GLenum target - GLint level + GLint level GLenum internalformat GLsizei width - GLint border + GLint border GLsizei imageSize const void *bits @@ -9203,11 +9203,11 @@ typedef unsigned int GLhandleARB; void glCompressedMultiTexImage2DEXT GLenum texunit GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height - GLint border + GLint border GLsizei imageSize const void *bits @@ -9215,12 +9215,12 @@ typedef unsigned int GLhandleARB; void glCompressedMultiTexImage3DEXT GLenum texunit GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLsizei imageSize const void *bits @@ -9228,8 +9228,8 @@ typedef unsigned int GLhandleARB; void glCompressedMultiTexSubImage1DEXT GLenum texunit GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLsizei imageSize @@ -9239,9 +9239,9 @@ typedef unsigned int GLhandleARB; void glCompressedMultiTexSubImage2DEXT GLenum texunit GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format @@ -9252,10 +9252,10 @@ typedef unsigned int GLhandleARB; void glCompressedMultiTexSubImage3DEXT GLenum texunit GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth @@ -9266,78 +9266,78 @@ typedef unsigned int GLhandleARB; void glCompressedTexImage1D GLenum target - GLint level + GLint level GLenum internalformat GLsizei width - GLint border + GLint border GLsizei imageSize - const void *data + const void *data void glCompressedTexImage1DARB GLenum target - GLint level + GLint level GLenum internalformat GLsizei width - GLint border + GLint border GLsizei imageSize - const void *data + const void *data void glCompressedTexImage2D GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height - GLint border + GLint border GLsizei imageSize - const void *data + const void *data void glCompressedTexImage2DARB GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height - GLint border + GLint border GLsizei imageSize - const void *data + const void *data void glCompressedTexImage3D GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLsizei imageSize - const void *data + const void *data void glCompressedTexImage3DARB GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLsizei imageSize - const void *data + const void *data @@ -9356,84 +9356,84 @@ typedef unsigned int GLhandleARB; void glCompressedTexSubImage1D GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLsizei imageSize - const void *data + const void *data void glCompressedTexSubImage1DARB GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLsizei imageSize - const void *data + const void *data void glCompressedTexSubImage2D GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format GLsizei imageSize - const void *data + const void *data void glCompressedTexSubImage2DARB GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format GLsizei imageSize - const void *data + const void *data void glCompressedTexSubImage3D GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth GLenum format GLsizei imageSize - const void *data + const void *data void glCompressedTexSubImage3DARB GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth GLenum format GLsizei imageSize - const void *data + const void *data @@ -9453,37 +9453,37 @@ typedef unsigned int GLhandleARB; void glCompressedTextureImage1DEXT - GLuint texture + GLuint texture GLenum target - GLint level + GLint level GLenum internalformat GLsizei width - GLint border + GLint border GLsizei imageSize const void *bits void glCompressedTextureImage2DEXT - GLuint texture + GLuint texture GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height - GLint border + GLint border GLsizei imageSize const void *bits void glCompressedTextureImage3DEXT - GLuint texture + GLuint texture GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLsizei imageSize const void *bits @@ -9499,10 +9499,10 @@ typedef unsigned int GLhandleARB; void glCompressedTextureSubImage1DEXT - GLuint texture + GLuint texture GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLsizei imageSize @@ -9522,11 +9522,11 @@ typedef unsigned int GLhandleARB; void glCompressedTextureSubImage2DEXT - GLuint texture + GLuint texture GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format @@ -9549,12 +9549,12 @@ typedef unsigned int GLhandleARB; void glCompressedTextureSubImage3DEXT - GLuint texture + GLuint texture GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth @@ -9622,14 +9622,14 @@ typedef unsigned int GLhandleARB; void glConvolutionParameterf GLenum target GLenum pname - GLfloat params + GLfloat params void glConvolutionParameterfEXT GLenum target GLenum pname - GLfloat params + GLfloat params @@ -9637,14 +9637,14 @@ typedef unsigned int GLhandleARB; void glConvolutionParameterfv GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glConvolutionParameterfvEXT GLenum target GLenum pname - const GLfloat *params + const GLfloat *params @@ -9652,14 +9652,14 @@ typedef unsigned int GLhandleARB; void glConvolutionParameteri GLenum target GLenum pname - GLint params + GLint params void glConvolutionParameteriEXT GLenum target GLenum pname - GLint params + GLint params @@ -9667,14 +9667,14 @@ typedef unsigned int GLhandleARB; void glConvolutionParameteriv GLenum target GLenum pname - const GLint *params + const GLint *params void glConvolutionParameterivEXT GLenum target GLenum pname - const GLint *params + const GLint *params @@ -9694,26 +9694,26 @@ typedef unsigned int GLhandleARB; void glCopyBufferSubData GLenum readTarget GLenum writeTarget - GLintptr readOffset - GLintptr writeOffset - GLsizeiptr size + GLintptr readOffset + GLintptr writeOffset + GLsizeiptr size void glCopyBufferSubDataNV GLenum readTarget GLenum writeTarget - GLintptr readOffset - GLintptr writeOffset - GLsizeiptr size + GLintptr readOffset + GLintptr writeOffset + GLsizeiptr size void glCopyColorSubTable GLenum target GLsizei start - GLint x - GLint y + GLint x + GLint y GLsizei width @@ -9721,8 +9721,8 @@ typedef unsigned int GLhandleARB; void glCopyColorSubTableEXT GLenum target GLsizei start - GLint x - GLint y + GLint x + GLint y GLsizei width @@ -9730,8 +9730,8 @@ typedef unsigned int GLhandleARB; void glCopyColorTable GLenum target GLenum internalformat - GLint x - GLint y + GLint x + GLint y GLsizei width @@ -9739,8 +9739,8 @@ typedef unsigned int GLhandleARB; void glCopyColorTableSGI GLenum target GLenum internalformat - GLint x - GLint y + GLint x + GLint y GLsizei width @@ -9749,8 +9749,8 @@ typedef unsigned int GLhandleARB; void glCopyConvolutionFilter1D GLenum target GLenum internalformat - GLint x - GLint y + GLint x + GLint y GLsizei width @@ -9758,8 +9758,8 @@ typedef unsigned int GLhandleARB; void glCopyConvolutionFilter1DEXT GLenum target GLenum internalformat - GLint x - GLint y + GLint x + GLint y GLsizei width @@ -9768,8 +9768,8 @@ typedef unsigned int GLhandleARB; void glCopyConvolutionFilter2D GLenum target GLenum internalformat - GLint x - GLint y + GLint x + GLint y GLsizei width GLsizei height @@ -9778,8 +9778,8 @@ typedef unsigned int GLhandleARB; void glCopyConvolutionFilter2DEXT GLenum target GLenum internalformat - GLint x - GLint y + GLint x + GLint y GLsizei width GLsizei height @@ -9864,44 +9864,44 @@ typedef unsigned int GLhandleARB; void glCopyMultiTexImage1DEXT GLenum texunit GLenum target - GLint level + GLint level GLenum internalformat - GLint x - GLint y + GLint x + GLint y GLsizei width - GLint border + GLint border void glCopyMultiTexImage2DEXT GLenum texunit GLenum target - GLint level + GLint level GLenum internalformat - GLint x - GLint y + GLint x + GLint y GLsizei width GLsizei height - GLint border + GLint border void glCopyMultiTexSubImage1DEXT GLenum texunit GLenum target - GLint level - GLint xoffset - GLint x - GLint y + GLint level + GLint xoffset + GLint x + GLint y GLsizei width void glCopyMultiTexSubImage2DEXT GLenum texunit GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint x - GLint y + GLint level + GLint xoffset + GLint yoffset + GLint x + GLint y GLsizei width GLsizei height @@ -9909,12 +9909,12 @@ typedef unsigned int GLhandleARB; void glCopyMultiTexSubImage3DEXT GLenum texunit GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset - GLint x - GLint y + GLint level + GLint xoffset + GLint yoffset + GLint zoffset + GLint x + GLint y GLsizei width GLsizei height @@ -9924,17 +9924,17 @@ typedef unsigned int GLhandleARB; GLuint writeBuffer GLintptr readOffset GLintptr writeOffset - GLsizeiptr size + GLsizeiptr size void glCopyPathNV - GLuint resultPath - GLuint srcPath + GLuint resultPath + GLuint srcPath void glCopyPixels - GLint x - GLint y + GLint x + GLint y GLsizei width GLsizei height GLenum type @@ -9943,68 +9943,68 @@ typedef unsigned int GLhandleARB; void glCopyTexImage1D GLenum target - GLint level + GLint level GLenum internalformat - GLint x - GLint y + GLint x + GLint y GLsizei width - GLint border + GLint border void glCopyTexImage1DEXT GLenum target - GLint level + GLint level GLenum internalformat - GLint x - GLint y + GLint x + GLint y GLsizei width - GLint border + GLint border void glCopyTexImage2D GLenum target - GLint level + GLint level GLenum internalformat - GLint x - GLint y + GLint x + GLint y GLsizei width GLsizei height - GLint border + GLint border void glCopyTexImage2DEXT GLenum target - GLint level + GLint level GLenum internalformat - GLint x - GLint y + GLint x + GLint y GLsizei width GLsizei height - GLint border + GLint border void glCopyTexSubImage1D GLenum target - GLint level - GLint xoffset - GLint x - GLint y + GLint level + GLint xoffset + GLint x + GLint y GLsizei width void glCopyTexSubImage1DEXT GLenum target - GLint level - GLint xoffset - GLint x - GLint y + GLint level + GLint xoffset + GLint x + GLint y GLsizei width @@ -10012,11 +10012,11 @@ typedef unsigned int GLhandleARB; void glCopyTexSubImage2D GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint x - GLint y + GLint level + GLint xoffset + GLint yoffset + GLint x + GLint y GLsizei width GLsizei height @@ -10024,11 +10024,11 @@ typedef unsigned int GLhandleARB; void glCopyTexSubImage2DEXT GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint x - GLint y + GLint level + GLint xoffset + GLint yoffset + GLint x + GLint y GLsizei width GLsizei height @@ -10037,12 +10037,12 @@ typedef unsigned int GLhandleARB; void glCopyTexSubImage3D GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset - GLint x - GLint y + GLint level + GLint xoffset + GLint yoffset + GLint zoffset + GLint x + GLint y GLsizei width GLsizei height @@ -10050,12 +10050,12 @@ typedef unsigned int GLhandleARB; void glCopyTexSubImage3DEXT GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset - GLint x - GLint y + GLint level + GLint xoffset + GLint yoffset + GLint zoffset + GLint x + GLint y GLsizei width GLsizei height @@ -10075,26 +10075,26 @@ typedef unsigned int GLhandleARB; void glCopyTextureImage1DEXT - GLuint texture + GLuint texture GLenum target - GLint level + GLint level GLenum internalformat - GLint x - GLint y + GLint x + GLint y GLsizei width - GLint border + GLint border void glCopyTextureImage2DEXT - GLuint texture + GLuint texture GLenum target - GLint level + GLint level GLenum internalformat - GLint x - GLint y + GLint x + GLint y GLsizei width GLsizei height - GLint border + GLint border void glCopyTextureLevelsAPPLE @@ -10114,12 +10114,12 @@ typedef unsigned int GLhandleARB; void glCopyTextureSubImage1DEXT - GLuint texture + GLuint texture GLenum target - GLint level - GLint xoffset - GLint x - GLint y + GLint level + GLint xoffset + GLint x + GLint y GLsizei width @@ -10135,13 +10135,13 @@ typedef unsigned int GLhandleARB; void glCopyTextureSubImage2DEXT - GLuint texture + GLuint texture GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint x - GLint y + GLint level + GLint xoffset + GLint yoffset + GLint x + GLint y GLsizei width GLsizei height @@ -10159,14 +10159,14 @@ typedef unsigned int GLhandleARB; void glCopyTextureSubImage3DEXT - GLuint texture + GLuint texture GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset - GLint x - GLint y + GLint level + GLint xoffset + GLint yoffset + GLint zoffset + GLint x + GLint y GLsizei width GLsizei height @@ -10174,30 +10174,30 @@ typedef unsigned int GLhandleARB; void glCoverFillPathInstancedNV GLsizei numPaths GLenum pathNameType - const void *paths - GLuint pathBase + const void *paths + GLuint pathBase GLenum coverMode GLenum transformType const GLfloat *transformValues void glCoverFillPathNV - GLuint path + GLuint path GLenum coverMode void glCoverStrokePathInstancedNV GLsizei numPaths GLenum pathNameType - const void *paths - GLuint pathBase + const void *paths + GLuint pathBase GLenum coverMode GLenum transformType const GLfloat *transformValues void glCoverStrokePathNV - GLuint path + GLuint path GLenum coverMode @@ -10246,7 +10246,7 @@ typedef unsigned int GLhandleARB; GLuint glCreateProgram - GLhandleARB glCreateProgramObjectARB + GLhandleARB glCreateProgramObjectARB @@ -10283,7 +10283,7 @@ typedef unsigned int GLhandleARB; GLenum type - GLhandleARB glCreateShaderObjectARB + GLhandleARB glCreateShaderObjectARB GLenum shaderType @@ -10310,9 +10310,9 @@ typedef unsigned int GLhandleARB; GLuint *states - GLsync glCreateSyncFromCLeventARB - struct _cl_context *context - struct _cl_event *event + GLsync glCreateSyncFromCLeventARB + struct _cl_context *context + struct _cl_event *event GLbitfield flags @@ -10459,37 +10459,37 @@ typedef unsigned int GLhandleARB; void glDeformationMap3dSGIX GLenum target - GLdouble u1 - GLdouble u2 + GLdouble u1 + GLdouble u2 GLint ustride - GLint uorder - GLdouble v1 - GLdouble v2 + GLint uorder + GLdouble v1 + GLdouble v2 GLint vstride - GLint vorder - GLdouble w1 - GLdouble w2 + GLint vorder + GLdouble w1 + GLdouble w2 GLint wstride - GLint worder - const GLdouble *points + GLint worder + const GLdouble *points void glDeformationMap3fSGIX GLenum target - GLfloat u1 - GLfloat u2 + GLfloat u1 + GLfloat u2 GLint ustride - GLint uorder - GLfloat v1 - GLfloat v2 + GLint uorder + GLfloat v1 + GLfloat v2 GLint vstride - GLint vorder - GLfloat w1 - GLfloat w2 + GLint vorder + GLfloat w1 + GLfloat w2 GLint wstride - GLint worder - const GLfloat *points + GLint worder + const GLfloat *points @@ -10516,12 +10516,12 @@ typedef unsigned int GLhandleARB; void glDeleteFencesAPPLE GLsizei n - const GLuint *fences + const GLuint *fences void glDeleteFencesNV GLsizei n - const GLuint *fences + const GLuint *fences @@ -10548,7 +10548,7 @@ typedef unsigned int GLhandleARB; void glDeleteLists - GLuint list + GLuint list GLsizei range @@ -10570,7 +10570,7 @@ typedef unsigned int GLhandleARB; void glDeleteObjectARB - GLhandleARB obj + GLhandleARB obj void glDeleteOcclusionQueriesNV @@ -10579,7 +10579,7 @@ typedef unsigned int GLhandleARB; void glDeletePathsNV - GLuint path + GLuint path GLsizei range @@ -10681,7 +10681,7 @@ typedef unsigned int GLhandleARB; void glDeleteSync - GLsync sync + GLsync sync void glDeleteSyncAPPLE @@ -10691,13 +10691,13 @@ typedef unsigned int GLhandleARB; void glDeleteTextures GLsizei n - const GLuint *textures + const GLuint *textures void glDeleteTexturesEXT GLsizei n - const GLuint *textures + const GLuint *textures @@ -10735,8 +10735,8 @@ typedef unsigned int GLhandleARB; void glDepthBoundsEXT - GLclampd zmin - GLclampd zmax + GLclampd zmin + GLclampd zmax @@ -10822,8 +10822,8 @@ typedef unsigned int GLhandleARB; void glDepthRangefOES - GLclampf n - GLclampf f + GLclampf n + GLclampf f @@ -10834,13 +10834,13 @@ typedef unsigned int GLhandleARB; void glDepthRangexOES - GLfixed n - GLfixed f + GLfixed n + GLfixed f void glDetachObjectARB - GLhandleARB containerObj - GLhandleARB attachedObj + GLhandleARB containerObj + GLhandleARB attachedObj @@ -10964,7 +10964,7 @@ typedef unsigned int GLhandleARB; void glDispatchComputeIndirect - GLintptr indirect + GLintptr indirect void glDrawArrays @@ -11524,7 +11524,7 @@ typedef unsigned int GLhandleARB; void glEdgeFlagPointerListIBM GLint stride - const GLboolean **pointer + const GLboolean **pointer GLint ptrstride @@ -11706,22 +11706,22 @@ typedef unsigned int GLhandleARB; void glEvalCoord1d - GLdouble u + GLdouble u void glEvalCoord1dv - const GLdouble *u + const GLdouble *u void glEvalCoord1f - GLfloat u + GLfloat u void glEvalCoord1fv - const GLfloat *u + const GLfloat *u @@ -11734,24 +11734,24 @@ typedef unsigned int GLhandleARB; void glEvalCoord2d - GLdouble u - GLdouble v + GLdouble u + GLdouble v void glEvalCoord2dv - const GLdouble *u + const GLdouble *u void glEvalCoord2f - GLfloat u - GLfloat v + GLfloat u + GLfloat v void glEvalCoord2fv - const GLfloat *u + const GLfloat *u @@ -11771,17 +11771,17 @@ typedef unsigned int GLhandleARB; void glEvalMesh1 GLenum mode - GLint i1 - GLint i2 + GLint i1 + GLint i2 void glEvalMesh2 GLenum mode - GLint i1 - GLint i2 - GLint j1 - GLint j2 + GLint i1 + GLint i2 + GLint j1 + GLint j2 @@ -11791,8 +11791,8 @@ typedef unsigned int GLhandleARB; void glEvalPoint2 - GLint i - GLint j + GLint i + GLint j @@ -11895,7 +11895,7 @@ typedef unsigned int GLhandleARB; void glFeedbackBuffer GLsizei size GLenum type - GLfloat *buffer + GLfloat *buffer @@ -11905,12 +11905,12 @@ typedef unsigned int GLhandleARB; const GLfixed *buffer - GLsync glFenceSync + GLsync glFenceSync GLenum condition GLbitfield flags - GLsync glFenceSyncAPPLE + GLsync glFenceSyncAPPLE GLenum condition GLbitfield flags @@ -11933,11 +11933,11 @@ typedef unsigned int GLhandleARB; void glFinishFenceAPPLE - GLuint fence + GLuint fence void glFinishFenceNV - GLuint fence + GLuint fence @@ -11955,14 +11955,14 @@ typedef unsigned int GLhandleARB; void glFlushMappedBufferRange GLenum target - GLintptr offset - GLsizeiptr length + GLintptr offset + GLsizeiptr length void glFlushMappedBufferRangeAPPLE GLenum target - GLintptr offset - GLsizeiptr size + GLintptr offset + GLsizeiptr size @@ -11976,7 +11976,7 @@ typedef unsigned int GLhandleARB; void glFlushMappedNamedBufferRange GLuint buffer GLintptr offset - GLsizeiptr length + GLsizeiptr length void glFlushMappedNamedBufferRangeEXT @@ -12031,56 +12031,56 @@ typedef unsigned int GLhandleARB; void glFogCoordd - GLdouble coord + GLdouble coord void glFogCoorddEXT - GLdouble coord + GLdouble coord void glFogCoorddv - const GLdouble *coord + const GLdouble *coord void glFogCoorddvEXT - const GLdouble *coord + const GLdouble *coord void glFogCoordf - GLfloat coord + GLfloat coord void glFogCoordfEXT - GLfloat coord + GLfloat coord void glFogCoordfv - const GLfloat *coord + const GLfloat *coord void glFogCoordfvEXT - const GLfloat *coord + const GLfloat *coord void glFogCoordhNV - GLhalfNV fog + GLhalfNV fog void glFogCoordhvNV - const GLhalfNV *fog + const GLhalfNV *fog @@ -12092,25 +12092,25 @@ typedef unsigned int GLhandleARB; void glFogf GLenum pname - GLfloat param + GLfloat param void glFogfv GLenum pname - const GLfloat *params + const GLfloat *params void glFogi GLenum pname - GLint param + GLint param void glFogiv GLenum pname - const GLint *params + const GLint *params @@ -12145,87 +12145,87 @@ typedef unsigned int GLhandleARB; void glFragmentLightModelfSGIX GLenum pname - GLfloat param + GLfloat param void glFragmentLightModelfvSGIX GLenum pname - const GLfloat *params + const GLfloat *params void glFragmentLightModeliSGIX GLenum pname - GLint param + GLint param void glFragmentLightModelivSGIX GLenum pname - const GLint *params + const GLint *params void glFragmentLightfSGIX GLenum light GLenum pname - GLfloat param + GLfloat param void glFragmentLightfvSGIX GLenum light GLenum pname - const GLfloat *params + const GLfloat *params void glFragmentLightiSGIX GLenum light GLenum pname - GLint param + GLint param void glFragmentLightivSGIX GLenum light GLenum pname - const GLint *params + const GLint *params void glFragmentMaterialfSGIX GLenum face GLenum pname - GLfloat param + GLfloat param void glFragmentMaterialfvSGIX GLenum face GLenum pname - const GLfloat *params + const GLfloat *params void glFragmentMaterialiSGIX GLenum face GLenum pname - GLint param + GLint param void glFragmentMaterialivSGIX GLenum face GLenum pname - const GLint *params + const GLint *params void glFrameTerminatorGREMEDY void glFrameZoomSGIX - GLint factor + GLint factor void glFramebufferDrawBufferEXT - GLuint framebuffer + GLuint framebuffer GLenum mode void glFramebufferDrawBuffersEXT - GLuint framebuffer + GLuint framebuffer GLsizei n const GLenum *bufs @@ -12237,7 +12237,7 @@ typedef unsigned int GLhandleARB; void glFramebufferFoveationConfigQCOM - GLuint framebuffer + GLuint framebuffer GLuint numLayers GLuint focalPointsPerLayer GLuint requestedFeatures @@ -12245,14 +12245,14 @@ typedef unsigned int GLhandleARB; void glFramebufferFoveationParametersQCOM - GLuint framebuffer + GLuint framebuffer GLuint layer GLuint focalPoint - GLfloat focalX - GLfloat focalY - GLfloat gainX - GLfloat gainY - GLfloat foveaArea + GLfloat focalX + GLfloat focalY + GLfloat gainX + GLfloat gainY + GLfloat foveaArea void glFramebufferParameteri @@ -12267,7 +12267,7 @@ typedef unsigned int GLhandleARB; void glFramebufferReadBufferEXT - GLuint framebuffer + GLuint framebuffer GLenum mode @@ -12440,32 +12440,32 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureARB GLenum target GLenum attachment - GLuint texture - GLint level + GLuint texture + GLint level void glFramebufferTextureEXT GLenum target GLenum attachment - GLuint texture - GLint level + GLuint texture + GLint level void glFramebufferTextureFaceARB GLenum target GLenum attachment - GLuint texture - GLint level + GLuint texture + GLint level GLenum face void glFramebufferTextureFaceEXT GLenum target GLenum attachment - GLuint texture - GLint level + GLuint texture + GLint level GLenum face @@ -12473,36 +12473,36 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureLayer GLenum target GLenum attachment - GLuint texture - GLint level - GLint layer + GLuint texture + GLint level + GLint layer void glFramebufferTextureLayerARB GLenum target GLenum attachment - GLuint texture - GLint level - GLint layer + GLuint texture + GLint level + GLint layer void glFramebufferTextureLayerEXT GLenum target GLenum attachment - GLuint texture - GLint level - GLint layer + GLuint texture + GLint level + GLint layer void glFramebufferTextureLayerDownsampleIMG GLenum target GLenum attachment - GLuint texture - GLint level - GLint layer + GLuint texture + GLint level + GLint layer GLint xscale GLint yscale @@ -12510,8 +12510,8 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureMultisampleMultiviewOVR GLenum target GLenum attachment - GLuint texture - GLint level + GLuint texture + GLint level GLsizei samples GLint baseViewIndex GLsizei numViews @@ -12520,8 +12520,8 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureMultiviewOVR GLenum target GLenum attachment - GLuint texture - GLint level + GLuint texture + GLint level GLint baseViewIndex GLsizei numViews @@ -12529,8 +12529,8 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureOES GLenum target GLenum attachment - GLuint texture - GLint level + GLuint texture + GLint level @@ -12607,12 +12607,12 @@ typedef unsigned int GLhandleARB; void glGenFencesAPPLE GLsizei n - GLuint *fences + GLuint *fences void glGenFencesNV GLsizei n - GLuint *fences + GLuint *fences @@ -12638,7 +12638,7 @@ typedef unsigned int GLhandleARB; GLuint *framebuffers - GLuint glGenLists + GLuint glGenLists GLsizei range @@ -12654,7 +12654,7 @@ typedef unsigned int GLhandleARB; GLuint *ids - GLuint glGenPathsNV + GLuint glGenPathsNV GLsizei range @@ -12745,13 +12745,13 @@ typedef unsigned int GLhandleARB; void glGenTextures GLsizei n - GLuint *textures + GLuint *textures void glGenTexturesEXT GLsizei n - GLuint *textures + GLuint *textures @@ -12813,7 +12813,7 @@ typedef unsigned int GLhandleARB; void glGenerateTextureMipmapEXT - GLuint texture + GLuint texture GLenum target @@ -12835,7 +12835,7 @@ typedef unsigned int GLhandleARB; void glGetActiveAttribARB - GLhandleARB programObj + GLhandleARB programObj GLuint index GLsizei maxLength GLsizei *length @@ -12882,7 +12882,7 @@ typedef unsigned int GLhandleARB; void glGetActiveUniformARB - GLhandleARB programObj + GLhandleARB programObj GLuint index GLsizei maxLength GLsizei *length @@ -12950,10 +12950,10 @@ typedef unsigned int GLhandleARB; void glGetAttachedObjectsARB - GLhandleARB containerObj + GLhandleARB containerObj GLsizei maxCount GLsizei *count - GLhandleARB *obj + GLhandleARB *obj void glGetAttachedShaders @@ -12969,7 +12969,7 @@ typedef unsigned int GLhandleARB; GLint glGetAttribLocationARB - GLhandleARB programObj + GLhandleARB programObj const GLcharARB *name @@ -13041,15 +13041,15 @@ typedef unsigned int GLhandleARB; void glGetBufferSubData GLenum target - GLintptr offset - GLsizeiptr size + GLintptr offset + GLsizeiptr size void *data void glGetBufferSubDataARB GLenum target - GLintptrARB offset - GLsizeiptrARB size + GLintptrARB offset + GLsizeiptrARB size void *data @@ -13196,22 +13196,22 @@ typedef unsigned int GLhandleARB; void glGetCompressedMultiTexImageEXT GLenum texunit GLenum target - GLint lod + GLint lod void *img void glGetCompressedTexImage GLenum target - GLint level - void *img + GLint level + void *img void glGetCompressedTexImageARB GLenum target - GLint level - void *img + GLint level + void *img @@ -13224,9 +13224,9 @@ typedef unsigned int GLhandleARB; void glGetCompressedTextureImageEXT - GLuint texture + GLuint texture GLenum target - GLint lod + GLint lod void *img @@ -13394,7 +13394,7 @@ typedef unsigned int GLhandleARB; void glGetFenceivNV - GLuint fence + GLuint fence GLenum pname GLint *params @@ -13565,7 +13565,7 @@ typedef unsigned int GLhandleARB; void glGetFramebufferParameterivEXT - GLuint framebuffer + GLuint framebuffer GLenum pname GLint *params @@ -13588,7 +13588,7 @@ typedef unsigned int GLhandleARB; - GLhandleARB glGetHandleARB + GLhandleARB glGetHandleARB GLenum pname @@ -13674,7 +13674,7 @@ typedef unsigned int GLhandleARB; void glGetInfoLogARB - GLhandleARB obj + GLhandleARB obj GLsizei maxLength GLsizei *length GLcharARB *infoLog @@ -13820,15 +13820,15 @@ typedef unsigned int GLhandleARB; void glGetListParameterfvSGIX - GLuint list + GLuint list GLenum pname - GLfloat *params + GLfloat *params void glGetListParameterivSGIX - GLuint list + GLuint list GLenum pname - GLint *params + GLint *params void glGetLocalConstantBooleanvEXT @@ -14043,7 +14043,7 @@ typedef unsigned int GLhandleARB; void glGetMultiTexImageEXT GLenum texunit GLenum target - GLint level + GLint level GLenum format GLenum type void *pixels @@ -14052,7 +14052,7 @@ typedef unsigned int GLhandleARB; void glGetMultiTexLevelParameterfvEXT GLenum texunit GLenum target - GLint level + GLint level GLenum pname GLfloat *params @@ -14060,7 +14060,7 @@ typedef unsigned int GLhandleARB; void glGetMultiTexLevelParameterivEXT GLenum texunit GLenum target - GLint level + GLint level GLenum pname GLint *params @@ -14145,7 +14145,7 @@ typedef unsigned int GLhandleARB; void glGetNamedBufferSubData GLuint buffer GLintptr offset - GLsizeiptr size + GLsizeiptr size void *data @@ -14173,7 +14173,7 @@ typedef unsigned int GLhandleARB; void glGetNamedFramebufferAttachmentParameterivEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment GLenum pname GLint *params @@ -14186,7 +14186,7 @@ typedef unsigned int GLhandleARB; void glGetNamedFramebufferParameterivEXT - GLuint framebuffer + GLuint framebuffer GLenum pname GLint *params @@ -14240,7 +14240,7 @@ typedef unsigned int GLhandleARB; void glGetNamedRenderbufferParameterivEXT - GLuint renderbuffer + GLuint renderbuffer GLenum pname GLint *params @@ -14303,7 +14303,7 @@ typedef unsigned int GLhandleARB; void glGetObjectParameterfvARB - GLhandleARB obj + GLhandleARB obj GLenum pname GLfloat *params @@ -14316,7 +14316,7 @@ typedef unsigned int GLhandleARB; void glGetObjectParameterivARB - GLhandleARB obj + GLhandleARB obj GLenum pname GLint *params @@ -14361,29 +14361,29 @@ typedef unsigned int GLhandleARB; void glGetPathCommandsNV - GLuint path - GLubyte *commands + GLuint path + GLubyte *commands void glGetPathCoordsNV - GLuint path + GLuint path GLfloat *coords void glGetPathDashArrayNV - GLuint path + GLuint path GLfloat *dashArray GLfloat glGetPathLengthNV - GLuint path + GLuint path GLsizei startSegment GLsizei numSegments void glGetPathMetricRangeNV GLbitfield metricQueryMask - GLuint firstPathName + GLuint firstPathName GLsizei numPaths GLsizei stride GLfloat *metrics @@ -14393,20 +14393,20 @@ typedef unsigned int GLhandleARB; GLbitfield metricQueryMask GLsizei numPaths GLenum pathNameType - const void *paths - GLuint pathBase + const void *paths + GLuint pathBase GLsizei stride GLfloat *metrics void glGetPathParameterfvNV - GLuint path + GLuint path GLenum pname GLfloat *value void glGetPathParameterivNV - GLuint path + GLuint path GLenum pname GLint *value @@ -14415,8 +14415,8 @@ typedef unsigned int GLhandleARB; GLenum pathListMode GLsizei numPaths GLenum pathNameType - const void *paths - GLuint pathBase + const void *paths + GLuint pathBase GLfloat advanceScale GLfloat kerningScale GLenum transformType @@ -14545,12 +14545,12 @@ typedef unsigned int GLhandleARB; void glGetPixelTexGenParameterfvSGIS GLenum pname - GLfloat *params + GLfloat *params void glGetPixelTexGenParameterivSGIS GLenum pname - GLint *params + GLint *params void glGetPixelTransformParameterfvEXT @@ -14812,7 +14812,7 @@ typedef unsigned int GLhandleARB; void glGetProgramStringNV GLuint id GLenum pname - GLubyte *program + GLubyte *program @@ -15095,7 +15095,7 @@ typedef unsigned int GLhandleARB; void glGetShaderSourceARB - GLhandleARB obj + GLhandleARB obj GLsizei maxLength GLsizei *length GLcharARB *source @@ -15137,12 +15137,12 @@ typedef unsigned int GLhandleARB; using these APIs. For more information, see public issue 363: https://github.com/KhronosGroup/OpenGL-Registry/issues/363 --> - const GLubyte *glGetString + const GLubyte *glGetString GLenum name - const GLubyte *glGetStringi + const GLubyte *glGetStringi GLenum name GLuint index @@ -15161,7 +15161,7 @@ typedef unsigned int GLhandleARB; void glGetSynciv - GLsync sync + GLsync sync GLenum pname GLsizei count GLsizei *length @@ -15261,7 +15261,7 @@ typedef unsigned int GLhandleARB; void glGetTexImage GLenum target - GLint level + GLint level GLenum format GLenum type void *pixels @@ -15271,7 +15271,7 @@ typedef unsigned int GLhandleARB; void glGetTexLevelParameterfv GLenum target - GLint level + GLint level GLenum pname GLfloat *params @@ -15279,7 +15279,7 @@ typedef unsigned int GLhandleARB; void glGetTexLevelParameteriv GLenum target - GLint level + GLint level GLenum pname GLint *params @@ -15389,9 +15389,9 @@ typedef unsigned int GLhandleARB; void glGetTextureImageEXT - GLuint texture + GLuint texture GLenum target - GLint level + GLint level GLenum format GLenum type void *pixels @@ -15405,9 +15405,9 @@ typedef unsigned int GLhandleARB; void glGetTextureLevelParameterfvEXT - GLuint texture + GLuint texture GLenum target - GLint level + GLint level GLenum pname GLfloat *params @@ -15420,9 +15420,9 @@ typedef unsigned int GLhandleARB; void glGetTextureLevelParameterivEXT - GLuint texture + GLuint texture GLenum target - GLint level + GLint level GLenum pname GLint *params @@ -15434,7 +15434,7 @@ typedef unsigned int GLhandleARB; void glGetTextureParameterIivEXT - GLuint texture + GLuint texture GLenum target GLenum pname GLint *params @@ -15447,7 +15447,7 @@ typedef unsigned int GLhandleARB; void glGetTextureParameterIuivEXT - GLuint texture + GLuint texture GLenum target GLenum pname GLuint *params @@ -15460,7 +15460,7 @@ typedef unsigned int GLhandleARB; void glGetTextureParameterfvEXT - GLuint texture + GLuint texture GLenum target GLenum pname GLfloat *params @@ -15473,7 +15473,7 @@ typedef unsigned int GLhandleARB; void glGetTextureParameterivEXT - GLuint texture + GLuint texture GLenum target GLenum pname GLint *params @@ -15598,12 +15598,12 @@ typedef unsigned int GLhandleARB; GLint glGetUniformLocationARB - GLhandleARB programObj + GLhandleARB programObj const GLcharARB *name - GLintptr glGetUniformOffsetEXT + GLintptr glGetUniformOffsetEXT GLuint program GLint location @@ -15627,7 +15627,7 @@ typedef unsigned int GLhandleARB; void glGetUniformfvARB - GLhandleARB programObj + GLhandleARB programObj GLint location GLfloat *params @@ -15652,7 +15652,7 @@ typedef unsigned int GLhandleARB; void glGetUniformivARB - GLhandleARB programObj + GLhandleARB programObj GLint location GLint *params @@ -16440,7 +16440,7 @@ typedef unsigned int GLhandleARB; const void *name - GLsync glImportSyncEXT + GLsync glImportSyncEXT GLenum external_sync_type GLintptr external_sync GLbitfield flags @@ -16453,11 +16453,11 @@ typedef unsigned int GLhandleARB; void glIndexFuncEXT GLenum func - GLclampf ref + GLclampf ref void glIndexMask - GLuint mask + GLuint mask @@ -16487,52 +16487,52 @@ typedef unsigned int GLhandleARB; void glIndexd - GLdouble c + GLdouble c void glIndexdv - const GLdouble *c + const GLdouble *c void glIndexf - GLfloat c + GLfloat c void glIndexfv - const GLfloat *c + const GLfloat *c void glIndexi - GLint c + GLint c void glIndexiv - const GLint *c + const GLint *c void glIndexs - GLshort c + GLshort c void glIndexsv - const GLshort *c + const GLshort *c void glIndexub - GLubyte c + GLubyte c void glIndexubv - const GLubyte *c + const GLubyte *c @@ -16572,9 +16572,9 @@ typedef unsigned int GLhandleARB; void glInterpolatePathsNV - GLuint resultPath - GLuint pathA - GLuint pathB + GLuint resultPath + GLuint pathA + GLuint pathB GLfloat weight @@ -16584,8 +16584,8 @@ typedef unsigned int GLhandleARB; void glInvalidateBufferSubData GLuint buffer - GLintptr offset - GLsizeiptr length + GLintptr offset + GLsizeiptr length void glInvalidateFramebuffer @@ -16693,11 +16693,11 @@ typedef unsigned int GLhandleARB; GLboolean glIsFenceAPPLE - GLuint fence + GLuint fence GLboolean glIsFenceNV - GLuint fence + GLuint fence @@ -16725,7 +16725,7 @@ typedef unsigned int GLhandleARB; GLboolean glIsList - GLuint list + GLuint list @@ -16756,18 +16756,18 @@ typedef unsigned int GLhandleARB; GLboolean glIsPathNV - GLuint path + GLuint path GLboolean glIsPointInFillPathNV - GLuint path - GLuint mask + GLuint path + GLuint mask GLfloat x GLfloat y GLboolean glIsPointInStrokePathNV - GLuint path + GLuint path GLfloat x GLfloat y @@ -16843,7 +16843,7 @@ typedef unsigned int GLhandleARB; GLboolean glIsSync - GLsync sync + GLsync sync GLboolean glIsSyncAPPLE @@ -16852,12 +16852,12 @@ typedef unsigned int GLhandleARB; GLboolean glIsTexture - GLuint texture + GLuint texture GLboolean glIsTextureEXT - GLuint texture + GLuint texture @@ -16943,7 +16943,7 @@ typedef unsigned int GLhandleARB; void glLightEnviSGIX GLenum pname - GLint param + GLint param void glLightModelf @@ -16993,28 +16993,28 @@ typedef unsigned int GLhandleARB; void glLightf GLenum light GLenum pname - GLfloat param + GLfloat param void glLightfv GLenum light GLenum pname - const GLfloat *params + const GLfloat *params void glLighti GLenum light GLenum pname - GLint param + GLint param void glLightiv GLenum light GLenum pname - const GLint *params + const GLint *params @@ -17043,13 +17043,13 @@ typedef unsigned int GLhandleARB; void glLineStipple - GLint factor - GLushort pattern + GLint factor + GLushort pattern void glLineWidth - GLfloat width + GLfloat width @@ -17066,12 +17066,12 @@ typedef unsigned int GLhandleARB; void glLinkProgramARB - GLhandleARB programObj + GLhandleARB programObj void glListBase - GLuint base + GLuint base @@ -17086,30 +17086,30 @@ typedef unsigned int GLhandleARB; void glListParameterfSGIX - GLuint list + GLuint list GLenum pname - GLfloat param + GLfloat param void glListParameterfvSGIX - GLuint list + GLuint list GLenum pname - const GLfloat *params + const GLfloat *params void glListParameteriSGIX - GLuint list + GLuint list GLenum pname - GLint param + GLint param void glListParameterivSGIX - GLuint list + GLuint list GLenum pname - const GLint *params + const GLint *params @@ -17141,7 +17141,7 @@ typedef unsigned int GLhandleARB; void glLoadName - GLuint name + GLuint name @@ -17242,21 +17242,21 @@ typedef unsigned int GLhandleARB; void glMap1d GLenum target - GLdouble u1 - GLdouble u2 + GLdouble u1 + GLdouble u2 GLint stride - GLint order - const GLdouble *points + GLint order + const GLdouble *points void glMap1f GLenum target - GLfloat u1 - GLfloat u2 + GLfloat u1 + GLfloat u2 GLint stride - GLint order - const GLfloat *points + GLint order + const GLfloat *points @@ -17271,29 +17271,29 @@ typedef unsigned int GLhandleARB; void glMap2d GLenum target - GLdouble u1 - GLdouble u2 + GLdouble u1 + GLdouble u2 GLint ustride - GLint uorder - GLdouble v1 - GLdouble v2 + GLint uorder + GLdouble v1 + GLdouble v2 GLint vstride - GLint vorder - const GLdouble *points + GLint vorder + const GLdouble *points void glMap2f GLenum target - GLfloat u1 - GLfloat u2 + GLfloat u1 + GLfloat u2 GLint ustride - GLint uorder - GLfloat v1 - GLfloat v2 + GLint uorder + GLfloat v1 + GLfloat v2 GLint vstride - GLint vorder - const GLfloat *points + GLint vorder + const GLfloat *points @@ -17329,8 +17329,8 @@ typedef unsigned int GLhandleARB; void *glMapBufferRange GLenum target - GLintptr offset - GLsizeiptr length + GLintptr offset + GLsizeiptr length GLbitfield access @@ -17349,23 +17349,23 @@ typedef unsigned int GLhandleARB; GLenum type GLsizei ustride GLsizei vstride - GLint uorder - GLint vorder + GLint uorder + GLint vorder GLboolean packed const void *points void glMapGrid1d GLint un - GLdouble u1 - GLdouble u2 + GLdouble u1 + GLdouble u2 void glMapGrid1f GLint un - GLfloat u1 - GLfloat u2 + GLfloat u1 + GLfloat u2 @@ -17377,21 +17377,21 @@ typedef unsigned int GLhandleARB; void glMapGrid2d GLint un - GLdouble u1 - GLdouble u2 + GLdouble u1 + GLdouble u2 GLint vn - GLdouble v1 - GLdouble v2 + GLdouble v1 + GLdouble v2 void glMapGrid2f GLint un - GLfloat u1 - GLfloat u2 + GLfloat u1 + GLfloat u2 GLint vn - GLfloat v1 - GLfloat v2 + GLfloat v1 + GLfloat v2 @@ -17416,7 +17416,7 @@ typedef unsigned int GLhandleARB; void *glMapNamedBufferRange GLuint buffer GLintptr offset - GLsizeiptr length + GLsizeiptr length GLbitfield access @@ -17434,13 +17434,13 @@ typedef unsigned int GLhandleARB; void glMapParameterfvNV GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glMapParameterivNV GLenum target GLenum pname - const GLint *params + const GLint *params void *glMapTexture2DINTEL @@ -17454,76 +17454,76 @@ typedef unsigned int GLhandleARB; void glMapVertexAttrib1dAPPLE GLuint index GLuint size - GLdouble u1 - GLdouble u2 + GLdouble u1 + GLdouble u2 GLint stride - GLint order - const GLdouble *points + GLint order + const GLdouble *points void glMapVertexAttrib1fAPPLE GLuint index GLuint size - GLfloat u1 - GLfloat u2 + GLfloat u1 + GLfloat u2 GLint stride - GLint order - const GLfloat *points + GLint order + const GLfloat *points void glMapVertexAttrib2dAPPLE GLuint index GLuint size - GLdouble u1 - GLdouble u2 + GLdouble u1 + GLdouble u2 GLint ustride - GLint uorder - GLdouble v1 - GLdouble v2 + GLint uorder + GLdouble v1 + GLdouble v2 GLint vstride - GLint vorder - const GLdouble *points + GLint vorder + const GLdouble *points void glMapVertexAttrib2fAPPLE GLuint index GLuint size - GLfloat u1 - GLfloat u2 + GLfloat u1 + GLfloat u2 GLint ustride - GLint uorder - GLfloat v1 - GLfloat v2 + GLint uorder + GLfloat v1 + GLfloat v2 GLint vstride - GLint vorder - const GLfloat *points + GLint vorder + const GLfloat *points void glMaterialf GLenum face GLenum pname - GLfloat param + GLfloat param void glMaterialfv GLenum face GLenum pname - const GLfloat *params + const GLfloat *params void glMateriali GLenum face GLenum pname - GLint param + GLint param void glMaterialiv GLenum face GLenum pname - const GLint *params + const GLint *params @@ -17763,16 +17763,16 @@ typedef unsigned int GLhandleARB; void glMinSampleShading - GLfloat value + GLfloat value void glMinSampleShadingARB - GLfloat value + GLfloat value void glMinSampleShadingOES - GLfloat value + GLfloat value @@ -18068,116 +18068,116 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord1d GLenum target - GLdouble s + GLdouble s void glMultiTexCoord1dARB GLenum target - GLdouble s + GLdouble s void glMultiTexCoord1dv GLenum target - const GLdouble *v + const GLdouble *v void glMultiTexCoord1dvARB GLenum target - const GLdouble *v + const GLdouble *v void glMultiTexCoord1f GLenum target - GLfloat s + GLfloat s void glMultiTexCoord1fARB GLenum target - GLfloat s + GLfloat s void glMultiTexCoord1fv GLenum target - const GLfloat *v + const GLfloat *v void glMultiTexCoord1fvARB GLenum target - const GLfloat *v + const GLfloat *v void glMultiTexCoord1hNV GLenum target - GLhalfNV s + GLhalfNV s void glMultiTexCoord1hvNV GLenum target - const GLhalfNV *v + const GLhalfNV *v void glMultiTexCoord1i GLenum target - GLint s + GLint s void glMultiTexCoord1iARB GLenum target - GLint s + GLint s void glMultiTexCoord1iv GLenum target - const GLint *v + const GLint *v void glMultiTexCoord1ivARB GLenum target - const GLint *v + const GLint *v void glMultiTexCoord1s GLenum target - GLshort s + GLshort s void glMultiTexCoord1sARB GLenum target - GLshort s + GLshort s void glMultiTexCoord1sv GLenum target - const GLshort *v + const GLshort *v void glMultiTexCoord1svARB GLenum target - const GLshort *v + const GLshort *v @@ -18205,125 +18205,125 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord2d GLenum target - GLdouble s - GLdouble t + GLdouble s + GLdouble t void glMultiTexCoord2dARB GLenum target - GLdouble s - GLdouble t + GLdouble s + GLdouble t void glMultiTexCoord2dv GLenum target - const GLdouble *v + const GLdouble *v void glMultiTexCoord2dvARB GLenum target - const GLdouble *v + const GLdouble *v void glMultiTexCoord2f GLenum target - GLfloat s - GLfloat t + GLfloat s + GLfloat t void glMultiTexCoord2fARB GLenum target - GLfloat s - GLfloat t + GLfloat s + GLfloat t void glMultiTexCoord2fv GLenum target - const GLfloat *v + const GLfloat *v void glMultiTexCoord2fvARB GLenum target - const GLfloat *v + const GLfloat *v void glMultiTexCoord2hNV GLenum target - GLhalfNV s - GLhalfNV t + GLhalfNV s + GLhalfNV t void glMultiTexCoord2hvNV GLenum target - const GLhalfNV *v + const GLhalfNV *v void glMultiTexCoord2i GLenum target - GLint s - GLint t + GLint s + GLint t void glMultiTexCoord2iARB GLenum target - GLint s - GLint t + GLint s + GLint t void glMultiTexCoord2iv GLenum target - const GLint *v + const GLint *v void glMultiTexCoord2ivARB GLenum target - const GLint *v + const GLint *v void glMultiTexCoord2s GLenum target - GLshort s - GLshort t + GLshort s + GLshort t void glMultiTexCoord2sARB GLenum target - GLshort s - GLshort t + GLshort s + GLshort t void glMultiTexCoord2sv GLenum target - const GLshort *v + const GLshort *v void glMultiTexCoord2svARB GLenum target - const GLshort *v + const GLshort *v @@ -18353,134 +18353,134 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord3d GLenum target - GLdouble s - GLdouble t - GLdouble r + GLdouble s + GLdouble t + GLdouble r void glMultiTexCoord3dARB GLenum target - GLdouble s - GLdouble t - GLdouble r + GLdouble s + GLdouble t + GLdouble r void glMultiTexCoord3dv GLenum target - const GLdouble *v + const GLdouble *v void glMultiTexCoord3dvARB GLenum target - const GLdouble *v + const GLdouble *v void glMultiTexCoord3f GLenum target - GLfloat s - GLfloat t - GLfloat r + GLfloat s + GLfloat t + GLfloat r void glMultiTexCoord3fARB GLenum target - GLfloat s - GLfloat t - GLfloat r + GLfloat s + GLfloat t + GLfloat r void glMultiTexCoord3fv GLenum target - const GLfloat *v + const GLfloat *v void glMultiTexCoord3fvARB GLenum target - const GLfloat *v + const GLfloat *v void glMultiTexCoord3hNV GLenum target - GLhalfNV s - GLhalfNV t - GLhalfNV r + GLhalfNV s + GLhalfNV t + GLhalfNV r void glMultiTexCoord3hvNV GLenum target - const GLhalfNV *v + const GLhalfNV *v void glMultiTexCoord3i GLenum target - GLint s - GLint t - GLint r + GLint s + GLint t + GLint r void glMultiTexCoord3iARB GLenum target - GLint s - GLint t - GLint r + GLint s + GLint t + GLint r void glMultiTexCoord3iv GLenum target - const GLint *v + const GLint *v void glMultiTexCoord3ivARB GLenum target - const GLint *v + const GLint *v void glMultiTexCoord3s GLenum target - GLshort s - GLshort t - GLshort r + GLshort s + GLshort t + GLshort r void glMultiTexCoord3sARB GLenum target - GLshort s - GLshort t - GLshort r + GLshort s + GLshort t + GLshort r void glMultiTexCoord3sv GLenum target - const GLshort *v + const GLshort *v void glMultiTexCoord3svARB GLenum target - const GLshort *v + const GLshort *v @@ -18512,143 +18512,143 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord4d GLenum target - GLdouble s - GLdouble t - GLdouble r - GLdouble q + GLdouble s + GLdouble t + GLdouble r + GLdouble q void glMultiTexCoord4dARB GLenum target - GLdouble s - GLdouble t - GLdouble r - GLdouble q + GLdouble s + GLdouble t + GLdouble r + GLdouble q void glMultiTexCoord4dv GLenum target - const GLdouble *v + const GLdouble *v void glMultiTexCoord4dvARB GLenum target - const GLdouble *v + const GLdouble *v void glMultiTexCoord4f GLenum target - GLfloat s - GLfloat t - GLfloat r - GLfloat q + GLfloat s + GLfloat t + GLfloat r + GLfloat q void glMultiTexCoord4fARB GLenum target - GLfloat s - GLfloat t - GLfloat r - GLfloat q + GLfloat s + GLfloat t + GLfloat r + GLfloat q void glMultiTexCoord4fv GLenum target - const GLfloat *v + const GLfloat *v void glMultiTexCoord4fvARB GLenum target - const GLfloat *v + const GLfloat *v void glMultiTexCoord4hNV GLenum target - GLhalfNV s - GLhalfNV t - GLhalfNV r - GLhalfNV q + GLhalfNV s + GLhalfNV t + GLhalfNV r + GLhalfNV q void glMultiTexCoord4hvNV GLenum target - const GLhalfNV *v + const GLhalfNV *v void glMultiTexCoord4i GLenum target - GLint s - GLint t - GLint r - GLint q + GLint s + GLint t + GLint r + GLint q void glMultiTexCoord4iARB GLenum target - GLint s - GLint t - GLint r - GLint q + GLint s + GLint t + GLint r + GLint q void glMultiTexCoord4iv GLenum target - const GLint *v + const GLint *v void glMultiTexCoord4ivARB GLenum target - const GLint *v + const GLint *v void glMultiTexCoord4s GLenum target - GLshort s - GLshort t - GLshort r - GLshort q + GLshort s + GLshort t + GLshort r + GLshort q void glMultiTexCoord4sARB GLenum target - GLshort s - GLshort t - GLshort r - GLshort q + GLshort s + GLshort t + GLshort r + GLshort q void glMultiTexCoord4sv GLenum target - const GLshort *v + const GLshort *v void glMultiTexCoord4svARB GLenum target - const GLshort *v + const GLshort *v @@ -18734,7 +18734,7 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum target GLenum pname - GLfloat param + GLfloat param @@ -18742,14 +18742,14 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glMultiTexEnviEXT GLenum texunit GLenum target GLenum pname - GLint param + GLint param @@ -18757,7 +18757,7 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum target GLenum pname - const GLint *params + const GLint *params void glMultiTexGendEXT @@ -18779,7 +18779,7 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum coord GLenum pname - GLfloat param + GLfloat param @@ -18787,14 +18787,14 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum coord GLenum pname - const GLfloat *params + const GLfloat *params void glMultiTexGeniEXT GLenum texunit GLenum coord GLenum pname - GLint param + GLint param @@ -18802,16 +18802,16 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum coord GLenum pname - const GLint *params + const GLint *params void glMultiTexImage1DEXT GLenum texunit GLenum target - GLint level + GLint level GLint internalformat GLsizei width - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -18820,11 +18820,11 @@ typedef unsigned int GLhandleARB; void glMultiTexImage2DEXT GLenum texunit GLenum target - GLint level + GLint level GLint internalformat GLsizei width GLsizei height - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -18833,12 +18833,12 @@ typedef unsigned int GLhandleARB; void glMultiTexImage3DEXT GLenum texunit GLenum target - GLint level + GLint level GLint internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -18848,7 +18848,7 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum target GLenum pname - const GLint *params + const GLint *params void glMultiTexParameterIuivEXT @@ -18862,7 +18862,7 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum target GLenum pname - GLfloat param + GLfloat param @@ -18870,14 +18870,14 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glMultiTexParameteriEXT GLenum texunit GLenum target GLenum pname - GLint param + GLint param @@ -18885,7 +18885,7 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum target GLenum pname - const GLint *params + const GLint *params void glMultiTexRenderbufferEXT @@ -18897,8 +18897,8 @@ typedef unsigned int GLhandleARB; void glMultiTexSubImage1DEXT GLenum texunit GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLenum type @@ -18908,9 +18908,9 @@ typedef unsigned int GLhandleARB; void glMultiTexSubImage2DEXT GLenum texunit GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format @@ -18921,10 +18921,10 @@ typedef unsigned int GLhandleARB; void glMultiTexSubImage3DEXT GLenum texunit GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth @@ -19059,7 +19059,7 @@ typedef unsigned int GLhandleARB; void glNamedBufferData GLuint buffer - GLsizeiptr size + GLsizeiptr size const void *data GLenum usage @@ -19096,7 +19096,7 @@ typedef unsigned int GLhandleARB; void glNamedBufferStorage GLuint buffer - GLsizeiptr size + GLsizeiptr size const void *data GLbitfield flags @@ -19111,7 +19111,7 @@ typedef unsigned int GLhandleARB; void glNamedBufferStorageEXT GLuint buffer - GLsizeiptr size + GLsizeiptr size const void *data GLbitfield flags @@ -19119,7 +19119,7 @@ typedef unsigned int GLhandleARB; void glNamedBufferStorageMemEXT GLuint buffer - GLsizeiptr size + GLsizeiptr size GLuint memory GLuint64 offset @@ -19127,14 +19127,14 @@ typedef unsigned int GLhandleARB; void glNamedBufferSubData GLuint buffer GLintptr offset - GLsizeiptr size + GLsizeiptr size const void *data void glNamedBufferSubDataEXT GLuint buffer GLintptr offset - GLsizeiptr size + GLsizeiptr size const void *data @@ -19165,7 +19165,7 @@ typedef unsigned int GLhandleARB; void glNamedFramebufferParameteriEXT - GLuint framebuffer + GLuint framebuffer GLenum pname GLint param @@ -19183,10 +19183,10 @@ typedef unsigned int GLhandleARB; void glNamedFramebufferRenderbufferEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment GLenum renderbuffertarget - GLuint renderbuffer + GLuint renderbuffer void glNamedFramebufferSampleLocationsfvARB @@ -19218,42 +19218,42 @@ typedef unsigned int GLhandleARB; void glNamedFramebufferTexture1DEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment GLenum textarget - GLuint texture - GLint level + GLuint texture + GLint level void glNamedFramebufferTexture2DEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment GLenum textarget - GLuint texture - GLint level + GLuint texture + GLint level void glNamedFramebufferTexture3DEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment GLenum textarget - GLuint texture - GLint level - GLint zoffset + GLuint texture + GLint level + GLint zoffset void glNamedFramebufferTextureEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment - GLuint texture - GLint level + GLuint texture + GLint level void glNamedFramebufferTextureFaceEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment - GLuint texture - GLint level + GLuint texture + GLint level GLenum face @@ -19266,11 +19266,11 @@ typedef unsigned int GLhandleARB; void glNamedFramebufferTextureLayerEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment - GLuint texture - GLint level - GLint layer + GLuint texture + GLint level + GLint layer void glNamedProgramLocalParameter4dEXT @@ -19385,7 +19385,7 @@ typedef unsigned int GLhandleARB; void glNamedRenderbufferStorageEXT - GLuint renderbuffer + GLuint renderbuffer GLenum internalformat GLsizei width GLsizei height @@ -19400,7 +19400,7 @@ typedef unsigned int GLhandleARB; void glNamedRenderbufferStorageMultisampleAdvancedAMD - GLuint renderbuffer + GLuint renderbuffer GLsizei samples GLsizei storageSamples GLenum internalformat @@ -19409,7 +19409,7 @@ typedef unsigned int GLhandleARB; void glNamedRenderbufferStorageMultisampleCoverageEXT - GLuint renderbuffer + GLuint renderbuffer GLsizei coverageSamples GLsizei colorSamples GLenum internalformat @@ -19418,7 +19418,7 @@ typedef unsigned int GLhandleARB; void glNamedRenderbufferStorageMultisampleEXT - GLuint renderbuffer + GLuint renderbuffer GLsizei samples GLenum internalformat GLsizei width @@ -19434,7 +19434,7 @@ typedef unsigned int GLhandleARB; void glNewList - GLuint list + GLuint list GLenum mode @@ -19458,21 +19458,21 @@ typedef unsigned int GLhandleARB; void glNormal3d - GLdouble nx - GLdouble ny - GLdouble nz + GLdouble nx + GLdouble ny + GLdouble nz void glNormal3dv - const GLdouble *v + const GLdouble *v void glNormal3f - GLfloat nx - GLfloat ny - GLfloat nz + GLfloat nx + GLfloat ny + GLfloat nz @@ -19491,19 +19491,19 @@ typedef unsigned int GLhandleARB; void glNormal3fv - const GLfloat *v + const GLfloat *v void glNormal3hNV - GLhalfNV nx - GLhalfNV ny - GLhalfNV nz + GLhalfNV nx + GLhalfNV ny + GLhalfNV nz void glNormal3hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -19751,7 +19751,7 @@ typedef unsigned int GLhandleARB; void glPassThrough - GLfloat token + GLfloat token @@ -19789,16 +19789,16 @@ typedef unsigned int GLhandleARB; void glPathCommandsNV - GLuint path + GLuint path GLsizei numCommands - const GLubyte *commands + const GLubyte *commands GLsizei numCoords GLenum coordType const void *coords void glPathCoordsNV - GLuint path + GLuint path GLsizei numCoords GLenum coordType const void *coords @@ -19809,7 +19809,7 @@ typedef unsigned int GLhandleARB; void glPathDashArrayNV - GLuint path + GLuint path GLsizei dashCount const GLfloat *dashArray @@ -19839,19 +19839,19 @@ typedef unsigned int GLhandleARB; void glPathGlyphRangeNV - GLuint firstPathName + GLuint firstPathName GLenum fontTarget const void *fontName GLbitfield fontStyle GLuint firstGlyph GLsizei numGlyphs GLenum handleMissingGlyphs - GLuint pathParameterTemplate + GLuint pathParameterTemplate GLfloat emScale void glPathGlyphsNV - GLuint firstPathName + GLuint firstPathName GLenum fontTarget const void *fontName GLbitfield fontStyle @@ -19859,7 +19859,7 @@ typedef unsigned int GLhandleARB; GLenum type const void *charcodes GLenum handleMissingGlyphs - GLuint pathParameterTemplate + GLuint pathParameterTemplate GLfloat emScale @@ -19876,25 +19876,25 @@ typedef unsigned int GLhandleARB; void glPathParameterfNV - GLuint path + GLuint path GLenum pname GLfloat value void glPathParameterfvNV - GLuint path + GLuint path GLenum pname const GLfloat *value void glPathParameteriNV - GLuint path + GLuint path GLenum pname GLint value void glPathParameterivNV - GLuint path + GLuint path GLenum pname const GLint *value @@ -19906,30 +19906,30 @@ typedef unsigned int GLhandleARB; void glPathStencilFuncNV GLenum func - GLint ref - GLuint mask + GLint ref + GLuint mask void glPathStringNV - GLuint path + GLuint path GLenum format GLsizei length const void *pathString void glPathSubCommandsNV - GLuint path + GLuint path GLsizei commandStart GLsizei commandsToDelete GLsizei numCommands - const GLubyte *commands + const GLubyte *commands GLsizei numCoords GLenum coordType const void *coords void glPathSubCoordsNV - GLuint path + GLuint path GLsizei coordStart GLsizei numCoords GLenum coordType @@ -19958,7 +19958,7 @@ typedef unsigned int GLhandleARB; void glPixelMapfv GLenum map - GLsizei mapsize + GLsizei mapsize const GLfloat *values @@ -19966,7 +19966,7 @@ typedef unsigned int GLhandleARB; void glPixelMapuiv GLenum map - GLsizei mapsize + GLsizei mapsize const GLuint *values @@ -19974,7 +19974,7 @@ typedef unsigned int GLhandleARB; void glPixelMapusv GLenum map - GLsizei mapsize + GLsizei mapsize const GLushort *values @@ -19988,13 +19988,13 @@ typedef unsigned int GLhandleARB; void glPixelStoref GLenum pname - GLfloat param + GLfloat param void glPixelStorei GLenum pname - GLint param + GLint param @@ -20005,22 +20005,22 @@ typedef unsigned int GLhandleARB; void glPixelTexGenParameterfSGIS GLenum pname - GLfloat param + GLfloat param void glPixelTexGenParameterfvSGIS GLenum pname - const GLfloat *params + const GLfloat *params void glPixelTexGenParameteriSGIS GLenum pname - GLint param + GLint param void glPixelTexGenParameterivSGIS GLenum pname - const GLint *params + const GLint *params void glPixelTexGenSGIX @@ -20030,13 +20030,13 @@ typedef unsigned int GLhandleARB; void glPixelTransferf GLenum pname - GLfloat param + GLfloat param void glPixelTransferi GLenum pname - GLint param + GLint param @@ -20083,7 +20083,7 @@ typedef unsigned int GLhandleARB; GLboolean glPointAlongPathNV - GLuint path + GLuint path GLsizei startSegment GLsizei numSegments GLfloat distance @@ -20095,51 +20095,51 @@ typedef unsigned int GLhandleARB; void glPointParameterf GLenum pname - GLfloat param + GLfloat param void glPointParameterfARB GLenum pname - GLfloat param + GLfloat param void glPointParameterfEXT GLenum pname - GLfloat param + GLfloat param void glPointParameterfSGIS GLenum pname - GLfloat param + GLfloat param void glPointParameterfv GLenum pname - const GLfloat *params + const GLfloat *params void glPointParameterfvARB GLenum pname - const GLfloat *params + const GLfloat *params void glPointParameterfvEXT GLenum pname - const GLfloat *params + const GLfloat *params void glPointParameterfvSGIS GLenum pname - const GLfloat *params + const GLfloat *params @@ -20190,7 +20190,7 @@ typedef unsigned int GLhandleARB; void glPointSize - GLfloat size + GLfloat size @@ -20388,15 +20388,15 @@ typedef unsigned int GLhandleARB; void glPrioritizeTextures GLsizei n - const GLuint *textures + const GLuint *textures const GLfloat *priorities void glPrioritizeTexturesEXT GLsizei n - const GLuint *textures - const GLclampf *priorities + const GLuint *textures + const GLclampf *priorities @@ -20404,7 +20404,7 @@ typedef unsigned int GLhandleARB; void glPrioritizeTexturesxOES GLsizei n const GLuint *textures - const GLfixed *priorities + const GLfixed *priorities void glProgramBinary @@ -21870,7 +21870,7 @@ typedef unsigned int GLhandleARB; void glPushName - GLuint name + GLuint name @@ -21910,46 +21910,46 @@ typedef unsigned int GLhandleARB; void glRasterPos2d - GLdouble x - GLdouble y + GLdouble x + GLdouble y void glRasterPos2dv - const GLdouble *v + const GLdouble *v void glRasterPos2f - GLfloat x - GLfloat y + GLfloat x + GLfloat y void glRasterPos2fv - const GLfloat *v + const GLfloat *v void glRasterPos2i - GLint x - GLint y + GLint x + GLint y void glRasterPos2iv - const GLint *v + const GLint *v void glRasterPos2s - GLshort x - GLshort y + GLshort x + GLshort y void glRasterPos2sv - const GLshort *v + const GLshort *v @@ -21963,50 +21963,50 @@ typedef unsigned int GLhandleARB; void glRasterPos3d - GLdouble x - GLdouble y - GLdouble z + GLdouble x + GLdouble y + GLdouble z void glRasterPos3dv - const GLdouble *v + const GLdouble *v void glRasterPos3f - GLfloat x - GLfloat y - GLfloat z + GLfloat x + GLfloat y + GLfloat z void glRasterPos3fv - const GLfloat *v + const GLfloat *v void glRasterPos3i - GLint x - GLint y - GLint z + GLint x + GLint y + GLint z void glRasterPos3iv - const GLint *v + const GLint *v void glRasterPos3s - GLshort x - GLshort y - GLshort z + GLshort x + GLshort y + GLshort z void glRasterPos3sv - const GLshort *v + const GLshort *v @@ -22021,54 +22021,54 @@ typedef unsigned int GLhandleARB; void glRasterPos4d - GLdouble x - GLdouble y - GLdouble z - GLdouble w + GLdouble x + GLdouble y + GLdouble z + GLdouble w void glRasterPos4dv - const GLdouble *v + const GLdouble *v void glRasterPos4f - GLfloat x - GLfloat y - GLfloat z - GLfloat w + GLfloat x + GLfloat y + GLfloat z + GLfloat w void glRasterPos4fv - const GLfloat *v + const GLfloat *v void glRasterPos4i - GLint x - GLint y - GLint z - GLint w + GLint x + GLint y + GLint z + GLint w void glRasterPos4iv - const GLint *v + const GLint *v void glRasterPos4s - GLshort x - GLshort y - GLshort z - GLshort w + GLshort x + GLshort y + GLshort z + GLshort w void glRasterPos4sv - const GLshort *v + const GLshort *v @@ -22108,8 +22108,8 @@ typedef unsigned int GLhandleARB; void glReadPixels - GLint x - GLint y + GLint x + GLint y GLsizei width GLsizei height GLenum format @@ -22155,8 +22155,8 @@ typedef unsigned int GLhandleARB; void glReadnPixelsKHR - GLint x - GLint y + GLint x + GLint y GLsizei width GLsizei height GLenum format @@ -22172,58 +22172,58 @@ typedef unsigned int GLhandleARB; void glRectd - GLdouble x1 - GLdouble y1 - GLdouble x2 - GLdouble y2 + GLdouble x1 + GLdouble y1 + GLdouble x2 + GLdouble y2 void glRectdv - const GLdouble *v1 - const GLdouble *v2 + const GLdouble *v1 + const GLdouble *v2 void glRectf - GLfloat x1 - GLfloat y1 - GLfloat x2 - GLfloat y2 + GLfloat x1 + GLfloat y1 + GLfloat x2 + GLfloat y2 void glRectfv - const GLfloat *v1 - const GLfloat *v2 + const GLfloat *v1 + const GLfloat *v2 void glRecti - GLint x1 - GLint y1 - GLint x2 - GLint y2 + GLint x1 + GLint y1 + GLint x2 + GLint y2 void glRectiv - const GLint *v1 - const GLint *v2 + const GLint *v1 + const GLint *v2 void glRects - GLshort x1 - GLshort y1 - GLshort x2 - GLshort y2 + GLshort x1 + GLshort y1 + GLshort x2 + GLshort y2 void glRectsv - const GLshort *v1 - const GLshort *v2 + const GLshort *v1 + const GLshort *v2 @@ -22365,7 +22365,7 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiColor3fVertex3fSUN - GLuint rc + GLuint rc GLfloat r GLfloat g GLfloat b @@ -22375,13 +22375,13 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiColor3fVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLfloat *c const GLfloat *v void glReplacementCodeuiColor4fNormal3fVertex3fSUN - GLuint rc + GLuint rc GLfloat r GLfloat g GLfloat b @@ -22395,14 +22395,14 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiColor4fNormal3fVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLfloat *c const GLfloat *n const GLfloat *v void glReplacementCodeuiColor4ubVertex3fSUN - GLuint rc + GLuint rc GLubyte r GLubyte g GLubyte b @@ -22413,13 +22413,13 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiColor4ubVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLubyte *c const GLfloat *v void glReplacementCodeuiNormal3fVertex3fSUN - GLuint rc + GLuint rc GLfloat nx GLfloat ny GLfloat nz @@ -22429,7 +22429,7 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiNormal3fVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLfloat *n const GLfloat *v @@ -22439,7 +22439,7 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN - GLuint rc + GLuint rc GLfloat s GLfloat t GLfloat r @@ -22455,7 +22455,7 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLfloat *tc const GLfloat *c const GLfloat *n @@ -22463,7 +22463,7 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN - GLuint rc + GLuint rc GLfloat s GLfloat t GLfloat nx @@ -22475,14 +22475,14 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLfloat *tc const GLfloat *n const GLfloat *v void glReplacementCodeuiTexCoord2fVertex3fSUN - GLuint rc + GLuint rc GLfloat s GLfloat t GLfloat x @@ -22491,20 +22491,20 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiTexCoord2fVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLfloat *tc const GLfloat *v void glReplacementCodeuiVertex3fSUN - GLuint rc + GLuint rc GLfloat x GLfloat y GLfloat z void glReplacementCodeuiVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLfloat *v @@ -22628,7 +22628,7 @@ typedef unsigned int GLhandleARB; void glSampleMaskEXT - GLclampf value + GLclampf value GLboolean invert @@ -22638,7 +22638,7 @@ typedef unsigned int GLhandleARB; void glSampleMaskSGIS - GLclampf value + GLclampf value GLboolean invert @@ -22750,8 +22750,8 @@ typedef unsigned int GLhandleARB; void glScissor - GLint x - GLint y + GLint x + GLint y GLsizei width GLsizei height @@ -22784,8 +22784,8 @@ typedef unsigned int GLhandleARB; void glScissorExclusiveNV - GLint x - GLint y + GLint x + GLint y GLsizei width GLsizei height @@ -22834,221 +22834,221 @@ typedef unsigned int GLhandleARB; void glSecondaryColor3b - GLbyte red - GLbyte green - GLbyte blue + GLbyte red + GLbyte green + GLbyte blue void glSecondaryColor3bEXT - GLbyte red - GLbyte green - GLbyte blue + GLbyte red + GLbyte green + GLbyte blue void glSecondaryColor3bv - const GLbyte *v + const GLbyte *v void glSecondaryColor3bvEXT - const GLbyte *v + const GLbyte *v void glSecondaryColor3d - GLdouble red - GLdouble green - GLdouble blue + GLdouble red + GLdouble green + GLdouble blue void glSecondaryColor3dEXT - GLdouble red - GLdouble green - GLdouble blue + GLdouble red + GLdouble green + GLdouble blue void glSecondaryColor3dv - const GLdouble *v + const GLdouble *v void glSecondaryColor3dvEXT - const GLdouble *v + const GLdouble *v void glSecondaryColor3f - GLfloat red - GLfloat green - GLfloat blue + GLfloat red + GLfloat green + GLfloat blue void glSecondaryColor3fEXT - GLfloat red - GLfloat green - GLfloat blue + GLfloat red + GLfloat green + GLfloat blue void glSecondaryColor3fv - const GLfloat *v + const GLfloat *v void glSecondaryColor3fvEXT - const GLfloat *v + const GLfloat *v void glSecondaryColor3hNV - GLhalfNV red - GLhalfNV green - GLhalfNV blue + GLhalfNV red + GLhalfNV green + GLhalfNV blue void glSecondaryColor3hvNV - const GLhalfNV *v + const GLhalfNV *v void glSecondaryColor3i - GLint red - GLint green - GLint blue + GLint red + GLint green + GLint blue void glSecondaryColor3iEXT - GLint red - GLint green - GLint blue + GLint red + GLint green + GLint blue void glSecondaryColor3iv - const GLint *v + const GLint *v void glSecondaryColor3ivEXT - const GLint *v + const GLint *v void glSecondaryColor3s - GLshort red - GLshort green - GLshort blue + GLshort red + GLshort green + GLshort blue void glSecondaryColor3sEXT - GLshort red - GLshort green - GLshort blue + GLshort red + GLshort green + GLshort blue void glSecondaryColor3sv - const GLshort *v + const GLshort *v void glSecondaryColor3svEXT - const GLshort *v + const GLshort *v void glSecondaryColor3ub - GLubyte red - GLubyte green - GLubyte blue + GLubyte red + GLubyte green + GLubyte blue void glSecondaryColor3ubEXT - GLubyte red - GLubyte green - GLubyte blue + GLubyte red + GLubyte green + GLubyte blue void glSecondaryColor3ubv - const GLubyte *v + const GLubyte *v void glSecondaryColor3ubvEXT - const GLubyte *v + const GLubyte *v void glSecondaryColor3ui - GLuint red - GLuint green - GLuint blue + GLuint red + GLuint green + GLuint blue void glSecondaryColor3uiEXT - GLuint red - GLuint green - GLuint blue + GLuint red + GLuint green + GLuint blue void glSecondaryColor3uiv - const GLuint *v + const GLuint *v void glSecondaryColor3uivEXT - const GLuint *v + const GLuint *v void glSecondaryColor3us - GLushort red - GLushort green - GLushort blue + GLushort red + GLushort green + GLushort blue void glSecondaryColor3usEXT - GLushort red - GLushort green - GLushort blue + GLushort red + GLushort green + GLushort blue void glSecondaryColor3usv - const GLushort *v + const GLushort *v void glSecondaryColor3usvEXT - const GLushort *v + const GLushort *v @@ -23094,7 +23094,7 @@ typedef unsigned int GLhandleARB; void glSelectBuffer GLsizei size - GLuint *buffer + GLuint *buffer @@ -23145,11 +23145,11 @@ typedef unsigned int GLhandleARB; void glSetFenceAPPLE - GLuint fence + GLuint fence void glSetFenceNV - GLuint fence + GLuint fence GLenum condition @@ -23218,7 +23218,7 @@ typedef unsigned int GLhandleARB; void glShaderSourceARB - GLhandleARB shaderObj + GLhandleARB shaderObj GLsizei count const GLcharARB **string const GLint *length @@ -23307,25 +23307,25 @@ typedef unsigned int GLhandleARB; void glSpriteParameterfSGIX GLenum pname - GLfloat param + GLfloat param void glSpriteParameterfvSGIX GLenum pname - const GLfloat *params + const GLfloat *params void glSpriteParameteriSGIX GLenum pname - GLint param + GLint param void glSpriteParameterivSGIX GLenum pname - const GLint *params + const GLint *params @@ -23355,49 +23355,49 @@ typedef unsigned int GLhandleARB; void glStencilFillPathInstancedNV GLsizei numPaths GLenum pathNameType - const void *paths - GLuint pathBase + const void *paths + GLuint pathBase GLenum fillMode - GLuint mask + GLuint mask GLenum transformType const GLfloat *transformValues void glStencilFillPathNV - GLuint path + GLuint path GLenum fillMode - GLuint mask + GLuint mask void glStencilFunc GLenum func - GLint ref - GLuint mask + GLint ref + GLuint mask void glStencilFuncSeparate GLenum face GLenum func - GLint ref - GLuint mask + GLint ref + GLuint mask void glStencilFuncSeparateATI GLenum frontfunc GLenum backfunc - GLint ref - GLuint mask + GLint ref + GLuint mask void glStencilMask - GLuint mask + GLuint mask void glStencilMaskSeparate GLenum face - GLuint mask + GLuint mask void glStencilOp @@ -23430,18 +23430,18 @@ typedef unsigned int GLhandleARB; void glStencilStrokePathInstancedNV GLsizei numPaths GLenum pathNameType - const void *paths - GLuint pathBase - GLint reference - GLuint mask + const void *paths + GLuint pathBase + GLint reference + GLuint mask GLenum transformType const GLfloat *transformValues void glStencilStrokePathNV - GLuint path - GLint reference - GLuint mask + GLuint path + GLint reference + GLuint mask void glStencilThenCoverFillPathInstancedNV @@ -23526,25 +23526,25 @@ typedef unsigned int GLhandleARB; void glTangent3dEXT - GLdouble tx - GLdouble ty - GLdouble tz + GLdouble tx + GLdouble ty + GLdouble tz void glTangent3dvEXT - const GLdouble *v + const GLdouble *v void glTangent3fEXT - GLfloat tx - GLfloat ty - GLfloat tz + GLfloat tx + GLfloat ty + GLfloat tz void glTangent3fvEXT - const GLfloat *v + const GLfloat *v void glTangent3iEXT @@ -23588,11 +23588,11 @@ typedef unsigned int GLhandleARB; GLboolean glTestFenceAPPLE - GLuint fence + GLuint fence GLboolean glTestFenceNV - GLuint fence + GLuint fence @@ -23639,16 +23639,16 @@ typedef unsigned int GLhandleARB; GLenum target GLenum internalformat GLuint buffer - GLintptr offset - GLsizeiptr size + GLintptr offset + GLsizeiptr size void glTexBufferRangeEXT GLenum target GLenum internalformat GLuint buffer - GLintptr offset - GLsizeiptr size + GLintptr offset + GLsizeiptr size @@ -23656,8 +23656,8 @@ typedef unsigned int GLhandleARB; GLenum target GLenum internalformat GLuint buffer - GLintptr offset - GLsizeiptr size + GLintptr offset + GLsizeiptr size @@ -23680,52 +23680,52 @@ typedef unsigned int GLhandleARB; void glTexCoord1d - GLdouble s + GLdouble s void glTexCoord1dv - const GLdouble *v + const GLdouble *v void glTexCoord1f - GLfloat s + GLfloat s void glTexCoord1fv - const GLfloat *v + const GLfloat *v void glTexCoord1hNV - GLhalfNV s + GLhalfNV s void glTexCoord1hvNV - const GLhalfNV *v + const GLhalfNV *v void glTexCoord1i - GLint s + GLint s void glTexCoord1iv - const GLint *v + const GLint *v void glTexCoord1s - GLshort s + GLshort s void glTexCoord1sv - const GLshort *v + const GLshort *v @@ -23747,19 +23747,19 @@ typedef unsigned int GLhandleARB; void glTexCoord2d - GLdouble s - GLdouble t + GLdouble s + GLdouble t void glTexCoord2dv - const GLdouble *v + const GLdouble *v void glTexCoord2f - GLfloat s - GLfloat t + GLfloat s + GLfloat t @@ -23851,40 +23851,40 @@ typedef unsigned int GLhandleARB; void glTexCoord2fv - const GLfloat *v + const GLfloat *v void glTexCoord2hNV - GLhalfNV s - GLhalfNV t + GLhalfNV s + GLhalfNV t void glTexCoord2hvNV - const GLhalfNV *v + const GLhalfNV *v void glTexCoord2i - GLint s - GLint t + GLint s + GLint t void glTexCoord2iv - const GLint *v + const GLint *v void glTexCoord2s - GLshort s - GLshort t + GLshort s + GLshort t void glTexCoord2sv - const GLshort *v + const GLshort *v @@ -23908,62 +23908,62 @@ typedef unsigned int GLhandleARB; void glTexCoord3d - GLdouble s - GLdouble t - GLdouble r + GLdouble s + GLdouble t + GLdouble r void glTexCoord3dv - const GLdouble *v + const GLdouble *v void glTexCoord3f - GLfloat s - GLfloat t - GLfloat r + GLfloat s + GLfloat t + GLfloat r void glTexCoord3fv - const GLfloat *v + const GLfloat *v void glTexCoord3hNV - GLhalfNV s - GLhalfNV t - GLhalfNV r + GLhalfNV s + GLhalfNV t + GLhalfNV r void glTexCoord3hvNV - const GLhalfNV *v + const GLhalfNV *v void glTexCoord3i - GLint s - GLint t - GLint r + GLint s + GLint t + GLint r void glTexCoord3iv - const GLint *v + const GLint *v void glTexCoord3s - GLshort s - GLshort t - GLshort r + GLshort s + GLshort t + GLshort r void glTexCoord3sv - const GLshort *v + const GLshort *v @@ -23989,23 +23989,23 @@ typedef unsigned int GLhandleARB; void glTexCoord4d - GLdouble s - GLdouble t - GLdouble r - GLdouble q + GLdouble s + GLdouble t + GLdouble r + GLdouble q void glTexCoord4dv - const GLdouble *v + const GLdouble *v void glTexCoord4f - GLfloat s - GLfloat t - GLfloat r - GLfloat q + GLfloat s + GLfloat t + GLfloat r + GLfloat q @@ -24051,46 +24051,46 @@ typedef unsigned int GLhandleARB; void glTexCoord4fv - const GLfloat *v + const GLfloat *v void glTexCoord4hNV - GLhalfNV s - GLhalfNV t - GLhalfNV r - GLhalfNV q + GLhalfNV s + GLhalfNV t + GLhalfNV r + GLhalfNV q void glTexCoord4hvNV - const GLhalfNV *v + const GLhalfNV *v void glTexCoord4i - GLint s - GLint t - GLint r - GLint q + GLint s + GLint t + GLint r + GLint q void glTexCoord4iv - const GLint *v + const GLint *v void glTexCoord4s - GLshort s - GLshort t - GLshort r - GLshort q + GLshort s + GLshort t + GLshort r + GLshort q void glTexCoord4sv - const GLshort *v + const GLshort *v @@ -24183,28 +24183,28 @@ typedef unsigned int GLhandleARB; void glTexEnvf GLenum target GLenum pname - GLfloat param + GLfloat param void glTexEnvfv GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glTexEnvi GLenum target GLenum pname - GLint param + GLint param void glTexEnviv GLenum target GLenum pname - const GLint *params + const GLint *params @@ -24233,16 +24233,16 @@ typedef unsigned int GLhandleARB; void glTexEstimateMotionQCOM - GLuint ref - GLuint target - GLuint output + GLuint ref + GLuint target + GLuint output void glTexEstimateMotionRegionsQCOM - GLuint ref - GLuint target - GLuint output - GLuint mask + GLuint ref + GLuint target + GLuint output + GLuint mask void glExtrapolateTex2DQCOM @@ -24277,7 +24277,7 @@ typedef unsigned int GLhandleARB; void glTexGenf GLenum coord GLenum pname - GLfloat param + GLfloat param @@ -24290,7 +24290,7 @@ typedef unsigned int GLhandleARB; void glTexGenfv GLenum coord GLenum pname - const GLfloat *params + const GLfloat *params @@ -24303,7 +24303,7 @@ typedef unsigned int GLhandleARB; void glTexGeni GLenum coord GLenum pname - GLint param + GLint param @@ -24316,7 +24316,7 @@ typedef unsigned int GLhandleARB; void glTexGeniv GLenum coord GLenum pname - const GLint *params + const GLint *params @@ -24340,10 +24340,10 @@ typedef unsigned int GLhandleARB; void glTexImage1D GLenum target - GLint level + GLint level GLint internalformat GLsizei width - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -24353,11 +24353,11 @@ typedef unsigned int GLhandleARB; void glTexImage2D GLenum target - GLint level + GLint level GLint internalformat GLsizei width GLsizei height - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -24386,12 +24386,12 @@ typedef unsigned int GLhandleARB; void glTexImage3D GLenum target - GLint level + GLint level GLint internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -24401,12 +24401,12 @@ typedef unsigned int GLhandleARB; void glTexImage3DEXT GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -24450,13 +24450,13 @@ typedef unsigned int GLhandleARB; void glTexImage4DSGIS GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height GLsizei depth GLsizei size4d - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -24548,28 +24548,28 @@ typedef unsigned int GLhandleARB; void glTexParameterf GLenum target GLenum pname - GLfloat param + GLfloat param void glTexParameterfv GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glTexParameteri GLenum target GLenum pname - GLint param + GLint param void glTexParameteriv GLenum target GLenum pname - const GLint *params + const GLint *params @@ -24767,8 +24767,8 @@ typedef unsigned int GLhandleARB; void glTexSubImage1D GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLenum type @@ -24779,8 +24779,8 @@ typedef unsigned int GLhandleARB; void glTexSubImage1DEXT GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLenum type @@ -24791,9 +24791,9 @@ typedef unsigned int GLhandleARB; void glTexSubImage2D GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format @@ -24805,9 +24805,9 @@ typedef unsigned int GLhandleARB; void glTexSubImage2DEXT GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format @@ -24819,10 +24819,10 @@ typedef unsigned int GLhandleARB; void glTexSubImage3D GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth @@ -24835,10 +24835,10 @@ typedef unsigned int GLhandleARB; void glTexSubImage3DEXT GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth @@ -24865,11 +24865,11 @@ typedef unsigned int GLhandleARB; void glTexSubImage4DSGIS GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset - GLint woffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset + GLint woffset GLsizei width GLsizei height GLsizei depth @@ -24900,7 +24900,7 @@ typedef unsigned int GLhandleARB; void glTextureBufferEXT - GLuint texture + GLuint texture GLenum target GLenum internalformat GLuint buffer @@ -24911,16 +24911,16 @@ typedef unsigned int GLhandleARB; GLenum internalformat GLuint buffer GLintptr offset - GLsizeiptr size + GLsizeiptr size void glTextureBufferRangeEXT - GLuint texture + GLuint texture GLenum target GLenum internalformat GLuint buffer - GLintptr offset - GLsizeiptr size + GLintptr offset + GLsizeiptr size void glTextureColorMaskSGIS @@ -24932,36 +24932,36 @@ typedef unsigned int GLhandleARB; void glTextureFoveationParametersQCOM - GLuint texture + GLuint texture GLuint layer GLuint focalPoint - GLfloat focalX - GLfloat focalY - GLfloat gainX - GLfloat gainY - GLfloat foveaArea + GLfloat focalX + GLfloat focalY + GLfloat gainX + GLfloat gainY + GLfloat foveaArea void glTextureImage1DEXT - GLuint texture + GLuint texture GLenum target - GLint level + GLint level GLint internalformat GLsizei width - GLint border + GLint border GLenum format GLenum type const void *pixels void glTextureImage2DEXT - GLuint texture + GLuint texture GLenum target - GLint level + GLint level GLint internalformat GLsizei width GLsizei height - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -24989,14 +24989,14 @@ typedef unsigned int GLhandleARB; void glTextureImage3DEXT - GLuint texture + GLuint texture GLenum target - GLint level + GLint level GLint internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -25072,10 +25072,10 @@ typedef unsigned int GLhandleARB; void glTextureParameterIivEXT - GLuint texture + GLuint texture GLenum target GLenum pname - const GLint *params + const GLint *params void glTextureParameterIuiv @@ -25085,7 +25085,7 @@ typedef unsigned int GLhandleARB; void glTextureParameterIuivEXT - GLuint texture + GLuint texture GLenum target GLenum pname const GLuint *params @@ -25098,10 +25098,10 @@ typedef unsigned int GLhandleARB; void glTextureParameterfEXT - GLuint texture + GLuint texture GLenum target GLenum pname - GLfloat param + GLfloat param @@ -25112,10 +25112,10 @@ typedef unsigned int GLhandleARB; void glTextureParameterfvEXT - GLuint texture + GLuint texture GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glTextureParameteri @@ -25125,10 +25125,10 @@ typedef unsigned int GLhandleARB; void glTextureParameteriEXT - GLuint texture + GLuint texture GLenum target GLenum pname - GLint param + GLint param @@ -25139,10 +25139,10 @@ typedef unsigned int GLhandleARB; void glTextureParameterivEXT - GLuint texture + GLuint texture GLenum target GLenum pname - const GLint *params + const GLint *params void glTextureRangeAPPLE @@ -25152,7 +25152,7 @@ typedef unsigned int GLhandleARB; void glTextureRenderbufferEXT - GLuint texture + GLuint texture GLenum target GLuint renderbuffer @@ -25199,7 +25199,7 @@ typedef unsigned int GLhandleARB; void glTextureStorage2DMultisampleEXT - GLuint texture + GLuint texture GLenum target GLsizei samples GLenum internalformat @@ -25323,10 +25323,10 @@ typedef unsigned int GLhandleARB; void glTextureSubImage1DEXT - GLuint texture + GLuint texture GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLenum type @@ -25346,11 +25346,11 @@ typedef unsigned int GLhandleARB; void glTextureSubImage2DEXT - GLuint texture + GLuint texture GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format @@ -25373,12 +25373,12 @@ typedef unsigned int GLhandleARB; void glTextureSubImage3DEXT - GLuint texture + GLuint texture GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth @@ -25447,7 +25447,7 @@ typedef unsigned int GLhandleARB; GLuint index GLuint buffer GLintptr offset - GLsizeiptr size + GLsizeiptr size void glTransformFeedbackStreamAttribsNV @@ -25482,8 +25482,8 @@ typedef unsigned int GLhandleARB; void glTransformPathNV - GLuint resultPath - GLuint srcPath + GLuint resultPath + GLuint srcPath GLenum transformType const GLfloat *transformValues @@ -26408,7 +26408,7 @@ typedef unsigned int GLhandleARB; void glUseProgramObjectARB - GLhandleARB programObj + GLhandleARB programObj @@ -26433,7 +26433,7 @@ typedef unsigned int GLhandleARB; void glVDPAUGetSurfaceivNV - GLvdpauSurfaceNV surface + GLvdpauSurfaceNV surface GLenum pname GLsizei count GLsizei *length @@ -26446,29 +26446,29 @@ typedef unsigned int GLhandleARB; GLboolean glVDPAUIsSurfaceNV - GLvdpauSurfaceNV surface + GLvdpauSurfaceNV surface void glVDPAUMapSurfacesNV GLsizei numSurfaces - const GLvdpauSurfaceNV *surfaces + const GLvdpauSurfaceNV *surfaces - GLvdpauSurfaceNV glVDPAURegisterOutputSurfaceNV + GLvdpauSurfaceNV glVDPAURegisterOutputSurfaceNV const void *vdpSurface GLenum target GLsizei numTextureNames const GLuint *textureNames - GLvdpauSurfaceNV glVDPAURegisterVideoSurfaceNV + GLvdpauSurfaceNV glVDPAURegisterVideoSurfaceNV const void *vdpSurface GLenum target GLsizei numTextureNames const GLuint *textureNames - GLvdpauSurfaceNV glVDPAURegisterVideoSurfaceWithPictureStructureNV + GLvdpauSurfaceNV glVDPAURegisterVideoSurfaceWithPictureStructureNV const void *vdpSurface GLenum target GLsizei numTextureNames @@ -26477,17 +26477,17 @@ typedef unsigned int GLhandleARB; void glVDPAUSurfaceAccessNV - GLvdpauSurfaceNV surface + GLvdpauSurfaceNV surface GLenum access void glVDPAUUnmapSurfacesNV GLsizei numSurface - const GLvdpauSurfaceNV *surfaces + const GLvdpauSurfaceNV *surfaces void glVDPAUUnregisterSurfaceNV - GLvdpauSurfaceNV surface + GLvdpauSurfaceNV surface void glValidateProgram @@ -26495,7 +26495,7 @@ typedef unsigned int GLhandleARB; void glValidateProgramARB - GLhandleARB programObj + GLhandleARB programObj @@ -26572,57 +26572,57 @@ typedef unsigned int GLhandleARB; void glVertex2d - GLdouble x - GLdouble y + GLdouble x + GLdouble y void glVertex2dv - const GLdouble *v + const GLdouble *v void glVertex2f - GLfloat x - GLfloat y + GLfloat x + GLfloat y void glVertex2fv - const GLfloat *v + const GLfloat *v void glVertex2hNV - GLhalfNV x - GLhalfNV y + GLhalfNV x + GLhalfNV y void glVertex2hvNV - const GLhalfNV *v + const GLhalfNV *v void glVertex2i - GLint x - GLint y + GLint x + GLint y void glVertex2iv - const GLint *v + const GLint *v void glVertex2s - GLshort x - GLshort y + GLshort x + GLshort y void glVertex2sv - const GLshort *v + const GLshort *v @@ -26645,62 +26645,62 @@ typedef unsigned int GLhandleARB; void glVertex3d - GLdouble x - GLdouble y - GLdouble z + GLdouble x + GLdouble y + GLdouble z void glVertex3dv - const GLdouble *v + const GLdouble *v void glVertex3f - GLfloat x - GLfloat y - GLfloat z + GLfloat x + GLfloat y + GLfloat z void glVertex3fv - const GLfloat *v + const GLfloat *v void glVertex3hNV - GLhalfNV x - GLhalfNV y - GLhalfNV z + GLhalfNV x + GLhalfNV y + GLhalfNV z void glVertex3hvNV - const GLhalfNV *v + const GLhalfNV *v void glVertex3i - GLint x - GLint y - GLint z + GLint x + GLint y + GLint z void glVertex3iv - const GLint *v + const GLint *v void glVertex3s - GLshort x - GLshort y - GLshort z + GLshort x + GLshort y + GLshort z void glVertex3sv - const GLshort *v + const GLshort *v @@ -26725,67 +26725,67 @@ typedef unsigned int GLhandleARB; void glVertex4d - GLdouble x - GLdouble y - GLdouble z - GLdouble w + GLdouble x + GLdouble y + GLdouble z + GLdouble w void glVertex4dv - const GLdouble *v + const GLdouble *v void glVertex4f - GLfloat x - GLfloat y - GLfloat z - GLfloat w + GLfloat x + GLfloat y + GLfloat z + GLfloat w void glVertex4fv - const GLfloat *v + const GLfloat *v void glVertex4hNV - GLhalfNV x - GLhalfNV y - GLhalfNV z - GLhalfNV w + GLhalfNV x + GLhalfNV y + GLhalfNV z + GLhalfNV w void glVertex4hvNV - const GLhalfNV *v + const GLhalfNV *v void glVertex4i - GLint x - GLint y - GLint z - GLint w + GLint x + GLint y + GLint z + GLint w void glVertex4iv - const GLint *v + const GLint *v void glVertex4s - GLshort x - GLshort y - GLshort z - GLshort w + GLshort x + GLshort y + GLshort z + GLshort w void glVertex4sv - const GLshort *v + const GLshort *v @@ -26834,7 +26834,7 @@ typedef unsigned int GLhandleARB; GLuint vaobj GLuint bindingindex GLuint buffer - GLintptr offset + GLintptr offset GLsizei stride @@ -26986,7 +26986,7 @@ typedef unsigned int GLhandleARB; GLint size GLenum type GLsizei stride - GLintptr offset + GLintptr offset void glVertexArrayVertexAttribOffsetEXT @@ -27114,13 +27114,13 @@ typedef unsigned int GLhandleARB; void glVertexAttrib1hNV GLuint index - GLhalfNV x + GLhalfNV x void glVertexAttrib1hvNV GLuint index - const GLhalfNV *v + const GLhalfNV *v @@ -27252,14 +27252,14 @@ typedef unsigned int GLhandleARB; void glVertexAttrib2hNV GLuint index - GLhalfNV x - GLhalfNV y + GLhalfNV x + GLhalfNV y void glVertexAttrib2hvNV GLuint index - const GLhalfNV *v + const GLhalfNV *v @@ -27400,15 +27400,15 @@ typedef unsigned int GLhandleARB; void glVertexAttrib3hNV GLuint index - GLhalfNV x - GLhalfNV y - GLhalfNV z + GLhalfNV x + GLhalfNV y + GLhalfNV z void glVertexAttrib3hvNV GLuint index - const GLhalfNV *v + const GLhalfNV *v @@ -27654,16 +27654,16 @@ typedef unsigned int GLhandleARB; void glVertexAttrib4hNV GLuint index - GLhalfNV x - GLhalfNV y - GLhalfNV z - GLhalfNV w + GLhalfNV x + GLhalfNV y + GLhalfNV z + GLhalfNV w void glVertexAttrib4hvNV GLuint index - const GLhalfNV *v + const GLhalfNV *v @@ -27729,10 +27729,10 @@ typedef unsigned int GLhandleARB; void glVertexAttrib4ubNV GLuint index - GLubyte x - GLubyte y - GLubyte z - GLubyte w + GLubyte x + GLubyte y + GLubyte z + GLubyte w @@ -27750,7 +27750,7 @@ typedef unsigned int GLhandleARB; void glVertexAttrib4ubvNV GLuint index - const GLubyte *v + const GLubyte *v @@ -28467,7 +28467,7 @@ typedef unsigned int GLhandleARB; void glVertexAttribs1hvNV GLuint index GLsizei n - const GLhalfNV *v + const GLhalfNV *v @@ -28495,7 +28495,7 @@ typedef unsigned int GLhandleARB; void glVertexAttribs2hvNV GLuint index GLsizei n - const GLhalfNV *v + const GLhalfNV *v @@ -28523,7 +28523,7 @@ typedef unsigned int GLhandleARB; void glVertexAttribs3hvNV GLuint index GLsizei n - const GLhalfNV *v + const GLhalfNV *v @@ -28551,7 +28551,7 @@ typedef unsigned int GLhandleARB; void glVertexAttribs4hvNV GLuint index GLsizei n - const GLhalfNV *v + const GLhalfNV *v @@ -28565,7 +28565,7 @@ typedef unsigned int GLhandleARB; void glVertexAttribs4ubvNV GLuint index GLsizei count - const GLubyte *v + const GLubyte *v @@ -28856,12 +28856,12 @@ typedef unsigned int GLhandleARB; void glVertexWeighthNV - GLhalfNV weight + GLhalfNV weight void glVertexWeighthvNV - const GLhalfNV *weight + const GLhalfNV *weight @@ -28893,8 +28893,8 @@ typedef unsigned int GLhandleARB; void glViewport - GLint x - GLint y + GLint x + GLint y GLsizei width GLsizei height @@ -28994,7 +28994,7 @@ typedef unsigned int GLhandleARB; void glWaitSync - GLsync sync + GLsync sync GLbitfield flags GLuint64 timeout @@ -29007,9 +29007,9 @@ typedef unsigned int GLhandleARB; void glWeightPathsNV - GLuint resultPath + GLuint resultPath GLsizei numPaths - const GLuint *paths + const GLuint *paths const GLfloat *weights @@ -29076,351 +29076,351 @@ typedef unsigned int GLhandleARB; void glWindowPos2d - GLdouble x - GLdouble y + GLdouble x + GLdouble y void glWindowPos2dARB - GLdouble x - GLdouble y + GLdouble x + GLdouble y void glWindowPos2dMESA - GLdouble x - GLdouble y + GLdouble x + GLdouble y void glWindowPos2dv - const GLdouble *v + const GLdouble *v void glWindowPos2dvARB - const GLdouble *v + const GLdouble *v void glWindowPos2dvMESA - const GLdouble *v + const GLdouble *v void glWindowPos2f - GLfloat x - GLfloat y + GLfloat x + GLfloat y void glWindowPos2fARB - GLfloat x - GLfloat y + GLfloat x + GLfloat y void glWindowPos2fMESA - GLfloat x - GLfloat y + GLfloat x + GLfloat y void glWindowPos2fv - const GLfloat *v + const GLfloat *v void glWindowPos2fvARB - const GLfloat *v + const GLfloat *v void glWindowPos2fvMESA - const GLfloat *v + const GLfloat *v void glWindowPos2i - GLint x - GLint y + GLint x + GLint y void glWindowPos2iARB - GLint x - GLint y + GLint x + GLint y void glWindowPos2iMESA - GLint x - GLint y + GLint x + GLint y void glWindowPos2iv - const GLint *v + const GLint *v void glWindowPos2ivARB - const GLint *v + const GLint *v void glWindowPos2ivMESA - const GLint *v + const GLint *v void glWindowPos2s - GLshort x - GLshort y + GLshort x + GLshort y void glWindowPos2sARB - GLshort x - GLshort y + GLshort x + GLshort y void glWindowPos2sMESA - GLshort x - GLshort y + GLshort x + GLshort y void glWindowPos2sv - const GLshort *v + const GLshort *v void glWindowPos2svARB - const GLshort *v + const GLshort *v void glWindowPos2svMESA - const GLshort *v + const GLshort *v void glWindowPos3d - GLdouble x - GLdouble y - GLdouble z + GLdouble x + GLdouble y + GLdouble z void glWindowPos3dARB - GLdouble x - GLdouble y - GLdouble z + GLdouble x + GLdouble y + GLdouble z void glWindowPos3dMESA - GLdouble x - GLdouble y - GLdouble z + GLdouble x + GLdouble y + GLdouble z void glWindowPos3dv - const GLdouble *v + const GLdouble *v void glWindowPos3dvARB - const GLdouble *v + const GLdouble *v void glWindowPos3dvMESA - const GLdouble *v + const GLdouble *v void glWindowPos3f - GLfloat x - GLfloat y - GLfloat z + GLfloat x + GLfloat y + GLfloat z void glWindowPos3fARB - GLfloat x - GLfloat y - GLfloat z + GLfloat x + GLfloat y + GLfloat z void glWindowPos3fMESA - GLfloat x - GLfloat y - GLfloat z + GLfloat x + GLfloat y + GLfloat z void glWindowPos3fv - const GLfloat *v + const GLfloat *v void glWindowPos3fvARB - const GLfloat *v + const GLfloat *v void glWindowPos3fvMESA - const GLfloat *v + const GLfloat *v void glWindowPos3i - GLint x - GLint y - GLint z + GLint x + GLint y + GLint z void glWindowPos3iARB - GLint x - GLint y - GLint z + GLint x + GLint y + GLint z void glWindowPos3iMESA - GLint x - GLint y - GLint z + GLint x + GLint y + GLint z void glWindowPos3iv - const GLint *v + const GLint *v void glWindowPos3ivARB - const GLint *v + const GLint *v void glWindowPos3ivMESA - const GLint *v + const GLint *v void glWindowPos3s - GLshort x - GLshort y - GLshort z + GLshort x + GLshort y + GLshort z void glWindowPos3sARB - GLshort x - GLshort y - GLshort z + GLshort x + GLshort y + GLshort z void glWindowPos3sMESA - GLshort x - GLshort y - GLshort z + GLshort x + GLshort y + GLshort z void glWindowPos3sv - const GLshort *v + const GLshort *v void glWindowPos3svARB - const GLshort *v + const GLshort *v void glWindowPos3svMESA - const GLshort *v + const GLshort *v void glWindowPos4dMESA - GLdouble x - GLdouble y - GLdouble z - GLdouble w + GLdouble x + GLdouble y + GLdouble z + GLdouble w void glWindowPos4dvMESA - const GLdouble *v + const GLdouble *v void glWindowPos4fMESA - GLfloat x - GLfloat y - GLfloat z - GLfloat w + GLfloat x + GLfloat y + GLfloat z + GLfloat w void glWindowPos4fvMESA - const GLfloat *v + const GLfloat *v void glWindowPos4iMESA - GLint x - GLint y - GLint z - GLint w + GLint x + GLint y + GLint z + GLint w void glWindowPos4ivMESA - const GLint *v + const GLint *v void glWindowPos4sMESA - GLshort x - GLshort y - GLshort z - GLshort w + GLshort x + GLshort y + GLshort z + GLshort w void glWindowPos4svMESA - const GLshort *v + const GLshort *v void glWindowRectanglesEXT @@ -47335,3 +47335,4 @@ typedef unsigned int GLhandleARB; + From 4ff6e3ffc09b6fb71c34adcdceca4a6bc8b1ab33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Tue, 9 Aug 2022 01:33:14 +0200 Subject: [PATCH 02/70] Changed all Boolean group attributes into the new kind attribute --- xml/gl.xml | 506 ++++++++++++++++++++++++++--------------------------- 1 file changed, 253 insertions(+), 253 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 7c02c411..bda177b4 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -7141,30 +7141,30 @@ typedef unsigned int GLhandleARB; GLenum mode - GLboolean glAcquireKeyedMutexWin32EXT + GLboolean glAcquireKeyedMutexWin32EXT GLuint memory GLuint64 key GLuint timeout - GLboolean glAreProgramsResidentNV + GLboolean glAreProgramsResidentNV GLsizei n const GLuint *programs - GLboolean *residences + GLboolean *residences - GLboolean glAreTexturesResident + GLboolean glAreTexturesResident GLsizei n const GLuint *textures - GLboolean *residences + GLboolean *residences - GLboolean glAreTexturesResidentEXT + GLboolean glAreTexturesResidentEXT GLsizei n const GLuint *textures - GLboolean *residences + GLboolean *residences @@ -7480,7 +7480,7 @@ typedef unsigned int GLhandleARB; GLuint unit GLuint texture GLint level - GLboolean layered + GLboolean layered GLint layer GLenum access GLenum format @@ -7490,7 +7490,7 @@ typedef unsigned int GLhandleARB; GLuint index GLuint texture GLint level - GLboolean layered + GLboolean layered GLint layer GLenum access GLint format @@ -8107,7 +8107,7 @@ typedef unsigned int GLhandleARB; GLenum target GLintptr offset GLsizeiptr size - GLboolean commit + GLboolean commit void glBufferPageCommitmentMemNV @@ -8116,7 +8116,7 @@ typedef unsigned int GLhandleARB; GLsizeiptr size GLuint memory GLuint64 memOffset - GLboolean commit + GLboolean commit void glBufferParameteriAPPLE @@ -8929,46 +8929,46 @@ typedef unsigned int GLhandleARB; void glColorMask - GLboolean red - GLboolean green - GLboolean blue - GLboolean alpha + GLboolean red + GLboolean green + GLboolean blue + GLboolean alpha void glColorMaskIndexedEXT GLuint index - GLboolean r - GLboolean g - GLboolean b - GLboolean a + GLboolean r + GLboolean g + GLboolean b + GLboolean a void glColorMaski GLuint index - GLboolean r - GLboolean g - GLboolean b - GLboolean a + GLboolean r + GLboolean g + GLboolean b + GLboolean a void glColorMaskiEXT GLuint index - GLboolean r - GLboolean g - GLboolean b - GLboolean a + GLboolean r + GLboolean g + GLboolean b + GLboolean a void glColorMaskiOES GLuint index - GLboolean r - GLboolean g - GLboolean b - GLboolean a + GLboolean r + GLboolean g + GLboolean b + GLboolean a @@ -9128,9 +9128,9 @@ typedef unsigned int GLhandleARB; GLenum sumOutput GLenum scale GLenum bias - GLboolean abDotProduct - GLboolean cdDotProduct - GLboolean muxSum + GLboolean abDotProduct + GLboolean cdDotProduct + GLboolean muxSum @@ -10202,7 +10202,7 @@ typedef unsigned int GLhandleARB; void glCoverageMaskNV - GLboolean mask + GLboolean mask void glCoverageModulationNV @@ -10384,7 +10384,7 @@ typedef unsigned int GLhandleARB; GLenum severity GLsizei count const GLuint *ids - GLboolean enabled + GLboolean enabled void glDebugMessageControlARB @@ -10393,7 +10393,7 @@ typedef unsigned int GLhandleARB; GLenum severity GLsizei count const GLuint *ids - GLboolean enabled + GLboolean enabled @@ -10403,7 +10403,7 @@ typedef unsigned int GLhandleARB; GLenum severity GLsizei count const GLuint *ids - GLboolean enabled + GLboolean enabled @@ -10412,7 +10412,7 @@ typedef unsigned int GLhandleARB; GLenum severity GLsizei count const GLuint *ids - GLboolean enabled + GLboolean enabled void glDebugMessageInsert @@ -10752,7 +10752,7 @@ typedef unsigned int GLhandleARB; void glDepthMask - GLboolean flag + GLboolean flag @@ -11503,7 +11503,7 @@ typedef unsigned int GLhandleARB; void glEdgeFlag - GLboolean flag + GLboolean flag @@ -11519,7 +11519,7 @@ typedef unsigned int GLhandleARB; void glEdgeFlagPointerEXT GLsizei stride GLsizei count - const GLboolean *pointer + const GLboolean *pointer void glEdgeFlagPointerListIBM @@ -11529,7 +11529,7 @@ typedef unsigned int GLhandleARB; void glEdgeFlagv - const GLboolean *flag + const GLboolean *flag @@ -11876,7 +11876,7 @@ typedef unsigned int GLhandleARB; GLint *numTextures - GLboolean glExtIsProgramBinaryQCOM + GLboolean glExtIsProgramBinaryQCOM GLuint program @@ -12977,7 +12977,7 @@ typedef unsigned int GLhandleARB; void glGetBooleanIndexedvEXT GLenum target GLuint index - GLboolean *data + GLboolean *data @@ -12985,12 +12985,12 @@ typedef unsigned int GLhandleARB; void glGetBooleani_v GLenum target GLuint index - GLboolean *data + GLboolean *data void glGetBooleanv GLenum pname - GLboolean *data + GLboolean *data @@ -13594,7 +13594,7 @@ typedef unsigned int GLhandleARB; void glGetHistogram GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type void *values @@ -13604,7 +13604,7 @@ typedef unsigned int GLhandleARB; void glGetHistogramEXT GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type void *values @@ -13648,7 +13648,7 @@ typedef unsigned int GLhandleARB; GLuint64 glGetImageHandleARB GLuint texture GLint level - GLboolean layered + GLboolean layered GLint layer GLenum format @@ -13656,7 +13656,7 @@ typedef unsigned int GLhandleARB; GLuint64 glGetImageHandleNV GLuint texture GLint level - GLboolean layered + GLboolean layered GLint layer GLenum format @@ -13772,7 +13772,7 @@ typedef unsigned int GLhandleARB; void glGetInvariantBooleanvEXT GLuint id GLenum value - GLboolean *data + GLboolean *data void glGetInvariantFloatvEXT @@ -13834,7 +13834,7 @@ typedef unsigned int GLhandleARB; void glGetLocalConstantBooleanvEXT GLuint id GLenum value - GLboolean *data + GLboolean *data void glGetLocalConstantFloatvEXT @@ -13869,7 +13869,7 @@ typedef unsigned int GLhandleARB; GLenum type GLsizei ustride GLsizei vstride - GLboolean packed + GLboolean packed void *points @@ -13960,7 +13960,7 @@ typedef unsigned int GLhandleARB; void glGetMinmax GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type void *values @@ -13970,7 +13970,7 @@ typedef unsigned int GLhandleARB; void glGetMinmaxEXT GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type void *values @@ -15709,7 +15709,7 @@ typedef unsigned int GLhandleARB; void glGetVariantBooleanvEXT GLuint id GLenum value - GLboolean *data + GLboolean *data void glGetVariantFloatvEXT @@ -16039,7 +16039,7 @@ typedef unsigned int GLhandleARB; void glGetnHistogram GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type GLsizei bufSize @@ -16048,7 +16048,7 @@ typedef unsigned int GLhandleARB; void glGetnHistogramARB GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type GLsizei bufSize @@ -16099,7 +16099,7 @@ typedef unsigned int GLhandleARB; void glGetnMinmax GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type GLsizei bufSize @@ -16108,7 +16108,7 @@ typedef unsigned int GLhandleARB; void glGetnMinmaxARB GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type GLsizei bufSize @@ -16358,7 +16358,7 @@ typedef unsigned int GLhandleARB; GLenum target GLsizei width GLenum internalformat - GLboolean sink + GLboolean sink @@ -16366,7 +16366,7 @@ typedef unsigned int GLhandleARB; GLenum target GLsizei width GLenum internalformat - GLboolean sink + GLboolean sink @@ -16636,269 +16636,269 @@ typedef unsigned int GLhandleARB; GLsizei depth - GLboolean glIsAsyncMarkerSGIX + GLboolean glIsAsyncMarkerSGIX GLuint marker - GLboolean glIsBuffer + GLboolean glIsBuffer GLuint buffer - GLboolean glIsBufferARB + GLboolean glIsBufferARB GLuint buffer - GLboolean glIsBufferResidentNV + GLboolean glIsBufferResidentNV GLenum target - GLboolean glIsCommandListNV + GLboolean glIsCommandListNV GLuint list - GLboolean glIsEnabled + GLboolean glIsEnabled GLenum cap - GLboolean glIsEnabledIndexedEXT + GLboolean glIsEnabledIndexedEXT GLenum target GLuint index - GLboolean glIsEnabledi + GLboolean glIsEnabledi GLenum target GLuint index - GLboolean glIsEnablediEXT + GLboolean glIsEnablediEXT GLenum target GLuint index - GLboolean glIsEnablediNV + GLboolean glIsEnablediNV GLenum target GLuint index - GLboolean glIsEnablediOES + GLboolean glIsEnablediOES GLenum target GLuint index - GLboolean glIsFenceAPPLE + GLboolean glIsFenceAPPLE GLuint fence - GLboolean glIsFenceNV + GLboolean glIsFenceNV GLuint fence - GLboolean glIsFramebuffer + GLboolean glIsFramebuffer GLuint framebuffer - GLboolean glIsFramebufferEXT + GLboolean glIsFramebufferEXT GLuint framebuffer - GLboolean glIsFramebufferOES + GLboolean glIsFramebufferOES GLuint framebuffer - GLboolean glIsImageHandleResidentARB + GLboolean glIsImageHandleResidentARB GLuint64 handle - GLboolean glIsImageHandleResidentNV + GLboolean glIsImageHandleResidentNV GLuint64 handle - GLboolean glIsList + GLboolean glIsList GLuint list - GLboolean glIsMemoryObjectEXT + GLboolean glIsMemoryObjectEXT GLuint memoryObject - GLboolean glIsNameAMD + GLboolean glIsNameAMD GLenum identifier GLuint name - GLboolean glIsNamedBufferResidentNV + GLboolean glIsNamedBufferResidentNV GLuint buffer - GLboolean glIsNamedStringARB + GLboolean glIsNamedStringARB GLint namelen const GLchar *name - GLboolean glIsObjectBufferATI + GLboolean glIsObjectBufferATI GLuint buffer - GLboolean glIsOcclusionQueryNV + GLboolean glIsOcclusionQueryNV GLuint id - GLboolean glIsPathNV + GLboolean glIsPathNV GLuint path - GLboolean glIsPointInFillPathNV + GLboolean glIsPointInFillPathNV GLuint path GLuint mask GLfloat x GLfloat y - GLboolean glIsPointInStrokePathNV + GLboolean glIsPointInStrokePathNV GLuint path GLfloat x GLfloat y - GLboolean glIsProgram + GLboolean glIsProgram GLuint program - GLboolean glIsProgramARB + GLboolean glIsProgramARB GLuint program - GLboolean glIsProgramNV + GLboolean glIsProgramNV GLuint id - GLboolean glIsProgramPipeline + GLboolean glIsProgramPipeline GLuint pipeline - GLboolean glIsProgramPipelineEXT + GLboolean glIsProgramPipelineEXT GLuint pipeline - GLboolean glIsQuery + GLboolean glIsQuery GLuint id - GLboolean glIsQueryARB + GLboolean glIsQueryARB GLuint id - GLboolean glIsQueryEXT + GLboolean glIsQueryEXT GLuint id - GLboolean glIsRenderbuffer + GLboolean glIsRenderbuffer GLuint renderbuffer - GLboolean glIsRenderbufferEXT + GLboolean glIsRenderbufferEXT GLuint renderbuffer - GLboolean glIsRenderbufferOES + GLboolean glIsRenderbufferOES GLuint renderbuffer - GLboolean glIsSemaphoreEXT + GLboolean glIsSemaphoreEXT GLuint semaphore - GLboolean glIsSampler + GLboolean glIsSampler GLuint sampler - GLboolean glIsShader + GLboolean glIsShader GLuint shader - GLboolean glIsStateNV + GLboolean glIsStateNV GLuint state - GLboolean glIsSync + GLboolean glIsSync GLsync sync - GLboolean glIsSyncAPPLE + GLboolean glIsSyncAPPLE GLsync sync - GLboolean glIsTexture + GLboolean glIsTexture GLuint texture - GLboolean glIsTextureEXT + GLboolean glIsTextureEXT GLuint texture - GLboolean glIsTextureHandleResidentARB + GLboolean glIsTextureHandleResidentARB GLuint64 handle - GLboolean glIsTextureHandleResidentNV + GLboolean glIsTextureHandleResidentNV GLuint64 handle - GLboolean glIsTransformFeedback + GLboolean glIsTransformFeedback GLuint id - GLboolean glIsTransformFeedbackNV + GLboolean glIsTransformFeedbackNV GLuint id - GLboolean glIsVariantEnabledEXT + GLboolean glIsVariantEnabledEXT GLuint id GLenum cap - GLboolean glIsVertexArray + GLboolean glIsVertexArray GLuint array - GLboolean glIsVertexArrayAPPLE + GLboolean glIsVertexArrayAPPLE GLuint array - GLboolean glIsVertexArrayOES + GLboolean glIsVertexArrayOES GLuint array - GLboolean glIsVertexAttribEnabledAPPLE + GLboolean glIsVertexAttribEnabledAPPLE GLuint index GLenum pname @@ -17351,7 +17351,7 @@ typedef unsigned int GLhandleARB; GLsizei vstride GLint uorder GLint vorder - GLboolean packed + GLboolean packed const void *points @@ -17779,14 +17779,14 @@ typedef unsigned int GLhandleARB; void glMinmax GLenum target GLenum internalformat - GLboolean sink + GLboolean sink void glMinmaxEXT GLenum target GLenum internalformat - GLboolean sink + GLboolean sink @@ -19075,14 +19075,14 @@ typedef unsigned int GLhandleARB; GLuint buffer GLintptr offset GLsizeiptr size - GLboolean commit + GLboolean commit void glNamedBufferPageCommitmentEXT GLuint buffer GLintptr offset GLsizeiptr size - GLboolean commit + GLboolean commit void glNamedBufferPageCommitmentMemNV @@ -19091,7 +19091,7 @@ typedef unsigned int GLhandleARB; GLsizeiptr size GLuint memory GLuint64 memOffset - GLboolean commit + GLboolean commit void glNamedBufferStorage @@ -20082,7 +20082,7 @@ typedef unsigned int GLhandleARB; GLfixed yfactor - GLboolean glPointAlongPathNV + GLboolean glPointAlongPathNV GLuint path GLsizei startSegment GLsizei numSegments @@ -21512,7 +21512,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21520,7 +21520,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21528,7 +21528,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21536,7 +21536,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21545,7 +21545,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21553,7 +21553,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21561,7 +21561,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21569,7 +21569,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21578,7 +21578,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21586,7 +21586,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21594,7 +21594,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21602,7 +21602,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21611,7 +21611,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21619,7 +21619,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21627,7 +21627,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21635,7 +21635,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21644,7 +21644,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21652,7 +21652,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21660,7 +21660,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21668,7 +21668,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21677,7 +21677,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21685,7 +21685,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21693,7 +21693,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21701,7 +21701,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21710,7 +21710,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21718,7 +21718,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21726,7 +21726,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21734,7 +21734,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21743,7 +21743,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21751,7 +21751,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21759,7 +21759,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21767,7 +21767,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21776,7 +21776,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21784,7 +21784,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21792,7 +21792,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21800,7 +21800,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -22085,7 +22085,7 @@ typedef unsigned int GLhandleARB; void glRasterSamplesEXT GLuint samples - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glReadBuffer @@ -22166,7 +22166,7 @@ typedef unsigned int GLhandleARB; - GLboolean glReleaseKeyedMutexWin32EXT + GLboolean glReleaseKeyedMutexWin32EXT GLuint memory GLuint64 key @@ -22601,24 +22601,24 @@ typedef unsigned int GLhandleARB; void glSampleCoverage GLfloat value - GLboolean invert + GLboolean invert void glSampleCoverageARB GLfloat value - GLboolean invert + GLboolean invert void glSampleCoveragex GLclampx value - GLboolean invert + GLboolean invert void glSampleCoveragexOES GLclampx value - GLboolean invert + GLboolean invert void glSampleMapATI @@ -22629,7 +22629,7 @@ typedef unsigned int GLhandleARB; void glSampleMaskEXT GLclampf value - GLboolean invert + GLboolean invert void glSampleMaskIndexedNV @@ -22639,7 +22639,7 @@ typedef unsigned int GLhandleARB; void glSampleMaskSGIS GLclampf value - GLboolean invert + GLboolean invert @@ -23100,7 +23100,7 @@ typedef unsigned int GLhandleARB; void glSelectPerfMonitorCountersAMD GLuint monitor - GLboolean enable + GLboolean enable GLuint group GLint numCounters GLuint *counterList @@ -23241,7 +23241,7 @@ typedef unsigned int GLhandleARB; void glShadingRateImageBarrierNV - GLboolean synchronize + GLboolean synchronize void glShadingRateQCOM @@ -23587,16 +23587,16 @@ typedef unsigned int GLhandleARB; GLenum mode - GLboolean glTestFenceAPPLE + GLboolean glTestFenceAPPLE GLuint fence - GLboolean glTestFenceNV + GLboolean glTestFenceNV GLuint fence - GLboolean glTestObjectAPPLE + GLboolean glTestObjectAPPLE GLenum object GLuint name @@ -24371,7 +24371,7 @@ typedef unsigned int GLhandleARB; GLenum internalformat GLsizei width GLsizei height - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTexImage2DMultisampleCoverageNV @@ -24381,7 +24381,7 @@ typedef unsigned int GLhandleARB; GLint internalFormat GLsizei width GLsizei height - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations void glTexImage3D @@ -24421,7 +24421,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTexImage3DMultisampleCoverageNV @@ -24432,7 +24432,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations void glTexImage3DOES @@ -24472,7 +24472,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean commit + GLboolean commit void glTexPageCommitmentEXT @@ -24484,7 +24484,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean commit + GLboolean commit @@ -24500,7 +24500,7 @@ typedef unsigned int GLhandleARB; GLsizei depth GLuint memory GLuint64 offset - GLboolean commit + GLboolean commit void glTexParameterIiv @@ -24640,7 +24640,7 @@ typedef unsigned int GLhandleARB; GLenum internalformat GLsizei width GLsizei height - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTexStorage3D @@ -24669,7 +24669,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTexStorage3DMultisampleOES @@ -24679,7 +24679,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations @@ -24727,7 +24727,7 @@ typedef unsigned int GLhandleARB; GLenum internalFormat GLsizei width GLsizei height - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations GLuint memory GLuint64 offset @@ -24750,7 +24750,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations GLuint memory GLuint64 offset @@ -24924,10 +24924,10 @@ typedef unsigned int GLhandleARB; void glTextureColorMaskSGIS - GLboolean red - GLboolean green - GLboolean blue - GLboolean alpha + GLboolean red + GLboolean green + GLboolean blue + GLboolean alpha @@ -24975,7 +24975,7 @@ typedef unsigned int GLhandleARB; GLint internalFormat GLsizei width GLsizei height - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations void glTextureImage2DMultisampleNV @@ -24985,7 +24985,7 @@ typedef unsigned int GLhandleARB; GLint internalFormat GLsizei width GLsizei height - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations void glTextureImage3DEXT @@ -25011,7 +25011,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations void glTextureImage3DMultisampleNV @@ -25022,7 +25022,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations void glTextureLightEXT @@ -25047,7 +25047,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean commit + GLboolean commit void glTexturePageCommitmentMemNV @@ -25062,7 +25062,7 @@ typedef unsigned int GLhandleARB; GLsizei depth GLuint memory GLuint64 offset - GLboolean commit + GLboolean commit void glTextureParameterIiv @@ -25195,7 +25195,7 @@ typedef unsigned int GLhandleARB; GLenum internalformat GLsizei width GLsizei height - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTextureStorage2DMultisampleEXT @@ -25205,7 +25205,7 @@ typedef unsigned int GLhandleARB; GLenum internalformat GLsizei width GLsizei height - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTextureStorage3D @@ -25234,7 +25234,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTextureStorage3DMultisampleEXT @@ -25245,7 +25245,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTextureStorageMem1DEXT @@ -25273,7 +25273,7 @@ typedef unsigned int GLhandleARB; GLenum internalFormat GLsizei width GLsizei height - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations GLuint memory GLuint64 offset @@ -25296,7 +25296,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations GLuint memory GLuint64 offset @@ -26139,21 +26139,21 @@ typedef unsigned int GLhandleARB; void glUniformMatrix2dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix2fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value void glUniformMatrix2fvARB GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26161,14 +26161,14 @@ typedef unsigned int GLhandleARB; void glUniformMatrix2x3dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix2x3fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26176,7 +26176,7 @@ typedef unsigned int GLhandleARB; void glUniformMatrix2x3fvNV GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26184,14 +26184,14 @@ typedef unsigned int GLhandleARB; void glUniformMatrix2x4dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix2x4fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26199,7 +26199,7 @@ typedef unsigned int GLhandleARB; void glUniformMatrix2x4fvNV GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26207,21 +26207,21 @@ typedef unsigned int GLhandleARB; void glUniformMatrix3dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix3fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value void glUniformMatrix3fvARB GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26229,14 +26229,14 @@ typedef unsigned int GLhandleARB; void glUniformMatrix3x2dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix3x2fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26244,7 +26244,7 @@ typedef unsigned int GLhandleARB; void glUniformMatrix3x2fvNV GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26252,14 +26252,14 @@ typedef unsigned int GLhandleARB; void glUniformMatrix3x4dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix3x4fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26267,7 +26267,7 @@ typedef unsigned int GLhandleARB; void glUniformMatrix3x4fvNV GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26275,21 +26275,21 @@ typedef unsigned int GLhandleARB; void glUniformMatrix4dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix4fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value void glUniformMatrix4fvARB GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26297,14 +26297,14 @@ typedef unsigned int GLhandleARB; void glUniformMatrix4x2dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix4x2fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26312,7 +26312,7 @@ typedef unsigned int GLhandleARB; void glUniformMatrix4x2fvNV GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26320,14 +26320,14 @@ typedef unsigned int GLhandleARB; void glUniformMatrix4x3dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix4x3fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26335,7 +26335,7 @@ typedef unsigned int GLhandleARB; void glUniformMatrix4x3fvNV GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26360,25 +26360,25 @@ typedef unsigned int GLhandleARB; void glUnlockArraysEXT - GLboolean glUnmapBuffer + GLboolean glUnmapBuffer GLenum target - GLboolean glUnmapBufferARB + GLboolean glUnmapBufferARB GLenum target - GLboolean glUnmapBufferOES + GLboolean glUnmapBufferOES GLenum target - GLboolean glUnmapNamedBuffer + GLboolean glUnmapNamedBuffer GLuint buffer - GLboolean glUnmapNamedBufferEXT + GLboolean glUnmapNamedBufferEXT GLuint buffer @@ -26445,7 +26445,7 @@ typedef unsigned int GLhandleARB; const void *getProcAddress - GLboolean glVDPAUIsSurfaceNV + GLboolean glVDPAUIsSurfaceNV GLvdpauSurfaceNV surface @@ -26473,7 +26473,7 @@ typedef unsigned int GLhandleARB; GLenum target GLsizei numTextureNames const GLuint *textureNames - GLboolean isFrameStructure + GLboolean isFrameStructure void glVDPAUSurfaceAccessNV @@ -26810,7 +26810,7 @@ typedef unsigned int GLhandleARB; GLuint attribindex GLint size GLenum type - GLboolean normalized + GLboolean normalized GLuint relativeoffset @@ -26949,7 +26949,7 @@ typedef unsigned int GLhandleARB; GLuint attribindex GLint size GLenum type - GLboolean normalized + GLboolean normalized GLuint relativeoffset @@ -26995,7 +26995,7 @@ typedef unsigned int GLhandleARB; GLuint index GLint size GLenum type - GLboolean normalized + GLboolean normalized GLsizei stride GLintptr offset @@ -27781,7 +27781,7 @@ typedef unsigned int GLhandleARB; GLuint index GLint size GLenum type - GLboolean normalized + GLboolean normalized GLsizei stride GLuint buffer GLuint offset @@ -27825,7 +27825,7 @@ typedef unsigned int GLhandleARB; GLuint attribindex GLint size GLenum type - GLboolean normalized + GLboolean normalized GLuint relativeoffset @@ -27833,7 +27833,7 @@ typedef unsigned int GLhandleARB; GLuint index GLint size GLenum type - GLboolean normalized + GLboolean normalized GLsizei stride @@ -28364,56 +28364,56 @@ typedef unsigned int GLhandleARB; void glVertexAttribP1ui GLuint index GLenum type - GLboolean normalized + GLboolean normalized GLuint value void glVertexAttribP1uiv GLuint index GLenum type - GLboolean normalized + GLboolean normalized const GLuint *value void glVertexAttribP2ui GLuint index GLenum type - GLboolean normalized + GLboolean normalized GLuint value void glVertexAttribP2uiv GLuint index GLenum type - GLboolean normalized + GLboolean normalized const GLuint *value void glVertexAttribP3ui GLuint index GLenum type - GLboolean normalized + GLboolean normalized GLuint value void glVertexAttribP3uiv GLuint index GLenum type - GLboolean normalized + GLboolean normalized const GLuint *value void glVertexAttribP4ui GLuint index GLenum type - GLboolean normalized + GLboolean normalized GLuint value void glVertexAttribP4uiv GLuint index GLenum type - GLboolean normalized + GLboolean normalized const GLuint *value @@ -28427,7 +28427,7 @@ typedef unsigned int GLhandleARB; GLuint index GLint size GLenum type - GLboolean normalized + GLboolean normalized GLsizei stride const void *pointer @@ -28436,7 +28436,7 @@ typedef unsigned int GLhandleARB; GLuint index GLint size GLenum type - GLboolean normalized + GLboolean normalized GLsizei stride const void *pointer From e2a495f9a6b55449cc00b2924fc3769257fb084a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:39:02 +0200 Subject: [PATCH 03/70] Removed kind tag for parameters that already had a class tag --- xml/gl.xml | 220 ++++++++++++++++++++++++++--------------------------- 1 file changed, 110 insertions(+), 110 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index bda177b4..9ff60faf 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -7156,14 +7156,14 @@ typedef unsigned int GLhandleARB; GLboolean glAreTexturesResident GLsizei n - const GLuint *textures + const GLuint *textures GLboolean *residences GLboolean glAreTexturesResidentEXT GLsizei n - const GLuint *textures + const GLuint *textures GLboolean *residences @@ -7515,7 +7515,7 @@ typedef unsigned int GLhandleARB; void glBindMultiTextureEXT GLenum texunit GLenum target - GLuint texture + GLuint texture GLuint glBindParameterEXT @@ -7583,13 +7583,13 @@ typedef unsigned int GLhandleARB; void glBindTexture GLenum target - GLuint texture + GLuint texture void glBindTextureEXT GLenum target - GLuint texture + GLuint texture @@ -8207,7 +8207,7 @@ typedef unsigned int GLhandleARB; GLenum glCheckNamedFramebufferStatusEXT - GLuint framebuffer + GLuint framebuffer GLenum target @@ -8508,13 +8508,13 @@ typedef unsigned int GLhandleARB; GLenum glClientWaitSync - GLsync sync + GLsync sync GLbitfield flags GLuint64 timeout GLenum glClientWaitSyncAPPLE - GLsync sync + GLsync sync GLbitfield flags GLuint64 timeout @@ -9453,7 +9453,7 @@ typedef unsigned int GLhandleARB; void glCompressedTextureImage1DEXT - GLuint texture + GLuint texture GLenum target GLint level GLenum internalformat @@ -9464,7 +9464,7 @@ typedef unsigned int GLhandleARB; void glCompressedTextureImage2DEXT - GLuint texture + GLuint texture GLenum target GLint level GLenum internalformat @@ -9476,7 +9476,7 @@ typedef unsigned int GLhandleARB; void glCompressedTextureImage3DEXT - GLuint texture + GLuint texture GLenum target GLint level GLenum internalformat @@ -9499,7 +9499,7 @@ typedef unsigned int GLhandleARB; void glCompressedTextureSubImage1DEXT - GLuint texture + GLuint texture GLenum target GLint level GLint xoffset @@ -9522,7 +9522,7 @@ typedef unsigned int GLhandleARB; void glCompressedTextureSubImage2DEXT - GLuint texture + GLuint texture GLenum target GLint level GLint xoffset @@ -9549,7 +9549,7 @@ typedef unsigned int GLhandleARB; void glCompressedTextureSubImage3DEXT - GLuint texture + GLuint texture GLenum target GLint level GLint xoffset @@ -10075,7 +10075,7 @@ typedef unsigned int GLhandleARB; void glCopyTextureImage1DEXT - GLuint texture + GLuint texture GLenum target GLint level GLenum internalformat @@ -10086,7 +10086,7 @@ typedef unsigned int GLhandleARB; void glCopyTextureImage2DEXT - GLuint texture + GLuint texture GLenum target GLint level GLenum internalformat @@ -10114,7 +10114,7 @@ typedef unsigned int GLhandleARB; void glCopyTextureSubImage1DEXT - GLuint texture + GLuint texture GLenum target GLint level GLint xoffset @@ -10135,7 +10135,7 @@ typedef unsigned int GLhandleARB; void glCopyTextureSubImage2DEXT - GLuint texture + GLuint texture GLenum target GLint level GLint xoffset @@ -10159,7 +10159,7 @@ typedef unsigned int GLhandleARB; void glCopyTextureSubImage3DEXT - GLuint texture + GLuint texture GLenum target GLint level GLint xoffset @@ -10310,7 +10310,7 @@ typedef unsigned int GLhandleARB; GLuint *states - GLsync glCreateSyncFromCLeventARB + GLsync glCreateSyncFromCLeventARB struct _cl_context *context struct _cl_event *event GLbitfield flags @@ -10548,7 +10548,7 @@ typedef unsigned int GLhandleARB; void glDeleteLists - GLuint list + GLuint list GLsizei range @@ -10681,7 +10681,7 @@ typedef unsigned int GLhandleARB; void glDeleteSync - GLsync sync + GLsync sync void glDeleteSyncAPPLE @@ -10691,13 +10691,13 @@ typedef unsigned int GLhandleARB; void glDeleteTextures GLsizei n - const GLuint *textures + const GLuint *textures void glDeleteTexturesEXT GLsizei n - const GLuint *textures + const GLuint *textures @@ -11905,12 +11905,12 @@ typedef unsigned int GLhandleARB; const GLfixed *buffer - GLsync glFenceSync + GLsync glFenceSync GLenum condition GLbitfield flags - GLsync glFenceSyncAPPLE + GLsync glFenceSyncAPPLE GLenum condition GLbitfield flags @@ -12220,12 +12220,12 @@ typedef unsigned int GLhandleARB; void glFramebufferDrawBufferEXT - GLuint framebuffer + GLuint framebuffer GLenum mode void glFramebufferDrawBuffersEXT - GLuint framebuffer + GLuint framebuffer GLsizei n const GLenum *bufs @@ -12237,7 +12237,7 @@ typedef unsigned int GLhandleARB; void glFramebufferFoveationConfigQCOM - GLuint framebuffer + GLuint framebuffer GLuint numLayers GLuint focalPointsPerLayer GLuint requestedFeatures @@ -12245,7 +12245,7 @@ typedef unsigned int GLhandleARB; void glFramebufferFoveationParametersQCOM - GLuint framebuffer + GLuint framebuffer GLuint layer GLuint focalPoint GLfloat focalX @@ -12267,7 +12267,7 @@ typedef unsigned int GLhandleARB; void glFramebufferReadBufferEXT - GLuint framebuffer + GLuint framebuffer GLenum mode @@ -12440,7 +12440,7 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureARB GLenum target GLenum attachment - GLuint texture + GLuint texture GLint level @@ -12448,7 +12448,7 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureEXT GLenum target GLenum attachment - GLuint texture + GLuint texture GLint level @@ -12456,7 +12456,7 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureFaceARB GLenum target GLenum attachment - GLuint texture + GLuint texture GLint level GLenum face @@ -12464,7 +12464,7 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureFaceEXT GLenum target GLenum attachment - GLuint texture + GLuint texture GLint level GLenum face @@ -12473,7 +12473,7 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureLayer GLenum target GLenum attachment - GLuint texture + GLuint texture GLint level GLint layer @@ -12482,7 +12482,7 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureLayerARB GLenum target GLenum attachment - GLuint texture + GLuint texture GLint level GLint layer @@ -12491,7 +12491,7 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureLayerEXT GLenum target GLenum attachment - GLuint texture + GLuint texture GLint level GLint layer @@ -12500,7 +12500,7 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureLayerDownsampleIMG GLenum target GLenum attachment - GLuint texture + GLuint texture GLint level GLint layer GLint xscale @@ -12510,7 +12510,7 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureMultisampleMultiviewOVR GLenum target GLenum attachment - GLuint texture + GLuint texture GLint level GLsizei samples GLint baseViewIndex @@ -12520,7 +12520,7 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureMultiviewOVR GLenum target GLenum attachment - GLuint texture + GLuint texture GLint level GLint baseViewIndex GLsizei numViews @@ -12529,7 +12529,7 @@ typedef unsigned int GLhandleARB; void glFramebufferTextureOES GLenum target GLenum attachment - GLuint texture + GLuint texture GLint level @@ -12638,7 +12638,7 @@ typedef unsigned int GLhandleARB; GLuint *framebuffers - GLuint glGenLists + GLuint glGenLists GLsizei range @@ -12745,13 +12745,13 @@ typedef unsigned int GLhandleARB; void glGenTextures GLsizei n - GLuint *textures + GLuint *textures void glGenTexturesEXT GLsizei n - GLuint *textures + GLuint *textures @@ -12813,7 +12813,7 @@ typedef unsigned int GLhandleARB; void glGenerateTextureMipmapEXT - GLuint texture + GLuint texture GLenum target @@ -13224,7 +13224,7 @@ typedef unsigned int GLhandleARB; void glGetCompressedTextureImageEXT - GLuint texture + GLuint texture GLenum target GLint lod void *img @@ -13565,7 +13565,7 @@ typedef unsigned int GLhandleARB; void glGetFramebufferParameterivEXT - GLuint framebuffer + GLuint framebuffer GLenum pname GLint *params @@ -14173,7 +14173,7 @@ typedef unsigned int GLhandleARB; void glGetNamedFramebufferAttachmentParameterivEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment GLenum pname GLint *params @@ -14186,7 +14186,7 @@ typedef unsigned int GLhandleARB; void glGetNamedFramebufferParameterivEXT - GLuint framebuffer + GLuint framebuffer GLenum pname GLint *params @@ -14240,7 +14240,7 @@ typedef unsigned int GLhandleARB; void glGetNamedRenderbufferParameterivEXT - GLuint renderbuffer + GLuint renderbuffer GLenum pname GLint *params @@ -15161,7 +15161,7 @@ typedef unsigned int GLhandleARB; void glGetSynciv - GLsync sync + GLsync sync GLenum pname GLsizei count GLsizei *length @@ -15389,7 +15389,7 @@ typedef unsigned int GLhandleARB; void glGetTextureImageEXT - GLuint texture + GLuint texture GLenum target GLint level GLenum format @@ -15405,7 +15405,7 @@ typedef unsigned int GLhandleARB; void glGetTextureLevelParameterfvEXT - GLuint texture + GLuint texture GLenum target GLint level GLenum pname @@ -15420,7 +15420,7 @@ typedef unsigned int GLhandleARB; void glGetTextureLevelParameterivEXT - GLuint texture + GLuint texture GLenum target GLint level GLenum pname @@ -15434,7 +15434,7 @@ typedef unsigned int GLhandleARB; void glGetTextureParameterIivEXT - GLuint texture + GLuint texture GLenum target GLenum pname GLint *params @@ -15447,7 +15447,7 @@ typedef unsigned int GLhandleARB; void glGetTextureParameterIuivEXT - GLuint texture + GLuint texture GLenum target GLenum pname GLuint *params @@ -15460,7 +15460,7 @@ typedef unsigned int GLhandleARB; void glGetTextureParameterfvEXT - GLuint texture + GLuint texture GLenum target GLenum pname GLfloat *params @@ -15473,7 +15473,7 @@ typedef unsigned int GLhandleARB; void glGetTextureParameterivEXT - GLuint texture + GLuint texture GLenum target GLenum pname GLint *params @@ -16440,7 +16440,7 @@ typedef unsigned int GLhandleARB; const void *name - GLsync glImportSyncEXT + GLsync glImportSyncEXT GLenum external_sync_type GLintptr external_sync GLbitfield flags @@ -16725,7 +16725,7 @@ typedef unsigned int GLhandleARB; GLboolean glIsList - GLuint list + GLuint list @@ -16843,7 +16843,7 @@ typedef unsigned int GLhandleARB; GLboolean glIsSync - GLsync sync + GLsync sync GLboolean glIsSyncAPPLE @@ -16852,12 +16852,12 @@ typedef unsigned int GLhandleARB; GLboolean glIsTexture - GLuint texture + GLuint texture GLboolean glIsTextureEXT - GLuint texture + GLuint texture @@ -19165,7 +19165,7 @@ typedef unsigned int GLhandleARB; void glNamedFramebufferParameteriEXT - GLuint framebuffer + GLuint framebuffer GLenum pname GLint param @@ -19183,10 +19183,10 @@ typedef unsigned int GLhandleARB; void glNamedFramebufferRenderbufferEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment GLenum renderbuffertarget - GLuint renderbuffer + GLuint renderbuffer void glNamedFramebufferSampleLocationsfvARB @@ -19218,41 +19218,41 @@ typedef unsigned int GLhandleARB; void glNamedFramebufferTexture1DEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment GLenum textarget - GLuint texture + GLuint texture GLint level void glNamedFramebufferTexture2DEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment GLenum textarget - GLuint texture + GLuint texture GLint level void glNamedFramebufferTexture3DEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment GLenum textarget - GLuint texture + GLuint texture GLint level GLint zoffset void glNamedFramebufferTextureEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment - GLuint texture + GLuint texture GLint level void glNamedFramebufferTextureFaceEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment - GLuint texture + GLuint texture GLint level GLenum face @@ -19266,9 +19266,9 @@ typedef unsigned int GLhandleARB; void glNamedFramebufferTextureLayerEXT - GLuint framebuffer + GLuint framebuffer GLenum attachment - GLuint texture + GLuint texture GLint level GLint layer @@ -19385,7 +19385,7 @@ typedef unsigned int GLhandleARB; void glNamedRenderbufferStorageEXT - GLuint renderbuffer + GLuint renderbuffer GLenum internalformat GLsizei width GLsizei height @@ -19400,7 +19400,7 @@ typedef unsigned int GLhandleARB; void glNamedRenderbufferStorageMultisampleAdvancedAMD - GLuint renderbuffer + GLuint renderbuffer GLsizei samples GLsizei storageSamples GLenum internalformat @@ -19409,7 +19409,7 @@ typedef unsigned int GLhandleARB; void glNamedRenderbufferStorageMultisampleCoverageEXT - GLuint renderbuffer + GLuint renderbuffer GLsizei coverageSamples GLsizei colorSamples GLenum internalformat @@ -19418,7 +19418,7 @@ typedef unsigned int GLhandleARB; void glNamedRenderbufferStorageMultisampleEXT - GLuint renderbuffer + GLuint renderbuffer GLsizei samples GLenum internalformat GLsizei width @@ -20388,14 +20388,14 @@ typedef unsigned int GLhandleARB; void glPrioritizeTextures GLsizei n - const GLuint *textures + const GLuint *textures const GLfloat *priorities void glPrioritizeTexturesEXT GLsizei n - const GLuint *textures + const GLuint *textures const GLclampf *priorities @@ -24233,16 +24233,16 @@ typedef unsigned int GLhandleARB; void glTexEstimateMotionQCOM - GLuint ref - GLuint target - GLuint output + GLuint ref + GLuint target + GLuint output void glTexEstimateMotionRegionsQCOM - GLuint ref - GLuint target - GLuint output - GLuint mask + GLuint ref + GLuint target + GLuint output + GLuint mask void glExtrapolateTex2DQCOM @@ -24900,7 +24900,7 @@ typedef unsigned int GLhandleARB; void glTextureBufferEXT - GLuint texture + GLuint texture GLenum target GLenum internalformat GLuint buffer @@ -24915,7 +24915,7 @@ typedef unsigned int GLhandleARB; void glTextureBufferRangeEXT - GLuint texture + GLuint texture GLenum target GLenum internalformat GLuint buffer @@ -24932,7 +24932,7 @@ typedef unsigned int GLhandleARB; void glTextureFoveationParametersQCOM - GLuint texture + GLuint texture GLuint layer GLuint focalPoint GLfloat focalX @@ -24943,7 +24943,7 @@ typedef unsigned int GLhandleARB; void glTextureImage1DEXT - GLuint texture + GLuint texture GLenum target GLint level GLint internalformat @@ -24955,7 +24955,7 @@ typedef unsigned int GLhandleARB; void glTextureImage2DEXT - GLuint texture + GLuint texture GLenum target GLint level GLint internalformat @@ -24989,7 +24989,7 @@ typedef unsigned int GLhandleARB; void glTextureImage3DEXT - GLuint texture + GLuint texture GLenum target GLint level GLint internalformat @@ -25072,7 +25072,7 @@ typedef unsigned int GLhandleARB; void glTextureParameterIivEXT - GLuint texture + GLuint texture GLenum target GLenum pname const GLint *params @@ -25085,7 +25085,7 @@ typedef unsigned int GLhandleARB; void glTextureParameterIuivEXT - GLuint texture + GLuint texture GLenum target GLenum pname const GLuint *params @@ -25098,7 +25098,7 @@ typedef unsigned int GLhandleARB; void glTextureParameterfEXT - GLuint texture + GLuint texture GLenum target GLenum pname GLfloat param @@ -25112,7 +25112,7 @@ typedef unsigned int GLhandleARB; void glTextureParameterfvEXT - GLuint texture + GLuint texture GLenum target GLenum pname const GLfloat *params @@ -25125,7 +25125,7 @@ typedef unsigned int GLhandleARB; void glTextureParameteriEXT - GLuint texture + GLuint texture GLenum target GLenum pname GLint param @@ -25139,7 +25139,7 @@ typedef unsigned int GLhandleARB; void glTextureParameterivEXT - GLuint texture + GLuint texture GLenum target GLenum pname const GLint *params @@ -25152,7 +25152,7 @@ typedef unsigned int GLhandleARB; void glTextureRenderbufferEXT - GLuint texture + GLuint texture GLenum target GLuint renderbuffer @@ -25199,7 +25199,7 @@ typedef unsigned int GLhandleARB; void glTextureStorage2DMultisampleEXT - GLuint texture + GLuint texture GLenum target GLsizei samples GLenum internalformat @@ -25323,7 +25323,7 @@ typedef unsigned int GLhandleARB; void glTextureSubImage1DEXT - GLuint texture + GLuint texture GLenum target GLint level GLint xoffset @@ -25346,7 +25346,7 @@ typedef unsigned int GLhandleARB; void glTextureSubImage2DEXT - GLuint texture + GLuint texture GLenum target GLint level GLint xoffset @@ -25373,7 +25373,7 @@ typedef unsigned int GLhandleARB; void glTextureSubImage3DEXT - GLuint texture + GLuint texture GLenum target GLint level GLint xoffset @@ -28994,7 +28994,7 @@ typedef unsigned int GLhandleARB; void glWaitSync - GLsync sync + GLsync sync GLbitfield flags GLuint64 timeout From 85426a8d823308e3476b57d28a29789c713e2603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:40:06 +0200 Subject: [PATCH 04/70] Removed kind=handleARB --- xml/gl.xml | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 9ff60faf..d881cfce 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -7233,8 +7233,8 @@ typedef unsigned int GLhandleARB; void glAttachObjectARB - GLhandleARB containerObj - GLhandleARB obj + GLhandleARB containerObj + GLhandleARB obj @@ -7331,7 +7331,7 @@ typedef unsigned int GLhandleARB; void glBindAttribLocationARB - GLhandleARB programObj + GLhandleARB programObj GLuint index const GLcharARB *name @@ -9178,7 +9178,7 @@ typedef unsigned int GLhandleARB; void glCompileShaderARB - GLhandleARB shaderObj + GLhandleARB shaderObj @@ -10246,7 +10246,7 @@ typedef unsigned int GLhandleARB; GLuint glCreateProgram - GLhandleARB glCreateProgramObjectARB + GLhandleARB glCreateProgramObjectARB @@ -10283,7 +10283,7 @@ typedef unsigned int GLhandleARB; GLenum type - GLhandleARB glCreateShaderObjectARB + GLhandleARB glCreateShaderObjectARB GLenum shaderType @@ -10570,7 +10570,7 @@ typedef unsigned int GLhandleARB; void glDeleteObjectARB - GLhandleARB obj + GLhandleARB obj void glDeleteOcclusionQueriesNV @@ -10839,8 +10839,8 @@ typedef unsigned int GLhandleARB; void glDetachObjectARB - GLhandleARB containerObj - GLhandleARB attachedObj + GLhandleARB containerObj + GLhandleARB attachedObj @@ -12835,7 +12835,7 @@ typedef unsigned int GLhandleARB; void glGetActiveAttribARB - GLhandleARB programObj + GLhandleARB programObj GLuint index GLsizei maxLength GLsizei *length @@ -12882,7 +12882,7 @@ typedef unsigned int GLhandleARB; void glGetActiveUniformARB - GLhandleARB programObj + GLhandleARB programObj GLuint index GLsizei maxLength GLsizei *length @@ -12950,10 +12950,10 @@ typedef unsigned int GLhandleARB; void glGetAttachedObjectsARB - GLhandleARB containerObj + GLhandleARB containerObj GLsizei maxCount GLsizei *count - GLhandleARB *obj + GLhandleARB *obj void glGetAttachedShaders @@ -12969,7 +12969,7 @@ typedef unsigned int GLhandleARB; GLint glGetAttribLocationARB - GLhandleARB programObj + GLhandleARB programObj const GLcharARB *name @@ -13588,7 +13588,7 @@ typedef unsigned int GLhandleARB; - GLhandleARB glGetHandleARB + GLhandleARB glGetHandleARB GLenum pname @@ -13674,7 +13674,7 @@ typedef unsigned int GLhandleARB; void glGetInfoLogARB - GLhandleARB obj + GLhandleARB obj GLsizei maxLength GLsizei *length GLcharARB *infoLog @@ -14303,7 +14303,7 @@ typedef unsigned int GLhandleARB; void glGetObjectParameterfvARB - GLhandleARB obj + GLhandleARB obj GLenum pname GLfloat *params @@ -14316,7 +14316,7 @@ typedef unsigned int GLhandleARB; void glGetObjectParameterivARB - GLhandleARB obj + GLhandleARB obj GLenum pname GLint *params @@ -15095,7 +15095,7 @@ typedef unsigned int GLhandleARB; void glGetShaderSourceARB - GLhandleARB obj + GLhandleARB obj GLsizei maxLength GLsizei *length GLcharARB *source @@ -15598,7 +15598,7 @@ typedef unsigned int GLhandleARB; GLint glGetUniformLocationARB - GLhandleARB programObj + GLhandleARB programObj const GLcharARB *name @@ -15627,7 +15627,7 @@ typedef unsigned int GLhandleARB; void glGetUniformfvARB - GLhandleARB programObj + GLhandleARB programObj GLint location GLfloat *params @@ -15652,7 +15652,7 @@ typedef unsigned int GLhandleARB; void glGetUniformivARB - GLhandleARB programObj + GLhandleARB programObj GLint location GLint *params @@ -17066,7 +17066,7 @@ typedef unsigned int GLhandleARB; void glLinkProgramARB - GLhandleARB programObj + GLhandleARB programObj @@ -23218,7 +23218,7 @@ typedef unsigned int GLhandleARB; void glShaderSourceARB - GLhandleARB shaderObj + GLhandleARB shaderObj GLsizei count const GLcharARB **string const GLint *length @@ -26408,7 +26408,7 @@ typedef unsigned int GLhandleARB; void glUseProgramObjectARB - GLhandleARB programObj + GLhandleARB programObj @@ -26495,7 +26495,7 @@ typedef unsigned int GLhandleARB; void glValidateProgramARB - GLhandleARB programObj + GLhandleARB programObj From f9848e583f18a4716575418f04e2bd5981d5129a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:41:31 +0200 Subject: [PATCH 05/70] Remove kind=Half16NV --- xml/gl.xml | 158 ++++++++++++++++++++++++++--------------------------- 1 file changed, 79 insertions(+), 79 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index d881cfce..d677d23f 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8619,14 +8619,14 @@ typedef unsigned int GLhandleARB; void glColor3hNV - GLhalfNV red - GLhalfNV green - GLhalfNV blue + GLhalfNV red + GLhalfNV green + GLhalfNV blue void glColor3hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -8759,15 +8759,15 @@ typedef unsigned int GLhandleARB; void glColor4hNV - GLhalfNV red - GLhalfNV green - GLhalfNV blue - GLhalfNV alpha + GLhalfNV red + GLhalfNV green + GLhalfNV blue + GLhalfNV alpha void glColor4hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -12075,12 +12075,12 @@ typedef unsigned int GLhandleARB; void glFogCoordhNV - GLhalfNV fog + GLhalfNV fog void glFogCoordhvNV - const GLhalfNV *fog + const GLhalfNV *fog @@ -18120,13 +18120,13 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord1hNV GLenum target - GLhalfNV s + GLhalfNV s void glMultiTexCoord1hvNV GLenum target - const GLhalfNV *v + const GLhalfNV *v @@ -18261,14 +18261,14 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord2hNV GLenum target - GLhalfNV s - GLhalfNV t + GLhalfNV s + GLhalfNV t void glMultiTexCoord2hvNV GLenum target - const GLhalfNV *v + const GLhalfNV *v @@ -18413,15 +18413,15 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord3hNV GLenum target - GLhalfNV s - GLhalfNV t - GLhalfNV r + GLhalfNV s + GLhalfNV t + GLhalfNV r void glMultiTexCoord3hvNV GLenum target - const GLhalfNV *v + const GLhalfNV *v @@ -18576,16 +18576,16 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord4hNV GLenum target - GLhalfNV s - GLhalfNV t - GLhalfNV r - GLhalfNV q + GLhalfNV s + GLhalfNV t + GLhalfNV r + GLhalfNV q void glMultiTexCoord4hvNV GLenum target - const GLhalfNV *v + const GLhalfNV *v @@ -19496,14 +19496,14 @@ typedef unsigned int GLhandleARB; void glNormal3hNV - GLhalfNV nx - GLhalfNV ny - GLhalfNV nz + GLhalfNV nx + GLhalfNV ny + GLhalfNV nz void glNormal3hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -22912,14 +22912,14 @@ typedef unsigned int GLhandleARB; void glSecondaryColor3hNV - GLhalfNV red - GLhalfNV green - GLhalfNV blue + GLhalfNV red + GLhalfNV green + GLhalfNV blue void glSecondaryColor3hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -23700,12 +23700,12 @@ typedef unsigned int GLhandleARB; void glTexCoord1hNV - GLhalfNV s + GLhalfNV s void glTexCoord1hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -23856,13 +23856,13 @@ typedef unsigned int GLhandleARB; void glTexCoord2hNV - GLhalfNV s - GLhalfNV t + GLhalfNV s + GLhalfNV t void glTexCoord2hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -23932,14 +23932,14 @@ typedef unsigned int GLhandleARB; void glTexCoord3hNV - GLhalfNV s - GLhalfNV t - GLhalfNV r + GLhalfNV s + GLhalfNV t + GLhalfNV r void glTexCoord3hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -24056,15 +24056,15 @@ typedef unsigned int GLhandleARB; void glTexCoord4hNV - GLhalfNV s - GLhalfNV t - GLhalfNV r - GLhalfNV q + GLhalfNV s + GLhalfNV t + GLhalfNV r + GLhalfNV q void glTexCoord4hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -26594,13 +26594,13 @@ typedef unsigned int GLhandleARB; void glVertex2hNV - GLhalfNV x - GLhalfNV y + GLhalfNV x + GLhalfNV y void glVertex2hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -26669,14 +26669,14 @@ typedef unsigned int GLhandleARB; void glVertex3hNV - GLhalfNV x - GLhalfNV y - GLhalfNV z + GLhalfNV x + GLhalfNV y + GLhalfNV z void glVertex3hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -26751,15 +26751,15 @@ typedef unsigned int GLhandleARB; void glVertex4hNV - GLhalfNV x - GLhalfNV y - GLhalfNV z - GLhalfNV w + GLhalfNV x + GLhalfNV y + GLhalfNV z + GLhalfNV w void glVertex4hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -27114,13 +27114,13 @@ typedef unsigned int GLhandleARB; void glVertexAttrib1hNV GLuint index - GLhalfNV x + GLhalfNV x void glVertexAttrib1hvNV GLuint index - const GLhalfNV *v + const GLhalfNV *v @@ -27252,14 +27252,14 @@ typedef unsigned int GLhandleARB; void glVertexAttrib2hNV GLuint index - GLhalfNV x - GLhalfNV y + GLhalfNV x + GLhalfNV y void glVertexAttrib2hvNV GLuint index - const GLhalfNV *v + const GLhalfNV *v @@ -27400,15 +27400,15 @@ typedef unsigned int GLhandleARB; void glVertexAttrib3hNV GLuint index - GLhalfNV x - GLhalfNV y - GLhalfNV z + GLhalfNV x + GLhalfNV y + GLhalfNV z void glVertexAttrib3hvNV GLuint index - const GLhalfNV *v + const GLhalfNV *v @@ -27654,16 +27654,16 @@ typedef unsigned int GLhandleARB; void glVertexAttrib4hNV GLuint index - GLhalfNV x - GLhalfNV y - GLhalfNV z - GLhalfNV w + GLhalfNV x + GLhalfNV y + GLhalfNV z + GLhalfNV w void glVertexAttrib4hvNV GLuint index - const GLhalfNV *v + const GLhalfNV *v @@ -28467,7 +28467,7 @@ typedef unsigned int GLhandleARB; void glVertexAttribs1hvNV GLuint index GLsizei n - const GLhalfNV *v + const GLhalfNV *v @@ -28495,7 +28495,7 @@ typedef unsigned int GLhandleARB; void glVertexAttribs2hvNV GLuint index GLsizei n - const GLhalfNV *v + const GLhalfNV *v @@ -28523,7 +28523,7 @@ typedef unsigned int GLhandleARB; void glVertexAttribs3hvNV GLuint index GLsizei n - const GLhalfNV *v + const GLhalfNV *v @@ -28551,7 +28551,7 @@ typedef unsigned int GLhandleARB; void glVertexAttribs4hvNV GLuint index GLsizei n - const GLhalfNV *v + const GLhalfNV *v @@ -28856,12 +28856,12 @@ typedef unsigned int GLhandleARB; void glVertexWeighthNV - GLhalfNV weight + GLhalfNV weight void glVertexWeighthvNV - const GLhalfNV *weight + const GLhalfNV *weight From ffa6e7327152eee5eb36ae6333536da16cc8edd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:42:34 +0200 Subject: [PATCH 06/70] Remove kind=Boolean --- xml/gl.xml | 506 ++++++++++++++++++++++++++--------------------------- 1 file changed, 253 insertions(+), 253 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index d677d23f..9629e70d 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -7141,30 +7141,30 @@ typedef unsigned int GLhandleARB; GLenum mode - GLboolean glAcquireKeyedMutexWin32EXT + GLboolean glAcquireKeyedMutexWin32EXT GLuint memory GLuint64 key GLuint timeout - GLboolean glAreProgramsResidentNV + GLboolean glAreProgramsResidentNV GLsizei n const GLuint *programs - GLboolean *residences + GLboolean *residences - GLboolean glAreTexturesResident + GLboolean glAreTexturesResident GLsizei n const GLuint *textures - GLboolean *residences + GLboolean *residences - GLboolean glAreTexturesResidentEXT + GLboolean glAreTexturesResidentEXT GLsizei n const GLuint *textures - GLboolean *residences + GLboolean *residences @@ -7480,7 +7480,7 @@ typedef unsigned int GLhandleARB; GLuint unit GLuint texture GLint level - GLboolean layered + GLboolean layered GLint layer GLenum access GLenum format @@ -7490,7 +7490,7 @@ typedef unsigned int GLhandleARB; GLuint index GLuint texture GLint level - GLboolean layered + GLboolean layered GLint layer GLenum access GLint format @@ -8107,7 +8107,7 @@ typedef unsigned int GLhandleARB; GLenum target GLintptr offset GLsizeiptr size - GLboolean commit + GLboolean commit void glBufferPageCommitmentMemNV @@ -8116,7 +8116,7 @@ typedef unsigned int GLhandleARB; GLsizeiptr size GLuint memory GLuint64 memOffset - GLboolean commit + GLboolean commit void glBufferParameteriAPPLE @@ -8929,46 +8929,46 @@ typedef unsigned int GLhandleARB; void glColorMask - GLboolean red - GLboolean green - GLboolean blue - GLboolean alpha + GLboolean red + GLboolean green + GLboolean blue + GLboolean alpha void glColorMaskIndexedEXT GLuint index - GLboolean r - GLboolean g - GLboolean b - GLboolean a + GLboolean r + GLboolean g + GLboolean b + GLboolean a void glColorMaski GLuint index - GLboolean r - GLboolean g - GLboolean b - GLboolean a + GLboolean r + GLboolean g + GLboolean b + GLboolean a void glColorMaskiEXT GLuint index - GLboolean r - GLboolean g - GLboolean b - GLboolean a + GLboolean r + GLboolean g + GLboolean b + GLboolean a void glColorMaskiOES GLuint index - GLboolean r - GLboolean g - GLboolean b - GLboolean a + GLboolean r + GLboolean g + GLboolean b + GLboolean a @@ -9128,9 +9128,9 @@ typedef unsigned int GLhandleARB; GLenum sumOutput GLenum scale GLenum bias - GLboolean abDotProduct - GLboolean cdDotProduct - GLboolean muxSum + GLboolean abDotProduct + GLboolean cdDotProduct + GLboolean muxSum @@ -10202,7 +10202,7 @@ typedef unsigned int GLhandleARB; void glCoverageMaskNV - GLboolean mask + GLboolean mask void glCoverageModulationNV @@ -10384,7 +10384,7 @@ typedef unsigned int GLhandleARB; GLenum severity GLsizei count const GLuint *ids - GLboolean enabled + GLboolean enabled void glDebugMessageControlARB @@ -10393,7 +10393,7 @@ typedef unsigned int GLhandleARB; GLenum severity GLsizei count const GLuint *ids - GLboolean enabled + GLboolean enabled @@ -10403,7 +10403,7 @@ typedef unsigned int GLhandleARB; GLenum severity GLsizei count const GLuint *ids - GLboolean enabled + GLboolean enabled @@ -10412,7 +10412,7 @@ typedef unsigned int GLhandleARB; GLenum severity GLsizei count const GLuint *ids - GLboolean enabled + GLboolean enabled void glDebugMessageInsert @@ -10752,7 +10752,7 @@ typedef unsigned int GLhandleARB; void glDepthMask - GLboolean flag + GLboolean flag @@ -11503,7 +11503,7 @@ typedef unsigned int GLhandleARB; void glEdgeFlag - GLboolean flag + GLboolean flag @@ -11519,7 +11519,7 @@ typedef unsigned int GLhandleARB; void glEdgeFlagPointerEXT GLsizei stride GLsizei count - const GLboolean *pointer + const GLboolean *pointer void glEdgeFlagPointerListIBM @@ -11529,7 +11529,7 @@ typedef unsigned int GLhandleARB; void glEdgeFlagv - const GLboolean *flag + const GLboolean *flag @@ -11876,7 +11876,7 @@ typedef unsigned int GLhandleARB; GLint *numTextures - GLboolean glExtIsProgramBinaryQCOM + GLboolean glExtIsProgramBinaryQCOM GLuint program @@ -12977,7 +12977,7 @@ typedef unsigned int GLhandleARB; void glGetBooleanIndexedvEXT GLenum target GLuint index - GLboolean *data + GLboolean *data @@ -12985,12 +12985,12 @@ typedef unsigned int GLhandleARB; void glGetBooleani_v GLenum target GLuint index - GLboolean *data + GLboolean *data void glGetBooleanv GLenum pname - GLboolean *data + GLboolean *data @@ -13594,7 +13594,7 @@ typedef unsigned int GLhandleARB; void glGetHistogram GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type void *values @@ -13604,7 +13604,7 @@ typedef unsigned int GLhandleARB; void glGetHistogramEXT GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type void *values @@ -13648,7 +13648,7 @@ typedef unsigned int GLhandleARB; GLuint64 glGetImageHandleARB GLuint texture GLint level - GLboolean layered + GLboolean layered GLint layer GLenum format @@ -13656,7 +13656,7 @@ typedef unsigned int GLhandleARB; GLuint64 glGetImageHandleNV GLuint texture GLint level - GLboolean layered + GLboolean layered GLint layer GLenum format @@ -13772,7 +13772,7 @@ typedef unsigned int GLhandleARB; void glGetInvariantBooleanvEXT GLuint id GLenum value - GLboolean *data + GLboolean *data void glGetInvariantFloatvEXT @@ -13834,7 +13834,7 @@ typedef unsigned int GLhandleARB; void glGetLocalConstantBooleanvEXT GLuint id GLenum value - GLboolean *data + GLboolean *data void glGetLocalConstantFloatvEXT @@ -13869,7 +13869,7 @@ typedef unsigned int GLhandleARB; GLenum type GLsizei ustride GLsizei vstride - GLboolean packed + GLboolean packed void *points @@ -13960,7 +13960,7 @@ typedef unsigned int GLhandleARB; void glGetMinmax GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type void *values @@ -13970,7 +13970,7 @@ typedef unsigned int GLhandleARB; void glGetMinmaxEXT GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type void *values @@ -15709,7 +15709,7 @@ typedef unsigned int GLhandleARB; void glGetVariantBooleanvEXT GLuint id GLenum value - GLboolean *data + GLboolean *data void glGetVariantFloatvEXT @@ -16039,7 +16039,7 @@ typedef unsigned int GLhandleARB; void glGetnHistogram GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type GLsizei bufSize @@ -16048,7 +16048,7 @@ typedef unsigned int GLhandleARB; void glGetnHistogramARB GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type GLsizei bufSize @@ -16099,7 +16099,7 @@ typedef unsigned int GLhandleARB; void glGetnMinmax GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type GLsizei bufSize @@ -16108,7 +16108,7 @@ typedef unsigned int GLhandleARB; void glGetnMinmaxARB GLenum target - GLboolean reset + GLboolean reset GLenum format GLenum type GLsizei bufSize @@ -16358,7 +16358,7 @@ typedef unsigned int GLhandleARB; GLenum target GLsizei width GLenum internalformat - GLboolean sink + GLboolean sink @@ -16366,7 +16366,7 @@ typedef unsigned int GLhandleARB; GLenum target GLsizei width GLenum internalformat - GLboolean sink + GLboolean sink @@ -16636,269 +16636,269 @@ typedef unsigned int GLhandleARB; GLsizei depth - GLboolean glIsAsyncMarkerSGIX + GLboolean glIsAsyncMarkerSGIX GLuint marker - GLboolean glIsBuffer + GLboolean glIsBuffer GLuint buffer - GLboolean glIsBufferARB + GLboolean glIsBufferARB GLuint buffer - GLboolean glIsBufferResidentNV + GLboolean glIsBufferResidentNV GLenum target - GLboolean glIsCommandListNV + GLboolean glIsCommandListNV GLuint list - GLboolean glIsEnabled + GLboolean glIsEnabled GLenum cap - GLboolean glIsEnabledIndexedEXT + GLboolean glIsEnabledIndexedEXT GLenum target GLuint index - GLboolean glIsEnabledi + GLboolean glIsEnabledi GLenum target GLuint index - GLboolean glIsEnablediEXT + GLboolean glIsEnablediEXT GLenum target GLuint index - GLboolean glIsEnablediNV + GLboolean glIsEnablediNV GLenum target GLuint index - GLboolean glIsEnablediOES + GLboolean glIsEnablediOES GLenum target GLuint index - GLboolean glIsFenceAPPLE + GLboolean glIsFenceAPPLE GLuint fence - GLboolean glIsFenceNV + GLboolean glIsFenceNV GLuint fence - GLboolean glIsFramebuffer + GLboolean glIsFramebuffer GLuint framebuffer - GLboolean glIsFramebufferEXT + GLboolean glIsFramebufferEXT GLuint framebuffer - GLboolean glIsFramebufferOES + GLboolean glIsFramebufferOES GLuint framebuffer - GLboolean glIsImageHandleResidentARB + GLboolean glIsImageHandleResidentARB GLuint64 handle - GLboolean glIsImageHandleResidentNV + GLboolean glIsImageHandleResidentNV GLuint64 handle - GLboolean glIsList + GLboolean glIsList GLuint list - GLboolean glIsMemoryObjectEXT + GLboolean glIsMemoryObjectEXT GLuint memoryObject - GLboolean glIsNameAMD + GLboolean glIsNameAMD GLenum identifier GLuint name - GLboolean glIsNamedBufferResidentNV + GLboolean glIsNamedBufferResidentNV GLuint buffer - GLboolean glIsNamedStringARB + GLboolean glIsNamedStringARB GLint namelen const GLchar *name - GLboolean glIsObjectBufferATI + GLboolean glIsObjectBufferATI GLuint buffer - GLboolean glIsOcclusionQueryNV + GLboolean glIsOcclusionQueryNV GLuint id - GLboolean glIsPathNV + GLboolean glIsPathNV GLuint path - GLboolean glIsPointInFillPathNV + GLboolean glIsPointInFillPathNV GLuint path GLuint mask GLfloat x GLfloat y - GLboolean glIsPointInStrokePathNV + GLboolean glIsPointInStrokePathNV GLuint path GLfloat x GLfloat y - GLboolean glIsProgram + GLboolean glIsProgram GLuint program - GLboolean glIsProgramARB + GLboolean glIsProgramARB GLuint program - GLboolean glIsProgramNV + GLboolean glIsProgramNV GLuint id - GLboolean glIsProgramPipeline + GLboolean glIsProgramPipeline GLuint pipeline - GLboolean glIsProgramPipelineEXT + GLboolean glIsProgramPipelineEXT GLuint pipeline - GLboolean glIsQuery + GLboolean glIsQuery GLuint id - GLboolean glIsQueryARB + GLboolean glIsQueryARB GLuint id - GLboolean glIsQueryEXT + GLboolean glIsQueryEXT GLuint id - GLboolean glIsRenderbuffer + GLboolean glIsRenderbuffer GLuint renderbuffer - GLboolean glIsRenderbufferEXT + GLboolean glIsRenderbufferEXT GLuint renderbuffer - GLboolean glIsRenderbufferOES + GLboolean glIsRenderbufferOES GLuint renderbuffer - GLboolean glIsSemaphoreEXT + GLboolean glIsSemaphoreEXT GLuint semaphore - GLboolean glIsSampler + GLboolean glIsSampler GLuint sampler - GLboolean glIsShader + GLboolean glIsShader GLuint shader - GLboolean glIsStateNV + GLboolean glIsStateNV GLuint state - GLboolean glIsSync + GLboolean glIsSync GLsync sync - GLboolean glIsSyncAPPLE + GLboolean glIsSyncAPPLE GLsync sync - GLboolean glIsTexture + GLboolean glIsTexture GLuint texture - GLboolean glIsTextureEXT + GLboolean glIsTextureEXT GLuint texture - GLboolean glIsTextureHandleResidentARB + GLboolean glIsTextureHandleResidentARB GLuint64 handle - GLboolean glIsTextureHandleResidentNV + GLboolean glIsTextureHandleResidentNV GLuint64 handle - GLboolean glIsTransformFeedback + GLboolean glIsTransformFeedback GLuint id - GLboolean glIsTransformFeedbackNV + GLboolean glIsTransformFeedbackNV GLuint id - GLboolean glIsVariantEnabledEXT + GLboolean glIsVariantEnabledEXT GLuint id GLenum cap - GLboolean glIsVertexArray + GLboolean glIsVertexArray GLuint array - GLboolean glIsVertexArrayAPPLE + GLboolean glIsVertexArrayAPPLE GLuint array - GLboolean glIsVertexArrayOES + GLboolean glIsVertexArrayOES GLuint array - GLboolean glIsVertexAttribEnabledAPPLE + GLboolean glIsVertexAttribEnabledAPPLE GLuint index GLenum pname @@ -17351,7 +17351,7 @@ typedef unsigned int GLhandleARB; GLsizei vstride GLint uorder GLint vorder - GLboolean packed + GLboolean packed const void *points @@ -17779,14 +17779,14 @@ typedef unsigned int GLhandleARB; void glMinmax GLenum target GLenum internalformat - GLboolean sink + GLboolean sink void glMinmaxEXT GLenum target GLenum internalformat - GLboolean sink + GLboolean sink @@ -19075,14 +19075,14 @@ typedef unsigned int GLhandleARB; GLuint buffer GLintptr offset GLsizeiptr size - GLboolean commit + GLboolean commit void glNamedBufferPageCommitmentEXT GLuint buffer GLintptr offset GLsizeiptr size - GLboolean commit + GLboolean commit void glNamedBufferPageCommitmentMemNV @@ -19091,7 +19091,7 @@ typedef unsigned int GLhandleARB; GLsizeiptr size GLuint memory GLuint64 memOffset - GLboolean commit + GLboolean commit void glNamedBufferStorage @@ -20082,7 +20082,7 @@ typedef unsigned int GLhandleARB; GLfixed yfactor - GLboolean glPointAlongPathNV + GLboolean glPointAlongPathNV GLuint path GLsizei startSegment GLsizei numSegments @@ -21512,7 +21512,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21520,7 +21520,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21528,7 +21528,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21536,7 +21536,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21545,7 +21545,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21553,7 +21553,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21561,7 +21561,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21569,7 +21569,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21578,7 +21578,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21586,7 +21586,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21594,7 +21594,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21602,7 +21602,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21611,7 +21611,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21619,7 +21619,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21627,7 +21627,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21635,7 +21635,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21644,7 +21644,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21652,7 +21652,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21660,7 +21660,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21668,7 +21668,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21677,7 +21677,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21685,7 +21685,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21693,7 +21693,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21701,7 +21701,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21710,7 +21710,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21718,7 +21718,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21726,7 +21726,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21734,7 +21734,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21743,7 +21743,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21751,7 +21751,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21759,7 +21759,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21767,7 +21767,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21776,7 +21776,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21784,7 +21784,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value @@ -21792,7 +21792,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -21800,7 +21800,7 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -22085,7 +22085,7 @@ typedef unsigned int GLhandleARB; void glRasterSamplesEXT GLuint samples - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glReadBuffer @@ -22166,7 +22166,7 @@ typedef unsigned int GLhandleARB; - GLboolean glReleaseKeyedMutexWin32EXT + GLboolean glReleaseKeyedMutexWin32EXT GLuint memory GLuint64 key @@ -22601,24 +22601,24 @@ typedef unsigned int GLhandleARB; void glSampleCoverage GLfloat value - GLboolean invert + GLboolean invert void glSampleCoverageARB GLfloat value - GLboolean invert + GLboolean invert void glSampleCoveragex GLclampx value - GLboolean invert + GLboolean invert void glSampleCoveragexOES GLclampx value - GLboolean invert + GLboolean invert void glSampleMapATI @@ -22629,7 +22629,7 @@ typedef unsigned int GLhandleARB; void glSampleMaskEXT GLclampf value - GLboolean invert + GLboolean invert void glSampleMaskIndexedNV @@ -22639,7 +22639,7 @@ typedef unsigned int GLhandleARB; void glSampleMaskSGIS GLclampf value - GLboolean invert + GLboolean invert @@ -23100,7 +23100,7 @@ typedef unsigned int GLhandleARB; void glSelectPerfMonitorCountersAMD GLuint monitor - GLboolean enable + GLboolean enable GLuint group GLint numCounters GLuint *counterList @@ -23241,7 +23241,7 @@ typedef unsigned int GLhandleARB; void glShadingRateImageBarrierNV - GLboolean synchronize + GLboolean synchronize void glShadingRateQCOM @@ -23587,16 +23587,16 @@ typedef unsigned int GLhandleARB; GLenum mode - GLboolean glTestFenceAPPLE + GLboolean glTestFenceAPPLE GLuint fence - GLboolean glTestFenceNV + GLboolean glTestFenceNV GLuint fence - GLboolean glTestObjectAPPLE + GLboolean glTestObjectAPPLE GLenum object GLuint name @@ -24371,7 +24371,7 @@ typedef unsigned int GLhandleARB; GLenum internalformat GLsizei width GLsizei height - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTexImage2DMultisampleCoverageNV @@ -24381,7 +24381,7 @@ typedef unsigned int GLhandleARB; GLint internalFormat GLsizei width GLsizei height - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations void glTexImage3D @@ -24421,7 +24421,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTexImage3DMultisampleCoverageNV @@ -24432,7 +24432,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations void glTexImage3DOES @@ -24472,7 +24472,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean commit + GLboolean commit void glTexPageCommitmentEXT @@ -24484,7 +24484,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean commit + GLboolean commit @@ -24500,7 +24500,7 @@ typedef unsigned int GLhandleARB; GLsizei depth GLuint memory GLuint64 offset - GLboolean commit + GLboolean commit void glTexParameterIiv @@ -24640,7 +24640,7 @@ typedef unsigned int GLhandleARB; GLenum internalformat GLsizei width GLsizei height - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTexStorage3D @@ -24669,7 +24669,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTexStorage3DMultisampleOES @@ -24679,7 +24679,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations @@ -24727,7 +24727,7 @@ typedef unsigned int GLhandleARB; GLenum internalFormat GLsizei width GLsizei height - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations GLuint memory GLuint64 offset @@ -24750,7 +24750,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations GLuint memory GLuint64 offset @@ -24924,10 +24924,10 @@ typedef unsigned int GLhandleARB; void glTextureColorMaskSGIS - GLboolean red - GLboolean green - GLboolean blue - GLboolean alpha + GLboolean red + GLboolean green + GLboolean blue + GLboolean alpha @@ -24975,7 +24975,7 @@ typedef unsigned int GLhandleARB; GLint internalFormat GLsizei width GLsizei height - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations void glTextureImage2DMultisampleNV @@ -24985,7 +24985,7 @@ typedef unsigned int GLhandleARB; GLint internalFormat GLsizei width GLsizei height - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations void glTextureImage3DEXT @@ -25011,7 +25011,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations void glTextureImage3DMultisampleNV @@ -25022,7 +25022,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations void glTextureLightEXT @@ -25047,7 +25047,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean commit + GLboolean commit void glTexturePageCommitmentMemNV @@ -25062,7 +25062,7 @@ typedef unsigned int GLhandleARB; GLsizei depth GLuint memory GLuint64 offset - GLboolean commit + GLboolean commit void glTextureParameterIiv @@ -25195,7 +25195,7 @@ typedef unsigned int GLhandleARB; GLenum internalformat GLsizei width GLsizei height - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTextureStorage2DMultisampleEXT @@ -25205,7 +25205,7 @@ typedef unsigned int GLhandleARB; GLenum internalformat GLsizei width GLsizei height - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTextureStorage3D @@ -25234,7 +25234,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTextureStorage3DMultisampleEXT @@ -25245,7 +25245,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedsamplelocations + GLboolean fixedsamplelocations void glTextureStorageMem1DEXT @@ -25273,7 +25273,7 @@ typedef unsigned int GLhandleARB; GLenum internalFormat GLsizei width GLsizei height - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations GLuint memory GLuint64 offset @@ -25296,7 +25296,7 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLboolean fixedSampleLocations + GLboolean fixedSampleLocations GLuint memory GLuint64 offset @@ -26139,21 +26139,21 @@ typedef unsigned int GLhandleARB; void glUniformMatrix2dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix2fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value void glUniformMatrix2fvARB GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26161,14 +26161,14 @@ typedef unsigned int GLhandleARB; void glUniformMatrix2x3dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix2x3fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26176,7 +26176,7 @@ typedef unsigned int GLhandleARB; void glUniformMatrix2x3fvNV GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26184,14 +26184,14 @@ typedef unsigned int GLhandleARB; void glUniformMatrix2x4dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix2x4fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26199,7 +26199,7 @@ typedef unsigned int GLhandleARB; void glUniformMatrix2x4fvNV GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26207,21 +26207,21 @@ typedef unsigned int GLhandleARB; void glUniformMatrix3dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix3fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value void glUniformMatrix3fvARB GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26229,14 +26229,14 @@ typedef unsigned int GLhandleARB; void glUniformMatrix3x2dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix3x2fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26244,7 +26244,7 @@ typedef unsigned int GLhandleARB; void glUniformMatrix3x2fvNV GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26252,14 +26252,14 @@ typedef unsigned int GLhandleARB; void glUniformMatrix3x4dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix3x4fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26267,7 +26267,7 @@ typedef unsigned int GLhandleARB; void glUniformMatrix3x4fvNV GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26275,21 +26275,21 @@ typedef unsigned int GLhandleARB; void glUniformMatrix4dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix4fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value void glUniformMatrix4fvARB GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26297,14 +26297,14 @@ typedef unsigned int GLhandleARB; void glUniformMatrix4x2dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix4x2fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26312,7 +26312,7 @@ typedef unsigned int GLhandleARB; void glUniformMatrix4x2fvNV GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26320,14 +26320,14 @@ typedef unsigned int GLhandleARB; void glUniformMatrix4x3dv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLdouble *value void glUniformMatrix4x3fv GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26335,7 +26335,7 @@ typedef unsigned int GLhandleARB; void glUniformMatrix4x3fvNV GLint location GLsizei count - GLboolean transpose + GLboolean transpose const GLfloat *value @@ -26360,25 +26360,25 @@ typedef unsigned int GLhandleARB; void glUnlockArraysEXT - GLboolean glUnmapBuffer + GLboolean glUnmapBuffer GLenum target - GLboolean glUnmapBufferARB + GLboolean glUnmapBufferARB GLenum target - GLboolean glUnmapBufferOES + GLboolean glUnmapBufferOES GLenum target - GLboolean glUnmapNamedBuffer + GLboolean glUnmapNamedBuffer GLuint buffer - GLboolean glUnmapNamedBufferEXT + GLboolean glUnmapNamedBufferEXT GLuint buffer @@ -26445,7 +26445,7 @@ typedef unsigned int GLhandleARB; const void *getProcAddress - GLboolean glVDPAUIsSurfaceNV + GLboolean glVDPAUIsSurfaceNV GLvdpauSurfaceNV surface @@ -26473,7 +26473,7 @@ typedef unsigned int GLhandleARB; GLenum target GLsizei numTextureNames const GLuint *textureNames - GLboolean isFrameStructure + GLboolean isFrameStructure void glVDPAUSurfaceAccessNV @@ -26810,7 +26810,7 @@ typedef unsigned int GLhandleARB; GLuint attribindex GLint size GLenum type - GLboolean normalized + GLboolean normalized GLuint relativeoffset @@ -26949,7 +26949,7 @@ typedef unsigned int GLhandleARB; GLuint attribindex GLint size GLenum type - GLboolean normalized + GLboolean normalized GLuint relativeoffset @@ -26995,7 +26995,7 @@ typedef unsigned int GLhandleARB; GLuint index GLint size GLenum type - GLboolean normalized + GLboolean normalized GLsizei stride GLintptr offset @@ -27781,7 +27781,7 @@ typedef unsigned int GLhandleARB; GLuint index GLint size GLenum type - GLboolean normalized + GLboolean normalized GLsizei stride GLuint buffer GLuint offset @@ -27825,7 +27825,7 @@ typedef unsigned int GLhandleARB; GLuint attribindex GLint size GLenum type - GLboolean normalized + GLboolean normalized GLuint relativeoffset @@ -27833,7 +27833,7 @@ typedef unsigned int GLhandleARB; GLuint index GLint size GLenum type - GLboolean normalized + GLboolean normalized GLsizei stride @@ -28364,56 +28364,56 @@ typedef unsigned int GLhandleARB; void glVertexAttribP1ui GLuint index GLenum type - GLboolean normalized + GLboolean normalized GLuint value void glVertexAttribP1uiv GLuint index GLenum type - GLboolean normalized + GLboolean normalized const GLuint *value void glVertexAttribP2ui GLuint index GLenum type - GLboolean normalized + GLboolean normalized GLuint value void glVertexAttribP2uiv GLuint index GLenum type - GLboolean normalized + GLboolean normalized const GLuint *value void glVertexAttribP3ui GLuint index GLenum type - GLboolean normalized + GLboolean normalized GLuint value void glVertexAttribP3uiv GLuint index GLenum type - GLboolean normalized + GLboolean normalized const GLuint *value void glVertexAttribP4ui GLuint index GLenum type - GLboolean normalized + GLboolean normalized GLuint value void glVertexAttribP4uiv GLuint index GLenum type - GLboolean normalized + GLboolean normalized const GLuint *value @@ -28427,7 +28427,7 @@ typedef unsigned int GLhandleARB; GLuint index GLint size GLenum type - GLboolean normalized + GLboolean normalized GLsizei stride const void *pointer @@ -28436,7 +28436,7 @@ typedef unsigned int GLhandleARB; GLuint index GLint size GLenum type - GLboolean normalized + GLboolean normalized GLsizei stride const void *pointer From ed8aeb9fbc9864d9bd5a453e099c760fc3a9602f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:43:43 +0200 Subject: [PATCH 07/70] Removed kind=BooleanPointer --- xml/gl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/gl.xml b/xml/gl.xml index 9629e70d..300f1190 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -11524,7 +11524,7 @@ typedef unsigned int GLhandleARB; void glEdgeFlagPointerListIBM GLint stride - const GLboolean **pointer + const GLboolean **pointer GLint ptrstride From 94e25f4049d23858586056746db0dc17a49702ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:44:54 +0200 Subject: [PATCH 08/70] ColorB -> Color --- xml/gl.xml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 300f1190..ce953d99 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8569,14 +8569,14 @@ typedef unsigned int GLhandleARB; void glColor3b - GLbyte red - GLbyte green - GLbyte blue + GLbyte red + GLbyte green + GLbyte blue void glColor3bv - const GLbyte *v + const GLbyte *v @@ -8701,15 +8701,15 @@ typedef unsigned int GLhandleARB; void glColor4b - GLbyte red - GLbyte green - GLbyte blue - GLbyte alpha + GLbyte red + GLbyte green + GLbyte blue + GLbyte alpha void glColor4bv - const GLbyte *v + const GLbyte *v @@ -22834,27 +22834,27 @@ typedef unsigned int GLhandleARB; void glSecondaryColor3b - GLbyte red - GLbyte green - GLbyte blue + GLbyte red + GLbyte green + GLbyte blue void glSecondaryColor3bEXT - GLbyte red - GLbyte green - GLbyte blue + GLbyte red + GLbyte green + GLbyte blue void glSecondaryColor3bv - const GLbyte *v + const GLbyte *v void glSecondaryColor3bvEXT - const GLbyte *v + const GLbyte *v From f24d734f00e5a9520b02869dafbf1ef416d01fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:45:21 +0200 Subject: [PATCH 09/70] ColorS -> Color --- xml/gl.xml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index ce953d99..d5557f2d 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8643,14 +8643,14 @@ typedef unsigned int GLhandleARB; void glColor3s - GLshort red - GLshort green - GLshort blue + GLshort red + GLshort green + GLshort blue void glColor3sv - const GLshort *v + const GLshort *v @@ -8785,15 +8785,15 @@ typedef unsigned int GLhandleARB; void glColor4s - GLshort red - GLshort green - GLshort blue - GLshort alpha + GLshort red + GLshort green + GLshort blue + GLshort alpha void glColor4sv - const GLshort *v + const GLshort *v @@ -22950,27 +22950,27 @@ typedef unsigned int GLhandleARB; void glSecondaryColor3s - GLshort red - GLshort green - GLshort blue + GLshort red + GLshort green + GLshort blue void glSecondaryColor3sEXT - GLshort red - GLshort green - GLshort blue + GLshort red + GLshort green + GLshort blue void glSecondaryColor3sv - const GLshort *v + const GLshort *v void glSecondaryColor3svEXT - const GLshort *v + const GLshort *v From 091bb113a660fbe4511d8779d292fec7c2c7b22f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:45:53 +0200 Subject: [PATCH 10/70] ColorI -> Color --- xml/gl.xml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index d5557f2d..08bc3193 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8631,14 +8631,14 @@ typedef unsigned int GLhandleARB; void glColor3i - GLint red - GLint green - GLint blue + GLint red + GLint green + GLint blue void glColor3iv - const GLint *v + const GLint *v @@ -8772,15 +8772,15 @@ typedef unsigned int GLhandleARB; void glColor4i - GLint red - GLint green - GLint blue - GLint alpha + GLint red + GLint green + GLint blue + GLint alpha void glColor4iv - const GLint *v + const GLint *v @@ -22924,27 +22924,27 @@ typedef unsigned int GLhandleARB; void glSecondaryColor3i - GLint red - GLint green - GLint blue + GLint red + GLint green + GLint blue void glSecondaryColor3iEXT - GLint red - GLint green - GLint blue + GLint red + GLint green + GLint blue void glSecondaryColor3iv - const GLint *v + const GLint *v void glSecondaryColor3ivEXT - const GLint *v + const GLint *v From fa711ce9c5f47b7e8f8fb8c0a66c48216c4ca590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:46:22 +0200 Subject: [PATCH 11/70] ColorD -> Color --- xml/gl.xml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 08bc3193..742d6d98 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8581,14 +8581,14 @@ typedef unsigned int GLhandleARB; void glColor3d - GLdouble red - GLdouble green - GLdouble blue + GLdouble red + GLdouble green + GLdouble blue void glColor3dv - const GLdouble *v + const GLdouble *v @@ -8714,15 +8714,15 @@ typedef unsigned int GLhandleARB; void glColor4d - GLdouble red - GLdouble green - GLdouble blue - GLdouble alpha + GLdouble red + GLdouble green + GLdouble blue + GLdouble alpha void glColor4dv - const GLdouble *v + const GLdouble *v @@ -22860,27 +22860,27 @@ typedef unsigned int GLhandleARB; void glSecondaryColor3d - GLdouble red - GLdouble green - GLdouble blue + GLdouble red + GLdouble green + GLdouble blue void glSecondaryColor3dEXT - GLdouble red - GLdouble green - GLdouble blue + GLdouble red + GLdouble green + GLdouble blue void glSecondaryColor3dv - const GLdouble *v + const GLdouble *v void glSecondaryColor3dvEXT - const GLdouble *v + const GLdouble *v From e4f3427322e06c90c58c7cf5e0a8871a2789bfc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:46:53 +0200 Subject: [PATCH 12/70] ColorF -> Color --- xml/gl.xml | 64 +++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 742d6d98..50e15049 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -7763,18 +7763,18 @@ typedef unsigned int GLhandleARB; void glBlendColor - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha void glBlendColorEXT - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha @@ -8292,10 +8292,10 @@ typedef unsigned int GLhandleARB; void glClearColor - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha @@ -8593,9 +8593,9 @@ typedef unsigned int GLhandleARB; void glColor3f - GLfloat red - GLfloat green - GLfloat blue + GLfloat red + GLfloat green + GLfloat blue @@ -8614,7 +8614,7 @@ typedef unsigned int GLhandleARB; void glColor3fv - const GLfloat *v + const GLfloat *v @@ -8727,10 +8727,10 @@ typedef unsigned int GLhandleARB; void glColor4f - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha @@ -8754,7 +8754,7 @@ typedef unsigned int GLhandleARB; void glColor4fv - const GLfloat *v + const GLfloat *v @@ -17763,16 +17763,16 @@ typedef unsigned int GLhandleARB; void glMinSampleShading - GLfloat value + GLfloat value void glMinSampleShadingARB - GLfloat value + GLfloat value void glMinSampleShadingOES - GLfloat value + GLfloat value @@ -22886,27 +22886,27 @@ typedef unsigned int GLhandleARB; void glSecondaryColor3f - GLfloat red - GLfloat green - GLfloat blue + GLfloat red + GLfloat green + GLfloat blue void glSecondaryColor3fEXT - GLfloat red - GLfloat green - GLfloat blue + GLfloat red + GLfloat green + GLfloat blue void glSecondaryColor3fv - const GLfloat *v + const GLfloat *v void glSecondaryColor3fvEXT - const GLfloat *v + const GLfloat *v From f55b9fc0e0028742196c9a118985a3d886a31a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:48:10 +0200 Subject: [PATCH 13/70] CoordS -> Coord --- xml/gl.xml | 196 ++++++++++++++++++++++++++--------------------------- 1 file changed, 98 insertions(+), 98 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 50e15049..10e15b78 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -18158,26 +18158,26 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord1s GLenum target - GLshort s + GLshort s void glMultiTexCoord1sARB GLenum target - GLshort s + GLshort s void glMultiTexCoord1sv GLenum target - const GLshort *v + const GLshort *v void glMultiTexCoord1svARB GLenum target - const GLshort *v + const GLshort *v @@ -18302,28 +18302,28 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord2s GLenum target - GLshort s - GLshort t + GLshort s + GLshort t void glMultiTexCoord2sARB GLenum target - GLshort s - GLshort t + GLshort s + GLshort t void glMultiTexCoord2sv GLenum target - const GLshort *v + const GLshort *v void glMultiTexCoord2svARB GLenum target - const GLshort *v + const GLshort *v @@ -18457,30 +18457,30 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord3s GLenum target - GLshort s - GLshort t - GLshort r + GLshort s + GLshort t + GLshort r void glMultiTexCoord3sARB GLenum target - GLshort s - GLshort t - GLshort r + GLshort s + GLshort t + GLshort r void glMultiTexCoord3sv GLenum target - const GLshort *v + const GLshort *v void glMultiTexCoord3svARB GLenum target - const GLshort *v + const GLshort *v @@ -18623,32 +18623,32 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord4s GLenum target - GLshort s - GLshort t - GLshort r - GLshort q + GLshort s + GLshort t + GLshort r + GLshort q void glMultiTexCoord4sARB GLenum target - GLshort s - GLshort t - GLshort r - GLshort q + GLshort s + GLshort t + GLshort r + GLshort q void glMultiTexCoord4sv GLenum target - const GLshort *v + const GLshort *v void glMultiTexCoord4svARB GLenum target - const GLshort *v + const GLshort *v @@ -21943,13 +21943,13 @@ typedef unsigned int GLhandleARB; void glRasterPos2s - GLshort x - GLshort y + GLshort x + GLshort y void glRasterPos2sv - const GLshort *v + const GLshort *v @@ -21999,14 +21999,14 @@ typedef unsigned int GLhandleARB; void glRasterPos3s - GLshort x - GLshort y - GLshort z + GLshort x + GLshort y + GLshort z void glRasterPos3sv - const GLshort *v + const GLshort *v @@ -22060,15 +22060,15 @@ typedef unsigned int GLhandleARB; void glRasterPos4s - GLshort x - GLshort y - GLshort z - GLshort w + GLshort x + GLshort y + GLshort z + GLshort w void glRasterPos4sv - const GLshort *v + const GLshort *v @@ -22214,16 +22214,16 @@ typedef unsigned int GLhandleARB; void glRects - GLshort x1 - GLshort y1 - GLshort x2 - GLshort y2 + GLshort x1 + GLshort y1 + GLshort x2 + GLshort y2 void glRectsv - const GLshort *v1 - const GLshort *v2 + const GLshort *v1 + const GLshort *v2 @@ -23720,12 +23720,12 @@ typedef unsigned int GLhandleARB; void glTexCoord1s - GLshort s + GLshort s void glTexCoord1sv - const GLshort *v + const GLshort *v @@ -23878,13 +23878,13 @@ typedef unsigned int GLhandleARB; void glTexCoord2s - GLshort s - GLshort t + GLshort s + GLshort t void glTexCoord2sv - const GLshort *v + const GLshort *v @@ -23956,14 +23956,14 @@ typedef unsigned int GLhandleARB; void glTexCoord3s - GLshort s - GLshort t - GLshort r + GLshort s + GLshort t + GLshort r void glTexCoord3sv - const GLshort *v + const GLshort *v @@ -24082,15 +24082,15 @@ typedef unsigned int GLhandleARB; void glTexCoord4s - GLshort s - GLshort t - GLshort r - GLshort q + GLshort s + GLshort t + GLshort r + GLshort q void glTexCoord4sv - const GLshort *v + const GLshort *v @@ -26616,13 +26616,13 @@ typedef unsigned int GLhandleARB; void glVertex2s - GLshort x - GLshort y + GLshort x + GLshort y void glVertex2sv - const GLshort *v + const GLshort *v @@ -26693,14 +26693,14 @@ typedef unsigned int GLhandleARB; void glVertex3s - GLshort x - GLshort y - GLshort z + GLshort x + GLshort y + GLshort z void glVertex3sv - const GLshort *v + const GLshort *v @@ -26777,15 +26777,15 @@ typedef unsigned int GLhandleARB; void glVertex4s - GLshort x - GLshort y - GLshort z - GLshort w + GLshort x + GLshort y + GLshort z + GLshort w void glVertex4sv - const GLshort *v + const GLshort *v @@ -29184,38 +29184,38 @@ typedef unsigned int GLhandleARB; void glWindowPos2s - GLshort x - GLshort y + GLshort x + GLshort y void glWindowPos2sARB - GLshort x - GLshort y + GLshort x + GLshort y void glWindowPos2sMESA - GLshort x - GLshort y + GLshort x + GLshort y void glWindowPos2sv - const GLshort *v + const GLshort *v void glWindowPos2svARB - const GLshort *v + const GLshort *v void glWindowPos2svMESA - const GLshort *v + const GLshort *v @@ -29337,41 +29337,41 @@ typedef unsigned int GLhandleARB; void glWindowPos3s - GLshort x - GLshort y - GLshort z + GLshort x + GLshort y + GLshort z void glWindowPos3sARB - GLshort x - GLshort y - GLshort z + GLshort x + GLshort y + GLshort z void glWindowPos3sMESA - GLshort x - GLshort y - GLshort z + GLshort x + GLshort y + GLshort z void glWindowPos3sv - const GLshort *v + const GLshort *v void glWindowPos3svARB - const GLshort *v + const GLshort *v void glWindowPos3svMESA - const GLshort *v + const GLshort *v @@ -29412,15 +29412,15 @@ typedef unsigned int GLhandleARB; void glWindowPos4sMESA - GLshort x - GLshort y - GLshort z - GLshort w + GLshort x + GLshort y + GLshort z + GLshort w void glWindowPos4svMESA - const GLshort *v + const GLshort *v void glWindowRectanglesEXT From 4fa2caf80c03f6014445111eb0ba9a41b23e18ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:48:27 +0200 Subject: [PATCH 14/70] CoordI -> Coord --- xml/gl.xml | 196 ++++++++++++++++++++++++++--------------------------- 1 file changed, 98 insertions(+), 98 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 10e15b78..4ef0177b 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -18132,26 +18132,26 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord1i GLenum target - GLint s + GLint s void glMultiTexCoord1iARB GLenum target - GLint s + GLint s void glMultiTexCoord1iv GLenum target - const GLint *v + const GLint *v void glMultiTexCoord1ivARB GLenum target - const GLint *v + const GLint *v @@ -18274,28 +18274,28 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord2i GLenum target - GLint s - GLint t + GLint s + GLint t void glMultiTexCoord2iARB GLenum target - GLint s - GLint t + GLint s + GLint t void glMultiTexCoord2iv GLenum target - const GLint *v + const GLint *v void glMultiTexCoord2ivARB GLenum target - const GLint *v + const GLint *v @@ -18427,30 +18427,30 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord3i GLenum target - GLint s - GLint t - GLint r + GLint s + GLint t + GLint r void glMultiTexCoord3iARB GLenum target - GLint s - GLint t - GLint r + GLint s + GLint t + GLint r void glMultiTexCoord3iv GLenum target - const GLint *v + const GLint *v void glMultiTexCoord3ivARB GLenum target - const GLint *v + const GLint *v @@ -18591,32 +18591,32 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord4i GLenum target - GLint s - GLint t - GLint r - GLint q + GLint s + GLint t + GLint r + GLint q void glMultiTexCoord4iARB GLenum target - GLint s - GLint t - GLint r - GLint q + GLint s + GLint t + GLint r + GLint q void glMultiTexCoord4iv GLenum target - const GLint *v + const GLint *v void glMultiTexCoord4ivARB GLenum target - const GLint *v + const GLint *v @@ -21932,13 +21932,13 @@ typedef unsigned int GLhandleARB; void glRasterPos2i - GLint x - GLint y + GLint x + GLint y void glRasterPos2iv - const GLint *v + const GLint *v @@ -21987,14 +21987,14 @@ typedef unsigned int GLhandleARB; void glRasterPos3i - GLint x - GLint y - GLint z + GLint x + GLint y + GLint z void glRasterPos3iv - const GLint *v + const GLint *v @@ -22047,15 +22047,15 @@ typedef unsigned int GLhandleARB; void glRasterPos4i - GLint x - GLint y - GLint z - GLint w + GLint x + GLint y + GLint z + GLint w void glRasterPos4iv - const GLint *v + const GLint *v @@ -22200,16 +22200,16 @@ typedef unsigned int GLhandleARB; void glRecti - GLint x1 - GLint y1 - GLint x2 - GLint y2 + GLint x1 + GLint y1 + GLint x2 + GLint y2 void glRectiv - const GLint *v1 - const GLint *v2 + const GLint *v1 + const GLint *v2 @@ -23710,12 +23710,12 @@ typedef unsigned int GLhandleARB; void glTexCoord1i - GLint s + GLint s void glTexCoord1iv - const GLint *v + const GLint *v @@ -23867,13 +23867,13 @@ typedef unsigned int GLhandleARB; void glTexCoord2i - GLint s - GLint t + GLint s + GLint t void glTexCoord2iv - const GLint *v + const GLint *v @@ -23944,14 +23944,14 @@ typedef unsigned int GLhandleARB; void glTexCoord3i - GLint s - GLint t - GLint r + GLint s + GLint t + GLint r void glTexCoord3iv - const GLint *v + const GLint *v @@ -24069,15 +24069,15 @@ typedef unsigned int GLhandleARB; void glTexCoord4i - GLint s - GLint t - GLint r - GLint q + GLint s + GLint t + GLint r + GLint q void glTexCoord4iv - const GLint *v + const GLint *v @@ -26605,13 +26605,13 @@ typedef unsigned int GLhandleARB; void glVertex2i - GLint x - GLint y + GLint x + GLint y void glVertex2iv - const GLint *v + const GLint *v @@ -26681,14 +26681,14 @@ typedef unsigned int GLhandleARB; void glVertex3i - GLint x - GLint y - GLint z + GLint x + GLint y + GLint z void glVertex3iv - const GLint *v + const GLint *v @@ -26764,15 +26764,15 @@ typedef unsigned int GLhandleARB; void glVertex4i - GLint x - GLint y - GLint z - GLint w + GLint x + GLint y + GLint z + GLint w void glVertex4iv - const GLint *v + const GLint *v @@ -29148,38 +29148,38 @@ typedef unsigned int GLhandleARB; void glWindowPos2i - GLint x - GLint y + GLint x + GLint y void glWindowPos2iARB - GLint x - GLint y + GLint x + GLint y void glWindowPos2iMESA - GLint x - GLint y + GLint x + GLint y void glWindowPos2iv - const GLint *v + const GLint *v void glWindowPos2ivARB - const GLint *v + const GLint *v void glWindowPos2ivMESA - const GLint *v + const GLint *v @@ -29298,41 +29298,41 @@ typedef unsigned int GLhandleARB; void glWindowPos3i - GLint x - GLint y - GLint z + GLint x + GLint y + GLint z void glWindowPos3iARB - GLint x - GLint y - GLint z + GLint x + GLint y + GLint z void glWindowPos3iMESA - GLint x - GLint y - GLint z + GLint x + GLint y + GLint z void glWindowPos3iv - const GLint *v + const GLint *v void glWindowPos3ivARB - const GLint *v + const GLint *v void glWindowPos3ivMESA - const GLint *v + const GLint *v @@ -29400,15 +29400,15 @@ typedef unsigned int GLhandleARB; void glWindowPos4iMESA - GLint x - GLint y - GLint z - GLint w + GLint x + GLint y + GLint z + GLint w void glWindowPos4ivMESA - const GLint *v + const GLint *v void glWindowPos4sMESA From 0a5c53cf51942571fa4613217d8526366fd2371e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:48:50 +0200 Subject: [PATCH 15/70] CoordD -> Coord --- xml/gl.xml | 296 ++++++++++++++++++++++++++--------------------------- 1 file changed, 148 insertions(+), 148 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 4ef0177b..5a778123 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -7680,14 +7680,14 @@ typedef unsigned int GLhandleARB; void glBinormal3dEXT - GLdouble bx - GLdouble by - GLdouble bz + GLdouble bx + GLdouble by + GLdouble bz void glBinormal3dvEXT - const GLdouble *v + const GLdouble *v void glBinormal3fEXT @@ -10459,19 +10459,19 @@ typedef unsigned int GLhandleARB; void glDeformationMap3dSGIX GLenum target - GLdouble u1 - GLdouble u2 + GLdouble u1 + GLdouble u2 GLint ustride GLint uorder - GLdouble v1 - GLdouble v2 + GLdouble v1 + GLdouble v2 GLint vstride GLint vorder - GLdouble w1 - GLdouble w2 + GLdouble w1 + GLdouble w2 GLint wstride GLint worder - const GLdouble *points + const GLdouble *points @@ -11706,12 +11706,12 @@ typedef unsigned int GLhandleARB; void glEvalCoord1d - GLdouble u + GLdouble u void glEvalCoord1dv - const GLdouble *u + const GLdouble *u @@ -11734,13 +11734,13 @@ typedef unsigned int GLhandleARB; void glEvalCoord2d - GLdouble u - GLdouble v + GLdouble u + GLdouble v void glEvalCoord2dv - const GLdouble *u + const GLdouble *u @@ -12031,23 +12031,23 @@ typedef unsigned int GLhandleARB; void glFogCoordd - GLdouble coord + GLdouble coord void glFogCoorddEXT - GLdouble coord + GLdouble coord void glFogCoorddv - const GLdouble *coord + const GLdouble *coord void glFogCoorddvEXT - const GLdouble *coord + const GLdouble *coord @@ -17242,11 +17242,11 @@ typedef unsigned int GLhandleARB; void glMap1d GLenum target - GLdouble u1 - GLdouble u2 + GLdouble u1 + GLdouble u2 GLint stride GLint order - const GLdouble *points + const GLdouble *points @@ -17271,15 +17271,15 @@ typedef unsigned int GLhandleARB; void glMap2d GLenum target - GLdouble u1 - GLdouble u2 + GLdouble u1 + GLdouble u2 GLint ustride GLint uorder - GLdouble v1 - GLdouble v2 + GLdouble v1 + GLdouble v2 GLint vstride GLint vorder - const GLdouble *points + const GLdouble *points @@ -17357,8 +17357,8 @@ typedef unsigned int GLhandleARB; void glMapGrid1d GLint un - GLdouble u1 - GLdouble u2 + GLdouble u1 + GLdouble u2 @@ -17377,11 +17377,11 @@ typedef unsigned int GLhandleARB; void glMapGrid2d GLint un - GLdouble u1 - GLdouble u2 + GLdouble u1 + GLdouble u2 GLint vn - GLdouble v1 - GLdouble v2 + GLdouble v1 + GLdouble v2 @@ -17454,11 +17454,11 @@ typedef unsigned int GLhandleARB; void glMapVertexAttrib1dAPPLE GLuint index GLuint size - GLdouble u1 - GLdouble u2 + GLdouble u1 + GLdouble u2 GLint stride GLint order - const GLdouble *points + const GLdouble *points void glMapVertexAttrib1fAPPLE @@ -17474,15 +17474,15 @@ typedef unsigned int GLhandleARB; void glMapVertexAttrib2dAPPLE GLuint index GLuint size - GLdouble u1 - GLdouble u2 + GLdouble u1 + GLdouble u2 GLint ustride GLint uorder - GLdouble v1 - GLdouble v2 + GLdouble v1 + GLdouble v2 GLint vstride GLint vorder - const GLdouble *points + const GLdouble *points void glMapVertexAttrib2fAPPLE @@ -18068,26 +18068,26 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord1d GLenum target - GLdouble s + GLdouble s void glMultiTexCoord1dARB GLenum target - GLdouble s + GLdouble s void glMultiTexCoord1dv GLenum target - const GLdouble *v + const GLdouble *v void glMultiTexCoord1dvARB GLenum target - const GLdouble *v + const GLdouble *v @@ -18205,28 +18205,28 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord2d GLenum target - GLdouble s - GLdouble t + GLdouble s + GLdouble t void glMultiTexCoord2dARB GLenum target - GLdouble s - GLdouble t + GLdouble s + GLdouble t void glMultiTexCoord2dv GLenum target - const GLdouble *v + const GLdouble *v void glMultiTexCoord2dvARB GLenum target - const GLdouble *v + const GLdouble *v @@ -18353,30 +18353,30 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord3d GLenum target - GLdouble s - GLdouble t - GLdouble r + GLdouble s + GLdouble t + GLdouble r void glMultiTexCoord3dARB GLenum target - GLdouble s - GLdouble t - GLdouble r + GLdouble s + GLdouble t + GLdouble r void glMultiTexCoord3dv GLenum target - const GLdouble *v + const GLdouble *v void glMultiTexCoord3dvARB GLenum target - const GLdouble *v + const GLdouble *v @@ -18512,32 +18512,32 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord4d GLenum target - GLdouble s - GLdouble t - GLdouble r - GLdouble q + GLdouble s + GLdouble t + GLdouble r + GLdouble q void glMultiTexCoord4dARB GLenum target - GLdouble s - GLdouble t - GLdouble r - GLdouble q + GLdouble s + GLdouble t + GLdouble r + GLdouble q void glMultiTexCoord4dv GLenum target - const GLdouble *v + const GLdouble *v void glMultiTexCoord4dvARB GLenum target - const GLdouble *v + const GLdouble *v @@ -19458,14 +19458,14 @@ typedef unsigned int GLhandleARB; void glNormal3d - GLdouble nx - GLdouble ny - GLdouble nz + GLdouble nx + GLdouble ny + GLdouble nz void glNormal3dv - const GLdouble *v + const GLdouble *v @@ -21910,13 +21910,13 @@ typedef unsigned int GLhandleARB; void glRasterPos2d - GLdouble x - GLdouble y + GLdouble x + GLdouble y void glRasterPos2dv - const GLdouble *v + const GLdouble *v @@ -21963,14 +21963,14 @@ typedef unsigned int GLhandleARB; void glRasterPos3d - GLdouble x - GLdouble y - GLdouble z + GLdouble x + GLdouble y + GLdouble z void glRasterPos3dv - const GLdouble *v + const GLdouble *v @@ -22021,15 +22021,15 @@ typedef unsigned int GLhandleARB; void glRasterPos4d - GLdouble x - GLdouble y - GLdouble z - GLdouble w + GLdouble x + GLdouble y + GLdouble z + GLdouble w void glRasterPos4dv - const GLdouble *v + const GLdouble *v @@ -22172,16 +22172,16 @@ typedef unsigned int GLhandleARB; void glRectd - GLdouble x1 - GLdouble y1 - GLdouble x2 - GLdouble y2 + GLdouble x1 + GLdouble y1 + GLdouble x2 + GLdouble y2 void glRectdv - const GLdouble *v1 - const GLdouble *v2 + const GLdouble *v1 + const GLdouble *v2 @@ -23526,14 +23526,14 @@ typedef unsigned int GLhandleARB; void glTangent3dEXT - GLdouble tx - GLdouble ty - GLdouble tz + GLdouble tx + GLdouble ty + GLdouble tz void glTangent3dvEXT - const GLdouble *v + const GLdouble *v void glTangent3fEXT @@ -23680,12 +23680,12 @@ typedef unsigned int GLhandleARB; void glTexCoord1d - GLdouble s + GLdouble s void glTexCoord1dv - const GLdouble *v + const GLdouble *v @@ -23747,13 +23747,13 @@ typedef unsigned int GLhandleARB; void glTexCoord2d - GLdouble s - GLdouble t + GLdouble s + GLdouble t void glTexCoord2dv - const GLdouble *v + const GLdouble *v @@ -23908,14 +23908,14 @@ typedef unsigned int GLhandleARB; void glTexCoord3d - GLdouble s - GLdouble t - GLdouble r + GLdouble s + GLdouble t + GLdouble r void glTexCoord3dv - const GLdouble *v + const GLdouble *v @@ -23989,15 +23989,15 @@ typedef unsigned int GLhandleARB; void glTexCoord4d - GLdouble s - GLdouble t - GLdouble r - GLdouble q + GLdouble s + GLdouble t + GLdouble r + GLdouble q void glTexCoord4dv - const GLdouble *v + const GLdouble *v @@ -26572,13 +26572,13 @@ typedef unsigned int GLhandleARB; void glVertex2d - GLdouble x - GLdouble y + GLdouble x + GLdouble y void glVertex2dv - const GLdouble *v + const GLdouble *v @@ -26645,14 +26645,14 @@ typedef unsigned int GLhandleARB; void glVertex3d - GLdouble x - GLdouble y - GLdouble z + GLdouble x + GLdouble y + GLdouble z void glVertex3dv - const GLdouble *v + const GLdouble *v @@ -26725,15 +26725,15 @@ typedef unsigned int GLhandleARB; void glVertex4d - GLdouble x - GLdouble y - GLdouble z - GLdouble w + GLdouble x + GLdouble y + GLdouble z + GLdouble w void glVertex4dv - const GLdouble *v + const GLdouble *v @@ -29076,38 +29076,38 @@ typedef unsigned int GLhandleARB; void glWindowPos2d - GLdouble x - GLdouble y + GLdouble x + GLdouble y void glWindowPos2dARB - GLdouble x - GLdouble y + GLdouble x + GLdouble y void glWindowPos2dMESA - GLdouble x - GLdouble y + GLdouble x + GLdouble y void glWindowPos2dv - const GLdouble *v + const GLdouble *v void glWindowPos2dvARB - const GLdouble *v + const GLdouble *v void glWindowPos2dvMESA - const GLdouble *v + const GLdouble *v @@ -29220,41 +29220,41 @@ typedef unsigned int GLhandleARB; void glWindowPos3d - GLdouble x - GLdouble y - GLdouble z + GLdouble x + GLdouble y + GLdouble z void glWindowPos3dARB - GLdouble x - GLdouble y - GLdouble z + GLdouble x + GLdouble y + GLdouble z void glWindowPos3dMESA - GLdouble x - GLdouble y - GLdouble z + GLdouble x + GLdouble y + GLdouble z void glWindowPos3dv - const GLdouble *v + const GLdouble *v void glWindowPos3dvARB - const GLdouble *v + const GLdouble *v void glWindowPos3dvMESA - const GLdouble *v + const GLdouble *v @@ -29376,15 +29376,15 @@ typedef unsigned int GLhandleARB; void glWindowPos4dMESA - GLdouble x - GLdouble y - GLdouble z - GLdouble w + GLdouble x + GLdouble y + GLdouble z + GLdouble w void glWindowPos4dvMESA - const GLdouble *v + const GLdouble *v void glWindowPos4fMESA From 3db09c03f6c1a4d0574a6ca83fa831d3a360d864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:49:30 +0200 Subject: [PATCH 16/70] CoordF -> Coord --- xml/gl.xml | 306 ++++++++++++++++++++++++++--------------------------- 1 file changed, 153 insertions(+), 153 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 5a778123..ba9957e1 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -7029,7 +7029,7 @@ typedef unsigned int GLhandleARB; void glAccum GLenum op - GLfloat value + GLfloat value @@ -7691,14 +7691,14 @@ typedef unsigned int GLhandleARB; void glBinormal3fEXT - GLfloat bx - GLfloat by - GLfloat bz + GLfloat bx + GLfloat by + GLfloat bz void glBinormal3fvEXT - const GLfloat *v + const GLfloat *v void glBinormal3iEXT @@ -7732,10 +7732,10 @@ typedef unsigned int GLhandleARB; void glBitmap GLsizei width GLsizei height - GLfloat xorig - GLfloat yorig - GLfloat xmove - GLfloat ymove + GLfloat xorig + GLfloat yorig + GLfloat xmove + GLfloat ymove const GLubyte *bitmap @@ -10477,19 +10477,19 @@ typedef unsigned int GLhandleARB; void glDeformationMap3fSGIX GLenum target - GLfloat u1 - GLfloat u2 + GLfloat u1 + GLfloat u2 GLint ustride GLint uorder - GLfloat v1 - GLfloat v2 + GLfloat v1 + GLfloat v2 GLint vstride GLint vorder - GLfloat w1 - GLfloat w2 + GLfloat w1 + GLfloat w2 GLint wstride GLint worder - const GLfloat *points + const GLfloat *points @@ -11716,12 +11716,12 @@ typedef unsigned int GLhandleARB; void glEvalCoord1f - GLfloat u + GLfloat u void glEvalCoord1fv - const GLfloat *u + const GLfloat *u @@ -11745,13 +11745,13 @@ typedef unsigned int GLhandleARB; void glEvalCoord2f - GLfloat u - GLfloat v + GLfloat u + GLfloat v void glEvalCoord2fv - const GLfloat *u + const GLfloat *u @@ -12053,23 +12053,23 @@ typedef unsigned int GLhandleARB; void glFogCoordf - GLfloat coord + GLfloat coord void glFogCoordfEXT - GLfloat coord + GLfloat coord void glFogCoordfv - const GLfloat *coord + const GLfloat *coord void glFogCoordfvEXT - const GLfloat *coord + const GLfloat *coord @@ -17252,11 +17252,11 @@ typedef unsigned int GLhandleARB; void glMap1f GLenum target - GLfloat u1 - GLfloat u2 + GLfloat u1 + GLfloat u2 GLint stride GLint order - const GLfloat *points + const GLfloat *points @@ -17285,15 +17285,15 @@ typedef unsigned int GLhandleARB; void glMap2f GLenum target - GLfloat u1 - GLfloat u2 + GLfloat u1 + GLfloat u2 GLint ustride GLint uorder - GLfloat v1 - GLfloat v2 + GLfloat v1 + GLfloat v2 GLint vstride GLint vorder - const GLfloat *points + const GLfloat *points @@ -17364,8 +17364,8 @@ typedef unsigned int GLhandleARB; void glMapGrid1f GLint un - GLfloat u1 - GLfloat u2 + GLfloat u1 + GLfloat u2 @@ -17387,11 +17387,11 @@ typedef unsigned int GLhandleARB; void glMapGrid2f GLint un - GLfloat u1 - GLfloat u2 + GLfloat u1 + GLfloat u2 GLint vn - GLfloat v1 - GLfloat v2 + GLfloat v1 + GLfloat v2 @@ -17464,11 +17464,11 @@ typedef unsigned int GLhandleARB; void glMapVertexAttrib1fAPPLE GLuint index GLuint size - GLfloat u1 - GLfloat u2 + GLfloat u1 + GLfloat u2 GLint stride GLint order - const GLfloat *points + const GLfloat *points void glMapVertexAttrib2dAPPLE @@ -17488,15 +17488,15 @@ typedef unsigned int GLhandleARB; void glMapVertexAttrib2fAPPLE GLuint index GLuint size - GLfloat u1 - GLfloat u2 + GLfloat u1 + GLfloat u2 GLint ustride GLint uorder - GLfloat v1 - GLfloat v2 + GLfloat v1 + GLfloat v2 GLint vstride GLint vorder - const GLfloat *points + const GLfloat *points void glMaterialf @@ -18094,26 +18094,26 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord1f GLenum target - GLfloat s + GLfloat s void glMultiTexCoord1fARB GLenum target - GLfloat s + GLfloat s void glMultiTexCoord1fv GLenum target - const GLfloat *v + const GLfloat *v void glMultiTexCoord1fvARB GLenum target - const GLfloat *v + const GLfloat *v @@ -18233,28 +18233,28 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord2f GLenum target - GLfloat s - GLfloat t + GLfloat s + GLfloat t void glMultiTexCoord2fARB GLenum target - GLfloat s - GLfloat t + GLfloat s + GLfloat t void glMultiTexCoord2fv GLenum target - const GLfloat *v + const GLfloat *v void glMultiTexCoord2fvARB GLenum target - const GLfloat *v + const GLfloat *v @@ -18383,30 +18383,30 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord3f GLenum target - GLfloat s - GLfloat t - GLfloat r + GLfloat s + GLfloat t + GLfloat r void glMultiTexCoord3fARB GLenum target - GLfloat s - GLfloat t - GLfloat r + GLfloat s + GLfloat t + GLfloat r void glMultiTexCoord3fv GLenum target - const GLfloat *v + const GLfloat *v void glMultiTexCoord3fvARB GLenum target - const GLfloat *v + const GLfloat *v @@ -18544,32 +18544,32 @@ typedef unsigned int GLhandleARB; void glMultiTexCoord4f GLenum target - GLfloat s - GLfloat t - GLfloat r - GLfloat q + GLfloat s + GLfloat t + GLfloat r + GLfloat q void glMultiTexCoord4fARB GLenum target - GLfloat s - GLfloat t - GLfloat r - GLfloat q + GLfloat s + GLfloat t + GLfloat r + GLfloat q void glMultiTexCoord4fv GLenum target - const GLfloat *v + const GLfloat *v void glMultiTexCoord4fvARB GLenum target - const GLfloat *v + const GLfloat *v @@ -19470,9 +19470,9 @@ typedef unsigned int GLhandleARB; void glNormal3f - GLfloat nx - GLfloat ny - GLfloat nz + GLfloat nx + GLfloat ny + GLfloat nz @@ -19491,7 +19491,7 @@ typedef unsigned int GLhandleARB; void glNormal3fv - const GLfloat *v + const GLfloat *v @@ -21921,13 +21921,13 @@ typedef unsigned int GLhandleARB; void glRasterPos2f - GLfloat x - GLfloat y + GLfloat x + GLfloat y void glRasterPos2fv - const GLfloat *v + const GLfloat *v @@ -21975,14 +21975,14 @@ typedef unsigned int GLhandleARB; void glRasterPos3f - GLfloat x - GLfloat y - GLfloat z + GLfloat x + GLfloat y + GLfloat z void glRasterPos3fv - const GLfloat *v + const GLfloat *v @@ -22034,15 +22034,15 @@ typedef unsigned int GLhandleARB; void glRasterPos4f - GLfloat x - GLfloat y - GLfloat z - GLfloat w + GLfloat x + GLfloat y + GLfloat z + GLfloat w void glRasterPos4fv - const GLfloat *v + const GLfloat *v @@ -22186,16 +22186,16 @@ typedef unsigned int GLhandleARB; void glRectf - GLfloat x1 - GLfloat y1 - GLfloat x2 - GLfloat y2 + GLfloat x1 + GLfloat y1 + GLfloat x2 + GLfloat y2 void glRectfv - const GLfloat *v1 - const GLfloat *v2 + const GLfloat *v1 + const GLfloat *v2 @@ -23537,14 +23537,14 @@ typedef unsigned int GLhandleARB; void glTangent3fEXT - GLfloat tx - GLfloat ty - GLfloat tz + GLfloat tx + GLfloat ty + GLfloat tz void glTangent3fvEXT - const GLfloat *v + const GLfloat *v void glTangent3iEXT @@ -23690,12 +23690,12 @@ typedef unsigned int GLhandleARB; void glTexCoord1f - GLfloat s + GLfloat s void glTexCoord1fv - const GLfloat *v + const GLfloat *v @@ -23758,8 +23758,8 @@ typedef unsigned int GLhandleARB; void glTexCoord2f - GLfloat s - GLfloat t + GLfloat s + GLfloat t @@ -23851,7 +23851,7 @@ typedef unsigned int GLhandleARB; void glTexCoord2fv - const GLfloat *v + const GLfloat *v @@ -23920,14 +23920,14 @@ typedef unsigned int GLhandleARB; void glTexCoord3f - GLfloat s - GLfloat t - GLfloat r + GLfloat s + GLfloat t + GLfloat r void glTexCoord3fv - const GLfloat *v + const GLfloat *v @@ -24002,10 +24002,10 @@ typedef unsigned int GLhandleARB; void glTexCoord4f - GLfloat s - GLfloat t - GLfloat r - GLfloat q + GLfloat s + GLfloat t + GLfloat r + GLfloat q @@ -24051,7 +24051,7 @@ typedef unsigned int GLhandleARB; void glTexCoord4fv - const GLfloat *v + const GLfloat *v @@ -26583,13 +26583,13 @@ typedef unsigned int GLhandleARB; void glVertex2f - GLfloat x - GLfloat y + GLfloat x + GLfloat y void glVertex2fv - const GLfloat *v + const GLfloat *v @@ -26657,14 +26657,14 @@ typedef unsigned int GLhandleARB; void glVertex3f - GLfloat x - GLfloat y - GLfloat z + GLfloat x + GLfloat y + GLfloat z void glVertex3fv - const GLfloat *v + const GLfloat *v @@ -26738,15 +26738,15 @@ typedef unsigned int GLhandleARB; void glVertex4f - GLfloat x - GLfloat y - GLfloat z - GLfloat w + GLfloat x + GLfloat y + GLfloat z + GLfloat w void glVertex4fv - const GLfloat *v + const GLfloat *v @@ -29112,38 +29112,38 @@ typedef unsigned int GLhandleARB; void glWindowPos2f - GLfloat x - GLfloat y + GLfloat x + GLfloat y void glWindowPos2fARB - GLfloat x - GLfloat y + GLfloat x + GLfloat y void glWindowPos2fMESA - GLfloat x - GLfloat y + GLfloat x + GLfloat y void glWindowPos2fv - const GLfloat *v + const GLfloat *v void glWindowPos2fvARB - const GLfloat *v + const GLfloat *v void glWindowPos2fvMESA - const GLfloat *v + const GLfloat *v @@ -29259,41 +29259,41 @@ typedef unsigned int GLhandleARB; void glWindowPos3f - GLfloat x - GLfloat y - GLfloat z + GLfloat x + GLfloat y + GLfloat z void glWindowPos3fARB - GLfloat x - GLfloat y - GLfloat z + GLfloat x + GLfloat y + GLfloat z void glWindowPos3fMESA - GLfloat x - GLfloat y - GLfloat z + GLfloat x + GLfloat y + GLfloat z void glWindowPos3fv - const GLfloat *v + const GLfloat *v void glWindowPos3fvARB - const GLfloat *v + const GLfloat *v void glWindowPos3fvMESA - const GLfloat *v + const GLfloat *v @@ -29388,15 +29388,15 @@ typedef unsigned int GLhandleARB; void glWindowPos4fMESA - GLfloat x - GLfloat y - GLfloat z - GLfloat w + GLfloat x + GLfloat y + GLfloat z + GLfloat w void glWindowPos4fvMESA - const GLfloat *v + const GLfloat *v void glWindowPos4iMESA From b03d53998aa846375b9dac69d59da84683706752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:52:53 +0200 Subject: [PATCH 17/70] Removed kind=vdpauSurfaceNV --- xml/gl.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index ba9957e1..62ab01fb 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -26433,7 +26433,7 @@ typedef unsigned int GLhandleARB; void glVDPAUGetSurfaceivNV - GLvdpauSurfaceNV surface + GLvdpauSurfaceNV surface GLenum pname GLsizei count GLsizei *length @@ -26446,29 +26446,29 @@ typedef unsigned int GLhandleARB; GLboolean glVDPAUIsSurfaceNV - GLvdpauSurfaceNV surface + GLvdpauSurfaceNV surface void glVDPAUMapSurfacesNV GLsizei numSurfaces - const GLvdpauSurfaceNV *surfaces + const GLvdpauSurfaceNV *surfaces - GLvdpauSurfaceNV glVDPAURegisterOutputSurfaceNV + GLvdpauSurfaceNV glVDPAURegisterOutputSurfaceNV const void *vdpSurface GLenum target GLsizei numTextureNames const GLuint *textureNames - GLvdpauSurfaceNV glVDPAURegisterVideoSurfaceNV + GLvdpauSurfaceNV glVDPAURegisterVideoSurfaceNV const void *vdpSurface GLenum target GLsizei numTextureNames const GLuint *textureNames - GLvdpauSurfaceNV glVDPAURegisterVideoSurfaceWithPictureStructureNV + GLvdpauSurfaceNV glVDPAURegisterVideoSurfaceWithPictureStructureNV const void *vdpSurface GLenum target GLsizei numTextureNames @@ -26477,17 +26477,17 @@ typedef unsigned int GLhandleARB; void glVDPAUSurfaceAccessNV - GLvdpauSurfaceNV surface + GLvdpauSurfaceNV surface GLenum access void glVDPAUUnmapSurfacesNV GLsizei numSurface - const GLvdpauSurfaceNV *surfaces + const GLvdpauSurfaceNV *surfaces void glVDPAUUnregisterSurfaceNV - GLvdpauSurfaceNV surface + GLvdpauSurfaceNV surface void glValidateProgram From 94a930198758dccc75e3318fdafc10ca9324f8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:56:51 +0200 Subject: [PATCH 18/70] Rename kind=DrawBufferName to kind=DrawBufferIndex and add missing entries --- xml/gl.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 62ab01fb..d21b6eb1 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8264,7 +8264,7 @@ typedef unsigned int GLhandleARB; void glClearBufferfi GLenum buffer - GLint drawbuffer + GLint drawbuffer GLfloat depth GLint stencil @@ -8272,21 +8272,21 @@ typedef unsigned int GLhandleARB; void glClearBufferfv GLenum buffer - GLint drawbuffer + GLint drawbuffer const GLfloat *value void glClearBufferiv GLenum buffer - GLint drawbuffer + GLint drawbuffer const GLint *value void glClearBufferuiv GLenum buffer - GLint drawbuffer + GLint drawbuffer const GLuint *value @@ -8401,7 +8401,7 @@ typedef unsigned int GLhandleARB; void glClearNamedFramebufferfi GLuint framebuffer GLenum buffer - GLint drawbuffer + GLint drawbuffer GLfloat depth GLint stencil @@ -8409,21 +8409,21 @@ typedef unsigned int GLhandleARB; void glClearNamedFramebufferfv GLuint framebuffer GLenum buffer - GLint drawbuffer + GLint drawbuffer const GLfloat *value void glClearNamedFramebufferiv GLuint framebuffer GLenum buffer - GLint drawbuffer + GLint drawbuffer const GLint *value void glClearNamedFramebufferuiv GLuint framebuffer GLenum buffer - GLint drawbuffer + GLint drawbuffer const GLuint *value From b467e4e68664b1beb258ff20bb246506e4b5f0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:58:37 +0200 Subject: [PATCH 19/70] BufferOffsetARB -> BufferOffset --- xml/gl.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index d21b6eb1..4ea673b2 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -7657,7 +7657,7 @@ typedef unsigned int GLhandleARB; GLuint video_capture_slot GLuint stream GLenum frame_region - GLintptrARB offset + GLintptrARB offset void glBindVideoCaptureStreamTextureNV @@ -8164,7 +8164,7 @@ typedef unsigned int GLhandleARB; void glBufferSubDataARB GLenum target - GLintptrARB offset + GLintptrARB offset GLsizeiptrARB size const void *data @@ -13048,7 +13048,7 @@ typedef unsigned int GLhandleARB; void glGetBufferSubDataARB GLenum target - GLintptrARB offset + GLintptrARB offset GLsizeiptrARB size void *data From e31ac8ba8ffdbdbf61ec4742bdb95a2fbea512c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 17:59:15 +0200 Subject: [PATCH 20/70] BufferSizeARB -> BufferSize --- xml/gl.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 4ea673b2..223fffa9 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8097,7 +8097,7 @@ typedef unsigned int GLhandleARB; void glBufferDataARB GLenum target - GLsizeiptrARB size + GLsizeiptrARB size const void *data GLenum usage @@ -8165,7 +8165,7 @@ typedef unsigned int GLhandleARB; void glBufferSubDataARB GLenum target GLintptrARB offset - GLsizeiptrARB size + GLsizeiptrARB size const void *data @@ -13049,7 +13049,7 @@ typedef unsigned int GLhandleARB; void glGetBufferSubDataARB GLenum target GLintptrARB offset - GLsizeiptrARB size + GLsizeiptrARB size void *data From 255fc83aaccd3a8b766d2ad820a28ef24709bd3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 18:00:29 +0200 Subject: [PATCH 21/70] Removed kind=PathElement --- xml/gl.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 223fffa9..709808f7 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -10174,7 +10174,7 @@ typedef unsigned int GLhandleARB; void glCoverFillPathInstancedNV GLsizei numPaths GLenum pathNameType - const void *paths + const void *paths GLuint pathBase GLenum coverMode GLenum transformType @@ -10189,7 +10189,7 @@ typedef unsigned int GLhandleARB; void glCoverStrokePathInstancedNV GLsizei numPaths GLenum pathNameType - const void *paths + const void *paths GLuint pathBase GLenum coverMode GLenum transformType @@ -14393,7 +14393,7 @@ typedef unsigned int GLhandleARB; GLbitfield metricQueryMask GLsizei numPaths GLenum pathNameType - const void *paths + const void *paths GLuint pathBase GLsizei stride GLfloat *metrics @@ -14415,7 +14415,7 @@ typedef unsigned int GLhandleARB; GLenum pathListMode GLsizei numPaths GLenum pathNameType - const void *paths + const void *paths GLuint pathBase GLfloat advanceScale GLfloat kerningScale @@ -23355,7 +23355,7 @@ typedef unsigned int GLhandleARB; void glStencilFillPathInstancedNV GLsizei numPaths GLenum pathNameType - const void *paths + const void *paths GLuint pathBase GLenum fillMode GLuint mask @@ -23430,7 +23430,7 @@ typedef unsigned int GLhandleARB; void glStencilStrokePathInstancedNV GLsizei numPaths GLenum pathNameType - const void *paths + const void *paths GLuint pathBase GLint reference GLuint mask From 77c4279560c1fe71f75f761e6d7076f822ec6de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 18:01:40 +0200 Subject: [PATCH 22/70] Remove kind=LineStipple --- xml/gl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/gl.xml b/xml/gl.xml index 709808f7..1548808e 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -17044,7 +17044,7 @@ typedef unsigned int GLhandleARB; void glLineStipple GLint factor - GLushort pattern + GLushort pattern From 03ab4ee7c78d145a3fff2995a57d1219457d42fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 18:05:00 +0200 Subject: [PATCH 23/70] ProgramCharacterNV -> String --- xml/gl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/gl.xml b/xml/gl.xml index 1548808e..3fa7cd7f 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -14812,7 +14812,7 @@ typedef unsigned int GLhandleARB; void glGetProgramStringNV GLuint id GLenum pname - GLubyte *program + GLubyte *program From 6576693a4837b97a65099a3f76a05d9b7e668cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 18:06:25 +0200 Subject: [PATCH 24/70] Removed ReplacementCodeSUN --- xml/gl.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 3fa7cd7f..567cc11e 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -22365,7 +22365,7 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiColor3fVertex3fSUN - GLuint rc + GLuint rc GLfloat r GLfloat g GLfloat b @@ -22375,13 +22375,13 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiColor3fVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLfloat *c const GLfloat *v void glReplacementCodeuiColor4fNormal3fVertex3fSUN - GLuint rc + GLuint rc GLfloat r GLfloat g GLfloat b @@ -22395,14 +22395,14 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiColor4fNormal3fVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLfloat *c const GLfloat *n const GLfloat *v void glReplacementCodeuiColor4ubVertex3fSUN - GLuint rc + GLuint rc GLubyte r GLubyte g GLubyte b @@ -22413,13 +22413,13 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiColor4ubVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLubyte *c const GLfloat *v void glReplacementCodeuiNormal3fVertex3fSUN - GLuint rc + GLuint rc GLfloat nx GLfloat ny GLfloat nz @@ -22429,7 +22429,7 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiNormal3fVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLfloat *n const GLfloat *v @@ -22439,7 +22439,7 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN - GLuint rc + GLuint rc GLfloat s GLfloat t GLfloat r @@ -22455,7 +22455,7 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLfloat *tc const GLfloat *c const GLfloat *n @@ -22463,7 +22463,7 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN - GLuint rc + GLuint rc GLfloat s GLfloat t GLfloat nx @@ -22475,14 +22475,14 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLfloat *tc const GLfloat *n const GLfloat *v void glReplacementCodeuiTexCoord2fVertex3fSUN - GLuint rc + GLuint rc GLfloat s GLfloat t GLfloat x @@ -22491,20 +22491,20 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiTexCoord2fVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLfloat *tc const GLfloat *v void glReplacementCodeuiVertex3fSUN - GLuint rc + GLuint rc GLfloat x GLfloat y GLfloat z void glReplacementCodeuiVertex3fvSUN - const GLuint *rc + const GLuint *rc const GLfloat *v From 8d209676382e551e0029c3643a51999a87a777f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 18:08:42 +0200 Subject: [PATCH 25/70] Removed accidentally added line at the end of gl.xml --- xml/gl.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/xml/gl.xml b/xml/gl.xml index 567cc11e..3cc5c2d6 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -47335,4 +47335,3 @@ typedef unsigned int GLhandleARB; - From 01202974fbe334baf6427ce0ba1f300a6a1b60c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 18:13:05 +0200 Subject: [PATCH 26/70] MaskedColorIndexValueF -> MaskedColorIndexValue --- xml/gl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/gl.xml b/xml/gl.xml index 3cc5c2d6..428d99c8 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8358,7 +8358,7 @@ typedef unsigned int GLhandleARB; void glClearIndex - GLfloat c + GLfloat c From 8e206685b7856ac187ad6999453d5e7a18dc8e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 18:13:55 +0200 Subject: [PATCH 27/70] MaskedColorIndexValueI -> MaskedColorIndexValue --- xml/gl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/gl.xml b/xml/gl.xml index 428d99c8..81f9b4f0 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -16457,7 +16457,7 @@ typedef unsigned int GLhandleARB; void glIndexMask - GLuint mask + GLuint mask From 596553859458a8cfe569297142b8c334d234090c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 29 Aug 2022 18:20:35 +0200 Subject: [PATCH 28/70] ColorUB, ColorUS, ColorUI -> Color --- xml/gl.xml | 114 ++++++++++++++++++++++++++--------------------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 81f9b4f0..ac1b123a 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8655,38 +8655,38 @@ typedef unsigned int GLhandleARB; void glColor3ub - GLubyte red - GLubyte green - GLubyte blue + GLubyte red + GLubyte green + GLubyte blue void glColor3ubv - const GLubyte *v + const GLubyte *v void glColor3ui - GLuint red - GLuint green - GLuint blue + GLuint red + GLuint green + GLuint blue void glColor3uiv - const GLuint *v + const GLuint *v void glColor3us - GLushort red - GLushort green - GLushort blue + GLushort red + GLushort green + GLushort blue void glColor3usv - const GLushort *v + const GLushort *v @@ -8798,10 +8798,10 @@ typedef unsigned int GLhandleARB; void glColor4ub - GLubyte red - GLubyte green - GLubyte blue - GLubyte alpha + GLubyte red + GLubyte green + GLubyte blue + GLubyte alpha @@ -8835,33 +8835,33 @@ typedef unsigned int GLhandleARB; void glColor4ubv - const GLubyte *v + const GLubyte *v void glColor4ui - GLuint red - GLuint green - GLuint blue - GLuint alpha + GLuint red + GLuint green + GLuint blue + GLuint alpha void glColor4uiv - const GLuint *v + const GLuint *v void glColor4us - GLushort red - GLushort green - GLushort blue - GLushort alpha + GLushort red + GLushort green + GLushort blue + GLushort alpha void glColor4usv - const GLushort *v + const GLushort *v @@ -22976,79 +22976,79 @@ typedef unsigned int GLhandleARB; void glSecondaryColor3ub - GLubyte red - GLubyte green - GLubyte blue + GLubyte red + GLubyte green + GLubyte blue void glSecondaryColor3ubEXT - GLubyte red - GLubyte green - GLubyte blue + GLubyte red + GLubyte green + GLubyte blue void glSecondaryColor3ubv - const GLubyte *v + const GLubyte *v void glSecondaryColor3ubvEXT - const GLubyte *v + const GLubyte *v void glSecondaryColor3ui - GLuint red - GLuint green - GLuint blue + GLuint red + GLuint green + GLuint blue void glSecondaryColor3uiEXT - GLuint red - GLuint green - GLuint blue + GLuint red + GLuint green + GLuint blue void glSecondaryColor3uiv - const GLuint *v + const GLuint *v void glSecondaryColor3uivEXT - const GLuint *v + const GLuint *v void glSecondaryColor3us - GLushort red - GLushort green - GLushort blue + GLushort red + GLushort green + GLushort blue void glSecondaryColor3usEXT - GLushort red - GLushort green - GLushort blue + GLushort red + GLushort green + GLushort blue void glSecondaryColor3usv - const GLushort *v + const GLushort *v void glSecondaryColor3usvEXT - const GLushort *v + const GLushort *v @@ -27729,10 +27729,10 @@ typedef unsigned int GLhandleARB; void glVertexAttrib4ubNV GLuint index - GLubyte x - GLubyte y - GLubyte z - GLubyte w + GLubyte x + GLubyte y + GLubyte z + GLubyte w @@ -27750,7 +27750,7 @@ typedef unsigned int GLhandleARB; void glVertexAttrib4ubvNV GLuint index - const GLubyte *v + const GLubyte *v @@ -28565,7 +28565,7 @@ typedef unsigned int GLhandleARB; void glVertexAttribs4ubvNV GLuint index GLsizei count - const GLubyte *v + const GLubyte *v From 7fd25b8ceb45edd8d7a81aa006df33f879db3d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Wed, 31 Aug 2022 16:10:53 +0200 Subject: [PATCH 29/70] Remove kind=cl_context and kind=cl_event --- xml/gl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index ac1b123a..328c2ad9 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -10311,8 +10311,8 @@ typedef unsigned int GLhandleARB; GLsync glCreateSyncFromCLeventARB - struct _cl_context *context - struct _cl_event *event + struct _cl_context *context + struct _cl_event *event GLbitfield flags From 80cec4b7648103a9843a5b981d8194aace47232e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 12 Sep 2022 22:31:47 +0200 Subject: [PATCH 30/70] Changed kind=List to class=display list --- xml/gl.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index ac1b123a..c839198a 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8175,7 +8175,7 @@ typedef unsigned int GLhandleARB; void glCallList - GLuint list + GLuint list @@ -13820,13 +13820,13 @@ typedef unsigned int GLhandleARB; void glGetListParameterfvSGIX - GLuint list + GLuint list GLenum pname GLfloat *params void glGetListParameterivSGIX - GLuint list + GLuint list GLenum pname GLint *params @@ -17071,7 +17071,7 @@ typedef unsigned int GLhandleARB; void glListBase - GLuint base + GLuint base @@ -17086,28 +17086,28 @@ typedef unsigned int GLhandleARB; void glListParameterfSGIX - GLuint list + GLuint list GLenum pname GLfloat param void glListParameterfvSGIX - GLuint list + GLuint list GLenum pname const GLfloat *params void glListParameteriSGIX - GLuint list + GLuint list GLenum pname GLint param void glListParameterivSGIX - GLuint list + GLuint list GLenum pname const GLint *params @@ -19434,7 +19434,7 @@ typedef unsigned int GLhandleARB; void glNewList - GLuint list + GLuint list GLenum mode From ad0db30d88fa9870c26eb24d0a13be3d47ecf151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 12 Sep 2022 22:36:43 +0200 Subject: [PATCH 31/70] Changed kind=PathCommand to group=PathCoordType --- xml/gl.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index c839198a..030adc68 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -14362,7 +14362,7 @@ typedef unsigned int GLhandleARB; void glGetPathCommandsNV GLuint path - GLubyte *commands + GLubyte *commands void glGetPathCoordsNV @@ -19791,7 +19791,7 @@ typedef unsigned int GLhandleARB; void glPathCommandsNV GLuint path GLsizei numCommands - const GLubyte *commands + const GLubyte *commands GLsizei numCoords GLenum coordType const void *coords @@ -19922,7 +19922,7 @@ typedef unsigned int GLhandleARB; GLsizei commandStart GLsizei commandsToDelete GLsizei numCommands - const GLubyte *commands + const GLubyte *commands GLsizei numCoords GLenum coordType const void *coords From 8a313873c099e94fe579fef98c6009437c007aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Tue, 13 Sep 2022 00:31:15 +0200 Subject: [PATCH 32/70] Added initial kinds descriptions. Subject to change. --- xml/gl.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/xml/gl.xml b/xml/gl.xml index 7418612f..6fef8c0e 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -66,6 +66,22 @@ typedef unsigned int GLhandleARB; typedef void ( *GLVULKANPROCNV)(void); + + + + + + + + + + + + + + + + + + + + @@ -16503,52 +16506,52 @@ typedef unsigned int GLhandleARB; void glIndexd - GLdouble c + GLdouble c void glIndexdv - const GLdouble *c + const GLdouble *c void glIndexf - GLfloat c + GLfloat c void glIndexfv - const GLfloat *c + const GLfloat *c void glIndexi - GLint c + GLint c void glIndexiv - const GLint *c + const GLint *c void glIndexs - GLshort c + GLshort c void glIndexsv - const GLshort *c + const GLshort *c void glIndexub - GLubyte c + GLubyte c void glIndexubv - const GLubyte *c + const GLubyte *c From 726a559bbcb302c7ce82f8a3c4cff77f10e74dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Tue, 13 Sep 2022 11:55:22 +0200 Subject: [PATCH 34/70] Added more kind descriptions --- xml/gl.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index dbffb27d..72bdea85 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -80,9 +80,8 @@ typedef unsigned int GLhandleARB; - - - + + From ab17ed77f2f63ca28eebf616f3de773ddcfb5a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Tue, 13 Sep 2022 16:10:59 +0200 Subject: [PATCH 35/70] Updated descriptions --- xml/gl.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 72bdea85..660b24b1 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -71,12 +71,14 @@ typedef unsigned int GLhandleARB; - + + - - + + + From 746d69775676725178f4eda20185c6976a6802d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Tue, 13 Sep 2022 16:17:20 +0200 Subject: [PATCH 36/70] kind=MaskedStencilValue -> kind=StencilMask --- xml/gl.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 660b24b1..83fb5501 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -16781,7 +16781,7 @@ typedef unsigned int GLhandleARB; GLboolean glIsPointInFillPathNV GLuint path - GLuint mask + GLuint mask GLfloat x GLfloat y @@ -19927,7 +19927,7 @@ typedef unsigned int GLhandleARB; void glPathStencilFuncNV GLenum func GLint ref - GLuint mask + GLuint mask void glPathStringNV @@ -23378,7 +23378,7 @@ typedef unsigned int GLhandleARB; const void *paths GLuint pathBase GLenum fillMode - GLuint mask + GLuint mask GLenum transformType const GLfloat *transformValues @@ -23386,13 +23386,13 @@ typedef unsigned int GLhandleARB; void glStencilFillPathNV GLuint path GLenum fillMode - GLuint mask + GLuint mask void glStencilFunc GLenum func GLint ref - GLuint mask + GLuint mask @@ -23400,24 +23400,24 @@ typedef unsigned int GLhandleARB; GLenum face GLenum func GLint ref - GLuint mask + GLuint mask void glStencilFuncSeparateATI GLenum frontfunc GLenum backfunc GLint ref - GLuint mask + GLuint mask void glStencilMask - GLuint mask + GLuint mask void glStencilMaskSeparate GLenum face - GLuint mask + GLuint mask void glStencilOp @@ -23453,7 +23453,7 @@ typedef unsigned int GLhandleARB; const void *paths GLuint pathBase GLint reference - GLuint mask + GLuint mask GLenum transformType const GLfloat *transformValues @@ -23461,7 +23461,7 @@ typedef unsigned int GLhandleARB; void glStencilStrokePathNV GLuint path GLint reference - GLuint mask + GLuint mask void glStencilThenCoverFillPathInstancedNV From 96a2958a89af740b8a8faeaa3986eb12cf1fa2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Tue, 13 Sep 2022 16:21:30 +0200 Subject: [PATCH 37/70] kind=MaskedColorIndexValue -> kind=ColorIndexMask + desc --- xml/gl.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 83fb5501..5e46e8cd 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -82,6 +82,7 @@ typedef unsigned int GLhandleARB; + @@ -8378,7 +8379,7 @@ typedef unsigned int GLhandleARB; void glClearIndex - GLfloat c + GLfloat c @@ -16477,7 +16478,7 @@ typedef unsigned int GLhandleARB; void glIndexMask - GLuint mask + GLuint mask From 8cd7559f1f0f27e9afb66938443a628b9c6a5569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Tue, 13 Sep 2022 16:34:47 +0200 Subject: [PATCH 38/70] Added kind=Clamp01 to some parameters --- xml/gl.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 5e46e8cd..10b593ab 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -7784,18 +7784,18 @@ typedef unsigned int GLhandleARB; void glBlendColor - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha void glBlendColorEXT - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha From 600948133999716e0ed40161cbbe228af2d42fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Tue, 13 Sep 2022 16:35:23 +0200 Subject: [PATCH 39/70] kind=ClampedFixed -> kind=Clamped01 --- xml/gl.xml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 10b593ab..c1fc9a94 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -7148,7 +7148,7 @@ typedef unsigned int GLhandleARB; void glAlphaFuncxOES GLenum func - GLfixed ref + GLfixed ref void glAlphaToCoverageDitherControlNV @@ -7801,10 +7801,10 @@ typedef unsigned int GLhandleARB; void glBlendColorxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glBlendEquation @@ -8259,10 +8259,10 @@ typedef unsigned int GLhandleARB; void glClearAccumxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glClearBufferData @@ -8344,10 +8344,10 @@ typedef unsigned int GLhandleARB; void glClearColorxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glClearDepth @@ -8375,7 +8375,7 @@ typedef unsigned int GLhandleARB; void glClearDepthxOES - GLfixed depth + GLfixed depth void glClearIndex @@ -10855,8 +10855,8 @@ typedef unsigned int GLhandleARB; void glDepthRangexOES - GLfixed n - GLfixed f + GLfixed n + GLfixed f void glDetachObjectARB @@ -20425,7 +20425,7 @@ typedef unsigned int GLhandleARB; void glPrioritizeTexturesxOES GLsizei n const GLuint *textures - const GLfixed *priorities + const GLfixed *priorities void glProgramBinary From 097cfd38ba1e8f608bb1800f9dac442029473914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Tue, 13 Sep 2022 17:22:21 +0200 Subject: [PATCH 40/70] Update kind and group attributes for some NV_path_rendering functions --- xml/gl.xml | 60 +++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index c1fc9a94..19ea893f 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -5889,7 +5889,7 @@ typedef unsigned int GLhandleARB; - + @@ -5898,9 +5898,9 @@ typedef unsigned int GLhandleARB; - + - + @@ -5915,7 +5915,7 @@ typedef unsigned int GLhandleARB; - + @@ -10197,7 +10197,7 @@ typedef unsigned int GLhandleARB; GLenum pathNameType const void *paths GLuint pathBase - GLenum coverMode + GLenum coverMode GLenum transformType const GLfloat *transformValues @@ -10212,7 +10212,7 @@ typedef unsigned int GLhandleARB; GLenum pathNameType const void *paths GLuint pathBase - GLenum coverMode + GLenum coverMode GLenum transformType const GLfloat *transformValues @@ -23467,40 +23467,40 @@ typedef unsigned int GLhandleARB; void glStencilThenCoverFillPathInstancedNV GLsizei numPaths - GLenum pathNameType - const void *paths - GLuint pathBase - GLenum fillMode - GLuint mask - GLenum coverMode - GLenum transformType - const GLfloat *transformValues + GLenum pathNameType + const void *paths + GLuint pathBase + GLenum fillMode + GLuint mask + GLenum coverMode + GLenum transformType + const GLfloat *transformValues void glStencilThenCoverFillPathNV - GLuint path - GLenum fillMode - GLuint mask - GLenum coverMode + GLuint path + GLenum fillMode + GLuint mask + GLenum coverMode void glStencilThenCoverStrokePathInstancedNV GLsizei numPaths - GLenum pathNameType - const void *paths - GLuint pathBase - GLint reference - GLuint mask - GLenum coverMode - GLenum transformType - const GLfloat *transformValues + GLenum pathNameType + const void *paths + GLuint pathBase + GLint reference + GLuint mask + GLenum coverMode + GLenum transformType + const GLfloat *transformValues void glStencilThenCoverStrokePathNV - GLuint path - GLint reference - GLuint mask - GLenum coverMode + GLuint path + GLint reference + GLuint mask + GLenum coverMode void glStopInstrumentsSGIX From 74ba8254f7bc939fa3baa260f3dbd823f754fb93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Thu, 15 Sep 2022 16:38:36 +0200 Subject: [PATCH 41/70] Added a bunch of kind=Color and kind=Clamped01 --- xml/gl.xml | 132 ++++++++++++++++++++++++++--------------------------- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 19ea893f..ebde372c 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8313,45 +8313,45 @@ typedef unsigned int GLhandleARB; void glClearColor - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha void glClearColorIiEXT - GLint red - GLint green - GLint blue - GLint alpha + GLint red + GLint green + GLint blue + GLint alpha void glClearColorIuiEXT - GLuint red - GLuint green - GLuint blue - GLuint alpha + GLuint red + GLuint green + GLuint blue + GLuint alpha void glClearColorx - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glClearColorxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glClearDepth - GLdouble depth + GLdouble depth @@ -8361,17 +8361,17 @@ typedef unsigned int GLhandleARB; void glClearDepthf - GLfloat d + GLfloat d void glClearDepthfOES - GLclampf depth + GLclampf depth void glClearDepthx - GLfixed depth + GLfixed depth void glClearDepthxOES @@ -8621,16 +8621,16 @@ typedef unsigned int GLhandleARB; void glColor3fVertex3fSUN - GLfloat r - GLfloat g - GLfloat b + GLfloat r + GLfloat g + GLfloat b GLfloat x GLfloat y GLfloat z void glColor3fVertex3fvSUN - const GLfloat *c + const GLfloat *c const GLfloat *v @@ -8640,14 +8640,14 @@ typedef unsigned int GLhandleARB; void glColor3hNV - GLhalfNV red - GLhalfNV green - GLhalfNV blue + GLhalfNV red + GLhalfNV green + GLhalfNV blue void glColor3hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -8712,13 +8712,13 @@ typedef unsigned int GLhandleARB; void glColor3xOES - GLfixed red - GLfixed green - GLfixed blue + GLfixed red + GLfixed green + GLfixed blue void glColor3xvOES - const GLfixed *components + const GLfixed *components void glColor4b @@ -8756,10 +8756,10 @@ typedef unsigned int GLhandleARB; void glColor4fNormal3fVertex3fSUN - GLfloat r - GLfloat g - GLfloat b - GLfloat a + GLfloat r + GLfloat g + GLfloat b + GLfloat a GLfloat nx GLfloat ny GLfloat nz @@ -8769,7 +8769,7 @@ typedef unsigned int GLhandleARB; void glColor4fNormal3fVertex3fvSUN - const GLfloat *c + const GLfloat *c const GLfloat *n const GLfloat *v @@ -8780,15 +8780,15 @@ typedef unsigned int GLhandleARB; void glColor4hNV - GLhalfNV red - GLhalfNV green - GLhalfNV blue - GLhalfNV alpha + GLhalfNV red + GLhalfNV green + GLhalfNV blue + GLhalfNV alpha void glColor4hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -8827,31 +8827,31 @@ typedef unsigned int GLhandleARB; void glColor4ubVertex2fSUN - GLubyte r - GLubyte g - GLubyte b - GLubyte a + GLubyte r + GLubyte g + GLubyte b + GLubyte a GLfloat x GLfloat y void glColor4ubVertex2fvSUN - const GLubyte *c + const GLubyte *c const GLfloat *v void glColor4ubVertex3fSUN - GLubyte r - GLubyte g - GLubyte b - GLubyte a + GLubyte r + GLubyte g + GLubyte b + GLubyte a GLfloat x GLfloat y GLfloat z void glColor4ubVertex3fvSUN - const GLubyte *c + const GLubyte *c const GLfloat *v @@ -8887,26 +8887,26 @@ typedef unsigned int GLhandleARB; void glColor4x - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glColor4xOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glColor4xvOES - const GLfixed *components + const GLfixed *components void glColorFormatNV GLint size - GLenum type + GLenum type GLsizei stride From da5e0f69e3cc52c9400f02530557b2e3d731d6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Thu, 15 Sep 2022 16:39:14 +0200 Subject: [PATCH 42/70] Various kind= fixes --- xml/gl.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index ebde372c..9c1fdc5c 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8379,7 +8379,7 @@ typedef unsigned int GLhandleARB; void glClearIndex - GLfloat c + GLfloat c @@ -8402,17 +8402,17 @@ typedef unsigned int GLhandleARB; void glClearNamedBufferSubData GLuint buffer GLenum internalformat - GLintptr offset + GLintptr offset GLsizeiptr size GLenum format GLenum type - const void *data + const void *data void glClearNamedBufferSubDataEXT GLuint buffer GLenum internalformat - GLsizeiptr offset + GLsizeiptr offset GLsizeiptr size GLenum format GLenum type @@ -8424,7 +8424,7 @@ typedef unsigned int GLhandleARB; GLenum buffer GLint drawbuffer GLfloat depth - GLint stencil + GLint stencil void glClearNamedFramebufferfv @@ -8437,7 +8437,7 @@ typedef unsigned int GLhandleARB; void glClearNamedFramebufferiv GLuint framebuffer GLenum buffer - GLint drawbuffer + GLint drawbuffer const GLint *value @@ -9000,17 +9000,17 @@ typedef unsigned int GLhandleARB; void glColorP3ui - GLenum type + GLenum type GLuint color void glColorP3uiv - GLenum type + GLenum type const GLuint *color void glColorP4ui - GLenum type + GLenum type GLuint color @@ -19927,7 +19927,7 @@ typedef unsigned int GLhandleARB; void glPathStencilFuncNV GLenum func - GLint ref + GLint ref GLuint mask @@ -23407,7 +23407,7 @@ typedef unsigned int GLhandleARB; void glStencilFuncSeparateATI GLenum frontfunc GLenum backfunc - GLint ref + GLint ref GLuint mask From 5c01fb4198d9c6f71aa99520b15b2a22e51c528e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Thu, 15 Sep 2022 17:01:01 +0200 Subject: [PATCH 43/70] Mark all color parameters with kind=Color --- xml/gl.xml | 116 ++++++++++++++++++++++++++--------------------------- 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 9c1fdc5c..fecaf6c9 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -7801,10 +7801,10 @@ typedef unsigned int GLhandleARB; void glBlendColorxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glBlendEquation @@ -8251,18 +8251,18 @@ typedef unsigned int GLhandleARB; void glClearAccum - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha void glClearAccumxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glClearBufferData @@ -9001,22 +9001,22 @@ typedef unsigned int GLhandleARB; void glColorP3ui GLenum type - GLuint color + GLuint color void glColorP3uiv GLenum type - const GLuint *color + const GLuint *color void glColorP4ui GLenum type - GLuint color + GLuint color void glColorP4uiv GLenum type - const GLuint *color + const GLuint *color void glColorPointer @@ -22387,9 +22387,9 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiColor3fVertex3fSUN GLuint rc - GLfloat r - GLfloat g - GLfloat b + GLfloat r + GLfloat g + GLfloat b GLfloat x GLfloat y GLfloat z @@ -22397,16 +22397,16 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiColor3fVertex3fvSUN const GLuint *rc - const GLfloat *c + const GLfloat *c const GLfloat *v void glReplacementCodeuiColor4fNormal3fVertex3fSUN GLuint rc - GLfloat r - GLfloat g - GLfloat b - GLfloat a + GLfloat r + GLfloat g + GLfloat b + GLfloat a GLfloat nx GLfloat ny GLfloat nz @@ -22417,17 +22417,17 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiColor4fNormal3fVertex3fvSUN const GLuint *rc - const GLfloat *c + const GLfloat *c const GLfloat *n const GLfloat *v void glReplacementCodeuiColor4ubVertex3fSUN GLuint rc - GLubyte r - GLubyte g - GLubyte b - GLubyte a + GLubyte r + GLubyte g + GLubyte b + GLubyte a GLfloat x GLfloat y GLfloat z @@ -22435,7 +22435,7 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiColor4ubVertex3fvSUN const GLuint *rc - const GLubyte *c + const GLubyte *c const GLfloat *v @@ -22478,7 +22478,7 @@ typedef unsigned int GLhandleARB; void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN const GLuint *rc const GLfloat *tc - const GLfloat *c + const GLfloat *c const GLfloat *n const GLfloat *v @@ -22933,14 +22933,14 @@ typedef unsigned int GLhandleARB; void glSecondaryColor3hNV - GLhalfNV red - GLhalfNV green - GLhalfNV blue + GLhalfNV red + GLhalfNV green + GLhalfNV blue void glSecondaryColor3hvNV - const GLhalfNV *v + const GLhalfNV *v @@ -23081,13 +23081,13 @@ typedef unsigned int GLhandleARB; void glSecondaryColorP3ui - GLenum type - GLuint color + GLenum type + GLuint color void glSecondaryColorP3uiv - GLenum type - const GLuint *color + GLenum type + const GLuint *color void glSecondaryColorPointer @@ -23787,9 +23787,9 @@ typedef unsigned int GLhandleARB; void glTexCoord2fColor3fVertex3fSUN GLfloat s GLfloat t - GLfloat r - GLfloat g - GLfloat b + GLfloat r + GLfloat g + GLfloat b GLfloat x GLfloat y GLfloat z @@ -23797,17 +23797,17 @@ typedef unsigned int GLhandleARB; void glTexCoord2fColor3fVertex3fvSUN const GLfloat *tc - const GLfloat *c + const GLfloat *c const GLfloat *v void glTexCoord2fColor4fNormal3fVertex3fSUN GLfloat s GLfloat t - GLfloat r - GLfloat g - GLfloat b - GLfloat a + GLfloat r + GLfloat g + GLfloat b + GLfloat a GLfloat nx GLfloat ny GLfloat nz @@ -23818,7 +23818,7 @@ typedef unsigned int GLhandleARB; void glTexCoord2fColor4fNormal3fVertex3fvSUN const GLfloat *tc - const GLfloat *c + const GLfloat *c const GLfloat *n const GLfloat *v @@ -23826,10 +23826,10 @@ typedef unsigned int GLhandleARB; void glTexCoord2fColor4ubVertex3fSUN GLfloat s GLfloat t - GLubyte r - GLubyte g - GLubyte b - GLubyte a + GLubyte r + GLubyte g + GLubyte b + GLubyte a GLfloat x GLfloat y GLfloat z @@ -23837,7 +23837,7 @@ typedef unsigned int GLhandleARB; void glTexCoord2fColor4ubVertex3fvSUN const GLfloat *tc - const GLubyte *c + const GLubyte *c const GLfloat *v @@ -24035,10 +24035,10 @@ typedef unsigned int GLhandleARB; GLfloat t GLfloat p GLfloat q - GLfloat r - GLfloat g - GLfloat b - GLfloat a + GLfloat r + GLfloat g + GLfloat b + GLfloat a GLfloat nx GLfloat ny GLfloat nz @@ -24050,7 +24050,7 @@ typedef unsigned int GLhandleARB; void glTexCoord4fColor4fNormal3fVertex4fvSUN const GLfloat *tc - const GLfloat *c + const GLfloat *c const GLfloat *n const GLfloat *v From 909942052fab425af3f26b22985421c396ee2bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Wed, 28 Sep 2022 14:53:52 +0200 Subject: [PATCH 44/70] Change clamped to the new format --- xml/gl.xml | 77 +++++++++++++++++++++++++++--------------------------- 1 file changed, 39 insertions(+), 38 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index fecaf6c9..06720e53 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -70,7 +70,8 @@ typedef unsigned int GLhandleARB; - + + @@ -7148,7 +7149,7 @@ typedef unsigned int GLhandleARB; void glAlphaFuncxOES GLenum func - GLfixed ref + GLfixed ref void glAlphaToCoverageDitherControlNV @@ -7784,27 +7785,27 @@ typedef unsigned int GLhandleARB; void glBlendColor - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha void glBlendColorEXT - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha void glBlendColorxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glBlendEquation @@ -8251,18 +8252,18 @@ typedef unsigned int GLhandleARB; void glClearAccum - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha void glClearAccumxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glClearBufferData @@ -8337,21 +8338,21 @@ typedef unsigned int GLhandleARB; void glClearColorx - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glClearColorxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glClearDepth - GLdouble depth + GLdouble depth @@ -8361,21 +8362,21 @@ typedef unsigned int GLhandleARB; void glClearDepthf - GLfloat d + GLfloat d void glClearDepthfOES - GLclampf depth + GLclampf depth void glClearDepthx - GLfixed depth + GLfixed depth void glClearDepthxOES - GLfixed depth + GLfixed depth void glClearIndex @@ -10855,8 +10856,8 @@ typedef unsigned int GLhandleARB; void glDepthRangexOES - GLfixed n - GLfixed f + GLfixed n + GLfixed f void glDetachObjectARB @@ -20425,7 +20426,7 @@ typedef unsigned int GLhandleARB; void glPrioritizeTexturesxOES GLsizei n const GLuint *textures - const GLfixed *priorities + const GLfixed *priorities void glProgramBinary From ed0fc4025e7b8372d925e64d5e27acfe3d532463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Wed, 28 Sep 2022 15:24:44 +0200 Subject: [PATCH 45/70] Changed Clamped[0, 1] to Clamped[0; 1] --- xml/gl.xml | 66 +++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 06720e53..41e351b8 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -70,8 +70,8 @@ typedef unsigned int GLhandleARB; - - + + @@ -7149,7 +7149,7 @@ typedef unsigned int GLhandleARB; void glAlphaFuncxOES GLenum func - GLfixed ref + GLfixed ref void glAlphaToCoverageDitherControlNV @@ -7785,27 +7785,27 @@ typedef unsigned int GLhandleARB; void glBlendColor - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha void glBlendColorEXT - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha void glBlendColorxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glBlendEquation @@ -8338,21 +8338,21 @@ typedef unsigned int GLhandleARB; void glClearColorx - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glClearColorxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glClearDepth - GLdouble depth + GLdouble depth @@ -8362,21 +8362,21 @@ typedef unsigned int GLhandleARB; void glClearDepthf - GLfloat d + GLfloat d void glClearDepthfOES - GLclampf depth + GLclampf depth void glClearDepthx - GLfixed depth + GLfixed depth void glClearDepthxOES - GLfixed depth + GLfixed depth void glClearIndex @@ -10844,8 +10844,8 @@ typedef unsigned int GLhandleARB; void glDepthRangefOES - GLclampf n - GLclampf f + GLclampf n + GLclampf f @@ -10856,8 +10856,8 @@ typedef unsigned int GLhandleARB; void glDepthRangexOES - GLfixed n - GLfixed f + GLfixed n + GLfixed f void glDetachObjectARB @@ -20426,7 +20426,7 @@ typedef unsigned int GLhandleARB; void glPrioritizeTexturesxOES GLsizei n const GLuint *textures - const GLfixed *priorities + const GLfixed *priorities void glProgramBinary From e1a10a7d9fcb1df05debb18e5f7f52ea975672f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Wed, 28 Sep 2022 15:27:24 +0200 Subject: [PATCH 46/70] glIndexFuncEXT kind=ClampedFloat32 -> kind=ColorIndexValue --- xml/gl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/gl.xml b/xml/gl.xml index 41e351b8..1322f4a8 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -16475,7 +16475,7 @@ typedef unsigned int GLhandleARB; void glIndexFuncEXT GLenum func - GLclampf ref + GLclampf ref void glIndexMask From bc2dab524755bcfdca71a6a5b55cef05de272d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Wed, 28 Sep 2022 15:38:35 +0200 Subject: [PATCH 47/70] Fix the last remaining ClampedFloat32 and ClampedFloat64 kinds. --- xml/gl.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 1322f4a8..3906b9e0 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -10757,8 +10757,8 @@ typedef unsigned int GLhandleARB; void glDepthBoundsEXT - GLclampd zmin - GLclampd zmax + GLclampd zmin + GLclampd zmax @@ -20418,7 +20418,7 @@ typedef unsigned int GLhandleARB; void glPrioritizeTexturesEXT GLsizei n const GLuint *textures - const GLclampf *priorities + const GLclampf *priorities @@ -22650,7 +22650,7 @@ typedef unsigned int GLhandleARB; void glSampleMaskEXT - GLclampf value + GLclampf value GLboolean invert @@ -22660,7 +22660,7 @@ typedef unsigned int GLhandleARB; void glSampleMaskSGIS - GLclampf value + GLclampf value GLboolean invert From f73f0ce4270392f307f170be90b62c6a1f736735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Wed, 28 Sep 2022 15:45:41 +0200 Subject: [PATCH 48/70] Add SpriteModeSGIX group --- xml/gl.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 3906b9e0..95b5bea7 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -1719,9 +1719,9 @@ typedef unsigned int GLhandleARB; - - - + + + @@ -23329,25 +23329,25 @@ typedef unsigned int GLhandleARB; void glSpriteParameterfSGIX GLenum pname - GLfloat param + GLfloat param void glSpriteParameterfvSGIX GLenum pname - const GLfloat *params + const GLfloat *params void glSpriteParameteriSGIX GLenum pname - GLint param + GLint param void glSpriteParameterivSGIX GLenum pname - const GLint *params + const GLint *params From 67eac33ec706fa398ef0bb93570d9504daccfb25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Wed, 26 Oct 2022 13:03:54 +0200 Subject: [PATCH 49/70] Clamped[-1, 1] -> Clamped[-1; 1] --- xml/gl.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 95b5bea7..1e4219ae 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8252,18 +8252,18 @@ typedef unsigned int GLhandleARB; void glClearAccum - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha void glClearAccumxOES - GLfixed red - GLfixed green - GLfixed blue - GLfixed alpha + GLfixed red + GLfixed green + GLfixed blue + GLfixed alpha void glClearBufferData From f9d999d3dddcf1a0f6b9deaeae994f53311b142e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Wed, 26 Oct 2022 13:05:35 +0200 Subject: [PATCH 50/70] Added back group='ColorPointerType' where they got removed --- xml/gl.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 1e4219ae..865cab01 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -9001,17 +9001,17 @@ typedef unsigned int GLhandleARB; void glColorP3ui - GLenum type + GLenum type GLuint color void glColorP3uiv - GLenum type + GLenum type const GLuint *color void glColorP4ui - GLenum type + GLenum type GLuint color @@ -23082,12 +23082,12 @@ typedef unsigned int GLhandleARB; void glSecondaryColorP3ui - GLenum type + GLenum type GLuint color void glSecondaryColorP3uiv - GLenum type + GLenum type const GLuint *color From f58fdb79b3c059183009ec0662334bb67541cb67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Wed, 26 Oct 2022 13:27:17 +0200 Subject: [PATCH 51/70] Revert "Add SpriteModeSGIX group" This reverts commit f73f0ce4270392f307f170be90b62c6a1f736735. --- xml/gl.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 865cab01..670eaae3 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -1719,9 +1719,9 @@ typedef unsigned int GLhandleARB; - - - + + + @@ -23329,25 +23329,25 @@ typedef unsigned int GLhandleARB; void glSpriteParameterfSGIX GLenum pname - GLfloat param + GLfloat param void glSpriteParameterfvSGIX GLenum pname - const GLfloat *params + const GLfloat *params void glSpriteParameteriSGIX GLenum pname - GLint param + GLint param void glSpriteParameterivSGIX GLenum pname - const GLint *params + const GLint *params From 840eb2d1f1f82a31747f1c223a428076c3e82992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Wed, 26 Oct 2022 13:41:30 +0200 Subject: [PATCH 52/70] Add missing kind=Color on glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN --- xml/gl.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index ba27b607..e948417f 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -22464,10 +22464,10 @@ typedef unsigned int GLhandleARB; GLuint rc GLfloat s GLfloat t - GLfloat r - GLfloat g - GLfloat b - GLfloat a + GLfloat r + GLfloat g + GLfloat b + GLfloat a GLfloat nx GLfloat ny GLfloat nz From 4f7744ffc4ffb1e09cdd997d90de32315f0adb73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 31 Oct 2022 14:44:30 +0100 Subject: [PATCH 53/70] Added kind=Clamped[0; 1] to glMinSampleShading[ARB|OBS] --- xml/gl.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index e948417f..26b09ef2 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -17785,16 +17785,16 @@ typedef unsigned int GLhandleARB; void glMinSampleShading - GLfloat value + GLfloat value void glMinSampleShadingARB - GLfloat value + GLfloat value void glMinSampleShadingOES - GLfloat value + GLfloat value From 99a1659e9d0c1b6580ccd1f183e75f27395cd49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Tue, 8 Nov 2022 15:27:40 +0100 Subject: [PATCH 54/70] Updated registry.rnc --- xml/registry.rnc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/xml/registry.rnc b/xml/registry.rnc index fba97733..d708f820 100644 --- a/xml/registry.rnc +++ b/xml/registry.rnc @@ -15,6 +15,7 @@ start = element registry { ( element comment { text } ? | Types * | + Kinds * | Groups * | Enums * | Commands * | @@ -51,6 +52,17 @@ Type = element type { text } +# defines descriptions for kinds. +Kinds = element kinds { + Kind * +} + +# defines a description for a single kind. +Kind = element kind { + Name , + attribute desc +} + # defines a group of enum groups Groups = element groups { Group * @@ -141,6 +153,7 @@ Command = element command { Comment ? , element proto { attribute group { text } ? , + attribute kind { text } ? , attribute class { text } ? , text , element ptype { TypeName } ? , @@ -150,6 +163,7 @@ Command = element command { } , element param { attribute group { text } ? , + attribute kind { text } ? , attribute class { text } ? , attribute len { text } ? , text , From 6e69da2aafadb3a03ae4ba9223b394f8ebf98896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Tue, 8 Nov 2022 16:32:44 +0100 Subject: [PATCH 55/70] First pass of updating readme.tex --- xml/readme.tex | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/xml/readme.tex b/xml/readme.tex index e6e4eb3c..eadba0bb 100644 --- a/xml/readme.tex +++ b/xml/readme.tex @@ -181,6 +181,10 @@ \subsection{Contents of \tag{registry} tags} statement. Unused. \item \tag{types} (see section~\ref{tag:types}) - defines API types. Usually only one tag is used. +\item \tag{kinds} (see section~\ref{tag:kinds}) - defines tags + that can be used for parameter validation and more expressive types + in API bindings for languages other than C. + One parameter can be of multiple kinds. \item \tag{groups} (see section~\ref{tag:groups}) - defines named groups of tokens for possible parameter validation in API bindings for languages other than C. Usually only one tag is used. @@ -247,6 +251,62 @@ \subsection{Example of a \tag{types} tag} typedef ptrdiff_t GLintptr; \end{verbatim} +\section{Kinds (\tag{kinds} tag)} +\label{tag:kinds} + +The \tag{kinds} tag contain individual \tag{kind} tags describing +some metadata not captured by the \tag{types} tag (see section~\ref{tag:types}) +or \tag{enums} tag (see section~\ref{tag:groups}). + +\subsection{Attributes of (\tag{kinds} tag)} + +\begin{itemize} +\item \attr{name} - the name of the kind. +\item \attr{desc} - a description of what the kind indicates. +\end{itemize} + +\subsection{Contents of \tag{kinds} tags} + +Each \tag{kinds} block contains zero or more \tag{kind} tags, in +arbitrary order. + +\subsection{Example of a \tag{kinds} tag} + +\begin{verbatim} + + + + +\end{verbatim} + +\section{Kind (\tag{kind} tag)} +\label{tag:kind} + +Each \{kind} tag defines a single kind annotation. + +\subsection{Attributes of \tag{kind} tag} + +\begin{itemize} +\item \attr{name} - kind name, an arbitrary string used + to identify this kind. +\item \attr{desc} - kind description, a description of what it + means for a parameter or return value to be annotated with this kind. +\end{itemize} + +\subsection{Contents of \tag{kind} tag} + +None. + +\subsection{Meaning of \tag{kind} tags} +\label{tag:kind:meaning} + +If a \tag{proto} or \tag{param} tag of a \tag{command} has a +\attr{kind} attribute defined, and that attribute matches a \tag{kind} +name, then the return type or parameter type is considered to be +further defined by the description provided by the \tag{kind} tag +with the matching name. C language bindings do not attempt to +enforce this constraint in any way, but other language bindings +may try to do so. \section{Enumerant Groups (\tag{groups} tag)} \label{tag:groups} @@ -506,6 +566,8 @@ \subsubsection{Attributes of \tag{proto} tags} \begin{itemize} \item \attr{group} - group name, an arbitrary string. +\item \attr{kind} - kind list, a comma separated list of names of + previously defined \tag{kind} tags. \end{itemize} If the group name is defined, it may be interpreted as described in From 4f24df2694013230e43f2ed1f9f5bdd6fc1bddc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Tue, 8 Nov 2022 16:33:31 +0100 Subject: [PATCH 56/70] Removed kind=Color from glMinSampleShading, glMinSampleShadingARB, glMinSampleShadingOES --- xml/gl.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 26b09ef2..e31387ce 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -17785,16 +17785,16 @@ typedef unsigned int GLhandleARB; void glMinSampleShading - GLfloat value + GLfloat value void glMinSampleShadingARB - GLfloat value + GLfloat value void glMinSampleShadingOES - GLfloat value + GLfloat value From 84a242a45cdd60bd59be18b74a57f738ec6ddc7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Sat, 3 Dec 2022 20:02:41 +0100 Subject: [PATCH 57/70] Added kind=MatrixNxM --- xml/gl.xml | 129 +++++++++++++++++++++++++++++------------------------ 1 file changed, 70 insertions(+), 59 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index e31387ce..482d00b5 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -80,6 +80,17 @@ typedef unsigned int GLhandleARB; + + + + + + + > + + > + > + > @@ -21551,7 +21562,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value void glProgramUniformMatrix2fvEXT @@ -21559,7 +21570,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -21568,7 +21579,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix2x3dvEXT @@ -21576,7 +21587,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix2x3fv @@ -21584,7 +21595,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value void glProgramUniformMatrix2x3fvEXT @@ -21592,7 +21603,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -21601,7 +21612,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix2x4dvEXT @@ -21609,7 +21620,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix2x4fv @@ -21617,7 +21628,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value void glProgramUniformMatrix2x4fvEXT @@ -21625,7 +21636,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -21634,7 +21645,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix3dvEXT @@ -21642,7 +21653,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix3fv @@ -21650,7 +21661,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value void glProgramUniformMatrix3fvEXT @@ -21658,7 +21669,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -21667,7 +21678,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix3x2dvEXT @@ -21675,7 +21686,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix3x2fv @@ -21683,7 +21694,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value void glProgramUniformMatrix3x2fvEXT @@ -21700,7 +21711,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix3x4dvEXT @@ -21708,7 +21719,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix3x4fv @@ -21716,7 +21727,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value void glProgramUniformMatrix3x4fvEXT @@ -21724,7 +21735,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -21733,7 +21744,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix4dvEXT @@ -21741,7 +21752,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix4fv @@ -21749,7 +21760,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value void glProgramUniformMatrix4fvEXT @@ -21757,7 +21768,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -21766,7 +21777,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix4x2dvEXT @@ -21774,7 +21785,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix4x2fv @@ -21782,7 +21793,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value void glProgramUniformMatrix4x2fvEXT @@ -21790,7 +21801,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -21799,7 +21810,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix4x3dvEXT @@ -21807,7 +21818,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix4x3fv @@ -21815,7 +21826,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value void glProgramUniformMatrix4x3fvEXT @@ -21823,7 +21834,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26169,14 +26180,14 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value void glUniformMatrix2fvARB GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26184,14 +26195,14 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glUniformMatrix2x3fv GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26199,7 +26210,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26207,14 +26218,14 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glUniformMatrix2x4fv GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26222,7 +26233,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26230,21 +26241,21 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glUniformMatrix3fv GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value void glUniformMatrix3fvARB GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26252,14 +26263,14 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glUniformMatrix3x2fv GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26267,7 +26278,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26275,14 +26286,14 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glUniformMatrix3x4fv GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26290,7 +26301,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26298,21 +26309,21 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glUniformMatrix4fv GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value void glUniformMatrix4fvARB GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26320,14 +26331,14 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glUniformMatrix4x2fv GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26335,7 +26346,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26343,14 +26354,14 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glUniformMatrix4x3fv GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26358,7 +26369,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value From 2ac9ce73dc37dc57d731dc03c493fbecbf8f0c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Sun, 4 Dec 2022 22:04:47 +0100 Subject: [PATCH 58/70] Add missing kind=MatrixNxM --- xml/gl.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 482d00b5..dc6e5900 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -21546,7 +21546,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix2dvEXT @@ -21554,7 +21554,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glProgramUniformMatrix2fv @@ -21702,7 +21702,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLfloat *value + const GLfloat *value @@ -26173,7 +26173,7 @@ typedef unsigned int GLhandleARB; GLint location GLsizei count GLboolean transpose - const GLdouble *value + const GLdouble *value void glUniformMatrix2fv From 9d1f4c31df6cec37a35d0c14fad141a7ee3be8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Sun, 4 Dec 2022 22:25:56 +0100 Subject: [PATCH 59/70] Added kind=VectorN --- xml/gl.xml | 197 +++++++++++++++++++++++++++-------------------------- 1 file changed, 101 insertions(+), 96 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index dc6e5900..ee127b53 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -86,12 +86,17 @@ typedef unsigned int GLhandleARB; - > + - > - > - > + + + + + + + + @@ -20796,14 +20801,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLdouble *value + const GLdouble *value void glProgramUniform1dvEXT GLuint program GLint location GLsizei count - const GLdouble *value + const GLdouble *value void glProgramUniform1f @@ -20823,14 +20828,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLfloat *value + const GLfloat *value void glProgramUniform1fvEXT GLuint program GLint location GLsizei count - const GLfloat *value + const GLfloat *value @@ -20856,14 +20861,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLint64 *value + const GLint64 *value void glProgramUniform1i64vNV GLuint program GLint location GLsizei count - const GLint64EXT *value + const GLint64EXT *value void glProgramUniform1iEXT @@ -20877,14 +20882,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLint *value + const GLint *value void glProgramUniform1ivEXT GLuint program GLint location GLsizei count - const GLint *value + const GLint *value @@ -20910,14 +20915,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLuint64 *value + const GLuint64 *value void glProgramUniform1ui64vNV GLuint program GLint location GLsizei count - const GLuint64EXT *value + const GLuint64EXT *value void glProgramUniform1uiEXT @@ -20931,14 +20936,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLuint *value + const GLuint *value void glProgramUniform1uivEXT GLuint program GLint location GLsizei count - const GLuint *value + const GLuint *value @@ -20960,14 +20965,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLdouble *value + const GLdouble *value void glProgramUniform2dvEXT GLuint program GLint location GLsizei count - const GLdouble *value + const GLdouble *value void glProgramUniform2f @@ -20989,14 +20994,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLfloat *value + const GLfloat *value void glProgramUniform2fvEXT GLuint program GLint location GLsizei count - const GLfloat *value + const GLfloat *value @@ -21025,14 +21030,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLint64 *value + const GLint64 *value void glProgramUniform2i64vNV GLuint program GLint location GLsizei count - const GLint64EXT *value + const GLint64EXT *value void glProgramUniform2iEXT @@ -21047,14 +21052,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLint *value + const GLint *value void glProgramUniform2ivEXT GLuint program GLint location GLsizei count - const GLint *value + const GLint *value @@ -21083,14 +21088,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLuint64 *value + const GLuint64 *value void glProgramUniform2ui64vNV GLuint program GLint location GLsizei count - const GLuint64EXT *value + const GLuint64EXT *value void glProgramUniform2uiEXT @@ -21105,14 +21110,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLuint *value + const GLuint *value void glProgramUniform2uivEXT GLuint program GLint location GLsizei count - const GLuint *value + const GLuint *value @@ -21136,14 +21141,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLdouble *value + const GLdouble *value void glProgramUniform3dvEXT GLuint program GLint location GLsizei count - const GLdouble *value + const GLdouble *value void glProgramUniform3f @@ -21167,14 +21172,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLfloat *value + const GLfloat *value void glProgramUniform3fvEXT GLuint program GLint location GLsizei count - const GLfloat *value + const GLfloat *value @@ -21206,14 +21211,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLint64 *value + const GLint64 *value void glProgramUniform3i64vNV GLuint program GLint location GLsizei count - const GLint64EXT *value + const GLint64EXT *value void glProgramUniform3iEXT @@ -21229,14 +21234,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLint *value + const GLint *value void glProgramUniform3ivEXT GLuint program GLint location GLsizei count - const GLint *value + const GLint *value @@ -21268,14 +21273,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLuint64 *value + const GLuint64 *value void glProgramUniform3ui64vNV GLuint program GLint location GLsizei count - const GLuint64EXT *value + const GLuint64EXT *value void glProgramUniform3uiEXT @@ -21291,14 +21296,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLuint *value + const GLuint *value void glProgramUniform3uivEXT GLuint program GLint location GLsizei count - const GLuint *value + const GLuint *value @@ -21324,14 +21329,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLdouble *value + const GLdouble *value void glProgramUniform4dvEXT GLuint program GLint location GLsizei count - const GLdouble *value + const GLdouble *value void glProgramUniform4f @@ -21357,14 +21362,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLfloat *value + const GLfloat *value void glProgramUniform4fvEXT GLuint program GLint location GLsizei count - const GLfloat *value + const GLfloat *value @@ -21399,14 +21404,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLint64 *value + const GLint64 *value void glProgramUniform4i64vNV GLuint program GLint location GLsizei count - const GLint64EXT *value + const GLint64EXT *value void glProgramUniform4iEXT @@ -21423,14 +21428,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLint *value + const GLint *value void glProgramUniform4ivEXT GLuint program GLint location GLsizei count - const GLint *value + const GLint *value @@ -21465,14 +21470,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLuint64 *value + const GLuint64 *value void glProgramUniform4ui64vNV GLuint program GLint location GLsizei count - const GLuint64EXT *value + const GLuint64EXT *value void glProgramUniform4uiEXT @@ -21489,14 +21494,14 @@ typedef unsigned int GLhandleARB; GLuint program GLint location GLsizei count - const GLuint *value + const GLuint *value void glProgramUniform4uivEXT GLuint program GLint location GLsizei count - const GLuint *value + const GLuint *value @@ -25555,7 +25560,7 @@ typedef unsigned int GLhandleARB; void glUniform1dv GLint location GLsizei count - const GLdouble *value + const GLdouble *value void glUniform1f @@ -25572,13 +25577,13 @@ typedef unsigned int GLhandleARB; void glUniform1fv GLint location GLsizei count - const GLfloat *value + const GLfloat *value void glUniform1fvARB GLint location GLsizei count - const GLfloat *value + const GLfloat *value @@ -25600,13 +25605,13 @@ typedef unsigned int GLhandleARB; void glUniform1i64vARB GLint location GLsizei count - const GLint64 *value + const GLint64 *value void glUniform1i64vNV GLint location GLsizei count - const GLint64EXT *value + const GLint64EXT *value void glUniform1iARB @@ -25618,13 +25623,13 @@ typedef unsigned int GLhandleARB; void glUniform1iv GLint location GLsizei count - const GLint *value + const GLint *value void glUniform1ivARB GLint location GLsizei count - const GLint *value + const GLint *value @@ -25646,13 +25651,13 @@ typedef unsigned int GLhandleARB; void glUniform1ui64vARB GLint location GLsizei count - const GLuint64 *value + const GLuint64 *value void glUniform1ui64vNV GLint location GLsizei count - const GLuint64EXT *value + const GLuint64EXT *value void glUniform1uiEXT @@ -25664,13 +25669,13 @@ typedef unsigned int GLhandleARB; void glUniform1uiv GLint location GLsizei count - const GLuint *value + const GLuint *value void glUniform1uivEXT GLint location GLsizei count - const GLuint *value + const GLuint *value @@ -25683,7 +25688,7 @@ typedef unsigned int GLhandleARB; void glUniform2dv GLint location GLsizei count - const GLdouble *value + const GLdouble *value void glUniform2f @@ -25702,13 +25707,13 @@ typedef unsigned int GLhandleARB; void glUniform2fv GLint location GLsizei count - const GLfloat *value + const GLfloat *value void glUniform2fvARB GLint location GLsizei count - const GLfloat *value + const GLfloat *value @@ -25733,13 +25738,13 @@ typedef unsigned int GLhandleARB; void glUniform2i64vARB GLint location GLsizei count - const GLint64 *value + const GLint64 *value void glUniform2i64vNV GLint location GLsizei count - const GLint64EXT *value + const GLint64EXT *value void glUniform2iARB @@ -25752,13 +25757,13 @@ typedef unsigned int GLhandleARB; void glUniform2iv GLint location GLsizei count - const GLint *value + const GLint *value void glUniform2ivARB GLint location GLsizei count - const GLint *value + const GLint *value @@ -25783,13 +25788,13 @@ typedef unsigned int GLhandleARB; void glUniform2ui64vARB GLint location GLsizei count - const GLuint64 *value + const GLuint64 *value void glUniform2ui64vNV GLint location GLsizei count - const GLuint64EXT *value + const GLuint64EXT *value void glUniform2uiEXT @@ -25802,13 +25807,13 @@ typedef unsigned int GLhandleARB; void glUniform2uiv GLint location GLsizei count - const GLuint *value + const GLuint *value void glUniform2uivEXT GLint location GLsizei count - const GLuint *value + const GLuint *value @@ -25822,7 +25827,7 @@ typedef unsigned int GLhandleARB; void glUniform3dv GLint location GLsizei count - const GLdouble *value + const GLdouble *value void glUniform3f @@ -25843,13 +25848,13 @@ typedef unsigned int GLhandleARB; void glUniform3fv GLint location GLsizei count - const GLfloat *value + const GLfloat *value void glUniform3fvARB GLint location GLsizei count - const GLfloat *value + const GLfloat *value @@ -25877,13 +25882,13 @@ typedef unsigned int GLhandleARB; void glUniform3i64vARB GLint location GLsizei count - const GLint64 *value + const GLint64 *value void glUniform3i64vNV GLint location GLsizei count - const GLint64EXT *value + const GLint64EXT *value void glUniform3iARB @@ -25897,13 +25902,13 @@ typedef unsigned int GLhandleARB; void glUniform3iv GLint location GLsizei count - const GLint *value + const GLint *value void glUniform3ivARB GLint location GLsizei count - const GLint *value + const GLint *value @@ -25931,13 +25936,13 @@ typedef unsigned int GLhandleARB; void glUniform3ui64vARB GLint location GLsizei count - const GLuint64 *value + const GLuint64 *value void glUniform3ui64vNV GLint location GLsizei count - const GLuint64EXT *value + const GLuint64EXT *value void glUniform3uiEXT @@ -25951,13 +25956,13 @@ typedef unsigned int GLhandleARB; void glUniform3uiv GLint location GLsizei count - const GLuint *value + const GLuint *value void glUniform3uivEXT GLint location GLsizei count - const GLuint *value + const GLuint *value @@ -25972,7 +25977,7 @@ typedef unsigned int GLhandleARB; void glUniform4dv GLint location GLsizei count - const GLdouble *value + const GLdouble *value void glUniform4f @@ -25995,13 +26000,13 @@ typedef unsigned int GLhandleARB; void glUniform4fv GLint location GLsizei count - const GLfloat *value + const GLfloat *value void glUniform4fvARB GLint location GLsizei count - const GLfloat *value + const GLfloat *value @@ -26032,13 +26037,13 @@ typedef unsigned int GLhandleARB; void glUniform4i64vARB GLint location GLsizei count - const GLint64 *value + const GLint64 *value void glUniform4i64vNV GLint location GLsizei count - const GLint64EXT *value + const GLint64EXT *value void glUniform4iARB @@ -26053,13 +26058,13 @@ typedef unsigned int GLhandleARB; void glUniform4iv GLint location GLsizei count - const GLint *value + const GLint *value void glUniform4ivARB GLint location GLsizei count - const GLint *value + const GLint *value @@ -26090,13 +26095,13 @@ typedef unsigned int GLhandleARB; void glUniform4ui64vARB GLint location GLsizei count - const GLuint64 *value + const GLuint64 *value void glUniform4ui64vNV GLint location GLsizei count - const GLuint64EXT *value + const GLuint64EXT *value void glUniform4uiEXT @@ -26111,13 +26116,13 @@ typedef unsigned int GLhandleARB; void glUniform4uiv GLint location GLsizei count - const GLuint *value + const GLuint *value void glUniform4uivEXT GLint location GLsizei count - const GLuint *value + const GLuint *value From fc1c642fe484a19c6e71e3bc19a492091237c01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 5 Dec 2022 13:06:45 +0100 Subject: [PATCH 60/70] Fixed kind=Clamped[0; 1] for glClearColor --- xml/gl.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 596a1ae8..7a96b64c 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8330,10 +8330,10 @@ typedef unsigned int GLhandleARB; void glClearColor - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha From 679eb6e1071c6a93456bd539f536edca22461c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 5 Dec 2022 13:08:43 +0100 Subject: [PATCH 61/70] Removed group=SampleMaskNV from glSampleMaskIndexedNV --- xml/gl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/gl.xml b/xml/gl.xml index 7a96b64c..81e6cf16 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -22672,7 +22672,7 @@ typedef unsigned int GLhandleARB; void glSampleMaskIndexedNV GLuint index - GLbitfield mask + GLbitfield mask void glSampleMaskSGIS From 0b11f9f6049830870232c6cab6f08830469e9bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Mon, 5 Dec 2022 23:32:08 +0100 Subject: [PATCH 62/70] Update xml/registry.rnc Co-authored-by: Sun Serega --- xml/registry.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/registry.rnc b/xml/registry.rnc index d708f820..b37ef667 100644 --- a/xml/registry.rnc +++ b/xml/registry.rnc @@ -60,7 +60,7 @@ Kinds = element kinds { # defines a description for a single kind. Kind = element kind { Name , - attribute desc + attribute desc { text } } # defines a group of enum groups From d533d62a303266a10571678d0e05311e6471e321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Thu, 8 Dec 2022 08:50:15 +0100 Subject: [PATCH 63/70] Removed kind=Clamped[0; 1] from glClearColor --- xml/gl.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 81e6cf16..74ba7794 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -8330,10 +8330,10 @@ typedef unsigned int GLhandleARB; void glClearColor - GLfloat red - GLfloat green - GLfloat blue - GLfloat alpha + GLfloat red + GLfloat green + GLfloat blue + GLfloat alpha From 0badaa897991c0f10fec95234eeb52af34c8b35e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Thu, 8 Dec 2022 13:42:28 +0100 Subject: [PATCH 64/70] Changed glColorTableParameter*v* params to have kind=Color and length=4 --- xml/gl.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 74ba7794..e6540fd7 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -9110,14 +9110,14 @@ typedef unsigned int GLhandleARB; void glColorTableParameterfv GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glColorTableParameterfvSGI GLenum target GLenum pname - const GLfloat *params + const GLfloat *params @@ -9125,14 +9125,14 @@ typedef unsigned int GLhandleARB; void glColorTableParameteriv GLenum target GLenum pname - const GLint *params + const GLint *params void glColorTableParameterivSGI GLenum target GLenum pname - const GLint *params + const GLint *params From bdae11043add1e150d920619597b01db82445dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Thu, 8 Dec 2022 14:06:59 +0100 Subject: [PATCH 65/70] Removed multiple kind=Checked* from functions that doesn't have the need for a kind. --- xml/gl.xml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index e6540fd7..436aef5e 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -9180,7 +9180,7 @@ typedef unsigned int GLhandleARB; void glCombinerParameterfvNV GLenum pname - const GLfloat *params + const GLfloat *params @@ -9199,7 +9199,7 @@ typedef unsigned int GLhandleARB; void glCombinerStageParameterfvNV GLenum stage GLenum pname - const GLfloat *params + const GLfloat *params void glCommandListSegmentsNV @@ -9660,14 +9660,14 @@ typedef unsigned int GLhandleARB; void glConvolutionParameterf GLenum target GLenum pname - GLfloat params + GLfloat params void glConvolutionParameterfEXT GLenum target GLenum pname - GLfloat params + GLfloat params @@ -9675,14 +9675,14 @@ typedef unsigned int GLhandleARB; void glConvolutionParameterfv GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glConvolutionParameterfvEXT GLenum target GLenum pname - const GLfloat *params + const GLfloat *params @@ -9690,14 +9690,14 @@ typedef unsigned int GLhandleARB; void glConvolutionParameteri GLenum target GLenum pname - GLint params + GLint params void glConvolutionParameteriEXT GLenum target GLenum pname - GLint params + GLint params @@ -12130,25 +12130,25 @@ typedef unsigned int GLhandleARB; void glFogf GLenum pname - GLfloat param + GLfloat param void glFogfv GLenum pname - const GLfloat *params + const GLfloat *params void glFogi GLenum pname - GLint param + GLint param void glFogiv GLenum pname - const GLint *params + const GLint *params @@ -12183,70 +12183,70 @@ typedef unsigned int GLhandleARB; void glFragmentLightModelfSGIX GLenum pname - GLfloat param + GLfloat param void glFragmentLightModelfvSGIX GLenum pname - const GLfloat *params + const GLfloat *params void glFragmentLightModeliSGIX GLenum pname - GLint param + GLint param void glFragmentLightModelivSGIX GLenum pname - const GLint *params + const GLint *params void glFragmentLightfSGIX GLenum light GLenum pname - GLfloat param + GLfloat param void glFragmentLightfvSGIX GLenum light GLenum pname - const GLfloat *params + const GLfloat *params void glFragmentLightiSGIX GLenum light GLenum pname - GLint param + GLint param void glFragmentLightivSGIX GLenum light GLenum pname - const GLint *params + const GLint *params void glFragmentMaterialfSGIX GLenum face GLenum pname - GLfloat param + GLfloat param void glFragmentMaterialfvSGIX GLenum face GLenum pname - const GLfloat *params + const GLfloat *params void glFragmentMaterialiSGIX GLenum face GLenum pname - GLint param + GLint param void glFragmentMaterialivSGIX GLenum face GLenum pname - const GLint *params + const GLint *params void glFrameTerminatorGREMEDY From b90a6e10700005df752012906c5435e88af10f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Thu, 8 Dec 2022 14:35:26 +0100 Subject: [PATCH 66/70] Removed kind=Checked* where applicable. Introduced kind=NDCCoord. --- xml/gl.xml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 436aef5e..4c1daac0 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -70,6 +70,7 @@ typedef unsigned int GLhandleARB; + @@ -12253,7 +12254,7 @@ typedef unsigned int GLhandleARB; void glFrameZoomSGIX - GLint factor + GLint factor @@ -12286,11 +12287,11 @@ typedef unsigned int GLhandleARB; GLuint framebuffer GLuint layer GLuint focalPoint - GLfloat focalX - GLfloat focalY - GLfloat gainX - GLfloat gainY - GLfloat foveaArea + GLfloat focalX + GLfloat focalY + GLfloat gainX + GLfloat gainY + GLfloat foveaArea void glFramebufferParameteri @@ -13860,13 +13861,13 @@ typedef unsigned int GLhandleARB; void glGetListParameterfvSGIX GLuint list GLenum pname - GLfloat *params + GLfloat *params void glGetListParameterivSGIX GLuint list GLenum pname - GLint *params + GLint *params void glGetLocalConstantBooleanvEXT @@ -14583,12 +14584,12 @@ typedef unsigned int GLhandleARB; void glGetPixelTexGenParameterfvSGIS GLenum pname - GLfloat *params + GLfloat *params void glGetPixelTexGenParameterivSGIS GLenum pname - GLint *params + GLint *params void glGetPixelTransformParameterfvEXT @@ -17031,14 +17032,14 @@ typedef unsigned int GLhandleARB; void glLightf GLenum light GLenum pname - GLfloat param + GLfloat param void glLightfv GLenum light GLenum pname - const GLfloat *params + const GLfloat *params @@ -17087,7 +17088,7 @@ typedef unsigned int GLhandleARB; void glLineWidth - GLfloat width + GLfloat width From d69d14f58152b13b7c19caec761eb139527faa59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Thu, 8 Dec 2022 14:44:12 +0100 Subject: [PATCH 67/70] Added kind=Clamped[0; 1] to glListParameterfSIGX. The functions has a generic name but only one usage, should kind=Clamped be used? --- xml/gl.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 4c1daac0..65e52a66 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -17127,28 +17127,28 @@ typedef unsigned int GLhandleARB; void glListParameterfSGIX GLuint list GLenum pname - GLfloat param + GLfloat param void glListParameterfvSGIX GLuint list GLenum pname - const GLfloat *params + const GLfloat *params void glListParameteriSGIX GLuint list GLenum pname - GLint param + GLint param void glListParameterivSGIX GLuint list GLenum pname - const GLint *params + const GLint *params From 340c47428a80763e983dd88dd055d609706c6462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Thu, 8 Dec 2022 15:22:29 +0100 Subject: [PATCH 68/70] Removed/replaced all kind=CheckedFloat32 --- xml/gl.xml | 110 ++++++++++++++++++++++++++--------------------------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 65e52a66..5263faa0 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -9193,7 +9193,7 @@ typedef unsigned int GLhandleARB; void glCombinerParameterivNV GLenum pname - const GLint *params + const GLint *params @@ -17473,13 +17473,13 @@ typedef unsigned int GLhandleARB; void glMapParameterfvNV GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glMapParameterivNV GLenum target GLenum pname - const GLint *params + const GLint *params void *glMapTexture2DINTEL @@ -17541,28 +17541,28 @@ typedef unsigned int GLhandleARB; void glMaterialf GLenum face GLenum pname - GLfloat param + GLfloat param void glMaterialfv GLenum face GLenum pname - const GLfloat *params + const GLfloat *params void glMateriali GLenum face GLenum pname - GLint param + GLint param void glMaterialiv GLenum face GLenum pname - const GLint *params + const GLint *params @@ -18773,7 +18773,7 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum target GLenum pname - GLfloat param + GLfloat param @@ -18781,14 +18781,14 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glMultiTexEnviEXT GLenum texunit GLenum target GLenum pname - GLint param + GLint param @@ -18796,7 +18796,7 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum target GLenum pname - const GLint *params + const GLint *params void glMultiTexGendEXT @@ -18818,7 +18818,7 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum coord GLenum pname - GLfloat param + GLfloat param @@ -18826,14 +18826,14 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum coord GLenum pname - const GLfloat *params + const GLfloat *params void glMultiTexGeniEXT GLenum texunit GLenum coord GLenum pname - GLint param + GLint param @@ -18841,7 +18841,7 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum coord GLenum pname - const GLint *params + const GLint *params void glMultiTexImage1DEXT @@ -18901,7 +18901,7 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum target GLenum pname - GLfloat param + GLfloat param @@ -18909,14 +18909,14 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glMultiTexParameteriEXT GLenum texunit GLenum target GLenum pname - GLint param + GLint param @@ -18924,7 +18924,7 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum target GLenum pname - const GLint *params + const GLint *params void glMultiTexRenderbufferEXT @@ -20027,13 +20027,13 @@ typedef unsigned int GLhandleARB; void glPixelStoref GLenum pname - GLfloat param + GLfloat param void glPixelStorei GLenum pname - GLint param + GLint param @@ -20044,22 +20044,22 @@ typedef unsigned int GLhandleARB; void glPixelTexGenParameterfSGIS GLenum pname - GLfloat param + GLfloat param void glPixelTexGenParameterfvSGIS GLenum pname - const GLfloat *params + const GLfloat *params void glPixelTexGenParameteriSGIS GLenum pname - GLint param + GLint param void glPixelTexGenParameterivSGIS GLenum pname - const GLint *params + const GLint *params void glPixelTexGenSGIX @@ -20069,13 +20069,13 @@ typedef unsigned int GLhandleARB; void glPixelTransferf GLenum pname - GLfloat param + GLfloat param void glPixelTransferi GLenum pname - GLint param + GLint param @@ -20134,51 +20134,51 @@ typedef unsigned int GLhandleARB; void glPointParameterf GLenum pname - GLfloat param + GLfloat param void glPointParameterfARB GLenum pname - GLfloat param + GLfloat param void glPointParameterfEXT GLenum pname - GLfloat param + GLfloat param void glPointParameterfSGIS GLenum pname - GLfloat param + GLfloat param void glPointParameterfv GLenum pname - const GLfloat *params + const GLfloat *params void glPointParameterfvARB GLenum pname - const GLfloat *params + const GLfloat *params void glPointParameterfvEXT GLenum pname - const GLfloat *params + const GLfloat *params void glPointParameterfvSGIS GLenum pname - const GLfloat *params + const GLfloat *params @@ -20229,7 +20229,7 @@ typedef unsigned int GLhandleARB; void glPointSize - GLfloat size + GLfloat size @@ -23346,25 +23346,25 @@ typedef unsigned int GLhandleARB; void glSpriteParameterfSGIX GLenum pname - GLfloat param + GLfloat param void glSpriteParameterfvSGIX GLenum pname - const GLfloat *params + const GLfloat *params void glSpriteParameteriSGIX GLenum pname - GLint param + GLint param void glSpriteParameterivSGIX GLenum pname - const GLint *params + const GLint *params @@ -24222,28 +24222,28 @@ typedef unsigned int GLhandleARB; void glTexEnvf GLenum target GLenum pname - GLfloat param + GLfloat param void glTexEnvfv GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glTexEnvi GLenum target GLenum pname - GLint param + GLint param void glTexEnviv GLenum target GLenum pname - const GLint *params + const GLint *params @@ -24316,7 +24316,7 @@ typedef unsigned int GLhandleARB; void glTexGenf GLenum coord GLenum pname - GLfloat param + GLfloat param @@ -24329,7 +24329,7 @@ typedef unsigned int GLhandleARB; void glTexGenfv GLenum coord GLenum pname - const GLfloat *params + const GLfloat *params @@ -24587,14 +24587,14 @@ typedef unsigned int GLhandleARB; void glTexParameterf GLenum target GLenum pname - GLfloat param + GLfloat param void glTexParameterfv GLenum target GLenum pname - const GLfloat *params + const GLfloat *params @@ -24974,11 +24974,11 @@ typedef unsigned int GLhandleARB; GLuint texture GLuint layer GLuint focalPoint - GLfloat focalX - GLfloat focalY - GLfloat gainX - GLfloat gainY - GLfloat foveaArea + GLfloat focalX + GLfloat focalY + GLfloat gainX + GLfloat gainY + GLfloat foveaArea void glTextureImage1DEXT @@ -25140,7 +25140,7 @@ typedef unsigned int GLhandleARB; GLuint texture GLenum target GLenum pname - GLfloat param + GLfloat param @@ -25154,7 +25154,7 @@ typedef unsigned int GLhandleARB; GLuint texture GLenum target GLenum pname - const GLfloat *params + const GLfloat *params void glTextureParameteri From f383c6e4853538385bed6652fccab7479abb07b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Thu, 8 Dec 2022 16:06:59 +0100 Subject: [PATCH 69/70] Added kind=Range[0; x], Range[1; x], and Zero --- xml/gl.xml | 475 +++++++++++++++++++++++++++-------------------------- 1 file changed, 239 insertions(+), 236 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index 5263faa0..e0a7b1a0 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -73,6 +73,8 @@ typedef unsigned int GLhandleARB; + + @@ -80,6 +82,7 @@ typedef unsigned int GLhandleARB; + @@ -9231,10 +9234,10 @@ typedef unsigned int GLhandleARB; void glCompressedMultiTexImage1DEXT GLenum texunit GLenum target - GLint level + GLint level GLenum internalformat GLsizei width - GLint border + GLint border GLsizei imageSize const void *bits @@ -9242,11 +9245,11 @@ typedef unsigned int GLhandleARB; void glCompressedMultiTexImage2DEXT GLenum texunit GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height - GLint border + GLint border GLsizei imageSize const void *bits @@ -9254,12 +9257,12 @@ typedef unsigned int GLhandleARB; void glCompressedMultiTexImage3DEXT GLenum texunit GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLsizei imageSize const void *bits @@ -9267,8 +9270,8 @@ typedef unsigned int GLhandleARB; void glCompressedMultiTexSubImage1DEXT GLenum texunit GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLsizei imageSize @@ -9278,9 +9281,9 @@ typedef unsigned int GLhandleARB; void glCompressedMultiTexSubImage2DEXT GLenum texunit GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format @@ -9291,10 +9294,10 @@ typedef unsigned int GLhandleARB; void glCompressedMultiTexSubImage3DEXT GLenum texunit GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth @@ -9305,10 +9308,10 @@ typedef unsigned int GLhandleARB; void glCompressedTexImage1D GLenum target - GLint level + GLint level GLenum internalformat GLsizei width - GLint border + GLint border GLsizei imageSize const void *data @@ -9317,10 +9320,10 @@ typedef unsigned int GLhandleARB; void glCompressedTexImage1DARB GLenum target - GLint level + GLint level GLenum internalformat GLsizei width - GLint border + GLint border GLsizei imageSize const void *data @@ -9329,11 +9332,11 @@ typedef unsigned int GLhandleARB; void glCompressedTexImage2D GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height - GLint border + GLint border GLsizei imageSize const void *data @@ -9342,11 +9345,11 @@ typedef unsigned int GLhandleARB; void glCompressedTexImage2DARB GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height - GLint border + GLint border GLsizei imageSize const void *data @@ -9355,12 +9358,12 @@ typedef unsigned int GLhandleARB; void glCompressedTexImage3D GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLsizei imageSize const void *data @@ -9369,12 +9372,12 @@ typedef unsigned int GLhandleARB; void glCompressedTexImage3DARB GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLsizei imageSize const void *data @@ -9383,20 +9386,20 @@ typedef unsigned int GLhandleARB; void glCompressedTexImage3DOES GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLsizei imageSize const void *data void glCompressedTexSubImage1D GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLsizei imageSize @@ -9407,8 +9410,8 @@ typedef unsigned int GLhandleARB; void glCompressedTexSubImage1DARB GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLsizei imageSize @@ -9419,9 +9422,9 @@ typedef unsigned int GLhandleARB; void glCompressedTexSubImage2D GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format @@ -9433,9 +9436,9 @@ typedef unsigned int GLhandleARB; void glCompressedTexSubImage2DARB GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format @@ -9447,10 +9450,10 @@ typedef unsigned int GLhandleARB; void glCompressedTexSubImage3D GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth @@ -9463,10 +9466,10 @@ typedef unsigned int GLhandleARB; void glCompressedTexSubImage3DARB GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth @@ -9479,7 +9482,7 @@ typedef unsigned int GLhandleARB; void glCompressedTexSubImage3DOES GLenum target - GLint level + GLint level GLint xoffset GLint yoffset GLint zoffset @@ -9494,10 +9497,10 @@ typedef unsigned int GLhandleARB; void glCompressedTextureImage1DEXT GLuint texture GLenum target - GLint level + GLint level GLenum internalformat GLsizei width - GLint border + GLint border GLsizei imageSize const void *bits @@ -9505,11 +9508,11 @@ typedef unsigned int GLhandleARB; void glCompressedTextureImage2DEXT GLuint texture GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height - GLint border + GLint border GLsizei imageSize const void *bits @@ -9517,19 +9520,19 @@ typedef unsigned int GLhandleARB; void glCompressedTextureImage3DEXT GLuint texture GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLsizei imageSize const void *bits void glCompressedTextureSubImage1D GLuint texture - GLint level + GLint level GLint xoffset GLsizei width GLenum format @@ -9540,8 +9543,8 @@ typedef unsigned int GLhandleARB; void glCompressedTextureSubImage1DEXT GLuint texture GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLsizei imageSize @@ -9550,7 +9553,7 @@ typedef unsigned int GLhandleARB; void glCompressedTextureSubImage2D GLuint texture - GLint level + GLint level GLint xoffset GLint yoffset GLsizei width @@ -9563,9 +9566,9 @@ typedef unsigned int GLhandleARB; void glCompressedTextureSubImage2DEXT GLuint texture GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format @@ -9575,7 +9578,7 @@ typedef unsigned int GLhandleARB; void glCompressedTextureSubImage3D GLuint texture - GLint level + GLint level GLint xoffset GLint yoffset GLint zoffset @@ -9590,10 +9593,10 @@ typedef unsigned int GLhandleARB; void glCompressedTextureSubImage3DEXT GLuint texture GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth @@ -9706,14 +9709,14 @@ typedef unsigned int GLhandleARB; void glConvolutionParameteriv GLenum target GLenum pname - const GLint *params + const GLint *params void glConvolutionParameterivEXT GLenum target GLenum pname - const GLint *params + const GLint *params @@ -9903,31 +9906,31 @@ typedef unsigned int GLhandleARB; void glCopyMultiTexImage1DEXT GLenum texunit GLenum target - GLint level + GLint level GLenum internalformat GLint x GLint y GLsizei width - GLint border + GLint border void glCopyMultiTexImage2DEXT GLenum texunit GLenum target - GLint level + GLint level GLenum internalformat GLint x GLint y GLsizei width GLsizei height - GLint border + GLint border void glCopyMultiTexSubImage1DEXT GLenum texunit GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLint x GLint y GLsizei width @@ -9936,9 +9939,9 @@ typedef unsigned int GLhandleARB; void glCopyMultiTexSubImage2DEXT GLenum texunit GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLint x GLint y GLsizei width @@ -9948,10 +9951,10 @@ typedef unsigned int GLhandleARB; void glCopyMultiTexSubImage3DEXT GLenum texunit GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLint x GLint y GLsizei width @@ -9982,56 +9985,56 @@ typedef unsigned int GLhandleARB; void glCopyTexImage1D GLenum target - GLint level + GLint level GLenum internalformat GLint x GLint y GLsizei width - GLint border + GLint border void glCopyTexImage1DEXT GLenum target - GLint level + GLint level GLenum internalformat GLint x GLint y GLsizei width - GLint border + GLint border void glCopyTexImage2D GLenum target - GLint level + GLint level GLenum internalformat GLint x GLint y GLsizei width GLsizei height - GLint border + GLint border void glCopyTexImage2DEXT GLenum target - GLint level + GLint level GLenum internalformat GLint x GLint y GLsizei width GLsizei height - GLint border + GLint border void glCopyTexSubImage1D GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLint x GLint y GLsizei width @@ -10040,8 +10043,8 @@ typedef unsigned int GLhandleARB; void glCopyTexSubImage1DEXT GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLint x GLint y GLsizei width @@ -10051,9 +10054,9 @@ typedef unsigned int GLhandleARB; void glCopyTexSubImage2D GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLint x GLint y GLsizei width @@ -10063,9 +10066,9 @@ typedef unsigned int GLhandleARB; void glCopyTexSubImage2DEXT GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLint x GLint y GLsizei width @@ -10076,10 +10079,10 @@ typedef unsigned int GLhandleARB; void glCopyTexSubImage3D GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLint x GLint y GLsizei width @@ -10089,10 +10092,10 @@ typedef unsigned int GLhandleARB; void glCopyTexSubImage3DEXT GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLint x GLint y GLsizei width @@ -10102,8 +10105,8 @@ typedef unsigned int GLhandleARB; void glCopyTexSubImage3DOES - GLenum target - GLint level + GLenum target + GLint level GLint xoffset GLint yoffset GLint zoffset @@ -10116,47 +10119,47 @@ typedef unsigned int GLhandleARB; void glCopyTextureImage1DEXT GLuint texture GLenum target - GLint level + GLint level GLenum internalformat GLint x GLint y GLsizei width - GLint border + GLint border void glCopyTextureImage2DEXT GLuint texture GLenum target - GLint level + GLint level GLenum internalformat GLint x GLint y GLsizei width GLsizei height - GLint border + GLint border void glCopyTextureLevelsAPPLE - GLuint destinationTexture - GLuint sourceTexture - GLint sourceBaseLevel - GLsizei sourceLevelCount + GLuint destinationTexture + GLuint sourceTexture + GLint sourceBaseLevel + GLsizei sourceLevelCount void glCopyTextureSubImage1D GLuint texture - GLint level + GLint level GLint xoffset - GLint x - GLint y + GLint x + GLint y GLsizei width void glCopyTextureSubImage1DEXT GLuint texture GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLint x GLint y GLsizei width @@ -10164,11 +10167,11 @@ typedef unsigned int GLhandleARB; void glCopyTextureSubImage2D GLuint texture - GLint level + GLint level GLint xoffset GLint yoffset - GLint x - GLint y + GLint x + GLint y GLsizei width GLsizei height @@ -10176,9 +10179,9 @@ typedef unsigned int GLhandleARB; void glCopyTextureSubImage2DEXT GLuint texture GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLint x GLint y GLsizei width @@ -10187,12 +10190,12 @@ typedef unsigned int GLhandleARB; void glCopyTextureSubImage3D GLuint texture - GLint level + GLint level GLint xoffset GLint yoffset GLint zoffset - GLint x - GLint y + GLint x + GLint y GLsizei width GLsizei height @@ -10200,10 +10203,10 @@ typedef unsigned int GLhandleARB; void glCopyTextureSubImage3DEXT GLuint texture GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLint x GLint y GLsizei width @@ -12425,8 +12428,8 @@ typedef unsigned int GLhandleARB; GLenum attachment GLenum textarget GLuint texture - GLint level - GLsizei samples + GLint level + GLsizei samples void glFramebufferTexture2DMultisampleIMG @@ -12434,8 +12437,8 @@ typedef unsigned int GLhandleARB; GLenum attachment GLenum textarget GLuint texture - GLint level - GLsizei samples + GLint level + GLsizei samples void glFramebufferTexture2DOES @@ -24379,10 +24382,10 @@ typedef unsigned int GLhandleARB; void glTexImage1D GLenum target - GLint level + GLint level GLint internalformat GLsizei width - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -24392,11 +24395,11 @@ typedef unsigned int GLhandleARB; void glTexImage2D GLenum target - GLint level + GLint level GLint internalformat GLsizei width GLsizei height - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -24406,7 +24409,7 @@ typedef unsigned int GLhandleARB; void glTexImage2DMultisample GLenum target - GLsizei samples + GLsizei samples GLenum internalformat GLsizei width GLsizei height @@ -24425,12 +24428,12 @@ typedef unsigned int GLhandleARB; void glTexImage3D GLenum target - GLint level + GLint level GLint internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -24440,12 +24443,12 @@ typedef unsigned int GLhandleARB; void glTexImage3DEXT GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -24455,7 +24458,7 @@ typedef unsigned int GLhandleARB; void glTexImage3DMultisample GLenum target - GLsizei samples + GLsizei samples GLenum internalformat GLsizei width GLsizei height @@ -24476,7 +24479,7 @@ typedef unsigned int GLhandleARB; void glTexImage3DOES GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height @@ -24489,13 +24492,13 @@ typedef unsigned int GLhandleARB; void glTexImage4DSGIS GLenum target - GLint level + GLint level GLenum internalformat GLsizei width GLsizei height GLsizei depth GLsizei size4d - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -24503,8 +24506,8 @@ typedef unsigned int GLhandleARB; void glTexPageCommitmentARB - GLenum target - GLint level + GLenum target + GLint level GLint xoffset GLint yoffset GLint zoffset @@ -24515,8 +24518,8 @@ typedef unsigned int GLhandleARB; void glTexPageCommitmentEXT - GLenum target - GLint level + GLenum target + GLint level GLint xoffset GLint yoffset GLint zoffset @@ -24529,7 +24532,7 @@ typedef unsigned int GLhandleARB; void glTexPageCommitmentMemNV GLenum target - GLint layer + GLint layer GLint level GLint xoffset GLint yoffset @@ -24643,14 +24646,14 @@ typedef unsigned int GLhandleARB; void glTexStorage1D GLenum target - GLsizei levels + GLsizei levels GLenum internalformat GLsizei width void glTexStorage1DEXT GLenum target - GLsizei levels + GLsizei levels GLenum internalformat GLsizei width @@ -24658,7 +24661,7 @@ typedef unsigned int GLhandleARB; void glTexStorage2D GLenum target - GLsizei levels + GLsizei levels GLenum internalformat GLsizei width GLsizei height @@ -24666,7 +24669,7 @@ typedef unsigned int GLhandleARB; void glTexStorage2DEXT GLenum target - GLsizei levels + GLsizei levels GLenum internalformat GLsizei width GLsizei height @@ -24675,7 +24678,7 @@ typedef unsigned int GLhandleARB; void glTexStorage2DMultisample GLenum target - GLsizei samples + GLsizei samples GLenum internalformat GLsizei width GLsizei height @@ -24684,7 +24687,7 @@ typedef unsigned int GLhandleARB; void glTexStorage3D GLenum target - GLsizei levels + GLsizei levels GLenum internalformat GLsizei width GLsizei height @@ -24693,7 +24696,7 @@ typedef unsigned int GLhandleARB; void glTexStorage3DEXT GLenum target - GLsizei levels + GLsizei levels GLenum internalformat GLsizei width GLsizei height @@ -24703,7 +24706,7 @@ typedef unsigned int GLhandleARB; void glTexStorage3DMultisample GLenum target - GLsizei samples + GLsizei samples GLenum internalformat GLsizei width GLsizei height @@ -24713,7 +24716,7 @@ typedef unsigned int GLhandleARB; void glTexStorage3DMultisampleOES GLenum target - GLsizei samples + GLsizei samples GLenum internalformat GLsizei width GLsizei height @@ -24724,7 +24727,7 @@ typedef unsigned int GLhandleARB; void glTexStorageAttribs2DEXT GLenum target - GLsizei levels + GLsizei levels GLenum internalformat GLsizei width GLsizei height @@ -24733,7 +24736,7 @@ typedef unsigned int GLhandleARB; void glTexStorageAttribs3DEXT GLenum target - GLsizei levels + GLsizei levels GLenum internalformat GLsizei width GLsizei height @@ -24743,7 +24746,7 @@ typedef unsigned int GLhandleARB; void glTexStorageMem1DEXT GLenum target - GLsizei levels + GLsizei levels GLenum internalFormat GLsizei width GLuint memory @@ -24752,7 +24755,7 @@ typedef unsigned int GLhandleARB; void glTexStorageMem2DEXT GLenum target - GLsizei levels + GLsizei levels GLenum internalFormat GLsizei width GLsizei height @@ -24762,7 +24765,7 @@ typedef unsigned int GLhandleARB; void glTexStorageMem2DMultisampleEXT GLenum target - GLsizei samples + GLsizei samples GLenum internalFormat GLsizei width GLsizei height @@ -24773,7 +24776,7 @@ typedef unsigned int GLhandleARB; void glTexStorageMem3DEXT GLenum target - GLsizei levels + GLsizei levels GLenum internalFormat GLsizei width GLsizei height @@ -24784,7 +24787,7 @@ typedef unsigned int GLhandleARB; void glTexStorageMem3DMultisampleEXT GLenum target - GLsizei samples + GLsizei samples GLenum internalFormat GLsizei width GLsizei height @@ -24800,14 +24803,14 @@ typedef unsigned int GLhandleARB; GLsizei width GLsizei height GLsizei depth - GLsizei layers + GLsizei layers GLbitfield flags void glTexSubImage1D GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLenum type @@ -24818,8 +24821,8 @@ typedef unsigned int GLhandleARB; void glTexSubImage1DEXT GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLenum type @@ -24830,9 +24833,9 @@ typedef unsigned int GLhandleARB; void glTexSubImage2D GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format @@ -24844,9 +24847,9 @@ typedef unsigned int GLhandleARB; void glTexSubImage2DEXT GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format @@ -24858,10 +24861,10 @@ typedef unsigned int GLhandleARB; void glTexSubImage3D GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth @@ -24874,10 +24877,10 @@ typedef unsigned int GLhandleARB; void glTexSubImage3DEXT GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth @@ -24890,7 +24893,7 @@ typedef unsigned int GLhandleARB; void glTexSubImage3DOES GLenum target - GLint level + GLint level GLint xoffset GLint yoffset GLint zoffset @@ -24904,11 +24907,11 @@ typedef unsigned int GLhandleARB; void glTexSubImage4DSGIS GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset - GLint woffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset + GLint woffset GLsizei width GLsizei height GLsizei depth @@ -24984,10 +24987,10 @@ typedef unsigned int GLhandleARB; void glTextureImage1DEXT GLuint texture GLenum target - GLint level + GLint level GLint internalformat GLsizei width - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -24996,11 +24999,11 @@ typedef unsigned int GLhandleARB; void glTextureImage2DEXT GLuint texture GLenum target - GLint level + GLint level GLint internalformat GLsizei width GLsizei height - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -25030,12 +25033,12 @@ typedef unsigned int GLhandleARB; void glTextureImage3DEXT GLuint texture GLenum target - GLint level + GLint level GLint internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -25114,7 +25117,7 @@ typedef unsigned int GLhandleARB; GLuint texture GLenum target GLenum pname - const GLint *params + const GLint *params void glTextureParameterIuiv @@ -25167,7 +25170,7 @@ typedef unsigned int GLhandleARB; GLuint texture GLenum target GLenum pname - GLint param + GLint param @@ -25181,7 +25184,7 @@ typedef unsigned int GLhandleARB; GLuint texture GLenum target GLenum pname - const GLint *params + const GLint *params void glTextureRangeAPPLE @@ -25198,22 +25201,22 @@ typedef unsigned int GLhandleARB; void glTextureStorage1D GLuint texture - GLsizei levels + GLsizei levels GLenum internalformat GLsizei width void glTextureStorage1DEXT GLuint texture - GLenum target - GLsizei levels + GLenum target + GLsizei levels GLenum internalformat GLsizei width void glTextureStorage2D GLuint texture - GLsizei levels + GLsizei levels GLenum internalformat GLsizei width GLsizei height @@ -25222,7 +25225,7 @@ typedef unsigned int GLhandleARB; void glTextureStorage2DEXT GLuint texture GLenum target - GLsizei levels + GLsizei levels GLenum internalformat GLsizei width GLsizei height @@ -25230,7 +25233,7 @@ typedef unsigned int GLhandleARB; void glTextureStorage2DMultisample GLuint texture - GLsizei samples + GLsizei samples GLenum internalformat GLsizei width GLsizei height @@ -25240,7 +25243,7 @@ typedef unsigned int GLhandleARB; void glTextureStorage2DMultisampleEXT GLuint texture GLenum target - GLsizei samples + GLsizei samples GLenum internalformat GLsizei width GLsizei height @@ -25249,7 +25252,7 @@ typedef unsigned int GLhandleARB; void glTextureStorage3D GLuint texture - GLsizei levels + GLsizei levels GLenum internalformat GLsizei width GLsizei height @@ -25259,7 +25262,7 @@ typedef unsigned int GLhandleARB; void glTextureStorage3DEXT GLuint texture GLenum target - GLsizei levels + GLsizei levels GLenum internalformat GLsizei width GLsizei height @@ -25268,7 +25271,7 @@ typedef unsigned int GLhandleARB; void glTextureStorage3DMultisample GLuint texture - GLsizei samples + GLsizei samples GLenum internalformat GLsizei width GLsizei height @@ -25279,7 +25282,7 @@ typedef unsigned int GLhandleARB; void glTextureStorage3DMultisampleEXT GLuint texture GLenum target - GLsizei samples + GLsizei samples GLenum internalformat GLsizei width GLsizei height @@ -25289,7 +25292,7 @@ typedef unsigned int GLhandleARB; void glTextureStorageMem1DEXT GLuint texture - GLsizei levels + GLsizei levels GLenum internalFormat GLsizei width GLuint memory @@ -25298,7 +25301,7 @@ typedef unsigned int GLhandleARB; void glTextureStorageMem2DEXT GLuint texture - GLsizei levels + GLsizei levels GLenum internalFormat GLsizei width GLsizei height @@ -25308,7 +25311,7 @@ typedef unsigned int GLhandleARB; void glTextureStorageMem2DMultisampleEXT GLuint texture - GLsizei samples + GLsizei samples GLenum internalFormat GLsizei width GLsizei height @@ -25319,7 +25322,7 @@ typedef unsigned int GLhandleARB; void glTextureStorageMem3DEXT GLuint texture - GLsizei levels + GLsizei levels GLenum internalFormat GLsizei width GLsizei height @@ -25330,7 +25333,7 @@ typedef unsigned int GLhandleARB; void glTextureStorageMem3DMultisampleEXT GLuint texture - GLsizei samples + GLsizei samples GLenum internalFormat GLsizei width GLsizei height @@ -25342,7 +25345,7 @@ typedef unsigned int GLhandleARB; void glTextureStorageSparseAMD GLuint texture - GLenum target + GLenum target GLenum internalFormat GLsizei width GLsizei height @@ -25353,7 +25356,7 @@ typedef unsigned int GLhandleARB; void glTextureSubImage1D GLuint texture - GLint level + GLint level GLint xoffset GLsizei width GLenum format @@ -25364,8 +25367,8 @@ typedef unsigned int GLhandleARB; void glTextureSubImage1DEXT GLuint texture GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLenum type @@ -25374,7 +25377,7 @@ typedef unsigned int GLhandleARB; void glTextureSubImage2D GLuint texture - GLint level + GLint level GLint xoffset GLint yoffset GLsizei width @@ -25387,9 +25390,9 @@ typedef unsigned int GLhandleARB; void glTextureSubImage2DEXT GLuint texture GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format @@ -25399,7 +25402,7 @@ typedef unsigned int GLhandleARB; void glTextureSubImage3D GLuint texture - GLint level + GLint level GLint xoffset GLint yoffset GLint zoffset @@ -25414,10 +25417,10 @@ typedef unsigned int GLhandleARB; void glTextureSubImage3DEXT GLuint texture GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth From 2676af15f6dde8dcf2ccc567e2080827f3074895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Thu, 8 Dec 2022 16:40:15 +0100 Subject: [PATCH 70/70] Removed/replaced kind=CheckedInt32 --- xml/gl.xml | 207 +++++++++++++++++++++++++++-------------------------- 1 file changed, 104 insertions(+), 103 deletions(-) diff --git a/xml/gl.xml b/xml/gl.xml index e0a7b1a0..10169bda 100644 --- a/xml/gl.xml +++ b/xml/gl.xml @@ -73,6 +73,7 @@ typedef unsigned int GLhandleARB; + @@ -10504,15 +10505,15 @@ typedef unsigned int GLhandleARB; GLdouble u1 GLdouble u2 GLint ustride - GLint uorder + GLint uorder GLdouble v1 GLdouble v2 GLint vstride - GLint vorder + GLint vorder GLdouble w1 GLdouble w2 GLint wstride - GLint worder + GLint worder const GLdouble *points @@ -10522,15 +10523,15 @@ typedef unsigned int GLhandleARB; GLfloat u1 GLfloat u2 GLint ustride - GLint uorder + GLint uorder GLfloat v1 GLfloat v2 GLint vstride - GLint vorder + GLint vorder GLfloat w1 GLfloat w2 GLint wstride - GLint worder + GLint worder const GLfloat *points @@ -11813,17 +11814,17 @@ typedef unsigned int GLhandleARB; void glEvalMesh1 GLenum mode - GLint i1 - GLint i2 + GLint i1 + GLint i2 void glEvalMesh2 GLenum mode - GLint i1 - GLint i2 - GLint j1 - GLint j2 + GLint i1 + GLint i2 + GLint j1 + GLint j2 @@ -11833,8 +11834,8 @@ typedef unsigned int GLhandleARB; void glEvalPoint2 - GLint i - GLint j + GLint i + GLint j @@ -12483,7 +12484,7 @@ typedef unsigned int GLhandleARB; GLenum target GLenum attachment GLuint texture - GLint level + GLint level @@ -12491,7 +12492,7 @@ typedef unsigned int GLhandleARB; GLenum target GLenum attachment GLuint texture - GLint level + GLint level @@ -12499,7 +12500,7 @@ typedef unsigned int GLhandleARB; GLenum target GLenum attachment GLuint texture - GLint level + GLint level GLenum face @@ -12507,7 +12508,7 @@ typedef unsigned int GLhandleARB; GLenum target GLenum attachment GLuint texture - GLint level + GLint level GLenum face @@ -12516,8 +12517,8 @@ typedef unsigned int GLhandleARB; GLenum target GLenum attachment GLuint texture - GLint level - GLint layer + GLint level + GLint layer @@ -12525,8 +12526,8 @@ typedef unsigned int GLhandleARB; GLenum target GLenum attachment GLuint texture - GLint level - GLint layer + GLint level + GLint layer @@ -12534,8 +12535,8 @@ typedef unsigned int GLhandleARB; GLenum target GLenum attachment GLuint texture - GLint level - GLint layer + GLint level + GLint layer @@ -12543,8 +12544,8 @@ typedef unsigned int GLhandleARB; GLenum target GLenum attachment GLuint texture - GLint level - GLint layer + GLint level + GLint layer GLint xscale GLint yscale @@ -12553,7 +12554,7 @@ typedef unsigned int GLhandleARB; GLenum target GLenum attachment GLuint texture - GLint level + GLint level GLsizei samples GLint baseViewIndex GLsizei numViews @@ -12563,7 +12564,7 @@ typedef unsigned int GLhandleARB; GLenum target GLenum attachment GLuint texture - GLint level + GLint level GLint baseViewIndex GLsizei numViews @@ -12572,7 +12573,7 @@ typedef unsigned int GLhandleARB; GLenum target GLenum attachment GLuint texture - GLint level + GLint level @@ -13238,13 +13239,13 @@ typedef unsigned int GLhandleARB; void glGetCompressedMultiTexImageEXT GLenum texunit GLenum target - GLint lod + GLint lod void *img void glGetCompressedTexImage GLenum target - GLint level + GLint level void *img @@ -13252,7 +13253,7 @@ typedef unsigned int GLhandleARB; void glGetCompressedTexImageARB GLenum target - GLint level + GLint level void *img @@ -13260,7 +13261,7 @@ typedef unsigned int GLhandleARB; void glGetCompressedTextureImage GLuint texture - GLint level + GLint level GLsizei bufSize void *pixels @@ -13268,13 +13269,13 @@ typedef unsigned int GLhandleARB; void glGetCompressedTextureImageEXT GLuint texture GLenum target - GLint lod + GLint lod void *img void glGetCompressedTextureSubImage GLuint texture - GLint level + GLint level GLint xoffset GLint yoffset GLint zoffset @@ -14085,7 +14086,7 @@ typedef unsigned int GLhandleARB; void glGetMultiTexImageEXT GLenum texunit GLenum target - GLint level + GLint level GLenum format GLenum type void *pixels @@ -14094,7 +14095,7 @@ typedef unsigned int GLhandleARB; void glGetMultiTexLevelParameterfvEXT GLenum texunit GLenum target - GLint level + GLint level GLenum pname GLfloat *params @@ -14102,7 +14103,7 @@ typedef unsigned int GLhandleARB; void glGetMultiTexLevelParameterivEXT GLenum texunit GLenum target - GLint level + GLint level GLenum pname GLint *params @@ -15303,7 +15304,7 @@ typedef unsigned int GLhandleARB; void glGetTexImage GLenum target - GLint level + GLint level GLenum format GLenum type void *pixels @@ -15313,7 +15314,7 @@ typedef unsigned int GLhandleARB; void glGetTexLevelParameterfv GLenum target - GLint level + GLint level GLenum pname GLfloat *params @@ -15321,7 +15322,7 @@ typedef unsigned int GLhandleARB; void glGetTexLevelParameteriv GLenum target - GLint level + GLint level GLenum pname GLint *params @@ -15329,7 +15330,7 @@ typedef unsigned int GLhandleARB; void glGetTexLevelParameterxvOES GLenum target - GLint level + GLint level GLenum pname GLfixed *params @@ -15433,7 +15434,7 @@ typedef unsigned int GLhandleARB; void glGetTextureImageEXT GLuint texture GLenum target - GLint level + GLint level GLenum format GLenum type void *pixels @@ -15449,7 +15450,7 @@ typedef unsigned int GLhandleARB; void glGetTextureLevelParameterfvEXT GLuint texture GLenum target - GLint level + GLint level GLenum pname GLfloat *params @@ -15464,7 +15465,7 @@ typedef unsigned int GLhandleARB; void glGetTextureLevelParameterivEXT GLuint texture GLenum target - GLint level + GLint level GLenum pname GLint *params @@ -17049,14 +17050,14 @@ typedef unsigned int GLhandleARB; void glLighti GLenum light GLenum pname - GLint param + GLint param void glLightiv GLenum light GLenum pname - const GLint *params + const GLint *params @@ -17085,7 +17086,7 @@ typedef unsigned int GLhandleARB; void glLineStipple - GLint factor + GLint factor GLushort pattern @@ -17287,7 +17288,7 @@ typedef unsigned int GLhandleARB; GLdouble u1 GLdouble u2 GLint stride - GLint order + GLint order const GLdouble *points @@ -17297,17 +17298,17 @@ typedef unsigned int GLhandleARB; GLfloat u1 GLfloat u2 GLint stride - GLint order + GLint order const GLfloat *points void glMap1xOES GLenum target - GLfixed u1 - GLfixed u2 + GLfixed u1 + GLfixed u2 GLint stride - GLint order + GLint order GLfixed points @@ -17316,11 +17317,11 @@ typedef unsigned int GLhandleARB; GLdouble u1 GLdouble u2 GLint ustride - GLint uorder + GLint uorder GLdouble v1 GLdouble v2 GLint vstride - GLint vorder + GLint vorder const GLdouble *points @@ -17330,25 +17331,25 @@ typedef unsigned int GLhandleARB; GLfloat u1 GLfloat u2 GLint ustride - GLint uorder + GLint uorder GLfloat v1 GLfloat v2 GLint vstride - GLint vorder + GLint vorder const GLfloat *points void glMap2xOES GLenum target - GLfixed u1 - GLfixed u2 + GLfixed u1 + GLfixed u2 GLint ustride - GLint uorder - GLfixed v1 - GLfixed v2 + GLint uorder + GLfixed v1 + GLfixed v2 GLint vstride - GLint vorder + GLint vorder GLfixed points @@ -17391,8 +17392,8 @@ typedef unsigned int GLhandleARB; GLenum type GLsizei ustride GLsizei vstride - GLint uorder - GLint vorder + GLint uorder + GLint vorder GLboolean packed const void *points @@ -17499,7 +17500,7 @@ typedef unsigned int GLhandleARB; GLdouble u1 GLdouble u2 GLint stride - GLint order + GLint order const GLdouble *points @@ -17509,7 +17510,7 @@ typedef unsigned int GLhandleARB; GLfloat u1 GLfloat u2 GLint stride - GLint order + GLint order const GLfloat *points @@ -17519,11 +17520,11 @@ typedef unsigned int GLhandleARB; GLdouble u1 GLdouble u2 GLint ustride - GLint uorder + GLint uorder GLdouble v1 GLdouble v2 GLint vstride - GLint vorder + GLint vorder const GLdouble *points @@ -17533,11 +17534,11 @@ typedef unsigned int GLhandleARB; GLfloat u1 GLfloat u2 GLint ustride - GLint uorder + GLint uorder GLfloat v1 GLfloat v2 GLint vstride - GLint vorder + GLint vorder const GLfloat *points @@ -18850,10 +18851,10 @@ typedef unsigned int GLhandleARB; void glMultiTexImage1DEXT GLenum texunit GLenum target - GLint level + GLint level GLint internalformat GLsizei width - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -18862,11 +18863,11 @@ typedef unsigned int GLhandleARB; void glMultiTexImage2DEXT GLenum texunit GLenum target - GLint level + GLint level GLint internalformat GLsizei width GLsizei height - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -18875,12 +18876,12 @@ typedef unsigned int GLhandleARB; void glMultiTexImage3DEXT GLenum texunit GLenum target - GLint level + GLint level GLint internalformat GLsizei width GLsizei height GLsizei depth - GLint border + GLint border GLenum format GLenum type const void *pixels @@ -18890,7 +18891,7 @@ typedef unsigned int GLhandleARB; GLenum texunit GLenum target GLenum pname - const GLint *params + const GLint *params void glMultiTexParameterIuivEXT @@ -18939,8 +18940,8 @@ typedef unsigned int GLhandleARB; void glMultiTexSubImage1DEXT GLenum texunit GLenum target - GLint level - GLint xoffset + GLint level + GLint xoffset GLsizei width GLenum format GLenum type @@ -18950,9 +18951,9 @@ typedef unsigned int GLhandleARB; void glMultiTexSubImage2DEXT GLenum texunit GLenum target - GLint level - GLint xoffset - GLint yoffset + GLint level + GLint xoffset + GLint yoffset GLsizei width GLsizei height GLenum format @@ -18963,10 +18964,10 @@ typedef unsigned int GLhandleARB; void glMultiTexSubImage3DEXT GLenum texunit GLenum target - GLint level - GLint xoffset - GLint yoffset - GLint zoffset + GLint level + GLint xoffset + GLint yoffset + GLint zoffset GLsizei width GLsizei height GLsizei depth @@ -19249,7 +19250,7 @@ typedef unsigned int GLhandleARB; GLuint framebuffer GLenum attachment GLuint texture - GLint level + GLint level void glNamedFramebufferSamplePositionsfvAMD @@ -19264,7 +19265,7 @@ typedef unsigned int GLhandleARB; GLenum attachment GLenum textarget GLuint texture - GLint level + GLint level void glNamedFramebufferTexture2DEXT @@ -19272,7 +19273,7 @@ typedef unsigned int GLhandleARB; GLenum attachment GLenum textarget GLuint texture - GLint level + GLint level void glNamedFramebufferTexture3DEXT @@ -19280,22 +19281,22 @@ typedef unsigned int GLhandleARB; GLenum attachment GLenum textarget GLuint texture - GLint level - GLint zoffset + GLint level + GLint zoffset void glNamedFramebufferTextureEXT GLuint framebuffer GLenum attachment GLuint texture - GLint level + GLint level void glNamedFramebufferTextureFaceEXT GLuint framebuffer GLenum attachment GLuint texture - GLint level + GLint level GLenum face @@ -19311,8 +19312,8 @@ typedef unsigned int GLhandleARB; GLuint framebuffer GLenum attachment GLuint texture - GLint level - GLint layer + GLint level + GLint layer void glNamedProgramLocalParameter4dEXT @@ -20000,7 +20001,7 @@ typedef unsigned int GLhandleARB; void glPixelMapfv GLenum map - GLsizei mapsize + GLsizei mapsize const GLfloat *values @@ -20008,7 +20009,7 @@ typedef unsigned int GLhandleARB; void glPixelMapuiv GLenum map - GLsizei mapsize + GLsizei mapsize const GLuint *values @@ -20016,7 +20017,7 @@ typedef unsigned int GLhandleARB; void glPixelMapusv GLenum map - GLsizei mapsize + GLsizei mapsize const GLushort *values @@ -24345,7 +24346,7 @@ typedef unsigned int GLhandleARB; void glTexGeni GLenum coord GLenum pname - GLint param + GLint param @@ -24358,7 +24359,7 @@ typedef unsigned int GLhandleARB; void glTexGeniv GLenum coord GLenum pname - const GLint *params + const GLint *params @@ -24604,14 +24605,14 @@ typedef unsigned int GLhandleARB; void glTexParameteri GLenum target GLenum pname - GLint param + GLint param void glTexParameteriv GLenum target GLenum pname - const GLint *params + const GLint *params