summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mapi/glapi/glapi_gentable.c266
-rw-r--r--src/mapi/glapi/glapi_mapi_tmp.h2022
-rw-r--r--src/mapi/glapi/glapi_sparc.S732
-rw-r--r--src/mapi/glapi/glapi_x86-64.S4338
-rw-r--r--src/mapi/glapi/glapi_x86.S1028
-rw-r--r--src/mapi/glapi/glapitable.h666
-rw-r--r--src/mapi/glapi/glapitemp.h494
-rw-r--r--src/mapi/glapi/glprocs.h1570
-rw-r--r--src/mesa/main/dispatch.h1792
-rw-r--r--src/mesa/main/enums.c5235
-rw-r--r--src/mesa/main/remap_helper.h4301
11 files changed, 12893 insertions, 9551 deletions
diff --git a/src/mapi/glapi/glapi_gentable.c b/src/mapi/glapi/glapi_gentable.c
index a2a28a710fd..f3fbe6f568e 100644
--- a/src/mapi/glapi/glapi_gentable.c
+++ b/src/mapi/glapi/glapi_gentable.c
@@ -5876,6 +5876,272 @@ _glapi_create_table_from_handle(void *handle, const char *symbol_prefix) {
}
+ if(!disp->ColorP3ui) {
+ void ** procp = (void **) &disp->ColorP3ui;
+ snprintf(symboln, sizeof(symboln), "%sColorP3ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->ColorP3uiv) {
+ void ** procp = (void **) &disp->ColorP3uiv;
+ snprintf(symboln, sizeof(symboln), "%sColorP3uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->ColorP4ui) {
+ void ** procp = (void **) &disp->ColorP4ui;
+ snprintf(symboln, sizeof(symboln), "%sColorP4ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->ColorP4uiv) {
+ void ** procp = (void **) &disp->ColorP4uiv;
+ snprintf(symboln, sizeof(symboln), "%sColorP4uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->MultiTexCoordP1ui) {
+ void ** procp = (void **) &disp->MultiTexCoordP1ui;
+ snprintf(symboln, sizeof(symboln), "%sMultiTexCoordP1ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->MultiTexCoordP1uiv) {
+ void ** procp = (void **) &disp->MultiTexCoordP1uiv;
+ snprintf(symboln, sizeof(symboln), "%sMultiTexCoordP1uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->MultiTexCoordP2ui) {
+ void ** procp = (void **) &disp->MultiTexCoordP2ui;
+ snprintf(symboln, sizeof(symboln), "%sMultiTexCoordP2ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->MultiTexCoordP2uiv) {
+ void ** procp = (void **) &disp->MultiTexCoordP2uiv;
+ snprintf(symboln, sizeof(symboln), "%sMultiTexCoordP2uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->MultiTexCoordP3ui) {
+ void ** procp = (void **) &disp->MultiTexCoordP3ui;
+ snprintf(symboln, sizeof(symboln), "%sMultiTexCoordP3ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->MultiTexCoordP3uiv) {
+ void ** procp = (void **) &disp->MultiTexCoordP3uiv;
+ snprintf(symboln, sizeof(symboln), "%sMultiTexCoordP3uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->MultiTexCoordP4ui) {
+ void ** procp = (void **) &disp->MultiTexCoordP4ui;
+ snprintf(symboln, sizeof(symboln), "%sMultiTexCoordP4ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->MultiTexCoordP4uiv) {
+ void ** procp = (void **) &disp->MultiTexCoordP4uiv;
+ snprintf(symboln, sizeof(symboln), "%sMultiTexCoordP4uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->NormalP3ui) {
+ void ** procp = (void **) &disp->NormalP3ui;
+ snprintf(symboln, sizeof(symboln), "%sNormalP3ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->NormalP3uiv) {
+ void ** procp = (void **) &disp->NormalP3uiv;
+ snprintf(symboln, sizeof(symboln), "%sNormalP3uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->SecondaryColorP3ui) {
+ void ** procp = (void **) &disp->SecondaryColorP3ui;
+ snprintf(symboln, sizeof(symboln), "%sSecondaryColorP3ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->SecondaryColorP3uiv) {
+ void ** procp = (void **) &disp->SecondaryColorP3uiv;
+ snprintf(symboln, sizeof(symboln), "%sSecondaryColorP3uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->TexCoordP1ui) {
+ void ** procp = (void **) &disp->TexCoordP1ui;
+ snprintf(symboln, sizeof(symboln), "%sTexCoordP1ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->TexCoordP1uiv) {
+ void ** procp = (void **) &disp->TexCoordP1uiv;
+ snprintf(symboln, sizeof(symboln), "%sTexCoordP1uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->TexCoordP2ui) {
+ void ** procp = (void **) &disp->TexCoordP2ui;
+ snprintf(symboln, sizeof(symboln), "%sTexCoordP2ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->TexCoordP2uiv) {
+ void ** procp = (void **) &disp->TexCoordP2uiv;
+ snprintf(symboln, sizeof(symboln), "%sTexCoordP2uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->TexCoordP3ui) {
+ void ** procp = (void **) &disp->TexCoordP3ui;
+ snprintf(symboln, sizeof(symboln), "%sTexCoordP3ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->TexCoordP3uiv) {
+ void ** procp = (void **) &disp->TexCoordP3uiv;
+ snprintf(symboln, sizeof(symboln), "%sTexCoordP3uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->TexCoordP4ui) {
+ void ** procp = (void **) &disp->TexCoordP4ui;
+ snprintf(symboln, sizeof(symboln), "%sTexCoordP4ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->TexCoordP4uiv) {
+ void ** procp = (void **) &disp->TexCoordP4uiv;
+ snprintf(symboln, sizeof(symboln), "%sTexCoordP4uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->VertexAttribP1ui) {
+ void ** procp = (void **) &disp->VertexAttribP1ui;
+ snprintf(symboln, sizeof(symboln), "%sVertexAttribP1ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->VertexAttribP1uiv) {
+ void ** procp = (void **) &disp->VertexAttribP1uiv;
+ snprintf(symboln, sizeof(symboln), "%sVertexAttribP1uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->VertexAttribP2ui) {
+ void ** procp = (void **) &disp->VertexAttribP2ui;
+ snprintf(symboln, sizeof(symboln), "%sVertexAttribP2ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->VertexAttribP2uiv) {
+ void ** procp = (void **) &disp->VertexAttribP2uiv;
+ snprintf(symboln, sizeof(symboln), "%sVertexAttribP2uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->VertexAttribP3ui) {
+ void ** procp = (void **) &disp->VertexAttribP3ui;
+ snprintf(symboln, sizeof(symboln), "%sVertexAttribP3ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->VertexAttribP3uiv) {
+ void ** procp = (void **) &disp->VertexAttribP3uiv;
+ snprintf(symboln, sizeof(symboln), "%sVertexAttribP3uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->VertexAttribP4ui) {
+ void ** procp = (void **) &disp->VertexAttribP4ui;
+ snprintf(symboln, sizeof(symboln), "%sVertexAttribP4ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->VertexAttribP4uiv) {
+ void ** procp = (void **) &disp->VertexAttribP4uiv;
+ snprintf(symboln, sizeof(symboln), "%sVertexAttribP4uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->VertexP2ui) {
+ void ** procp = (void **) &disp->VertexP2ui;
+ snprintf(symboln, sizeof(symboln), "%sVertexP2ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->VertexP2uiv) {
+ void ** procp = (void **) &disp->VertexP2uiv;
+ snprintf(symboln, sizeof(symboln), "%sVertexP2uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->VertexP3ui) {
+ void ** procp = (void **) &disp->VertexP3ui;
+ snprintf(symboln, sizeof(symboln), "%sVertexP3ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->VertexP3uiv) {
+ void ** procp = (void **) &disp->VertexP3uiv;
+ snprintf(symboln, sizeof(symboln), "%sVertexP3uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->VertexP4ui) {
+ void ** procp = (void **) &disp->VertexP4ui;
+ snprintf(symboln, sizeof(symboln), "%sVertexP4ui", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
+ if(!disp->VertexP4uiv) {
+ void ** procp = (void **) &disp->VertexP4uiv;
+ snprintf(symboln, sizeof(symboln), "%sVertexP4uiv", symbol_prefix);
+ *procp = dlsym(handle, symboln);
+ }
+
+
if(!disp->BindTransformFeedback) {
void ** procp = (void **) &disp->BindTransformFeedback;
snprintf(symboln, sizeof(symboln), "%sBindTransformFeedback", symbol_prefix);
diff --git a/src/mapi/glapi/glapi_mapi_tmp.h b/src/mapi/glapi/glapi_mapi_tmp.h
index c20ac277bdc..8cdadc9a236 100644
--- a/src/mapi/glapi/glapi_mapi_tmp.h
+++ b/src/mapi/glapi/glapi_mapi_tmp.h
@@ -826,6 +826,44 @@ GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterf)(GLuint sampler, GLenum pname
GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat *params);
GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteri)(GLuint sampler, GLenum pname, GLint param);
GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteriv)(GLuint sampler, GLenum pname, const GLint *params);
+GLAPI void APIENTRY GLAPI_PREFIX(ColorP3ui)(GLenum type, GLuint color);
+GLAPI void APIENTRY GLAPI_PREFIX(ColorP3uiv)(GLenum type, const GLuint *color);
+GLAPI void APIENTRY GLAPI_PREFIX(ColorP4ui)(GLenum type, GLuint color);
+GLAPI void APIENTRY GLAPI_PREFIX(ColorP4uiv)(GLenum type, const GLuint *color);
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP1ui)(GLenum texture, GLenum type, GLuint coords);
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP1uiv)(GLenum texture, GLenum type, const GLuint *coords);
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP2ui)(GLenum texture, GLenum type, GLuint coords);
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP2uiv)(GLenum texture, GLenum type, const GLuint *coords);
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP3ui)(GLenum texture, GLenum type, GLuint coords);
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP3uiv)(GLenum texture, GLenum type, const GLuint *coords);
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP4ui)(GLenum texture, GLenum type, GLuint coords);
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP4uiv)(GLenum texture, GLenum type, const GLuint *coords);
+GLAPI void APIENTRY GLAPI_PREFIX(NormalP3ui)(GLenum type, GLuint coords);
+GLAPI void APIENTRY GLAPI_PREFIX(NormalP3uiv)(GLenum type, const GLuint *coords);
+GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorP3ui)(GLenum type, GLuint color);
+GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorP3uiv)(GLenum type, const GLuint *color);
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP1ui)(GLenum type, GLuint coords);
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP1uiv)(GLenum type, const GLuint *coords);
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP2ui)(GLenum type, GLuint coords);
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP2uiv)(GLenum type, const GLuint *coords);
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP3ui)(GLenum type, GLuint coords);
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP3uiv)(GLenum type, const GLuint *coords);
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP4ui)(GLenum type, GLuint coords);
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP4uiv)(GLenum type, const GLuint *coords);
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value);
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP1uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP2ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value);
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP2uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP3ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value);
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP3uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP4ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value);
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
+GLAPI void APIENTRY GLAPI_PREFIX(VertexP2ui)(GLenum type, GLuint value);
+GLAPI void APIENTRY GLAPI_PREFIX(VertexP2uiv)(GLenum type, const GLuint *value);
+GLAPI void APIENTRY GLAPI_PREFIX(VertexP3ui)(GLenum type, GLuint value);
+GLAPI void APIENTRY GLAPI_PREFIX(VertexP3uiv)(GLenum type, const GLuint *value);
+GLAPI void APIENTRY GLAPI_PREFIX(VertexP4ui)(GLenum type, GLuint value);
+GLAPI void APIENTRY GLAPI_PREFIX(VertexP4uiv)(GLenum type, const GLuint *value);
GLAPI void APIENTRY GLAPI_PREFIX(BindTransformFeedback)(GLenum target, GLuint id);
GLAPI void APIENTRY GLAPI_PREFIX(DeleteTransformFeedbacks)(GLsizei n, const GLuint *ids);
GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedback)(GLenum mode, GLuint id);
@@ -838,9 +876,9 @@ GLAPI void APIENTRY GLAPI_PREFIX(DepthRangef)(GLclampf zNear, GLclampf zFar);
GLAPI void APIENTRY GLAPI_PREFIX(GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
GLAPI void APIENTRY GLAPI_PREFIX(ReleaseShaderCompiler)(void);
GLAPI void APIENTRY GLAPI_PREFIX(ShaderBinary)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_627)(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_628)(GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_629)(GLuint program, GLenum pname, GLint value);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_665)(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_666)(GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_667)(GLuint program, GLenum pname, GLint value);
GLAPI GLenum APIENTRY GLAPI_PREFIX(GetGraphicsResetStatusARB)(void);
GLAPI void APIENTRY GLAPI_PREFIX(GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table);
GLAPI void APIENTRY GLAPI_PREFIX(GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img);
@@ -862,24 +900,24 @@ GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformivARB)(GLhandleARB program, GLint lo
GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformuivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint *params);
GLAPI void APIENTRY GLAPI_PREFIX(ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data);
GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffsetEXT)(GLfloat factor, GLfloat bias);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_651)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_652)(const GLfloat *coords);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_653)(GLint x, GLint y, GLint z, GLint width, GLint height);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_654)(const GLint *coords);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_655)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_656)(const GLshort *coords);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_657)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_658)(const GLfixed *coords);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_659)(GLenum type, GLsizei stride, const GLvoid *pointer);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_660)(GLenum pname, GLfloat *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_661)(GLenum pname, GLint *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_662)(GLenum pname, GLfloat param);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_663)(GLenum pname, const GLfloat *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_664)(GLenum pname, GLint param);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_665)(GLenum pname, const GLint *params);
-GLbitfield APIENTRY GLAPI_PREFIX(_dispatch_stub_666)(GLfixed *mantissa, GLint *exponent);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_667)(GLclampf value, GLboolean invert);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_668)(GLenum pattern);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_689)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_690)(const GLfloat *coords);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_691)(GLint x, GLint y, GLint z, GLint width, GLint height);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_692)(const GLint *coords);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_693)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_694)(const GLshort *coords);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_695)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_696)(const GLfixed *coords);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_697)(GLenum type, GLsizei stride, const GLvoid *pointer);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_698)(GLenum pname, GLfloat *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_699)(GLenum pname, GLint *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_700)(GLenum pname, GLfloat param);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_701)(GLenum pname, const GLfloat *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_702)(GLenum pname, GLint param);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_703)(GLenum pname, const GLint *params);
+GLbitfield APIENTRY GLAPI_PREFIX(_dispatch_stub_704)(GLfixed *mantissa, GLint *exponent);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_705)(GLclampf value, GLboolean invert);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_706)(GLenum pattern);
GLAPI void APIENTRY GLAPI_PREFIX(ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean *pointer);
GLAPI void APIENTRY GLAPI_PREFIX(IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
@@ -942,7 +980,7 @@ GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfEXT)(GLfloat coord);
GLAPI void APIENTRY GLAPI_PREFIX(FogCoordf)(GLfloat coord);
GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfvEXT)(const GLfloat *coord);
GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfv)(const GLfloat *coord);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_703)(GLenum mode);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_741)(GLenum mode);
GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparate)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
GLAPI void APIENTRY GLAPI_PREFIX(FlushVertexArrayRangeNV)(void);
@@ -1017,15 +1055,15 @@ GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4iMESA)(GLint x, GLint y, GLint z, GLi
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4ivMESA)(const GLint *v);
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w);
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4svMESA)(const GLshort *v);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_745)(const GLenum *mode, const GLint *first, const GLsizei *count, GLsizei primcount, GLint modestride);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_746)(const GLenum *mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount, GLint modestride);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_747)(GLsizei n, const GLuint *fences);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_748)(GLuint fence);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_749)(GLsizei n, GLuint *fences);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_750)(GLuint fence, GLenum pname, GLint *params);
-GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_751)(GLuint fence);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_752)(GLuint fence, GLenum condition);
-GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_753)(GLuint fence);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_783)(const GLenum *mode, const GLint *first, const GLsizei *count, GLsizei primcount, GLint modestride);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_784)(const GLenum *mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount, GLint modestride);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_785)(GLsizei n, const GLuint *fences);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_786)(GLuint fence);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_787)(GLsizei n, GLuint *fences);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_788)(GLuint fence, GLenum pname, GLint *params);
+GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_789)(GLuint fence);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_790)(GLuint fence, GLenum condition);
+GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_791)(GLuint fence);
GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreProgramsResidentNV)(GLsizei n, const GLuint *ids, GLboolean *residences);
GLAPI void APIENTRY GLAPI_PREFIX(BindProgramNV)(GLenum target, GLuint program);
GLAPI void APIENTRY GLAPI_PREFIX(BindProgramARB)(GLenum target, GLuint program);
@@ -1114,12 +1152,12 @@ GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriNV)(GLenum pname, GLint param);
GLAPI void APIENTRY GLAPI_PREFIX(PointParameteri)(GLenum pname, GLint param);
GLAPI void APIENTRY GLAPI_PREFIX(PointParameterivNV)(GLenum pname, const GLint *params);
GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriv)(GLenum pname, const GLint *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_834)(GLenum face);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_835)(GLuint array);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_836)(GLsizei n, const GLuint *arrays);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_872)(GLenum face);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_873)(GLuint array);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_874)(GLsizei n, const GLuint *arrays);
GLAPI void APIENTRY GLAPI_PREFIX(DeleteVertexArrays)(GLsizei n, const GLuint *arrays);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_837)(GLsizei n, GLuint *arrays);
-GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_838)(GLuint array);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_875)(GLsizei n, GLuint *arrays);
+GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_876)(GLuint array);
GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsVertexArray)(GLuint array);
GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble *params);
GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat *params);
@@ -1130,54 +1168,54 @@ GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fvNV)(GLuint id, GLsizei
GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndexNV)(GLuint index);
GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndex)(GLuint index);
GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartNV)(void);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_847)(GLenum func, GLclampx ref);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_848)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_849)(GLclampx depth);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_850)(GLenum plane, const GLfixed *equation);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_851)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_852)(GLclampx zNear, GLclampx zFar);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_853)(GLenum pname, GLfixed param);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_854)(GLenum pname, const GLfixed *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_855)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_856)(GLenum plane, GLfixed *equation);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_857)(GLenum pname, GLfixed *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_858)(GLenum light, GLenum pname, GLfixed *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_859)(GLenum face, GLenum pname, GLfixed *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_860)(GLenum target, GLenum pname, GLfixed *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_861)(GLenum coord, GLenum pname, GLfixed *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_862)(GLenum target, GLenum pname, GLfixed *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_863)(GLenum pname, GLfixed param);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_864)(GLenum pname, const GLfixed *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_865)(GLenum light, GLenum pname, GLfixed param);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_866)(GLenum light, GLenum pname, const GLfixed *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_867)(GLfixed width);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_868)(const GLfixed *m);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_869)(GLenum face, GLenum pname, GLfixed param);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_870)(GLenum face, GLenum pname, const GLfixed *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_871)(const GLfixed *m);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_872)(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_873)(GLfixed nx, GLfixed ny, GLfixed nz);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_874)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_875)(GLenum pname, GLfixed param);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_876)(GLenum pname, const GLfixed *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_877)(GLfixed size);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_878)(GLfixed factor, GLfixed units);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_879)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_880)(GLclampx value, GLboolean invert);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_881)(GLfixed x, GLfixed y, GLfixed z);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_882)(GLenum target, GLenum pname, GLfixed param);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_883)(GLenum target, GLenum pname, const GLfixed *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_884)(GLenum coord, GLenum pname, GLint param);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_885)(GLenum coord, GLenum pname, const GLfixed *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_886)(GLenum target, GLenum pname, GLfixed param);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_887)(GLenum target, GLenum pname, const GLfixed *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_888)(GLfixed x, GLfixed y, GLfixed z);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_889)(GLenum plane, const GLfloat *equation);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_890)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_891)(GLenum plane, GLfloat *equation);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_892)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_893)(GLclampd zmin, GLclampd zmax);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_894)(GLenum modeRGB, GLenum modeA);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_885)(GLenum func, GLclampx ref);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_886)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_887)(GLclampx depth);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_888)(GLenum plane, const GLfixed *equation);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_889)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_890)(GLclampx zNear, GLclampx zFar);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_891)(GLenum pname, GLfixed param);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_892)(GLenum pname, const GLfixed *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_893)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_894)(GLenum plane, GLfixed *equation);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_895)(GLenum pname, GLfixed *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_896)(GLenum light, GLenum pname, GLfixed *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_897)(GLenum face, GLenum pname, GLfixed *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_898)(GLenum target, GLenum pname, GLfixed *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_899)(GLenum coord, GLenum pname, GLfixed *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_900)(GLenum target, GLenum pname, GLfixed *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_901)(GLenum pname, GLfixed param);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_902)(GLenum pname, const GLfixed *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_903)(GLenum light, GLenum pname, GLfixed param);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_904)(GLenum light, GLenum pname, const GLfixed *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_905)(GLfixed width);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_906)(const GLfixed *m);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_907)(GLenum face, GLenum pname, GLfixed param);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_908)(GLenum face, GLenum pname, const GLfixed *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_909)(const GLfixed *m);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_910)(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_911)(GLfixed nx, GLfixed ny, GLfixed nz);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_912)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_913)(GLenum pname, GLfixed param);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_914)(GLenum pname, const GLfixed *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_915)(GLfixed size);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_916)(GLfixed factor, GLfixed units);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_917)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_918)(GLclampx value, GLboolean invert);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_919)(GLfixed x, GLfixed y, GLfixed z);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_920)(GLenum target, GLenum pname, GLfixed param);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_921)(GLenum target, GLenum pname, const GLfixed *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_922)(GLenum coord, GLenum pname, GLint param);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_923)(GLenum coord, GLenum pname, const GLfixed *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_924)(GLenum target, GLenum pname, GLfixed param);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_925)(GLenum target, GLenum pname, const GLfixed *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_926)(GLfixed x, GLfixed y, GLfixed z);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_927)(GLenum plane, const GLfloat *equation);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_928)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_929)(GLenum plane, GLfloat *equation);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_930)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_931)(GLclampd zmin, GLclampd zmax);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_932)(GLenum modeRGB, GLenum modeA);
GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA);
GLAPI void APIENTRY GLAPI_PREFIX(BindFramebufferEXT)(GLenum target, GLuint framebuffer);
GLAPI void APIENTRY GLAPI_PREFIX(BindFramebuffer)(GLenum target, GLuint framebuffer);
@@ -1213,10 +1251,10 @@ GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbufferEXT)(GLuint renderbuffer);
GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbuffer)(GLuint renderbuffer);
GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorage)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_912)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_950)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
GLAPI void APIENTRY GLAPI_PREFIX(BlitFramebuffer)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_913)(GLenum target, GLenum pname, GLint param);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_914)(GLenum target, GLintptr offset, GLsizeiptr size);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_951)(GLenum target, GLenum pname, GLint param);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_952)(GLenum target, GLintptr offset, GLsizeiptr size);
GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar *name);
GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocation)(GLuint program, GLuint colorNumber, const GLchar *name);
GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocationEXT)(GLuint program, const GLchar *name);
@@ -1329,8 +1367,8 @@ GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryingsEXT)(GLuint program, G
GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryings)(GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode);
GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertexEXT)(GLenum mode);
GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertex)(GLenum mode);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_972)(GLenum target, GLenum pname, GLvoid **params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_973)(GLenum target, GLsizei length, GLvoid *pointer);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_1010)(GLenum target, GLenum pname, GLvoid **params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_1011)(GLenum target, GLsizei length, GLvoid *pointer);
GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint *value);
GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option);
GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option);
@@ -1338,11 +1376,11 @@ GLAPI void APIENTRY GLAPI_PREFIX(ActiveProgramEXT)(GLuint program);
GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateShaderProgramEXT)(GLenum type, const GLchar *string);
GLAPI void APIENTRY GLAPI_PREFIX(UseShaderProgramEXT)(GLenum type, GLuint program);
GLAPI void APIENTRY GLAPI_PREFIX(TextureBarrierNV)(void);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_981)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_982)(GLenum target, GLuint index, GLsizei count, const GLfloat *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_983)(GLenum target, GLuint index, GLsizei count, const GLfloat *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_984)(GLuint id, GLenum pname, GLint64EXT *params);
-void APIENTRY GLAPI_PREFIX(_dispatch_stub_985)(GLuint id, GLenum pname, GLuint64EXT *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_1019)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_1020)(GLenum target, GLuint index, GLsizei count, const GLfloat *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_1021)(GLenum target, GLuint index, GLsizei count, const GLfloat *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_1022)(GLuint id, GLenum pname, GLint64EXT *params);
+void APIENTRY GLAPI_PREFIX(_dispatch_stub_1023)(GLuint id, GLenum pname, GLuint64EXT *params);
GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid *writeOffset);
GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetTexture2DOES)(GLenum target, GLvoid *writeOffset);
#undef MAPI_TMP_DEFINES
@@ -6921,2978 +6959,3244 @@ GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteriv)(GLuint sampler, GLenum pnam
((void (APIENTRY *)(GLuint sampler, GLenum pname, const GLint *params)) _func)(sampler, pname, params);
}
-GLAPI void APIENTRY GLAPI_PREFIX(BindTransformFeedback)(GLenum target, GLuint id)
+GLAPI void APIENTRY GLAPI_PREFIX(ColorP3ui)(GLenum type, GLuint color)
{
const struct mapi_table *_tbl = entry_current_get();
mapi_func _func = ((const mapi_func *) _tbl)[615];
+ ((void (APIENTRY *)(GLenum type, GLuint color)) _func)(type, color);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(ColorP3uiv)(GLenum type, const GLuint *color)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[616];
+ ((void (APIENTRY *)(GLenum type, const GLuint *color)) _func)(type, color);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(ColorP4ui)(GLenum type, GLuint color)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[617];
+ ((void (APIENTRY *)(GLenum type, GLuint color)) _func)(type, color);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(ColorP4uiv)(GLenum type, const GLuint *color)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[618];
+ ((void (APIENTRY *)(GLenum type, const GLuint *color)) _func)(type, color);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP1ui)(GLenum texture, GLenum type, GLuint coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[619];
+ ((void (APIENTRY *)(GLenum texture, GLenum type, GLuint coords)) _func)(texture, type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP1uiv)(GLenum texture, GLenum type, const GLuint *coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[620];
+ ((void (APIENTRY *)(GLenum texture, GLenum type, const GLuint *coords)) _func)(texture, type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP2ui)(GLenum texture, GLenum type, GLuint coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[621];
+ ((void (APIENTRY *)(GLenum texture, GLenum type, GLuint coords)) _func)(texture, type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP2uiv)(GLenum texture, GLenum type, const GLuint *coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[622];
+ ((void (APIENTRY *)(GLenum texture, GLenum type, const GLuint *coords)) _func)(texture, type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP3ui)(GLenum texture, GLenum type, GLuint coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[623];
+ ((void (APIENTRY *)(GLenum texture, GLenum type, GLuint coords)) _func)(texture, type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP3uiv)(GLenum texture, GLenum type, const GLuint *coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[624];
+ ((void (APIENTRY *)(GLenum texture, GLenum type, const GLuint *coords)) _func)(texture, type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP4ui)(GLenum texture, GLenum type, GLuint coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[625];
+ ((void (APIENTRY *)(GLenum texture, GLenum type, GLuint coords)) _func)(texture, type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP4uiv)(GLenum texture, GLenum type, const GLuint *coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[626];
+ ((void (APIENTRY *)(GLenum texture, GLenum type, const GLuint *coords)) _func)(texture, type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(NormalP3ui)(GLenum type, GLuint coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[627];
+ ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(NormalP3uiv)(GLenum type, const GLuint *coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[628];
+ ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorP3ui)(GLenum type, GLuint color)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[629];
+ ((void (APIENTRY *)(GLenum type, GLuint color)) _func)(type, color);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorP3uiv)(GLenum type, const GLuint *color)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[630];
+ ((void (APIENTRY *)(GLenum type, const GLuint *color)) _func)(type, color);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP1ui)(GLenum type, GLuint coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[631];
+ ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP1uiv)(GLenum type, const GLuint *coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[632];
+ ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP2ui)(GLenum type, GLuint coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[633];
+ ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP2uiv)(GLenum type, const GLuint *coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[634];
+ ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP3ui)(GLenum type, GLuint coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[635];
+ ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP3uiv)(GLenum type, const GLuint *coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[636];
+ ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP4ui)(GLenum type, GLuint coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[637];
+ ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP4uiv)(GLenum type, const GLuint *coords)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[638];
+ ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[639];
+ ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, GLuint value)) _func)(index, type, normalized, value);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP1uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[640];
+ ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)) _func)(index, type, normalized, value);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP2ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[641];
+ ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, GLuint value)) _func)(index, type, normalized, value);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP2uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[642];
+ ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)) _func)(index, type, normalized, value);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP3ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[643];
+ ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, GLuint value)) _func)(index, type, normalized, value);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP3uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[644];
+ ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)) _func)(index, type, normalized, value);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP4ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[645];
+ ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, GLuint value)) _func)(index, type, normalized, value);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[646];
+ ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)) _func)(index, type, normalized, value);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(VertexP2ui)(GLenum type, GLuint value)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[647];
+ ((void (APIENTRY *)(GLenum type, GLuint value)) _func)(type, value);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(VertexP2uiv)(GLenum type, const GLuint *value)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[648];
+ ((void (APIENTRY *)(GLenum type, const GLuint *value)) _func)(type, value);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(VertexP3ui)(GLenum type, GLuint value)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[649];
+ ((void (APIENTRY *)(GLenum type, GLuint value)) _func)(type, value);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(VertexP3uiv)(GLenum type, const GLuint *value)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[650];
+ ((void (APIENTRY *)(GLenum type, const GLuint *value)) _func)(type, value);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(VertexP4ui)(GLenum type, GLuint value)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[651];
+ ((void (APIENTRY *)(GLenum type, GLuint value)) _func)(type, value);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(VertexP4uiv)(GLenum type, const GLuint *value)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[652];
+ ((void (APIENTRY *)(GLenum type, const GLuint *value)) _func)(type, value);
+}
+
+GLAPI void APIENTRY GLAPI_PREFIX(BindTransformFeedback)(GLenum target, GLuint id)
+{
+ const struct mapi_table *_tbl = entry_current_get();
+ mapi_func _func = ((const mapi_func *) _tbl)[653];
((void (APIENTRY *)(GLenum target, GLuint id)) _func)(target, id);
}
GLAPI void APIENTRY GLAPI_PREFIX(DeleteTransformFeedbacks)(GLsizei n, const GLuint *ids)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[616];
+ mapi_func _func = ((const mapi_func *) _tbl)[654];
((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
}
GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedback)(GLenum mode, GLuint id)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[617];
+ mapi_func _func = ((const mapi_func *) _tbl)[655];
((void (APIENTRY *)(GLenum mode, GLuint id)) _func)(mode, id);
}
GLAPI void APIENTRY GLAPI_PREFIX(GenTransformFeedbacks)(GLsizei n, GLuint *ids)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[618];
+ mapi_func _func = ((const mapi_func *) _tbl)[656];
((void (APIENTRY *)(GLsizei n, GLuint *ids)) _func)(n, ids);
}
GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTransformFeedback)(GLuint id)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[619];
+ mapi_func _func = ((const mapi_func *) _tbl)[657];
return ((GLboolean (APIENTRY *)(GLuint id)) _func)(id);
}
GLAPI void APIENTRY GLAPI_PREFIX(PauseTransformFeedback)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[620];
+ mapi_func _func = ((const mapi_func *) _tbl)[658];
((void (APIENTRY *)(void)) _func)();
}
GLAPI void APIENTRY GLAPI_PREFIX(ResumeTransformFeedback)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[621];
+ mapi_func _func = ((const mapi_func *) _tbl)[659];
((void (APIENTRY *)(void)) _func)();
}
GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthf)(GLclampf depth)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[622];
+ mapi_func _func = ((const mapi_func *) _tbl)[660];
((void (APIENTRY *)(GLclampf depth)) _func)(depth);
}
GLAPI void APIENTRY GLAPI_PREFIX(DepthRangef)(GLclampf zNear, GLclampf zFar)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[623];
+ mapi_func _func = ((const mapi_func *) _tbl)[661];
((void (APIENTRY *)(GLclampf zNear, GLclampf zFar)) _func)(zNear, zFar);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[624];
+ mapi_func _func = ((const mapi_func *) _tbl)[662];
((void (APIENTRY *)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision)) _func)(shadertype, precisiontype, range, precision);
}
GLAPI void APIENTRY GLAPI_PREFIX(ReleaseShaderCompiler)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[625];
+ mapi_func _func = ((const mapi_func *) _tbl)[663];
((void (APIENTRY *)(void)) _func)();
}
GLAPI void APIENTRY GLAPI_PREFIX(ShaderBinary)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[626];
+ mapi_func _func = ((const mapi_func *) _tbl)[664];
((void (APIENTRY *)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length)) _func)(n, shaders, binaryformat, binary, length);
}
GLAPI GLenum APIENTRY GLAPI_PREFIX(GetGraphicsResetStatusARB)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[630];
+ mapi_func _func = ((const mapi_func *) _tbl)[668];
return ((GLenum (APIENTRY *)(void)) _func)();
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[631];
+ mapi_func _func = ((const mapi_func *) _tbl)[669];
((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table)) _func)(target, format, type, bufSize, table);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[632];
+ mapi_func _func = ((const mapi_func *) _tbl)[670];
((void (APIENTRY *)(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img)) _func)(target, lod, bufSize, img);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnConvolutionFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[633];
+ mapi_func _func = ((const mapi_func *) _tbl)[671];
((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image)) _func)(target, format, type, bufSize, image);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnHistogramARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[634];
+ mapi_func _func = ((const mapi_func *) _tbl)[672];
((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)) _func)(target, reset, format, type, bufSize, values);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnMapdvARB)(GLenum target, GLenum query, GLsizei bufSize, GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[635];
+ mapi_func _func = ((const mapi_func *) _tbl)[673];
((void (APIENTRY *)(GLenum target, GLenum query, GLsizei bufSize, GLdouble *v)) _func)(target, query, bufSize, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnMapfvARB)(GLenum target, GLenum query, GLsizei bufSize, GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[636];
+ mapi_func _func = ((const mapi_func *) _tbl)[674];
((void (APIENTRY *)(GLenum target, GLenum query, GLsizei bufSize, GLfloat *v)) _func)(target, query, bufSize, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnMapivARB)(GLenum target, GLenum query, GLsizei bufSize, GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[637];
+ mapi_func _func = ((const mapi_func *) _tbl)[675];
((void (APIENTRY *)(GLenum target, GLenum query, GLsizei bufSize, GLint *v)) _func)(target, query, bufSize, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnMinmaxARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[638];
+ mapi_func _func = ((const mapi_func *) _tbl)[676];
((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)) _func)(target, reset, format, type, bufSize, values);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapfvARB)(GLenum map, GLsizei bufSize, GLfloat *values)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[639];
+ mapi_func _func = ((const mapi_func *) _tbl)[677];
((void (APIENTRY *)(GLenum map, GLsizei bufSize, GLfloat *values)) _func)(map, bufSize, values);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapuivARB)(GLenum map, GLsizei bufSize, GLuint *values)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[640];
+ mapi_func _func = ((const mapi_func *) _tbl)[678];
((void (APIENTRY *)(GLenum map, GLsizei bufSize, GLuint *values)) _func)(map, bufSize, values);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapusvARB)(GLenum map, GLsizei bufSize, GLushort *values)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[641];
+ mapi_func _func = ((const mapi_func *) _tbl)[679];
((void (APIENTRY *)(GLenum map, GLsizei bufSize, GLushort *values)) _func)(map, bufSize, values);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnPolygonStippleARB)(GLsizei bufSize, GLubyte *pattern)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[642];
+ mapi_func _func = ((const mapi_func *) _tbl)[680];
((void (APIENTRY *)(GLsizei bufSize, GLubyte *pattern)) _func)(bufSize, pattern);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[643];
+ mapi_func _func = ((const mapi_func *) _tbl)[681];
((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span)) _func)(target, format, type, rowBufSize, row, columnBufSize, column, span);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[644];
+ mapi_func _func = ((const mapi_func *) _tbl)[682];
((void (APIENTRY *)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img)) _func)(target, level, format, type, bufSize, img);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformdvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[645];
+ mapi_func _func = ((const mapi_func *) _tbl)[683];
((void (APIENTRY *)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble *params)) _func)(program, location, bufSize, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformfvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[646];
+ mapi_func _func = ((const mapi_func *) _tbl)[684];
((void (APIENTRY *)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat *params)) _func)(program, location, bufSize, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[647];
+ mapi_func _func = ((const mapi_func *) _tbl)[685];
((void (APIENTRY *)(GLhandleARB program, GLint location, GLsizei bufSize, GLint *params)) _func)(program, location, bufSize, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformuivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[648];
+ mapi_func _func = ((const mapi_func *) _tbl)[686];
((void (APIENTRY *)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint *params)) _func)(program, location, bufSize, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[649];
+ mapi_func _func = ((const mapi_func *) _tbl)[687];
((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data)) _func)(x, y, width, height, format, type, bufSize, data);
}
GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffsetEXT)(GLfloat factor, GLfloat bias)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[650];
+ mapi_func _func = ((const mapi_func *) _tbl)[688];
((void (APIENTRY *)(GLfloat factor, GLfloat bias)) _func)(factor, bias);
}
GLAPI void APIENTRY GLAPI_PREFIX(ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[669];
+ mapi_func _func = ((const mapi_func *) _tbl)[707];
((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean *pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[670];
+ mapi_func _func = ((const mapi_func *) _tbl)[708];
((void (APIENTRY *)(GLsizei stride, GLsizei count, const GLboolean *pointer)) _func)(stride, count, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[671];
+ mapi_func _func = ((const mapi_func *) _tbl)[709];
((void (APIENTRY *)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(type, stride, count, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[672];
+ mapi_func _func = ((const mapi_func *) _tbl)[710];
((void (APIENTRY *)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(type, stride, count, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[673];
+ mapi_func _func = ((const mapi_func *) _tbl)[711];
((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[674];
+ mapi_func _func = ((const mapi_func *) _tbl)[712];
((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfEXT)(GLenum pname, GLfloat param)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[675];
+ mapi_func _func = ((const mapi_func *) _tbl)[713];
((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
}
GLAPI void APIENTRY GLAPI_PREFIX(PointParameterf)(GLenum pname, GLfloat param)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[675];
+ mapi_func _func = ((const mapi_func *) _tbl)[713];
((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
}
GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfARB)(GLenum pname, GLfloat param)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[675];
+ mapi_func _func = ((const mapi_func *) _tbl)[713];
((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
}
GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvEXT)(GLenum pname, const GLfloat *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[676];
+ mapi_func _func = ((const mapi_func *) _tbl)[714];
((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfv)(GLenum pname, const GLfloat *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[676];
+ mapi_func _func = ((const mapi_func *) _tbl)[714];
((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvARB)(GLenum pname, const GLfloat *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[676];
+ mapi_func _func = ((const mapi_func *) _tbl)[714];
((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(LockArraysEXT)(GLint first, GLsizei count)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[677];
+ mapi_func _func = ((const mapi_func *) _tbl)[715];
((void (APIENTRY *)(GLint first, GLsizei count)) _func)(first, count);
}
GLAPI void APIENTRY GLAPI_PREFIX(UnlockArraysEXT)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[678];
+ mapi_func _func = ((const mapi_func *) _tbl)[716];
((void (APIENTRY *)(void)) _func)();
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[679];
+ mapi_func _func = ((const mapi_func *) _tbl)[717];
((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3b)(GLbyte red, GLbyte green, GLbyte blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[679];
+ mapi_func _func = ((const mapi_func *) _tbl)[717];
((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bvEXT)(const GLbyte *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[680];
+ mapi_func _func = ((const mapi_func *) _tbl)[718];
((void (APIENTRY *)(const GLbyte *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bv)(const GLbyte *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[680];
+ mapi_func _func = ((const mapi_func *) _tbl)[718];
((void (APIENTRY *)(const GLbyte *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[681];
+ mapi_func _func = ((const mapi_func *) _tbl)[719];
((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3d)(GLdouble red, GLdouble green, GLdouble blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[681];
+ mapi_func _func = ((const mapi_func *) _tbl)[719];
((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dvEXT)(const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[682];
+ mapi_func _func = ((const mapi_func *) _tbl)[720];
((void (APIENTRY *)(const GLdouble *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dv)(const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[682];
+ mapi_func _func = ((const mapi_func *) _tbl)[720];
((void (APIENTRY *)(const GLdouble *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[683];
+ mapi_func _func = ((const mapi_func *) _tbl)[721];
((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3f)(GLfloat red, GLfloat green, GLfloat blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[683];
+ mapi_func _func = ((const mapi_func *) _tbl)[721];
((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fvEXT)(const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[684];
+ mapi_func _func = ((const mapi_func *) _tbl)[722];
((void (APIENTRY *)(const GLfloat *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fv)(const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[684];
+ mapi_func _func = ((const mapi_func *) _tbl)[722];
((void (APIENTRY *)(const GLfloat *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iEXT)(GLint red, GLint green, GLint blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[685];
+ mapi_func _func = ((const mapi_func *) _tbl)[723];
((void (APIENTRY *)(GLint red, GLint green, GLint blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3i)(GLint red, GLint green, GLint blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[685];
+ mapi_func _func = ((const mapi_func *) _tbl)[723];
((void (APIENTRY *)(GLint red, GLint green, GLint blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ivEXT)(const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[686];
+ mapi_func _func = ((const mapi_func *) _tbl)[724];
((void (APIENTRY *)(const GLint *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iv)(const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[686];
+ mapi_func _func = ((const mapi_func *) _tbl)[724];
((void (APIENTRY *)(const GLint *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[687];
+ mapi_func _func = ((const mapi_func *) _tbl)[725];
((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3s)(GLshort red, GLshort green, GLshort blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[687];
+ mapi_func _func = ((const mapi_func *) _tbl)[725];
((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3svEXT)(const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[688];
+ mapi_func _func = ((const mapi_func *) _tbl)[726];
((void (APIENTRY *)(const GLshort *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sv)(const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[688];
+ mapi_func _func = ((const mapi_func *) _tbl)[726];
((void (APIENTRY *)(const GLshort *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[689];
+ mapi_func _func = ((const mapi_func *) _tbl)[727];
((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[689];
+ mapi_func _func = ((const mapi_func *) _tbl)[727];
((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubvEXT)(const GLubyte *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[690];
+ mapi_func _func = ((const mapi_func *) _tbl)[728];
((void (APIENTRY *)(const GLubyte *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubv)(const GLubyte *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[690];
+ mapi_func _func = ((const mapi_func *) _tbl)[728];
((void (APIENTRY *)(const GLubyte *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[691];
+ mapi_func _func = ((const mapi_func *) _tbl)[729];
((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ui)(GLuint red, GLuint green, GLuint blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[691];
+ mapi_func _func = ((const mapi_func *) _tbl)[729];
((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uivEXT)(const GLuint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[692];
+ mapi_func _func = ((const mapi_func *) _tbl)[730];
((void (APIENTRY *)(const GLuint *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiv)(const GLuint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[692];
+ mapi_func _func = ((const mapi_func *) _tbl)[730];
((void (APIENTRY *)(const GLuint *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[693];
+ mapi_func _func = ((const mapi_func *) _tbl)[731];
((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3us)(GLushort red, GLushort green, GLushort blue)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[693];
+ mapi_func _func = ((const mapi_func *) _tbl)[731];
((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue)) _func)(red, green, blue);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usvEXT)(const GLushort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[694];
+ mapi_func _func = ((const mapi_func *) _tbl)[732];
((void (APIENTRY *)(const GLushort *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usv)(const GLushort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[694];
+ mapi_func _func = ((const mapi_func *) _tbl)[732];
((void (APIENTRY *)(const GLushort *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[695];
+ mapi_func _func = ((const mapi_func *) _tbl)[733];
((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[695];
+ mapi_func _func = ((const mapi_func *) _tbl)[733];
((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArraysEXT)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[696];
+ mapi_func _func = ((const mapi_func *) _tbl)[734];
((void (APIENTRY *)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)) _func)(mode, first, count, primcount);
}
GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArrays)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[696];
+ mapi_func _func = ((const mapi_func *) _tbl)[734];
((void (APIENTRY *)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)) _func)(mode, first, count, primcount);
}
GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsEXT)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[697];
+ mapi_func _func = ((const mapi_func *) _tbl)[735];
((void (APIENTRY *)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
}
GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElements)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[697];
+ mapi_func _func = ((const mapi_func *) _tbl)[735];
((void (APIENTRY *)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
}
GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid *pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[698];
+ mapi_func _func = ((const mapi_func *) _tbl)[736];
((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointer)(GLenum type, GLsizei stride, const GLvoid *pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[698];
+ mapi_func _func = ((const mapi_func *) _tbl)[736];
((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddEXT)(GLdouble coord)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[699];
+ mapi_func _func = ((const mapi_func *) _tbl)[737];
((void (APIENTRY *)(GLdouble coord)) _func)(coord);
}
GLAPI void APIENTRY GLAPI_PREFIX(FogCoordd)(GLdouble coord)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[699];
+ mapi_func _func = ((const mapi_func *) _tbl)[737];
((void (APIENTRY *)(GLdouble coord)) _func)(coord);
}
GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddvEXT)(const GLdouble *coord)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[700];
+ mapi_func _func = ((const mapi_func *) _tbl)[738];
((void (APIENTRY *)(const GLdouble *coord)) _func)(coord);
}
GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddv)(const GLdouble *coord)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[700];
+ mapi_func _func = ((const mapi_func *) _tbl)[738];
((void (APIENTRY *)(const GLdouble *coord)) _func)(coord);
}
GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfEXT)(GLfloat coord)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[701];
+ mapi_func _func = ((const mapi_func *) _tbl)[739];
((void (APIENTRY *)(GLfloat coord)) _func)(coord);
}
GLAPI void APIENTRY GLAPI_PREFIX(FogCoordf)(GLfloat coord)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[701];
+ mapi_func _func = ((const mapi_func *) _tbl)[739];
((void (APIENTRY *)(GLfloat coord)) _func)(coord);
}
GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfvEXT)(const GLfloat *coord)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[702];
+ mapi_func _func = ((const mapi_func *) _tbl)[740];
((void (APIENTRY *)(const GLfloat *coord)) _func)(coord);
}
GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfv)(const GLfloat *coord)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[702];
+ mapi_func _func = ((const mapi_func *) _tbl)[740];
((void (APIENTRY *)(const GLfloat *coord)) _func)(coord);
}
GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[704];
+ mapi_func _func = ((const mapi_func *) _tbl)[742];
((void (APIENTRY *)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)) _func)(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha);
}
GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparate)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[704];
+ mapi_func _func = ((const mapi_func *) _tbl)[742];
((void (APIENTRY *)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)) _func)(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha);
}
GLAPI void APIENTRY GLAPI_PREFIX(FlushVertexArrayRangeNV)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[705];
+ mapi_func _func = ((const mapi_func *) _tbl)[743];
((void (APIENTRY *)(void)) _func)();
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexArrayRangeNV)(GLsizei length, const GLvoid *pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[706];
+ mapi_func _func = ((const mapi_func *) _tbl)[744];
((void (APIENTRY *)(GLsizei length, const GLvoid *pointer)) _func)(length, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(CombinerInputNV)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[707];
+ mapi_func _func = ((const mapi_func *) _tbl)[745];
((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)) _func)(stage, portion, variable, input, mapping, componentUsage);
}
GLAPI void APIENTRY GLAPI_PREFIX(CombinerOutputNV)(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[708];
+ mapi_func _func = ((const mapi_func *) _tbl)[746];
((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum)) _func)(stage, portion, abOutput, cdOutput, sumOutput, scale, bias, abDotProduct, cdDotProduct, muxSum);
}
GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterfNV)(GLenum pname, GLfloat param)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[709];
+ mapi_func _func = ((const mapi_func *) _tbl)[747];
((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
}
GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterfvNV)(GLenum pname, const GLfloat *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[710];
+ mapi_func _func = ((const mapi_func *) _tbl)[748];
((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameteriNV)(GLenum pname, GLint param)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[711];
+ mapi_func _func = ((const mapi_func *) _tbl)[749];
((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
}
GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterivNV)(GLenum pname, const GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[712];
+ mapi_func _func = ((const mapi_func *) _tbl)[750];
((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(FinalCombinerInputNV)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[713];
+ mapi_func _func = ((const mapi_func *) _tbl)[751];
((void (APIENTRY *)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)) _func)(variable, input, mapping, componentUsage);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerInputParameterfvNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[714];
+ mapi_func _func = ((const mapi_func *) _tbl)[752];
((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params)) _func)(stage, portion, variable, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerInputParameterivNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[715];
+ mapi_func _func = ((const mapi_func *) _tbl)[753];
((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params)) _func)(stage, portion, variable, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerOutputParameterfvNV)(GLenum stage, GLenum portion, GLenum pname, GLfloat *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[716];
+ mapi_func _func = ((const mapi_func *) _tbl)[754];
((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum pname, GLfloat *params)) _func)(stage, portion, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerOutputParameterivNV)(GLenum stage, GLenum portion, GLenum pname, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[717];
+ mapi_func _func = ((const mapi_func *) _tbl)[755];
((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum pname, GLint *params)) _func)(stage, portion, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetFinalCombinerInputParameterfvNV)(GLenum variable, GLenum pname, GLfloat *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[718];
+ mapi_func _func = ((const mapi_func *) _tbl)[756];
((void (APIENTRY *)(GLenum variable, GLenum pname, GLfloat *params)) _func)(variable, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetFinalCombinerInputParameterivNV)(GLenum variable, GLenum pname, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[719];
+ mapi_func _func = ((const mapi_func *) _tbl)[757];
((void (APIENTRY *)(GLenum variable, GLenum pname, GLint *params)) _func)(variable, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(ResizeBuffersMESA)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[720];
+ mapi_func _func = ((const mapi_func *) _tbl)[758];
((void (APIENTRY *)(void)) _func)();
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dMESA)(GLdouble x, GLdouble y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[721];
+ mapi_func _func = ((const mapi_func *) _tbl)[759];
((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2d)(GLdouble x, GLdouble y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[721];
+ mapi_func _func = ((const mapi_func *) _tbl)[759];
((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dARB)(GLdouble x, GLdouble y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[721];
+ mapi_func _func = ((const mapi_func *) _tbl)[759];
((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvMESA)(const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[722];
+ mapi_func _func = ((const mapi_func *) _tbl)[760];
((void (APIENTRY *)(const GLdouble *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dv)(const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[722];
+ mapi_func _func = ((const mapi_func *) _tbl)[760];
((void (APIENTRY *)(const GLdouble *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvARB)(const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[722];
+ mapi_func _func = ((const mapi_func *) _tbl)[760];
((void (APIENTRY *)(const GLdouble *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fMESA)(GLfloat x, GLfloat y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[723];
+ mapi_func _func = ((const mapi_func *) _tbl)[761];
((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2f)(GLfloat x, GLfloat y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[723];
+ mapi_func _func = ((const mapi_func *) _tbl)[761];
((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fARB)(GLfloat x, GLfloat y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[723];
+ mapi_func _func = ((const mapi_func *) _tbl)[761];
((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvMESA)(const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[724];
+ mapi_func _func = ((const mapi_func *) _tbl)[762];
((void (APIENTRY *)(const GLfloat *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fv)(const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[724];
+ mapi_func _func = ((const mapi_func *) _tbl)[762];
((void (APIENTRY *)(const GLfloat *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvARB)(const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[724];
+ mapi_func _func = ((const mapi_func *) _tbl)[762];
((void (APIENTRY *)(const GLfloat *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iMESA)(GLint x, GLint y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[725];
+ mapi_func _func = ((const mapi_func *) _tbl)[763];
((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2i)(GLint x, GLint y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[725];
+ mapi_func _func = ((const mapi_func *) _tbl)[763];
((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iARB)(GLint x, GLint y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[725];
+ mapi_func _func = ((const mapi_func *) _tbl)[763];
((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivMESA)(const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[726];
+ mapi_func _func = ((const mapi_func *) _tbl)[764];
((void (APIENTRY *)(const GLint *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iv)(const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[726];
+ mapi_func _func = ((const mapi_func *) _tbl)[764];
((void (APIENTRY *)(const GLint *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivARB)(const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[726];
+ mapi_func _func = ((const mapi_func *) _tbl)[764];
((void (APIENTRY *)(const GLint *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sMESA)(GLshort x, GLshort y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[727];
+ mapi_func _func = ((const mapi_func *) _tbl)[765];
((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2s)(GLshort x, GLshort y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[727];
+ mapi_func _func = ((const mapi_func *) _tbl)[765];
((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sARB)(GLshort x, GLshort y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[727];
+ mapi_func _func = ((const mapi_func *) _tbl)[765];
((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svMESA)(const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[728];
+ mapi_func _func = ((const mapi_func *) _tbl)[766];
((void (APIENTRY *)(const GLshort *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sv)(const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[728];
+ mapi_func _func = ((const mapi_func *) _tbl)[766];
((void (APIENTRY *)(const GLshort *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svARB)(const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[728];
+ mapi_func _func = ((const mapi_func *) _tbl)[766];
((void (APIENTRY *)(const GLshort *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dMESA)(GLdouble x, GLdouble y, GLdouble z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[729];
+ mapi_func _func = ((const mapi_func *) _tbl)[767];
((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3d)(GLdouble x, GLdouble y, GLdouble z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[729];
+ mapi_func _func = ((const mapi_func *) _tbl)[767];
((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dARB)(GLdouble x, GLdouble y, GLdouble z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[729];
+ mapi_func _func = ((const mapi_func *) _tbl)[767];
((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvMESA)(const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[730];
+ mapi_func _func = ((const mapi_func *) _tbl)[768];
((void (APIENTRY *)(const GLdouble *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dv)(const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[730];
+ mapi_func _func = ((const mapi_func *) _tbl)[768];
((void (APIENTRY *)(const GLdouble *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvARB)(const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[730];
+ mapi_func _func = ((const mapi_func *) _tbl)[768];
((void (APIENTRY *)(const GLdouble *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fMESA)(GLfloat x, GLfloat y, GLfloat z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[731];
+ mapi_func _func = ((const mapi_func *) _tbl)[769];
((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3f)(GLfloat x, GLfloat y, GLfloat z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[731];
+ mapi_func _func = ((const mapi_func *) _tbl)[769];
((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fARB)(GLfloat x, GLfloat y, GLfloat z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[731];
+ mapi_func _func = ((const mapi_func *) _tbl)[769];
((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvMESA)(const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[732];
+ mapi_func _func = ((const mapi_func *) _tbl)[770];
((void (APIENTRY *)(const GLfloat *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fv)(const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[732];
+ mapi_func _func = ((const mapi_func *) _tbl)[770];
((void (APIENTRY *)(const GLfloat *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvARB)(const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[732];
+ mapi_func _func = ((const mapi_func *) _tbl)[770];
((void (APIENTRY *)(const GLfloat *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iMESA)(GLint x, GLint y, GLint z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[733];
+ mapi_func _func = ((const mapi_func *) _tbl)[771];
((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3i)(GLint x, GLint y, GLint z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[733];
+ mapi_func _func = ((const mapi_func *) _tbl)[771];
((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iARB)(GLint x, GLint y, GLint z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[733];
+ mapi_func _func = ((const mapi_func *) _tbl)[771];
((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivMESA)(const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[734];
+ mapi_func _func = ((const mapi_func *) _tbl)[772];
((void (APIENTRY *)(const GLint *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iv)(const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[734];
+ mapi_func _func = ((const mapi_func *) _tbl)[772];
((void (APIENTRY *)(const GLint *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivARB)(const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[734];
+ mapi_func _func = ((const mapi_func *) _tbl)[772];
((void (APIENTRY *)(const GLint *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sMESA)(GLshort x, GLshort y, GLshort z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[735];
+ mapi_func _func = ((const mapi_func *) _tbl)[773];
((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3s)(GLshort x, GLshort y, GLshort z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[735];
+ mapi_func _func = ((const mapi_func *) _tbl)[773];
((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sARB)(GLshort x, GLshort y, GLshort z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[735];
+ mapi_func _func = ((const mapi_func *) _tbl)[773];
((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svMESA)(const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[736];
+ mapi_func _func = ((const mapi_func *) _tbl)[774];
((void (APIENTRY *)(const GLshort *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sv)(const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[736];
+ mapi_func _func = ((const mapi_func *) _tbl)[774];
((void (APIENTRY *)(const GLshort *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svARB)(const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[736];
+ mapi_func _func = ((const mapi_func *) _tbl)[774];
((void (APIENTRY *)(const GLshort *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[737];
+ mapi_func _func = ((const mapi_func *) _tbl)[775];
((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4dvMESA)(const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[738];
+ mapi_func _func = ((const mapi_func *) _tbl)[776];
((void (APIENTRY *)(const GLdouble *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[739];
+ mapi_func _func = ((const mapi_func *) _tbl)[777];
((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4fvMESA)(const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[740];
+ mapi_func _func = ((const mapi_func *) _tbl)[778];
((void (APIENTRY *)(const GLfloat *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[741];
+ mapi_func _func = ((const mapi_func *) _tbl)[779];
((void (APIENTRY *)(GLint x, GLint y, GLint z, GLint w)) _func)(x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4ivMESA)(const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[742];
+ mapi_func _func = ((const mapi_func *) _tbl)[780];
((void (APIENTRY *)(const GLint *v)) _func)(v);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[743];
+ mapi_func _func = ((const mapi_func *) _tbl)[781];
((void (APIENTRY *)(GLshort x, GLshort y, GLshort z, GLshort w)) _func)(x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4svMESA)(const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[744];
+ mapi_func _func = ((const mapi_func *) _tbl)[782];
((void (APIENTRY *)(const GLshort *v)) _func)(v);
}
GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreProgramsResidentNV)(GLsizei n, const GLuint *ids, GLboolean *residences)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[754];
+ mapi_func _func = ((const mapi_func *) _tbl)[792];
return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *ids, GLboolean *residences)) _func)(n, ids, residences);
}
GLAPI void APIENTRY GLAPI_PREFIX(BindProgramNV)(GLenum target, GLuint program)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[755];
+ mapi_func _func = ((const mapi_func *) _tbl)[793];
((void (APIENTRY *)(GLenum target, GLuint program)) _func)(target, program);
}
GLAPI void APIENTRY GLAPI_PREFIX(BindProgramARB)(GLenum target, GLuint program)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[755];
+ mapi_func _func = ((const mapi_func *) _tbl)[793];
((void (APIENTRY *)(GLenum target, GLuint program)) _func)(target, program);
}
GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsNV)(GLsizei n, const GLuint *programs)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[756];
+ mapi_func _func = ((const mapi_func *) _tbl)[794];
((void (APIENTRY *)(GLsizei n, const GLuint *programs)) _func)(n, programs);
}
GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsARB)(GLsizei n, const GLuint *programs)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[756];
+ mapi_func _func = ((const mapi_func *) _tbl)[794];
((void (APIENTRY *)(GLsizei n, const GLuint *programs)) _func)(n, programs);
}
GLAPI void APIENTRY GLAPI_PREFIX(ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[757];
+ mapi_func _func = ((const mapi_func *) _tbl)[795];
((void (APIENTRY *)(GLenum target, GLuint id, const GLfloat *params)) _func)(target, id, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsNV)(GLsizei n, GLuint *programs)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[758];
+ mapi_func _func = ((const mapi_func *) _tbl)[796];
((void (APIENTRY *)(GLsizei n, GLuint *programs)) _func)(n, programs);
}
GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsARB)(GLsizei n, GLuint *programs)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[758];
+ mapi_func _func = ((const mapi_func *) _tbl)[796];
((void (APIENTRY *)(GLsizei n, GLuint *programs)) _func)(n, programs);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[759];
+ mapi_func _func = ((const mapi_func *) _tbl)[797];
((void (APIENTRY *)(GLenum target, GLuint index, GLenum pname, GLdouble *params)) _func)(target, index, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[760];
+ mapi_func _func = ((const mapi_func *) _tbl)[798];
((void (APIENTRY *)(GLenum target, GLuint index, GLenum pname, GLfloat *params)) _func)(target, index, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetProgramStringNV)(GLuint id, GLenum pname, GLubyte *program)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[761];
+ mapi_func _func = ((const mapi_func *) _tbl)[799];
((void (APIENTRY *)(GLuint id, GLenum pname, GLubyte *program)) _func)(id, pname, program);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetProgramivNV)(GLuint id, GLenum pname, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[762];
+ mapi_func _func = ((const mapi_func *) _tbl)[800];
((void (APIENTRY *)(GLuint id, GLenum pname, GLint *params)) _func)(id, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[763];
+ mapi_func _func = ((const mapi_func *) _tbl)[801];
((void (APIENTRY *)(GLenum target, GLuint address, GLenum pname, GLint *params)) _func)(target, address, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervNV)(GLuint index, GLenum pname, GLvoid **pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[764];
+ mapi_func _func = ((const mapi_func *) _tbl)[802];
((void (APIENTRY *)(GLuint index, GLenum pname, GLvoid **pointer)) _func)(index, pname, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid **pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[764];
+ mapi_func _func = ((const mapi_func *) _tbl)[802];
((void (APIENTRY *)(GLuint index, GLenum pname, GLvoid **pointer)) _func)(index, pname, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervARB)(GLuint index, GLenum pname, GLvoid **pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[764];
+ mapi_func _func = ((const mapi_func *) _tbl)[802];
((void (APIENTRY *)(GLuint index, GLenum pname, GLvoid **pointer)) _func)(index, pname, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[765];
+ mapi_func _func = ((const mapi_func *) _tbl)[803];
((void (APIENTRY *)(GLuint index, GLenum pname, GLdouble *params)) _func)(index, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[766];
+ mapi_func _func = ((const mapi_func *) _tbl)[804];
((void (APIENTRY *)(GLuint index, GLenum pname, GLfloat *params)) _func)(index, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribivNV)(GLuint index, GLenum pname, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[767];
+ mapi_func _func = ((const mapi_func *) _tbl)[805];
((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
}
GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramNV)(GLuint program)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[768];
+ mapi_func _func = ((const mapi_func *) _tbl)[806];
return ((GLboolean (APIENTRY *)(GLuint program)) _func)(program);
}
GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramARB)(GLuint program)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[768];
+ mapi_func _func = ((const mapi_func *) _tbl)[806];
return ((GLboolean (APIENTRY *)(GLuint program)) _func)(program);
}
GLAPI void APIENTRY GLAPI_PREFIX(LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte *program)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[769];
+ mapi_func _func = ((const mapi_func *) _tbl)[807];
((void (APIENTRY *)(GLenum target, GLuint id, GLsizei len, const GLubyte *program)) _func)(target, id, len, program);
}
GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[770];
+ mapi_func _func = ((const mapi_func *) _tbl)[808];
((void (APIENTRY *)(GLenum target, GLuint index, GLsizei num, const GLdouble *params)) _func)(target, index, num, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[771];
+ mapi_func _func = ((const mapi_func *) _tbl)[809];
((void (APIENTRY *)(GLenum target, GLuint index, GLsizei num, const GLfloat *params)) _func)(target, index, num, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(RequestResidentProgramsNV)(GLsizei n, const GLuint *ids)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[772];
+ mapi_func _func = ((const mapi_func *) _tbl)[810];
((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
}
GLAPI void APIENTRY GLAPI_PREFIX(TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[773];
+ mapi_func _func = ((const mapi_func *) _tbl)[811];
((void (APIENTRY *)(GLenum target, GLuint address, GLenum matrix, GLenum transform)) _func)(target, address, matrix, transform);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dNV)(GLuint index, GLdouble x)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[774];
+ mapi_func _func = ((const mapi_func *) _tbl)[812];
((void (APIENTRY *)(GLuint index, GLdouble x)) _func)(index, x);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvNV)(GLuint index, const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[775];
+ mapi_func _func = ((const mapi_func *) _tbl)[813];
((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fNV)(GLuint index, GLfloat x)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[776];
+ mapi_func _func = ((const mapi_func *) _tbl)[814];
((void (APIENTRY *)(GLuint index, GLfloat x)) _func)(index, x);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvNV)(GLuint index, const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[777];
+ mapi_func _func = ((const mapi_func *) _tbl)[815];
((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sNV)(GLuint index, GLshort x)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[778];
+ mapi_func _func = ((const mapi_func *) _tbl)[816];
((void (APIENTRY *)(GLuint index, GLshort x)) _func)(index, x);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1svNV)(GLuint index, const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[779];
+ mapi_func _func = ((const mapi_func *) _tbl)[817];
((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[780];
+ mapi_func _func = ((const mapi_func *) _tbl)[818];
((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y)) _func)(index, x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvNV)(GLuint index, const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[781];
+ mapi_func _func = ((const mapi_func *) _tbl)[819];
((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[782];
+ mapi_func _func = ((const mapi_func *) _tbl)[820];
((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y)) _func)(index, x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvNV)(GLuint index, const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[783];
+ mapi_func _func = ((const mapi_func *) _tbl)[821];
((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[784];
+ mapi_func _func = ((const mapi_func *) _tbl)[822];
((void (APIENTRY *)(GLuint index, GLshort x, GLshort y)) _func)(index, x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2svNV)(GLuint index, const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[785];
+ mapi_func _func = ((const mapi_func *) _tbl)[823];
((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[786];
+ mapi_func _func = ((const mapi_func *) _tbl)[824];
((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z)) _func)(index, x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dvNV)(GLuint index, const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[787];
+ mapi_func _func = ((const mapi_func *) _tbl)[825];
((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[788];
+ mapi_func _func = ((const mapi_func *) _tbl)[826];
((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z)) _func)(index, x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fvNV)(GLuint index, const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[789];
+ mapi_func _func = ((const mapi_func *) _tbl)[827];
((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[790];
+ mapi_func _func = ((const mapi_func *) _tbl)[828];
((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z)) _func)(index, x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3svNV)(GLuint index, const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[791];
+ mapi_func _func = ((const mapi_func *) _tbl)[829];
((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[792];
+ mapi_func _func = ((const mapi_func *) _tbl)[830];
((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(index, x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dvNV)(GLuint index, const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[793];
+ mapi_func _func = ((const mapi_func *) _tbl)[831];
((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[794];
+ mapi_func _func = ((const mapi_func *) _tbl)[832];
((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(index, x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvNV)(GLuint index, const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[795];
+ mapi_func _func = ((const mapi_func *) _tbl)[833];
((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[796];
+ mapi_func _func = ((const mapi_func *) _tbl)[834];
((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)) _func)(index, x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4svNV)(GLuint index, const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[797];
+ mapi_func _func = ((const mapi_func *) _tbl)[835];
((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[798];
+ mapi_func _func = ((const mapi_func *) _tbl)[836];
((void (APIENTRY *)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)) _func)(index, x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubvNV)(GLuint index, const GLubyte *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[799];
+ mapi_func _func = ((const mapi_func *) _tbl)[837];
((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[800];
+ mapi_func _func = ((const mapi_func *) _tbl)[838];
((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, stride, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[801];
+ mapi_func _func = ((const mapi_func *) _tbl)[839];
((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[802];
+ mapi_func _func = ((const mapi_func *) _tbl)[840];
((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[803];
+ mapi_func _func = ((const mapi_func *) _tbl)[841];
((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[804];
+ mapi_func _func = ((const mapi_func *) _tbl)[842];
((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[805];
+ mapi_func _func = ((const mapi_func *) _tbl)[843];
((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[806];
+ mapi_func _func = ((const mapi_func *) _tbl)[844];
((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[807];
+ mapi_func _func = ((const mapi_func *) _tbl)[845];
((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[808];
+ mapi_func _func = ((const mapi_func *) _tbl)[846];
((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[809];
+ mapi_func _func = ((const mapi_func *) _tbl)[847];
((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[810];
+ mapi_func _func = ((const mapi_func *) _tbl)[848];
((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[811];
+ mapi_func _func = ((const mapi_func *) _tbl)[849];
((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[812];
+ mapi_func _func = ((const mapi_func *) _tbl)[850];
((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[813];
+ mapi_func _func = ((const mapi_func *) _tbl)[851];
((void (APIENTRY *)(GLuint index, GLsizei n, const GLubyte *v)) _func)(index, n, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetTexBumpParameterfvATI)(GLenum pname, GLfloat *param)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[814];
+ mapi_func _func = ((const mapi_func *) _tbl)[852];
((void (APIENTRY *)(GLenum pname, GLfloat *param)) _func)(pname, param);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetTexBumpParameterivATI)(GLenum pname, GLint *param)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[815];
+ mapi_func _func = ((const mapi_func *) _tbl)[853];
((void (APIENTRY *)(GLenum pname, GLint *param)) _func)(pname, param);
}
GLAPI void APIENTRY GLAPI_PREFIX(TexBumpParameterfvATI)(GLenum pname, const GLfloat *param)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[816];
+ mapi_func _func = ((const mapi_func *) _tbl)[854];
((void (APIENTRY *)(GLenum pname, const GLfloat *param)) _func)(pname, param);
}
GLAPI void APIENTRY GLAPI_PREFIX(TexBumpParameterivATI)(GLenum pname, const GLint *param)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[817];
+ mapi_func _func = ((const mapi_func *) _tbl)[855];
((void (APIENTRY *)(GLenum pname, const GLint *param)) _func)(pname, param);
}
GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[818];
+ mapi_func _func = ((const mapi_func *) _tbl)[856];
((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)) _func)(op, dst, dstMod, arg1, arg1Rep, arg1Mod);
}
GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[819];
+ mapi_func _func = ((const mapi_func *) _tbl)[857];
((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)) _func)(op, dst, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod);
}
GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[820];
+ mapi_func _func = ((const mapi_func *) _tbl)[858];
((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod)) _func)(op, dst, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod);
}
GLAPI void APIENTRY GLAPI_PREFIX(BeginFragmentShaderATI)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[821];
+ mapi_func _func = ((const mapi_func *) _tbl)[859];
((void (APIENTRY *)(void)) _func)();
}
GLAPI void APIENTRY GLAPI_PREFIX(BindFragmentShaderATI)(GLuint id)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[822];
+ mapi_func _func = ((const mapi_func *) _tbl)[860];
((void (APIENTRY *)(GLuint id)) _func)(id);
}
GLAPI void APIENTRY GLAPI_PREFIX(ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[823];
+ mapi_func _func = ((const mapi_func *) _tbl)[861];
((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)) _func)(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod);
}
GLAPI void APIENTRY GLAPI_PREFIX(ColorFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[824];
+ mapi_func _func = ((const mapi_func *) _tbl)[862];
((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)) _func)(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod);
}
GLAPI void APIENTRY GLAPI_PREFIX(ColorFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[825];
+ mapi_func _func = ((const mapi_func *) _tbl)[863];
((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod)) _func)(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod);
}
GLAPI void APIENTRY GLAPI_PREFIX(DeleteFragmentShaderATI)(GLuint id)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[826];
+ mapi_func _func = ((const mapi_func *) _tbl)[864];
((void (APIENTRY *)(GLuint id)) _func)(id);
}
GLAPI void APIENTRY GLAPI_PREFIX(EndFragmentShaderATI)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[827];
+ mapi_func _func = ((const mapi_func *) _tbl)[865];
((void (APIENTRY *)(void)) _func)();
}
GLAPI GLuint APIENTRY GLAPI_PREFIX(GenFragmentShadersATI)(GLuint range)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[828];
+ mapi_func _func = ((const mapi_func *) _tbl)[866];
return ((GLuint (APIENTRY *)(GLuint range)) _func)(range);
}
GLAPI void APIENTRY GLAPI_PREFIX(PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[829];
+ mapi_func _func = ((const mapi_func *) _tbl)[867];
((void (APIENTRY *)(GLuint dst, GLuint coord, GLenum swizzle)) _func)(dst, coord, swizzle);
}
GLAPI void APIENTRY GLAPI_PREFIX(SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[830];
+ mapi_func _func = ((const mapi_func *) _tbl)[868];
((void (APIENTRY *)(GLuint dst, GLuint interp, GLenum swizzle)) _func)(dst, interp, swizzle);
}
GLAPI void APIENTRY GLAPI_PREFIX(SetFragmentShaderConstantATI)(GLuint dst, const GLfloat *value)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[831];
+ mapi_func _func = ((const mapi_func *) _tbl)[869];
((void (APIENTRY *)(GLuint dst, const GLfloat *value)) _func)(dst, value);
}
GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriNV)(GLenum pname, GLint param)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[832];
+ mapi_func _func = ((const mapi_func *) _tbl)[870];
((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
}
GLAPI void APIENTRY GLAPI_PREFIX(PointParameteri)(GLenum pname, GLint param)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[832];
+ mapi_func _func = ((const mapi_func *) _tbl)[870];
((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
}
GLAPI void APIENTRY GLAPI_PREFIX(PointParameterivNV)(GLenum pname, const GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[833];
+ mapi_func _func = ((const mapi_func *) _tbl)[871];
((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriv)(GLenum pname, const GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[833];
+ mapi_func _func = ((const mapi_func *) _tbl)[871];
((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(DeleteVertexArrays)(GLsizei n, const GLuint *arrays)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[836];
+ mapi_func _func = ((const mapi_func *) _tbl)[874];
((void (APIENTRY *)(GLsizei n, const GLuint *arrays)) _func)(n, arrays);
}
GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsVertexArray)(GLuint array)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[838];
+ mapi_func _func = ((const mapi_func *) _tbl)[876];
return ((GLboolean (APIENTRY *)(GLuint array)) _func)(array);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[839];
+ mapi_func _func = ((const mapi_func *) _tbl)[877];
((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, GLdouble *params)) _func)(id, len, name, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[840];
+ mapi_func _func = ((const mapi_func *) _tbl)[878];
((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, GLfloat *params)) _func)(id, len, name, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[841];
+ mapi_func _func = ((const mapi_func *) _tbl)[879];
((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(id, len, name, x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[842];
+ mapi_func _func = ((const mapi_func *) _tbl)[880];
((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v)) _func)(id, len, name, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[843];
+ mapi_func _func = ((const mapi_func *) _tbl)[881];
((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(id, len, name, x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[844];
+ mapi_func _func = ((const mapi_func *) _tbl)[882];
((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v)) _func)(id, len, name, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndexNV)(GLuint index)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[845];
+ mapi_func _func = ((const mapi_func *) _tbl)[883];
((void (APIENTRY *)(GLuint index)) _func)(index);
}
GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndex)(GLuint index)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[845];
+ mapi_func _func = ((const mapi_func *) _tbl)[883];
((void (APIENTRY *)(GLuint index)) _func)(index);
}
GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartNV)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[846];
+ mapi_func _func = ((const mapi_func *) _tbl)[884];
((void (APIENTRY *)(void)) _func)();
}
GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[894];
+ mapi_func _func = ((const mapi_func *) _tbl)[932];
((void (APIENTRY *)(GLenum modeRGB, GLenum modeA)) _func)(modeRGB, modeA);
}
GLAPI void APIENTRY GLAPI_PREFIX(BindFramebufferEXT)(GLenum target, GLuint framebuffer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[895];
+ mapi_func _func = ((const mapi_func *) _tbl)[933];
((void (APIENTRY *)(GLenum target, GLuint framebuffer)) _func)(target, framebuffer);
}
GLAPI void APIENTRY GLAPI_PREFIX(BindFramebuffer)(GLenum target, GLuint framebuffer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[895];
+ mapi_func _func = ((const mapi_func *) _tbl)[933];
((void (APIENTRY *)(GLenum target, GLuint framebuffer)) _func)(target, framebuffer);
}
GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbufferEXT)(GLenum target, GLuint renderbuffer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[896];
+ mapi_func _func = ((const mapi_func *) _tbl)[934];
((void (APIENTRY *)(GLenum target, GLuint renderbuffer)) _func)(target, renderbuffer);
}
GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbuffer)(GLenum target, GLuint renderbuffer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[896];
+ mapi_func _func = ((const mapi_func *) _tbl)[934];
((void (APIENTRY *)(GLenum target, GLuint renderbuffer)) _func)(target, renderbuffer);
}
GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatusEXT)(GLenum target)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[897];
+ mapi_func _func = ((const mapi_func *) _tbl)[935];
return ((GLenum (APIENTRY *)(GLenum target)) _func)(target);
}
GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatus)(GLenum target)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[897];
+ mapi_func _func = ((const mapi_func *) _tbl)[935];
return ((GLenum (APIENTRY *)(GLenum target)) _func)(target);
}
GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffersEXT)(GLsizei n, const GLuint *framebuffers)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[898];
+ mapi_func _func = ((const mapi_func *) _tbl)[936];
((void (APIENTRY *)(GLsizei n, const GLuint *framebuffers)) _func)(n, framebuffers);
}
GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffers)(GLsizei n, const GLuint *framebuffers)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[898];
+ mapi_func _func = ((const mapi_func *) _tbl)[936];
((void (APIENTRY *)(GLsizei n, const GLuint *framebuffers)) _func)(n, framebuffers);
}
GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffersEXT)(GLsizei n, const GLuint *renderbuffers)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[899];
+ mapi_func _func = ((const mapi_func *) _tbl)[937];
((void (APIENTRY *)(GLsizei n, const GLuint *renderbuffers)) _func)(n, renderbuffers);
}
GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffers)(GLsizei n, const GLuint *renderbuffers)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[899];
+ mapi_func _func = ((const mapi_func *) _tbl)[937];
((void (APIENTRY *)(GLsizei n, const GLuint *renderbuffers)) _func)(n, renderbuffers);
}
GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[900];
+ mapi_func _func = ((const mapi_func *) _tbl)[938];
((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)) _func)(target, attachment, renderbuffertarget, renderbuffer);
}
GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbuffer)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[900];
+ mapi_func _func = ((const mapi_func *) _tbl)[938];
((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)) _func)(target, attachment, renderbuffertarget, renderbuffer);
}
GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[901];
+ mapi_func _func = ((const mapi_func *) _tbl)[939];
((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
}
GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[901];
+ mapi_func _func = ((const mapi_func *) _tbl)[939];
((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
}
GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[902];
+ mapi_func _func = ((const mapi_func *) _tbl)[940];
((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
}
GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[902];
+ mapi_func _func = ((const mapi_func *) _tbl)[940];
((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
}
GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[903];
+ mapi_func _func = ((const mapi_func *) _tbl)[941];
((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)) _func)(target, attachment, textarget, texture, level, zoffset);
}
GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[903];
+ mapi_func _func = ((const mapi_func *) _tbl)[941];
((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)) _func)(target, attachment, textarget, texture, level, zoffset);
}
GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffersEXT)(GLsizei n, GLuint *framebuffers)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[904];
+ mapi_func _func = ((const mapi_func *) _tbl)[942];
((void (APIENTRY *)(GLsizei n, GLuint *framebuffers)) _func)(n, framebuffers);
}
GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffers)(GLsizei n, GLuint *framebuffers)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[904];
+ mapi_func _func = ((const mapi_func *) _tbl)[942];
((void (APIENTRY *)(GLsizei n, GLuint *framebuffers)) _func)(n, framebuffers);
}
GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffersEXT)(GLsizei n, GLuint *renderbuffers)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[905];
+ mapi_func _func = ((const mapi_func *) _tbl)[943];
((void (APIENTRY *)(GLsizei n, GLuint *renderbuffers)) _func)(n, renderbuffers);
}
GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffers)(GLsizei n, GLuint *renderbuffers)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[905];
+ mapi_func _func = ((const mapi_func *) _tbl)[943];
((void (APIENTRY *)(GLsizei n, GLuint *renderbuffers)) _func)(n, renderbuffers);
}
GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmapEXT)(GLenum target)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[906];
+ mapi_func _func = ((const mapi_func *) _tbl)[944];
((void (APIENTRY *)(GLenum target)) _func)(target);
}
GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmap)(GLenum target)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[906];
+ mapi_func _func = ((const mapi_func *) _tbl)[944];
((void (APIENTRY *)(GLenum target)) _func)(target);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[907];
+ mapi_func _func = ((const mapi_func *) _tbl)[945];
((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum pname, GLint *params)) _func)(target, attachment, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pname, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[907];
+ mapi_func _func = ((const mapi_func *) _tbl)[945];
((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum pname, GLint *params)) _func)(target, attachment, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[908];
+ mapi_func _func = ((const mapi_func *) _tbl)[946];
((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameteriv)(GLenum target, GLenum pname, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[908];
+ mapi_func _func = ((const mapi_func *) _tbl)[946];
((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
}
GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebufferEXT)(GLuint framebuffer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[909];
+ mapi_func _func = ((const mapi_func *) _tbl)[947];
return ((GLboolean (APIENTRY *)(GLuint framebuffer)) _func)(framebuffer);
}
GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebuffer)(GLuint framebuffer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[909];
+ mapi_func _func = ((const mapi_func *) _tbl)[947];
return ((GLboolean (APIENTRY *)(GLuint framebuffer)) _func)(framebuffer);
}
GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbufferEXT)(GLuint renderbuffer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[910];
+ mapi_func _func = ((const mapi_func *) _tbl)[948];
return ((GLboolean (APIENTRY *)(GLuint renderbuffer)) _func)(renderbuffer);
}
GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbuffer)(GLuint renderbuffer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[910];
+ mapi_func _func = ((const mapi_func *) _tbl)[948];
return ((GLboolean (APIENTRY *)(GLuint renderbuffer)) _func)(renderbuffer);
}
GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[911];
+ mapi_func _func = ((const mapi_func *) _tbl)[949];
((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, internalformat, width, height);
}
GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorage)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[911];
+ mapi_func _func = ((const mapi_func *) _tbl)[949];
((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, internalformat, width, height);
}
GLAPI void APIENTRY GLAPI_PREFIX(BlitFramebuffer)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[912];
+ mapi_func _func = ((const mapi_func *) _tbl)[950];
((void (APIENTRY *)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)) _func)(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
}
GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar *name)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[915];
+ mapi_func _func = ((const mapi_func *) _tbl)[953];
((void (APIENTRY *)(GLuint program, GLuint colorNumber, const GLchar *name)) _func)(program, colorNumber, name);
}
GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocation)(GLuint program, GLuint colorNumber, const GLchar *name)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[915];
+ mapi_func _func = ((const mapi_func *) _tbl)[953];
((void (APIENTRY *)(GLuint program, GLuint colorNumber, const GLchar *name)) _func)(program, colorNumber, name);
}
GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocationEXT)(GLuint program, const GLchar *name)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[916];
+ mapi_func _func = ((const mapi_func *) _tbl)[954];
return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
}
GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocation)(GLuint program, const GLchar *name)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[916];
+ mapi_func _func = ((const mapi_func *) _tbl)[954];
return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuivEXT)(GLuint program, GLint location, GLuint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[917];
+ mapi_func _func = ((const mapi_func *) _tbl)[955];
((void (APIENTRY *)(GLuint program, GLint location, GLuint *params)) _func)(program, location, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuiv)(GLuint program, GLint location, GLuint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[917];
+ mapi_func _func = ((const mapi_func *) _tbl)[955];
((void (APIENTRY *)(GLuint program, GLint location, GLuint *params)) _func)(program, location, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[918];
+ mapi_func _func = ((const mapi_func *) _tbl)[956];
((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIiv)(GLuint index, GLenum pname, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[918];
+ mapi_func _func = ((const mapi_func *) _tbl)[956];
((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[919];
+ mapi_func _func = ((const mapi_func *) _tbl)[957];
((void (APIENTRY *)(GLuint index, GLenum pname, GLuint *params)) _func)(index, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuiv)(GLuint index, GLenum pname, GLuint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[919];
+ mapi_func _func = ((const mapi_func *) _tbl)[957];
((void (APIENTRY *)(GLuint index, GLenum pname, GLuint *params)) _func)(index, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiEXT)(GLint location, GLuint x)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[920];
+ mapi_func _func = ((const mapi_func *) _tbl)[958];
((void (APIENTRY *)(GLint location, GLuint x)) _func)(location, x);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ui)(GLint location, GLuint x)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[920];
+ mapi_func _func = ((const mapi_func *) _tbl)[958];
((void (APIENTRY *)(GLint location, GLuint x)) _func)(location, x);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uivEXT)(GLint location, GLsizei count, const GLuint *value)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[921];
+ mapi_func _func = ((const mapi_func *) _tbl)[959];
((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiv)(GLint location, GLsizei count, const GLuint *value)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[921];
+ mapi_func _func = ((const mapi_func *) _tbl)[959];
((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiEXT)(GLint location, GLuint x, GLuint y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[922];
+ mapi_func _func = ((const mapi_func *) _tbl)[960];
((void (APIENTRY *)(GLint location, GLuint x, GLuint y)) _func)(location, x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ui)(GLint location, GLuint x, GLuint y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[922];
+ mapi_func _func = ((const mapi_func *) _tbl)[960];
((void (APIENTRY *)(GLint location, GLuint x, GLuint y)) _func)(location, x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uivEXT)(GLint location, GLsizei count, const GLuint *value)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[923];
+ mapi_func _func = ((const mapi_func *) _tbl)[961];
((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiv)(GLint location, GLsizei count, const GLuint *value)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[923];
+ mapi_func _func = ((const mapi_func *) _tbl)[961];
((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[924];
+ mapi_func _func = ((const mapi_func *) _tbl)[962];
((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z)) _func)(location, x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ui)(GLint location, GLuint x, GLuint y, GLuint z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[924];
+ mapi_func _func = ((const mapi_func *) _tbl)[962];
((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z)) _func)(location, x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uivEXT)(GLint location, GLsizei count, const GLuint *value)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[925];
+ mapi_func _func = ((const mapi_func *) _tbl)[963];
((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiv)(GLint location, GLsizei count, const GLuint *value)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[925];
+ mapi_func _func = ((const mapi_func *) _tbl)[963];
((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[926];
+ mapi_func _func = ((const mapi_func *) _tbl)[964];
((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(location, x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ui)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[926];
+ mapi_func _func = ((const mapi_func *) _tbl)[964];
((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(location, x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uivEXT)(GLint location, GLsizei count, const GLuint *value)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[927];
+ mapi_func _func = ((const mapi_func *) _tbl)[965];
((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
}
GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiv)(GLint location, GLsizei count, const GLuint *value)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[927];
+ mapi_func _func = ((const mapi_func *) _tbl)[965];
((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iEXT)(GLuint index, GLint x)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[928];
+ mapi_func _func = ((const mapi_func *) _tbl)[966];
((void (APIENTRY *)(GLuint index, GLint x)) _func)(index, x);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1i)(GLuint index, GLint x)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[928];
+ mapi_func _func = ((const mapi_func *) _tbl)[966];
((void (APIENTRY *)(GLuint index, GLint x)) _func)(index, x);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ivEXT)(GLuint index, const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[929];
+ mapi_func _func = ((const mapi_func *) _tbl)[967];
((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iv)(GLuint index, const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[929];
+ mapi_func _func = ((const mapi_func *) _tbl)[967];
((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiEXT)(GLuint index, GLuint x)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[930];
+ mapi_func _func = ((const mapi_func *) _tbl)[968];
((void (APIENTRY *)(GLuint index, GLuint x)) _func)(index, x);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ui)(GLuint index, GLuint x)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[930];
+ mapi_func _func = ((const mapi_func *) _tbl)[968];
((void (APIENTRY *)(GLuint index, GLuint x)) _func)(index, x);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uivEXT)(GLuint index, const GLuint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[931];
+ mapi_func _func = ((const mapi_func *) _tbl)[969];
((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiv)(GLuint index, const GLuint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[931];
+ mapi_func _func = ((const mapi_func *) _tbl)[969];
((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iEXT)(GLuint index, GLint x, GLint y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[932];
+ mapi_func _func = ((const mapi_func *) _tbl)[970];
((void (APIENTRY *)(GLuint index, GLint x, GLint y)) _func)(index, x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2i)(GLuint index, GLint x, GLint y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[932];
+ mapi_func _func = ((const mapi_func *) _tbl)[970];
((void (APIENTRY *)(GLuint index, GLint x, GLint y)) _func)(index, x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ivEXT)(GLuint index, const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[933];
+ mapi_func _func = ((const mapi_func *) _tbl)[971];
((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iv)(GLuint index, const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[933];
+ mapi_func _func = ((const mapi_func *) _tbl)[971];
((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[934];
+ mapi_func _func = ((const mapi_func *) _tbl)[972];
((void (APIENTRY *)(GLuint index, GLuint x, GLuint y)) _func)(index, x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ui)(GLuint index, GLuint x, GLuint y)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[934];
+ mapi_func _func = ((const mapi_func *) _tbl)[972];
((void (APIENTRY *)(GLuint index, GLuint x, GLuint y)) _func)(index, x, y);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uivEXT)(GLuint index, const GLuint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[935];
+ mapi_func _func = ((const mapi_func *) _tbl)[973];
((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiv)(GLuint index, const GLuint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[935];
+ mapi_func _func = ((const mapi_func *) _tbl)[973];
((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[936];
+ mapi_func _func = ((const mapi_func *) _tbl)[974];
((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z)) _func)(index, x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3i)(GLuint index, GLint x, GLint y, GLint z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[936];
+ mapi_func _func = ((const mapi_func *) _tbl)[974];
((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z)) _func)(index, x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ivEXT)(GLuint index, const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[937];
+ mapi_func _func = ((const mapi_func *) _tbl)[975];
((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iv)(GLuint index, const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[937];
+ mapi_func _func = ((const mapi_func *) _tbl)[975];
((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[938];
+ mapi_func _func = ((const mapi_func *) _tbl)[976];
((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z)) _func)(index, x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ui)(GLuint index, GLuint x, GLuint y, GLuint z)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[938];
+ mapi_func _func = ((const mapi_func *) _tbl)[976];
((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z)) _func)(index, x, y, z);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uivEXT)(GLuint index, const GLuint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[939];
+ mapi_func _func = ((const mapi_func *) _tbl)[977];
((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiv)(GLuint index, const GLuint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[939];
+ mapi_func _func = ((const mapi_func *) _tbl)[977];
((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bvEXT)(GLuint index, const GLbyte *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[940];
+ mapi_func _func = ((const mapi_func *) _tbl)[978];
((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bv)(GLuint index, const GLbyte *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[940];
+ mapi_func _func = ((const mapi_func *) _tbl)[978];
((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[941];
+ mapi_func _func = ((const mapi_func *) _tbl)[979];
((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z, GLint w)) _func)(index, x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4i)(GLuint index, GLint x, GLint y, GLint z, GLint w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[941];
+ mapi_func _func = ((const mapi_func *) _tbl)[979];
((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z, GLint w)) _func)(index, x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ivEXT)(GLuint index, const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[942];
+ mapi_func _func = ((const mapi_func *) _tbl)[980];
((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iv)(GLuint index, const GLint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[942];
+ mapi_func _func = ((const mapi_func *) _tbl)[980];
((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4svEXT)(GLuint index, const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[943];
+ mapi_func _func = ((const mapi_func *) _tbl)[981];
((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4sv)(GLuint index, const GLshort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[943];
+ mapi_func _func = ((const mapi_func *) _tbl)[981];
((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubvEXT)(GLuint index, const GLubyte *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[944];
+ mapi_func _func = ((const mapi_func *) _tbl)[982];
((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubv)(GLuint index, const GLubyte *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[944];
+ mapi_func _func = ((const mapi_func *) _tbl)[982];
((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[945];
+ mapi_func _func = ((const mapi_func *) _tbl)[983];
((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(index, x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ui)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[945];
+ mapi_func _func = ((const mapi_func *) _tbl)[983];
((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(index, x, y, z, w);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uivEXT)(GLuint index, const GLuint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[946];
+ mapi_func _func = ((const mapi_func *) _tbl)[984];
((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiv)(GLuint index, const GLuint *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[946];
+ mapi_func _func = ((const mapi_func *) _tbl)[984];
((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usvEXT)(GLuint index, const GLushort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[947];
+ mapi_func _func = ((const mapi_func *) _tbl)[985];
((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usv)(GLuint index, const GLushort *v)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[947];
+ mapi_func _func = ((const mapi_func *) _tbl)[985];
((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[948];
+ mapi_func _func = ((const mapi_func *) _tbl)[986];
((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, stride, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointer)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[948];
+ mapi_func _func = ((const mapi_func *) _tbl)[986];
((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, stride, pointer);
}
GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[949];
+ mapi_func _func = ((const mapi_func *) _tbl)[987];
((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)) _func)(target, attachment, texture, level, layer);
}
GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayer)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[949];
+ mapi_func _func = ((const mapi_func *) _tbl)[987];
((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)) _func)(target, attachment, texture, level, layer);
}
GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayerARB)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[949];
+ mapi_func _func = ((const mapi_func *) _tbl)[987];
((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)) _func)(target, attachment, texture, level, layer);
}
GLAPI void APIENTRY GLAPI_PREFIX(ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[950];
+ mapi_func _func = ((const mapi_func *) _tbl)[988];
((void (APIENTRY *)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)) _func)(buf, r, g, b, a);
}
GLAPI void APIENTRY GLAPI_PREFIX(ColorMaski)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[950];
+ mapi_func _func = ((const mapi_func *) _tbl)[988];
((void (APIENTRY *)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)) _func)(buf, r, g, b, a);
}
GLAPI void APIENTRY GLAPI_PREFIX(DisableIndexedEXT)(GLenum target, GLuint index)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[951];
+ mapi_func _func = ((const mapi_func *) _tbl)[989];
((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
}
GLAPI void APIENTRY GLAPI_PREFIX(Disablei)(GLenum target, GLuint index)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[951];
+ mapi_func _func = ((const mapi_func *) _tbl)[989];
((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
}
GLAPI void APIENTRY GLAPI_PREFIX(EnableIndexedEXT)(GLenum target, GLuint index)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[952];
+ mapi_func _func = ((const mapi_func *) _tbl)[990];
((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
}
GLAPI void APIENTRY GLAPI_PREFIX(Enablei)(GLenum target, GLuint index)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[952];
+ mapi_func _func = ((const mapi_func *) _tbl)[990];
((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean *data)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[953];
+ mapi_func _func = ((const mapi_func *) _tbl)[991];
((void (APIENTRY *)(GLenum value, GLuint index, GLboolean *data)) _func)(value, index, data);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetBooleani_v)(GLenum value, GLuint index, GLboolean *data)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[953];
+ mapi_func _func = ((const mapi_func *) _tbl)[991];
((void (APIENTRY *)(GLenum value, GLuint index, GLboolean *data)) _func)(value, index, data);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint *data)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[954];
+ mapi_func _func = ((const mapi_func *) _tbl)[992];
((void (APIENTRY *)(GLenum value, GLuint index, GLint *data)) _func)(value, index, data);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetIntegeri_v)(GLenum value, GLuint index, GLint *data)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[954];
+ mapi_func _func = ((const mapi_func *) _tbl)[992];
((void (APIENTRY *)(GLenum value, GLuint index, GLint *data)) _func)(value, index, data);
}
GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledIndexedEXT)(GLenum target, GLuint index)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[955];
+ mapi_func _func = ((const mapi_func *) _tbl)[993];
return ((GLboolean (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
}
GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledi)(GLenum target, GLuint index)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[955];
+ mapi_func _func = ((const mapi_func *) _tbl)[993];
return ((GLboolean (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
}
GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[956];
+ mapi_func _func = ((const mapi_func *) _tbl)[994];
((void (APIENTRY *)(GLint r, GLint g, GLint b, GLint a)) _func)(r, g, b, a);
}
GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[957];
+ mapi_func _func = ((const mapi_func *) _tbl)[995];
((void (APIENTRY *)(GLuint r, GLuint g, GLuint b, GLuint a)) _func)(r, g, b, a);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[958];
+ mapi_func _func = ((const mapi_func *) _tbl)[996];
((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIiv)(GLenum target, GLenum pname, GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[958];
+ mapi_func _func = ((const mapi_func *) _tbl)[996];
((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[959];
+ mapi_func _func = ((const mapi_func *) _tbl)[997];
((void (APIENTRY *)(GLenum target, GLenum pname, GLuint *params)) _func)(target, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuiv)(GLenum target, GLenum pname, GLuint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[959];
+ mapi_func _func = ((const mapi_func *) _tbl)[997];
((void (APIENTRY *)(GLenum target, GLenum pname, GLuint *params)) _func)(target, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIivEXT)(GLenum target, GLenum pname, const GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[960];
+ mapi_func _func = ((const mapi_func *) _tbl)[998];
((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIiv)(GLenum target, GLenum pname, const GLint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[960];
+ mapi_func _func = ((const mapi_func *) _tbl)[998];
((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[961];
+ mapi_func _func = ((const mapi_func *) _tbl)[999];
((void (APIENTRY *)(GLenum target, GLenum pname, const GLuint *params)) _func)(target, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuiv)(GLenum target, GLenum pname, const GLuint *params)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[961];
+ mapi_func _func = ((const mapi_func *) _tbl)[999];
((void (APIENTRY *)(GLenum target, GLenum pname, const GLuint *params)) _func)(target, pname, params);
}
GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRenderNV)(GLuint query, GLenum mode)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[962];
+ mapi_func _func = ((const mapi_func *) _tbl)[1000];
((void (APIENTRY *)(GLuint query, GLenum mode)) _func)(query, mode);
}
GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRender)(GLuint query, GLenum mode)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[962];
+ mapi_func _func = ((const mapi_func *) _tbl)[1000];
((void (APIENTRY *)(GLuint query, GLenum mode)) _func)(query, mode);
}
GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRenderNV)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[963];
+ mapi_func _func = ((const mapi_func *) _tbl)[1001];
((void (APIENTRY *)(void)) _func)();
}
GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRender)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[963];
+ mapi_func _func = ((const mapi_func *) _tbl)[1001];
((void (APIENTRY *)(void)) _func)();
}
GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedbackEXT)(GLenum mode)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[964];
+ mapi_func _func = ((const mapi_func *) _tbl)[1002];
((void (APIENTRY *)(GLenum mode)) _func)(mode);
}
GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedback)(GLenum mode)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[964];
+ mapi_func _func = ((const mapi_func *) _tbl)[1002];
((void (APIENTRY *)(GLenum mode)) _func)(mode);
}
GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[965];
+ mapi_func _func = ((const mapi_func *) _tbl)[1003];
((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer)) _func)(target, index, buffer);
}
GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBase)(GLenum target, GLuint index, GLuint buffer)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[965];
+ mapi_func _func = ((const mapi_func *) _tbl)[1003];
((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer)) _func)(target, index, buffer);
}
GLAPI void APIENTRY GLAPI_PREFIX(BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[966];
+ mapi_func _func = ((const mapi_func *) _tbl)[1004];
((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer, GLintptr offset)) _func)(target, index, buffer, offset);
}
GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[967];
+ mapi_func _func = ((const mapi_func *) _tbl)[1005];
((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)) _func)(target, index, buffer, offset, size);
}
GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[967];
+ mapi_func _func = ((const mapi_func *) _tbl)[1005];
((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)) _func)(target, index, buffer, offset, size);
}
GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedbackEXT)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[968];
+ mapi_func _func = ((const mapi_func *) _tbl)[1006];
((void (APIENTRY *)(void)) _func)();
}
GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedback)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[968];
+ mapi_func _func = ((const mapi_func *) _tbl)[1006];
((void (APIENTRY *)(void)) _func)();
}
GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[969];
+ mapi_func _func = ((const mapi_func *) _tbl)[1007];
((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVarying)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[969];
+ mapi_func _func = ((const mapi_func *) _tbl)[1007];
((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
}
GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char **varyings, GLenum bufferMode)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[970];
+ mapi_func _func = ((const mapi_func *) _tbl)[1008];
((void (APIENTRY *)(GLuint program, GLsizei count, const char **varyings, GLenum bufferMode)) _func)(program, count, varyings, bufferMode);
}
GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryings)(GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[970];
+ mapi_func _func = ((const mapi_func *) _tbl)[1008];
((void (APIENTRY *)(GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode)) _func)(program, count, varyings, bufferMode);
}
GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertexEXT)(GLenum mode)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[971];
+ mapi_func _func = ((const mapi_func *) _tbl)[1009];
((void (APIENTRY *)(GLenum mode)) _func)(mode);
}
GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertex)(GLenum mode)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[971];
+ mapi_func _func = ((const mapi_func *) _tbl)[1009];
((void (APIENTRY *)(GLenum mode)) _func)(mode);
}
GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint *value)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[974];
+ mapi_func _func = ((const mapi_func *) _tbl)[1012];
((void (APIENTRY *)(GLenum objectType, GLuint name, GLenum pname, GLint *value)) _func)(objectType, name, pname, value);
}
GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[975];
+ mapi_func _func = ((const mapi_func *) _tbl)[1013];
return ((GLenum (APIENTRY *)(GLenum objectType, GLuint name, GLenum option)) _func)(objectType, name, option);
}
GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[976];
+ mapi_func _func = ((const mapi_func *) _tbl)[1014];
return ((GLenum (APIENTRY *)(GLenum objectType, GLuint name, GLenum option)) _func)(objectType, name, option);
}
GLAPI void APIENTRY GLAPI_PREFIX(ActiveProgramEXT)(GLuint program)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[977];
+ mapi_func _func = ((const mapi_func *) _tbl)[1015];
((void (APIENTRY *)(GLuint program)) _func)(program);
}
GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateShaderProgramEXT)(GLenum type, const GLchar *string)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[978];
+ mapi_func _func = ((const mapi_func *) _tbl)[1016];
return ((GLuint (APIENTRY *)(GLenum type, const GLchar *string)) _func)(type, string);
}
GLAPI void APIENTRY GLAPI_PREFIX(UseShaderProgramEXT)(GLenum type, GLuint program)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[979];
+ mapi_func _func = ((const mapi_func *) _tbl)[1017];
((void (APIENTRY *)(GLenum type, GLuint program)) _func)(type, program);
}
GLAPI void APIENTRY GLAPI_PREFIX(TextureBarrierNV)(void)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[980];
+ mapi_func _func = ((const mapi_func *) _tbl)[1018];
((void (APIENTRY *)(void)) _func)();
}
GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid *writeOffset)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[986];
+ mapi_func _func = ((const mapi_func *) _tbl)[1024];
((void (APIENTRY *)(GLenum target, GLvoid *writeOffset)) _func)(target, writeOffset);
}
GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetTexture2DOES)(GLenum target, GLvoid *writeOffset)
{
const struct mapi_table *_tbl = entry_current_get();
- mapi_func _func = ((const mapi_func *) _tbl)[987];
+ mapi_func _func = ((const mapi_func *) _tbl)[1025];
((void (APIENTRY *)(GLenum target, GLvoid *writeOffset)) _func)(target, writeOffset);
}
@@ -12298,126 +12602,240 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameteri))"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameteriv))"\n"
"\t"STUB_ASM_CODE("614")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindTransformFeedback))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorP3ui))"\n"
"\t"STUB_ASM_CODE("615")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteTransformFeedbacks))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorP3uiv))"\n"
"\t"STUB_ASM_CODE("616")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTransformFeedback))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorP4ui))"\n"
"\t"STUB_ASM_CODE("617")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenTransformFeedbacks))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorP4uiv))"\n"
"\t"STUB_ASM_CODE("618")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsTransformFeedback))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP1ui))"\n"
"\t"STUB_ASM_CODE("619")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PauseTransformFeedback))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP1uiv))"\n"
"\t"STUB_ASM_CODE("620")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResumeTransformFeedback))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP2ui))"\n"
"\t"STUB_ASM_CODE("621")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepthf))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP2uiv))"\n"
"\t"STUB_ASM_CODE("622")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRangef))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP3ui))"\n"
"\t"STUB_ASM_CODE("623")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderPrecisionFormat))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP3uiv))"\n"
"\t"STUB_ASM_CODE("624")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReleaseShaderCompiler))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP4ui))"\n"
"\t"STUB_ASM_CODE("625")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShaderBinary))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP4uiv))"\n"
"\t"STUB_ASM_CODE("626")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetGraphicsResetStatusARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalP3ui))"\n"
+"\t"STUB_ASM_CODE("627")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalP3uiv))"\n"
+"\t"STUB_ASM_CODE("628")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColorP3ui))"\n"
+"\t"STUB_ASM_CODE("629")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColorP3uiv))"\n"
"\t"STUB_ASM_CODE("630")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnColorTableARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP1ui))"\n"
"\t"STUB_ASM_CODE("631")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnCompressedTexImageARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP1uiv))"\n"
"\t"STUB_ASM_CODE("632")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnConvolutionFilterARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP2ui))"\n"
"\t"STUB_ASM_CODE("633")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnHistogramARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP2uiv))"\n"
"\t"STUB_ASM_CODE("634")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapdvARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP3ui))"\n"
"\t"STUB_ASM_CODE("635")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapfvARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP3uiv))"\n"
"\t"STUB_ASM_CODE("636")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapivARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP4ui))"\n"
"\t"STUB_ASM_CODE("637")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMinmaxARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP4uiv))"\n"
"\t"STUB_ASM_CODE("638")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapfvARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP1ui))"\n"
"\t"STUB_ASM_CODE("639")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapuivARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP1uiv))"\n"
"\t"STUB_ASM_CODE("640")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapusvARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP2ui))"\n"
"\t"STUB_ASM_CODE("641")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPolygonStippleARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP2uiv))"\n"
"\t"STUB_ASM_CODE("642")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnSeparableFilterARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP3ui))"\n"
"\t"STUB_ASM_CODE("643")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnTexImageARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP3uiv))"\n"
"\t"STUB_ASM_CODE("644")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformdvARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP4ui))"\n"
"\t"STUB_ASM_CODE("645")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformfvARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP4uiv))"\n"
"\t"STUB_ASM_CODE("646")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformivARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP2ui))"\n"
"\t"STUB_ASM_CODE("647")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformuivARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP2uiv))"\n"
"\t"STUB_ASM_CODE("648")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadnPixelsARB))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP3ui))"\n"
"\t"STUB_ASM_CODE("649")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonOffsetEXT))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP3uiv))"\n"
"\t"STUB_ASM_CODE("650")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorPointerEXT))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP4ui))"\n"
+"\t"STUB_ASM_CODE("651")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP4uiv))"\n"
+"\t"STUB_ASM_CODE("652")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindTransformFeedback))"\n"
+"\t"STUB_ASM_CODE("653")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteTransformFeedbacks))"\n"
+"\t"STUB_ASM_CODE("654")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTransformFeedback))"\n"
+"\t"STUB_ASM_CODE("655")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenTransformFeedbacks))"\n"
+"\t"STUB_ASM_CODE("656")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsTransformFeedback))"\n"
+"\t"STUB_ASM_CODE("657")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PauseTransformFeedback))"\n"
+"\t"STUB_ASM_CODE("658")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResumeTransformFeedback))"\n"
+"\t"STUB_ASM_CODE("659")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepthf))"\n"
+"\t"STUB_ASM_CODE("660")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRangef))"\n"
+"\t"STUB_ASM_CODE("661")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderPrecisionFormat))"\n"
+"\t"STUB_ASM_CODE("662")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReleaseShaderCompiler))"\n"
+"\t"STUB_ASM_CODE("663")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShaderBinary))"\n"
+"\t"STUB_ASM_CODE("664")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetGraphicsResetStatusARB))"\n"
+"\t"STUB_ASM_CODE("668")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnColorTableARB))"\n"
"\t"STUB_ASM_CODE("669")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagPointerEXT))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnCompressedTexImageARB))"\n"
"\t"STUB_ASM_CODE("670")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexPointerEXT))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnConvolutionFilterARB))"\n"
"\t"STUB_ASM_CODE("671")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalPointerEXT))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnHistogramARB))"\n"
"\t"STUB_ASM_CODE("672")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordPointerEXT))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapdvARB))"\n"
"\t"STUB_ASM_CODE("673")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexPointerEXT))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapfvARB))"\n"
"\t"STUB_ASM_CODE("674")"\n"
-STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterfEXT))"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapivARB))"\n"
"\t"STUB_ASM_CODE("675")"\n"
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMinmaxARB))"\n"
+"\t"STUB_ASM_CODE("676")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapfvARB))"\n"
+"\t"STUB_ASM_CODE("677")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapuivARB))"\n"
+"\t"STUB_ASM_CODE("678")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapusvARB))"\n"
+"\t"STUB_ASM_CODE("679")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPolygonStippleARB))"\n"
+"\t"STUB_ASM_CODE("680")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnSeparableFilterARB))"\n"
+"\t"STUB_ASM_CODE("681")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnTexImageARB))"\n"
+"\t"STUB_ASM_CODE("682")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformdvARB))"\n"
+"\t"STUB_ASM_CODE("683")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformfvARB))"\n"
+"\t"STUB_ASM_CODE("684")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformivARB))"\n"
+"\t"STUB_ASM_CODE("685")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformuivARB))"\n"
+"\t"STUB_ASM_CODE("686")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadnPixelsARB))"\n"
+"\t"STUB_ASM_CODE("687")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonOffsetEXT))"\n"
+"\t"STUB_ASM_CODE("688")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorPointerEXT))"\n"
+"\t"STUB_ASM_CODE("707")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagPointerEXT))"\n"
+"\t"STUB_ASM_CODE("708")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexPointerEXT))"\n"
+"\t"STUB_ASM_CODE("709")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalPointerEXT))"\n"
+"\t"STUB_ASM_CODE("710")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordPointerEXT))"\n"
+"\t"STUB_ASM_CODE("711")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexPointerEXT))"\n"
+"\t"STUB_ASM_CODE("712")"\n"
+
+STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterfEXT))"\n"
+"\t"STUB_ASM_CODE("713")"\n"
+
".globl "GLAPI_PREFIX_STR(PointParameterf)"\n"
".set "GLAPI_PREFIX_STR(PointParameterf)", "GLAPI_PREFIX_STR(PointParameterfEXT)"\n"
@@ -12425,7 +12843,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterfEXT))"\n"
".set "GLAPI_PREFIX_STR(PointParameterfARB)", "GLAPI_PREFIX_STR(PointParameterfEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterfvEXT))"\n"
-"\t"STUB_ASM_CODE("676")"\n"
+"\t"STUB_ASM_CODE("714")"\n"
".globl "GLAPI_PREFIX_STR(PointParameterfv)"\n"
".set "GLAPI_PREFIX_STR(PointParameterfv)", "GLAPI_PREFIX_STR(PointParameterfvEXT)"\n"
@@ -12434,211 +12852,211 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterfvEXT))"\n"
".set "GLAPI_PREFIX_STR(PointParameterfvARB)", "GLAPI_PREFIX_STR(PointParameterfvEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LockArraysEXT))"\n"
-"\t"STUB_ASM_CODE("677")"\n"
+"\t"STUB_ASM_CODE("715")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UnlockArraysEXT))"\n"
-"\t"STUB_ASM_CODE("678")"\n"
+"\t"STUB_ASM_CODE("716")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3bEXT))"\n"
-"\t"STUB_ASM_CODE("679")"\n"
+"\t"STUB_ASM_CODE("717")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3b)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3b)", "GLAPI_PREFIX_STR(SecondaryColor3bEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3bvEXT))"\n"
-"\t"STUB_ASM_CODE("680")"\n"
+"\t"STUB_ASM_CODE("718")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3bv)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3bv)", "GLAPI_PREFIX_STR(SecondaryColor3bvEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3dEXT))"\n"
-"\t"STUB_ASM_CODE("681")"\n"
+"\t"STUB_ASM_CODE("719")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3d)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3d)", "GLAPI_PREFIX_STR(SecondaryColor3dEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3dvEXT))"\n"
-"\t"STUB_ASM_CODE("682")"\n"
+"\t"STUB_ASM_CODE("720")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3dv)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3dv)", "GLAPI_PREFIX_STR(SecondaryColor3dvEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3fEXT))"\n"
-"\t"STUB_ASM_CODE("683")"\n"
+"\t"STUB_ASM_CODE("721")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3f)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3f)", "GLAPI_PREFIX_STR(SecondaryColor3fEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3fvEXT))"\n"
-"\t"STUB_ASM_CODE("684")"\n"
+"\t"STUB_ASM_CODE("722")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3fv)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3fv)", "GLAPI_PREFIX_STR(SecondaryColor3fvEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3iEXT))"\n"
-"\t"STUB_ASM_CODE("685")"\n"
+"\t"STUB_ASM_CODE("723")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3i)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3i)", "GLAPI_PREFIX_STR(SecondaryColor3iEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ivEXT))"\n"
-"\t"STUB_ASM_CODE("686")"\n"
+"\t"STUB_ASM_CODE("724")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3iv)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3iv)", "GLAPI_PREFIX_STR(SecondaryColor3ivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3sEXT))"\n"
-"\t"STUB_ASM_CODE("687")"\n"
+"\t"STUB_ASM_CODE("725")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3s)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3s)", "GLAPI_PREFIX_STR(SecondaryColor3sEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3svEXT))"\n"
-"\t"STUB_ASM_CODE("688")"\n"
+"\t"STUB_ASM_CODE("726")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3sv)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3sv)", "GLAPI_PREFIX_STR(SecondaryColor3svEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ubEXT))"\n"
-"\t"STUB_ASM_CODE("689")"\n"
+"\t"STUB_ASM_CODE("727")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3ub)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3ub)", "GLAPI_PREFIX_STR(SecondaryColor3ubEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ubvEXT))"\n"
-"\t"STUB_ASM_CODE("690")"\n"
+"\t"STUB_ASM_CODE("728")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3ubv)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3ubv)", "GLAPI_PREFIX_STR(SecondaryColor3ubvEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3uiEXT))"\n"
-"\t"STUB_ASM_CODE("691")"\n"
+"\t"STUB_ASM_CODE("729")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3ui)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3ui)", "GLAPI_PREFIX_STR(SecondaryColor3uiEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3uivEXT))"\n"
-"\t"STUB_ASM_CODE("692")"\n"
+"\t"STUB_ASM_CODE("730")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3uiv)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3uiv)", "GLAPI_PREFIX_STR(SecondaryColor3uivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3usEXT))"\n"
-"\t"STUB_ASM_CODE("693")"\n"
+"\t"STUB_ASM_CODE("731")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3us)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3us)", "GLAPI_PREFIX_STR(SecondaryColor3usEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3usvEXT))"\n"
-"\t"STUB_ASM_CODE("694")"\n"
+"\t"STUB_ASM_CODE("732")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColor3usv)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColor3usv)", "GLAPI_PREFIX_STR(SecondaryColor3usvEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColorPointerEXT))"\n"
-"\t"STUB_ASM_CODE("695")"\n"
+"\t"STUB_ASM_CODE("733")"\n"
".globl "GLAPI_PREFIX_STR(SecondaryColorPointer)"\n"
".set "GLAPI_PREFIX_STR(SecondaryColorPointer)", "GLAPI_PREFIX_STR(SecondaryColorPointerEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawArraysEXT))"\n"
-"\t"STUB_ASM_CODE("696")"\n"
+"\t"STUB_ASM_CODE("734")"\n"
".globl "GLAPI_PREFIX_STR(MultiDrawArrays)"\n"
".set "GLAPI_PREFIX_STR(MultiDrawArrays)", "GLAPI_PREFIX_STR(MultiDrawArraysEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawElementsEXT))"\n"
-"\t"STUB_ASM_CODE("697")"\n"
+"\t"STUB_ASM_CODE("735")"\n"
".globl "GLAPI_PREFIX_STR(MultiDrawElements)"\n"
".set "GLAPI_PREFIX_STR(MultiDrawElements)", "GLAPI_PREFIX_STR(MultiDrawElementsEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordPointerEXT))"\n"
-"\t"STUB_ASM_CODE("698")"\n"
+"\t"STUB_ASM_CODE("736")"\n"
".globl "GLAPI_PREFIX_STR(FogCoordPointer)"\n"
".set "GLAPI_PREFIX_STR(FogCoordPointer)", "GLAPI_PREFIX_STR(FogCoordPointerEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoorddEXT))"\n"
-"\t"STUB_ASM_CODE("699")"\n"
+"\t"STUB_ASM_CODE("737")"\n"
".globl "GLAPI_PREFIX_STR(FogCoordd)"\n"
".set "GLAPI_PREFIX_STR(FogCoordd)", "GLAPI_PREFIX_STR(FogCoorddEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoorddvEXT))"\n"
-"\t"STUB_ASM_CODE("700")"\n"
+"\t"STUB_ASM_CODE("738")"\n"
".globl "GLAPI_PREFIX_STR(FogCoorddv)"\n"
".set "GLAPI_PREFIX_STR(FogCoorddv)", "GLAPI_PREFIX_STR(FogCoorddvEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordfEXT))"\n"
-"\t"STUB_ASM_CODE("701")"\n"
+"\t"STUB_ASM_CODE("739")"\n"
".globl "GLAPI_PREFIX_STR(FogCoordf)"\n"
".set "GLAPI_PREFIX_STR(FogCoordf)", "GLAPI_PREFIX_STR(FogCoordfEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordfvEXT))"\n"
-"\t"STUB_ASM_CODE("702")"\n"
+"\t"STUB_ASM_CODE("740")"\n"
".globl "GLAPI_PREFIX_STR(FogCoordfv)"\n"
".set "GLAPI_PREFIX_STR(FogCoordfv)", "GLAPI_PREFIX_STR(FogCoordfvEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFuncSeparateEXT))"\n"
-"\t"STUB_ASM_CODE("704")"\n"
+"\t"STUB_ASM_CODE("742")"\n"
".globl "GLAPI_PREFIX_STR(BlendFuncSeparate)"\n"
".set "GLAPI_PREFIX_STR(BlendFuncSeparate)", "GLAPI_PREFIX_STR(BlendFuncSeparateEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FlushVertexArrayRangeNV))"\n"
-"\t"STUB_ASM_CODE("705")"\n"
+"\t"STUB_ASM_CODE("743")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexArrayRangeNV))"\n"
-"\t"STUB_ASM_CODE("706")"\n"
+"\t"STUB_ASM_CODE("744")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerInputNV))"\n"
-"\t"STUB_ASM_CODE("707")"\n"
+"\t"STUB_ASM_CODE("745")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerOutputNV))"\n"
-"\t"STUB_ASM_CODE("708")"\n"
+"\t"STUB_ASM_CODE("746")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterfNV))"\n"
-"\t"STUB_ASM_CODE("709")"\n"
+"\t"STUB_ASM_CODE("747")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterfvNV))"\n"
-"\t"STUB_ASM_CODE("710")"\n"
+"\t"STUB_ASM_CODE("748")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameteriNV))"\n"
-"\t"STUB_ASM_CODE("711")"\n"
+"\t"STUB_ASM_CODE("749")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterivNV))"\n"
-"\t"STUB_ASM_CODE("712")"\n"
+"\t"STUB_ASM_CODE("750")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FinalCombinerInputNV))"\n"
-"\t"STUB_ASM_CODE("713")"\n"
+"\t"STUB_ASM_CODE("751")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerInputParameterfvNV))"\n"
-"\t"STUB_ASM_CODE("714")"\n"
+"\t"STUB_ASM_CODE("752")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerInputParameterivNV))"\n"
-"\t"STUB_ASM_CODE("715")"\n"
+"\t"STUB_ASM_CODE("753")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerOutputParameterfvNV))"\n"
-"\t"STUB_ASM_CODE("716")"\n"
+"\t"STUB_ASM_CODE("754")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerOutputParameterivNV))"\n"
-"\t"STUB_ASM_CODE("717")"\n"
+"\t"STUB_ASM_CODE("755")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFinalCombinerInputParameterfvNV))"\n"
-"\t"STUB_ASM_CODE("718")"\n"
+"\t"STUB_ASM_CODE("756")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFinalCombinerInputParameterivNV))"\n"
-"\t"STUB_ASM_CODE("719")"\n"
+"\t"STUB_ASM_CODE("757")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResizeBuffersMESA))"\n"
-"\t"STUB_ASM_CODE("720")"\n"
+"\t"STUB_ASM_CODE("758")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2dMESA))"\n"
-"\t"STUB_ASM_CODE("721")"\n"
+"\t"STUB_ASM_CODE("759")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos2d)"\n"
".set "GLAPI_PREFIX_STR(WindowPos2d)", "GLAPI_PREFIX_STR(WindowPos2dMESA)"\n"
@@ -12647,7 +13065,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2dMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos2dARB)", "GLAPI_PREFIX_STR(WindowPos2dMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2dvMESA))"\n"
-"\t"STUB_ASM_CODE("722")"\n"
+"\t"STUB_ASM_CODE("760")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos2dv)"\n"
".set "GLAPI_PREFIX_STR(WindowPos2dv)", "GLAPI_PREFIX_STR(WindowPos2dvMESA)"\n"
@@ -12656,7 +13074,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2dvMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos2dvARB)", "GLAPI_PREFIX_STR(WindowPos2dvMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2fMESA))"\n"
-"\t"STUB_ASM_CODE("723")"\n"
+"\t"STUB_ASM_CODE("761")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos2f)"\n"
".set "GLAPI_PREFIX_STR(WindowPos2f)", "GLAPI_PREFIX_STR(WindowPos2fMESA)"\n"
@@ -12665,7 +13083,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2fMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos2fARB)", "GLAPI_PREFIX_STR(WindowPos2fMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2fvMESA))"\n"
-"\t"STUB_ASM_CODE("724")"\n"
+"\t"STUB_ASM_CODE("762")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos2fv)"\n"
".set "GLAPI_PREFIX_STR(WindowPos2fv)", "GLAPI_PREFIX_STR(WindowPos2fvMESA)"\n"
@@ -12674,7 +13092,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2fvMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos2fvARB)", "GLAPI_PREFIX_STR(WindowPos2fvMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2iMESA))"\n"
-"\t"STUB_ASM_CODE("725")"\n"
+"\t"STUB_ASM_CODE("763")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos2i)"\n"
".set "GLAPI_PREFIX_STR(WindowPos2i)", "GLAPI_PREFIX_STR(WindowPos2iMESA)"\n"
@@ -12683,7 +13101,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2iMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos2iARB)", "GLAPI_PREFIX_STR(WindowPos2iMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2ivMESA))"\n"
-"\t"STUB_ASM_CODE("726")"\n"
+"\t"STUB_ASM_CODE("764")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos2iv)"\n"
".set "GLAPI_PREFIX_STR(WindowPos2iv)", "GLAPI_PREFIX_STR(WindowPos2ivMESA)"\n"
@@ -12692,7 +13110,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2ivMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos2ivARB)", "GLAPI_PREFIX_STR(WindowPos2ivMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2sMESA))"\n"
-"\t"STUB_ASM_CODE("727")"\n"
+"\t"STUB_ASM_CODE("765")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos2s)"\n"
".set "GLAPI_PREFIX_STR(WindowPos2s)", "GLAPI_PREFIX_STR(WindowPos2sMESA)"\n"
@@ -12701,7 +13119,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2sMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos2sARB)", "GLAPI_PREFIX_STR(WindowPos2sMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2svMESA))"\n"
-"\t"STUB_ASM_CODE("728")"\n"
+"\t"STUB_ASM_CODE("766")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos2sv)"\n"
".set "GLAPI_PREFIX_STR(WindowPos2sv)", "GLAPI_PREFIX_STR(WindowPos2svMESA)"\n"
@@ -12710,7 +13128,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2svMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos2svARB)", "GLAPI_PREFIX_STR(WindowPos2svMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3dMESA))"\n"
-"\t"STUB_ASM_CODE("729")"\n"
+"\t"STUB_ASM_CODE("767")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos3d)"\n"
".set "GLAPI_PREFIX_STR(WindowPos3d)", "GLAPI_PREFIX_STR(WindowPos3dMESA)"\n"
@@ -12719,7 +13137,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3dMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos3dARB)", "GLAPI_PREFIX_STR(WindowPos3dMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3dvMESA))"\n"
-"\t"STUB_ASM_CODE("730")"\n"
+"\t"STUB_ASM_CODE("768")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos3dv)"\n"
".set "GLAPI_PREFIX_STR(WindowPos3dv)", "GLAPI_PREFIX_STR(WindowPos3dvMESA)"\n"
@@ -12728,7 +13146,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3dvMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos3dvARB)", "GLAPI_PREFIX_STR(WindowPos3dvMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3fMESA))"\n"
-"\t"STUB_ASM_CODE("731")"\n"
+"\t"STUB_ASM_CODE("769")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos3f)"\n"
".set "GLAPI_PREFIX_STR(WindowPos3f)", "GLAPI_PREFIX_STR(WindowPos3fMESA)"\n"
@@ -12737,7 +13155,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3fMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos3fARB)", "GLAPI_PREFIX_STR(WindowPos3fMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3fvMESA))"\n"
-"\t"STUB_ASM_CODE("732")"\n"
+"\t"STUB_ASM_CODE("770")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos3fv)"\n"
".set "GLAPI_PREFIX_STR(WindowPos3fv)", "GLAPI_PREFIX_STR(WindowPos3fvMESA)"\n"
@@ -12746,7 +13164,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3fvMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos3fvARB)", "GLAPI_PREFIX_STR(WindowPos3fvMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3iMESA))"\n"
-"\t"STUB_ASM_CODE("733")"\n"
+"\t"STUB_ASM_CODE("771")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos3i)"\n"
".set "GLAPI_PREFIX_STR(WindowPos3i)", "GLAPI_PREFIX_STR(WindowPos3iMESA)"\n"
@@ -12755,7 +13173,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3iMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos3iARB)", "GLAPI_PREFIX_STR(WindowPos3iMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3ivMESA))"\n"
-"\t"STUB_ASM_CODE("734")"\n"
+"\t"STUB_ASM_CODE("772")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos3iv)"\n"
".set "GLAPI_PREFIX_STR(WindowPos3iv)", "GLAPI_PREFIX_STR(WindowPos3ivMESA)"\n"
@@ -12764,7 +13182,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3ivMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos3ivARB)", "GLAPI_PREFIX_STR(WindowPos3ivMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3sMESA))"\n"
-"\t"STUB_ASM_CODE("735")"\n"
+"\t"STUB_ASM_CODE("773")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos3s)"\n"
".set "GLAPI_PREFIX_STR(WindowPos3s)", "GLAPI_PREFIX_STR(WindowPos3sMESA)"\n"
@@ -12773,7 +13191,7 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3sMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos3sARB)", "GLAPI_PREFIX_STR(WindowPos3sMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3svMESA))"\n"
-"\t"STUB_ASM_CODE("736")"\n"
+"\t"STUB_ASM_CODE("774")"\n"
".globl "GLAPI_PREFIX_STR(WindowPos3sv)"\n"
".set "GLAPI_PREFIX_STR(WindowPos3sv)", "GLAPI_PREFIX_STR(WindowPos3svMESA)"\n"
@@ -12782,70 +13200,70 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3svMESA))"\n"
".set "GLAPI_PREFIX_STR(WindowPos3svARB)", "GLAPI_PREFIX_STR(WindowPos3svMESA)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4dMESA))"\n"
-"\t"STUB_ASM_CODE("737")"\n"
+"\t"STUB_ASM_CODE("775")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4dvMESA))"\n"
-"\t"STUB_ASM_CODE("738")"\n"
+"\t"STUB_ASM_CODE("776")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4fMESA))"\n"
-"\t"STUB_ASM_CODE("739")"\n"
+"\t"STUB_ASM_CODE("777")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4fvMESA))"\n"
-"\t"STUB_ASM_CODE("740")"\n"
+"\t"STUB_ASM_CODE("778")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4iMESA))"\n"
-"\t"STUB_ASM_CODE("741")"\n"
+"\t"STUB_ASM_CODE("779")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4ivMESA))"\n"
-"\t"STUB_ASM_CODE("742")"\n"
+"\t"STUB_ASM_CODE("780")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4sMESA))"\n"
-"\t"STUB_ASM_CODE("743")"\n"
+"\t"STUB_ASM_CODE("781")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4svMESA))"\n"
-"\t"STUB_ASM_CODE("744")"\n"
+"\t"STUB_ASM_CODE("782")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AreProgramsResidentNV))"\n"
-"\t"STUB_ASM_CODE("754")"\n"
+"\t"STUB_ASM_CODE("792")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindProgramNV))"\n"
-"\t"STUB_ASM_CODE("755")"\n"
+"\t"STUB_ASM_CODE("793")"\n"
".globl "GLAPI_PREFIX_STR(BindProgramARB)"\n"
".set "GLAPI_PREFIX_STR(BindProgramARB)", "GLAPI_PREFIX_STR(BindProgramNV)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteProgramsNV))"\n"
-"\t"STUB_ASM_CODE("756")"\n"
+"\t"STUB_ASM_CODE("794")"\n"
".globl "GLAPI_PREFIX_STR(DeleteProgramsARB)"\n"
".set "GLAPI_PREFIX_STR(DeleteProgramsARB)", "GLAPI_PREFIX_STR(DeleteProgramsNV)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ExecuteProgramNV))"\n"
-"\t"STUB_ASM_CODE("757")"\n"
+"\t"STUB_ASM_CODE("795")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenProgramsNV))"\n"
-"\t"STUB_ASM_CODE("758")"\n"
+"\t"STUB_ASM_CODE("796")"\n"
".globl "GLAPI_PREFIX_STR(GenProgramsARB)"\n"
".set "GLAPI_PREFIX_STR(GenProgramsARB)", "GLAPI_PREFIX_STR(GenProgramsNV)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramParameterdvNV))"\n"
-"\t"STUB_ASM_CODE("759")"\n"
+"\t"STUB_ASM_CODE("797")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramParameterfvNV))"\n"
-"\t"STUB_ASM_CODE("760")"\n"
+"\t"STUB_ASM_CODE("798")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramStringNV))"\n"
-"\t"STUB_ASM_CODE("761")"\n"
+"\t"STUB_ASM_CODE("799")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramivNV))"\n"
-"\t"STUB_ASM_CODE("762")"\n"
+"\t"STUB_ASM_CODE("800")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTrackMatrixivNV))"\n"
-"\t"STUB_ASM_CODE("763")"\n"
+"\t"STUB_ASM_CODE("801")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribPointervNV))"\n"
-"\t"STUB_ASM_CODE("764")"\n"
+"\t"STUB_ASM_CODE("802")"\n"
".globl "GLAPI_PREFIX_STR(GetVertexAttribPointerv)"\n"
".set "GLAPI_PREFIX_STR(GetVertexAttribPointerv)", "GLAPI_PREFIX_STR(GetVertexAttribPointervNV)"\n"
@@ -12854,568 +13272,568 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribPointervNV))"\n"
".set "GLAPI_PREFIX_STR(GetVertexAttribPointervARB)", "GLAPI_PREFIX_STR(GetVertexAttribPointervNV)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribdvNV))"\n"
-"\t"STUB_ASM_CODE("765")"\n"
+"\t"STUB_ASM_CODE("803")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribfvNV))"\n"
-"\t"STUB_ASM_CODE("766")"\n"
+"\t"STUB_ASM_CODE("804")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribivNV))"\n"
-"\t"STUB_ASM_CODE("767")"\n"
+"\t"STUB_ASM_CODE("805")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsProgramNV))"\n"
-"\t"STUB_ASM_CODE("768")"\n"
+"\t"STUB_ASM_CODE("806")"\n"
".globl "GLAPI_PREFIX_STR(IsProgramARB)"\n"
".set "GLAPI_PREFIX_STR(IsProgramARB)", "GLAPI_PREFIX_STR(IsProgramNV)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadProgramNV))"\n"
-"\t"STUB_ASM_CODE("769")"\n"
+"\t"STUB_ASM_CODE("807")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameters4dvNV))"\n"
-"\t"STUB_ASM_CODE("770")"\n"
+"\t"STUB_ASM_CODE("808")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameters4fvNV))"\n"
-"\t"STUB_ASM_CODE("771")"\n"
+"\t"STUB_ASM_CODE("809")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RequestResidentProgramsNV))"\n"
-"\t"STUB_ASM_CODE("772")"\n"
+"\t"STUB_ASM_CODE("810")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TrackMatrixNV))"\n"
-"\t"STUB_ASM_CODE("773")"\n"
+"\t"STUB_ASM_CODE("811")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dNV))"\n"
-"\t"STUB_ASM_CODE("774")"\n"
+"\t"STUB_ASM_CODE("812")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dvNV))"\n"
-"\t"STUB_ASM_CODE("775")"\n"
+"\t"STUB_ASM_CODE("813")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fNV))"\n"
-"\t"STUB_ASM_CODE("776")"\n"
+"\t"STUB_ASM_CODE("814")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fvNV))"\n"
-"\t"STUB_ASM_CODE("777")"\n"
+"\t"STUB_ASM_CODE("815")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1sNV))"\n"
-"\t"STUB_ASM_CODE("778")"\n"
+"\t"STUB_ASM_CODE("816")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1svNV))"\n"
-"\t"STUB_ASM_CODE("779")"\n"
+"\t"STUB_ASM_CODE("817")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dNV))"\n"
-"\t"STUB_ASM_CODE("780")"\n"
+"\t"STUB_ASM_CODE("818")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dvNV))"\n"
-"\t"STUB_ASM_CODE("781")"\n"
+"\t"STUB_ASM_CODE("819")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fNV))"\n"
-"\t"STUB_ASM_CODE("782")"\n"
+"\t"STUB_ASM_CODE("820")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fvNV))"\n"
-"\t"STUB_ASM_CODE("783")"\n"
+"\t"STUB_ASM_CODE("821")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2sNV))"\n"
-"\t"STUB_ASM_CODE("784")"\n"
+"\t"STUB_ASM_CODE("822")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2svNV))"\n"
-"\t"STUB_ASM_CODE("785")"\n"
+"\t"STUB_ASM_CODE("823")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dNV))"\n"
-"\t"STUB_ASM_CODE("786")"\n"
+"\t"STUB_ASM_CODE("824")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dvNV))"\n"
-"\t"STUB_ASM_CODE("787")"\n"
+"\t"STUB_ASM_CODE("825")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fNV))"\n"
-"\t"STUB_ASM_CODE("788")"\n"
+"\t"STUB_ASM_CODE("826")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fvNV))"\n"
-"\t"STUB_ASM_CODE("789")"\n"
+"\t"STUB_ASM_CODE("827")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3sNV))"\n"
-"\t"STUB_ASM_CODE("790")"\n"
+"\t"STUB_ASM_CODE("828")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3svNV))"\n"
-"\t"STUB_ASM_CODE("791")"\n"
+"\t"STUB_ASM_CODE("829")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dNV))"\n"
-"\t"STUB_ASM_CODE("792")"\n"
+"\t"STUB_ASM_CODE("830")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dvNV))"\n"
-"\t"STUB_ASM_CODE("793")"\n"
+"\t"STUB_ASM_CODE("831")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fNV))"\n"
-"\t"STUB_ASM_CODE("794")"\n"
+"\t"STUB_ASM_CODE("832")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fvNV))"\n"
-"\t"STUB_ASM_CODE("795")"\n"
+"\t"STUB_ASM_CODE("833")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4sNV))"\n"
-"\t"STUB_ASM_CODE("796")"\n"
+"\t"STUB_ASM_CODE("834")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4svNV))"\n"
-"\t"STUB_ASM_CODE("797")"\n"
+"\t"STUB_ASM_CODE("835")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubNV))"\n"
-"\t"STUB_ASM_CODE("798")"\n"
+"\t"STUB_ASM_CODE("836")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubvNV))"\n"
-"\t"STUB_ASM_CODE("799")"\n"
+"\t"STUB_ASM_CODE("837")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribPointerNV))"\n"
-"\t"STUB_ASM_CODE("800")"\n"
+"\t"STUB_ASM_CODE("838")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1dvNV))"\n"
-"\t"STUB_ASM_CODE("801")"\n"
+"\t"STUB_ASM_CODE("839")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1fvNV))"\n"
-"\t"STUB_ASM_CODE("802")"\n"
+"\t"STUB_ASM_CODE("840")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1svNV))"\n"
-"\t"STUB_ASM_CODE("803")"\n"
+"\t"STUB_ASM_CODE("841")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2dvNV))"\n"
-"\t"STUB_ASM_CODE("804")"\n"
+"\t"STUB_ASM_CODE("842")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2fvNV))"\n"
-"\t"STUB_ASM_CODE("805")"\n"
+"\t"STUB_ASM_CODE("843")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2svNV))"\n"
-"\t"STUB_ASM_CODE("806")"\n"
+"\t"STUB_ASM_CODE("844")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3dvNV))"\n"
-"\t"STUB_ASM_CODE("807")"\n"
+"\t"STUB_ASM_CODE("845")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3fvNV))"\n"
-"\t"STUB_ASM_CODE("808")"\n"
+"\t"STUB_ASM_CODE("846")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3svNV))"\n"
-"\t"STUB_ASM_CODE("809")"\n"
+"\t"STUB_ASM_CODE("847")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4dvNV))"\n"
-"\t"STUB_ASM_CODE("810")"\n"
+"\t"STUB_ASM_CODE("848")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4fvNV))"\n"
-"\t"STUB_ASM_CODE("811")"\n"
+"\t"STUB_ASM_CODE("849")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4svNV))"\n"
-"\t"STUB_ASM_CODE("812")"\n"
+"\t"STUB_ASM_CODE("850")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4ubvNV))"\n"
-"\t"STUB_ASM_CODE("813")"\n"
+"\t"STUB_ASM_CODE("851")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexBumpParameterfvATI))"\n"
-"\t"STUB_ASM_CODE("814")"\n"
+"\t"STUB_ASM_CODE("852")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexBumpParameterivATI))"\n"
-"\t"STUB_ASM_CODE("815")"\n"
+"\t"STUB_ASM_CODE("853")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBumpParameterfvATI))"\n"
-"\t"STUB_ASM_CODE("816")"\n"
+"\t"STUB_ASM_CODE("854")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBumpParameterivATI))"\n"
-"\t"STUB_ASM_CODE("817")"\n"
+"\t"STUB_ASM_CODE("855")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp1ATI))"\n"
-"\t"STUB_ASM_CODE("818")"\n"
+"\t"STUB_ASM_CODE("856")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp2ATI))"\n"
-"\t"STUB_ASM_CODE("819")"\n"
+"\t"STUB_ASM_CODE("857")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp3ATI))"\n"
-"\t"STUB_ASM_CODE("820")"\n"
+"\t"STUB_ASM_CODE("858")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginFragmentShaderATI))"\n"
-"\t"STUB_ASM_CODE("821")"\n"
+"\t"STUB_ASM_CODE("859")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFragmentShaderATI))"\n"
-"\t"STUB_ASM_CODE("822")"\n"
+"\t"STUB_ASM_CODE("860")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp1ATI))"\n"
-"\t"STUB_ASM_CODE("823")"\n"
+"\t"STUB_ASM_CODE("861")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp2ATI))"\n"
-"\t"STUB_ASM_CODE("824")"\n"
+"\t"STUB_ASM_CODE("862")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp3ATI))"\n"
-"\t"STUB_ASM_CODE("825")"\n"
+"\t"STUB_ASM_CODE("863")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteFragmentShaderATI))"\n"
-"\t"STUB_ASM_CODE("826")"\n"
+"\t"STUB_ASM_CODE("864")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndFragmentShaderATI))"\n"
-"\t"STUB_ASM_CODE("827")"\n"
+"\t"STUB_ASM_CODE("865")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenFragmentShadersATI))"\n"
-"\t"STUB_ASM_CODE("828")"\n"
+"\t"STUB_ASM_CODE("866")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PassTexCoordATI))"\n"
-"\t"STUB_ASM_CODE("829")"\n"
+"\t"STUB_ASM_CODE("867")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SampleMapATI))"\n"
-"\t"STUB_ASM_CODE("830")"\n"
+"\t"STUB_ASM_CODE("868")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SetFragmentShaderConstantATI))"\n"
-"\t"STUB_ASM_CODE("831")"\n"
+"\t"STUB_ASM_CODE("869")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameteriNV))"\n"
-"\t"STUB_ASM_CODE("832")"\n"
+"\t"STUB_ASM_CODE("870")"\n"
".globl "GLAPI_PREFIX_STR(PointParameteri)"\n"
".set "GLAPI_PREFIX_STR(PointParameteri)", "GLAPI_PREFIX_STR(PointParameteriNV)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterivNV))"\n"
-"\t"STUB_ASM_CODE("833")"\n"
+"\t"STUB_ASM_CODE("871")"\n"
".globl "GLAPI_PREFIX_STR(PointParameteriv)"\n"
".set "GLAPI_PREFIX_STR(PointParameteriv)", "GLAPI_PREFIX_STR(PointParameterivNV)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteVertexArrays))"\n"
-"\t"STUB_ASM_CODE("836")"\n"
+"\t"STUB_ASM_CODE("874")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsVertexArray))"\n"
-"\t"STUB_ASM_CODE("838")"\n"
+"\t"STUB_ASM_CODE("876")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramNamedParameterdvNV))"\n"
-"\t"STUB_ASM_CODE("839")"\n"
+"\t"STUB_ASM_CODE("877")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramNamedParameterfvNV))"\n"
-"\t"STUB_ASM_CODE("840")"\n"
+"\t"STUB_ASM_CODE("878")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4dNV))"\n"
-"\t"STUB_ASM_CODE("841")"\n"
+"\t"STUB_ASM_CODE("879")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4dvNV))"\n"
-"\t"STUB_ASM_CODE("842")"\n"
+"\t"STUB_ASM_CODE("880")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4fNV))"\n"
-"\t"STUB_ASM_CODE("843")"\n"
+"\t"STUB_ASM_CODE("881")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4fvNV))"\n"
-"\t"STUB_ASM_CODE("844")"\n"
+"\t"STUB_ASM_CODE("882")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrimitiveRestartIndexNV))"\n"
-"\t"STUB_ASM_CODE("845")"\n"
+"\t"STUB_ASM_CODE("883")"\n"
".globl "GLAPI_PREFIX_STR(PrimitiveRestartIndex)"\n"
".set "GLAPI_PREFIX_STR(PrimitiveRestartIndex)", "GLAPI_PREFIX_STR(PrimitiveRestartIndexNV)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrimitiveRestartNV))"\n"
-"\t"STUB_ASM_CODE("846")"\n"
+"\t"STUB_ASM_CODE("884")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationSeparate))"\n"
-"\t"STUB_ASM_CODE("894")"\n"
+"\t"STUB_ASM_CODE("932")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFramebufferEXT))"\n"
-"\t"STUB_ASM_CODE("895")"\n"
+"\t"STUB_ASM_CODE("933")"\n"
".globl "GLAPI_PREFIX_STR(BindFramebuffer)"\n"
".set "GLAPI_PREFIX_STR(BindFramebuffer)", "GLAPI_PREFIX_STR(BindFramebufferEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindRenderbufferEXT))"\n"
-"\t"STUB_ASM_CODE("896")"\n"
+"\t"STUB_ASM_CODE("934")"\n"
".globl "GLAPI_PREFIX_STR(BindRenderbuffer)"\n"
".set "GLAPI_PREFIX_STR(BindRenderbuffer)", "GLAPI_PREFIX_STR(BindRenderbufferEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CheckFramebufferStatusEXT))"\n"
-"\t"STUB_ASM_CODE("897")"\n"
+"\t"STUB_ASM_CODE("935")"\n"
".globl "GLAPI_PREFIX_STR(CheckFramebufferStatus)"\n"
".set "GLAPI_PREFIX_STR(CheckFramebufferStatus)", "GLAPI_PREFIX_STR(CheckFramebufferStatusEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteFramebuffersEXT))"\n"
-"\t"STUB_ASM_CODE("898")"\n"
+"\t"STUB_ASM_CODE("936")"\n"
".globl "GLAPI_PREFIX_STR(DeleteFramebuffers)"\n"
".set "GLAPI_PREFIX_STR(DeleteFramebuffers)", "GLAPI_PREFIX_STR(DeleteFramebuffersEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteRenderbuffersEXT))"\n"
-"\t"STUB_ASM_CODE("899")"\n"
+"\t"STUB_ASM_CODE("937")"\n"
".globl "GLAPI_PREFIX_STR(DeleteRenderbuffers)"\n"
".set "GLAPI_PREFIX_STR(DeleteRenderbuffers)", "GLAPI_PREFIX_STR(DeleteRenderbuffersEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferRenderbufferEXT))"\n"
-"\t"STUB_ASM_CODE("900")"\n"
+"\t"STUB_ASM_CODE("938")"\n"
".globl "GLAPI_PREFIX_STR(FramebufferRenderbuffer)"\n"
".set "GLAPI_PREFIX_STR(FramebufferRenderbuffer)", "GLAPI_PREFIX_STR(FramebufferRenderbufferEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture1DEXT))"\n"
-"\t"STUB_ASM_CODE("901")"\n"
+"\t"STUB_ASM_CODE("939")"\n"
".globl "GLAPI_PREFIX_STR(FramebufferTexture1D)"\n"
".set "GLAPI_PREFIX_STR(FramebufferTexture1D)", "GLAPI_PREFIX_STR(FramebufferTexture1DEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture2DEXT))"\n"
-"\t"STUB_ASM_CODE("902")"\n"
+"\t"STUB_ASM_CODE("940")"\n"
".globl "GLAPI_PREFIX_STR(FramebufferTexture2D)"\n"
".set "GLAPI_PREFIX_STR(FramebufferTexture2D)", "GLAPI_PREFIX_STR(FramebufferTexture2DEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture3DEXT))"\n"
-"\t"STUB_ASM_CODE("903")"\n"
+"\t"STUB_ASM_CODE("941")"\n"
".globl "GLAPI_PREFIX_STR(FramebufferTexture3D)"\n"
".set "GLAPI_PREFIX_STR(FramebufferTexture3D)", "GLAPI_PREFIX_STR(FramebufferTexture3DEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenFramebuffersEXT))"\n"
-"\t"STUB_ASM_CODE("904")"\n"
+"\t"STUB_ASM_CODE("942")"\n"
".globl "GLAPI_PREFIX_STR(GenFramebuffers)"\n"
".set "GLAPI_PREFIX_STR(GenFramebuffers)", "GLAPI_PREFIX_STR(GenFramebuffersEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenRenderbuffersEXT))"\n"
-"\t"STUB_ASM_CODE("905")"\n"
+"\t"STUB_ASM_CODE("943")"\n"
".globl "GLAPI_PREFIX_STR(GenRenderbuffers)"\n"
".set "GLAPI_PREFIX_STR(GenRenderbuffers)", "GLAPI_PREFIX_STR(GenRenderbuffersEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenerateMipmapEXT))"\n"
-"\t"STUB_ASM_CODE("906")"\n"
+"\t"STUB_ASM_CODE("944")"\n"
".globl "GLAPI_PREFIX_STR(GenerateMipmap)"\n"
".set "GLAPI_PREFIX_STR(GenerateMipmap)", "GLAPI_PREFIX_STR(GenerateMipmapEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivEXT))"\n"
-"\t"STUB_ASM_CODE("907")"\n"
+"\t"STUB_ASM_CODE("945")"\n"
".globl "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameteriv)"\n"
".set "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameteriv)", "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetRenderbufferParameterivEXT))"\n"
-"\t"STUB_ASM_CODE("908")"\n"
+"\t"STUB_ASM_CODE("946")"\n"
".globl "GLAPI_PREFIX_STR(GetRenderbufferParameteriv)"\n"
".set "GLAPI_PREFIX_STR(GetRenderbufferParameteriv)", "GLAPI_PREFIX_STR(GetRenderbufferParameterivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsFramebufferEXT))"\n"
-"\t"STUB_ASM_CODE("909")"\n"
+"\t"STUB_ASM_CODE("947")"\n"
".globl "GLAPI_PREFIX_STR(IsFramebuffer)"\n"
".set "GLAPI_PREFIX_STR(IsFramebuffer)", "GLAPI_PREFIX_STR(IsFramebufferEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsRenderbufferEXT))"\n"
-"\t"STUB_ASM_CODE("910")"\n"
+"\t"STUB_ASM_CODE("948")"\n"
".globl "GLAPI_PREFIX_STR(IsRenderbuffer)"\n"
".set "GLAPI_PREFIX_STR(IsRenderbuffer)", "GLAPI_PREFIX_STR(IsRenderbufferEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderbufferStorageEXT))"\n"
-"\t"STUB_ASM_CODE("911")"\n"
+"\t"STUB_ASM_CODE("949")"\n"
".globl "GLAPI_PREFIX_STR(RenderbufferStorage)"\n"
".set "GLAPI_PREFIX_STR(RenderbufferStorage)", "GLAPI_PREFIX_STR(RenderbufferStorageEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlitFramebuffer))"\n"
-"\t"STUB_ASM_CODE("912")"\n"
+"\t"STUB_ASM_CODE("950")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFragDataLocationEXT))"\n"
-"\t"STUB_ASM_CODE("915")"\n"
+"\t"STUB_ASM_CODE("953")"\n"
".globl "GLAPI_PREFIX_STR(BindFragDataLocation)"\n"
".set "GLAPI_PREFIX_STR(BindFragDataLocation)", "GLAPI_PREFIX_STR(BindFragDataLocationEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFragDataLocationEXT))"\n"
-"\t"STUB_ASM_CODE("916")"\n"
+"\t"STUB_ASM_CODE("954")"\n"
".globl "GLAPI_PREFIX_STR(GetFragDataLocation)"\n"
".set "GLAPI_PREFIX_STR(GetFragDataLocation)", "GLAPI_PREFIX_STR(GetFragDataLocationEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformuivEXT))"\n"
-"\t"STUB_ASM_CODE("917")"\n"
+"\t"STUB_ASM_CODE("955")"\n"
".globl "GLAPI_PREFIX_STR(GetUniformuiv)"\n"
".set "GLAPI_PREFIX_STR(GetUniformuiv)", "GLAPI_PREFIX_STR(GetUniformuivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribIivEXT))"\n"
-"\t"STUB_ASM_CODE("918")"\n"
+"\t"STUB_ASM_CODE("956")"\n"
".globl "GLAPI_PREFIX_STR(GetVertexAttribIiv)"\n"
".set "GLAPI_PREFIX_STR(GetVertexAttribIiv)", "GLAPI_PREFIX_STR(GetVertexAttribIivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribIuivEXT))"\n"
-"\t"STUB_ASM_CODE("919")"\n"
+"\t"STUB_ASM_CODE("957")"\n"
".globl "GLAPI_PREFIX_STR(GetVertexAttribIuiv)"\n"
".set "GLAPI_PREFIX_STR(GetVertexAttribIuiv)", "GLAPI_PREFIX_STR(GetVertexAttribIuivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1uiEXT))"\n"
-"\t"STUB_ASM_CODE("920")"\n"
+"\t"STUB_ASM_CODE("958")"\n"
".globl "GLAPI_PREFIX_STR(Uniform1ui)"\n"
".set "GLAPI_PREFIX_STR(Uniform1ui)", "GLAPI_PREFIX_STR(Uniform1uiEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1uivEXT))"\n"
-"\t"STUB_ASM_CODE("921")"\n"
+"\t"STUB_ASM_CODE("959")"\n"
".globl "GLAPI_PREFIX_STR(Uniform1uiv)"\n"
".set "GLAPI_PREFIX_STR(Uniform1uiv)", "GLAPI_PREFIX_STR(Uniform1uivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2uiEXT))"\n"
-"\t"STUB_ASM_CODE("922")"\n"
+"\t"STUB_ASM_CODE("960")"\n"
".globl "GLAPI_PREFIX_STR(Uniform2ui)"\n"
".set "GLAPI_PREFIX_STR(Uniform2ui)", "GLAPI_PREFIX_STR(Uniform2uiEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2uivEXT))"\n"
-"\t"STUB_ASM_CODE("923")"\n"
+"\t"STUB_ASM_CODE("961")"\n"
".globl "GLAPI_PREFIX_STR(Uniform2uiv)"\n"
".set "GLAPI_PREFIX_STR(Uniform2uiv)", "GLAPI_PREFIX_STR(Uniform2uivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3uiEXT))"\n"
-"\t"STUB_ASM_CODE("924")"\n"
+"\t"STUB_ASM_CODE("962")"\n"
".globl "GLAPI_PREFIX_STR(Uniform3ui)"\n"
".set "GLAPI_PREFIX_STR(Uniform3ui)", "GLAPI_PREFIX_STR(Uniform3uiEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3uivEXT))"\n"
-"\t"STUB_ASM_CODE("925")"\n"
+"\t"STUB_ASM_CODE("963")"\n"
".globl "GLAPI_PREFIX_STR(Uniform3uiv)"\n"
".set "GLAPI_PREFIX_STR(Uniform3uiv)", "GLAPI_PREFIX_STR(Uniform3uivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4uiEXT))"\n"
-"\t"STUB_ASM_CODE("926")"\n"
+"\t"STUB_ASM_CODE("964")"\n"
".globl "GLAPI_PREFIX_STR(Uniform4ui)"\n"
".set "GLAPI_PREFIX_STR(Uniform4ui)", "GLAPI_PREFIX_STR(Uniform4uiEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4uivEXT))"\n"
-"\t"STUB_ASM_CODE("927")"\n"
+"\t"STUB_ASM_CODE("965")"\n"
".globl "GLAPI_PREFIX_STR(Uniform4uiv)"\n"
".set "GLAPI_PREFIX_STR(Uniform4uiv)", "GLAPI_PREFIX_STR(Uniform4uivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1iEXT))"\n"
-"\t"STUB_ASM_CODE("928")"\n"
+"\t"STUB_ASM_CODE("966")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI1i)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI1i)", "GLAPI_PREFIX_STR(VertexAttribI1iEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1ivEXT))"\n"
-"\t"STUB_ASM_CODE("929")"\n"
+"\t"STUB_ASM_CODE("967")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI1iv)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI1iv)", "GLAPI_PREFIX_STR(VertexAttribI1ivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1uiEXT))"\n"
-"\t"STUB_ASM_CODE("930")"\n"
+"\t"STUB_ASM_CODE("968")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI1ui)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI1ui)", "GLAPI_PREFIX_STR(VertexAttribI1uiEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1uivEXT))"\n"
-"\t"STUB_ASM_CODE("931")"\n"
+"\t"STUB_ASM_CODE("969")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI1uiv)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI1uiv)", "GLAPI_PREFIX_STR(VertexAttribI1uivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2iEXT))"\n"
-"\t"STUB_ASM_CODE("932")"\n"
+"\t"STUB_ASM_CODE("970")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI2i)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI2i)", "GLAPI_PREFIX_STR(VertexAttribI2iEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2ivEXT))"\n"
-"\t"STUB_ASM_CODE("933")"\n"
+"\t"STUB_ASM_CODE("971")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI2iv)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI2iv)", "GLAPI_PREFIX_STR(VertexAttribI2ivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2uiEXT))"\n"
-"\t"STUB_ASM_CODE("934")"\n"
+"\t"STUB_ASM_CODE("972")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI2ui)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI2ui)", "GLAPI_PREFIX_STR(VertexAttribI2uiEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2uivEXT))"\n"
-"\t"STUB_ASM_CODE("935")"\n"
+"\t"STUB_ASM_CODE("973")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI2uiv)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI2uiv)", "GLAPI_PREFIX_STR(VertexAttribI2uivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3iEXT))"\n"
-"\t"STUB_ASM_CODE("936")"\n"
+"\t"STUB_ASM_CODE("974")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI3i)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI3i)", "GLAPI_PREFIX_STR(VertexAttribI3iEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3ivEXT))"\n"
-"\t"STUB_ASM_CODE("937")"\n"
+"\t"STUB_ASM_CODE("975")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI3iv)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI3iv)", "GLAPI_PREFIX_STR(VertexAttribI3ivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3uiEXT))"\n"
-"\t"STUB_ASM_CODE("938")"\n"
+"\t"STUB_ASM_CODE("976")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI3ui)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI3ui)", "GLAPI_PREFIX_STR(VertexAttribI3uiEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3uivEXT))"\n"
-"\t"STUB_ASM_CODE("939")"\n"
+"\t"STUB_ASM_CODE("977")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI3uiv)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI3uiv)", "GLAPI_PREFIX_STR(VertexAttribI3uivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4bvEXT))"\n"
-"\t"STUB_ASM_CODE("940")"\n"
+"\t"STUB_ASM_CODE("978")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI4bv)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI4bv)", "GLAPI_PREFIX_STR(VertexAttribI4bvEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4iEXT))"\n"
-"\t"STUB_ASM_CODE("941")"\n"
+"\t"STUB_ASM_CODE("979")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI4i)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI4i)", "GLAPI_PREFIX_STR(VertexAttribI4iEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4ivEXT))"\n"
-"\t"STUB_ASM_CODE("942")"\n"
+"\t"STUB_ASM_CODE("980")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI4iv)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI4iv)", "GLAPI_PREFIX_STR(VertexAttribI4ivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4svEXT))"\n"
-"\t"STUB_ASM_CODE("943")"\n"
+"\t"STUB_ASM_CODE("981")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI4sv)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI4sv)", "GLAPI_PREFIX_STR(VertexAttribI4svEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4ubvEXT))"\n"
-"\t"STUB_ASM_CODE("944")"\n"
+"\t"STUB_ASM_CODE("982")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI4ubv)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI4ubv)", "GLAPI_PREFIX_STR(VertexAttribI4ubvEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4uiEXT))"\n"
-"\t"STUB_ASM_CODE("945")"\n"
+"\t"STUB_ASM_CODE("983")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI4ui)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI4ui)", "GLAPI_PREFIX_STR(VertexAttribI4uiEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4uivEXT))"\n"
-"\t"STUB_ASM_CODE("946")"\n"
+"\t"STUB_ASM_CODE("984")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI4uiv)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI4uiv)", "GLAPI_PREFIX_STR(VertexAttribI4uivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4usvEXT))"\n"
-"\t"STUB_ASM_CODE("947")"\n"
+"\t"STUB_ASM_CODE("985")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribI4usv)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribI4usv)", "GLAPI_PREFIX_STR(VertexAttribI4usvEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribIPointerEXT))"\n"
-"\t"STUB_ASM_CODE("948")"\n"
+"\t"STUB_ASM_CODE("986")"\n"
".globl "GLAPI_PREFIX_STR(VertexAttribIPointer)"\n"
".set "GLAPI_PREFIX_STR(VertexAttribIPointer)", "GLAPI_PREFIX_STR(VertexAttribIPointerEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureLayerEXT))"\n"
-"\t"STUB_ASM_CODE("949")"\n"
+"\t"STUB_ASM_CODE("987")"\n"
".globl "GLAPI_PREFIX_STR(FramebufferTextureLayer)"\n"
".set "GLAPI_PREFIX_STR(FramebufferTextureLayer)", "GLAPI_PREFIX_STR(FramebufferTextureLayerEXT)"\n"
@@ -13424,154 +13842,154 @@ STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureLayerEXT))"\n"
".set "GLAPI_PREFIX_STR(FramebufferTextureLayerARB)", "GLAPI_PREFIX_STR(FramebufferTextureLayerEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMaskIndexedEXT))"\n"
-"\t"STUB_ASM_CODE("950")"\n"
+"\t"STUB_ASM_CODE("988")"\n"
".globl "GLAPI_PREFIX_STR(ColorMaski)"\n"
".set "GLAPI_PREFIX_STR(ColorMaski)", "GLAPI_PREFIX_STR(ColorMaskIndexedEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableIndexedEXT))"\n"
-"\t"STUB_ASM_CODE("951")"\n"
+"\t"STUB_ASM_CODE("989")"\n"
".globl "GLAPI_PREFIX_STR(Disablei)"\n"
".set "GLAPI_PREFIX_STR(Disablei)", "GLAPI_PREFIX_STR(DisableIndexedEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableIndexedEXT))"\n"
-"\t"STUB_ASM_CODE("952")"\n"
+"\t"STUB_ASM_CODE("990")"\n"
".globl "GLAPI_PREFIX_STR(Enablei)"\n"
".set "GLAPI_PREFIX_STR(Enablei)", "GLAPI_PREFIX_STR(EnableIndexedEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBooleanIndexedvEXT))"\n"
-"\t"STUB_ASM_CODE("953")"\n"
+"\t"STUB_ASM_CODE("991")"\n"
".globl "GLAPI_PREFIX_STR(GetBooleani_v)"\n"
".set "GLAPI_PREFIX_STR(GetBooleani_v)", "GLAPI_PREFIX_STR(GetBooleanIndexedvEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetIntegerIndexedvEXT))"\n"
-"\t"STUB_ASM_CODE("954")"\n"
+"\t"STUB_ASM_CODE("992")"\n"
".globl "GLAPI_PREFIX_STR(GetIntegeri_v)"\n"
".set "GLAPI_PREFIX_STR(GetIntegeri_v)", "GLAPI_PREFIX_STR(GetIntegerIndexedvEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsEnabledIndexedEXT))"\n"
-"\t"STUB_ASM_CODE("955")"\n"
+"\t"STUB_ASM_CODE("993")"\n"
".globl "GLAPI_PREFIX_STR(IsEnabledi)"\n"
".set "GLAPI_PREFIX_STR(IsEnabledi)", "GLAPI_PREFIX_STR(IsEnabledIndexedEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColorIiEXT))"\n"
-"\t"STUB_ASM_CODE("956")"\n"
+"\t"STUB_ASM_CODE("994")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColorIuiEXT))"\n"
-"\t"STUB_ASM_CODE("957")"\n"
+"\t"STUB_ASM_CODE("995")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterIivEXT))"\n"
-"\t"STUB_ASM_CODE("958")"\n"
+"\t"STUB_ASM_CODE("996")"\n"
".globl "GLAPI_PREFIX_STR(GetTexParameterIiv)"\n"
".set "GLAPI_PREFIX_STR(GetTexParameterIiv)", "GLAPI_PREFIX_STR(GetTexParameterIivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterIuivEXT))"\n"
-"\t"STUB_ASM_CODE("959")"\n"
+"\t"STUB_ASM_CODE("997")"\n"
".globl "GLAPI_PREFIX_STR(GetTexParameterIuiv)"\n"
".set "GLAPI_PREFIX_STR(GetTexParameterIuiv)", "GLAPI_PREFIX_STR(GetTexParameterIuivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterIivEXT))"\n"
-"\t"STUB_ASM_CODE("960")"\n"
+"\t"STUB_ASM_CODE("998")"\n"
".globl "GLAPI_PREFIX_STR(TexParameterIiv)"\n"
".set "GLAPI_PREFIX_STR(TexParameterIiv)", "GLAPI_PREFIX_STR(TexParameterIivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterIuivEXT))"\n"
-"\t"STUB_ASM_CODE("961")"\n"
+"\t"STUB_ASM_CODE("999")"\n"
".globl "GLAPI_PREFIX_STR(TexParameterIuiv)"\n"
".set "GLAPI_PREFIX_STR(TexParameterIuiv)", "GLAPI_PREFIX_STR(TexParameterIuivEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginConditionalRenderNV))"\n"
-"\t"STUB_ASM_CODE("962")"\n"
+"\t"STUB_ASM_CODE("1000")"\n"
".globl "GLAPI_PREFIX_STR(BeginConditionalRender)"\n"
".set "GLAPI_PREFIX_STR(BeginConditionalRender)", "GLAPI_PREFIX_STR(BeginConditionalRenderNV)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndConditionalRenderNV))"\n"
-"\t"STUB_ASM_CODE("963")"\n"
+"\t"STUB_ASM_CODE("1001")"\n"
".globl "GLAPI_PREFIX_STR(EndConditionalRender)"\n"
".set "GLAPI_PREFIX_STR(EndConditionalRender)", "GLAPI_PREFIX_STR(EndConditionalRenderNV)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginTransformFeedbackEXT))"\n"
-"\t"STUB_ASM_CODE("964")"\n"
+"\t"STUB_ASM_CODE("1002")"\n"
".globl "GLAPI_PREFIX_STR(BeginTransformFeedback)"\n"
".set "GLAPI_PREFIX_STR(BeginTransformFeedback)", "GLAPI_PREFIX_STR(BeginTransformFeedbackEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferBaseEXT))"\n"
-"\t"STUB_ASM_CODE("965")"\n"
+"\t"STUB_ASM_CODE("1003")"\n"
".globl "GLAPI_PREFIX_STR(BindBufferBase)"\n"
".set "GLAPI_PREFIX_STR(BindBufferBase)", "GLAPI_PREFIX_STR(BindBufferBaseEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferOffsetEXT))"\n"
-"\t"STUB_ASM_CODE("966")"\n"
+"\t"STUB_ASM_CODE("1004")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferRangeEXT))"\n"
-"\t"STUB_ASM_CODE("967")"\n"
+"\t"STUB_ASM_CODE("1005")"\n"
".globl "GLAPI_PREFIX_STR(BindBufferRange)"\n"
".set "GLAPI_PREFIX_STR(BindBufferRange)", "GLAPI_PREFIX_STR(BindBufferRangeEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndTransformFeedbackEXT))"\n"
-"\t"STUB_ASM_CODE("968")"\n"
+"\t"STUB_ASM_CODE("1006")"\n"
".globl "GLAPI_PREFIX_STR(EndTransformFeedback)"\n"
".set "GLAPI_PREFIX_STR(EndTransformFeedback)", "GLAPI_PREFIX_STR(EndTransformFeedbackEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTransformFeedbackVaryingEXT))"\n"
-"\t"STUB_ASM_CODE("969")"\n"
+"\t"STUB_ASM_CODE("1007")"\n"
".globl "GLAPI_PREFIX_STR(GetTransformFeedbackVarying)"\n"
".set "GLAPI_PREFIX_STR(GetTransformFeedbackVarying)", "GLAPI_PREFIX_STR(GetTransformFeedbackVaryingEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TransformFeedbackVaryingsEXT))"\n"
-"\t"STUB_ASM_CODE("970")"\n"
+"\t"STUB_ASM_CODE("1008")"\n"
".globl "GLAPI_PREFIX_STR(TransformFeedbackVaryings)"\n"
".set "GLAPI_PREFIX_STR(TransformFeedbackVaryings)", "GLAPI_PREFIX_STR(TransformFeedbackVaryingsEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProvokingVertexEXT))"\n"
-"\t"STUB_ASM_CODE("971")"\n"
+"\t"STUB_ASM_CODE("1009")"\n"
".globl "GLAPI_PREFIX_STR(ProvokingVertex)"\n"
".set "GLAPI_PREFIX_STR(ProvokingVertex)", "GLAPI_PREFIX_STR(ProvokingVertexEXT)"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterivAPPLE))"\n"
-"\t"STUB_ASM_CODE("974")"\n"
+"\t"STUB_ASM_CODE("1012")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ObjectPurgeableAPPLE))"\n"
-"\t"STUB_ASM_CODE("975")"\n"
+"\t"STUB_ASM_CODE("1013")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ObjectUnpurgeableAPPLE))"\n"
-"\t"STUB_ASM_CODE("976")"\n"
+"\t"STUB_ASM_CODE("1014")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ActiveProgramEXT))"\n"
-"\t"STUB_ASM_CODE("977")"\n"
+"\t"STUB_ASM_CODE("1015")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShaderProgramEXT))"\n"
-"\t"STUB_ASM_CODE("978")"\n"
+"\t"STUB_ASM_CODE("1016")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UseShaderProgramEXT))"\n"
-"\t"STUB_ASM_CODE("979")"\n"
+"\t"STUB_ASM_CODE("1017")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TextureBarrierNV))"\n"
-"\t"STUB_ASM_CODE("980")"\n"
+"\t"STUB_ASM_CODE("1018")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EGLImageTargetRenderbufferStorageOES))"\n"
-"\t"STUB_ASM_CODE("986")"\n"
+"\t"STUB_ASM_CODE("1024")"\n"
STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EGLImageTargetTexture2DOES))"\n"
-"\t"STUB_ASM_CODE("987")"\n"
+"\t"STUB_ASM_CODE("1025")"\n"
);
#undef MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN
diff --git a/src/mapi/glapi/glapi_sparc.S b/src/mapi/glapi/glapi_sparc.S
index a21512ddb1d..f4ce09866b5 100644
--- a/src/mapi/glapi/glapi_sparc.S
+++ b/src/mapi/glapi/glapi_sparc.S
@@ -810,355 +810,393 @@ gl_dispatch_functions_start:
GL_STUB(glSamplerParameterfv, 612)
GL_STUB(glSamplerParameteri, 613)
GL_STUB(glSamplerParameteriv, 614)
- GL_STUB(glBindTransformFeedback, 615)
- GL_STUB(glDeleteTransformFeedbacks, 616)
- GL_STUB(glDrawTransformFeedback, 617)
- GL_STUB(glGenTransformFeedbacks, 618)
- GL_STUB(glIsTransformFeedback, 619)
- GL_STUB(glPauseTransformFeedback, 620)
- GL_STUB(glResumeTransformFeedback, 621)
- GL_STUB(glClearDepthf, 622)
- GL_STUB(glDepthRangef, 623)
- GL_STUB(glGetShaderPrecisionFormat, 624)
- GL_STUB(glReleaseShaderCompiler, 625)
- GL_STUB(glShaderBinary, 626)
- GL_STUB(glGetGraphicsResetStatusARB, 627)
- GL_STUB(glGetnColorTableARB, 628)
- GL_STUB(glGetnCompressedTexImageARB, 629)
- GL_STUB(glGetnConvolutionFilterARB, 630)
- GL_STUB(glGetnHistogramARB, 631)
- GL_STUB(glGetnMapdvARB, 632)
- GL_STUB(glGetnMapfvARB, 633)
- GL_STUB(glGetnMapivARB, 634)
- GL_STUB(glGetnMinmaxARB, 635)
- GL_STUB(glGetnPixelMapfvARB, 636)
- GL_STUB(glGetnPixelMapuivARB, 637)
- GL_STUB(glGetnPixelMapusvARB, 638)
- GL_STUB(glGetnPolygonStippleARB, 639)
- GL_STUB(glGetnSeparableFilterARB, 640)
- GL_STUB(glGetnTexImageARB, 641)
- GL_STUB(glGetnUniformdvARB, 642)
- GL_STUB(glGetnUniformfvARB, 643)
- GL_STUB(glGetnUniformivARB, 644)
- GL_STUB(glGetnUniformuivARB, 645)
- GL_STUB(glReadnPixelsARB, 646)
- GL_STUB(glPolygonOffsetEXT, 647)
- GL_STUB(gl_dispatch_stub_648, 648)
- HIDDEN(gl_dispatch_stub_648)
- GL_STUB(gl_dispatch_stub_649, 649)
- HIDDEN(gl_dispatch_stub_649)
- GL_STUB(gl_dispatch_stub_650, 650)
- HIDDEN(gl_dispatch_stub_650)
- GL_STUB(gl_dispatch_stub_651, 651)
- HIDDEN(gl_dispatch_stub_651)
- GL_STUB(gl_dispatch_stub_652, 652)
- HIDDEN(gl_dispatch_stub_652)
- GL_STUB(gl_dispatch_stub_653, 653)
- HIDDEN(gl_dispatch_stub_653)
- GL_STUB(gl_dispatch_stub_654, 654)
- HIDDEN(gl_dispatch_stub_654)
- GL_STUB(gl_dispatch_stub_655, 655)
- HIDDEN(gl_dispatch_stub_655)
- GL_STUB(glColorPointerEXT, 656)
- GL_STUB(glEdgeFlagPointerEXT, 657)
- GL_STUB(glIndexPointerEXT, 658)
- GL_STUB(glNormalPointerEXT, 659)
- GL_STUB(glTexCoordPointerEXT, 660)
- GL_STUB(glVertexPointerEXT, 661)
- GL_STUB(glPointParameterfEXT, 662)
- GL_STUB(glPointParameterfvEXT, 663)
- GL_STUB(glLockArraysEXT, 664)
- GL_STUB(glUnlockArraysEXT, 665)
- GL_STUB(glSecondaryColor3bEXT, 666)
- GL_STUB(glSecondaryColor3bvEXT, 667)
- GL_STUB(glSecondaryColor3dEXT, 668)
- GL_STUB(glSecondaryColor3dvEXT, 669)
- GL_STUB(glSecondaryColor3fEXT, 670)
- GL_STUB(glSecondaryColor3fvEXT, 671)
- GL_STUB(glSecondaryColor3iEXT, 672)
- GL_STUB(glSecondaryColor3ivEXT, 673)
- GL_STUB(glSecondaryColor3sEXT, 674)
- GL_STUB(glSecondaryColor3svEXT, 675)
- GL_STUB(glSecondaryColor3ubEXT, 676)
- GL_STUB(glSecondaryColor3ubvEXT, 677)
- GL_STUB(glSecondaryColor3uiEXT, 678)
- GL_STUB(glSecondaryColor3uivEXT, 679)
- GL_STUB(glSecondaryColor3usEXT, 680)
- GL_STUB(glSecondaryColor3usvEXT, 681)
- GL_STUB(glSecondaryColorPointerEXT, 682)
- GL_STUB(glMultiDrawArraysEXT, 683)
- GL_STUB(glMultiDrawElementsEXT, 684)
- GL_STUB(glFogCoordPointerEXT, 685)
- GL_STUB(glFogCoorddEXT, 686)
- GL_STUB(glFogCoorddvEXT, 687)
- GL_STUB(glFogCoordfEXT, 688)
- GL_STUB(glFogCoordfvEXT, 689)
+ GL_STUB(glColorP3ui, 615)
+ GL_STUB(glColorP3uiv, 616)
+ GL_STUB(glColorP4ui, 617)
+ GL_STUB(glColorP4uiv, 618)
+ GL_STUB(glMultiTexCoordP1ui, 619)
+ GL_STUB(glMultiTexCoordP1uiv, 620)
+ GL_STUB(glMultiTexCoordP2ui, 621)
+ GL_STUB(glMultiTexCoordP2uiv, 622)
+ GL_STUB(glMultiTexCoordP3ui, 623)
+ GL_STUB(glMultiTexCoordP3uiv, 624)
+ GL_STUB(glMultiTexCoordP4ui, 625)
+ GL_STUB(glMultiTexCoordP4uiv, 626)
+ GL_STUB(glNormalP3ui, 627)
+ GL_STUB(glNormalP3uiv, 628)
+ GL_STUB(glSecondaryColorP3ui, 629)
+ GL_STUB(glSecondaryColorP3uiv, 630)
+ GL_STUB(glTexCoordP1ui, 631)
+ GL_STUB(glTexCoordP1uiv, 632)
+ GL_STUB(glTexCoordP2ui, 633)
+ GL_STUB(glTexCoordP2uiv, 634)
+ GL_STUB(glTexCoordP3ui, 635)
+ GL_STUB(glTexCoordP3uiv, 636)
+ GL_STUB(glTexCoordP4ui, 637)
+ GL_STUB(glTexCoordP4uiv, 638)
+ GL_STUB(glVertexAttribP1ui, 639)
+ GL_STUB(glVertexAttribP1uiv, 640)
+ GL_STUB(glVertexAttribP2ui, 641)
+ GL_STUB(glVertexAttribP2uiv, 642)
+ GL_STUB(glVertexAttribP3ui, 643)
+ GL_STUB(glVertexAttribP3uiv, 644)
+ GL_STUB(glVertexAttribP4ui, 645)
+ GL_STUB(glVertexAttribP4uiv, 646)
+ GL_STUB(glVertexP2ui, 647)
+ GL_STUB(glVertexP2uiv, 648)
+ GL_STUB(glVertexP3ui, 649)
+ GL_STUB(glVertexP3uiv, 650)
+ GL_STUB(glVertexP4ui, 651)
+ GL_STUB(glVertexP4uiv, 652)
+ GL_STUB(glBindTransformFeedback, 653)
+ GL_STUB(glDeleteTransformFeedbacks, 654)
+ GL_STUB(glDrawTransformFeedback, 655)
+ GL_STUB(glGenTransformFeedbacks, 656)
+ GL_STUB(glIsTransformFeedback, 657)
+ GL_STUB(glPauseTransformFeedback, 658)
+ GL_STUB(glResumeTransformFeedback, 659)
+ GL_STUB(glClearDepthf, 660)
+ GL_STUB(glDepthRangef, 661)
+ GL_STUB(glGetShaderPrecisionFormat, 662)
+ GL_STUB(glReleaseShaderCompiler, 663)
+ GL_STUB(glShaderBinary, 664)
+ GL_STUB(glGetGraphicsResetStatusARB, 665)
+ GL_STUB(glGetnColorTableARB, 666)
+ GL_STUB(glGetnCompressedTexImageARB, 667)
+ GL_STUB(glGetnConvolutionFilterARB, 668)
+ GL_STUB(glGetnHistogramARB, 669)
+ GL_STUB(glGetnMapdvARB, 670)
+ GL_STUB(glGetnMapfvARB, 671)
+ GL_STUB(glGetnMapivARB, 672)
+ GL_STUB(glGetnMinmaxARB, 673)
+ GL_STUB(glGetnPixelMapfvARB, 674)
+ GL_STUB(glGetnPixelMapuivARB, 675)
+ GL_STUB(glGetnPixelMapusvARB, 676)
+ GL_STUB(glGetnPolygonStippleARB, 677)
+ GL_STUB(glGetnSeparableFilterARB, 678)
+ GL_STUB(glGetnTexImageARB, 679)
+ GL_STUB(glGetnUniformdvARB, 680)
+ GL_STUB(glGetnUniformfvARB, 681)
+ GL_STUB(glGetnUniformivARB, 682)
+ GL_STUB(glGetnUniformuivARB, 683)
+ GL_STUB(glReadnPixelsARB, 684)
+ GL_STUB(glPolygonOffsetEXT, 685)
+ GL_STUB(gl_dispatch_stub_686, 686)
+ HIDDEN(gl_dispatch_stub_686)
+ GL_STUB(gl_dispatch_stub_687, 687)
+ HIDDEN(gl_dispatch_stub_687)
+ GL_STUB(gl_dispatch_stub_688, 688)
+ HIDDEN(gl_dispatch_stub_688)
+ GL_STUB(gl_dispatch_stub_689, 689)
+ HIDDEN(gl_dispatch_stub_689)
GL_STUB(gl_dispatch_stub_690, 690)
HIDDEN(gl_dispatch_stub_690)
- GL_STUB(glBlendFuncSeparateEXT, 691)
- GL_STUB(glFlushVertexArrayRangeNV, 692)
- GL_STUB(glVertexArrayRangeNV, 693)
- GL_STUB(glCombinerInputNV, 694)
- GL_STUB(glCombinerOutputNV, 695)
- GL_STUB(glCombinerParameterfNV, 696)
- GL_STUB(glCombinerParameterfvNV, 697)
- GL_STUB(glCombinerParameteriNV, 698)
- GL_STUB(glCombinerParameterivNV, 699)
- GL_STUB(glFinalCombinerInputNV, 700)
- GL_STUB(glGetCombinerInputParameterfvNV, 701)
- GL_STUB(glGetCombinerInputParameterivNV, 702)
- GL_STUB(glGetCombinerOutputParameterfvNV, 703)
- GL_STUB(glGetCombinerOutputParameterivNV, 704)
- GL_STUB(glGetFinalCombinerInputParameterfvNV, 705)
- GL_STUB(glGetFinalCombinerInputParameterivNV, 706)
- GL_STUB(glResizeBuffersMESA, 707)
- GL_STUB(glWindowPos2dMESA, 708)
- GL_STUB(glWindowPos2dvMESA, 709)
- GL_STUB(glWindowPos2fMESA, 710)
- GL_STUB(glWindowPos2fvMESA, 711)
- GL_STUB(glWindowPos2iMESA, 712)
- GL_STUB(glWindowPos2ivMESA, 713)
- GL_STUB(glWindowPos2sMESA, 714)
- GL_STUB(glWindowPos2svMESA, 715)
- GL_STUB(glWindowPos3dMESA, 716)
- GL_STUB(glWindowPos3dvMESA, 717)
- GL_STUB(glWindowPos3fMESA, 718)
- GL_STUB(glWindowPos3fvMESA, 719)
- GL_STUB(glWindowPos3iMESA, 720)
- GL_STUB(glWindowPos3ivMESA, 721)
- GL_STUB(glWindowPos3sMESA, 722)
- GL_STUB(glWindowPos3svMESA, 723)
- GL_STUB(glWindowPos4dMESA, 724)
- GL_STUB(glWindowPos4dvMESA, 725)
- GL_STUB(glWindowPos4fMESA, 726)
- GL_STUB(glWindowPos4fvMESA, 727)
- GL_STUB(glWindowPos4iMESA, 728)
- GL_STUB(glWindowPos4ivMESA, 729)
- GL_STUB(glWindowPos4sMESA, 730)
- GL_STUB(glWindowPos4svMESA, 731)
- GL_STUB(gl_dispatch_stub_732, 732)
- HIDDEN(gl_dispatch_stub_732)
- GL_STUB(gl_dispatch_stub_733, 733)
- HIDDEN(gl_dispatch_stub_733)
- GL_STUB(gl_dispatch_stub_734, 734)
- HIDDEN(gl_dispatch_stub_734)
- GL_STUB(gl_dispatch_stub_735, 735)
- HIDDEN(gl_dispatch_stub_735)
- GL_STUB(gl_dispatch_stub_736, 736)
- HIDDEN(gl_dispatch_stub_736)
- GL_STUB(gl_dispatch_stub_737, 737)
- HIDDEN(gl_dispatch_stub_737)
- GL_STUB(gl_dispatch_stub_738, 738)
- HIDDEN(gl_dispatch_stub_738)
- GL_STUB(gl_dispatch_stub_739, 739)
- HIDDEN(gl_dispatch_stub_739)
- GL_STUB(gl_dispatch_stub_740, 740)
- HIDDEN(gl_dispatch_stub_740)
- GL_STUB(glAreProgramsResidentNV, 741)
- GL_STUB(glBindProgramNV, 742)
- GL_STUB(glDeleteProgramsNV, 743)
- GL_STUB(glExecuteProgramNV, 744)
- GL_STUB(glGenProgramsNV, 745)
- GL_STUB(glGetProgramParameterdvNV, 746)
- GL_STUB(glGetProgramParameterfvNV, 747)
- GL_STUB(glGetProgramStringNV, 748)
- GL_STUB(glGetProgramivNV, 749)
- GL_STUB(glGetTrackMatrixivNV, 750)
- GL_STUB(glGetVertexAttribPointervNV, 751)
- GL_STUB(glGetVertexAttribdvNV, 752)
- GL_STUB(glGetVertexAttribfvNV, 753)
- GL_STUB(glGetVertexAttribivNV, 754)
- GL_STUB(glIsProgramNV, 755)
- GL_STUB(glLoadProgramNV, 756)
- GL_STUB(glProgramParameters4dvNV, 757)
- GL_STUB(glProgramParameters4fvNV, 758)
- GL_STUB(glRequestResidentProgramsNV, 759)
- GL_STUB(glTrackMatrixNV, 760)
- GL_STUB(glVertexAttrib1dNV, 761)
- GL_STUB(glVertexAttrib1dvNV, 762)
- GL_STUB(glVertexAttrib1fNV, 763)
- GL_STUB(glVertexAttrib1fvNV, 764)
- GL_STUB(glVertexAttrib1sNV, 765)
- GL_STUB(glVertexAttrib1svNV, 766)
- GL_STUB(glVertexAttrib2dNV, 767)
- GL_STUB(glVertexAttrib2dvNV, 768)
- GL_STUB(glVertexAttrib2fNV, 769)
- GL_STUB(glVertexAttrib2fvNV, 770)
- GL_STUB(glVertexAttrib2sNV, 771)
- GL_STUB(glVertexAttrib2svNV, 772)
- GL_STUB(glVertexAttrib3dNV, 773)
- GL_STUB(glVertexAttrib3dvNV, 774)
- GL_STUB(glVertexAttrib3fNV, 775)
- GL_STUB(glVertexAttrib3fvNV, 776)
- GL_STUB(glVertexAttrib3sNV, 777)
- GL_STUB(glVertexAttrib3svNV, 778)
- GL_STUB(glVertexAttrib4dNV, 779)
- GL_STUB(glVertexAttrib4dvNV, 780)
- GL_STUB(glVertexAttrib4fNV, 781)
- GL_STUB(glVertexAttrib4fvNV, 782)
- GL_STUB(glVertexAttrib4sNV, 783)
- GL_STUB(glVertexAttrib4svNV, 784)
- GL_STUB(glVertexAttrib4ubNV, 785)
- GL_STUB(glVertexAttrib4ubvNV, 786)
- GL_STUB(glVertexAttribPointerNV, 787)
- GL_STUB(glVertexAttribs1dvNV, 788)
- GL_STUB(glVertexAttribs1fvNV, 789)
- GL_STUB(glVertexAttribs1svNV, 790)
- GL_STUB(glVertexAttribs2dvNV, 791)
- GL_STUB(glVertexAttribs2fvNV, 792)
- GL_STUB(glVertexAttribs2svNV, 793)
- GL_STUB(glVertexAttribs3dvNV, 794)
- GL_STUB(glVertexAttribs3fvNV, 795)
- GL_STUB(glVertexAttribs3svNV, 796)
- GL_STUB(glVertexAttribs4dvNV, 797)
- GL_STUB(glVertexAttribs4fvNV, 798)
- GL_STUB(glVertexAttribs4svNV, 799)
- GL_STUB(glVertexAttribs4ubvNV, 800)
- GL_STUB(glGetTexBumpParameterfvATI, 801)
- GL_STUB(glGetTexBumpParameterivATI, 802)
- GL_STUB(glTexBumpParameterfvATI, 803)
- GL_STUB(glTexBumpParameterivATI, 804)
- GL_STUB(glAlphaFragmentOp1ATI, 805)
- GL_STUB(glAlphaFragmentOp2ATI, 806)
- GL_STUB(glAlphaFragmentOp3ATI, 807)
- GL_STUB(glBeginFragmentShaderATI, 808)
- GL_STUB(glBindFragmentShaderATI, 809)
- GL_STUB(glColorFragmentOp1ATI, 810)
- GL_STUB(glColorFragmentOp2ATI, 811)
- GL_STUB(glColorFragmentOp3ATI, 812)
- GL_STUB(glDeleteFragmentShaderATI, 813)
- GL_STUB(glEndFragmentShaderATI, 814)
- GL_STUB(glGenFragmentShadersATI, 815)
- GL_STUB(glPassTexCoordATI, 816)
- GL_STUB(glSampleMapATI, 817)
- GL_STUB(glSetFragmentShaderConstantATI, 818)
- GL_STUB(glPointParameteriNV, 819)
- GL_STUB(glPointParameterivNV, 820)
- GL_STUB(gl_dispatch_stub_821, 821)
- HIDDEN(gl_dispatch_stub_821)
- GL_STUB(gl_dispatch_stub_822, 822)
- HIDDEN(gl_dispatch_stub_822)
- GL_STUB(gl_dispatch_stub_823, 823)
- HIDDEN(gl_dispatch_stub_823)
- GL_STUB(gl_dispatch_stub_824, 824)
- HIDDEN(gl_dispatch_stub_824)
- GL_STUB(gl_dispatch_stub_825, 825)
- HIDDEN(gl_dispatch_stub_825)
- GL_STUB(glGetProgramNamedParameterdvNV, 826)
- GL_STUB(glGetProgramNamedParameterfvNV, 827)
- GL_STUB(glProgramNamedParameter4dNV, 828)
- GL_STUB(glProgramNamedParameter4dvNV, 829)
- GL_STUB(glProgramNamedParameter4fNV, 830)
- GL_STUB(glProgramNamedParameter4fvNV, 831)
- GL_STUB(glPrimitiveRestartIndexNV, 832)
- GL_STUB(glPrimitiveRestartNV, 833)
- GL_STUB(gl_dispatch_stub_834, 834)
- HIDDEN(gl_dispatch_stub_834)
- GL_STUB(gl_dispatch_stub_835, 835)
- HIDDEN(gl_dispatch_stub_835)
- GL_STUB(glBindFramebufferEXT, 836)
- GL_STUB(glBindRenderbufferEXT, 837)
- GL_STUB(glCheckFramebufferStatusEXT, 838)
- GL_STUB(glDeleteFramebuffersEXT, 839)
- GL_STUB(glDeleteRenderbuffersEXT, 840)
- GL_STUB(glFramebufferRenderbufferEXT, 841)
- GL_STUB(glFramebufferTexture1DEXT, 842)
- GL_STUB(glFramebufferTexture2DEXT, 843)
- GL_STUB(glFramebufferTexture3DEXT, 844)
- GL_STUB(glGenFramebuffersEXT, 845)
- GL_STUB(glGenRenderbuffersEXT, 846)
- GL_STUB(glGenerateMipmapEXT, 847)
- GL_STUB(glGetFramebufferAttachmentParameterivEXT, 848)
- GL_STUB(glGetRenderbufferParameterivEXT, 849)
- GL_STUB(glIsFramebufferEXT, 850)
- GL_STUB(glIsRenderbufferEXT, 851)
- GL_STUB(glRenderbufferStorageEXT, 852)
- GL_STUB(gl_dispatch_stub_853, 853)
- HIDDEN(gl_dispatch_stub_853)
- GL_STUB(gl_dispatch_stub_854, 854)
- HIDDEN(gl_dispatch_stub_854)
- GL_STUB(gl_dispatch_stub_855, 855)
- HIDDEN(gl_dispatch_stub_855)
- GL_STUB(glBindFragDataLocationEXT, 856)
- GL_STUB(glGetFragDataLocationEXT, 857)
- GL_STUB(glGetUniformuivEXT, 858)
- GL_STUB(glGetVertexAttribIivEXT, 859)
- GL_STUB(glGetVertexAttribIuivEXT, 860)
- GL_STUB(glUniform1uiEXT, 861)
- GL_STUB(glUniform1uivEXT, 862)
- GL_STUB(glUniform2uiEXT, 863)
- GL_STUB(glUniform2uivEXT, 864)
- GL_STUB(glUniform3uiEXT, 865)
- GL_STUB(glUniform3uivEXT, 866)
- GL_STUB(glUniform4uiEXT, 867)
- GL_STUB(glUniform4uivEXT, 868)
- GL_STUB(glVertexAttribI1iEXT, 869)
- GL_STUB(glVertexAttribI1ivEXT, 870)
- GL_STUB(glVertexAttribI1uiEXT, 871)
- GL_STUB(glVertexAttribI1uivEXT, 872)
- GL_STUB(glVertexAttribI2iEXT, 873)
- GL_STUB(glVertexAttribI2ivEXT, 874)
- GL_STUB(glVertexAttribI2uiEXT, 875)
- GL_STUB(glVertexAttribI2uivEXT, 876)
- GL_STUB(glVertexAttribI3iEXT, 877)
- GL_STUB(glVertexAttribI3ivEXT, 878)
- GL_STUB(glVertexAttribI3uiEXT, 879)
- GL_STUB(glVertexAttribI3uivEXT, 880)
- GL_STUB(glVertexAttribI4bvEXT, 881)
- GL_STUB(glVertexAttribI4iEXT, 882)
- GL_STUB(glVertexAttribI4ivEXT, 883)
- GL_STUB(glVertexAttribI4svEXT, 884)
- GL_STUB(glVertexAttribI4ubvEXT, 885)
- GL_STUB(glVertexAttribI4uiEXT, 886)
- GL_STUB(glVertexAttribI4uivEXT, 887)
- GL_STUB(glVertexAttribI4usvEXT, 888)
- GL_STUB(glVertexAttribIPointerEXT, 889)
- GL_STUB(glFramebufferTextureLayerEXT, 890)
- GL_STUB(glColorMaskIndexedEXT, 891)
- GL_STUB(glDisableIndexedEXT, 892)
- GL_STUB(glEnableIndexedEXT, 893)
- GL_STUB(glGetBooleanIndexedvEXT, 894)
- GL_STUB(glGetIntegerIndexedvEXT, 895)
- GL_STUB(glIsEnabledIndexedEXT, 896)
- GL_STUB(glClearColorIiEXT, 897)
- GL_STUB(glClearColorIuiEXT, 898)
- GL_STUB(glGetTexParameterIivEXT, 899)
- GL_STUB(glGetTexParameterIuivEXT, 900)
- GL_STUB(glTexParameterIivEXT, 901)
- GL_STUB(glTexParameterIuivEXT, 902)
- GL_STUB(glBeginConditionalRenderNV, 903)
- GL_STUB(glEndConditionalRenderNV, 904)
- GL_STUB(glBeginTransformFeedbackEXT, 905)
- GL_STUB(glBindBufferBaseEXT, 906)
- GL_STUB(glBindBufferOffsetEXT, 907)
- GL_STUB(glBindBufferRangeEXT, 908)
- GL_STUB(glEndTransformFeedbackEXT, 909)
- GL_STUB(glGetTransformFeedbackVaryingEXT, 910)
- GL_STUB(glTransformFeedbackVaryingsEXT, 911)
- GL_STUB(glProvokingVertexEXT, 912)
- GL_STUB(gl_dispatch_stub_913, 913)
- HIDDEN(gl_dispatch_stub_913)
- GL_STUB(gl_dispatch_stub_914, 914)
- HIDDEN(gl_dispatch_stub_914)
- GL_STUB(glGetObjectParameterivAPPLE, 915)
- GL_STUB(glObjectPurgeableAPPLE, 916)
- GL_STUB(glObjectUnpurgeableAPPLE, 917)
- GL_STUB(glActiveProgramEXT, 918)
- GL_STUB(glCreateShaderProgramEXT, 919)
- GL_STUB(glUseShaderProgramEXT, 920)
- GL_STUB(glTextureBarrierNV, 921)
- GL_STUB(gl_dispatch_stub_922, 922)
- HIDDEN(gl_dispatch_stub_922)
- GL_STUB(gl_dispatch_stub_923, 923)
- HIDDEN(gl_dispatch_stub_923)
- GL_STUB(gl_dispatch_stub_924, 924)
- HIDDEN(gl_dispatch_stub_924)
- GL_STUB(gl_dispatch_stub_925, 925)
- HIDDEN(gl_dispatch_stub_925)
- GL_STUB(gl_dispatch_stub_926, 926)
- HIDDEN(gl_dispatch_stub_926)
- GL_STUB(glEGLImageTargetRenderbufferStorageOES, 927)
- GL_STUB(glEGLImageTargetTexture2DOES, 928)
+ GL_STUB(gl_dispatch_stub_691, 691)
+ HIDDEN(gl_dispatch_stub_691)
+ GL_STUB(gl_dispatch_stub_692, 692)
+ HIDDEN(gl_dispatch_stub_692)
+ GL_STUB(gl_dispatch_stub_693, 693)
+ HIDDEN(gl_dispatch_stub_693)
+ GL_STUB(glColorPointerEXT, 694)
+ GL_STUB(glEdgeFlagPointerEXT, 695)
+ GL_STUB(glIndexPointerEXT, 696)
+ GL_STUB(glNormalPointerEXT, 697)
+ GL_STUB(glTexCoordPointerEXT, 698)
+ GL_STUB(glVertexPointerEXT, 699)
+ GL_STUB(glPointParameterfEXT, 700)
+ GL_STUB(glPointParameterfvEXT, 701)
+ GL_STUB(glLockArraysEXT, 702)
+ GL_STUB(glUnlockArraysEXT, 703)
+ GL_STUB(glSecondaryColor3bEXT, 704)
+ GL_STUB(glSecondaryColor3bvEXT, 705)
+ GL_STUB(glSecondaryColor3dEXT, 706)
+ GL_STUB(glSecondaryColor3dvEXT, 707)
+ GL_STUB(glSecondaryColor3fEXT, 708)
+ GL_STUB(glSecondaryColor3fvEXT, 709)
+ GL_STUB(glSecondaryColor3iEXT, 710)
+ GL_STUB(glSecondaryColor3ivEXT, 711)
+ GL_STUB(glSecondaryColor3sEXT, 712)
+ GL_STUB(glSecondaryColor3svEXT, 713)
+ GL_STUB(glSecondaryColor3ubEXT, 714)
+ GL_STUB(glSecondaryColor3ubvEXT, 715)
+ GL_STUB(glSecondaryColor3uiEXT, 716)
+ GL_STUB(glSecondaryColor3uivEXT, 717)
+ GL_STUB(glSecondaryColor3usEXT, 718)
+ GL_STUB(glSecondaryColor3usvEXT, 719)
+ GL_STUB(glSecondaryColorPointerEXT, 720)
+ GL_STUB(glMultiDrawArraysEXT, 721)
+ GL_STUB(glMultiDrawElementsEXT, 722)
+ GL_STUB(glFogCoordPointerEXT, 723)
+ GL_STUB(glFogCoorddEXT, 724)
+ GL_STUB(glFogCoorddvEXT, 725)
+ GL_STUB(glFogCoordfEXT, 726)
+ GL_STUB(glFogCoordfvEXT, 727)
+ GL_STUB(gl_dispatch_stub_728, 728)
+ HIDDEN(gl_dispatch_stub_728)
+ GL_STUB(glBlendFuncSeparateEXT, 729)
+ GL_STUB(glFlushVertexArrayRangeNV, 730)
+ GL_STUB(glVertexArrayRangeNV, 731)
+ GL_STUB(glCombinerInputNV, 732)
+ GL_STUB(glCombinerOutputNV, 733)
+ GL_STUB(glCombinerParameterfNV, 734)
+ GL_STUB(glCombinerParameterfvNV, 735)
+ GL_STUB(glCombinerParameteriNV, 736)
+ GL_STUB(glCombinerParameterivNV, 737)
+ GL_STUB(glFinalCombinerInputNV, 738)
+ GL_STUB(glGetCombinerInputParameterfvNV, 739)
+ GL_STUB(glGetCombinerInputParameterivNV, 740)
+ GL_STUB(glGetCombinerOutputParameterfvNV, 741)
+ GL_STUB(glGetCombinerOutputParameterivNV, 742)
+ GL_STUB(glGetFinalCombinerInputParameterfvNV, 743)
+ GL_STUB(glGetFinalCombinerInputParameterivNV, 744)
+ GL_STUB(glResizeBuffersMESA, 745)
+ GL_STUB(glWindowPos2dMESA, 746)
+ GL_STUB(glWindowPos2dvMESA, 747)
+ GL_STUB(glWindowPos2fMESA, 748)
+ GL_STUB(glWindowPos2fvMESA, 749)
+ GL_STUB(glWindowPos2iMESA, 750)
+ GL_STUB(glWindowPos2ivMESA, 751)
+ GL_STUB(glWindowPos2sMESA, 752)
+ GL_STUB(glWindowPos2svMESA, 753)
+ GL_STUB(glWindowPos3dMESA, 754)
+ GL_STUB(glWindowPos3dvMESA, 755)
+ GL_STUB(glWindowPos3fMESA, 756)
+ GL_STUB(glWindowPos3fvMESA, 757)
+ GL_STUB(glWindowPos3iMESA, 758)
+ GL_STUB(glWindowPos3ivMESA, 759)
+ GL_STUB(glWindowPos3sMESA, 760)
+ GL_STUB(glWindowPos3svMESA, 761)
+ GL_STUB(glWindowPos4dMESA, 762)
+ GL_STUB(glWindowPos4dvMESA, 763)
+ GL_STUB(glWindowPos4fMESA, 764)
+ GL_STUB(glWindowPos4fvMESA, 765)
+ GL_STUB(glWindowPos4iMESA, 766)
+ GL_STUB(glWindowPos4ivMESA, 767)
+ GL_STUB(glWindowPos4sMESA, 768)
+ GL_STUB(glWindowPos4svMESA, 769)
+ GL_STUB(gl_dispatch_stub_770, 770)
+ HIDDEN(gl_dispatch_stub_770)
+ GL_STUB(gl_dispatch_stub_771, 771)
+ HIDDEN(gl_dispatch_stub_771)
+ GL_STUB(gl_dispatch_stub_772, 772)
+ HIDDEN(gl_dispatch_stub_772)
+ GL_STUB(gl_dispatch_stub_773, 773)
+ HIDDEN(gl_dispatch_stub_773)
+ GL_STUB(gl_dispatch_stub_774, 774)
+ HIDDEN(gl_dispatch_stub_774)
+ GL_STUB(gl_dispatch_stub_775, 775)
+ HIDDEN(gl_dispatch_stub_775)
+ GL_STUB(gl_dispatch_stub_776, 776)
+ HIDDEN(gl_dispatch_stub_776)
+ GL_STUB(gl_dispatch_stub_777, 777)
+ HIDDEN(gl_dispatch_stub_777)
+ GL_STUB(gl_dispatch_stub_778, 778)
+ HIDDEN(gl_dispatch_stub_778)
+ GL_STUB(glAreProgramsResidentNV, 779)
+ GL_STUB(glBindProgramNV, 780)
+ GL_STUB(glDeleteProgramsNV, 781)
+ GL_STUB(glExecuteProgramNV, 782)
+ GL_STUB(glGenProgramsNV, 783)
+ GL_STUB(glGetProgramParameterdvNV, 784)
+ GL_STUB(glGetProgramParameterfvNV, 785)
+ GL_STUB(glGetProgramStringNV, 786)
+ GL_STUB(glGetProgramivNV, 787)
+ GL_STUB(glGetTrackMatrixivNV, 788)
+ GL_STUB(glGetVertexAttribPointervNV, 789)
+ GL_STUB(glGetVertexAttribdvNV, 790)
+ GL_STUB(glGetVertexAttribfvNV, 791)
+ GL_STUB(glGetVertexAttribivNV, 792)
+ GL_STUB(glIsProgramNV, 793)
+ GL_STUB(glLoadProgramNV, 794)
+ GL_STUB(glProgramParameters4dvNV, 795)
+ GL_STUB(glProgramParameters4fvNV, 796)
+ GL_STUB(glRequestResidentProgramsNV, 797)
+ GL_STUB(glTrackMatrixNV, 798)
+ GL_STUB(glVertexAttrib1dNV, 799)
+ GL_STUB(glVertexAttrib1dvNV, 800)
+ GL_STUB(glVertexAttrib1fNV, 801)
+ GL_STUB(glVertexAttrib1fvNV, 802)
+ GL_STUB(glVertexAttrib1sNV, 803)
+ GL_STUB(glVertexAttrib1svNV, 804)
+ GL_STUB(glVertexAttrib2dNV, 805)
+ GL_STUB(glVertexAttrib2dvNV, 806)
+ GL_STUB(glVertexAttrib2fNV, 807)
+ GL_STUB(glVertexAttrib2fvNV, 808)
+ GL_STUB(glVertexAttrib2sNV, 809)
+ GL_STUB(glVertexAttrib2svNV, 810)
+ GL_STUB(glVertexAttrib3dNV, 811)
+ GL_STUB(glVertexAttrib3dvNV, 812)
+ GL_STUB(glVertexAttrib3fNV, 813)
+ GL_STUB(glVertexAttrib3fvNV, 814)
+ GL_STUB(glVertexAttrib3sNV, 815)
+ GL_STUB(glVertexAttrib3svNV, 816)
+ GL_STUB(glVertexAttrib4dNV, 817)
+ GL_STUB(glVertexAttrib4dvNV, 818)
+ GL_STUB(glVertexAttrib4fNV, 819)
+ GL_STUB(glVertexAttrib4fvNV, 820)
+ GL_STUB(glVertexAttrib4sNV, 821)
+ GL_STUB(glVertexAttrib4svNV, 822)
+ GL_STUB(glVertexAttrib4ubNV, 823)
+ GL_STUB(glVertexAttrib4ubvNV, 824)
+ GL_STUB(glVertexAttribPointerNV, 825)
+ GL_STUB(glVertexAttribs1dvNV, 826)
+ GL_STUB(glVertexAttribs1fvNV, 827)
+ GL_STUB(glVertexAttribs1svNV, 828)
+ GL_STUB(glVertexAttribs2dvNV, 829)
+ GL_STUB(glVertexAttribs2fvNV, 830)
+ GL_STUB(glVertexAttribs2svNV, 831)
+ GL_STUB(glVertexAttribs3dvNV, 832)
+ GL_STUB(glVertexAttribs3fvNV, 833)
+ GL_STUB(glVertexAttribs3svNV, 834)
+ GL_STUB(glVertexAttribs4dvNV, 835)
+ GL_STUB(glVertexAttribs4fvNV, 836)
+ GL_STUB(glVertexAttribs4svNV, 837)
+ GL_STUB(glVertexAttribs4ubvNV, 838)
+ GL_STUB(glGetTexBumpParameterfvATI, 839)
+ GL_STUB(glGetTexBumpParameterivATI, 840)
+ GL_STUB(glTexBumpParameterfvATI, 841)
+ GL_STUB(glTexBumpParameterivATI, 842)
+ GL_STUB(glAlphaFragmentOp1ATI, 843)
+ GL_STUB(glAlphaFragmentOp2ATI, 844)
+ GL_STUB(glAlphaFragmentOp3ATI, 845)
+ GL_STUB(glBeginFragmentShaderATI, 846)
+ GL_STUB(glBindFragmentShaderATI, 847)
+ GL_STUB(glColorFragmentOp1ATI, 848)
+ GL_STUB(glColorFragmentOp2ATI, 849)
+ GL_STUB(glColorFragmentOp3ATI, 850)
+ GL_STUB(glDeleteFragmentShaderATI, 851)
+ GL_STUB(glEndFragmentShaderATI, 852)
+ GL_STUB(glGenFragmentShadersATI, 853)
+ GL_STUB(glPassTexCoordATI, 854)
+ GL_STUB(glSampleMapATI, 855)
+ GL_STUB(glSetFragmentShaderConstantATI, 856)
+ GL_STUB(glPointParameteriNV, 857)
+ GL_STUB(glPointParameterivNV, 858)
+ GL_STUB(gl_dispatch_stub_859, 859)
+ HIDDEN(gl_dispatch_stub_859)
+ GL_STUB(gl_dispatch_stub_860, 860)
+ HIDDEN(gl_dispatch_stub_860)
+ GL_STUB(gl_dispatch_stub_861, 861)
+ HIDDEN(gl_dispatch_stub_861)
+ GL_STUB(gl_dispatch_stub_862, 862)
+ HIDDEN(gl_dispatch_stub_862)
+ GL_STUB(gl_dispatch_stub_863, 863)
+ HIDDEN(gl_dispatch_stub_863)
+ GL_STUB(glGetProgramNamedParameterdvNV, 864)
+ GL_STUB(glGetProgramNamedParameterfvNV, 865)
+ GL_STUB(glProgramNamedParameter4dNV, 866)
+ GL_STUB(glProgramNamedParameter4dvNV, 867)
+ GL_STUB(glProgramNamedParameter4fNV, 868)
+ GL_STUB(glProgramNamedParameter4fvNV, 869)
+ GL_STUB(glPrimitiveRestartIndexNV, 870)
+ GL_STUB(glPrimitiveRestartNV, 871)
+ GL_STUB(gl_dispatch_stub_872, 872)
+ HIDDEN(gl_dispatch_stub_872)
+ GL_STUB(gl_dispatch_stub_873, 873)
+ HIDDEN(gl_dispatch_stub_873)
+ GL_STUB(glBindFramebufferEXT, 874)
+ GL_STUB(glBindRenderbufferEXT, 875)
+ GL_STUB(glCheckFramebufferStatusEXT, 876)
+ GL_STUB(glDeleteFramebuffersEXT, 877)
+ GL_STUB(glDeleteRenderbuffersEXT, 878)
+ GL_STUB(glFramebufferRenderbufferEXT, 879)
+ GL_STUB(glFramebufferTexture1DEXT, 880)
+ GL_STUB(glFramebufferTexture2DEXT, 881)
+ GL_STUB(glFramebufferTexture3DEXT, 882)
+ GL_STUB(glGenFramebuffersEXT, 883)
+ GL_STUB(glGenRenderbuffersEXT, 884)
+ GL_STUB(glGenerateMipmapEXT, 885)
+ GL_STUB(glGetFramebufferAttachmentParameterivEXT, 886)
+ GL_STUB(glGetRenderbufferParameterivEXT, 887)
+ GL_STUB(glIsFramebufferEXT, 888)
+ GL_STUB(glIsRenderbufferEXT, 889)
+ GL_STUB(glRenderbufferStorageEXT, 890)
+ GL_STUB(gl_dispatch_stub_891, 891)
+ HIDDEN(gl_dispatch_stub_891)
+ GL_STUB(gl_dispatch_stub_892, 892)
+ HIDDEN(gl_dispatch_stub_892)
+ GL_STUB(gl_dispatch_stub_893, 893)
+ HIDDEN(gl_dispatch_stub_893)
+ GL_STUB(glBindFragDataLocationEXT, 894)
+ GL_STUB(glGetFragDataLocationEXT, 895)
+ GL_STUB(glGetUniformuivEXT, 896)
+ GL_STUB(glGetVertexAttribIivEXT, 897)
+ GL_STUB(glGetVertexAttribIuivEXT, 898)
+ GL_STUB(glUniform1uiEXT, 899)
+ GL_STUB(glUniform1uivEXT, 900)
+ GL_STUB(glUniform2uiEXT, 901)
+ GL_STUB(glUniform2uivEXT, 902)
+ GL_STUB(glUniform3uiEXT, 903)
+ GL_STUB(glUniform3uivEXT, 904)
+ GL_STUB(glUniform4uiEXT, 905)
+ GL_STUB(glUniform4uivEXT, 906)
+ GL_STUB(glVertexAttribI1iEXT, 907)
+ GL_STUB(glVertexAttribI1ivEXT, 908)
+ GL_STUB(glVertexAttribI1uiEXT, 909)
+ GL_STUB(glVertexAttribI1uivEXT, 910)
+ GL_STUB(glVertexAttribI2iEXT, 911)
+ GL_STUB(glVertexAttribI2ivEXT, 912)
+ GL_STUB(glVertexAttribI2uiEXT, 913)
+ GL_STUB(glVertexAttribI2uivEXT, 914)
+ GL_STUB(glVertexAttribI3iEXT, 915)
+ GL_STUB(glVertexAttribI3ivEXT, 916)
+ GL_STUB(glVertexAttribI3uiEXT, 917)
+ GL_STUB(glVertexAttribI3uivEXT, 918)
+ GL_STUB(glVertexAttribI4bvEXT, 919)
+ GL_STUB(glVertexAttribI4iEXT, 920)
+ GL_STUB(glVertexAttribI4ivEXT, 921)
+ GL_STUB(glVertexAttribI4svEXT, 922)
+ GL_STUB(glVertexAttribI4ubvEXT, 923)
+ GL_STUB(glVertexAttribI4uiEXT, 924)
+ GL_STUB(glVertexAttribI4uivEXT, 925)
+ GL_STUB(glVertexAttribI4usvEXT, 926)
+ GL_STUB(glVertexAttribIPointerEXT, 927)
+ GL_STUB(glFramebufferTextureLayerEXT, 928)
+ GL_STUB(glColorMaskIndexedEXT, 929)
+ GL_STUB(glDisableIndexedEXT, 930)
+ GL_STUB(glEnableIndexedEXT, 931)
+ GL_STUB(glGetBooleanIndexedvEXT, 932)
+ GL_STUB(glGetIntegerIndexedvEXT, 933)
+ GL_STUB(glIsEnabledIndexedEXT, 934)
+ GL_STUB(glClearColorIiEXT, 935)
+ GL_STUB(glClearColorIuiEXT, 936)
+ GL_STUB(glGetTexParameterIivEXT, 937)
+ GL_STUB(glGetTexParameterIuivEXT, 938)
+ GL_STUB(glTexParameterIivEXT, 939)
+ GL_STUB(glTexParameterIuivEXT, 940)
+ GL_STUB(glBeginConditionalRenderNV, 941)
+ GL_STUB(glEndConditionalRenderNV, 942)
+ GL_STUB(glBeginTransformFeedbackEXT, 943)
+ GL_STUB(glBindBufferBaseEXT, 944)
+ GL_STUB(glBindBufferOffsetEXT, 945)
+ GL_STUB(glBindBufferRangeEXT, 946)
+ GL_STUB(glEndTransformFeedbackEXT, 947)
+ GL_STUB(glGetTransformFeedbackVaryingEXT, 948)
+ GL_STUB(glTransformFeedbackVaryingsEXT, 949)
+ GL_STUB(glProvokingVertexEXT, 950)
+ GL_STUB(gl_dispatch_stub_951, 951)
+ HIDDEN(gl_dispatch_stub_951)
+ GL_STUB(gl_dispatch_stub_952, 952)
+ HIDDEN(gl_dispatch_stub_952)
+ GL_STUB(glGetObjectParameterivAPPLE, 953)
+ GL_STUB(glObjectPurgeableAPPLE, 954)
+ GL_STUB(glObjectUnpurgeableAPPLE, 955)
+ GL_STUB(glActiveProgramEXT, 956)
+ GL_STUB(glCreateShaderProgramEXT, 957)
+ GL_STUB(glUseShaderProgramEXT, 958)
+ GL_STUB(glTextureBarrierNV, 959)
+ GL_STUB(gl_dispatch_stub_960, 960)
+ HIDDEN(gl_dispatch_stub_960)
+ GL_STUB(gl_dispatch_stub_961, 961)
+ HIDDEN(gl_dispatch_stub_961)
+ GL_STUB(gl_dispatch_stub_962, 962)
+ HIDDEN(gl_dispatch_stub_962)
+ GL_STUB(gl_dispatch_stub_963, 963)
+ HIDDEN(gl_dispatch_stub_963)
+ GL_STUB(gl_dispatch_stub_964, 964)
+ HIDDEN(gl_dispatch_stub_964)
+ GL_STUB(glEGLImageTargetRenderbufferStorageOES, 965)
+ GL_STUB(glEGLImageTargetTexture2DOES, 966)
GL_STUB_ALIAS(glArrayElementEXT, glArrayElement)
GL_STUB_ALIAS(glBindTextureEXT, glBindTexture)
GL_STUB_ALIAS(glDrawArraysEXT, glDrawArrays)
diff --git a/src/mapi/glapi/glapi_x86-64.S b/src/mapi/glapi/glapi_x86-64.S
index addb5068bbd..cfd8e4a167e 100644
--- a/src/mapi/glapi/glapi_x86-64.S
+++ b/src/mapi/glapi/glapi_x86-64.S
@@ -23227,9 +23227,9 @@ GL_PREFIX(SamplerParameteriv):
.size GL_PREFIX(SamplerParameteriv), .-GL_PREFIX(SamplerParameteriv)
.p2align 4,,15
- .globl GL_PREFIX(BindTransformFeedback)
- .type GL_PREFIX(BindTransformFeedback), @function
-GL_PREFIX(BindTransformFeedback):
+ .globl GL_PREFIX(ColorP3ui)
+ .type GL_PREFIX(ColorP3ui), @function
+GL_PREFIX(ColorP3ui):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
movq 4920(%rax), %r11
@@ -23261,12 +23261,12 @@ GL_PREFIX(BindTransformFeedback):
movq 4920(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(BindTransformFeedback), .-GL_PREFIX(BindTransformFeedback)
+ .size GL_PREFIX(ColorP3ui), .-GL_PREFIX(ColorP3ui)
.p2align 4,,15
- .globl GL_PREFIX(DeleteTransformFeedbacks)
- .type GL_PREFIX(DeleteTransformFeedbacks), @function
-GL_PREFIX(DeleteTransformFeedbacks):
+ .globl GL_PREFIX(ColorP3uiv)
+ .type GL_PREFIX(ColorP3uiv), @function
+GL_PREFIX(ColorP3uiv):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
movq 4928(%rax), %r11
@@ -23298,12 +23298,12 @@ GL_PREFIX(DeleteTransformFeedbacks):
movq 4928(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(DeleteTransformFeedbacks), .-GL_PREFIX(DeleteTransformFeedbacks)
+ .size GL_PREFIX(ColorP3uiv), .-GL_PREFIX(ColorP3uiv)
.p2align 4,,15
- .globl GL_PREFIX(DrawTransformFeedback)
- .type GL_PREFIX(DrawTransformFeedback), @function
-GL_PREFIX(DrawTransformFeedback):
+ .globl GL_PREFIX(ColorP4ui)
+ .type GL_PREFIX(ColorP4ui), @function
+GL_PREFIX(ColorP4ui):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
movq 4936(%rax), %r11
@@ -23335,12 +23335,12 @@ GL_PREFIX(DrawTransformFeedback):
movq 4936(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(DrawTransformFeedback), .-GL_PREFIX(DrawTransformFeedback)
+ .size GL_PREFIX(ColorP4ui), .-GL_PREFIX(ColorP4ui)
.p2align 4,,15
- .globl GL_PREFIX(GenTransformFeedbacks)
- .type GL_PREFIX(GenTransformFeedbacks), @function
-GL_PREFIX(GenTransformFeedbacks):
+ .globl GL_PREFIX(ColorP4uiv)
+ .type GL_PREFIX(ColorP4uiv), @function
+GL_PREFIX(ColorP4uiv):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
movq 4944(%rax), %r11
@@ -23372,19 +23372,23 @@ GL_PREFIX(GenTransformFeedbacks):
movq 4944(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(GenTransformFeedbacks), .-GL_PREFIX(GenTransformFeedbacks)
+ .size GL_PREFIX(ColorP4uiv), .-GL_PREFIX(ColorP4uiv)
.p2align 4,,15
- .globl GL_PREFIX(IsTransformFeedback)
- .type GL_PREFIX(IsTransformFeedback), @function
-GL_PREFIX(IsTransformFeedback):
+ .globl GL_PREFIX(MultiTexCoordP1ui)
+ .type GL_PREFIX(MultiTexCoordP1ui), @function
+GL_PREFIX(MultiTexCoordP1ui):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
movq 4952(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
+ pushq %rsi
+ pushq %rdx
call _x86_64_get_dispatch@PLT
+ popq %rdx
+ popq %rsi
popq %rdi
movq 4952(%rax), %r11
jmp *%r11
@@ -23396,11 +23400,1477 @@ GL_PREFIX(IsTransformFeedback):
jmp *%r11
1:
pushq %rdi
+ pushq %rsi
+ pushq %rdx
call _glapi_get_dispatch
+ popq %rdx
+ popq %rsi
popq %rdi
movq 4952(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(MultiTexCoordP1ui), .-GL_PREFIX(MultiTexCoordP1ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(MultiTexCoordP1uiv)
+ .type GL_PREFIX(MultiTexCoordP1uiv), @function
+GL_PREFIX(MultiTexCoordP1uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 4960(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ call _x86_64_get_dispatch@PLT
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 4960(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 4960(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ call _glapi_get_dispatch
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 4960(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(MultiTexCoordP1uiv), .-GL_PREFIX(MultiTexCoordP1uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(MultiTexCoordP2ui)
+ .type GL_PREFIX(MultiTexCoordP2ui), @function
+GL_PREFIX(MultiTexCoordP2ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 4968(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ call _x86_64_get_dispatch@PLT
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 4968(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 4968(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ call _glapi_get_dispatch
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 4968(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(MultiTexCoordP2ui), .-GL_PREFIX(MultiTexCoordP2ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(MultiTexCoordP2uiv)
+ .type GL_PREFIX(MultiTexCoordP2uiv), @function
+GL_PREFIX(MultiTexCoordP2uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 4976(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ call _x86_64_get_dispatch@PLT
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 4976(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 4976(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ call _glapi_get_dispatch
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 4976(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(MultiTexCoordP2uiv), .-GL_PREFIX(MultiTexCoordP2uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(MultiTexCoordP3ui)
+ .type GL_PREFIX(MultiTexCoordP3ui), @function
+GL_PREFIX(MultiTexCoordP3ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 4984(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ call _x86_64_get_dispatch@PLT
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 4984(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 4984(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ call _glapi_get_dispatch
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 4984(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(MultiTexCoordP3ui), .-GL_PREFIX(MultiTexCoordP3ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(MultiTexCoordP3uiv)
+ .type GL_PREFIX(MultiTexCoordP3uiv), @function
+GL_PREFIX(MultiTexCoordP3uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 4992(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ call _x86_64_get_dispatch@PLT
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 4992(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 4992(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ call _glapi_get_dispatch
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 4992(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(MultiTexCoordP3uiv), .-GL_PREFIX(MultiTexCoordP3uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(MultiTexCoordP4ui)
+ .type GL_PREFIX(MultiTexCoordP4ui), @function
+GL_PREFIX(MultiTexCoordP4ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5000(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ call _x86_64_get_dispatch@PLT
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5000(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5000(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ call _glapi_get_dispatch
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5000(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(MultiTexCoordP4ui), .-GL_PREFIX(MultiTexCoordP4ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(MultiTexCoordP4uiv)
+ .type GL_PREFIX(MultiTexCoordP4uiv), @function
+GL_PREFIX(MultiTexCoordP4uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5008(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ call _x86_64_get_dispatch@PLT
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5008(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5008(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ call _glapi_get_dispatch
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5008(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(MultiTexCoordP4uiv), .-GL_PREFIX(MultiTexCoordP4uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(NormalP3ui)
+ .type GL_PREFIX(NormalP3ui), @function
+GL_PREFIX(NormalP3ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5016(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5016(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5016(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5016(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(NormalP3ui), .-GL_PREFIX(NormalP3ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(NormalP3uiv)
+ .type GL_PREFIX(NormalP3uiv), @function
+GL_PREFIX(NormalP3uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5024(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5024(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5024(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5024(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(NormalP3uiv), .-GL_PREFIX(NormalP3uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(SecondaryColorP3ui)
+ .type GL_PREFIX(SecondaryColorP3ui), @function
+GL_PREFIX(SecondaryColorP3ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5032(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5032(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5032(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5032(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(SecondaryColorP3ui), .-GL_PREFIX(SecondaryColorP3ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(SecondaryColorP3uiv)
+ .type GL_PREFIX(SecondaryColorP3uiv), @function
+GL_PREFIX(SecondaryColorP3uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5040(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5040(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5040(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5040(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(SecondaryColorP3uiv), .-GL_PREFIX(SecondaryColorP3uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(TexCoordP1ui)
+ .type GL_PREFIX(TexCoordP1ui), @function
+GL_PREFIX(TexCoordP1ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5048(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5048(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5048(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5048(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(TexCoordP1ui), .-GL_PREFIX(TexCoordP1ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(TexCoordP1uiv)
+ .type GL_PREFIX(TexCoordP1uiv), @function
+GL_PREFIX(TexCoordP1uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5056(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5056(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5056(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5056(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(TexCoordP1uiv), .-GL_PREFIX(TexCoordP1uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(TexCoordP2ui)
+ .type GL_PREFIX(TexCoordP2ui), @function
+GL_PREFIX(TexCoordP2ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5064(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5064(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5064(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5064(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(TexCoordP2ui), .-GL_PREFIX(TexCoordP2ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(TexCoordP2uiv)
+ .type GL_PREFIX(TexCoordP2uiv), @function
+GL_PREFIX(TexCoordP2uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5072(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5072(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5072(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5072(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(TexCoordP2uiv), .-GL_PREFIX(TexCoordP2uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(TexCoordP3ui)
+ .type GL_PREFIX(TexCoordP3ui), @function
+GL_PREFIX(TexCoordP3ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5080(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5080(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5080(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5080(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(TexCoordP3ui), .-GL_PREFIX(TexCoordP3ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(TexCoordP3uiv)
+ .type GL_PREFIX(TexCoordP3uiv), @function
+GL_PREFIX(TexCoordP3uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5088(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5088(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5088(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5088(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(TexCoordP3uiv), .-GL_PREFIX(TexCoordP3uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(TexCoordP4ui)
+ .type GL_PREFIX(TexCoordP4ui), @function
+GL_PREFIX(TexCoordP4ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5096(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5096(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5096(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5096(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(TexCoordP4ui), .-GL_PREFIX(TexCoordP4ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(TexCoordP4uiv)
+ .type GL_PREFIX(TexCoordP4uiv), @function
+GL_PREFIX(TexCoordP4uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5104(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5104(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5104(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5104(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(TexCoordP4uiv), .-GL_PREFIX(TexCoordP4uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(VertexAttribP1ui)
+ .type GL_PREFIX(VertexAttribP1ui), @function
+GL_PREFIX(VertexAttribP1ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5112(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5112(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5112(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5112(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(VertexAttribP1ui), .-GL_PREFIX(VertexAttribP1ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(VertexAttribP1uiv)
+ .type GL_PREFIX(VertexAttribP1uiv), @function
+GL_PREFIX(VertexAttribP1uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5120(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5120(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5120(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5120(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(VertexAttribP1uiv), .-GL_PREFIX(VertexAttribP1uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(VertexAttribP2ui)
+ .type GL_PREFIX(VertexAttribP2ui), @function
+GL_PREFIX(VertexAttribP2ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5128(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5128(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5128(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5128(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(VertexAttribP2ui), .-GL_PREFIX(VertexAttribP2ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(VertexAttribP2uiv)
+ .type GL_PREFIX(VertexAttribP2uiv), @function
+GL_PREFIX(VertexAttribP2uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5136(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5136(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5136(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5136(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(VertexAttribP2uiv), .-GL_PREFIX(VertexAttribP2uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(VertexAttribP3ui)
+ .type GL_PREFIX(VertexAttribP3ui), @function
+GL_PREFIX(VertexAttribP3ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5144(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5144(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5144(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5144(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(VertexAttribP3ui), .-GL_PREFIX(VertexAttribP3ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(VertexAttribP3uiv)
+ .type GL_PREFIX(VertexAttribP3uiv), @function
+GL_PREFIX(VertexAttribP3uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5152(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5152(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5152(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5152(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(VertexAttribP3uiv), .-GL_PREFIX(VertexAttribP3uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(VertexAttribP4ui)
+ .type GL_PREFIX(VertexAttribP4ui), @function
+GL_PREFIX(VertexAttribP4ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5160(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5160(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5160(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5160(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(VertexAttribP4ui), .-GL_PREFIX(VertexAttribP4ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(VertexAttribP4uiv)
+ .type GL_PREFIX(VertexAttribP4uiv), @function
+GL_PREFIX(VertexAttribP4uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5168(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5168(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5168(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rdx
+ pushq %rcx
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rcx
+ popq %rdx
+ popq %rsi
+ popq %rdi
+ movq 5168(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(VertexAttribP4uiv), .-GL_PREFIX(VertexAttribP4uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(VertexP2ui)
+ .type GL_PREFIX(VertexP2ui), @function
+GL_PREFIX(VertexP2ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5176(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5176(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5176(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5176(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(VertexP2ui), .-GL_PREFIX(VertexP2ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(VertexP2uiv)
+ .type GL_PREFIX(VertexP2uiv), @function
+GL_PREFIX(VertexP2uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5184(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5184(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5184(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5184(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(VertexP2uiv), .-GL_PREFIX(VertexP2uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(VertexP3ui)
+ .type GL_PREFIX(VertexP3ui), @function
+GL_PREFIX(VertexP3ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5192(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5192(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5192(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5192(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(VertexP3ui), .-GL_PREFIX(VertexP3ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(VertexP3uiv)
+ .type GL_PREFIX(VertexP3uiv), @function
+GL_PREFIX(VertexP3uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5200(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5200(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5200(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5200(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(VertexP3uiv), .-GL_PREFIX(VertexP3uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(VertexP4ui)
+ .type GL_PREFIX(VertexP4ui), @function
+GL_PREFIX(VertexP4ui):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5208(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5208(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5208(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5208(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(VertexP4ui), .-GL_PREFIX(VertexP4ui)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(VertexP4uiv)
+ .type GL_PREFIX(VertexP4uiv), @function
+GL_PREFIX(VertexP4uiv):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5216(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5216(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5216(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5216(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(VertexP4uiv), .-GL_PREFIX(VertexP4uiv)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(BindTransformFeedback)
+ .type GL_PREFIX(BindTransformFeedback), @function
+GL_PREFIX(BindTransformFeedback):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5224(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5224(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5224(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5224(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(BindTransformFeedback), .-GL_PREFIX(BindTransformFeedback)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(DeleteTransformFeedbacks)
+ .type GL_PREFIX(DeleteTransformFeedbacks), @function
+GL_PREFIX(DeleteTransformFeedbacks):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5232(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5232(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5232(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5232(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(DeleteTransformFeedbacks), .-GL_PREFIX(DeleteTransformFeedbacks)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(DrawTransformFeedback)
+ .type GL_PREFIX(DrawTransformFeedback), @function
+GL_PREFIX(DrawTransformFeedback):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5240(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5240(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5240(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5240(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(DrawTransformFeedback), .-GL_PREFIX(DrawTransformFeedback)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(GenTransformFeedbacks)
+ .type GL_PREFIX(GenTransformFeedbacks), @function
+GL_PREFIX(GenTransformFeedbacks):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5248(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _x86_64_get_dispatch@PLT
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5248(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5248(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ pushq %rsi
+ pushq %rbp
+ call _glapi_get_dispatch
+ popq %rbp
+ popq %rsi
+ popq %rdi
+ movq 5248(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
+ .size GL_PREFIX(GenTransformFeedbacks), .-GL_PREFIX(GenTransformFeedbacks)
+
+ .p2align 4,,15
+ .globl GL_PREFIX(IsTransformFeedback)
+ .type GL_PREFIX(IsTransformFeedback), @function
+GL_PREFIX(IsTransformFeedback):
+#if defined(GLX_USE_TLS)
+ call _x86_64_get_dispatch@PLT
+ movq 5256(%rax), %r11
+ jmp *%r11
+#elif defined(PTHREADS)
+ pushq %rdi
+ call _x86_64_get_dispatch@PLT
+ popq %rdi
+ movq 5256(%rax), %r11
+ jmp *%r11
+#else
+ movq _glapi_Dispatch(%rip), %rax
+ testq %rax, %rax
+ je 1f
+ movq 5256(%rax), %r11
+ jmp *%r11
+1:
+ pushq %rdi
+ call _glapi_get_dispatch
+ popq %rdi
+ movq 5256(%rax), %r11
+ jmp *%r11
+#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(IsTransformFeedback), .-GL_PREFIX(IsTransformFeedback)
.p2align 4,,15
@@ -23409,25 +24879,25 @@ GL_PREFIX(IsTransformFeedback):
GL_PREFIX(PauseTransformFeedback):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 4960(%rax), %r11
+ movq 5264(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rbp
call _x86_64_get_dispatch@PLT
popq %rbp
- movq 4960(%rax), %r11
+ movq 5264(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 4960(%rax), %r11
+ movq 5264(%rax), %r11
jmp *%r11
1:
pushq %rbp
call _glapi_get_dispatch
popq %rbp
- movq 4960(%rax), %r11
+ movq 5264(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(PauseTransformFeedback), .-GL_PREFIX(PauseTransformFeedback)
@@ -23438,25 +24908,25 @@ GL_PREFIX(PauseTransformFeedback):
GL_PREFIX(ResumeTransformFeedback):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 4968(%rax), %r11
+ movq 5272(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rbp
call _x86_64_get_dispatch@PLT
popq %rbp
- movq 4968(%rax), %r11
+ movq 5272(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 4968(%rax), %r11
+ movq 5272(%rax), %r11
jmp *%r11
1:
pushq %rbp
call _glapi_get_dispatch
popq %rbp
- movq 4968(%rax), %r11
+ movq 5272(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ResumeTransformFeedback), .-GL_PREFIX(ResumeTransformFeedback)
@@ -23467,25 +24937,25 @@ GL_PREFIX(ResumeTransformFeedback):
GL_PREFIX(ClearDepthf):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 4976(%rax), %r11
+ movq 5280(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 4976(%rax), %r11
+ movq 5280(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 4976(%rax), %r11
+ movq 5280(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 4976(%rax), %r11
+ movq 5280(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ClearDepthf), .-GL_PREFIX(ClearDepthf)
@@ -23496,7 +24966,7 @@ GL_PREFIX(ClearDepthf):
GL_PREFIX(DepthRangef):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 4984(%rax), %r11
+ movq 5288(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -23506,13 +24976,13 @@ GL_PREFIX(DepthRangef):
popq %rbp
popq %rsi
popq %rdi
- movq 4984(%rax), %r11
+ movq 5288(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 4984(%rax), %r11
+ movq 5288(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -23522,7 +24992,7 @@ GL_PREFIX(DepthRangef):
popq %rbp
popq %rsi
popq %rdi
- movq 4984(%rax), %r11
+ movq 5288(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(DepthRangef), .-GL_PREFIX(DepthRangef)
@@ -23533,7 +25003,7 @@ GL_PREFIX(DepthRangef):
GL_PREFIX(GetShaderPrecisionFormat):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 4992(%rax), %r11
+ movq 5296(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -23547,13 +25017,13 @@ GL_PREFIX(GetShaderPrecisionFormat):
popq %rdx
popq %rsi
popq %rdi
- movq 4992(%rax), %r11
+ movq 5296(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 4992(%rax), %r11
+ movq 5296(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -23567,7 +25037,7 @@ GL_PREFIX(GetShaderPrecisionFormat):
popq %rdx
popq %rsi
popq %rdi
- movq 4992(%rax), %r11
+ movq 5296(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetShaderPrecisionFormat), .-GL_PREFIX(GetShaderPrecisionFormat)
@@ -23578,25 +25048,25 @@ GL_PREFIX(GetShaderPrecisionFormat):
GL_PREFIX(ReleaseShaderCompiler):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5000(%rax), %r11
+ movq 5304(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rbp
call _x86_64_get_dispatch@PLT
popq %rbp
- movq 5000(%rax), %r11
+ movq 5304(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5000(%rax), %r11
+ movq 5304(%rax), %r11
jmp *%r11
1:
pushq %rbp
call _glapi_get_dispatch
popq %rbp
- movq 5000(%rax), %r11
+ movq 5304(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ReleaseShaderCompiler), .-GL_PREFIX(ReleaseShaderCompiler)
@@ -23607,7 +25077,7 @@ GL_PREFIX(ReleaseShaderCompiler):
GL_PREFIX(ShaderBinary):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5008(%rax), %r11
+ movq 5312(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -23621,13 +25091,13 @@ GL_PREFIX(ShaderBinary):
popq %rdx
popq %rsi
popq %rdi
- movq 5008(%rax), %r11
+ movq 5312(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5008(%rax), %r11
+ movq 5312(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -23641,7 +25111,7 @@ GL_PREFIX(ShaderBinary):
popq %rdx
popq %rsi
popq %rdi
- movq 5008(%rax), %r11
+ movq 5312(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ShaderBinary), .-GL_PREFIX(ShaderBinary)
@@ -23652,25 +25122,25 @@ GL_PREFIX(ShaderBinary):
GL_PREFIX(GetGraphicsResetStatusARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5016(%rax), %r11
+ movq 5320(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rbp
call _x86_64_get_dispatch@PLT
popq %rbp
- movq 5016(%rax), %r11
+ movq 5320(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5016(%rax), %r11
+ movq 5320(%rax), %r11
jmp *%r11
1:
pushq %rbp
call _glapi_get_dispatch
popq %rbp
- movq 5016(%rax), %r11
+ movq 5320(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetGraphicsResetStatusARB), .-GL_PREFIX(GetGraphicsResetStatusARB)
@@ -23681,7 +25151,7 @@ GL_PREFIX(GetGraphicsResetStatusARB):
GL_PREFIX(GetnColorTableARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5024(%rax), %r11
+ movq 5328(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -23695,13 +25165,13 @@ GL_PREFIX(GetnColorTableARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5024(%rax), %r11
+ movq 5328(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5024(%rax), %r11
+ movq 5328(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -23715,7 +25185,7 @@ GL_PREFIX(GetnColorTableARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5024(%rax), %r11
+ movq 5328(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnColorTableARB), .-GL_PREFIX(GetnColorTableARB)
@@ -23726,7 +25196,7 @@ GL_PREFIX(GetnColorTableARB):
GL_PREFIX(GetnCompressedTexImageARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5032(%rax), %r11
+ movq 5336(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -23740,13 +25210,13 @@ GL_PREFIX(GetnCompressedTexImageARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5032(%rax), %r11
+ movq 5336(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5032(%rax), %r11
+ movq 5336(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -23760,7 +25230,7 @@ GL_PREFIX(GetnCompressedTexImageARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5032(%rax), %r11
+ movq 5336(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnCompressedTexImageARB), .-GL_PREFIX(GetnCompressedTexImageARB)
@@ -23771,7 +25241,7 @@ GL_PREFIX(GetnCompressedTexImageARB):
GL_PREFIX(GetnConvolutionFilterARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5040(%rax), %r11
+ movq 5344(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -23785,13 +25255,13 @@ GL_PREFIX(GetnConvolutionFilterARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5040(%rax), %r11
+ movq 5344(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5040(%rax), %r11
+ movq 5344(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -23805,7 +25275,7 @@ GL_PREFIX(GetnConvolutionFilterARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5040(%rax), %r11
+ movq 5344(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnConvolutionFilterARB), .-GL_PREFIX(GetnConvolutionFilterARB)
@@ -23816,7 +25286,7 @@ GL_PREFIX(GetnConvolutionFilterARB):
GL_PREFIX(GetnHistogramARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5048(%rax), %r11
+ movq 5352(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -23834,13 +25304,13 @@ GL_PREFIX(GetnHistogramARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5048(%rax), %r11
+ movq 5352(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5048(%rax), %r11
+ movq 5352(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -23858,7 +25328,7 @@ GL_PREFIX(GetnHistogramARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5048(%rax), %r11
+ movq 5352(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnHistogramARB), .-GL_PREFIX(GetnHistogramARB)
@@ -23869,7 +25339,7 @@ GL_PREFIX(GetnHistogramARB):
GL_PREFIX(GetnMapdvARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5056(%rax), %r11
+ movq 5360(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -23883,13 +25353,13 @@ GL_PREFIX(GetnMapdvARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5056(%rax), %r11
+ movq 5360(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5056(%rax), %r11
+ movq 5360(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -23903,7 +25373,7 @@ GL_PREFIX(GetnMapdvARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5056(%rax), %r11
+ movq 5360(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnMapdvARB), .-GL_PREFIX(GetnMapdvARB)
@@ -23914,7 +25384,7 @@ GL_PREFIX(GetnMapdvARB):
GL_PREFIX(GetnMapfvARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5064(%rax), %r11
+ movq 5368(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -23928,13 +25398,13 @@ GL_PREFIX(GetnMapfvARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5064(%rax), %r11
+ movq 5368(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5064(%rax), %r11
+ movq 5368(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -23948,7 +25418,7 @@ GL_PREFIX(GetnMapfvARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5064(%rax), %r11
+ movq 5368(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnMapfvARB), .-GL_PREFIX(GetnMapfvARB)
@@ -23959,7 +25429,7 @@ GL_PREFIX(GetnMapfvARB):
GL_PREFIX(GetnMapivARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5072(%rax), %r11
+ movq 5376(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -23973,13 +25443,13 @@ GL_PREFIX(GetnMapivARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5072(%rax), %r11
+ movq 5376(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5072(%rax), %r11
+ movq 5376(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -23993,7 +25463,7 @@ GL_PREFIX(GetnMapivARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5072(%rax), %r11
+ movq 5376(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnMapivARB), .-GL_PREFIX(GetnMapivARB)
@@ -24004,7 +25474,7 @@ GL_PREFIX(GetnMapivARB):
GL_PREFIX(GetnMinmaxARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5080(%rax), %r11
+ movq 5384(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24022,13 +25492,13 @@ GL_PREFIX(GetnMinmaxARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5080(%rax), %r11
+ movq 5384(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5080(%rax), %r11
+ movq 5384(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24046,7 +25516,7 @@ GL_PREFIX(GetnMinmaxARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5080(%rax), %r11
+ movq 5384(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnMinmaxARB), .-GL_PREFIX(GetnMinmaxARB)
@@ -24057,7 +25527,7 @@ GL_PREFIX(GetnMinmaxARB):
GL_PREFIX(GetnPixelMapfvARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5088(%rax), %r11
+ movq 5392(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24067,13 +25537,13 @@ GL_PREFIX(GetnPixelMapfvARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5088(%rax), %r11
+ movq 5392(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5088(%rax), %r11
+ movq 5392(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24083,7 +25553,7 @@ GL_PREFIX(GetnPixelMapfvARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5088(%rax), %r11
+ movq 5392(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnPixelMapfvARB), .-GL_PREFIX(GetnPixelMapfvARB)
@@ -24094,7 +25564,7 @@ GL_PREFIX(GetnPixelMapfvARB):
GL_PREFIX(GetnPixelMapuivARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5096(%rax), %r11
+ movq 5400(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24104,13 +25574,13 @@ GL_PREFIX(GetnPixelMapuivARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5096(%rax), %r11
+ movq 5400(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5096(%rax), %r11
+ movq 5400(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24120,7 +25590,7 @@ GL_PREFIX(GetnPixelMapuivARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5096(%rax), %r11
+ movq 5400(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnPixelMapuivARB), .-GL_PREFIX(GetnPixelMapuivARB)
@@ -24131,7 +25601,7 @@ GL_PREFIX(GetnPixelMapuivARB):
GL_PREFIX(GetnPixelMapusvARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5104(%rax), %r11
+ movq 5408(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24141,13 +25611,13 @@ GL_PREFIX(GetnPixelMapusvARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5104(%rax), %r11
+ movq 5408(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5104(%rax), %r11
+ movq 5408(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24157,7 +25627,7 @@ GL_PREFIX(GetnPixelMapusvARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5104(%rax), %r11
+ movq 5408(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnPixelMapusvARB), .-GL_PREFIX(GetnPixelMapusvARB)
@@ -24168,7 +25638,7 @@ GL_PREFIX(GetnPixelMapusvARB):
GL_PREFIX(GetnPolygonStippleARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5112(%rax), %r11
+ movq 5416(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24178,13 +25648,13 @@ GL_PREFIX(GetnPolygonStippleARB):
popq %rbp
popq %rsi
popq %rdi
- movq 5112(%rax), %r11
+ movq 5416(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5112(%rax), %r11
+ movq 5416(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24194,7 +25664,7 @@ GL_PREFIX(GetnPolygonStippleARB):
popq %rbp
popq %rsi
popq %rdi
- movq 5112(%rax), %r11
+ movq 5416(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnPolygonStippleARB), .-GL_PREFIX(GetnPolygonStippleARB)
@@ -24205,7 +25675,7 @@ GL_PREFIX(GetnPolygonStippleARB):
GL_PREFIX(GetnSeparableFilterARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5120(%rax), %r11
+ movq 5424(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24223,13 +25693,13 @@ GL_PREFIX(GetnSeparableFilterARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5120(%rax), %r11
+ movq 5424(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5120(%rax), %r11
+ movq 5424(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24247,7 +25717,7 @@ GL_PREFIX(GetnSeparableFilterARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5120(%rax), %r11
+ movq 5424(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnSeparableFilterARB), .-GL_PREFIX(GetnSeparableFilterARB)
@@ -24258,7 +25728,7 @@ GL_PREFIX(GetnSeparableFilterARB):
GL_PREFIX(GetnTexImageARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5128(%rax), %r11
+ movq 5432(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24276,13 +25746,13 @@ GL_PREFIX(GetnTexImageARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5128(%rax), %r11
+ movq 5432(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5128(%rax), %r11
+ movq 5432(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24300,7 +25770,7 @@ GL_PREFIX(GetnTexImageARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5128(%rax), %r11
+ movq 5432(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnTexImageARB), .-GL_PREFIX(GetnTexImageARB)
@@ -24311,7 +25781,7 @@ GL_PREFIX(GetnTexImageARB):
GL_PREFIX(GetnUniformdvARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5136(%rax), %r11
+ movq 5440(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24325,13 +25795,13 @@ GL_PREFIX(GetnUniformdvARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5136(%rax), %r11
+ movq 5440(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5136(%rax), %r11
+ movq 5440(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24345,7 +25815,7 @@ GL_PREFIX(GetnUniformdvARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5136(%rax), %r11
+ movq 5440(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnUniformdvARB), .-GL_PREFIX(GetnUniformdvARB)
@@ -24356,7 +25826,7 @@ GL_PREFIX(GetnUniformdvARB):
GL_PREFIX(GetnUniformfvARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5144(%rax), %r11
+ movq 5448(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24370,13 +25840,13 @@ GL_PREFIX(GetnUniformfvARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5144(%rax), %r11
+ movq 5448(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5144(%rax), %r11
+ movq 5448(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24390,7 +25860,7 @@ GL_PREFIX(GetnUniformfvARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5144(%rax), %r11
+ movq 5448(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnUniformfvARB), .-GL_PREFIX(GetnUniformfvARB)
@@ -24401,7 +25871,7 @@ GL_PREFIX(GetnUniformfvARB):
GL_PREFIX(GetnUniformivARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5152(%rax), %r11
+ movq 5456(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24415,13 +25885,13 @@ GL_PREFIX(GetnUniformivARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5152(%rax), %r11
+ movq 5456(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5152(%rax), %r11
+ movq 5456(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24435,7 +25905,7 @@ GL_PREFIX(GetnUniformivARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5152(%rax), %r11
+ movq 5456(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnUniformivARB), .-GL_PREFIX(GetnUniformivARB)
@@ -24446,7 +25916,7 @@ GL_PREFIX(GetnUniformivARB):
GL_PREFIX(GetnUniformuivARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5160(%rax), %r11
+ movq 5464(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24460,13 +25930,13 @@ GL_PREFIX(GetnUniformuivARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5160(%rax), %r11
+ movq 5464(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5160(%rax), %r11
+ movq 5464(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24480,7 +25950,7 @@ GL_PREFIX(GetnUniformuivARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5160(%rax), %r11
+ movq 5464(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetnUniformuivARB), .-GL_PREFIX(GetnUniformuivARB)
@@ -24491,7 +25961,7 @@ GL_PREFIX(GetnUniformuivARB):
GL_PREFIX(ReadnPixelsARB):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5168(%rax), %r11
+ movq 5472(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24509,13 +25979,13 @@ GL_PREFIX(ReadnPixelsARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5168(%rax), %r11
+ movq 5472(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5168(%rax), %r11
+ movq 5472(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24533,7 +26003,7 @@ GL_PREFIX(ReadnPixelsARB):
popq %rdx
popq %rsi
popq %rdi
- movq 5168(%rax), %r11
+ movq 5472(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ReadnPixelsARB), .-GL_PREFIX(ReadnPixelsARB)
@@ -24544,7 +26014,7 @@ GL_PREFIX(ReadnPixelsARB):
GL_PREFIX(PolygonOffsetEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5176(%rax), %r11
+ movq 5480(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $24, %rsp
@@ -24554,13 +26024,13 @@ GL_PREFIX(PolygonOffsetEXT):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $24, %rsp
- movq 5176(%rax), %r11
+ movq 5480(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5176(%rax), %r11
+ movq 5480(%rax), %r11
jmp *%r11
1:
subq $24, %rsp
@@ -24570,19 +26040,19 @@ GL_PREFIX(PolygonOffsetEXT):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $24, %rsp
- movq 5176(%rax), %r11
+ movq 5480(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(PolygonOffsetEXT), .-GL_PREFIX(PolygonOffsetEXT)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_648)
- .type GL_PREFIX(_dispatch_stub_648), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_648))
-GL_PREFIX(_dispatch_stub_648):
+ .globl GL_PREFIX(_dispatch_stub_686)
+ .type GL_PREFIX(_dispatch_stub_686), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_686))
+GL_PREFIX(_dispatch_stub_686):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5184(%rax), %r11
+ movq 5488(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24592,13 +26062,13 @@ GL_PREFIX(_dispatch_stub_648):
popq %rbp
popq %rsi
popq %rdi
- movq 5184(%rax), %r11
+ movq 5488(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5184(%rax), %r11
+ movq 5488(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24608,19 +26078,19 @@ GL_PREFIX(_dispatch_stub_648):
popq %rbp
popq %rsi
popq %rdi
- movq 5184(%rax), %r11
+ movq 5488(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_648), .-GL_PREFIX(_dispatch_stub_648)
+ .size GL_PREFIX(_dispatch_stub_686), .-GL_PREFIX(_dispatch_stub_686)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_649)
- .type GL_PREFIX(_dispatch_stub_649), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_649))
-GL_PREFIX(_dispatch_stub_649):
+ .globl GL_PREFIX(_dispatch_stub_687)
+ .type GL_PREFIX(_dispatch_stub_687), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_687))
+GL_PREFIX(_dispatch_stub_687):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5192(%rax), %r11
+ movq 5496(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24630,13 +26100,13 @@ GL_PREFIX(_dispatch_stub_649):
popq %rbp
popq %rsi
popq %rdi
- movq 5192(%rax), %r11
+ movq 5496(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5192(%rax), %r11
+ movq 5496(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24646,19 +26116,19 @@ GL_PREFIX(_dispatch_stub_649):
popq %rbp
popq %rsi
popq %rdi
- movq 5192(%rax), %r11
+ movq 5496(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_649), .-GL_PREFIX(_dispatch_stub_649)
+ .size GL_PREFIX(_dispatch_stub_687), .-GL_PREFIX(_dispatch_stub_687)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_650)
- .type GL_PREFIX(_dispatch_stub_650), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_650))
-GL_PREFIX(_dispatch_stub_650):
+ .globl GL_PREFIX(_dispatch_stub_688)
+ .type GL_PREFIX(_dispatch_stub_688), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_688))
+GL_PREFIX(_dispatch_stub_688):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5200(%rax), %r11
+ movq 5504(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $24, %rsp
@@ -24668,13 +26138,13 @@ GL_PREFIX(_dispatch_stub_650):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $24, %rsp
- movq 5200(%rax), %r11
+ movq 5504(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5200(%rax), %r11
+ movq 5504(%rax), %r11
jmp *%r11
1:
subq $24, %rsp
@@ -24684,19 +26154,19 @@ GL_PREFIX(_dispatch_stub_650):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $24, %rsp
- movq 5200(%rax), %r11
+ movq 5504(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_650), .-GL_PREFIX(_dispatch_stub_650)
+ .size GL_PREFIX(_dispatch_stub_688), .-GL_PREFIX(_dispatch_stub_688)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_651)
- .type GL_PREFIX(_dispatch_stub_651), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_651))
-GL_PREFIX(_dispatch_stub_651):
+ .globl GL_PREFIX(_dispatch_stub_689)
+ .type GL_PREFIX(_dispatch_stub_689), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_689))
+GL_PREFIX(_dispatch_stub_689):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5208(%rax), %r11
+ movq 5512(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24706,13 +26176,13 @@ GL_PREFIX(_dispatch_stub_651):
popq %rbp
popq %rsi
popq %rdi
- movq 5208(%rax), %r11
+ movq 5512(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5208(%rax), %r11
+ movq 5512(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24722,19 +26192,19 @@ GL_PREFIX(_dispatch_stub_651):
popq %rbp
popq %rsi
popq %rdi
- movq 5208(%rax), %r11
+ movq 5512(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_651), .-GL_PREFIX(_dispatch_stub_651)
+ .size GL_PREFIX(_dispatch_stub_689), .-GL_PREFIX(_dispatch_stub_689)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_652)
- .type GL_PREFIX(_dispatch_stub_652), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_652))
-GL_PREFIX(_dispatch_stub_652):
+ .globl GL_PREFIX(_dispatch_stub_690)
+ .type GL_PREFIX(_dispatch_stub_690), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_690))
+GL_PREFIX(_dispatch_stub_690):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5216(%rax), %r11
+ movq 5520(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24744,13 +26214,13 @@ GL_PREFIX(_dispatch_stub_652):
popq %rbp
popq %rsi
popq %rdi
- movq 5216(%rax), %r11
+ movq 5520(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5216(%rax), %r11
+ movq 5520(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24760,19 +26230,19 @@ GL_PREFIX(_dispatch_stub_652):
popq %rbp
popq %rsi
popq %rdi
- movq 5216(%rax), %r11
+ movq 5520(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_652), .-GL_PREFIX(_dispatch_stub_652)
+ .size GL_PREFIX(_dispatch_stub_690), .-GL_PREFIX(_dispatch_stub_690)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_653)
- .type GL_PREFIX(_dispatch_stub_653), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_653))
-GL_PREFIX(_dispatch_stub_653):
+ .globl GL_PREFIX(_dispatch_stub_691)
+ .type GL_PREFIX(_dispatch_stub_691), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_691))
+GL_PREFIX(_dispatch_stub_691):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5224(%rax), %r11
+ movq 5528(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24782,13 +26252,13 @@ GL_PREFIX(_dispatch_stub_653):
popq %rbp
popq %rsi
popq %rdi
- movq 5224(%rax), %r11
+ movq 5528(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5224(%rax), %r11
+ movq 5528(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24798,19 +26268,19 @@ GL_PREFIX(_dispatch_stub_653):
popq %rbp
popq %rsi
popq %rdi
- movq 5224(%rax), %r11
+ movq 5528(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_653), .-GL_PREFIX(_dispatch_stub_653)
+ .size GL_PREFIX(_dispatch_stub_691), .-GL_PREFIX(_dispatch_stub_691)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_654)
- .type GL_PREFIX(_dispatch_stub_654), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_654))
-GL_PREFIX(_dispatch_stub_654):
+ .globl GL_PREFIX(_dispatch_stub_692)
+ .type GL_PREFIX(_dispatch_stub_692), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_692))
+GL_PREFIX(_dispatch_stub_692):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5232(%rax), %r11
+ movq 5536(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24820,13 +26290,13 @@ GL_PREFIX(_dispatch_stub_654):
popq %rbp
popq %rsi
popq %rdi
- movq 5232(%rax), %r11
+ movq 5536(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5232(%rax), %r11
+ movq 5536(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24836,40 +26306,40 @@ GL_PREFIX(_dispatch_stub_654):
popq %rbp
popq %rsi
popq %rdi
- movq 5232(%rax), %r11
+ movq 5536(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_654), .-GL_PREFIX(_dispatch_stub_654)
+ .size GL_PREFIX(_dispatch_stub_692), .-GL_PREFIX(_dispatch_stub_692)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_655)
- .type GL_PREFIX(_dispatch_stub_655), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_655))
-GL_PREFIX(_dispatch_stub_655):
+ .globl GL_PREFIX(_dispatch_stub_693)
+ .type GL_PREFIX(_dispatch_stub_693), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_693))
+GL_PREFIX(_dispatch_stub_693):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5240(%rax), %r11
+ movq 5544(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5240(%rax), %r11
+ movq 5544(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5240(%rax), %r11
+ movq 5544(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5240(%rax), %r11
+ movq 5544(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_655), .-GL_PREFIX(_dispatch_stub_655)
+ .size GL_PREFIX(_dispatch_stub_693), .-GL_PREFIX(_dispatch_stub_693)
.p2align 4,,15
.globl GL_PREFIX(ColorPointerEXT)
@@ -24877,7 +26347,7 @@ GL_PREFIX(_dispatch_stub_655):
GL_PREFIX(ColorPointerEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5248(%rax), %r11
+ movq 5552(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24891,13 +26361,13 @@ GL_PREFIX(ColorPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5248(%rax), %r11
+ movq 5552(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5248(%rax), %r11
+ movq 5552(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24911,7 +26381,7 @@ GL_PREFIX(ColorPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5248(%rax), %r11
+ movq 5552(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ColorPointerEXT), .-GL_PREFIX(ColorPointerEXT)
@@ -24922,7 +26392,7 @@ GL_PREFIX(ColorPointerEXT):
GL_PREFIX(EdgeFlagPointerEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5256(%rax), %r11
+ movq 5560(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24932,13 +26402,13 @@ GL_PREFIX(EdgeFlagPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5256(%rax), %r11
+ movq 5560(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5256(%rax), %r11
+ movq 5560(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24948,7 +26418,7 @@ GL_PREFIX(EdgeFlagPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5256(%rax), %r11
+ movq 5560(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(EdgeFlagPointerEXT), .-GL_PREFIX(EdgeFlagPointerEXT)
@@ -24959,7 +26429,7 @@ GL_PREFIX(EdgeFlagPointerEXT):
GL_PREFIX(IndexPointerEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5264(%rax), %r11
+ movq 5568(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -24973,13 +26443,13 @@ GL_PREFIX(IndexPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5264(%rax), %r11
+ movq 5568(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5264(%rax), %r11
+ movq 5568(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -24993,7 +26463,7 @@ GL_PREFIX(IndexPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5264(%rax), %r11
+ movq 5568(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(IndexPointerEXT), .-GL_PREFIX(IndexPointerEXT)
@@ -25004,7 +26474,7 @@ GL_PREFIX(IndexPointerEXT):
GL_PREFIX(NormalPointerEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5272(%rax), %r11
+ movq 5576(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25018,13 +26488,13 @@ GL_PREFIX(NormalPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5272(%rax), %r11
+ movq 5576(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5272(%rax), %r11
+ movq 5576(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25038,7 +26508,7 @@ GL_PREFIX(NormalPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5272(%rax), %r11
+ movq 5576(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(NormalPointerEXT), .-GL_PREFIX(NormalPointerEXT)
@@ -25049,7 +26519,7 @@ GL_PREFIX(NormalPointerEXT):
GL_PREFIX(TexCoordPointerEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5280(%rax), %r11
+ movq 5584(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25063,13 +26533,13 @@ GL_PREFIX(TexCoordPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5280(%rax), %r11
+ movq 5584(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5280(%rax), %r11
+ movq 5584(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25083,7 +26553,7 @@ GL_PREFIX(TexCoordPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5280(%rax), %r11
+ movq 5584(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(TexCoordPointerEXT), .-GL_PREFIX(TexCoordPointerEXT)
@@ -25094,7 +26564,7 @@ GL_PREFIX(TexCoordPointerEXT):
GL_PREFIX(VertexPointerEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5288(%rax), %r11
+ movq 5592(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25108,13 +26578,13 @@ GL_PREFIX(VertexPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5288(%rax), %r11
+ movq 5592(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5288(%rax), %r11
+ movq 5592(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25128,7 +26598,7 @@ GL_PREFIX(VertexPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5288(%rax), %r11
+ movq 5592(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexPointerEXT), .-GL_PREFIX(VertexPointerEXT)
@@ -25139,7 +26609,7 @@ GL_PREFIX(VertexPointerEXT):
GL_PREFIX(PointParameterfEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5296(%rax), %r11
+ movq 5600(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $24, %rsp
@@ -25149,13 +26619,13 @@ GL_PREFIX(PointParameterfEXT):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $24, %rsp
- movq 5296(%rax), %r11
+ movq 5600(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5296(%rax), %r11
+ movq 5600(%rax), %r11
jmp *%r11
1:
subq $24, %rsp
@@ -25165,7 +26635,7 @@ GL_PREFIX(PointParameterfEXT):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $24, %rsp
- movq 5296(%rax), %r11
+ movq 5600(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(PointParameterfEXT), .-GL_PREFIX(PointParameterfEXT)
@@ -25176,7 +26646,7 @@ GL_PREFIX(PointParameterfEXT):
GL_PREFIX(PointParameterfvEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5304(%rax), %r11
+ movq 5608(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25186,13 +26656,13 @@ GL_PREFIX(PointParameterfvEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 5304(%rax), %r11
+ movq 5608(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5304(%rax), %r11
+ movq 5608(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25202,7 +26672,7 @@ GL_PREFIX(PointParameterfvEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 5304(%rax), %r11
+ movq 5608(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(PointParameterfvEXT), .-GL_PREFIX(PointParameterfvEXT)
@@ -25213,7 +26683,7 @@ GL_PREFIX(PointParameterfvEXT):
GL_PREFIX(LockArraysEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5312(%rax), %r11
+ movq 5616(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25223,13 +26693,13 @@ GL_PREFIX(LockArraysEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 5312(%rax), %r11
+ movq 5616(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5312(%rax), %r11
+ movq 5616(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25239,7 +26709,7 @@ GL_PREFIX(LockArraysEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 5312(%rax), %r11
+ movq 5616(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(LockArraysEXT), .-GL_PREFIX(LockArraysEXT)
@@ -25250,25 +26720,25 @@ GL_PREFIX(LockArraysEXT):
GL_PREFIX(UnlockArraysEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5320(%rax), %r11
+ movq 5624(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rbp
call _x86_64_get_dispatch@PLT
popq %rbp
- movq 5320(%rax), %r11
+ movq 5624(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5320(%rax), %r11
+ movq 5624(%rax), %r11
jmp *%r11
1:
pushq %rbp
call _glapi_get_dispatch
popq %rbp
- movq 5320(%rax), %r11
+ movq 5624(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(UnlockArraysEXT), .-GL_PREFIX(UnlockArraysEXT)
@@ -25279,7 +26749,7 @@ GL_PREFIX(UnlockArraysEXT):
GL_PREFIX(SecondaryColor3bEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5328(%rax), %r11
+ movq 5632(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25289,13 +26759,13 @@ GL_PREFIX(SecondaryColor3bEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5328(%rax), %r11
+ movq 5632(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5328(%rax), %r11
+ movq 5632(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25305,7 +26775,7 @@ GL_PREFIX(SecondaryColor3bEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5328(%rax), %r11
+ movq 5632(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3bEXT), .-GL_PREFIX(SecondaryColor3bEXT)
@@ -25316,25 +26786,25 @@ GL_PREFIX(SecondaryColor3bEXT):
GL_PREFIX(SecondaryColor3bvEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5336(%rax), %r11
+ movq 5640(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5336(%rax), %r11
+ movq 5640(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5336(%rax), %r11
+ movq 5640(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5336(%rax), %r11
+ movq 5640(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3bvEXT), .-GL_PREFIX(SecondaryColor3bvEXT)
@@ -25345,7 +26815,7 @@ GL_PREFIX(SecondaryColor3bvEXT):
GL_PREFIX(SecondaryColor3dEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5344(%rax), %r11
+ movq 5648(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $24, %rsp
@@ -25357,13 +26827,13 @@ GL_PREFIX(SecondaryColor3dEXT):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $24, %rsp
- movq 5344(%rax), %r11
+ movq 5648(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5344(%rax), %r11
+ movq 5648(%rax), %r11
jmp *%r11
1:
subq $24, %rsp
@@ -25375,7 +26845,7 @@ GL_PREFIX(SecondaryColor3dEXT):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $24, %rsp
- movq 5344(%rax), %r11
+ movq 5648(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3dEXT), .-GL_PREFIX(SecondaryColor3dEXT)
@@ -25386,25 +26856,25 @@ GL_PREFIX(SecondaryColor3dEXT):
GL_PREFIX(SecondaryColor3dvEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5352(%rax), %r11
+ movq 5656(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5352(%rax), %r11
+ movq 5656(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5352(%rax), %r11
+ movq 5656(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5352(%rax), %r11
+ movq 5656(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3dvEXT), .-GL_PREFIX(SecondaryColor3dvEXT)
@@ -25415,7 +26885,7 @@ GL_PREFIX(SecondaryColor3dvEXT):
GL_PREFIX(SecondaryColor3fEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5360(%rax), %r11
+ movq 5664(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $24, %rsp
@@ -25427,13 +26897,13 @@ GL_PREFIX(SecondaryColor3fEXT):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $24, %rsp
- movq 5360(%rax), %r11
+ movq 5664(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5360(%rax), %r11
+ movq 5664(%rax), %r11
jmp *%r11
1:
subq $24, %rsp
@@ -25445,7 +26915,7 @@ GL_PREFIX(SecondaryColor3fEXT):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $24, %rsp
- movq 5360(%rax), %r11
+ movq 5664(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3fEXT), .-GL_PREFIX(SecondaryColor3fEXT)
@@ -25456,25 +26926,25 @@ GL_PREFIX(SecondaryColor3fEXT):
GL_PREFIX(SecondaryColor3fvEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5368(%rax), %r11
+ movq 5672(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5368(%rax), %r11
+ movq 5672(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5368(%rax), %r11
+ movq 5672(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5368(%rax), %r11
+ movq 5672(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3fvEXT), .-GL_PREFIX(SecondaryColor3fvEXT)
@@ -25485,7 +26955,7 @@ GL_PREFIX(SecondaryColor3fvEXT):
GL_PREFIX(SecondaryColor3iEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5376(%rax), %r11
+ movq 5680(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25495,13 +26965,13 @@ GL_PREFIX(SecondaryColor3iEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5376(%rax), %r11
+ movq 5680(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5376(%rax), %r11
+ movq 5680(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25511,7 +26981,7 @@ GL_PREFIX(SecondaryColor3iEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5376(%rax), %r11
+ movq 5680(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3iEXT), .-GL_PREFIX(SecondaryColor3iEXT)
@@ -25522,25 +26992,25 @@ GL_PREFIX(SecondaryColor3iEXT):
GL_PREFIX(SecondaryColor3ivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5384(%rax), %r11
+ movq 5688(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5384(%rax), %r11
+ movq 5688(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5384(%rax), %r11
+ movq 5688(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5384(%rax), %r11
+ movq 5688(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3ivEXT), .-GL_PREFIX(SecondaryColor3ivEXT)
@@ -25551,7 +27021,7 @@ GL_PREFIX(SecondaryColor3ivEXT):
GL_PREFIX(SecondaryColor3sEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5392(%rax), %r11
+ movq 5696(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25561,13 +27031,13 @@ GL_PREFIX(SecondaryColor3sEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5392(%rax), %r11
+ movq 5696(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5392(%rax), %r11
+ movq 5696(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25577,7 +27047,7 @@ GL_PREFIX(SecondaryColor3sEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5392(%rax), %r11
+ movq 5696(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3sEXT), .-GL_PREFIX(SecondaryColor3sEXT)
@@ -25588,25 +27058,25 @@ GL_PREFIX(SecondaryColor3sEXT):
GL_PREFIX(SecondaryColor3svEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5400(%rax), %r11
+ movq 5704(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5400(%rax), %r11
+ movq 5704(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5400(%rax), %r11
+ movq 5704(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5400(%rax), %r11
+ movq 5704(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3svEXT), .-GL_PREFIX(SecondaryColor3svEXT)
@@ -25617,7 +27087,7 @@ GL_PREFIX(SecondaryColor3svEXT):
GL_PREFIX(SecondaryColor3ubEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5408(%rax), %r11
+ movq 5712(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25627,13 +27097,13 @@ GL_PREFIX(SecondaryColor3ubEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5408(%rax), %r11
+ movq 5712(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5408(%rax), %r11
+ movq 5712(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25643,7 +27113,7 @@ GL_PREFIX(SecondaryColor3ubEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5408(%rax), %r11
+ movq 5712(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3ubEXT), .-GL_PREFIX(SecondaryColor3ubEXT)
@@ -25654,25 +27124,25 @@ GL_PREFIX(SecondaryColor3ubEXT):
GL_PREFIX(SecondaryColor3ubvEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5416(%rax), %r11
+ movq 5720(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5416(%rax), %r11
+ movq 5720(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5416(%rax), %r11
+ movq 5720(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5416(%rax), %r11
+ movq 5720(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3ubvEXT), .-GL_PREFIX(SecondaryColor3ubvEXT)
@@ -25683,7 +27153,7 @@ GL_PREFIX(SecondaryColor3ubvEXT):
GL_PREFIX(SecondaryColor3uiEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5424(%rax), %r11
+ movq 5728(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25693,13 +27163,13 @@ GL_PREFIX(SecondaryColor3uiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5424(%rax), %r11
+ movq 5728(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5424(%rax), %r11
+ movq 5728(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25709,7 +27179,7 @@ GL_PREFIX(SecondaryColor3uiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5424(%rax), %r11
+ movq 5728(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3uiEXT), .-GL_PREFIX(SecondaryColor3uiEXT)
@@ -25720,25 +27190,25 @@ GL_PREFIX(SecondaryColor3uiEXT):
GL_PREFIX(SecondaryColor3uivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5432(%rax), %r11
+ movq 5736(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5432(%rax), %r11
+ movq 5736(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5432(%rax), %r11
+ movq 5736(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5432(%rax), %r11
+ movq 5736(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3uivEXT), .-GL_PREFIX(SecondaryColor3uivEXT)
@@ -25749,7 +27219,7 @@ GL_PREFIX(SecondaryColor3uivEXT):
GL_PREFIX(SecondaryColor3usEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5440(%rax), %r11
+ movq 5744(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25759,13 +27229,13 @@ GL_PREFIX(SecondaryColor3usEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5440(%rax), %r11
+ movq 5744(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5440(%rax), %r11
+ movq 5744(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25775,7 +27245,7 @@ GL_PREFIX(SecondaryColor3usEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5440(%rax), %r11
+ movq 5744(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3usEXT), .-GL_PREFIX(SecondaryColor3usEXT)
@@ -25786,25 +27256,25 @@ GL_PREFIX(SecondaryColor3usEXT):
GL_PREFIX(SecondaryColor3usvEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5448(%rax), %r11
+ movq 5752(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5448(%rax), %r11
+ movq 5752(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5448(%rax), %r11
+ movq 5752(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5448(%rax), %r11
+ movq 5752(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColor3usvEXT), .-GL_PREFIX(SecondaryColor3usvEXT)
@@ -25815,7 +27285,7 @@ GL_PREFIX(SecondaryColor3usvEXT):
GL_PREFIX(SecondaryColorPointerEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5456(%rax), %r11
+ movq 5760(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25829,13 +27299,13 @@ GL_PREFIX(SecondaryColorPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5456(%rax), %r11
+ movq 5760(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5456(%rax), %r11
+ movq 5760(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25849,7 +27319,7 @@ GL_PREFIX(SecondaryColorPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5456(%rax), %r11
+ movq 5760(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SecondaryColorPointerEXT), .-GL_PREFIX(SecondaryColorPointerEXT)
@@ -25860,7 +27330,7 @@ GL_PREFIX(SecondaryColorPointerEXT):
GL_PREFIX(MultiDrawArraysEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5464(%rax), %r11
+ movq 5768(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25874,13 +27344,13 @@ GL_PREFIX(MultiDrawArraysEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5464(%rax), %r11
+ movq 5768(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5464(%rax), %r11
+ movq 5768(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25894,7 +27364,7 @@ GL_PREFIX(MultiDrawArraysEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5464(%rax), %r11
+ movq 5768(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(MultiDrawArraysEXT), .-GL_PREFIX(MultiDrawArraysEXT)
@@ -25905,7 +27375,7 @@ GL_PREFIX(MultiDrawArraysEXT):
GL_PREFIX(MultiDrawElementsEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5472(%rax), %r11
+ movq 5776(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25919,13 +27389,13 @@ GL_PREFIX(MultiDrawElementsEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5472(%rax), %r11
+ movq 5776(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5472(%rax), %r11
+ movq 5776(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25939,7 +27409,7 @@ GL_PREFIX(MultiDrawElementsEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5472(%rax), %r11
+ movq 5776(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(MultiDrawElementsEXT), .-GL_PREFIX(MultiDrawElementsEXT)
@@ -25950,7 +27420,7 @@ GL_PREFIX(MultiDrawElementsEXT):
GL_PREFIX(FogCoordPointerEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5480(%rax), %r11
+ movq 5784(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -25960,13 +27430,13 @@ GL_PREFIX(FogCoordPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5480(%rax), %r11
+ movq 5784(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5480(%rax), %r11
+ movq 5784(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -25976,7 +27446,7 @@ GL_PREFIX(FogCoordPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5480(%rax), %r11
+ movq 5784(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(FogCoordPointerEXT), .-GL_PREFIX(FogCoordPointerEXT)
@@ -25987,7 +27457,7 @@ GL_PREFIX(FogCoordPointerEXT):
GL_PREFIX(FogCoorddEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5488(%rax), %r11
+ movq 5792(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $8, %rsp
@@ -25995,13 +27465,13 @@ GL_PREFIX(FogCoorddEXT):
call _x86_64_get_dispatch@PLT
movq (%rsp), %xmm0
addq $8, %rsp
- movq 5488(%rax), %r11
+ movq 5792(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5488(%rax), %r11
+ movq 5792(%rax), %r11
jmp *%r11
1:
subq $8, %rsp
@@ -26009,7 +27479,7 @@ GL_PREFIX(FogCoorddEXT):
call _glapi_get_dispatch
movq (%rsp), %xmm0
addq $8, %rsp
- movq 5488(%rax), %r11
+ movq 5792(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(FogCoorddEXT), .-GL_PREFIX(FogCoorddEXT)
@@ -26020,25 +27490,25 @@ GL_PREFIX(FogCoorddEXT):
GL_PREFIX(FogCoorddvEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5496(%rax), %r11
+ movq 5800(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5496(%rax), %r11
+ movq 5800(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5496(%rax), %r11
+ movq 5800(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5496(%rax), %r11
+ movq 5800(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(FogCoorddvEXT), .-GL_PREFIX(FogCoorddvEXT)
@@ -26049,7 +27519,7 @@ GL_PREFIX(FogCoorddvEXT):
GL_PREFIX(FogCoordfEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5504(%rax), %r11
+ movq 5808(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $8, %rsp
@@ -26057,13 +27527,13 @@ GL_PREFIX(FogCoordfEXT):
call _x86_64_get_dispatch@PLT
movq (%rsp), %xmm0
addq $8, %rsp
- movq 5504(%rax), %r11
+ movq 5808(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5504(%rax), %r11
+ movq 5808(%rax), %r11
jmp *%r11
1:
subq $8, %rsp
@@ -26071,7 +27541,7 @@ GL_PREFIX(FogCoordfEXT):
call _glapi_get_dispatch
movq (%rsp), %xmm0
addq $8, %rsp
- movq 5504(%rax), %r11
+ movq 5808(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(FogCoordfEXT), .-GL_PREFIX(FogCoordfEXT)
@@ -26082,58 +27552,58 @@ GL_PREFIX(FogCoordfEXT):
GL_PREFIX(FogCoordfvEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5512(%rax), %r11
+ movq 5816(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5512(%rax), %r11
+ movq 5816(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5512(%rax), %r11
+ movq 5816(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5512(%rax), %r11
+ movq 5816(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(FogCoordfvEXT), .-GL_PREFIX(FogCoordfvEXT)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_690)
- .type GL_PREFIX(_dispatch_stub_690), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_690))
-GL_PREFIX(_dispatch_stub_690):
+ .globl GL_PREFIX(_dispatch_stub_728)
+ .type GL_PREFIX(_dispatch_stub_728), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_728))
+GL_PREFIX(_dispatch_stub_728):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5520(%rax), %r11
+ movq 5824(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5520(%rax), %r11
+ movq 5824(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5520(%rax), %r11
+ movq 5824(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5520(%rax), %r11
+ movq 5824(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_690), .-GL_PREFIX(_dispatch_stub_690)
+ .size GL_PREFIX(_dispatch_stub_728), .-GL_PREFIX(_dispatch_stub_728)
.p2align 4,,15
.globl GL_PREFIX(BlendFuncSeparateEXT)
@@ -26141,7 +27611,7 @@ GL_PREFIX(_dispatch_stub_690):
GL_PREFIX(BlendFuncSeparateEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5528(%rax), %r11
+ movq 5832(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26155,13 +27625,13 @@ GL_PREFIX(BlendFuncSeparateEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5528(%rax), %r11
+ movq 5832(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5528(%rax), %r11
+ movq 5832(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26175,7 +27645,7 @@ GL_PREFIX(BlendFuncSeparateEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 5528(%rax), %r11
+ movq 5832(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(BlendFuncSeparateEXT), .-GL_PREFIX(BlendFuncSeparateEXT)
@@ -26186,25 +27656,25 @@ GL_PREFIX(BlendFuncSeparateEXT):
GL_PREFIX(FlushVertexArrayRangeNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5536(%rax), %r11
+ movq 5840(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rbp
call _x86_64_get_dispatch@PLT
popq %rbp
- movq 5536(%rax), %r11
+ movq 5840(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5536(%rax), %r11
+ movq 5840(%rax), %r11
jmp *%r11
1:
pushq %rbp
call _glapi_get_dispatch
popq %rbp
- movq 5536(%rax), %r11
+ movq 5840(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(FlushVertexArrayRangeNV), .-GL_PREFIX(FlushVertexArrayRangeNV)
@@ -26215,7 +27685,7 @@ GL_PREFIX(FlushVertexArrayRangeNV):
GL_PREFIX(VertexArrayRangeNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5544(%rax), %r11
+ movq 5848(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26225,13 +27695,13 @@ GL_PREFIX(VertexArrayRangeNV):
popq %rbp
popq %rsi
popq %rdi
- movq 5544(%rax), %r11
+ movq 5848(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5544(%rax), %r11
+ movq 5848(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26241,7 +27711,7 @@ GL_PREFIX(VertexArrayRangeNV):
popq %rbp
popq %rsi
popq %rdi
- movq 5544(%rax), %r11
+ movq 5848(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexArrayRangeNV), .-GL_PREFIX(VertexArrayRangeNV)
@@ -26252,7 +27722,7 @@ GL_PREFIX(VertexArrayRangeNV):
GL_PREFIX(CombinerInputNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5552(%rax), %r11
+ movq 5856(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26270,13 +27740,13 @@ GL_PREFIX(CombinerInputNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5552(%rax), %r11
+ movq 5856(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5552(%rax), %r11
+ movq 5856(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26294,7 +27764,7 @@ GL_PREFIX(CombinerInputNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5552(%rax), %r11
+ movq 5856(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(CombinerInputNV), .-GL_PREFIX(CombinerInputNV)
@@ -26305,7 +27775,7 @@ GL_PREFIX(CombinerInputNV):
GL_PREFIX(CombinerOutputNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5560(%rax), %r11
+ movq 5864(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26323,13 +27793,13 @@ GL_PREFIX(CombinerOutputNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5560(%rax), %r11
+ movq 5864(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5560(%rax), %r11
+ movq 5864(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26347,7 +27817,7 @@ GL_PREFIX(CombinerOutputNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5560(%rax), %r11
+ movq 5864(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(CombinerOutputNV), .-GL_PREFIX(CombinerOutputNV)
@@ -26358,7 +27828,7 @@ GL_PREFIX(CombinerOutputNV):
GL_PREFIX(CombinerParameterfNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5568(%rax), %r11
+ movq 5872(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $24, %rsp
@@ -26368,13 +27838,13 @@ GL_PREFIX(CombinerParameterfNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $24, %rsp
- movq 5568(%rax), %r11
+ movq 5872(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5568(%rax), %r11
+ movq 5872(%rax), %r11
jmp *%r11
1:
subq $24, %rsp
@@ -26384,7 +27854,7 @@ GL_PREFIX(CombinerParameterfNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $24, %rsp
- movq 5568(%rax), %r11
+ movq 5872(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(CombinerParameterfNV), .-GL_PREFIX(CombinerParameterfNV)
@@ -26395,7 +27865,7 @@ GL_PREFIX(CombinerParameterfNV):
GL_PREFIX(CombinerParameterfvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5576(%rax), %r11
+ movq 5880(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26405,13 +27875,13 @@ GL_PREFIX(CombinerParameterfvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 5576(%rax), %r11
+ movq 5880(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5576(%rax), %r11
+ movq 5880(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26421,7 +27891,7 @@ GL_PREFIX(CombinerParameterfvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 5576(%rax), %r11
+ movq 5880(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(CombinerParameterfvNV), .-GL_PREFIX(CombinerParameterfvNV)
@@ -26432,7 +27902,7 @@ GL_PREFIX(CombinerParameterfvNV):
GL_PREFIX(CombinerParameteriNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5584(%rax), %r11
+ movq 5888(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26442,13 +27912,13 @@ GL_PREFIX(CombinerParameteriNV):
popq %rbp
popq %rsi
popq %rdi
- movq 5584(%rax), %r11
+ movq 5888(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5584(%rax), %r11
+ movq 5888(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26458,7 +27928,7 @@ GL_PREFIX(CombinerParameteriNV):
popq %rbp
popq %rsi
popq %rdi
- movq 5584(%rax), %r11
+ movq 5888(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(CombinerParameteriNV), .-GL_PREFIX(CombinerParameteriNV)
@@ -26469,7 +27939,7 @@ GL_PREFIX(CombinerParameteriNV):
GL_PREFIX(CombinerParameterivNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5592(%rax), %r11
+ movq 5896(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26479,13 +27949,13 @@ GL_PREFIX(CombinerParameterivNV):
popq %rbp
popq %rsi
popq %rdi
- movq 5592(%rax), %r11
+ movq 5896(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5592(%rax), %r11
+ movq 5896(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26495,7 +27965,7 @@ GL_PREFIX(CombinerParameterivNV):
popq %rbp
popq %rsi
popq %rdi
- movq 5592(%rax), %r11
+ movq 5896(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(CombinerParameterivNV), .-GL_PREFIX(CombinerParameterivNV)
@@ -26506,7 +27976,7 @@ GL_PREFIX(CombinerParameterivNV):
GL_PREFIX(FinalCombinerInputNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5600(%rax), %r11
+ movq 5904(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26520,13 +27990,13 @@ GL_PREFIX(FinalCombinerInputNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5600(%rax), %r11
+ movq 5904(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5600(%rax), %r11
+ movq 5904(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26540,7 +28010,7 @@ GL_PREFIX(FinalCombinerInputNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5600(%rax), %r11
+ movq 5904(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(FinalCombinerInputNV), .-GL_PREFIX(FinalCombinerInputNV)
@@ -26551,7 +28021,7 @@ GL_PREFIX(FinalCombinerInputNV):
GL_PREFIX(GetCombinerInputParameterfvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5608(%rax), %r11
+ movq 5912(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26565,13 +28035,13 @@ GL_PREFIX(GetCombinerInputParameterfvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5608(%rax), %r11
+ movq 5912(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5608(%rax), %r11
+ movq 5912(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26585,7 +28055,7 @@ GL_PREFIX(GetCombinerInputParameterfvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5608(%rax), %r11
+ movq 5912(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetCombinerInputParameterfvNV), .-GL_PREFIX(GetCombinerInputParameterfvNV)
@@ -26596,7 +28066,7 @@ GL_PREFIX(GetCombinerInputParameterfvNV):
GL_PREFIX(GetCombinerInputParameterivNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5616(%rax), %r11
+ movq 5920(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26610,13 +28080,13 @@ GL_PREFIX(GetCombinerInputParameterivNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5616(%rax), %r11
+ movq 5920(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5616(%rax), %r11
+ movq 5920(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26630,7 +28100,7 @@ GL_PREFIX(GetCombinerInputParameterivNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5616(%rax), %r11
+ movq 5920(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetCombinerInputParameterivNV), .-GL_PREFIX(GetCombinerInputParameterivNV)
@@ -26641,7 +28111,7 @@ GL_PREFIX(GetCombinerInputParameterivNV):
GL_PREFIX(GetCombinerOutputParameterfvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5624(%rax), %r11
+ movq 5928(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26655,13 +28125,13 @@ GL_PREFIX(GetCombinerOutputParameterfvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5624(%rax), %r11
+ movq 5928(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5624(%rax), %r11
+ movq 5928(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26675,7 +28145,7 @@ GL_PREFIX(GetCombinerOutputParameterfvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5624(%rax), %r11
+ movq 5928(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetCombinerOutputParameterfvNV), .-GL_PREFIX(GetCombinerOutputParameterfvNV)
@@ -26686,7 +28156,7 @@ GL_PREFIX(GetCombinerOutputParameterfvNV):
GL_PREFIX(GetCombinerOutputParameterivNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5632(%rax), %r11
+ movq 5936(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26700,13 +28170,13 @@ GL_PREFIX(GetCombinerOutputParameterivNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5632(%rax), %r11
+ movq 5936(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5632(%rax), %r11
+ movq 5936(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26720,7 +28190,7 @@ GL_PREFIX(GetCombinerOutputParameterivNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5632(%rax), %r11
+ movq 5936(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetCombinerOutputParameterivNV), .-GL_PREFIX(GetCombinerOutputParameterivNV)
@@ -26731,7 +28201,7 @@ GL_PREFIX(GetCombinerOutputParameterivNV):
GL_PREFIX(GetFinalCombinerInputParameterfvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5640(%rax), %r11
+ movq 5944(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26741,13 +28211,13 @@ GL_PREFIX(GetFinalCombinerInputParameterfvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5640(%rax), %r11
+ movq 5944(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5640(%rax), %r11
+ movq 5944(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26757,7 +28227,7 @@ GL_PREFIX(GetFinalCombinerInputParameterfvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5640(%rax), %r11
+ movq 5944(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetFinalCombinerInputParameterfvNV), .-GL_PREFIX(GetFinalCombinerInputParameterfvNV)
@@ -26768,7 +28238,7 @@ GL_PREFIX(GetFinalCombinerInputParameterfvNV):
GL_PREFIX(GetFinalCombinerInputParameterivNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5648(%rax), %r11
+ movq 5952(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26778,13 +28248,13 @@ GL_PREFIX(GetFinalCombinerInputParameterivNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5648(%rax), %r11
+ movq 5952(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5648(%rax), %r11
+ movq 5952(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26794,7 +28264,7 @@ GL_PREFIX(GetFinalCombinerInputParameterivNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5648(%rax), %r11
+ movq 5952(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetFinalCombinerInputParameterivNV), .-GL_PREFIX(GetFinalCombinerInputParameterivNV)
@@ -26805,25 +28275,25 @@ GL_PREFIX(GetFinalCombinerInputParameterivNV):
GL_PREFIX(ResizeBuffersMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5656(%rax), %r11
+ movq 5960(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rbp
call _x86_64_get_dispatch@PLT
popq %rbp
- movq 5656(%rax), %r11
+ movq 5960(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5656(%rax), %r11
+ movq 5960(%rax), %r11
jmp *%r11
1:
pushq %rbp
call _glapi_get_dispatch
popq %rbp
- movq 5656(%rax), %r11
+ movq 5960(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ResizeBuffersMESA), .-GL_PREFIX(ResizeBuffersMESA)
@@ -26834,7 +28304,7 @@ GL_PREFIX(ResizeBuffersMESA):
GL_PREFIX(WindowPos2dMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5664(%rax), %r11
+ movq 5968(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $24, %rsp
@@ -26844,13 +28314,13 @@ GL_PREFIX(WindowPos2dMESA):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $24, %rsp
- movq 5664(%rax), %r11
+ movq 5968(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5664(%rax), %r11
+ movq 5968(%rax), %r11
jmp *%r11
1:
subq $24, %rsp
@@ -26860,7 +28330,7 @@ GL_PREFIX(WindowPos2dMESA):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $24, %rsp
- movq 5664(%rax), %r11
+ movq 5968(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos2dMESA), .-GL_PREFIX(WindowPos2dMESA)
@@ -26871,25 +28341,25 @@ GL_PREFIX(WindowPos2dMESA):
GL_PREFIX(WindowPos2dvMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5672(%rax), %r11
+ movq 5976(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5672(%rax), %r11
+ movq 5976(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5672(%rax), %r11
+ movq 5976(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5672(%rax), %r11
+ movq 5976(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos2dvMESA), .-GL_PREFIX(WindowPos2dvMESA)
@@ -26900,7 +28370,7 @@ GL_PREFIX(WindowPos2dvMESA):
GL_PREFIX(WindowPos2fMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5680(%rax), %r11
+ movq 5984(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $24, %rsp
@@ -26910,13 +28380,13 @@ GL_PREFIX(WindowPos2fMESA):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $24, %rsp
- movq 5680(%rax), %r11
+ movq 5984(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5680(%rax), %r11
+ movq 5984(%rax), %r11
jmp *%r11
1:
subq $24, %rsp
@@ -26926,7 +28396,7 @@ GL_PREFIX(WindowPos2fMESA):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $24, %rsp
- movq 5680(%rax), %r11
+ movq 5984(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos2fMESA), .-GL_PREFIX(WindowPos2fMESA)
@@ -26937,25 +28407,25 @@ GL_PREFIX(WindowPos2fMESA):
GL_PREFIX(WindowPos2fvMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5688(%rax), %r11
+ movq 5992(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5688(%rax), %r11
+ movq 5992(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5688(%rax), %r11
+ movq 5992(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5688(%rax), %r11
+ movq 5992(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos2fvMESA), .-GL_PREFIX(WindowPos2fvMESA)
@@ -26966,7 +28436,7 @@ GL_PREFIX(WindowPos2fvMESA):
GL_PREFIX(WindowPos2iMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5696(%rax), %r11
+ movq 6000(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -26976,13 +28446,13 @@ GL_PREFIX(WindowPos2iMESA):
popq %rbp
popq %rsi
popq %rdi
- movq 5696(%rax), %r11
+ movq 6000(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5696(%rax), %r11
+ movq 6000(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -26992,7 +28462,7 @@ GL_PREFIX(WindowPos2iMESA):
popq %rbp
popq %rsi
popq %rdi
- movq 5696(%rax), %r11
+ movq 6000(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos2iMESA), .-GL_PREFIX(WindowPos2iMESA)
@@ -27003,25 +28473,25 @@ GL_PREFIX(WindowPos2iMESA):
GL_PREFIX(WindowPos2ivMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5704(%rax), %r11
+ movq 6008(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5704(%rax), %r11
+ movq 6008(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5704(%rax), %r11
+ movq 6008(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5704(%rax), %r11
+ movq 6008(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos2ivMESA), .-GL_PREFIX(WindowPos2ivMESA)
@@ -27032,7 +28502,7 @@ GL_PREFIX(WindowPos2ivMESA):
GL_PREFIX(WindowPos2sMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5712(%rax), %r11
+ movq 6016(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -27042,13 +28512,13 @@ GL_PREFIX(WindowPos2sMESA):
popq %rbp
popq %rsi
popq %rdi
- movq 5712(%rax), %r11
+ movq 6016(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5712(%rax), %r11
+ movq 6016(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -27058,7 +28528,7 @@ GL_PREFIX(WindowPos2sMESA):
popq %rbp
popq %rsi
popq %rdi
- movq 5712(%rax), %r11
+ movq 6016(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos2sMESA), .-GL_PREFIX(WindowPos2sMESA)
@@ -27069,25 +28539,25 @@ GL_PREFIX(WindowPos2sMESA):
GL_PREFIX(WindowPos2svMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5720(%rax), %r11
+ movq 6024(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5720(%rax), %r11
+ movq 6024(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5720(%rax), %r11
+ movq 6024(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5720(%rax), %r11
+ movq 6024(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos2svMESA), .-GL_PREFIX(WindowPos2svMESA)
@@ -27098,7 +28568,7 @@ GL_PREFIX(WindowPos2svMESA):
GL_PREFIX(WindowPos3dMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5728(%rax), %r11
+ movq 6032(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $24, %rsp
@@ -27110,13 +28580,13 @@ GL_PREFIX(WindowPos3dMESA):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $24, %rsp
- movq 5728(%rax), %r11
+ movq 6032(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5728(%rax), %r11
+ movq 6032(%rax), %r11
jmp *%r11
1:
subq $24, %rsp
@@ -27128,7 +28598,7 @@ GL_PREFIX(WindowPos3dMESA):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $24, %rsp
- movq 5728(%rax), %r11
+ movq 6032(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos3dMESA), .-GL_PREFIX(WindowPos3dMESA)
@@ -27139,25 +28609,25 @@ GL_PREFIX(WindowPos3dMESA):
GL_PREFIX(WindowPos3dvMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5736(%rax), %r11
+ movq 6040(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5736(%rax), %r11
+ movq 6040(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5736(%rax), %r11
+ movq 6040(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5736(%rax), %r11
+ movq 6040(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos3dvMESA), .-GL_PREFIX(WindowPos3dvMESA)
@@ -27168,7 +28638,7 @@ GL_PREFIX(WindowPos3dvMESA):
GL_PREFIX(WindowPos3fMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5744(%rax), %r11
+ movq 6048(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $24, %rsp
@@ -27180,13 +28650,13 @@ GL_PREFIX(WindowPos3fMESA):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $24, %rsp
- movq 5744(%rax), %r11
+ movq 6048(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5744(%rax), %r11
+ movq 6048(%rax), %r11
jmp *%r11
1:
subq $24, %rsp
@@ -27198,7 +28668,7 @@ GL_PREFIX(WindowPos3fMESA):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $24, %rsp
- movq 5744(%rax), %r11
+ movq 6048(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos3fMESA), .-GL_PREFIX(WindowPos3fMESA)
@@ -27209,25 +28679,25 @@ GL_PREFIX(WindowPos3fMESA):
GL_PREFIX(WindowPos3fvMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5752(%rax), %r11
+ movq 6056(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5752(%rax), %r11
+ movq 6056(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5752(%rax), %r11
+ movq 6056(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5752(%rax), %r11
+ movq 6056(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos3fvMESA), .-GL_PREFIX(WindowPos3fvMESA)
@@ -27238,7 +28708,7 @@ GL_PREFIX(WindowPos3fvMESA):
GL_PREFIX(WindowPos3iMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5760(%rax), %r11
+ movq 6064(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -27248,13 +28718,13 @@ GL_PREFIX(WindowPos3iMESA):
popq %rdx
popq %rsi
popq %rdi
- movq 5760(%rax), %r11
+ movq 6064(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5760(%rax), %r11
+ movq 6064(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -27264,7 +28734,7 @@ GL_PREFIX(WindowPos3iMESA):
popq %rdx
popq %rsi
popq %rdi
- movq 5760(%rax), %r11
+ movq 6064(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos3iMESA), .-GL_PREFIX(WindowPos3iMESA)
@@ -27275,25 +28745,25 @@ GL_PREFIX(WindowPos3iMESA):
GL_PREFIX(WindowPos3ivMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5768(%rax), %r11
+ movq 6072(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5768(%rax), %r11
+ movq 6072(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5768(%rax), %r11
+ movq 6072(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5768(%rax), %r11
+ movq 6072(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos3ivMESA), .-GL_PREFIX(WindowPos3ivMESA)
@@ -27304,7 +28774,7 @@ GL_PREFIX(WindowPos3ivMESA):
GL_PREFIX(WindowPos3sMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5776(%rax), %r11
+ movq 6080(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -27314,13 +28784,13 @@ GL_PREFIX(WindowPos3sMESA):
popq %rdx
popq %rsi
popq %rdi
- movq 5776(%rax), %r11
+ movq 6080(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5776(%rax), %r11
+ movq 6080(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -27330,7 +28800,7 @@ GL_PREFIX(WindowPos3sMESA):
popq %rdx
popq %rsi
popq %rdi
- movq 5776(%rax), %r11
+ movq 6080(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos3sMESA), .-GL_PREFIX(WindowPos3sMESA)
@@ -27341,25 +28811,25 @@ GL_PREFIX(WindowPos3sMESA):
GL_PREFIX(WindowPos3svMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5784(%rax), %r11
+ movq 6088(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5784(%rax), %r11
+ movq 6088(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5784(%rax), %r11
+ movq 6088(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5784(%rax), %r11
+ movq 6088(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos3svMESA), .-GL_PREFIX(WindowPos3svMESA)
@@ -27370,7 +28840,7 @@ GL_PREFIX(WindowPos3svMESA):
GL_PREFIX(WindowPos4dMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5792(%rax), %r11
+ movq 6096(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $40, %rsp
@@ -27384,13 +28854,13 @@ GL_PREFIX(WindowPos4dMESA):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $40, %rsp
- movq 5792(%rax), %r11
+ movq 6096(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5792(%rax), %r11
+ movq 6096(%rax), %r11
jmp *%r11
1:
subq $40, %rsp
@@ -27404,7 +28874,7 @@ GL_PREFIX(WindowPos4dMESA):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $40, %rsp
- movq 5792(%rax), %r11
+ movq 6096(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos4dMESA), .-GL_PREFIX(WindowPos4dMESA)
@@ -27415,25 +28885,25 @@ GL_PREFIX(WindowPos4dMESA):
GL_PREFIX(WindowPos4dvMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5800(%rax), %r11
+ movq 6104(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5800(%rax), %r11
+ movq 6104(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5800(%rax), %r11
+ movq 6104(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5800(%rax), %r11
+ movq 6104(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos4dvMESA), .-GL_PREFIX(WindowPos4dvMESA)
@@ -27444,7 +28914,7 @@ GL_PREFIX(WindowPos4dvMESA):
GL_PREFIX(WindowPos4fMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5808(%rax), %r11
+ movq 6112(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $40, %rsp
@@ -27458,13 +28928,13 @@ GL_PREFIX(WindowPos4fMESA):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $40, %rsp
- movq 5808(%rax), %r11
+ movq 6112(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5808(%rax), %r11
+ movq 6112(%rax), %r11
jmp *%r11
1:
subq $40, %rsp
@@ -27478,7 +28948,7 @@ GL_PREFIX(WindowPos4fMESA):
movq 8(%rsp), %xmm1
movq (%rsp), %xmm0
addq $40, %rsp
- movq 5808(%rax), %r11
+ movq 6112(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos4fMESA), .-GL_PREFIX(WindowPos4fMESA)
@@ -27489,25 +28959,25 @@ GL_PREFIX(WindowPos4fMESA):
GL_PREFIX(WindowPos4fvMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5816(%rax), %r11
+ movq 6120(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5816(%rax), %r11
+ movq 6120(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5816(%rax), %r11
+ movq 6120(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5816(%rax), %r11
+ movq 6120(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos4fvMESA), .-GL_PREFIX(WindowPos4fvMESA)
@@ -27518,7 +28988,7 @@ GL_PREFIX(WindowPos4fvMESA):
GL_PREFIX(WindowPos4iMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5824(%rax), %r11
+ movq 6128(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -27532,13 +29002,13 @@ GL_PREFIX(WindowPos4iMESA):
popq %rdx
popq %rsi
popq %rdi
- movq 5824(%rax), %r11
+ movq 6128(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5824(%rax), %r11
+ movq 6128(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -27552,7 +29022,7 @@ GL_PREFIX(WindowPos4iMESA):
popq %rdx
popq %rsi
popq %rdi
- movq 5824(%rax), %r11
+ movq 6128(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos4iMESA), .-GL_PREFIX(WindowPos4iMESA)
@@ -27563,25 +29033,25 @@ GL_PREFIX(WindowPos4iMESA):
GL_PREFIX(WindowPos4ivMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5832(%rax), %r11
+ movq 6136(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5832(%rax), %r11
+ movq 6136(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5832(%rax), %r11
+ movq 6136(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5832(%rax), %r11
+ movq 6136(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos4ivMESA), .-GL_PREFIX(WindowPos4ivMESA)
@@ -27592,7 +29062,7 @@ GL_PREFIX(WindowPos4ivMESA):
GL_PREFIX(WindowPos4sMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5840(%rax), %r11
+ movq 6144(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -27606,13 +29076,13 @@ GL_PREFIX(WindowPos4sMESA):
popq %rdx
popq %rsi
popq %rdi
- movq 5840(%rax), %r11
+ movq 6144(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5840(%rax), %r11
+ movq 6144(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -27626,7 +29096,7 @@ GL_PREFIX(WindowPos4sMESA):
popq %rdx
popq %rsi
popq %rdi
- movq 5840(%rax), %r11
+ movq 6144(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos4sMESA), .-GL_PREFIX(WindowPos4sMESA)
@@ -27637,37 +29107,37 @@ GL_PREFIX(WindowPos4sMESA):
GL_PREFIX(WindowPos4svMESA):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5848(%rax), %r11
+ movq 6152(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5848(%rax), %r11
+ movq 6152(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5848(%rax), %r11
+ movq 6152(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5848(%rax), %r11
+ movq 6152(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(WindowPos4svMESA), .-GL_PREFIX(WindowPos4svMESA)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_732)
- .type GL_PREFIX(_dispatch_stub_732), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_732))
-GL_PREFIX(_dispatch_stub_732):
+ .globl GL_PREFIX(_dispatch_stub_770)
+ .type GL_PREFIX(_dispatch_stub_770), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_770))
+GL_PREFIX(_dispatch_stub_770):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5856(%rax), %r11
+ movq 6160(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -27681,13 +29151,13 @@ GL_PREFIX(_dispatch_stub_732):
popq %rdx
popq %rsi
popq %rdi
- movq 5856(%rax), %r11
+ movq 6160(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5856(%rax), %r11
+ movq 6160(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -27701,19 +29171,19 @@ GL_PREFIX(_dispatch_stub_732):
popq %rdx
popq %rsi
popq %rdi
- movq 5856(%rax), %r11
+ movq 6160(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_732), .-GL_PREFIX(_dispatch_stub_732)
+ .size GL_PREFIX(_dispatch_stub_770), .-GL_PREFIX(_dispatch_stub_770)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_733)
- .type GL_PREFIX(_dispatch_stub_733), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_733))
-GL_PREFIX(_dispatch_stub_733):
+ .globl GL_PREFIX(_dispatch_stub_771)
+ .type GL_PREFIX(_dispatch_stub_771), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_771))
+GL_PREFIX(_dispatch_stub_771):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5864(%rax), %r11
+ movq 6168(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -27731,13 +29201,13 @@ GL_PREFIX(_dispatch_stub_733):
popq %rdx
popq %rsi
popq %rdi
- movq 5864(%rax), %r11
+ movq 6168(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5864(%rax), %r11
+ movq 6168(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -27755,19 +29225,19 @@ GL_PREFIX(_dispatch_stub_733):
popq %rdx
popq %rsi
popq %rdi
- movq 5864(%rax), %r11
+ movq 6168(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_733), .-GL_PREFIX(_dispatch_stub_733)
+ .size GL_PREFIX(_dispatch_stub_771), .-GL_PREFIX(_dispatch_stub_771)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_734)
- .type GL_PREFIX(_dispatch_stub_734), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_734))
-GL_PREFIX(_dispatch_stub_734):
+ .globl GL_PREFIX(_dispatch_stub_772)
+ .type GL_PREFIX(_dispatch_stub_772), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_772))
+GL_PREFIX(_dispatch_stub_772):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5872(%rax), %r11
+ movq 6176(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -27777,13 +29247,13 @@ GL_PREFIX(_dispatch_stub_734):
popq %rbp
popq %rsi
popq %rdi
- movq 5872(%rax), %r11
+ movq 6176(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5872(%rax), %r11
+ movq 6176(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -27793,49 +29263,49 @@ GL_PREFIX(_dispatch_stub_734):
popq %rbp
popq %rsi
popq %rdi
- movq 5872(%rax), %r11
+ movq 6176(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_734), .-GL_PREFIX(_dispatch_stub_734)
+ .size GL_PREFIX(_dispatch_stub_772), .-GL_PREFIX(_dispatch_stub_772)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_735)
- .type GL_PREFIX(_dispatch_stub_735), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_735))
-GL_PREFIX(_dispatch_stub_735):
+ .globl GL_PREFIX(_dispatch_stub_773)
+ .type GL_PREFIX(_dispatch_stub_773), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_773))
+GL_PREFIX(_dispatch_stub_773):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5880(%rax), %r11
+ movq 6184(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5880(%rax), %r11
+ movq 6184(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5880(%rax), %r11
+ movq 6184(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5880(%rax), %r11
+ movq 6184(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_735), .-GL_PREFIX(_dispatch_stub_735)
+ .size GL_PREFIX(_dispatch_stub_773), .-GL_PREFIX(_dispatch_stub_773)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_736)
- .type GL_PREFIX(_dispatch_stub_736), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_736))
-GL_PREFIX(_dispatch_stub_736):
+ .globl GL_PREFIX(_dispatch_stub_774)
+ .type GL_PREFIX(_dispatch_stub_774), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_774))
+GL_PREFIX(_dispatch_stub_774):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5888(%rax), %r11
+ movq 6192(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -27845,13 +29315,13 @@ GL_PREFIX(_dispatch_stub_736):
popq %rbp
popq %rsi
popq %rdi
- movq 5888(%rax), %r11
+ movq 6192(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5888(%rax), %r11
+ movq 6192(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -27861,19 +29331,19 @@ GL_PREFIX(_dispatch_stub_736):
popq %rbp
popq %rsi
popq %rdi
- movq 5888(%rax), %r11
+ movq 6192(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_736), .-GL_PREFIX(_dispatch_stub_736)
+ .size GL_PREFIX(_dispatch_stub_774), .-GL_PREFIX(_dispatch_stub_774)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_737)
- .type GL_PREFIX(_dispatch_stub_737), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_737))
-GL_PREFIX(_dispatch_stub_737):
+ .globl GL_PREFIX(_dispatch_stub_775)
+ .type GL_PREFIX(_dispatch_stub_775), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_775))
+GL_PREFIX(_dispatch_stub_775):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5896(%rax), %r11
+ movq 6200(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -27883,13 +29353,13 @@ GL_PREFIX(_dispatch_stub_737):
popq %rdx
popq %rsi
popq %rdi
- movq 5896(%rax), %r11
+ movq 6200(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5896(%rax), %r11
+ movq 6200(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -27899,49 +29369,49 @@ GL_PREFIX(_dispatch_stub_737):
popq %rdx
popq %rsi
popq %rdi
- movq 5896(%rax), %r11
+ movq 6200(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_737), .-GL_PREFIX(_dispatch_stub_737)
+ .size GL_PREFIX(_dispatch_stub_775), .-GL_PREFIX(_dispatch_stub_775)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_738)
- .type GL_PREFIX(_dispatch_stub_738), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_738))
-GL_PREFIX(_dispatch_stub_738):
+ .globl GL_PREFIX(_dispatch_stub_776)
+ .type GL_PREFIX(_dispatch_stub_776), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_776))
+GL_PREFIX(_dispatch_stub_776):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5904(%rax), %r11
+ movq 6208(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5904(%rax), %r11
+ movq 6208(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5904(%rax), %r11
+ movq 6208(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5904(%rax), %r11
+ movq 6208(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_738), .-GL_PREFIX(_dispatch_stub_738)
+ .size GL_PREFIX(_dispatch_stub_776), .-GL_PREFIX(_dispatch_stub_776)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_739)
- .type GL_PREFIX(_dispatch_stub_739), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_739))
-GL_PREFIX(_dispatch_stub_739):
+ .globl GL_PREFIX(_dispatch_stub_777)
+ .type GL_PREFIX(_dispatch_stub_777), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_777))
+GL_PREFIX(_dispatch_stub_777):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5912(%rax), %r11
+ movq 6216(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -27951,13 +29421,13 @@ GL_PREFIX(_dispatch_stub_739):
popq %rbp
popq %rsi
popq %rdi
- movq 5912(%rax), %r11
+ movq 6216(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5912(%rax), %r11
+ movq 6216(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -27967,40 +29437,40 @@ GL_PREFIX(_dispatch_stub_739):
popq %rbp
popq %rsi
popq %rdi
- movq 5912(%rax), %r11
+ movq 6216(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_739), .-GL_PREFIX(_dispatch_stub_739)
+ .size GL_PREFIX(_dispatch_stub_777), .-GL_PREFIX(_dispatch_stub_777)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_740)
- .type GL_PREFIX(_dispatch_stub_740), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_740))
-GL_PREFIX(_dispatch_stub_740):
+ .globl GL_PREFIX(_dispatch_stub_778)
+ .type GL_PREFIX(_dispatch_stub_778), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_778))
+GL_PREFIX(_dispatch_stub_778):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5920(%rax), %r11
+ movq 6224(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 5920(%rax), %r11
+ movq 6224(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5920(%rax), %r11
+ movq 6224(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 5920(%rax), %r11
+ movq 6224(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_740), .-GL_PREFIX(_dispatch_stub_740)
+ .size GL_PREFIX(_dispatch_stub_778), .-GL_PREFIX(_dispatch_stub_778)
.p2align 4,,15
.globl GL_PREFIX(AreProgramsResidentNV)
@@ -28008,7 +29478,7 @@ GL_PREFIX(_dispatch_stub_740):
GL_PREFIX(AreProgramsResidentNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5928(%rax), %r11
+ movq 6232(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28018,13 +29488,13 @@ GL_PREFIX(AreProgramsResidentNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5928(%rax), %r11
+ movq 6232(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5928(%rax), %r11
+ movq 6232(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28034,7 +29504,7 @@ GL_PREFIX(AreProgramsResidentNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5928(%rax), %r11
+ movq 6232(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(AreProgramsResidentNV), .-GL_PREFIX(AreProgramsResidentNV)
@@ -28045,7 +29515,7 @@ GL_PREFIX(AreProgramsResidentNV):
GL_PREFIX(BindProgramNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5936(%rax), %r11
+ movq 6240(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28055,13 +29525,13 @@ GL_PREFIX(BindProgramNV):
popq %rbp
popq %rsi
popq %rdi
- movq 5936(%rax), %r11
+ movq 6240(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5936(%rax), %r11
+ movq 6240(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28071,7 +29541,7 @@ GL_PREFIX(BindProgramNV):
popq %rbp
popq %rsi
popq %rdi
- movq 5936(%rax), %r11
+ movq 6240(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(BindProgramNV), .-GL_PREFIX(BindProgramNV)
@@ -28082,7 +29552,7 @@ GL_PREFIX(BindProgramNV):
GL_PREFIX(DeleteProgramsNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5944(%rax), %r11
+ movq 6248(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28092,13 +29562,13 @@ GL_PREFIX(DeleteProgramsNV):
popq %rbp
popq %rsi
popq %rdi
- movq 5944(%rax), %r11
+ movq 6248(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5944(%rax), %r11
+ movq 6248(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28108,7 +29578,7 @@ GL_PREFIX(DeleteProgramsNV):
popq %rbp
popq %rsi
popq %rdi
- movq 5944(%rax), %r11
+ movq 6248(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(DeleteProgramsNV), .-GL_PREFIX(DeleteProgramsNV)
@@ -28119,7 +29589,7 @@ GL_PREFIX(DeleteProgramsNV):
GL_PREFIX(ExecuteProgramNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5952(%rax), %r11
+ movq 6256(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28129,13 +29599,13 @@ GL_PREFIX(ExecuteProgramNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5952(%rax), %r11
+ movq 6256(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5952(%rax), %r11
+ movq 6256(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28145,7 +29615,7 @@ GL_PREFIX(ExecuteProgramNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5952(%rax), %r11
+ movq 6256(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ExecuteProgramNV), .-GL_PREFIX(ExecuteProgramNV)
@@ -28156,7 +29626,7 @@ GL_PREFIX(ExecuteProgramNV):
GL_PREFIX(GenProgramsNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5960(%rax), %r11
+ movq 6264(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28166,13 +29636,13 @@ GL_PREFIX(GenProgramsNV):
popq %rbp
popq %rsi
popq %rdi
- movq 5960(%rax), %r11
+ movq 6264(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5960(%rax), %r11
+ movq 6264(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28182,7 +29652,7 @@ GL_PREFIX(GenProgramsNV):
popq %rbp
popq %rsi
popq %rdi
- movq 5960(%rax), %r11
+ movq 6264(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GenProgramsNV), .-GL_PREFIX(GenProgramsNV)
@@ -28193,7 +29663,7 @@ GL_PREFIX(GenProgramsNV):
GL_PREFIX(GetProgramParameterdvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5968(%rax), %r11
+ movq 6272(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28207,13 +29677,13 @@ GL_PREFIX(GetProgramParameterdvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5968(%rax), %r11
+ movq 6272(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5968(%rax), %r11
+ movq 6272(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28227,7 +29697,7 @@ GL_PREFIX(GetProgramParameterdvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5968(%rax), %r11
+ movq 6272(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetProgramParameterdvNV), .-GL_PREFIX(GetProgramParameterdvNV)
@@ -28238,7 +29708,7 @@ GL_PREFIX(GetProgramParameterdvNV):
GL_PREFIX(GetProgramParameterfvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5976(%rax), %r11
+ movq 6280(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28252,13 +29722,13 @@ GL_PREFIX(GetProgramParameterfvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5976(%rax), %r11
+ movq 6280(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5976(%rax), %r11
+ movq 6280(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28272,7 +29742,7 @@ GL_PREFIX(GetProgramParameterfvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5976(%rax), %r11
+ movq 6280(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetProgramParameterfvNV), .-GL_PREFIX(GetProgramParameterfvNV)
@@ -28283,7 +29753,7 @@ GL_PREFIX(GetProgramParameterfvNV):
GL_PREFIX(GetProgramStringNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5984(%rax), %r11
+ movq 6288(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28293,13 +29763,13 @@ GL_PREFIX(GetProgramStringNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5984(%rax), %r11
+ movq 6288(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5984(%rax), %r11
+ movq 6288(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28309,7 +29779,7 @@ GL_PREFIX(GetProgramStringNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5984(%rax), %r11
+ movq 6288(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetProgramStringNV), .-GL_PREFIX(GetProgramStringNV)
@@ -28320,7 +29790,7 @@ GL_PREFIX(GetProgramStringNV):
GL_PREFIX(GetProgramivNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 5992(%rax), %r11
+ movq 6296(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28330,13 +29800,13 @@ GL_PREFIX(GetProgramivNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5992(%rax), %r11
+ movq 6296(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 5992(%rax), %r11
+ movq 6296(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28346,7 +29816,7 @@ GL_PREFIX(GetProgramivNV):
popq %rdx
popq %rsi
popq %rdi
- movq 5992(%rax), %r11
+ movq 6296(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetProgramivNV), .-GL_PREFIX(GetProgramivNV)
@@ -28357,7 +29827,7 @@ GL_PREFIX(GetProgramivNV):
GL_PREFIX(GetTrackMatrixivNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6000(%rax), %r11
+ movq 6304(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28371,13 +29841,13 @@ GL_PREFIX(GetTrackMatrixivNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6000(%rax), %r11
+ movq 6304(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6000(%rax), %r11
+ movq 6304(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28391,7 +29861,7 @@ GL_PREFIX(GetTrackMatrixivNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6000(%rax), %r11
+ movq 6304(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetTrackMatrixivNV), .-GL_PREFIX(GetTrackMatrixivNV)
@@ -28402,7 +29872,7 @@ GL_PREFIX(GetTrackMatrixivNV):
GL_PREFIX(GetVertexAttribPointervNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6008(%rax), %r11
+ movq 6312(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28412,13 +29882,13 @@ GL_PREFIX(GetVertexAttribPointervNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6008(%rax), %r11
+ movq 6312(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6008(%rax), %r11
+ movq 6312(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28428,7 +29898,7 @@ GL_PREFIX(GetVertexAttribPointervNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6008(%rax), %r11
+ movq 6312(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetVertexAttribPointervNV), .-GL_PREFIX(GetVertexAttribPointervNV)
@@ -28439,7 +29909,7 @@ GL_PREFIX(GetVertexAttribPointervNV):
GL_PREFIX(GetVertexAttribdvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6016(%rax), %r11
+ movq 6320(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28449,13 +29919,13 @@ GL_PREFIX(GetVertexAttribdvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6016(%rax), %r11
+ movq 6320(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6016(%rax), %r11
+ movq 6320(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28465,7 +29935,7 @@ GL_PREFIX(GetVertexAttribdvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6016(%rax), %r11
+ movq 6320(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetVertexAttribdvNV), .-GL_PREFIX(GetVertexAttribdvNV)
@@ -28476,7 +29946,7 @@ GL_PREFIX(GetVertexAttribdvNV):
GL_PREFIX(GetVertexAttribfvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6024(%rax), %r11
+ movq 6328(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28486,13 +29956,13 @@ GL_PREFIX(GetVertexAttribfvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6024(%rax), %r11
+ movq 6328(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6024(%rax), %r11
+ movq 6328(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28502,7 +29972,7 @@ GL_PREFIX(GetVertexAttribfvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6024(%rax), %r11
+ movq 6328(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetVertexAttribfvNV), .-GL_PREFIX(GetVertexAttribfvNV)
@@ -28513,7 +29983,7 @@ GL_PREFIX(GetVertexAttribfvNV):
GL_PREFIX(GetVertexAttribivNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6032(%rax), %r11
+ movq 6336(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28523,13 +29993,13 @@ GL_PREFIX(GetVertexAttribivNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6032(%rax), %r11
+ movq 6336(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6032(%rax), %r11
+ movq 6336(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28539,7 +30009,7 @@ GL_PREFIX(GetVertexAttribivNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6032(%rax), %r11
+ movq 6336(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetVertexAttribivNV), .-GL_PREFIX(GetVertexAttribivNV)
@@ -28550,25 +30020,25 @@ GL_PREFIX(GetVertexAttribivNV):
GL_PREFIX(IsProgramNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6040(%rax), %r11
+ movq 6344(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 6040(%rax), %r11
+ movq 6344(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6040(%rax), %r11
+ movq 6344(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 6040(%rax), %r11
+ movq 6344(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(IsProgramNV), .-GL_PREFIX(IsProgramNV)
@@ -28579,7 +30049,7 @@ GL_PREFIX(IsProgramNV):
GL_PREFIX(LoadProgramNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6048(%rax), %r11
+ movq 6352(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28593,13 +30063,13 @@ GL_PREFIX(LoadProgramNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6048(%rax), %r11
+ movq 6352(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6048(%rax), %r11
+ movq 6352(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28613,7 +30083,7 @@ GL_PREFIX(LoadProgramNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6048(%rax), %r11
+ movq 6352(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(LoadProgramNV), .-GL_PREFIX(LoadProgramNV)
@@ -28624,7 +30094,7 @@ GL_PREFIX(LoadProgramNV):
GL_PREFIX(ProgramParameters4dvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6056(%rax), %r11
+ movq 6360(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28638,13 +30108,13 @@ GL_PREFIX(ProgramParameters4dvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6056(%rax), %r11
+ movq 6360(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6056(%rax), %r11
+ movq 6360(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28658,7 +30128,7 @@ GL_PREFIX(ProgramParameters4dvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6056(%rax), %r11
+ movq 6360(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ProgramParameters4dvNV), .-GL_PREFIX(ProgramParameters4dvNV)
@@ -28669,7 +30139,7 @@ GL_PREFIX(ProgramParameters4dvNV):
GL_PREFIX(ProgramParameters4fvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6064(%rax), %r11
+ movq 6368(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28683,13 +30153,13 @@ GL_PREFIX(ProgramParameters4fvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6064(%rax), %r11
+ movq 6368(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6064(%rax), %r11
+ movq 6368(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28703,7 +30173,7 @@ GL_PREFIX(ProgramParameters4fvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6064(%rax), %r11
+ movq 6368(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ProgramParameters4fvNV), .-GL_PREFIX(ProgramParameters4fvNV)
@@ -28714,7 +30184,7 @@ GL_PREFIX(ProgramParameters4fvNV):
GL_PREFIX(RequestResidentProgramsNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6072(%rax), %r11
+ movq 6376(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28724,13 +30194,13 @@ GL_PREFIX(RequestResidentProgramsNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6072(%rax), %r11
+ movq 6376(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6072(%rax), %r11
+ movq 6376(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28740,7 +30210,7 @@ GL_PREFIX(RequestResidentProgramsNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6072(%rax), %r11
+ movq 6376(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(RequestResidentProgramsNV), .-GL_PREFIX(RequestResidentProgramsNV)
@@ -28751,7 +30221,7 @@ GL_PREFIX(RequestResidentProgramsNV):
GL_PREFIX(TrackMatrixNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6080(%rax), %r11
+ movq 6384(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28765,13 +30235,13 @@ GL_PREFIX(TrackMatrixNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6080(%rax), %r11
+ movq 6384(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6080(%rax), %r11
+ movq 6384(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28785,7 +30255,7 @@ GL_PREFIX(TrackMatrixNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6080(%rax), %r11
+ movq 6384(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(TrackMatrixNV), .-GL_PREFIX(TrackMatrixNV)
@@ -28796,7 +30266,7 @@ GL_PREFIX(TrackMatrixNV):
GL_PREFIX(VertexAttrib1dNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6088(%rax), %r11
+ movq 6392(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $24, %rsp
@@ -28806,13 +30276,13 @@ GL_PREFIX(VertexAttrib1dNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $24, %rsp
- movq 6088(%rax), %r11
+ movq 6392(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6088(%rax), %r11
+ movq 6392(%rax), %r11
jmp *%r11
1:
subq $24, %rsp
@@ -28822,7 +30292,7 @@ GL_PREFIX(VertexAttrib1dNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $24, %rsp
- movq 6088(%rax), %r11
+ movq 6392(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib1dNV), .-GL_PREFIX(VertexAttrib1dNV)
@@ -28833,7 +30303,7 @@ GL_PREFIX(VertexAttrib1dNV):
GL_PREFIX(VertexAttrib1dvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6096(%rax), %r11
+ movq 6400(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28843,13 +30313,13 @@ GL_PREFIX(VertexAttrib1dvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6096(%rax), %r11
+ movq 6400(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6096(%rax), %r11
+ movq 6400(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28859,7 +30329,7 @@ GL_PREFIX(VertexAttrib1dvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6096(%rax), %r11
+ movq 6400(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib1dvNV), .-GL_PREFIX(VertexAttrib1dvNV)
@@ -28870,7 +30340,7 @@ GL_PREFIX(VertexAttrib1dvNV):
GL_PREFIX(VertexAttrib1fNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6104(%rax), %r11
+ movq 6408(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $24, %rsp
@@ -28880,13 +30350,13 @@ GL_PREFIX(VertexAttrib1fNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $24, %rsp
- movq 6104(%rax), %r11
+ movq 6408(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6104(%rax), %r11
+ movq 6408(%rax), %r11
jmp *%r11
1:
subq $24, %rsp
@@ -28896,7 +30366,7 @@ GL_PREFIX(VertexAttrib1fNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $24, %rsp
- movq 6104(%rax), %r11
+ movq 6408(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib1fNV), .-GL_PREFIX(VertexAttrib1fNV)
@@ -28907,7 +30377,7 @@ GL_PREFIX(VertexAttrib1fNV):
GL_PREFIX(VertexAttrib1fvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6112(%rax), %r11
+ movq 6416(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28917,13 +30387,13 @@ GL_PREFIX(VertexAttrib1fvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6112(%rax), %r11
+ movq 6416(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6112(%rax), %r11
+ movq 6416(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28933,7 +30403,7 @@ GL_PREFIX(VertexAttrib1fvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6112(%rax), %r11
+ movq 6416(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib1fvNV), .-GL_PREFIX(VertexAttrib1fvNV)
@@ -28944,7 +30414,7 @@ GL_PREFIX(VertexAttrib1fvNV):
GL_PREFIX(VertexAttrib1sNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6120(%rax), %r11
+ movq 6424(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28954,13 +30424,13 @@ GL_PREFIX(VertexAttrib1sNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6120(%rax), %r11
+ movq 6424(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6120(%rax), %r11
+ movq 6424(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -28970,7 +30440,7 @@ GL_PREFIX(VertexAttrib1sNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6120(%rax), %r11
+ movq 6424(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib1sNV), .-GL_PREFIX(VertexAttrib1sNV)
@@ -28981,7 +30451,7 @@ GL_PREFIX(VertexAttrib1sNV):
GL_PREFIX(VertexAttrib1svNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6128(%rax), %r11
+ movq 6432(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -28991,13 +30461,13 @@ GL_PREFIX(VertexAttrib1svNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6128(%rax), %r11
+ movq 6432(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6128(%rax), %r11
+ movq 6432(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29007,7 +30477,7 @@ GL_PREFIX(VertexAttrib1svNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6128(%rax), %r11
+ movq 6432(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib1svNV), .-GL_PREFIX(VertexAttrib1svNV)
@@ -29018,7 +30488,7 @@ GL_PREFIX(VertexAttrib1svNV):
GL_PREFIX(VertexAttrib2dNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6136(%rax), %r11
+ movq 6440(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $24, %rsp
@@ -29030,13 +30500,13 @@ GL_PREFIX(VertexAttrib2dNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $24, %rsp
- movq 6136(%rax), %r11
+ movq 6440(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6136(%rax), %r11
+ movq 6440(%rax), %r11
jmp *%r11
1:
subq $24, %rsp
@@ -29048,7 +30518,7 @@ GL_PREFIX(VertexAttrib2dNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $24, %rsp
- movq 6136(%rax), %r11
+ movq 6440(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib2dNV), .-GL_PREFIX(VertexAttrib2dNV)
@@ -29059,7 +30529,7 @@ GL_PREFIX(VertexAttrib2dNV):
GL_PREFIX(VertexAttrib2dvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6144(%rax), %r11
+ movq 6448(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29069,13 +30539,13 @@ GL_PREFIX(VertexAttrib2dvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6144(%rax), %r11
+ movq 6448(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6144(%rax), %r11
+ movq 6448(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29085,7 +30555,7 @@ GL_PREFIX(VertexAttrib2dvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6144(%rax), %r11
+ movq 6448(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib2dvNV), .-GL_PREFIX(VertexAttrib2dvNV)
@@ -29096,7 +30566,7 @@ GL_PREFIX(VertexAttrib2dvNV):
GL_PREFIX(VertexAttrib2fNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6152(%rax), %r11
+ movq 6456(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $24, %rsp
@@ -29108,13 +30578,13 @@ GL_PREFIX(VertexAttrib2fNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $24, %rsp
- movq 6152(%rax), %r11
+ movq 6456(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6152(%rax), %r11
+ movq 6456(%rax), %r11
jmp *%r11
1:
subq $24, %rsp
@@ -29126,7 +30596,7 @@ GL_PREFIX(VertexAttrib2fNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $24, %rsp
- movq 6152(%rax), %r11
+ movq 6456(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib2fNV), .-GL_PREFIX(VertexAttrib2fNV)
@@ -29137,7 +30607,7 @@ GL_PREFIX(VertexAttrib2fNV):
GL_PREFIX(VertexAttrib2fvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6160(%rax), %r11
+ movq 6464(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29147,13 +30617,13 @@ GL_PREFIX(VertexAttrib2fvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6160(%rax), %r11
+ movq 6464(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6160(%rax), %r11
+ movq 6464(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29163,7 +30633,7 @@ GL_PREFIX(VertexAttrib2fvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6160(%rax), %r11
+ movq 6464(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib2fvNV), .-GL_PREFIX(VertexAttrib2fvNV)
@@ -29174,7 +30644,7 @@ GL_PREFIX(VertexAttrib2fvNV):
GL_PREFIX(VertexAttrib2sNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6168(%rax), %r11
+ movq 6472(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29184,13 +30654,13 @@ GL_PREFIX(VertexAttrib2sNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6168(%rax), %r11
+ movq 6472(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6168(%rax), %r11
+ movq 6472(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29200,7 +30670,7 @@ GL_PREFIX(VertexAttrib2sNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6168(%rax), %r11
+ movq 6472(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib2sNV), .-GL_PREFIX(VertexAttrib2sNV)
@@ -29211,7 +30681,7 @@ GL_PREFIX(VertexAttrib2sNV):
GL_PREFIX(VertexAttrib2svNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6176(%rax), %r11
+ movq 6480(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29221,13 +30691,13 @@ GL_PREFIX(VertexAttrib2svNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6176(%rax), %r11
+ movq 6480(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6176(%rax), %r11
+ movq 6480(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29237,7 +30707,7 @@ GL_PREFIX(VertexAttrib2svNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6176(%rax), %r11
+ movq 6480(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib2svNV), .-GL_PREFIX(VertexAttrib2svNV)
@@ -29248,7 +30718,7 @@ GL_PREFIX(VertexAttrib2svNV):
GL_PREFIX(VertexAttrib3dNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6184(%rax), %r11
+ movq 6488(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $40, %rsp
@@ -29262,13 +30732,13 @@ GL_PREFIX(VertexAttrib3dNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $40, %rsp
- movq 6184(%rax), %r11
+ movq 6488(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6184(%rax), %r11
+ movq 6488(%rax), %r11
jmp *%r11
1:
subq $40, %rsp
@@ -29282,7 +30752,7 @@ GL_PREFIX(VertexAttrib3dNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $40, %rsp
- movq 6184(%rax), %r11
+ movq 6488(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib3dNV), .-GL_PREFIX(VertexAttrib3dNV)
@@ -29293,7 +30763,7 @@ GL_PREFIX(VertexAttrib3dNV):
GL_PREFIX(VertexAttrib3dvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6192(%rax), %r11
+ movq 6496(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29303,13 +30773,13 @@ GL_PREFIX(VertexAttrib3dvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6192(%rax), %r11
+ movq 6496(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6192(%rax), %r11
+ movq 6496(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29319,7 +30789,7 @@ GL_PREFIX(VertexAttrib3dvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6192(%rax), %r11
+ movq 6496(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib3dvNV), .-GL_PREFIX(VertexAttrib3dvNV)
@@ -29330,7 +30800,7 @@ GL_PREFIX(VertexAttrib3dvNV):
GL_PREFIX(VertexAttrib3fNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6200(%rax), %r11
+ movq 6504(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $40, %rsp
@@ -29344,13 +30814,13 @@ GL_PREFIX(VertexAttrib3fNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $40, %rsp
- movq 6200(%rax), %r11
+ movq 6504(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6200(%rax), %r11
+ movq 6504(%rax), %r11
jmp *%r11
1:
subq $40, %rsp
@@ -29364,7 +30834,7 @@ GL_PREFIX(VertexAttrib3fNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $40, %rsp
- movq 6200(%rax), %r11
+ movq 6504(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib3fNV), .-GL_PREFIX(VertexAttrib3fNV)
@@ -29375,7 +30845,7 @@ GL_PREFIX(VertexAttrib3fNV):
GL_PREFIX(VertexAttrib3fvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6208(%rax), %r11
+ movq 6512(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29385,13 +30855,13 @@ GL_PREFIX(VertexAttrib3fvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6208(%rax), %r11
+ movq 6512(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6208(%rax), %r11
+ movq 6512(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29401,7 +30871,7 @@ GL_PREFIX(VertexAttrib3fvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6208(%rax), %r11
+ movq 6512(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib3fvNV), .-GL_PREFIX(VertexAttrib3fvNV)
@@ -29412,7 +30882,7 @@ GL_PREFIX(VertexAttrib3fvNV):
GL_PREFIX(VertexAttrib3sNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6216(%rax), %r11
+ movq 6520(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29426,13 +30896,13 @@ GL_PREFIX(VertexAttrib3sNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6216(%rax), %r11
+ movq 6520(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6216(%rax), %r11
+ movq 6520(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29446,7 +30916,7 @@ GL_PREFIX(VertexAttrib3sNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6216(%rax), %r11
+ movq 6520(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib3sNV), .-GL_PREFIX(VertexAttrib3sNV)
@@ -29457,7 +30927,7 @@ GL_PREFIX(VertexAttrib3sNV):
GL_PREFIX(VertexAttrib3svNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6224(%rax), %r11
+ movq 6528(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29467,13 +30937,13 @@ GL_PREFIX(VertexAttrib3svNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6224(%rax), %r11
+ movq 6528(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6224(%rax), %r11
+ movq 6528(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29483,7 +30953,7 @@ GL_PREFIX(VertexAttrib3svNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6224(%rax), %r11
+ movq 6528(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib3svNV), .-GL_PREFIX(VertexAttrib3svNV)
@@ -29494,7 +30964,7 @@ GL_PREFIX(VertexAttrib3svNV):
GL_PREFIX(VertexAttrib4dNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6232(%rax), %r11
+ movq 6536(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $40, %rsp
@@ -29510,13 +30980,13 @@ GL_PREFIX(VertexAttrib4dNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $40, %rsp
- movq 6232(%rax), %r11
+ movq 6536(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6232(%rax), %r11
+ movq 6536(%rax), %r11
jmp *%r11
1:
subq $40, %rsp
@@ -29532,7 +31002,7 @@ GL_PREFIX(VertexAttrib4dNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $40, %rsp
- movq 6232(%rax), %r11
+ movq 6536(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib4dNV), .-GL_PREFIX(VertexAttrib4dNV)
@@ -29543,7 +31013,7 @@ GL_PREFIX(VertexAttrib4dNV):
GL_PREFIX(VertexAttrib4dvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6240(%rax), %r11
+ movq 6544(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29553,13 +31023,13 @@ GL_PREFIX(VertexAttrib4dvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6240(%rax), %r11
+ movq 6544(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6240(%rax), %r11
+ movq 6544(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29569,7 +31039,7 @@ GL_PREFIX(VertexAttrib4dvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6240(%rax), %r11
+ movq 6544(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib4dvNV), .-GL_PREFIX(VertexAttrib4dvNV)
@@ -29580,7 +31050,7 @@ GL_PREFIX(VertexAttrib4dvNV):
GL_PREFIX(VertexAttrib4fNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6248(%rax), %r11
+ movq 6552(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $40, %rsp
@@ -29596,13 +31066,13 @@ GL_PREFIX(VertexAttrib4fNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $40, %rsp
- movq 6248(%rax), %r11
+ movq 6552(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6248(%rax), %r11
+ movq 6552(%rax), %r11
jmp *%r11
1:
subq $40, %rsp
@@ -29618,7 +31088,7 @@ GL_PREFIX(VertexAttrib4fNV):
movq 8(%rsp), %xmm0
movq (%rsp), %rdi
addq $40, %rsp
- movq 6248(%rax), %r11
+ movq 6552(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib4fNV), .-GL_PREFIX(VertexAttrib4fNV)
@@ -29629,7 +31099,7 @@ GL_PREFIX(VertexAttrib4fNV):
GL_PREFIX(VertexAttrib4fvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6256(%rax), %r11
+ movq 6560(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29639,13 +31109,13 @@ GL_PREFIX(VertexAttrib4fvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6256(%rax), %r11
+ movq 6560(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6256(%rax), %r11
+ movq 6560(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29655,7 +31125,7 @@ GL_PREFIX(VertexAttrib4fvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6256(%rax), %r11
+ movq 6560(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib4fvNV), .-GL_PREFIX(VertexAttrib4fvNV)
@@ -29666,7 +31136,7 @@ GL_PREFIX(VertexAttrib4fvNV):
GL_PREFIX(VertexAttrib4sNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6264(%rax), %r11
+ movq 6568(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29680,13 +31150,13 @@ GL_PREFIX(VertexAttrib4sNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6264(%rax), %r11
+ movq 6568(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6264(%rax), %r11
+ movq 6568(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29700,7 +31170,7 @@ GL_PREFIX(VertexAttrib4sNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6264(%rax), %r11
+ movq 6568(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib4sNV), .-GL_PREFIX(VertexAttrib4sNV)
@@ -29711,7 +31181,7 @@ GL_PREFIX(VertexAttrib4sNV):
GL_PREFIX(VertexAttrib4svNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6272(%rax), %r11
+ movq 6576(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29721,13 +31191,13 @@ GL_PREFIX(VertexAttrib4svNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6272(%rax), %r11
+ movq 6576(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6272(%rax), %r11
+ movq 6576(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29737,7 +31207,7 @@ GL_PREFIX(VertexAttrib4svNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6272(%rax), %r11
+ movq 6576(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib4svNV), .-GL_PREFIX(VertexAttrib4svNV)
@@ -29748,7 +31218,7 @@ GL_PREFIX(VertexAttrib4svNV):
GL_PREFIX(VertexAttrib4ubNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6280(%rax), %r11
+ movq 6584(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29762,13 +31232,13 @@ GL_PREFIX(VertexAttrib4ubNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6280(%rax), %r11
+ movq 6584(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6280(%rax), %r11
+ movq 6584(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29782,7 +31252,7 @@ GL_PREFIX(VertexAttrib4ubNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6280(%rax), %r11
+ movq 6584(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib4ubNV), .-GL_PREFIX(VertexAttrib4ubNV)
@@ -29793,7 +31263,7 @@ GL_PREFIX(VertexAttrib4ubNV):
GL_PREFIX(VertexAttrib4ubvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6288(%rax), %r11
+ movq 6592(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29803,13 +31273,13 @@ GL_PREFIX(VertexAttrib4ubvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6288(%rax), %r11
+ movq 6592(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6288(%rax), %r11
+ movq 6592(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29819,7 +31289,7 @@ GL_PREFIX(VertexAttrib4ubvNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6288(%rax), %r11
+ movq 6592(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttrib4ubvNV), .-GL_PREFIX(VertexAttrib4ubvNV)
@@ -29830,7 +31300,7 @@ GL_PREFIX(VertexAttrib4ubvNV):
GL_PREFIX(VertexAttribPointerNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6296(%rax), %r11
+ movq 6600(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29844,13 +31314,13 @@ GL_PREFIX(VertexAttribPointerNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6296(%rax), %r11
+ movq 6600(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6296(%rax), %r11
+ movq 6600(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29864,7 +31334,7 @@ GL_PREFIX(VertexAttribPointerNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6296(%rax), %r11
+ movq 6600(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribPointerNV), .-GL_PREFIX(VertexAttribPointerNV)
@@ -29875,7 +31345,7 @@ GL_PREFIX(VertexAttribPointerNV):
GL_PREFIX(VertexAttribs1dvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6304(%rax), %r11
+ movq 6608(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29885,13 +31355,13 @@ GL_PREFIX(VertexAttribs1dvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6304(%rax), %r11
+ movq 6608(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6304(%rax), %r11
+ movq 6608(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29901,7 +31371,7 @@ GL_PREFIX(VertexAttribs1dvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6304(%rax), %r11
+ movq 6608(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribs1dvNV), .-GL_PREFIX(VertexAttribs1dvNV)
@@ -29912,7 +31382,7 @@ GL_PREFIX(VertexAttribs1dvNV):
GL_PREFIX(VertexAttribs1fvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6312(%rax), %r11
+ movq 6616(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29922,13 +31392,13 @@ GL_PREFIX(VertexAttribs1fvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6312(%rax), %r11
+ movq 6616(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6312(%rax), %r11
+ movq 6616(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29938,7 +31408,7 @@ GL_PREFIX(VertexAttribs1fvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6312(%rax), %r11
+ movq 6616(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribs1fvNV), .-GL_PREFIX(VertexAttribs1fvNV)
@@ -29949,7 +31419,7 @@ GL_PREFIX(VertexAttribs1fvNV):
GL_PREFIX(VertexAttribs1svNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6320(%rax), %r11
+ movq 6624(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29959,13 +31429,13 @@ GL_PREFIX(VertexAttribs1svNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6320(%rax), %r11
+ movq 6624(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6320(%rax), %r11
+ movq 6624(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -29975,7 +31445,7 @@ GL_PREFIX(VertexAttribs1svNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6320(%rax), %r11
+ movq 6624(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribs1svNV), .-GL_PREFIX(VertexAttribs1svNV)
@@ -29986,7 +31456,7 @@ GL_PREFIX(VertexAttribs1svNV):
GL_PREFIX(VertexAttribs2dvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6328(%rax), %r11
+ movq 6632(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -29996,13 +31466,13 @@ GL_PREFIX(VertexAttribs2dvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6328(%rax), %r11
+ movq 6632(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6328(%rax), %r11
+ movq 6632(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30012,7 +31482,7 @@ GL_PREFIX(VertexAttribs2dvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6328(%rax), %r11
+ movq 6632(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribs2dvNV), .-GL_PREFIX(VertexAttribs2dvNV)
@@ -30023,7 +31493,7 @@ GL_PREFIX(VertexAttribs2dvNV):
GL_PREFIX(VertexAttribs2fvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6336(%rax), %r11
+ movq 6640(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30033,13 +31503,13 @@ GL_PREFIX(VertexAttribs2fvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6336(%rax), %r11
+ movq 6640(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6336(%rax), %r11
+ movq 6640(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30049,7 +31519,7 @@ GL_PREFIX(VertexAttribs2fvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6336(%rax), %r11
+ movq 6640(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribs2fvNV), .-GL_PREFIX(VertexAttribs2fvNV)
@@ -30060,7 +31530,7 @@ GL_PREFIX(VertexAttribs2fvNV):
GL_PREFIX(VertexAttribs2svNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6344(%rax), %r11
+ movq 6648(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30070,13 +31540,13 @@ GL_PREFIX(VertexAttribs2svNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6344(%rax), %r11
+ movq 6648(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6344(%rax), %r11
+ movq 6648(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30086,7 +31556,7 @@ GL_PREFIX(VertexAttribs2svNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6344(%rax), %r11
+ movq 6648(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribs2svNV), .-GL_PREFIX(VertexAttribs2svNV)
@@ -30097,7 +31567,7 @@ GL_PREFIX(VertexAttribs2svNV):
GL_PREFIX(VertexAttribs3dvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6352(%rax), %r11
+ movq 6656(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30107,13 +31577,13 @@ GL_PREFIX(VertexAttribs3dvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6352(%rax), %r11
+ movq 6656(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6352(%rax), %r11
+ movq 6656(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30123,7 +31593,7 @@ GL_PREFIX(VertexAttribs3dvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6352(%rax), %r11
+ movq 6656(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribs3dvNV), .-GL_PREFIX(VertexAttribs3dvNV)
@@ -30134,7 +31604,7 @@ GL_PREFIX(VertexAttribs3dvNV):
GL_PREFIX(VertexAttribs3fvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6360(%rax), %r11
+ movq 6664(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30144,13 +31614,13 @@ GL_PREFIX(VertexAttribs3fvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6360(%rax), %r11
+ movq 6664(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6360(%rax), %r11
+ movq 6664(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30160,7 +31630,7 @@ GL_PREFIX(VertexAttribs3fvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6360(%rax), %r11
+ movq 6664(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribs3fvNV), .-GL_PREFIX(VertexAttribs3fvNV)
@@ -30171,7 +31641,7 @@ GL_PREFIX(VertexAttribs3fvNV):
GL_PREFIX(VertexAttribs3svNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6368(%rax), %r11
+ movq 6672(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30181,13 +31651,13 @@ GL_PREFIX(VertexAttribs3svNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6368(%rax), %r11
+ movq 6672(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6368(%rax), %r11
+ movq 6672(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30197,7 +31667,7 @@ GL_PREFIX(VertexAttribs3svNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6368(%rax), %r11
+ movq 6672(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribs3svNV), .-GL_PREFIX(VertexAttribs3svNV)
@@ -30208,7 +31678,7 @@ GL_PREFIX(VertexAttribs3svNV):
GL_PREFIX(VertexAttribs4dvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6376(%rax), %r11
+ movq 6680(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30218,13 +31688,13 @@ GL_PREFIX(VertexAttribs4dvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6376(%rax), %r11
+ movq 6680(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6376(%rax), %r11
+ movq 6680(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30234,7 +31704,7 @@ GL_PREFIX(VertexAttribs4dvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6376(%rax), %r11
+ movq 6680(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribs4dvNV), .-GL_PREFIX(VertexAttribs4dvNV)
@@ -30245,7 +31715,7 @@ GL_PREFIX(VertexAttribs4dvNV):
GL_PREFIX(VertexAttribs4fvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6384(%rax), %r11
+ movq 6688(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30255,13 +31725,13 @@ GL_PREFIX(VertexAttribs4fvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6384(%rax), %r11
+ movq 6688(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6384(%rax), %r11
+ movq 6688(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30271,7 +31741,7 @@ GL_PREFIX(VertexAttribs4fvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6384(%rax), %r11
+ movq 6688(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribs4fvNV), .-GL_PREFIX(VertexAttribs4fvNV)
@@ -30282,7 +31752,7 @@ GL_PREFIX(VertexAttribs4fvNV):
GL_PREFIX(VertexAttribs4svNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6392(%rax), %r11
+ movq 6696(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30292,13 +31762,13 @@ GL_PREFIX(VertexAttribs4svNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6392(%rax), %r11
+ movq 6696(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6392(%rax), %r11
+ movq 6696(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30308,7 +31778,7 @@ GL_PREFIX(VertexAttribs4svNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6392(%rax), %r11
+ movq 6696(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribs4svNV), .-GL_PREFIX(VertexAttribs4svNV)
@@ -30319,7 +31789,7 @@ GL_PREFIX(VertexAttribs4svNV):
GL_PREFIX(VertexAttribs4ubvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6400(%rax), %r11
+ movq 6704(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30329,13 +31799,13 @@ GL_PREFIX(VertexAttribs4ubvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6400(%rax), %r11
+ movq 6704(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6400(%rax), %r11
+ movq 6704(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30345,7 +31815,7 @@ GL_PREFIX(VertexAttribs4ubvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6400(%rax), %r11
+ movq 6704(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribs4ubvNV), .-GL_PREFIX(VertexAttribs4ubvNV)
@@ -30356,7 +31826,7 @@ GL_PREFIX(VertexAttribs4ubvNV):
GL_PREFIX(GetTexBumpParameterfvATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6408(%rax), %r11
+ movq 6712(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30366,13 +31836,13 @@ GL_PREFIX(GetTexBumpParameterfvATI):
popq %rbp
popq %rsi
popq %rdi
- movq 6408(%rax), %r11
+ movq 6712(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6408(%rax), %r11
+ movq 6712(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30382,7 +31852,7 @@ GL_PREFIX(GetTexBumpParameterfvATI):
popq %rbp
popq %rsi
popq %rdi
- movq 6408(%rax), %r11
+ movq 6712(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetTexBumpParameterfvATI), .-GL_PREFIX(GetTexBumpParameterfvATI)
@@ -30393,7 +31863,7 @@ GL_PREFIX(GetTexBumpParameterfvATI):
GL_PREFIX(GetTexBumpParameterivATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6416(%rax), %r11
+ movq 6720(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30403,13 +31873,13 @@ GL_PREFIX(GetTexBumpParameterivATI):
popq %rbp
popq %rsi
popq %rdi
- movq 6416(%rax), %r11
+ movq 6720(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6416(%rax), %r11
+ movq 6720(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30419,7 +31889,7 @@ GL_PREFIX(GetTexBumpParameterivATI):
popq %rbp
popq %rsi
popq %rdi
- movq 6416(%rax), %r11
+ movq 6720(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetTexBumpParameterivATI), .-GL_PREFIX(GetTexBumpParameterivATI)
@@ -30430,7 +31900,7 @@ GL_PREFIX(GetTexBumpParameterivATI):
GL_PREFIX(TexBumpParameterfvATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6424(%rax), %r11
+ movq 6728(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30440,13 +31910,13 @@ GL_PREFIX(TexBumpParameterfvATI):
popq %rbp
popq %rsi
popq %rdi
- movq 6424(%rax), %r11
+ movq 6728(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6424(%rax), %r11
+ movq 6728(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30456,7 +31926,7 @@ GL_PREFIX(TexBumpParameterfvATI):
popq %rbp
popq %rsi
popq %rdi
- movq 6424(%rax), %r11
+ movq 6728(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(TexBumpParameterfvATI), .-GL_PREFIX(TexBumpParameterfvATI)
@@ -30467,7 +31937,7 @@ GL_PREFIX(TexBumpParameterfvATI):
GL_PREFIX(TexBumpParameterivATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6432(%rax), %r11
+ movq 6736(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30477,13 +31947,13 @@ GL_PREFIX(TexBumpParameterivATI):
popq %rbp
popq %rsi
popq %rdi
- movq 6432(%rax), %r11
+ movq 6736(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6432(%rax), %r11
+ movq 6736(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30493,7 +31963,7 @@ GL_PREFIX(TexBumpParameterivATI):
popq %rbp
popq %rsi
popq %rdi
- movq 6432(%rax), %r11
+ movq 6736(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(TexBumpParameterivATI), .-GL_PREFIX(TexBumpParameterivATI)
@@ -30504,7 +31974,7 @@ GL_PREFIX(TexBumpParameterivATI):
GL_PREFIX(AlphaFragmentOp1ATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6440(%rax), %r11
+ movq 6744(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30522,13 +31992,13 @@ GL_PREFIX(AlphaFragmentOp1ATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6440(%rax), %r11
+ movq 6744(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6440(%rax), %r11
+ movq 6744(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30546,7 +32016,7 @@ GL_PREFIX(AlphaFragmentOp1ATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6440(%rax), %r11
+ movq 6744(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(AlphaFragmentOp1ATI), .-GL_PREFIX(AlphaFragmentOp1ATI)
@@ -30557,7 +32027,7 @@ GL_PREFIX(AlphaFragmentOp1ATI):
GL_PREFIX(AlphaFragmentOp2ATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6448(%rax), %r11
+ movq 6752(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30575,13 +32045,13 @@ GL_PREFIX(AlphaFragmentOp2ATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6448(%rax), %r11
+ movq 6752(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6448(%rax), %r11
+ movq 6752(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30599,7 +32069,7 @@ GL_PREFIX(AlphaFragmentOp2ATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6448(%rax), %r11
+ movq 6752(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(AlphaFragmentOp2ATI), .-GL_PREFIX(AlphaFragmentOp2ATI)
@@ -30610,7 +32080,7 @@ GL_PREFIX(AlphaFragmentOp2ATI):
GL_PREFIX(AlphaFragmentOp3ATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6456(%rax), %r11
+ movq 6760(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30628,13 +32098,13 @@ GL_PREFIX(AlphaFragmentOp3ATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6456(%rax), %r11
+ movq 6760(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6456(%rax), %r11
+ movq 6760(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30652,7 +32122,7 @@ GL_PREFIX(AlphaFragmentOp3ATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6456(%rax), %r11
+ movq 6760(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(AlphaFragmentOp3ATI), .-GL_PREFIX(AlphaFragmentOp3ATI)
@@ -30663,25 +32133,25 @@ GL_PREFIX(AlphaFragmentOp3ATI):
GL_PREFIX(BeginFragmentShaderATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6464(%rax), %r11
+ movq 6768(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rbp
call _x86_64_get_dispatch@PLT
popq %rbp
- movq 6464(%rax), %r11
+ movq 6768(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6464(%rax), %r11
+ movq 6768(%rax), %r11
jmp *%r11
1:
pushq %rbp
call _glapi_get_dispatch
popq %rbp
- movq 6464(%rax), %r11
+ movq 6768(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(BeginFragmentShaderATI), .-GL_PREFIX(BeginFragmentShaderATI)
@@ -30692,25 +32162,25 @@ GL_PREFIX(BeginFragmentShaderATI):
GL_PREFIX(BindFragmentShaderATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6472(%rax), %r11
+ movq 6776(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 6472(%rax), %r11
+ movq 6776(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6472(%rax), %r11
+ movq 6776(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 6472(%rax), %r11
+ movq 6776(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(BindFragmentShaderATI), .-GL_PREFIX(BindFragmentShaderATI)
@@ -30721,7 +32191,7 @@ GL_PREFIX(BindFragmentShaderATI):
GL_PREFIX(ColorFragmentOp1ATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6480(%rax), %r11
+ movq 6784(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30739,13 +32209,13 @@ GL_PREFIX(ColorFragmentOp1ATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6480(%rax), %r11
+ movq 6784(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6480(%rax), %r11
+ movq 6784(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30763,7 +32233,7 @@ GL_PREFIX(ColorFragmentOp1ATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6480(%rax), %r11
+ movq 6784(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ColorFragmentOp1ATI), .-GL_PREFIX(ColorFragmentOp1ATI)
@@ -30774,7 +32244,7 @@ GL_PREFIX(ColorFragmentOp1ATI):
GL_PREFIX(ColorFragmentOp2ATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6488(%rax), %r11
+ movq 6792(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30792,13 +32262,13 @@ GL_PREFIX(ColorFragmentOp2ATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6488(%rax), %r11
+ movq 6792(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6488(%rax), %r11
+ movq 6792(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30816,7 +32286,7 @@ GL_PREFIX(ColorFragmentOp2ATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6488(%rax), %r11
+ movq 6792(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ColorFragmentOp2ATI), .-GL_PREFIX(ColorFragmentOp2ATI)
@@ -30827,7 +32297,7 @@ GL_PREFIX(ColorFragmentOp2ATI):
GL_PREFIX(ColorFragmentOp3ATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6496(%rax), %r11
+ movq 6800(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30845,13 +32315,13 @@ GL_PREFIX(ColorFragmentOp3ATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6496(%rax), %r11
+ movq 6800(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6496(%rax), %r11
+ movq 6800(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30869,7 +32339,7 @@ GL_PREFIX(ColorFragmentOp3ATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6496(%rax), %r11
+ movq 6800(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ColorFragmentOp3ATI), .-GL_PREFIX(ColorFragmentOp3ATI)
@@ -30880,25 +32350,25 @@ GL_PREFIX(ColorFragmentOp3ATI):
GL_PREFIX(DeleteFragmentShaderATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6504(%rax), %r11
+ movq 6808(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 6504(%rax), %r11
+ movq 6808(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6504(%rax), %r11
+ movq 6808(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 6504(%rax), %r11
+ movq 6808(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(DeleteFragmentShaderATI), .-GL_PREFIX(DeleteFragmentShaderATI)
@@ -30909,25 +32379,25 @@ GL_PREFIX(DeleteFragmentShaderATI):
GL_PREFIX(EndFragmentShaderATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6512(%rax), %r11
+ movq 6816(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rbp
call _x86_64_get_dispatch@PLT
popq %rbp
- movq 6512(%rax), %r11
+ movq 6816(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6512(%rax), %r11
+ movq 6816(%rax), %r11
jmp *%r11
1:
pushq %rbp
call _glapi_get_dispatch
popq %rbp
- movq 6512(%rax), %r11
+ movq 6816(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(EndFragmentShaderATI), .-GL_PREFIX(EndFragmentShaderATI)
@@ -30938,25 +32408,25 @@ GL_PREFIX(EndFragmentShaderATI):
GL_PREFIX(GenFragmentShadersATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6520(%rax), %r11
+ movq 6824(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 6520(%rax), %r11
+ movq 6824(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6520(%rax), %r11
+ movq 6824(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 6520(%rax), %r11
+ movq 6824(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GenFragmentShadersATI), .-GL_PREFIX(GenFragmentShadersATI)
@@ -30967,7 +32437,7 @@ GL_PREFIX(GenFragmentShadersATI):
GL_PREFIX(PassTexCoordATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6528(%rax), %r11
+ movq 6832(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -30977,13 +32447,13 @@ GL_PREFIX(PassTexCoordATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6528(%rax), %r11
+ movq 6832(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6528(%rax), %r11
+ movq 6832(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -30993,7 +32463,7 @@ GL_PREFIX(PassTexCoordATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6528(%rax), %r11
+ movq 6832(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(PassTexCoordATI), .-GL_PREFIX(PassTexCoordATI)
@@ -31004,7 +32474,7 @@ GL_PREFIX(PassTexCoordATI):
GL_PREFIX(SampleMapATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6536(%rax), %r11
+ movq 6840(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31014,13 +32484,13 @@ GL_PREFIX(SampleMapATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6536(%rax), %r11
+ movq 6840(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6536(%rax), %r11
+ movq 6840(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31030,7 +32500,7 @@ GL_PREFIX(SampleMapATI):
popq %rdx
popq %rsi
popq %rdi
- movq 6536(%rax), %r11
+ movq 6840(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SampleMapATI), .-GL_PREFIX(SampleMapATI)
@@ -31041,7 +32511,7 @@ GL_PREFIX(SampleMapATI):
GL_PREFIX(SetFragmentShaderConstantATI):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6544(%rax), %r11
+ movq 6848(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31051,13 +32521,13 @@ GL_PREFIX(SetFragmentShaderConstantATI):
popq %rbp
popq %rsi
popq %rdi
- movq 6544(%rax), %r11
+ movq 6848(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6544(%rax), %r11
+ movq 6848(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31067,7 +32537,7 @@ GL_PREFIX(SetFragmentShaderConstantATI):
popq %rbp
popq %rsi
popq %rdi
- movq 6544(%rax), %r11
+ movq 6848(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(SetFragmentShaderConstantATI), .-GL_PREFIX(SetFragmentShaderConstantATI)
@@ -31078,7 +32548,7 @@ GL_PREFIX(SetFragmentShaderConstantATI):
GL_PREFIX(PointParameteriNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6552(%rax), %r11
+ movq 6856(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31088,13 +32558,13 @@ GL_PREFIX(PointParameteriNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6552(%rax), %r11
+ movq 6856(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6552(%rax), %r11
+ movq 6856(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31104,7 +32574,7 @@ GL_PREFIX(PointParameteriNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6552(%rax), %r11
+ movq 6856(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(PointParameteriNV), .-GL_PREFIX(PointParameteriNV)
@@ -31115,7 +32585,7 @@ GL_PREFIX(PointParameteriNV):
GL_PREFIX(PointParameterivNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6560(%rax), %r11
+ movq 6864(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31125,13 +32595,13 @@ GL_PREFIX(PointParameterivNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6560(%rax), %r11
+ movq 6864(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6560(%rax), %r11
+ movq 6864(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31141,79 +32611,79 @@ GL_PREFIX(PointParameterivNV):
popq %rbp
popq %rsi
popq %rdi
- movq 6560(%rax), %r11
+ movq 6864(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(PointParameterivNV), .-GL_PREFIX(PointParameterivNV)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_821)
- .type GL_PREFIX(_dispatch_stub_821), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_821))
-GL_PREFIX(_dispatch_stub_821):
+ .globl GL_PREFIX(_dispatch_stub_859)
+ .type GL_PREFIX(_dispatch_stub_859), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_859))
+GL_PREFIX(_dispatch_stub_859):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6568(%rax), %r11
+ movq 6872(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 6568(%rax), %r11
+ movq 6872(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6568(%rax), %r11
+ movq 6872(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 6568(%rax), %r11
+ movq 6872(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_821), .-GL_PREFIX(_dispatch_stub_821)
+ .size GL_PREFIX(_dispatch_stub_859), .-GL_PREFIX(_dispatch_stub_859)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_822)
- .type GL_PREFIX(_dispatch_stub_822), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_822))
-GL_PREFIX(_dispatch_stub_822):
+ .globl GL_PREFIX(_dispatch_stub_860)
+ .type GL_PREFIX(_dispatch_stub_860), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_860))
+GL_PREFIX(_dispatch_stub_860):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6576(%rax), %r11
+ movq 6880(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 6576(%rax), %r11
+ movq 6880(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6576(%rax), %r11
+ movq 6880(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 6576(%rax), %r11
+ movq 6880(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_822), .-GL_PREFIX(_dispatch_stub_822)
+ .size GL_PREFIX(_dispatch_stub_860), .-GL_PREFIX(_dispatch_stub_860)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_823)
- .type GL_PREFIX(_dispatch_stub_823), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_823))
-GL_PREFIX(_dispatch_stub_823):
+ .globl GL_PREFIX(_dispatch_stub_861)
+ .type GL_PREFIX(_dispatch_stub_861), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_861))
+GL_PREFIX(_dispatch_stub_861):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6584(%rax), %r11
+ movq 6888(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31223,13 +32693,13 @@ GL_PREFIX(_dispatch_stub_823):
popq %rbp
popq %rsi
popq %rdi
- movq 6584(%rax), %r11
+ movq 6888(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6584(%rax), %r11
+ movq 6888(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31239,19 +32709,19 @@ GL_PREFIX(_dispatch_stub_823):
popq %rbp
popq %rsi
popq %rdi
- movq 6584(%rax), %r11
+ movq 6888(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_823), .-GL_PREFIX(_dispatch_stub_823)
+ .size GL_PREFIX(_dispatch_stub_861), .-GL_PREFIX(_dispatch_stub_861)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_824)
- .type GL_PREFIX(_dispatch_stub_824), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_824))
-GL_PREFIX(_dispatch_stub_824):
+ .globl GL_PREFIX(_dispatch_stub_862)
+ .type GL_PREFIX(_dispatch_stub_862), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_862))
+GL_PREFIX(_dispatch_stub_862):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6592(%rax), %r11
+ movq 6896(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31261,13 +32731,13 @@ GL_PREFIX(_dispatch_stub_824):
popq %rbp
popq %rsi
popq %rdi
- movq 6592(%rax), %r11
+ movq 6896(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6592(%rax), %r11
+ movq 6896(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31277,40 +32747,40 @@ GL_PREFIX(_dispatch_stub_824):
popq %rbp
popq %rsi
popq %rdi
- movq 6592(%rax), %r11
+ movq 6896(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_824), .-GL_PREFIX(_dispatch_stub_824)
+ .size GL_PREFIX(_dispatch_stub_862), .-GL_PREFIX(_dispatch_stub_862)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_825)
- .type GL_PREFIX(_dispatch_stub_825), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_825))
-GL_PREFIX(_dispatch_stub_825):
+ .globl GL_PREFIX(_dispatch_stub_863)
+ .type GL_PREFIX(_dispatch_stub_863), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_863))
+GL_PREFIX(_dispatch_stub_863):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6600(%rax), %r11
+ movq 6904(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 6600(%rax), %r11
+ movq 6904(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6600(%rax), %r11
+ movq 6904(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 6600(%rax), %r11
+ movq 6904(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_825), .-GL_PREFIX(_dispatch_stub_825)
+ .size GL_PREFIX(_dispatch_stub_863), .-GL_PREFIX(_dispatch_stub_863)
.p2align 4,,15
.globl GL_PREFIX(GetProgramNamedParameterdvNV)
@@ -31318,7 +32788,7 @@ GL_PREFIX(_dispatch_stub_825):
GL_PREFIX(GetProgramNamedParameterdvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6608(%rax), %r11
+ movq 6912(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31332,13 +32802,13 @@ GL_PREFIX(GetProgramNamedParameterdvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6608(%rax), %r11
+ movq 6912(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6608(%rax), %r11
+ movq 6912(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31352,7 +32822,7 @@ GL_PREFIX(GetProgramNamedParameterdvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6608(%rax), %r11
+ movq 6912(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetProgramNamedParameterdvNV), .-GL_PREFIX(GetProgramNamedParameterdvNV)
@@ -31363,7 +32833,7 @@ GL_PREFIX(GetProgramNamedParameterdvNV):
GL_PREFIX(GetProgramNamedParameterfvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6616(%rax), %r11
+ movq 6920(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31377,13 +32847,13 @@ GL_PREFIX(GetProgramNamedParameterfvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6616(%rax), %r11
+ movq 6920(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6616(%rax), %r11
+ movq 6920(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31397,7 +32867,7 @@ GL_PREFIX(GetProgramNamedParameterfvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6616(%rax), %r11
+ movq 6920(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetProgramNamedParameterfvNV), .-GL_PREFIX(GetProgramNamedParameterfvNV)
@@ -31408,7 +32878,7 @@ GL_PREFIX(GetProgramNamedParameterfvNV):
GL_PREFIX(ProgramNamedParameter4dNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6624(%rax), %r11
+ movq 6928(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $56, %rsp
@@ -31428,13 +32898,13 @@ GL_PREFIX(ProgramNamedParameter4dNV):
movq 8(%rsp), %rsi
movq (%rsp), %rdi
addq $56, %rsp
- movq 6624(%rax), %r11
+ movq 6928(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6624(%rax), %r11
+ movq 6928(%rax), %r11
jmp *%r11
1:
subq $56, %rsp
@@ -31454,7 +32924,7 @@ GL_PREFIX(ProgramNamedParameter4dNV):
movq 8(%rsp), %rsi
movq (%rsp), %rdi
addq $56, %rsp
- movq 6624(%rax), %r11
+ movq 6928(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ProgramNamedParameter4dNV), .-GL_PREFIX(ProgramNamedParameter4dNV)
@@ -31465,7 +32935,7 @@ GL_PREFIX(ProgramNamedParameter4dNV):
GL_PREFIX(ProgramNamedParameter4dvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6632(%rax), %r11
+ movq 6936(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31479,13 +32949,13 @@ GL_PREFIX(ProgramNamedParameter4dvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6632(%rax), %r11
+ movq 6936(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6632(%rax), %r11
+ movq 6936(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31499,7 +32969,7 @@ GL_PREFIX(ProgramNamedParameter4dvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6632(%rax), %r11
+ movq 6936(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ProgramNamedParameter4dvNV), .-GL_PREFIX(ProgramNamedParameter4dvNV)
@@ -31510,7 +32980,7 @@ GL_PREFIX(ProgramNamedParameter4dvNV):
GL_PREFIX(ProgramNamedParameter4fNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6640(%rax), %r11
+ movq 6944(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
subq $56, %rsp
@@ -31530,13 +33000,13 @@ GL_PREFIX(ProgramNamedParameter4fNV):
movq 8(%rsp), %rsi
movq (%rsp), %rdi
addq $56, %rsp
- movq 6640(%rax), %r11
+ movq 6944(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6640(%rax), %r11
+ movq 6944(%rax), %r11
jmp *%r11
1:
subq $56, %rsp
@@ -31556,7 +33026,7 @@ GL_PREFIX(ProgramNamedParameter4fNV):
movq 8(%rsp), %rsi
movq (%rsp), %rdi
addq $56, %rsp
- movq 6640(%rax), %r11
+ movq 6944(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ProgramNamedParameter4fNV), .-GL_PREFIX(ProgramNamedParameter4fNV)
@@ -31567,7 +33037,7 @@ GL_PREFIX(ProgramNamedParameter4fNV):
GL_PREFIX(ProgramNamedParameter4fvNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6648(%rax), %r11
+ movq 6952(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31581,13 +33051,13 @@ GL_PREFIX(ProgramNamedParameter4fvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6648(%rax), %r11
+ movq 6952(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6648(%rax), %r11
+ movq 6952(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31601,7 +33071,7 @@ GL_PREFIX(ProgramNamedParameter4fvNV):
popq %rdx
popq %rsi
popq %rdi
- movq 6648(%rax), %r11
+ movq 6952(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ProgramNamedParameter4fvNV), .-GL_PREFIX(ProgramNamedParameter4fvNV)
@@ -31612,25 +33082,25 @@ GL_PREFIX(ProgramNamedParameter4fvNV):
GL_PREFIX(PrimitiveRestartIndexNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6656(%rax), %r11
+ movq 6960(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 6656(%rax), %r11
+ movq 6960(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6656(%rax), %r11
+ movq 6960(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 6656(%rax), %r11
+ movq 6960(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(PrimitiveRestartIndexNV), .-GL_PREFIX(PrimitiveRestartIndexNV)
@@ -31641,37 +33111,37 @@ GL_PREFIX(PrimitiveRestartIndexNV):
GL_PREFIX(PrimitiveRestartNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6664(%rax), %r11
+ movq 6968(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rbp
call _x86_64_get_dispatch@PLT
popq %rbp
- movq 6664(%rax), %r11
+ movq 6968(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6664(%rax), %r11
+ movq 6968(%rax), %r11
jmp *%r11
1:
pushq %rbp
call _glapi_get_dispatch
popq %rbp
- movq 6664(%rax), %r11
+ movq 6968(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(PrimitiveRestartNV), .-GL_PREFIX(PrimitiveRestartNV)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_834)
- .type GL_PREFIX(_dispatch_stub_834), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_834))
-GL_PREFIX(_dispatch_stub_834):
+ .globl GL_PREFIX(_dispatch_stub_872)
+ .type GL_PREFIX(_dispatch_stub_872), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_872))
+GL_PREFIX(_dispatch_stub_872):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6672(%rax), %r11
+ movq 6976(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31681,13 +33151,13 @@ GL_PREFIX(_dispatch_stub_834):
popq %rbp
popq %rsi
popq %rdi
- movq 6672(%rax), %r11
+ movq 6976(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6672(%rax), %r11
+ movq 6976(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31697,19 +33167,19 @@ GL_PREFIX(_dispatch_stub_834):
popq %rbp
popq %rsi
popq %rdi
- movq 6672(%rax), %r11
+ movq 6976(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_834), .-GL_PREFIX(_dispatch_stub_834)
+ .size GL_PREFIX(_dispatch_stub_872), .-GL_PREFIX(_dispatch_stub_872)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_835)
- .type GL_PREFIX(_dispatch_stub_835), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_835))
-GL_PREFIX(_dispatch_stub_835):
+ .globl GL_PREFIX(_dispatch_stub_873)
+ .type GL_PREFIX(_dispatch_stub_873), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_873))
+GL_PREFIX(_dispatch_stub_873):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6680(%rax), %r11
+ movq 6984(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31719,13 +33189,13 @@ GL_PREFIX(_dispatch_stub_835):
popq %rbp
popq %rsi
popq %rdi
- movq 6680(%rax), %r11
+ movq 6984(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6680(%rax), %r11
+ movq 6984(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31735,10 +33205,10 @@ GL_PREFIX(_dispatch_stub_835):
popq %rbp
popq %rsi
popq %rdi
- movq 6680(%rax), %r11
+ movq 6984(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_835), .-GL_PREFIX(_dispatch_stub_835)
+ .size GL_PREFIX(_dispatch_stub_873), .-GL_PREFIX(_dispatch_stub_873)
.p2align 4,,15
.globl GL_PREFIX(BindFramebufferEXT)
@@ -31746,7 +33216,7 @@ GL_PREFIX(_dispatch_stub_835):
GL_PREFIX(BindFramebufferEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6688(%rax), %r11
+ movq 6992(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31756,13 +33226,13 @@ GL_PREFIX(BindFramebufferEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6688(%rax), %r11
+ movq 6992(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6688(%rax), %r11
+ movq 6992(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31772,7 +33242,7 @@ GL_PREFIX(BindFramebufferEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6688(%rax), %r11
+ movq 6992(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(BindFramebufferEXT), .-GL_PREFIX(BindFramebufferEXT)
@@ -31783,7 +33253,7 @@ GL_PREFIX(BindFramebufferEXT):
GL_PREFIX(BindRenderbufferEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6696(%rax), %r11
+ movq 7000(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31793,13 +33263,13 @@ GL_PREFIX(BindRenderbufferEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6696(%rax), %r11
+ movq 7000(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6696(%rax), %r11
+ movq 7000(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31809,7 +33279,7 @@ GL_PREFIX(BindRenderbufferEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6696(%rax), %r11
+ movq 7000(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(BindRenderbufferEXT), .-GL_PREFIX(BindRenderbufferEXT)
@@ -31820,25 +33290,25 @@ GL_PREFIX(BindRenderbufferEXT):
GL_PREFIX(CheckFramebufferStatusEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6704(%rax), %r11
+ movq 7008(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 6704(%rax), %r11
+ movq 7008(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6704(%rax), %r11
+ movq 7008(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 6704(%rax), %r11
+ movq 7008(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(CheckFramebufferStatusEXT), .-GL_PREFIX(CheckFramebufferStatusEXT)
@@ -31849,7 +33319,7 @@ GL_PREFIX(CheckFramebufferStatusEXT):
GL_PREFIX(DeleteFramebuffersEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6712(%rax), %r11
+ movq 7016(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31859,13 +33329,13 @@ GL_PREFIX(DeleteFramebuffersEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6712(%rax), %r11
+ movq 7016(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6712(%rax), %r11
+ movq 7016(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31875,7 +33345,7 @@ GL_PREFIX(DeleteFramebuffersEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6712(%rax), %r11
+ movq 7016(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(DeleteFramebuffersEXT), .-GL_PREFIX(DeleteFramebuffersEXT)
@@ -31886,7 +33356,7 @@ GL_PREFIX(DeleteFramebuffersEXT):
GL_PREFIX(DeleteRenderbuffersEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6720(%rax), %r11
+ movq 7024(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31896,13 +33366,13 @@ GL_PREFIX(DeleteRenderbuffersEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6720(%rax), %r11
+ movq 7024(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6720(%rax), %r11
+ movq 7024(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31912,7 +33382,7 @@ GL_PREFIX(DeleteRenderbuffersEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6720(%rax), %r11
+ movq 7024(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(DeleteRenderbuffersEXT), .-GL_PREFIX(DeleteRenderbuffersEXT)
@@ -31923,7 +33393,7 @@ GL_PREFIX(DeleteRenderbuffersEXT):
GL_PREFIX(FramebufferRenderbufferEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6728(%rax), %r11
+ movq 7032(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31937,13 +33407,13 @@ GL_PREFIX(FramebufferRenderbufferEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6728(%rax), %r11
+ movq 7032(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6728(%rax), %r11
+ movq 7032(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -31957,7 +33427,7 @@ GL_PREFIX(FramebufferRenderbufferEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6728(%rax), %r11
+ movq 7032(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(FramebufferRenderbufferEXT), .-GL_PREFIX(FramebufferRenderbufferEXT)
@@ -31968,7 +33438,7 @@ GL_PREFIX(FramebufferRenderbufferEXT):
GL_PREFIX(FramebufferTexture1DEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6736(%rax), %r11
+ movq 7040(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -31982,13 +33452,13 @@ GL_PREFIX(FramebufferTexture1DEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6736(%rax), %r11
+ movq 7040(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6736(%rax), %r11
+ movq 7040(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32002,7 +33472,7 @@ GL_PREFIX(FramebufferTexture1DEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6736(%rax), %r11
+ movq 7040(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(FramebufferTexture1DEXT), .-GL_PREFIX(FramebufferTexture1DEXT)
@@ -32013,7 +33483,7 @@ GL_PREFIX(FramebufferTexture1DEXT):
GL_PREFIX(FramebufferTexture2DEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6744(%rax), %r11
+ movq 7048(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32027,13 +33497,13 @@ GL_PREFIX(FramebufferTexture2DEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6744(%rax), %r11
+ movq 7048(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6744(%rax), %r11
+ movq 7048(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32047,7 +33517,7 @@ GL_PREFIX(FramebufferTexture2DEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6744(%rax), %r11
+ movq 7048(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(FramebufferTexture2DEXT), .-GL_PREFIX(FramebufferTexture2DEXT)
@@ -32058,7 +33528,7 @@ GL_PREFIX(FramebufferTexture2DEXT):
GL_PREFIX(FramebufferTexture3DEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6752(%rax), %r11
+ movq 7056(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32076,13 +33546,13 @@ GL_PREFIX(FramebufferTexture3DEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6752(%rax), %r11
+ movq 7056(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6752(%rax), %r11
+ movq 7056(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32100,7 +33570,7 @@ GL_PREFIX(FramebufferTexture3DEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6752(%rax), %r11
+ movq 7056(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(FramebufferTexture3DEXT), .-GL_PREFIX(FramebufferTexture3DEXT)
@@ -32111,7 +33581,7 @@ GL_PREFIX(FramebufferTexture3DEXT):
GL_PREFIX(GenFramebuffersEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6760(%rax), %r11
+ movq 7064(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32121,13 +33591,13 @@ GL_PREFIX(GenFramebuffersEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6760(%rax), %r11
+ movq 7064(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6760(%rax), %r11
+ movq 7064(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32137,7 +33607,7 @@ GL_PREFIX(GenFramebuffersEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6760(%rax), %r11
+ movq 7064(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GenFramebuffersEXT), .-GL_PREFIX(GenFramebuffersEXT)
@@ -32148,7 +33618,7 @@ GL_PREFIX(GenFramebuffersEXT):
GL_PREFIX(GenRenderbuffersEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6768(%rax), %r11
+ movq 7072(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32158,13 +33628,13 @@ GL_PREFIX(GenRenderbuffersEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6768(%rax), %r11
+ movq 7072(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6768(%rax), %r11
+ movq 7072(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32174,7 +33644,7 @@ GL_PREFIX(GenRenderbuffersEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6768(%rax), %r11
+ movq 7072(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GenRenderbuffersEXT), .-GL_PREFIX(GenRenderbuffersEXT)
@@ -32185,25 +33655,25 @@ GL_PREFIX(GenRenderbuffersEXT):
GL_PREFIX(GenerateMipmapEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6776(%rax), %r11
+ movq 7080(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 6776(%rax), %r11
+ movq 7080(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6776(%rax), %r11
+ movq 7080(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 6776(%rax), %r11
+ movq 7080(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GenerateMipmapEXT), .-GL_PREFIX(GenerateMipmapEXT)
@@ -32214,7 +33684,7 @@ GL_PREFIX(GenerateMipmapEXT):
GL_PREFIX(GetFramebufferAttachmentParameterivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6784(%rax), %r11
+ movq 7088(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32228,13 +33698,13 @@ GL_PREFIX(GetFramebufferAttachmentParameterivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6784(%rax), %r11
+ movq 7088(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6784(%rax), %r11
+ movq 7088(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32248,7 +33718,7 @@ GL_PREFIX(GetFramebufferAttachmentParameterivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6784(%rax), %r11
+ movq 7088(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetFramebufferAttachmentParameterivEXT), .-GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
@@ -32259,7 +33729,7 @@ GL_PREFIX(GetFramebufferAttachmentParameterivEXT):
GL_PREFIX(GetRenderbufferParameterivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6792(%rax), %r11
+ movq 7096(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32269,13 +33739,13 @@ GL_PREFIX(GetRenderbufferParameterivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6792(%rax), %r11
+ movq 7096(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6792(%rax), %r11
+ movq 7096(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32285,7 +33755,7 @@ GL_PREFIX(GetRenderbufferParameterivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6792(%rax), %r11
+ movq 7096(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetRenderbufferParameterivEXT), .-GL_PREFIX(GetRenderbufferParameterivEXT)
@@ -32296,25 +33766,25 @@ GL_PREFIX(GetRenderbufferParameterivEXT):
GL_PREFIX(IsFramebufferEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6800(%rax), %r11
+ movq 7104(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 6800(%rax), %r11
+ movq 7104(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6800(%rax), %r11
+ movq 7104(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 6800(%rax), %r11
+ movq 7104(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(IsFramebufferEXT), .-GL_PREFIX(IsFramebufferEXT)
@@ -32325,25 +33795,25 @@ GL_PREFIX(IsFramebufferEXT):
GL_PREFIX(IsRenderbufferEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6808(%rax), %r11
+ movq 7112(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 6808(%rax), %r11
+ movq 7112(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6808(%rax), %r11
+ movq 7112(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 6808(%rax), %r11
+ movq 7112(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(IsRenderbufferEXT), .-GL_PREFIX(IsRenderbufferEXT)
@@ -32354,7 +33824,7 @@ GL_PREFIX(IsRenderbufferEXT):
GL_PREFIX(RenderbufferStorageEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6816(%rax), %r11
+ movq 7120(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32368,13 +33838,13 @@ GL_PREFIX(RenderbufferStorageEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6816(%rax), %r11
+ movq 7120(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6816(%rax), %r11
+ movq 7120(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32388,19 +33858,19 @@ GL_PREFIX(RenderbufferStorageEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6816(%rax), %r11
+ movq 7120(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(RenderbufferStorageEXT), .-GL_PREFIX(RenderbufferStorageEXT)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_853)
- .type GL_PREFIX(_dispatch_stub_853), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_853))
-GL_PREFIX(_dispatch_stub_853):
+ .globl GL_PREFIX(_dispatch_stub_891)
+ .type GL_PREFIX(_dispatch_stub_891), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_891))
+GL_PREFIX(_dispatch_stub_891):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6824(%rax), %r11
+ movq 7128(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32418,13 +33888,13 @@ GL_PREFIX(_dispatch_stub_853):
popq %rdx
popq %rsi
popq %rdi
- movq 6824(%rax), %r11
+ movq 7128(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6824(%rax), %r11
+ movq 7128(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32442,19 +33912,19 @@ GL_PREFIX(_dispatch_stub_853):
popq %rdx
popq %rsi
popq %rdi
- movq 6824(%rax), %r11
+ movq 7128(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_853), .-GL_PREFIX(_dispatch_stub_853)
+ .size GL_PREFIX(_dispatch_stub_891), .-GL_PREFIX(_dispatch_stub_891)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_854)
- .type GL_PREFIX(_dispatch_stub_854), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_854))
-GL_PREFIX(_dispatch_stub_854):
+ .globl GL_PREFIX(_dispatch_stub_892)
+ .type GL_PREFIX(_dispatch_stub_892), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_892))
+GL_PREFIX(_dispatch_stub_892):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6832(%rax), %r11
+ movq 7136(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32464,13 +33934,13 @@ GL_PREFIX(_dispatch_stub_854):
popq %rdx
popq %rsi
popq %rdi
- movq 6832(%rax), %r11
+ movq 7136(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6832(%rax), %r11
+ movq 7136(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32480,19 +33950,19 @@ GL_PREFIX(_dispatch_stub_854):
popq %rdx
popq %rsi
popq %rdi
- movq 6832(%rax), %r11
+ movq 7136(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_854), .-GL_PREFIX(_dispatch_stub_854)
+ .size GL_PREFIX(_dispatch_stub_892), .-GL_PREFIX(_dispatch_stub_892)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_855)
- .type GL_PREFIX(_dispatch_stub_855), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_855))
-GL_PREFIX(_dispatch_stub_855):
+ .globl GL_PREFIX(_dispatch_stub_893)
+ .type GL_PREFIX(_dispatch_stub_893), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_893))
+GL_PREFIX(_dispatch_stub_893):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6840(%rax), %r11
+ movq 7144(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32502,13 +33972,13 @@ GL_PREFIX(_dispatch_stub_855):
popq %rdx
popq %rsi
popq %rdi
- movq 6840(%rax), %r11
+ movq 7144(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6840(%rax), %r11
+ movq 7144(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32518,10 +33988,10 @@ GL_PREFIX(_dispatch_stub_855):
popq %rdx
popq %rsi
popq %rdi
- movq 6840(%rax), %r11
+ movq 7144(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_855), .-GL_PREFIX(_dispatch_stub_855)
+ .size GL_PREFIX(_dispatch_stub_893), .-GL_PREFIX(_dispatch_stub_893)
.p2align 4,,15
.globl GL_PREFIX(BindFragDataLocationEXT)
@@ -32529,7 +33999,7 @@ GL_PREFIX(_dispatch_stub_855):
GL_PREFIX(BindFragDataLocationEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6848(%rax), %r11
+ movq 7152(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32539,13 +34009,13 @@ GL_PREFIX(BindFragDataLocationEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6848(%rax), %r11
+ movq 7152(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6848(%rax), %r11
+ movq 7152(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32555,7 +34025,7 @@ GL_PREFIX(BindFragDataLocationEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6848(%rax), %r11
+ movq 7152(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(BindFragDataLocationEXT), .-GL_PREFIX(BindFragDataLocationEXT)
@@ -32566,7 +34036,7 @@ GL_PREFIX(BindFragDataLocationEXT):
GL_PREFIX(GetFragDataLocationEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6856(%rax), %r11
+ movq 7160(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32576,13 +34046,13 @@ GL_PREFIX(GetFragDataLocationEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6856(%rax), %r11
+ movq 7160(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6856(%rax), %r11
+ movq 7160(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32592,7 +34062,7 @@ GL_PREFIX(GetFragDataLocationEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6856(%rax), %r11
+ movq 7160(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetFragDataLocationEXT), .-GL_PREFIX(GetFragDataLocationEXT)
@@ -32603,7 +34073,7 @@ GL_PREFIX(GetFragDataLocationEXT):
GL_PREFIX(GetUniformuivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6864(%rax), %r11
+ movq 7168(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32613,13 +34083,13 @@ GL_PREFIX(GetUniformuivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6864(%rax), %r11
+ movq 7168(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6864(%rax), %r11
+ movq 7168(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32629,7 +34099,7 @@ GL_PREFIX(GetUniformuivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6864(%rax), %r11
+ movq 7168(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetUniformuivEXT), .-GL_PREFIX(GetUniformuivEXT)
@@ -32640,7 +34110,7 @@ GL_PREFIX(GetUniformuivEXT):
GL_PREFIX(GetVertexAttribIivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6872(%rax), %r11
+ movq 7176(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32650,13 +34120,13 @@ GL_PREFIX(GetVertexAttribIivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6872(%rax), %r11
+ movq 7176(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6872(%rax), %r11
+ movq 7176(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32666,7 +34136,7 @@ GL_PREFIX(GetVertexAttribIivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6872(%rax), %r11
+ movq 7176(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetVertexAttribIivEXT), .-GL_PREFIX(GetVertexAttribIivEXT)
@@ -32677,7 +34147,7 @@ GL_PREFIX(GetVertexAttribIivEXT):
GL_PREFIX(GetVertexAttribIuivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6880(%rax), %r11
+ movq 7184(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32687,13 +34157,13 @@ GL_PREFIX(GetVertexAttribIuivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6880(%rax), %r11
+ movq 7184(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6880(%rax), %r11
+ movq 7184(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32703,7 +34173,7 @@ GL_PREFIX(GetVertexAttribIuivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6880(%rax), %r11
+ movq 7184(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetVertexAttribIuivEXT), .-GL_PREFIX(GetVertexAttribIuivEXT)
@@ -32714,7 +34184,7 @@ GL_PREFIX(GetVertexAttribIuivEXT):
GL_PREFIX(Uniform1uiEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6888(%rax), %r11
+ movq 7192(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32724,13 +34194,13 @@ GL_PREFIX(Uniform1uiEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6888(%rax), %r11
+ movq 7192(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6888(%rax), %r11
+ movq 7192(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32740,7 +34210,7 @@ GL_PREFIX(Uniform1uiEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6888(%rax), %r11
+ movq 7192(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(Uniform1uiEXT), .-GL_PREFIX(Uniform1uiEXT)
@@ -32751,7 +34221,7 @@ GL_PREFIX(Uniform1uiEXT):
GL_PREFIX(Uniform1uivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6896(%rax), %r11
+ movq 7200(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32761,13 +34231,13 @@ GL_PREFIX(Uniform1uivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6896(%rax), %r11
+ movq 7200(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6896(%rax), %r11
+ movq 7200(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32777,7 +34247,7 @@ GL_PREFIX(Uniform1uivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6896(%rax), %r11
+ movq 7200(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(Uniform1uivEXT), .-GL_PREFIX(Uniform1uivEXT)
@@ -32788,7 +34258,7 @@ GL_PREFIX(Uniform1uivEXT):
GL_PREFIX(Uniform2uiEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6904(%rax), %r11
+ movq 7208(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32798,13 +34268,13 @@ GL_PREFIX(Uniform2uiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6904(%rax), %r11
+ movq 7208(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6904(%rax), %r11
+ movq 7208(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32814,7 +34284,7 @@ GL_PREFIX(Uniform2uiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6904(%rax), %r11
+ movq 7208(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(Uniform2uiEXT), .-GL_PREFIX(Uniform2uiEXT)
@@ -32825,7 +34295,7 @@ GL_PREFIX(Uniform2uiEXT):
GL_PREFIX(Uniform2uivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6912(%rax), %r11
+ movq 7216(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32835,13 +34305,13 @@ GL_PREFIX(Uniform2uivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6912(%rax), %r11
+ movq 7216(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6912(%rax), %r11
+ movq 7216(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32851,7 +34321,7 @@ GL_PREFIX(Uniform2uivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6912(%rax), %r11
+ movq 7216(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(Uniform2uivEXT), .-GL_PREFIX(Uniform2uivEXT)
@@ -32862,7 +34332,7 @@ GL_PREFIX(Uniform2uivEXT):
GL_PREFIX(Uniform3uiEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6920(%rax), %r11
+ movq 7224(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32876,13 +34346,13 @@ GL_PREFIX(Uniform3uiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6920(%rax), %r11
+ movq 7224(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6920(%rax), %r11
+ movq 7224(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32896,7 +34366,7 @@ GL_PREFIX(Uniform3uiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6920(%rax), %r11
+ movq 7224(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(Uniform3uiEXT), .-GL_PREFIX(Uniform3uiEXT)
@@ -32907,7 +34377,7 @@ GL_PREFIX(Uniform3uiEXT):
GL_PREFIX(Uniform3uivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6928(%rax), %r11
+ movq 7232(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32917,13 +34387,13 @@ GL_PREFIX(Uniform3uivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6928(%rax), %r11
+ movq 7232(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6928(%rax), %r11
+ movq 7232(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32933,7 +34403,7 @@ GL_PREFIX(Uniform3uivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6928(%rax), %r11
+ movq 7232(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(Uniform3uivEXT), .-GL_PREFIX(Uniform3uivEXT)
@@ -32944,7 +34414,7 @@ GL_PREFIX(Uniform3uivEXT):
GL_PREFIX(Uniform4uiEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6936(%rax), %r11
+ movq 7240(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32958,13 +34428,13 @@ GL_PREFIX(Uniform4uiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6936(%rax), %r11
+ movq 7240(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6936(%rax), %r11
+ movq 7240(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -32978,7 +34448,7 @@ GL_PREFIX(Uniform4uiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6936(%rax), %r11
+ movq 7240(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(Uniform4uiEXT), .-GL_PREFIX(Uniform4uiEXT)
@@ -32989,7 +34459,7 @@ GL_PREFIX(Uniform4uiEXT):
GL_PREFIX(Uniform4uivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6944(%rax), %r11
+ movq 7248(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -32999,13 +34469,13 @@ GL_PREFIX(Uniform4uivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6944(%rax), %r11
+ movq 7248(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6944(%rax), %r11
+ movq 7248(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33015,7 +34485,7 @@ GL_PREFIX(Uniform4uivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6944(%rax), %r11
+ movq 7248(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(Uniform4uivEXT), .-GL_PREFIX(Uniform4uivEXT)
@@ -33026,7 +34496,7 @@ GL_PREFIX(Uniform4uivEXT):
GL_PREFIX(VertexAttribI1iEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6952(%rax), %r11
+ movq 7256(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33036,13 +34506,13 @@ GL_PREFIX(VertexAttribI1iEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6952(%rax), %r11
+ movq 7256(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6952(%rax), %r11
+ movq 7256(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33052,7 +34522,7 @@ GL_PREFIX(VertexAttribI1iEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6952(%rax), %r11
+ movq 7256(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI1iEXT), .-GL_PREFIX(VertexAttribI1iEXT)
@@ -33063,7 +34533,7 @@ GL_PREFIX(VertexAttribI1iEXT):
GL_PREFIX(VertexAttribI1ivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6960(%rax), %r11
+ movq 7264(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33073,13 +34543,13 @@ GL_PREFIX(VertexAttribI1ivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6960(%rax), %r11
+ movq 7264(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6960(%rax), %r11
+ movq 7264(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33089,7 +34559,7 @@ GL_PREFIX(VertexAttribI1ivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6960(%rax), %r11
+ movq 7264(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI1ivEXT), .-GL_PREFIX(VertexAttribI1ivEXT)
@@ -33100,7 +34570,7 @@ GL_PREFIX(VertexAttribI1ivEXT):
GL_PREFIX(VertexAttribI1uiEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6968(%rax), %r11
+ movq 7272(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33110,13 +34580,13 @@ GL_PREFIX(VertexAttribI1uiEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6968(%rax), %r11
+ movq 7272(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6968(%rax), %r11
+ movq 7272(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33126,7 +34596,7 @@ GL_PREFIX(VertexAttribI1uiEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6968(%rax), %r11
+ movq 7272(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI1uiEXT), .-GL_PREFIX(VertexAttribI1uiEXT)
@@ -33137,7 +34607,7 @@ GL_PREFIX(VertexAttribI1uiEXT):
GL_PREFIX(VertexAttribI1uivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6976(%rax), %r11
+ movq 7280(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33147,13 +34617,13 @@ GL_PREFIX(VertexAttribI1uivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6976(%rax), %r11
+ movq 7280(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6976(%rax), %r11
+ movq 7280(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33163,7 +34633,7 @@ GL_PREFIX(VertexAttribI1uivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6976(%rax), %r11
+ movq 7280(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI1uivEXT), .-GL_PREFIX(VertexAttribI1uivEXT)
@@ -33174,7 +34644,7 @@ GL_PREFIX(VertexAttribI1uivEXT):
GL_PREFIX(VertexAttribI2iEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6984(%rax), %r11
+ movq 7288(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33184,13 +34654,13 @@ GL_PREFIX(VertexAttribI2iEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6984(%rax), %r11
+ movq 7288(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6984(%rax), %r11
+ movq 7288(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33200,7 +34670,7 @@ GL_PREFIX(VertexAttribI2iEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 6984(%rax), %r11
+ movq 7288(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI2iEXT), .-GL_PREFIX(VertexAttribI2iEXT)
@@ -33211,7 +34681,7 @@ GL_PREFIX(VertexAttribI2iEXT):
GL_PREFIX(VertexAttribI2ivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 6992(%rax), %r11
+ movq 7296(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33221,13 +34691,13 @@ GL_PREFIX(VertexAttribI2ivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6992(%rax), %r11
+ movq 7296(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 6992(%rax), %r11
+ movq 7296(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33237,7 +34707,7 @@ GL_PREFIX(VertexAttribI2ivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 6992(%rax), %r11
+ movq 7296(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI2ivEXT), .-GL_PREFIX(VertexAttribI2ivEXT)
@@ -33248,7 +34718,7 @@ GL_PREFIX(VertexAttribI2ivEXT):
GL_PREFIX(VertexAttribI2uiEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7000(%rax), %r11
+ movq 7304(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33258,13 +34728,13 @@ GL_PREFIX(VertexAttribI2uiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7000(%rax), %r11
+ movq 7304(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7000(%rax), %r11
+ movq 7304(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33274,7 +34744,7 @@ GL_PREFIX(VertexAttribI2uiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7000(%rax), %r11
+ movq 7304(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI2uiEXT), .-GL_PREFIX(VertexAttribI2uiEXT)
@@ -33285,7 +34755,7 @@ GL_PREFIX(VertexAttribI2uiEXT):
GL_PREFIX(VertexAttribI2uivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7008(%rax), %r11
+ movq 7312(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33295,13 +34765,13 @@ GL_PREFIX(VertexAttribI2uivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7008(%rax), %r11
+ movq 7312(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7008(%rax), %r11
+ movq 7312(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33311,7 +34781,7 @@ GL_PREFIX(VertexAttribI2uivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7008(%rax), %r11
+ movq 7312(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI2uivEXT), .-GL_PREFIX(VertexAttribI2uivEXT)
@@ -33322,7 +34792,7 @@ GL_PREFIX(VertexAttribI2uivEXT):
GL_PREFIX(VertexAttribI3iEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7016(%rax), %r11
+ movq 7320(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33336,13 +34806,13 @@ GL_PREFIX(VertexAttribI3iEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7016(%rax), %r11
+ movq 7320(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7016(%rax), %r11
+ movq 7320(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33356,7 +34826,7 @@ GL_PREFIX(VertexAttribI3iEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7016(%rax), %r11
+ movq 7320(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI3iEXT), .-GL_PREFIX(VertexAttribI3iEXT)
@@ -33367,7 +34837,7 @@ GL_PREFIX(VertexAttribI3iEXT):
GL_PREFIX(VertexAttribI3ivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7024(%rax), %r11
+ movq 7328(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33377,13 +34847,13 @@ GL_PREFIX(VertexAttribI3ivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7024(%rax), %r11
+ movq 7328(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7024(%rax), %r11
+ movq 7328(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33393,7 +34863,7 @@ GL_PREFIX(VertexAttribI3ivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7024(%rax), %r11
+ movq 7328(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI3ivEXT), .-GL_PREFIX(VertexAttribI3ivEXT)
@@ -33404,7 +34874,7 @@ GL_PREFIX(VertexAttribI3ivEXT):
GL_PREFIX(VertexAttribI3uiEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7032(%rax), %r11
+ movq 7336(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33418,13 +34888,13 @@ GL_PREFIX(VertexAttribI3uiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7032(%rax), %r11
+ movq 7336(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7032(%rax), %r11
+ movq 7336(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33438,7 +34908,7 @@ GL_PREFIX(VertexAttribI3uiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7032(%rax), %r11
+ movq 7336(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI3uiEXT), .-GL_PREFIX(VertexAttribI3uiEXT)
@@ -33449,7 +34919,7 @@ GL_PREFIX(VertexAttribI3uiEXT):
GL_PREFIX(VertexAttribI3uivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7040(%rax), %r11
+ movq 7344(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33459,13 +34929,13 @@ GL_PREFIX(VertexAttribI3uivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7040(%rax), %r11
+ movq 7344(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7040(%rax), %r11
+ movq 7344(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33475,7 +34945,7 @@ GL_PREFIX(VertexAttribI3uivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7040(%rax), %r11
+ movq 7344(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI3uivEXT), .-GL_PREFIX(VertexAttribI3uivEXT)
@@ -33486,7 +34956,7 @@ GL_PREFIX(VertexAttribI3uivEXT):
GL_PREFIX(VertexAttribI4bvEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7048(%rax), %r11
+ movq 7352(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33496,13 +34966,13 @@ GL_PREFIX(VertexAttribI4bvEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7048(%rax), %r11
+ movq 7352(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7048(%rax), %r11
+ movq 7352(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33512,7 +34982,7 @@ GL_PREFIX(VertexAttribI4bvEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7048(%rax), %r11
+ movq 7352(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI4bvEXT), .-GL_PREFIX(VertexAttribI4bvEXT)
@@ -33523,7 +34993,7 @@ GL_PREFIX(VertexAttribI4bvEXT):
GL_PREFIX(VertexAttribI4iEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7056(%rax), %r11
+ movq 7360(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33537,13 +35007,13 @@ GL_PREFIX(VertexAttribI4iEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7056(%rax), %r11
+ movq 7360(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7056(%rax), %r11
+ movq 7360(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33557,7 +35027,7 @@ GL_PREFIX(VertexAttribI4iEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7056(%rax), %r11
+ movq 7360(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI4iEXT), .-GL_PREFIX(VertexAttribI4iEXT)
@@ -33568,7 +35038,7 @@ GL_PREFIX(VertexAttribI4iEXT):
GL_PREFIX(VertexAttribI4ivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7064(%rax), %r11
+ movq 7368(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33578,13 +35048,13 @@ GL_PREFIX(VertexAttribI4ivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7064(%rax), %r11
+ movq 7368(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7064(%rax), %r11
+ movq 7368(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33594,7 +35064,7 @@ GL_PREFIX(VertexAttribI4ivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7064(%rax), %r11
+ movq 7368(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI4ivEXT), .-GL_PREFIX(VertexAttribI4ivEXT)
@@ -33605,7 +35075,7 @@ GL_PREFIX(VertexAttribI4ivEXT):
GL_PREFIX(VertexAttribI4svEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7072(%rax), %r11
+ movq 7376(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33615,13 +35085,13 @@ GL_PREFIX(VertexAttribI4svEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7072(%rax), %r11
+ movq 7376(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7072(%rax), %r11
+ movq 7376(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33631,7 +35101,7 @@ GL_PREFIX(VertexAttribI4svEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7072(%rax), %r11
+ movq 7376(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI4svEXT), .-GL_PREFIX(VertexAttribI4svEXT)
@@ -33642,7 +35112,7 @@ GL_PREFIX(VertexAttribI4svEXT):
GL_PREFIX(VertexAttribI4ubvEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7080(%rax), %r11
+ movq 7384(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33652,13 +35122,13 @@ GL_PREFIX(VertexAttribI4ubvEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7080(%rax), %r11
+ movq 7384(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7080(%rax), %r11
+ movq 7384(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33668,7 +35138,7 @@ GL_PREFIX(VertexAttribI4ubvEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7080(%rax), %r11
+ movq 7384(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI4ubvEXT), .-GL_PREFIX(VertexAttribI4ubvEXT)
@@ -33679,7 +35149,7 @@ GL_PREFIX(VertexAttribI4ubvEXT):
GL_PREFIX(VertexAttribI4uiEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7088(%rax), %r11
+ movq 7392(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33693,13 +35163,13 @@ GL_PREFIX(VertexAttribI4uiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7088(%rax), %r11
+ movq 7392(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7088(%rax), %r11
+ movq 7392(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33713,7 +35183,7 @@ GL_PREFIX(VertexAttribI4uiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7088(%rax), %r11
+ movq 7392(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI4uiEXT), .-GL_PREFIX(VertexAttribI4uiEXT)
@@ -33724,7 +35194,7 @@ GL_PREFIX(VertexAttribI4uiEXT):
GL_PREFIX(VertexAttribI4uivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7096(%rax), %r11
+ movq 7400(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33734,13 +35204,13 @@ GL_PREFIX(VertexAttribI4uivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7096(%rax), %r11
+ movq 7400(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7096(%rax), %r11
+ movq 7400(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33750,7 +35220,7 @@ GL_PREFIX(VertexAttribI4uivEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7096(%rax), %r11
+ movq 7400(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI4uivEXT), .-GL_PREFIX(VertexAttribI4uivEXT)
@@ -33761,7 +35231,7 @@ GL_PREFIX(VertexAttribI4uivEXT):
GL_PREFIX(VertexAttribI4usvEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7104(%rax), %r11
+ movq 7408(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33771,13 +35241,13 @@ GL_PREFIX(VertexAttribI4usvEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7104(%rax), %r11
+ movq 7408(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7104(%rax), %r11
+ movq 7408(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33787,7 +35257,7 @@ GL_PREFIX(VertexAttribI4usvEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7104(%rax), %r11
+ movq 7408(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribI4usvEXT), .-GL_PREFIX(VertexAttribI4usvEXT)
@@ -33798,7 +35268,7 @@ GL_PREFIX(VertexAttribI4usvEXT):
GL_PREFIX(VertexAttribIPointerEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7112(%rax), %r11
+ movq 7416(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33812,13 +35282,13 @@ GL_PREFIX(VertexAttribIPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7112(%rax), %r11
+ movq 7416(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7112(%rax), %r11
+ movq 7416(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33832,7 +35302,7 @@ GL_PREFIX(VertexAttribIPointerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7112(%rax), %r11
+ movq 7416(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(VertexAttribIPointerEXT), .-GL_PREFIX(VertexAttribIPointerEXT)
@@ -33843,7 +35313,7 @@ GL_PREFIX(VertexAttribIPointerEXT):
GL_PREFIX(FramebufferTextureLayerEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7120(%rax), %r11
+ movq 7424(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33857,13 +35327,13 @@ GL_PREFIX(FramebufferTextureLayerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7120(%rax), %r11
+ movq 7424(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7120(%rax), %r11
+ movq 7424(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33877,7 +35347,7 @@ GL_PREFIX(FramebufferTextureLayerEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7120(%rax), %r11
+ movq 7424(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(FramebufferTextureLayerEXT), .-GL_PREFIX(FramebufferTextureLayerEXT)
@@ -33888,7 +35358,7 @@ GL_PREFIX(FramebufferTextureLayerEXT):
GL_PREFIX(ColorMaskIndexedEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7128(%rax), %r11
+ movq 7432(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33902,13 +35372,13 @@ GL_PREFIX(ColorMaskIndexedEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7128(%rax), %r11
+ movq 7432(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7128(%rax), %r11
+ movq 7432(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33922,7 +35392,7 @@ GL_PREFIX(ColorMaskIndexedEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7128(%rax), %r11
+ movq 7432(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ColorMaskIndexedEXT), .-GL_PREFIX(ColorMaskIndexedEXT)
@@ -33933,7 +35403,7 @@ GL_PREFIX(ColorMaskIndexedEXT):
GL_PREFIX(DisableIndexedEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7136(%rax), %r11
+ movq 7440(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33943,13 +35413,13 @@ GL_PREFIX(DisableIndexedEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7136(%rax), %r11
+ movq 7440(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7136(%rax), %r11
+ movq 7440(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33959,7 +35429,7 @@ GL_PREFIX(DisableIndexedEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7136(%rax), %r11
+ movq 7440(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(DisableIndexedEXT), .-GL_PREFIX(DisableIndexedEXT)
@@ -33970,7 +35440,7 @@ GL_PREFIX(DisableIndexedEXT):
GL_PREFIX(EnableIndexedEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7144(%rax), %r11
+ movq 7448(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -33980,13 +35450,13 @@ GL_PREFIX(EnableIndexedEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7144(%rax), %r11
+ movq 7448(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7144(%rax), %r11
+ movq 7448(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -33996,7 +35466,7 @@ GL_PREFIX(EnableIndexedEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7144(%rax), %r11
+ movq 7448(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(EnableIndexedEXT), .-GL_PREFIX(EnableIndexedEXT)
@@ -34007,7 +35477,7 @@ GL_PREFIX(EnableIndexedEXT):
GL_PREFIX(GetBooleanIndexedvEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7152(%rax), %r11
+ movq 7456(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34017,13 +35487,13 @@ GL_PREFIX(GetBooleanIndexedvEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7152(%rax), %r11
+ movq 7456(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7152(%rax), %r11
+ movq 7456(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34033,7 +35503,7 @@ GL_PREFIX(GetBooleanIndexedvEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7152(%rax), %r11
+ movq 7456(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetBooleanIndexedvEXT), .-GL_PREFIX(GetBooleanIndexedvEXT)
@@ -34044,7 +35514,7 @@ GL_PREFIX(GetBooleanIndexedvEXT):
GL_PREFIX(GetIntegerIndexedvEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7160(%rax), %r11
+ movq 7464(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34054,13 +35524,13 @@ GL_PREFIX(GetIntegerIndexedvEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7160(%rax), %r11
+ movq 7464(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7160(%rax), %r11
+ movq 7464(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34070,7 +35540,7 @@ GL_PREFIX(GetIntegerIndexedvEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7160(%rax), %r11
+ movq 7464(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetIntegerIndexedvEXT), .-GL_PREFIX(GetIntegerIndexedvEXT)
@@ -34081,7 +35551,7 @@ GL_PREFIX(GetIntegerIndexedvEXT):
GL_PREFIX(IsEnabledIndexedEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7168(%rax), %r11
+ movq 7472(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34091,13 +35561,13 @@ GL_PREFIX(IsEnabledIndexedEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7168(%rax), %r11
+ movq 7472(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7168(%rax), %r11
+ movq 7472(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34107,7 +35577,7 @@ GL_PREFIX(IsEnabledIndexedEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7168(%rax), %r11
+ movq 7472(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(IsEnabledIndexedEXT), .-GL_PREFIX(IsEnabledIndexedEXT)
@@ -34118,7 +35588,7 @@ GL_PREFIX(IsEnabledIndexedEXT):
GL_PREFIX(ClearColorIiEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7176(%rax), %r11
+ movq 7480(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34132,13 +35602,13 @@ GL_PREFIX(ClearColorIiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7176(%rax), %r11
+ movq 7480(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7176(%rax), %r11
+ movq 7480(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34152,7 +35622,7 @@ GL_PREFIX(ClearColorIiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7176(%rax), %r11
+ movq 7480(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ClearColorIiEXT), .-GL_PREFIX(ClearColorIiEXT)
@@ -34163,7 +35633,7 @@ GL_PREFIX(ClearColorIiEXT):
GL_PREFIX(ClearColorIuiEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7184(%rax), %r11
+ movq 7488(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34177,13 +35647,13 @@ GL_PREFIX(ClearColorIuiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7184(%rax), %r11
+ movq 7488(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7184(%rax), %r11
+ movq 7488(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34197,7 +35667,7 @@ GL_PREFIX(ClearColorIuiEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7184(%rax), %r11
+ movq 7488(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ClearColorIuiEXT), .-GL_PREFIX(ClearColorIuiEXT)
@@ -34208,7 +35678,7 @@ GL_PREFIX(ClearColorIuiEXT):
GL_PREFIX(GetTexParameterIivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7192(%rax), %r11
+ movq 7496(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34218,13 +35688,13 @@ GL_PREFIX(GetTexParameterIivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7192(%rax), %r11
+ movq 7496(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7192(%rax), %r11
+ movq 7496(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34234,7 +35704,7 @@ GL_PREFIX(GetTexParameterIivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7192(%rax), %r11
+ movq 7496(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetTexParameterIivEXT), .-GL_PREFIX(GetTexParameterIivEXT)
@@ -34245,7 +35715,7 @@ GL_PREFIX(GetTexParameterIivEXT):
GL_PREFIX(GetTexParameterIuivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7200(%rax), %r11
+ movq 7504(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34255,13 +35725,13 @@ GL_PREFIX(GetTexParameterIuivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7200(%rax), %r11
+ movq 7504(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7200(%rax), %r11
+ movq 7504(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34271,7 +35741,7 @@ GL_PREFIX(GetTexParameterIuivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7200(%rax), %r11
+ movq 7504(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetTexParameterIuivEXT), .-GL_PREFIX(GetTexParameterIuivEXT)
@@ -34282,7 +35752,7 @@ GL_PREFIX(GetTexParameterIuivEXT):
GL_PREFIX(TexParameterIivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7208(%rax), %r11
+ movq 7512(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34292,13 +35762,13 @@ GL_PREFIX(TexParameterIivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7208(%rax), %r11
+ movq 7512(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7208(%rax), %r11
+ movq 7512(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34308,7 +35778,7 @@ GL_PREFIX(TexParameterIivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7208(%rax), %r11
+ movq 7512(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(TexParameterIivEXT), .-GL_PREFIX(TexParameterIivEXT)
@@ -34319,7 +35789,7 @@ GL_PREFIX(TexParameterIivEXT):
GL_PREFIX(TexParameterIuivEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7216(%rax), %r11
+ movq 7520(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34329,13 +35799,13 @@ GL_PREFIX(TexParameterIuivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7216(%rax), %r11
+ movq 7520(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7216(%rax), %r11
+ movq 7520(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34345,7 +35815,7 @@ GL_PREFIX(TexParameterIuivEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7216(%rax), %r11
+ movq 7520(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(TexParameterIuivEXT), .-GL_PREFIX(TexParameterIuivEXT)
@@ -34356,7 +35826,7 @@ GL_PREFIX(TexParameterIuivEXT):
GL_PREFIX(BeginConditionalRenderNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7224(%rax), %r11
+ movq 7528(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34366,13 +35836,13 @@ GL_PREFIX(BeginConditionalRenderNV):
popq %rbp
popq %rsi
popq %rdi
- movq 7224(%rax), %r11
+ movq 7528(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7224(%rax), %r11
+ movq 7528(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34382,7 +35852,7 @@ GL_PREFIX(BeginConditionalRenderNV):
popq %rbp
popq %rsi
popq %rdi
- movq 7224(%rax), %r11
+ movq 7528(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(BeginConditionalRenderNV), .-GL_PREFIX(BeginConditionalRenderNV)
@@ -34393,25 +35863,25 @@ GL_PREFIX(BeginConditionalRenderNV):
GL_PREFIX(EndConditionalRenderNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7232(%rax), %r11
+ movq 7536(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rbp
call _x86_64_get_dispatch@PLT
popq %rbp
- movq 7232(%rax), %r11
+ movq 7536(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7232(%rax), %r11
+ movq 7536(%rax), %r11
jmp *%r11
1:
pushq %rbp
call _glapi_get_dispatch
popq %rbp
- movq 7232(%rax), %r11
+ movq 7536(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(EndConditionalRenderNV), .-GL_PREFIX(EndConditionalRenderNV)
@@ -34422,25 +35892,25 @@ GL_PREFIX(EndConditionalRenderNV):
GL_PREFIX(BeginTransformFeedbackEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7240(%rax), %r11
+ movq 7544(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 7240(%rax), %r11
+ movq 7544(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7240(%rax), %r11
+ movq 7544(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 7240(%rax), %r11
+ movq 7544(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(BeginTransformFeedbackEXT), .-GL_PREFIX(BeginTransformFeedbackEXT)
@@ -34451,7 +35921,7 @@ GL_PREFIX(BeginTransformFeedbackEXT):
GL_PREFIX(BindBufferBaseEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7248(%rax), %r11
+ movq 7552(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34461,13 +35931,13 @@ GL_PREFIX(BindBufferBaseEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7248(%rax), %r11
+ movq 7552(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7248(%rax), %r11
+ movq 7552(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34477,7 +35947,7 @@ GL_PREFIX(BindBufferBaseEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7248(%rax), %r11
+ movq 7552(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(BindBufferBaseEXT), .-GL_PREFIX(BindBufferBaseEXT)
@@ -34488,7 +35958,7 @@ GL_PREFIX(BindBufferBaseEXT):
GL_PREFIX(BindBufferOffsetEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7256(%rax), %r11
+ movq 7560(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34502,13 +35972,13 @@ GL_PREFIX(BindBufferOffsetEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7256(%rax), %r11
+ movq 7560(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7256(%rax), %r11
+ movq 7560(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34522,7 +35992,7 @@ GL_PREFIX(BindBufferOffsetEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7256(%rax), %r11
+ movq 7560(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(BindBufferOffsetEXT), .-GL_PREFIX(BindBufferOffsetEXT)
@@ -34533,7 +36003,7 @@ GL_PREFIX(BindBufferOffsetEXT):
GL_PREFIX(BindBufferRangeEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7264(%rax), %r11
+ movq 7568(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34547,13 +36017,13 @@ GL_PREFIX(BindBufferRangeEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7264(%rax), %r11
+ movq 7568(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7264(%rax), %r11
+ movq 7568(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34567,7 +36037,7 @@ GL_PREFIX(BindBufferRangeEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7264(%rax), %r11
+ movq 7568(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(BindBufferRangeEXT), .-GL_PREFIX(BindBufferRangeEXT)
@@ -34578,25 +36048,25 @@ GL_PREFIX(BindBufferRangeEXT):
GL_PREFIX(EndTransformFeedbackEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7272(%rax), %r11
+ movq 7576(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rbp
call _x86_64_get_dispatch@PLT
popq %rbp
- movq 7272(%rax), %r11
+ movq 7576(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7272(%rax), %r11
+ movq 7576(%rax), %r11
jmp *%r11
1:
pushq %rbp
call _glapi_get_dispatch
popq %rbp
- movq 7272(%rax), %r11
+ movq 7576(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(EndTransformFeedbackEXT), .-GL_PREFIX(EndTransformFeedbackEXT)
@@ -34607,7 +36077,7 @@ GL_PREFIX(EndTransformFeedbackEXT):
GL_PREFIX(GetTransformFeedbackVaryingEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7280(%rax), %r11
+ movq 7584(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34625,13 +36095,13 @@ GL_PREFIX(GetTransformFeedbackVaryingEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7280(%rax), %r11
+ movq 7584(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7280(%rax), %r11
+ movq 7584(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34649,7 +36119,7 @@ GL_PREFIX(GetTransformFeedbackVaryingEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7280(%rax), %r11
+ movq 7584(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetTransformFeedbackVaryingEXT), .-GL_PREFIX(GetTransformFeedbackVaryingEXT)
@@ -34660,7 +36130,7 @@ GL_PREFIX(GetTransformFeedbackVaryingEXT):
GL_PREFIX(TransformFeedbackVaryingsEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7288(%rax), %r11
+ movq 7592(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34674,13 +36144,13 @@ GL_PREFIX(TransformFeedbackVaryingsEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7288(%rax), %r11
+ movq 7592(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7288(%rax), %r11
+ movq 7592(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34694,7 +36164,7 @@ GL_PREFIX(TransformFeedbackVaryingsEXT):
popq %rdx
popq %rsi
popq %rdi
- movq 7288(%rax), %r11
+ movq 7592(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(TransformFeedbackVaryingsEXT), .-GL_PREFIX(TransformFeedbackVaryingsEXT)
@@ -34705,37 +36175,37 @@ GL_PREFIX(TransformFeedbackVaryingsEXT):
GL_PREFIX(ProvokingVertexEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7296(%rax), %r11
+ movq 7600(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 7296(%rax), %r11
+ movq 7600(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7296(%rax), %r11
+ movq 7600(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 7296(%rax), %r11
+ movq 7600(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ProvokingVertexEXT), .-GL_PREFIX(ProvokingVertexEXT)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_913)
- .type GL_PREFIX(_dispatch_stub_913), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_913))
-GL_PREFIX(_dispatch_stub_913):
+ .globl GL_PREFIX(_dispatch_stub_951)
+ .type GL_PREFIX(_dispatch_stub_951), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_951))
+GL_PREFIX(_dispatch_stub_951):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7304(%rax), %r11
+ movq 7608(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34745,13 +36215,13 @@ GL_PREFIX(_dispatch_stub_913):
popq %rdx
popq %rsi
popq %rdi
- movq 7304(%rax), %r11
+ movq 7608(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7304(%rax), %r11
+ movq 7608(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34761,19 +36231,19 @@ GL_PREFIX(_dispatch_stub_913):
popq %rdx
popq %rsi
popq %rdi
- movq 7304(%rax), %r11
+ movq 7608(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_913), .-GL_PREFIX(_dispatch_stub_913)
+ .size GL_PREFIX(_dispatch_stub_951), .-GL_PREFIX(_dispatch_stub_951)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_914)
- .type GL_PREFIX(_dispatch_stub_914), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_914))
-GL_PREFIX(_dispatch_stub_914):
+ .globl GL_PREFIX(_dispatch_stub_952)
+ .type GL_PREFIX(_dispatch_stub_952), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_952))
+GL_PREFIX(_dispatch_stub_952):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7312(%rax), %r11
+ movq 7616(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34783,13 +36253,13 @@ GL_PREFIX(_dispatch_stub_914):
popq %rdx
popq %rsi
popq %rdi
- movq 7312(%rax), %r11
+ movq 7616(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7312(%rax), %r11
+ movq 7616(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34799,10 +36269,10 @@ GL_PREFIX(_dispatch_stub_914):
popq %rdx
popq %rsi
popq %rdi
- movq 7312(%rax), %r11
+ movq 7616(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_914), .-GL_PREFIX(_dispatch_stub_914)
+ .size GL_PREFIX(_dispatch_stub_952), .-GL_PREFIX(_dispatch_stub_952)
.p2align 4,,15
.globl GL_PREFIX(GetObjectParameterivAPPLE)
@@ -34810,7 +36280,7 @@ GL_PREFIX(_dispatch_stub_914):
GL_PREFIX(GetObjectParameterivAPPLE):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7320(%rax), %r11
+ movq 7624(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34824,13 +36294,13 @@ GL_PREFIX(GetObjectParameterivAPPLE):
popq %rdx
popq %rsi
popq %rdi
- movq 7320(%rax), %r11
+ movq 7624(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7320(%rax), %r11
+ movq 7624(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34844,7 +36314,7 @@ GL_PREFIX(GetObjectParameterivAPPLE):
popq %rdx
popq %rsi
popq %rdi
- movq 7320(%rax), %r11
+ movq 7624(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(GetObjectParameterivAPPLE), .-GL_PREFIX(GetObjectParameterivAPPLE)
@@ -34855,7 +36325,7 @@ GL_PREFIX(GetObjectParameterivAPPLE):
GL_PREFIX(ObjectPurgeableAPPLE):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7328(%rax), %r11
+ movq 7632(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34865,13 +36335,13 @@ GL_PREFIX(ObjectPurgeableAPPLE):
popq %rdx
popq %rsi
popq %rdi
- movq 7328(%rax), %r11
+ movq 7632(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7328(%rax), %r11
+ movq 7632(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34881,7 +36351,7 @@ GL_PREFIX(ObjectPurgeableAPPLE):
popq %rdx
popq %rsi
popq %rdi
- movq 7328(%rax), %r11
+ movq 7632(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ObjectPurgeableAPPLE), .-GL_PREFIX(ObjectPurgeableAPPLE)
@@ -34892,7 +36362,7 @@ GL_PREFIX(ObjectPurgeableAPPLE):
GL_PREFIX(ObjectUnpurgeableAPPLE):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7336(%rax), %r11
+ movq 7640(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34902,13 +36372,13 @@ GL_PREFIX(ObjectUnpurgeableAPPLE):
popq %rdx
popq %rsi
popq %rdi
- movq 7336(%rax), %r11
+ movq 7640(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7336(%rax), %r11
+ movq 7640(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34918,7 +36388,7 @@ GL_PREFIX(ObjectUnpurgeableAPPLE):
popq %rdx
popq %rsi
popq %rdi
- movq 7336(%rax), %r11
+ movq 7640(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ObjectUnpurgeableAPPLE), .-GL_PREFIX(ObjectUnpurgeableAPPLE)
@@ -34929,25 +36399,25 @@ GL_PREFIX(ObjectUnpurgeableAPPLE):
GL_PREFIX(ActiveProgramEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7344(%rax), %r11
+ movq 7648(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
call _x86_64_get_dispatch@PLT
popq %rdi
- movq 7344(%rax), %r11
+ movq 7648(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7344(%rax), %r11
+ movq 7648(%rax), %r11
jmp *%r11
1:
pushq %rdi
call _glapi_get_dispatch
popq %rdi
- movq 7344(%rax), %r11
+ movq 7648(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(ActiveProgramEXT), .-GL_PREFIX(ActiveProgramEXT)
@@ -34958,7 +36428,7 @@ GL_PREFIX(ActiveProgramEXT):
GL_PREFIX(CreateShaderProgramEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7352(%rax), %r11
+ movq 7656(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -34968,13 +36438,13 @@ GL_PREFIX(CreateShaderProgramEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7352(%rax), %r11
+ movq 7656(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7352(%rax), %r11
+ movq 7656(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -34984,7 +36454,7 @@ GL_PREFIX(CreateShaderProgramEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7352(%rax), %r11
+ movq 7656(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(CreateShaderProgramEXT), .-GL_PREFIX(CreateShaderProgramEXT)
@@ -34995,7 +36465,7 @@ GL_PREFIX(CreateShaderProgramEXT):
GL_PREFIX(UseShaderProgramEXT):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7360(%rax), %r11
+ movq 7664(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -35005,13 +36475,13 @@ GL_PREFIX(UseShaderProgramEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7360(%rax), %r11
+ movq 7664(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7360(%rax), %r11
+ movq 7664(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -35021,7 +36491,7 @@ GL_PREFIX(UseShaderProgramEXT):
popq %rbp
popq %rsi
popq %rdi
- movq 7360(%rax), %r11
+ movq 7664(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(UseShaderProgramEXT), .-GL_PREFIX(UseShaderProgramEXT)
@@ -35032,37 +36502,37 @@ GL_PREFIX(UseShaderProgramEXT):
GL_PREFIX(TextureBarrierNV):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7368(%rax), %r11
+ movq 7672(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rbp
call _x86_64_get_dispatch@PLT
popq %rbp
- movq 7368(%rax), %r11
+ movq 7672(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7368(%rax), %r11
+ movq 7672(%rax), %r11
jmp *%r11
1:
pushq %rbp
call _glapi_get_dispatch
popq %rbp
- movq 7368(%rax), %r11
+ movq 7672(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(TextureBarrierNV), .-GL_PREFIX(TextureBarrierNV)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_922)
- .type GL_PREFIX(_dispatch_stub_922), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_922))
-GL_PREFIX(_dispatch_stub_922):
+ .globl GL_PREFIX(_dispatch_stub_960)
+ .type GL_PREFIX(_dispatch_stub_960), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_960))
+GL_PREFIX(_dispatch_stub_960):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7376(%rax), %r11
+ movq 7680(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -35076,13 +36546,13 @@ GL_PREFIX(_dispatch_stub_922):
popq %rdx
popq %rsi
popq %rdi
- movq 7376(%rax), %r11
+ movq 7680(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7376(%rax), %r11
+ movq 7680(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -35096,19 +36566,19 @@ GL_PREFIX(_dispatch_stub_922):
popq %rdx
popq %rsi
popq %rdi
- movq 7376(%rax), %r11
+ movq 7680(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_922), .-GL_PREFIX(_dispatch_stub_922)
+ .size GL_PREFIX(_dispatch_stub_960), .-GL_PREFIX(_dispatch_stub_960)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_923)
- .type GL_PREFIX(_dispatch_stub_923), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_923))
-GL_PREFIX(_dispatch_stub_923):
+ .globl GL_PREFIX(_dispatch_stub_961)
+ .type GL_PREFIX(_dispatch_stub_961), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_961))
+GL_PREFIX(_dispatch_stub_961):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7384(%rax), %r11
+ movq 7688(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -35122,13 +36592,13 @@ GL_PREFIX(_dispatch_stub_923):
popq %rdx
popq %rsi
popq %rdi
- movq 7384(%rax), %r11
+ movq 7688(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7384(%rax), %r11
+ movq 7688(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -35142,19 +36612,19 @@ GL_PREFIX(_dispatch_stub_923):
popq %rdx
popq %rsi
popq %rdi
- movq 7384(%rax), %r11
+ movq 7688(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_923), .-GL_PREFIX(_dispatch_stub_923)
+ .size GL_PREFIX(_dispatch_stub_961), .-GL_PREFIX(_dispatch_stub_961)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_924)
- .type GL_PREFIX(_dispatch_stub_924), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_924))
-GL_PREFIX(_dispatch_stub_924):
+ .globl GL_PREFIX(_dispatch_stub_962)
+ .type GL_PREFIX(_dispatch_stub_962), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_962))
+GL_PREFIX(_dispatch_stub_962):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7392(%rax), %r11
+ movq 7696(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -35168,13 +36638,13 @@ GL_PREFIX(_dispatch_stub_924):
popq %rdx
popq %rsi
popq %rdi
- movq 7392(%rax), %r11
+ movq 7696(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7392(%rax), %r11
+ movq 7696(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -35188,19 +36658,19 @@ GL_PREFIX(_dispatch_stub_924):
popq %rdx
popq %rsi
popq %rdi
- movq 7392(%rax), %r11
+ movq 7696(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_924), .-GL_PREFIX(_dispatch_stub_924)
+ .size GL_PREFIX(_dispatch_stub_962), .-GL_PREFIX(_dispatch_stub_962)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_925)
- .type GL_PREFIX(_dispatch_stub_925), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_925))
-GL_PREFIX(_dispatch_stub_925):
+ .globl GL_PREFIX(_dispatch_stub_963)
+ .type GL_PREFIX(_dispatch_stub_963), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_963))
+GL_PREFIX(_dispatch_stub_963):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7400(%rax), %r11
+ movq 7704(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -35210,13 +36680,13 @@ GL_PREFIX(_dispatch_stub_925):
popq %rdx
popq %rsi
popq %rdi
- movq 7400(%rax), %r11
+ movq 7704(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7400(%rax), %r11
+ movq 7704(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -35226,19 +36696,19 @@ GL_PREFIX(_dispatch_stub_925):
popq %rdx
popq %rsi
popq %rdi
- movq 7400(%rax), %r11
+ movq 7704(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_925), .-GL_PREFIX(_dispatch_stub_925)
+ .size GL_PREFIX(_dispatch_stub_963), .-GL_PREFIX(_dispatch_stub_963)
.p2align 4,,15
- .globl GL_PREFIX(_dispatch_stub_926)
- .type GL_PREFIX(_dispatch_stub_926), @function
- HIDDEN(GL_PREFIX(_dispatch_stub_926))
-GL_PREFIX(_dispatch_stub_926):
+ .globl GL_PREFIX(_dispatch_stub_964)
+ .type GL_PREFIX(_dispatch_stub_964), @function
+ HIDDEN(GL_PREFIX(_dispatch_stub_964))
+GL_PREFIX(_dispatch_stub_964):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7408(%rax), %r11
+ movq 7712(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -35248,13 +36718,13 @@ GL_PREFIX(_dispatch_stub_926):
popq %rdx
popq %rsi
popq %rdi
- movq 7408(%rax), %r11
+ movq 7712(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7408(%rax), %r11
+ movq 7712(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -35264,10 +36734,10 @@ GL_PREFIX(_dispatch_stub_926):
popq %rdx
popq %rsi
popq %rdi
- movq 7408(%rax), %r11
+ movq 7712(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
- .size GL_PREFIX(_dispatch_stub_926), .-GL_PREFIX(_dispatch_stub_926)
+ .size GL_PREFIX(_dispatch_stub_964), .-GL_PREFIX(_dispatch_stub_964)
.p2align 4,,15
.globl GL_PREFIX(EGLImageTargetRenderbufferStorageOES)
@@ -35275,7 +36745,7 @@ GL_PREFIX(_dispatch_stub_926):
GL_PREFIX(EGLImageTargetRenderbufferStorageOES):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7416(%rax), %r11
+ movq 7720(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -35285,13 +36755,13 @@ GL_PREFIX(EGLImageTargetRenderbufferStorageOES):
popq %rbp
popq %rsi
popq %rdi
- movq 7416(%rax), %r11
+ movq 7720(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7416(%rax), %r11
+ movq 7720(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -35301,7 +36771,7 @@ GL_PREFIX(EGLImageTargetRenderbufferStorageOES):
popq %rbp
popq %rsi
popq %rdi
- movq 7416(%rax), %r11
+ movq 7720(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(EGLImageTargetRenderbufferStorageOES), .-GL_PREFIX(EGLImageTargetRenderbufferStorageOES)
@@ -35312,7 +36782,7 @@ GL_PREFIX(EGLImageTargetRenderbufferStorageOES):
GL_PREFIX(EGLImageTargetTexture2DOES):
#if defined(GLX_USE_TLS)
call _x86_64_get_dispatch@PLT
- movq 7424(%rax), %r11
+ movq 7728(%rax), %r11
jmp *%r11
#elif defined(PTHREADS)
pushq %rdi
@@ -35322,13 +36792,13 @@ GL_PREFIX(EGLImageTargetTexture2DOES):
popq %rbp
popq %rsi
popq %rdi
- movq 7424(%rax), %r11
+ movq 7728(%rax), %r11
jmp *%r11
#else
movq _glapi_Dispatch(%rip), %rax
testq %rax, %rax
je 1f
- movq 7424(%rax), %r11
+ movq 7728(%rax), %r11
jmp *%r11
1:
pushq %rdi
@@ -35338,7 +36808,7 @@ GL_PREFIX(EGLImageTargetTexture2DOES):
popq %rbp
popq %rsi
popq %rdi
- movq 7424(%rax), %r11
+ movq 7728(%rax), %r11
jmp *%r11
#endif /* defined(GLX_USE_TLS) */
.size GL_PREFIX(EGLImageTargetTexture2DOES), .-GL_PREFIX(EGLImageTargetTexture2DOES)
@@ -35605,10 +37075,10 @@ GL_PREFIX(EGLImageTargetTexture2DOES):
.globl GL_PREFIX(IsProgramARB) ; .set GL_PREFIX(IsProgramARB), GL_PREFIX(IsProgramNV)
.globl GL_PREFIX(PointParameteri) ; .set GL_PREFIX(PointParameteri), GL_PREFIX(PointParameteriNV)
.globl GL_PREFIX(PointParameteriv) ; .set GL_PREFIX(PointParameteriv), GL_PREFIX(PointParameterivNV)
- .globl GL_PREFIX(DeleteVertexArrays) ; .set GL_PREFIX(DeleteVertexArrays), GL_PREFIX(_dispatch_stub_823)
- .globl GL_PREFIX(IsVertexArray) ; .set GL_PREFIX(IsVertexArray), GL_PREFIX(_dispatch_stub_825)
+ .globl GL_PREFIX(DeleteVertexArrays) ; .set GL_PREFIX(DeleteVertexArrays), GL_PREFIX(_dispatch_stub_861)
+ .globl GL_PREFIX(IsVertexArray) ; .set GL_PREFIX(IsVertexArray), GL_PREFIX(_dispatch_stub_863)
.globl GL_PREFIX(PrimitiveRestartIndex) ; .set GL_PREFIX(PrimitiveRestartIndex), GL_PREFIX(PrimitiveRestartIndexNV)
- .globl GL_PREFIX(BlendEquationSeparate) ; .set GL_PREFIX(BlendEquationSeparate), GL_PREFIX(_dispatch_stub_835)
+ .globl GL_PREFIX(BlendEquationSeparate) ; .set GL_PREFIX(BlendEquationSeparate), GL_PREFIX(_dispatch_stub_873)
.globl GL_PREFIX(BindFramebuffer) ; .set GL_PREFIX(BindFramebuffer), GL_PREFIX(BindFramebufferEXT)
.globl GL_PREFIX(BindRenderbuffer) ; .set GL_PREFIX(BindRenderbuffer), GL_PREFIX(BindRenderbufferEXT)
.globl GL_PREFIX(CheckFramebufferStatus) ; .set GL_PREFIX(CheckFramebufferStatus), GL_PREFIX(CheckFramebufferStatusEXT)
@@ -35626,7 +37096,7 @@ GL_PREFIX(EGLImageTargetTexture2DOES):
.globl GL_PREFIX(IsFramebuffer) ; .set GL_PREFIX(IsFramebuffer), GL_PREFIX(IsFramebufferEXT)
.globl GL_PREFIX(IsRenderbuffer) ; .set GL_PREFIX(IsRenderbuffer), GL_PREFIX(IsRenderbufferEXT)
.globl GL_PREFIX(RenderbufferStorage) ; .set GL_PREFIX(RenderbufferStorage), GL_PREFIX(RenderbufferStorageEXT)
- .globl GL_PREFIX(BlitFramebuffer) ; .set GL_PREFIX(BlitFramebuffer), GL_PREFIX(_dispatch_stub_853)
+ .globl GL_PREFIX(BlitFramebuffer) ; .set GL_PREFIX(BlitFramebuffer), GL_PREFIX(_dispatch_stub_891)
.globl GL_PREFIX(BindFragDataLocation) ; .set GL_PREFIX(BindFragDataLocation), GL_PREFIX(BindFragDataLocationEXT)
.globl GL_PREFIX(GetFragDataLocation) ; .set GL_PREFIX(GetFragDataLocation), GL_PREFIX(GetFragDataLocationEXT)
.globl GL_PREFIX(GetUniformuiv) ; .set GL_PREFIX(GetUniformuiv), GL_PREFIX(GetUniformuivEXT)
diff --git a/src/mapi/glapi/glapi_x86.S b/src/mapi/glapi/glapi_x86.S
index 81859d07cba..220e7092aff 100644
--- a/src/mapi/glapi/glapi_x86.S
+++ b/src/mapi/glapi/glapi_x86.S
@@ -765,355 +765,393 @@ GLNAME(gl_dispatch_functions_start):
GL_STUB(SamplerParameterfv, 612, SamplerParameterfv@12)
GL_STUB(SamplerParameteri, 613, SamplerParameteri@12)
GL_STUB(SamplerParameteriv, 614, SamplerParameteriv@12)
- GL_STUB(BindTransformFeedback, 615, BindTransformFeedback@8)
- GL_STUB(DeleteTransformFeedbacks, 616, DeleteTransformFeedbacks@8)
- GL_STUB(DrawTransformFeedback, 617, DrawTransformFeedback@8)
- GL_STUB(GenTransformFeedbacks, 618, GenTransformFeedbacks@8)
- GL_STUB(IsTransformFeedback, 619, IsTransformFeedback@4)
- GL_STUB(PauseTransformFeedback, 620, PauseTransformFeedback@0)
- GL_STUB(ResumeTransformFeedback, 621, ResumeTransformFeedback@0)
- GL_STUB(ClearDepthf, 622, ClearDepthf@4)
- GL_STUB(DepthRangef, 623, DepthRangef@8)
- GL_STUB(GetShaderPrecisionFormat, 624, GetShaderPrecisionFormat@16)
- GL_STUB(ReleaseShaderCompiler, 625, ReleaseShaderCompiler@0)
- GL_STUB(ShaderBinary, 626, ShaderBinary@20)
- GL_STUB(GetGraphicsResetStatusARB, 627, GetGraphicsResetStatusARB@0)
- GL_STUB(GetnColorTableARB, 628, GetnColorTableARB@20)
- GL_STUB(GetnCompressedTexImageARB, 629, GetnCompressedTexImageARB@16)
- GL_STUB(GetnConvolutionFilterARB, 630, GetnConvolutionFilterARB@20)
- GL_STUB(GetnHistogramARB, 631, GetnHistogramARB@24)
- GL_STUB(GetnMapdvARB, 632, GetnMapdvARB@16)
- GL_STUB(GetnMapfvARB, 633, GetnMapfvARB@16)
- GL_STUB(GetnMapivARB, 634, GetnMapivARB@16)
- GL_STUB(GetnMinmaxARB, 635, GetnMinmaxARB@24)
- GL_STUB(GetnPixelMapfvARB, 636, GetnPixelMapfvARB@12)
- GL_STUB(GetnPixelMapuivARB, 637, GetnPixelMapuivARB@12)
- GL_STUB(GetnPixelMapusvARB, 638, GetnPixelMapusvARB@12)
- GL_STUB(GetnPolygonStippleARB, 639, GetnPolygonStippleARB@8)
- GL_STUB(GetnSeparableFilterARB, 640, GetnSeparableFilterARB@32)
- GL_STUB(GetnTexImageARB, 641, GetnTexImageARB@24)
- GL_STUB(GetnUniformdvARB, 642, GetnUniformdvARB@16)
- GL_STUB(GetnUniformfvARB, 643, GetnUniformfvARB@16)
- GL_STUB(GetnUniformivARB, 644, GetnUniformivARB@16)
- GL_STUB(GetnUniformuivARB, 645, GetnUniformuivARB@16)
- GL_STUB(ReadnPixelsARB, 646, ReadnPixelsARB@32)
- GL_STUB(PolygonOffsetEXT, 647, PolygonOffsetEXT@8)
- GL_STUB(_dispatch_stub_648, 648, _dispatch_stub_648@8)
- HIDDEN(GL_PREFIX(_dispatch_stub_648, _dispatch_stub_648@8))
- GL_STUB(_dispatch_stub_649, 649, _dispatch_stub_649@8)
- HIDDEN(GL_PREFIX(_dispatch_stub_649, _dispatch_stub_649@8))
- GL_STUB(_dispatch_stub_650, 650, _dispatch_stub_650@8)
- HIDDEN(GL_PREFIX(_dispatch_stub_650, _dispatch_stub_650@8))
- GL_STUB(_dispatch_stub_651, 651, _dispatch_stub_651@8)
- HIDDEN(GL_PREFIX(_dispatch_stub_651, _dispatch_stub_651@8))
- GL_STUB(_dispatch_stub_652, 652, _dispatch_stub_652@8)
- HIDDEN(GL_PREFIX(_dispatch_stub_652, _dispatch_stub_652@8))
- GL_STUB(_dispatch_stub_653, 653, _dispatch_stub_653@8)
- HIDDEN(GL_PREFIX(_dispatch_stub_653, _dispatch_stub_653@8))
- GL_STUB(_dispatch_stub_654, 654, _dispatch_stub_654@8)
- HIDDEN(GL_PREFIX(_dispatch_stub_654, _dispatch_stub_654@8))
- GL_STUB(_dispatch_stub_655, 655, _dispatch_stub_655@4)
- HIDDEN(GL_PREFIX(_dispatch_stub_655, _dispatch_stub_655@4))
- GL_STUB(ColorPointerEXT, 656, ColorPointerEXT@20)
- GL_STUB(EdgeFlagPointerEXT, 657, EdgeFlagPointerEXT@12)
- GL_STUB(IndexPointerEXT, 658, IndexPointerEXT@16)
- GL_STUB(NormalPointerEXT, 659, NormalPointerEXT@16)
- GL_STUB(TexCoordPointerEXT, 660, TexCoordPointerEXT@20)
- GL_STUB(VertexPointerEXT, 661, VertexPointerEXT@20)
- GL_STUB(PointParameterfEXT, 662, PointParameterfEXT@8)
- GL_STUB(PointParameterfvEXT, 663, PointParameterfvEXT@8)
- GL_STUB(LockArraysEXT, 664, LockArraysEXT@8)
- GL_STUB(UnlockArraysEXT, 665, UnlockArraysEXT@0)
- GL_STUB(SecondaryColor3bEXT, 666, SecondaryColor3bEXT@12)
- GL_STUB(SecondaryColor3bvEXT, 667, SecondaryColor3bvEXT@4)
- GL_STUB(SecondaryColor3dEXT, 668, SecondaryColor3dEXT@24)
- GL_STUB(SecondaryColor3dvEXT, 669, SecondaryColor3dvEXT@4)
- GL_STUB(SecondaryColor3fEXT, 670, SecondaryColor3fEXT@12)
- GL_STUB(SecondaryColor3fvEXT, 671, SecondaryColor3fvEXT@4)
- GL_STUB(SecondaryColor3iEXT, 672, SecondaryColor3iEXT@12)
- GL_STUB(SecondaryColor3ivEXT, 673, SecondaryColor3ivEXT@4)
- GL_STUB(SecondaryColor3sEXT, 674, SecondaryColor3sEXT@12)
- GL_STUB(SecondaryColor3svEXT, 675, SecondaryColor3svEXT@4)
- GL_STUB(SecondaryColor3ubEXT, 676, SecondaryColor3ubEXT@12)
- GL_STUB(SecondaryColor3ubvEXT, 677, SecondaryColor3ubvEXT@4)
- GL_STUB(SecondaryColor3uiEXT, 678, SecondaryColor3uiEXT@12)
- GL_STUB(SecondaryColor3uivEXT, 679, SecondaryColor3uivEXT@4)
- GL_STUB(SecondaryColor3usEXT, 680, SecondaryColor3usEXT@12)
- GL_STUB(SecondaryColor3usvEXT, 681, SecondaryColor3usvEXT@4)
- GL_STUB(SecondaryColorPointerEXT, 682, SecondaryColorPointerEXT@16)
- GL_STUB(MultiDrawArraysEXT, 683, MultiDrawArraysEXT@16)
- GL_STUB(MultiDrawElementsEXT, 684, MultiDrawElementsEXT@20)
- GL_STUB(FogCoordPointerEXT, 685, FogCoordPointerEXT@12)
- GL_STUB(FogCoorddEXT, 686, FogCoorddEXT@8)
- GL_STUB(FogCoorddvEXT, 687, FogCoorddvEXT@4)
- GL_STUB(FogCoordfEXT, 688, FogCoordfEXT@4)
- GL_STUB(FogCoordfvEXT, 689, FogCoordfvEXT@4)
- GL_STUB(_dispatch_stub_690, 690, _dispatch_stub_690@4)
- HIDDEN(GL_PREFIX(_dispatch_stub_690, _dispatch_stub_690@4))
- GL_STUB(BlendFuncSeparateEXT, 691, BlendFuncSeparateEXT@16)
- GL_STUB(FlushVertexArrayRangeNV, 692, FlushVertexArrayRangeNV@0)
- GL_STUB(VertexArrayRangeNV, 693, VertexArrayRangeNV@8)
- GL_STUB(CombinerInputNV, 694, CombinerInputNV@24)
- GL_STUB(CombinerOutputNV, 695, CombinerOutputNV@40)
- GL_STUB(CombinerParameterfNV, 696, CombinerParameterfNV@8)
- GL_STUB(CombinerParameterfvNV, 697, CombinerParameterfvNV@8)
- GL_STUB(CombinerParameteriNV, 698, CombinerParameteriNV@8)
- GL_STUB(CombinerParameterivNV, 699, CombinerParameterivNV@8)
- GL_STUB(FinalCombinerInputNV, 700, FinalCombinerInputNV@16)
- GL_STUB(GetCombinerInputParameterfvNV, 701, GetCombinerInputParameterfvNV@20)
- GL_STUB(GetCombinerInputParameterivNV, 702, GetCombinerInputParameterivNV@20)
- GL_STUB(GetCombinerOutputParameterfvNV, 703, GetCombinerOutputParameterfvNV@16)
- GL_STUB(GetCombinerOutputParameterivNV, 704, GetCombinerOutputParameterivNV@16)
- GL_STUB(GetFinalCombinerInputParameterfvNV, 705, GetFinalCombinerInputParameterfvNV@12)
- GL_STUB(GetFinalCombinerInputParameterivNV, 706, GetFinalCombinerInputParameterivNV@12)
- GL_STUB(ResizeBuffersMESA, 707, ResizeBuffersMESA@0)
- GL_STUB(WindowPos2dMESA, 708, WindowPos2dMESA@16)
- GL_STUB(WindowPos2dvMESA, 709, WindowPos2dvMESA@4)
- GL_STUB(WindowPos2fMESA, 710, WindowPos2fMESA@8)
- GL_STUB(WindowPos2fvMESA, 711, WindowPos2fvMESA@4)
- GL_STUB(WindowPos2iMESA, 712, WindowPos2iMESA@8)
- GL_STUB(WindowPos2ivMESA, 713, WindowPos2ivMESA@4)
- GL_STUB(WindowPos2sMESA, 714, WindowPos2sMESA@8)
- GL_STUB(WindowPos2svMESA, 715, WindowPos2svMESA@4)
- GL_STUB(WindowPos3dMESA, 716, WindowPos3dMESA@24)
- GL_STUB(WindowPos3dvMESA, 717, WindowPos3dvMESA@4)
- GL_STUB(WindowPos3fMESA, 718, WindowPos3fMESA@12)
- GL_STUB(WindowPos3fvMESA, 719, WindowPos3fvMESA@4)
- GL_STUB(WindowPos3iMESA, 720, WindowPos3iMESA@12)
- GL_STUB(WindowPos3ivMESA, 721, WindowPos3ivMESA@4)
- GL_STUB(WindowPos3sMESA, 722, WindowPos3sMESA@12)
- GL_STUB(WindowPos3svMESA, 723, WindowPos3svMESA@4)
- GL_STUB(WindowPos4dMESA, 724, WindowPos4dMESA@32)
- GL_STUB(WindowPos4dvMESA, 725, WindowPos4dvMESA@4)
- GL_STUB(WindowPos4fMESA, 726, WindowPos4fMESA@16)
- GL_STUB(WindowPos4fvMESA, 727, WindowPos4fvMESA@4)
- GL_STUB(WindowPos4iMESA, 728, WindowPos4iMESA@16)
- GL_STUB(WindowPos4ivMESA, 729, WindowPos4ivMESA@4)
- GL_STUB(WindowPos4sMESA, 730, WindowPos4sMESA@16)
- GL_STUB(WindowPos4svMESA, 731, WindowPos4svMESA@4)
- GL_STUB(_dispatch_stub_732, 732, _dispatch_stub_732@20)
- HIDDEN(GL_PREFIX(_dispatch_stub_732, _dispatch_stub_732@20))
- GL_STUB(_dispatch_stub_733, 733, _dispatch_stub_733@24)
- HIDDEN(GL_PREFIX(_dispatch_stub_733, _dispatch_stub_733@24))
- GL_STUB(_dispatch_stub_734, 734, _dispatch_stub_734@8)
- HIDDEN(GL_PREFIX(_dispatch_stub_734, _dispatch_stub_734@8))
- GL_STUB(_dispatch_stub_735, 735, _dispatch_stub_735@4)
- HIDDEN(GL_PREFIX(_dispatch_stub_735, _dispatch_stub_735@4))
- GL_STUB(_dispatch_stub_736, 736, _dispatch_stub_736@8)
- HIDDEN(GL_PREFIX(_dispatch_stub_736, _dispatch_stub_736@8))
- GL_STUB(_dispatch_stub_737, 737, _dispatch_stub_737@12)
- HIDDEN(GL_PREFIX(_dispatch_stub_737, _dispatch_stub_737@12))
- GL_STUB(_dispatch_stub_738, 738, _dispatch_stub_738@4)
- HIDDEN(GL_PREFIX(_dispatch_stub_738, _dispatch_stub_738@4))
- GL_STUB(_dispatch_stub_739, 739, _dispatch_stub_739@8)
- HIDDEN(GL_PREFIX(_dispatch_stub_739, _dispatch_stub_739@8))
- GL_STUB(_dispatch_stub_740, 740, _dispatch_stub_740@4)
- HIDDEN(GL_PREFIX(_dispatch_stub_740, _dispatch_stub_740@4))
- GL_STUB(AreProgramsResidentNV, 741, AreProgramsResidentNV@12)
- GL_STUB(BindProgramNV, 742, BindProgramNV@8)
- GL_STUB(DeleteProgramsNV, 743, DeleteProgramsNV@8)
- GL_STUB(ExecuteProgramNV, 744, ExecuteProgramNV@12)
- GL_STUB(GenProgramsNV, 745, GenProgramsNV@8)
- GL_STUB(GetProgramParameterdvNV, 746, GetProgramParameterdvNV@16)
- GL_STUB(GetProgramParameterfvNV, 747, GetProgramParameterfvNV@16)
- GL_STUB(GetProgramStringNV, 748, GetProgramStringNV@12)
- GL_STUB(GetProgramivNV, 749, GetProgramivNV@12)
- GL_STUB(GetTrackMatrixivNV, 750, GetTrackMatrixivNV@16)
- GL_STUB(GetVertexAttribPointervNV, 751, GetVertexAttribPointervNV@12)
- GL_STUB(GetVertexAttribdvNV, 752, GetVertexAttribdvNV@12)
- GL_STUB(GetVertexAttribfvNV, 753, GetVertexAttribfvNV@12)
- GL_STUB(GetVertexAttribivNV, 754, GetVertexAttribivNV@12)
- GL_STUB(IsProgramNV, 755, IsProgramNV@4)
- GL_STUB(LoadProgramNV, 756, LoadProgramNV@16)
- GL_STUB(ProgramParameters4dvNV, 757, ProgramParameters4dvNV@16)
- GL_STUB(ProgramParameters4fvNV, 758, ProgramParameters4fvNV@16)
- GL_STUB(RequestResidentProgramsNV, 759, RequestResidentProgramsNV@8)
- GL_STUB(TrackMatrixNV, 760, TrackMatrixNV@16)
- GL_STUB(VertexAttrib1dNV, 761, VertexAttrib1dNV@12)
- GL_STUB(VertexAttrib1dvNV, 762, VertexAttrib1dvNV@8)
- GL_STUB(VertexAttrib1fNV, 763, VertexAttrib1fNV@8)
- GL_STUB(VertexAttrib1fvNV, 764, VertexAttrib1fvNV@8)
- GL_STUB(VertexAttrib1sNV, 765, VertexAttrib1sNV@8)
- GL_STUB(VertexAttrib1svNV, 766, VertexAttrib1svNV@8)
- GL_STUB(VertexAttrib2dNV, 767, VertexAttrib2dNV@20)
- GL_STUB(VertexAttrib2dvNV, 768, VertexAttrib2dvNV@8)
- GL_STUB(VertexAttrib2fNV, 769, VertexAttrib2fNV@12)
- GL_STUB(VertexAttrib2fvNV, 770, VertexAttrib2fvNV@8)
- GL_STUB(VertexAttrib2sNV, 771, VertexAttrib2sNV@12)
- GL_STUB(VertexAttrib2svNV, 772, VertexAttrib2svNV@8)
- GL_STUB(VertexAttrib3dNV, 773, VertexAttrib3dNV@28)
- GL_STUB(VertexAttrib3dvNV, 774, VertexAttrib3dvNV@8)
- GL_STUB(VertexAttrib3fNV, 775, VertexAttrib3fNV@16)
- GL_STUB(VertexAttrib3fvNV, 776, VertexAttrib3fvNV@8)
- GL_STUB(VertexAttrib3sNV, 777, VertexAttrib3sNV@16)
- GL_STUB(VertexAttrib3svNV, 778, VertexAttrib3svNV@8)
- GL_STUB(VertexAttrib4dNV, 779, VertexAttrib4dNV@36)
- GL_STUB(VertexAttrib4dvNV, 780, VertexAttrib4dvNV@8)
- GL_STUB(VertexAttrib4fNV, 781, VertexAttrib4fNV@20)
- GL_STUB(VertexAttrib4fvNV, 782, VertexAttrib4fvNV@8)
- GL_STUB(VertexAttrib4sNV, 783, VertexAttrib4sNV@20)
- GL_STUB(VertexAttrib4svNV, 784, VertexAttrib4svNV@8)
- GL_STUB(VertexAttrib4ubNV, 785, VertexAttrib4ubNV@20)
- GL_STUB(VertexAttrib4ubvNV, 786, VertexAttrib4ubvNV@8)
- GL_STUB(VertexAttribPointerNV, 787, VertexAttribPointerNV@20)
- GL_STUB(VertexAttribs1dvNV, 788, VertexAttribs1dvNV@12)
- GL_STUB(VertexAttribs1fvNV, 789, VertexAttribs1fvNV@12)
- GL_STUB(VertexAttribs1svNV, 790, VertexAttribs1svNV@12)
- GL_STUB(VertexAttribs2dvNV, 791, VertexAttribs2dvNV@12)
- GL_STUB(VertexAttribs2fvNV, 792, VertexAttribs2fvNV@12)
- GL_STUB(VertexAttribs2svNV, 793, VertexAttribs2svNV@12)
- GL_STUB(VertexAttribs3dvNV, 794, VertexAttribs3dvNV@12)
- GL_STUB(VertexAttribs3fvNV, 795, VertexAttribs3fvNV@12)
- GL_STUB(VertexAttribs3svNV, 796, VertexAttribs3svNV@12)
- GL_STUB(VertexAttribs4dvNV, 797, VertexAttribs4dvNV@12)
- GL_STUB(VertexAttribs4fvNV, 798, VertexAttribs4fvNV@12)
- GL_STUB(VertexAttribs4svNV, 799, VertexAttribs4svNV@12)
- GL_STUB(VertexAttribs4ubvNV, 800, VertexAttribs4ubvNV@12)
- GL_STUB(GetTexBumpParameterfvATI, 801, GetTexBumpParameterfvATI@8)
- GL_STUB(GetTexBumpParameterivATI, 802, GetTexBumpParameterivATI@8)
- GL_STUB(TexBumpParameterfvATI, 803, TexBumpParameterfvATI@8)
- GL_STUB(TexBumpParameterivATI, 804, TexBumpParameterivATI@8)
- GL_STUB(AlphaFragmentOp1ATI, 805, AlphaFragmentOp1ATI@24)
- GL_STUB(AlphaFragmentOp2ATI, 806, AlphaFragmentOp2ATI@36)
- GL_STUB(AlphaFragmentOp3ATI, 807, AlphaFragmentOp3ATI@48)
- GL_STUB(BeginFragmentShaderATI, 808, BeginFragmentShaderATI@0)
- GL_STUB(BindFragmentShaderATI, 809, BindFragmentShaderATI@4)
- GL_STUB(ColorFragmentOp1ATI, 810, ColorFragmentOp1ATI@28)
- GL_STUB(ColorFragmentOp2ATI, 811, ColorFragmentOp2ATI@40)
- GL_STUB(ColorFragmentOp3ATI, 812, ColorFragmentOp3ATI@52)
- GL_STUB(DeleteFragmentShaderATI, 813, DeleteFragmentShaderATI@4)
- GL_STUB(EndFragmentShaderATI, 814, EndFragmentShaderATI@0)
- GL_STUB(GenFragmentShadersATI, 815, GenFragmentShadersATI@4)
- GL_STUB(PassTexCoordATI, 816, PassTexCoordATI@12)
- GL_STUB(SampleMapATI, 817, SampleMapATI@12)
- GL_STUB(SetFragmentShaderConstantATI, 818, SetFragmentShaderConstantATI@8)
- GL_STUB(PointParameteriNV, 819, PointParameteriNV@8)
- GL_STUB(PointParameterivNV, 820, PointParameterivNV@8)
- GL_STUB(_dispatch_stub_821, 821, _dispatch_stub_821@4)
- HIDDEN(GL_PREFIX(_dispatch_stub_821, _dispatch_stub_821@4))
- GL_STUB(_dispatch_stub_822, 822, _dispatch_stub_822@4)
- HIDDEN(GL_PREFIX(_dispatch_stub_822, _dispatch_stub_822@4))
- GL_STUB(_dispatch_stub_823, 823, _dispatch_stub_823@8)
- HIDDEN(GL_PREFIX(_dispatch_stub_823, _dispatch_stub_823@8))
- GL_STUB(_dispatch_stub_824, 824, _dispatch_stub_824@8)
- HIDDEN(GL_PREFIX(_dispatch_stub_824, _dispatch_stub_824@8))
- GL_STUB(_dispatch_stub_825, 825, _dispatch_stub_825@4)
- HIDDEN(GL_PREFIX(_dispatch_stub_825, _dispatch_stub_825@4))
- GL_STUB(GetProgramNamedParameterdvNV, 826, GetProgramNamedParameterdvNV@16)
- GL_STUB(GetProgramNamedParameterfvNV, 827, GetProgramNamedParameterfvNV@16)
- GL_STUB(ProgramNamedParameter4dNV, 828, ProgramNamedParameter4dNV@44)
- GL_STUB(ProgramNamedParameter4dvNV, 829, ProgramNamedParameter4dvNV@16)
- GL_STUB(ProgramNamedParameter4fNV, 830, ProgramNamedParameter4fNV@28)
- GL_STUB(ProgramNamedParameter4fvNV, 831, ProgramNamedParameter4fvNV@16)
- GL_STUB(PrimitiveRestartIndexNV, 832, PrimitiveRestartIndexNV@4)
- GL_STUB(PrimitiveRestartNV, 833, PrimitiveRestartNV@0)
- GL_STUB(_dispatch_stub_834, 834, _dispatch_stub_834@16)
- HIDDEN(GL_PREFIX(_dispatch_stub_834, _dispatch_stub_834@16))
- GL_STUB(_dispatch_stub_835, 835, _dispatch_stub_835@8)
- HIDDEN(GL_PREFIX(_dispatch_stub_835, _dispatch_stub_835@8))
- GL_STUB(BindFramebufferEXT, 836, BindFramebufferEXT@8)
- GL_STUB(BindRenderbufferEXT, 837, BindRenderbufferEXT@8)
- GL_STUB(CheckFramebufferStatusEXT, 838, CheckFramebufferStatusEXT@4)
- GL_STUB(DeleteFramebuffersEXT, 839, DeleteFramebuffersEXT@8)
- GL_STUB(DeleteRenderbuffersEXT, 840, DeleteRenderbuffersEXT@8)
- GL_STUB(FramebufferRenderbufferEXT, 841, FramebufferRenderbufferEXT@16)
- GL_STUB(FramebufferTexture1DEXT, 842, FramebufferTexture1DEXT@20)
- GL_STUB(FramebufferTexture2DEXT, 843, FramebufferTexture2DEXT@20)
- GL_STUB(FramebufferTexture3DEXT, 844, FramebufferTexture3DEXT@24)
- GL_STUB(GenFramebuffersEXT, 845, GenFramebuffersEXT@8)
- GL_STUB(GenRenderbuffersEXT, 846, GenRenderbuffersEXT@8)
- GL_STUB(GenerateMipmapEXT, 847, GenerateMipmapEXT@4)
- GL_STUB(GetFramebufferAttachmentParameterivEXT, 848, GetFramebufferAttachmentParameterivEXT@16)
- GL_STUB(GetRenderbufferParameterivEXT, 849, GetRenderbufferParameterivEXT@12)
- GL_STUB(IsFramebufferEXT, 850, IsFramebufferEXT@4)
- GL_STUB(IsRenderbufferEXT, 851, IsRenderbufferEXT@4)
- GL_STUB(RenderbufferStorageEXT, 852, RenderbufferStorageEXT@16)
- GL_STUB(_dispatch_stub_853, 853, _dispatch_stub_853@40)
- HIDDEN(GL_PREFIX(_dispatch_stub_853, _dispatch_stub_853@40))
- GL_STUB(_dispatch_stub_854, 854, _dispatch_stub_854@12)
- HIDDEN(GL_PREFIX(_dispatch_stub_854, _dispatch_stub_854@12))
- GL_STUB(_dispatch_stub_855, 855, _dispatch_stub_855@12)
- HIDDEN(GL_PREFIX(_dispatch_stub_855, _dispatch_stub_855@12))
- GL_STUB(BindFragDataLocationEXT, 856, BindFragDataLocationEXT@12)
- GL_STUB(GetFragDataLocationEXT, 857, GetFragDataLocationEXT@8)
- GL_STUB(GetUniformuivEXT, 858, GetUniformuivEXT@12)
- GL_STUB(GetVertexAttribIivEXT, 859, GetVertexAttribIivEXT@12)
- GL_STUB(GetVertexAttribIuivEXT, 860, GetVertexAttribIuivEXT@12)
- GL_STUB(Uniform1uiEXT, 861, Uniform1uiEXT@8)
- GL_STUB(Uniform1uivEXT, 862, Uniform1uivEXT@12)
- GL_STUB(Uniform2uiEXT, 863, Uniform2uiEXT@12)
- GL_STUB(Uniform2uivEXT, 864, Uniform2uivEXT@12)
- GL_STUB(Uniform3uiEXT, 865, Uniform3uiEXT@16)
- GL_STUB(Uniform3uivEXT, 866, Uniform3uivEXT@12)
- GL_STUB(Uniform4uiEXT, 867, Uniform4uiEXT@20)
- GL_STUB(Uniform4uivEXT, 868, Uniform4uivEXT@12)
- GL_STUB(VertexAttribI1iEXT, 869, VertexAttribI1iEXT@8)
- GL_STUB(VertexAttribI1ivEXT, 870, VertexAttribI1ivEXT@8)
- GL_STUB(VertexAttribI1uiEXT, 871, VertexAttribI1uiEXT@8)
- GL_STUB(VertexAttribI1uivEXT, 872, VertexAttribI1uivEXT@8)
- GL_STUB(VertexAttribI2iEXT, 873, VertexAttribI2iEXT@12)
- GL_STUB(VertexAttribI2ivEXT, 874, VertexAttribI2ivEXT@8)
- GL_STUB(VertexAttribI2uiEXT, 875, VertexAttribI2uiEXT@12)
- GL_STUB(VertexAttribI2uivEXT, 876, VertexAttribI2uivEXT@8)
- GL_STUB(VertexAttribI3iEXT, 877, VertexAttribI3iEXT@16)
- GL_STUB(VertexAttribI3ivEXT, 878, VertexAttribI3ivEXT@8)
- GL_STUB(VertexAttribI3uiEXT, 879, VertexAttribI3uiEXT@16)
- GL_STUB(VertexAttribI3uivEXT, 880, VertexAttribI3uivEXT@8)
- GL_STUB(VertexAttribI4bvEXT, 881, VertexAttribI4bvEXT@8)
- GL_STUB(VertexAttribI4iEXT, 882, VertexAttribI4iEXT@20)
- GL_STUB(VertexAttribI4ivEXT, 883, VertexAttribI4ivEXT@8)
- GL_STUB(VertexAttribI4svEXT, 884, VertexAttribI4svEXT@8)
- GL_STUB(VertexAttribI4ubvEXT, 885, VertexAttribI4ubvEXT@8)
- GL_STUB(VertexAttribI4uiEXT, 886, VertexAttribI4uiEXT@20)
- GL_STUB(VertexAttribI4uivEXT, 887, VertexAttribI4uivEXT@8)
- GL_STUB(VertexAttribI4usvEXT, 888, VertexAttribI4usvEXT@8)
- GL_STUB(VertexAttribIPointerEXT, 889, VertexAttribIPointerEXT@20)
- GL_STUB(FramebufferTextureLayerEXT, 890, FramebufferTextureLayerEXT@20)
- GL_STUB(ColorMaskIndexedEXT, 891, ColorMaskIndexedEXT@20)
- GL_STUB(DisableIndexedEXT, 892, DisableIndexedEXT@8)
- GL_STUB(EnableIndexedEXT, 893, EnableIndexedEXT@8)
- GL_STUB(GetBooleanIndexedvEXT, 894, GetBooleanIndexedvEXT@12)
- GL_STUB(GetIntegerIndexedvEXT, 895, GetIntegerIndexedvEXT@12)
- GL_STUB(IsEnabledIndexedEXT, 896, IsEnabledIndexedEXT@8)
- GL_STUB(ClearColorIiEXT, 897, ClearColorIiEXT@16)
- GL_STUB(ClearColorIuiEXT, 898, ClearColorIuiEXT@16)
- GL_STUB(GetTexParameterIivEXT, 899, GetTexParameterIivEXT@12)
- GL_STUB(GetTexParameterIuivEXT, 900, GetTexParameterIuivEXT@12)
- GL_STUB(TexParameterIivEXT, 901, TexParameterIivEXT@12)
- GL_STUB(TexParameterIuivEXT, 902, TexParameterIuivEXT@12)
- GL_STUB(BeginConditionalRenderNV, 903, BeginConditionalRenderNV@8)
- GL_STUB(EndConditionalRenderNV, 904, EndConditionalRenderNV@0)
- GL_STUB(BeginTransformFeedbackEXT, 905, BeginTransformFeedbackEXT@4)
- GL_STUB(BindBufferBaseEXT, 906, BindBufferBaseEXT@12)
- GL_STUB(BindBufferOffsetEXT, 907, BindBufferOffsetEXT@16)
- GL_STUB(BindBufferRangeEXT, 908, BindBufferRangeEXT@20)
- GL_STUB(EndTransformFeedbackEXT, 909, EndTransformFeedbackEXT@0)
- GL_STUB(GetTransformFeedbackVaryingEXT, 910, GetTransformFeedbackVaryingEXT@28)
- GL_STUB(TransformFeedbackVaryingsEXT, 911, TransformFeedbackVaryingsEXT@16)
- GL_STUB(ProvokingVertexEXT, 912, ProvokingVertexEXT@4)
- GL_STUB(_dispatch_stub_913, 913, _dispatch_stub_913@12)
- HIDDEN(GL_PREFIX(_dispatch_stub_913, _dispatch_stub_913@12))
- GL_STUB(_dispatch_stub_914, 914, _dispatch_stub_914@12)
- HIDDEN(GL_PREFIX(_dispatch_stub_914, _dispatch_stub_914@12))
- GL_STUB(GetObjectParameterivAPPLE, 915, GetObjectParameterivAPPLE@16)
- GL_STUB(ObjectPurgeableAPPLE, 916, ObjectPurgeableAPPLE@12)
- GL_STUB(ObjectUnpurgeableAPPLE, 917, ObjectUnpurgeableAPPLE@12)
- GL_STUB(ActiveProgramEXT, 918, ActiveProgramEXT@4)
- GL_STUB(CreateShaderProgramEXT, 919, CreateShaderProgramEXT@8)
- GL_STUB(UseShaderProgramEXT, 920, UseShaderProgramEXT@8)
- GL_STUB(TextureBarrierNV, 921, TextureBarrierNV@0)
- GL_STUB(_dispatch_stub_922, 922, _dispatch_stub_922@16)
- HIDDEN(GL_PREFIX(_dispatch_stub_922, _dispatch_stub_922@16))
- GL_STUB(_dispatch_stub_923, 923, _dispatch_stub_923@16)
- HIDDEN(GL_PREFIX(_dispatch_stub_923, _dispatch_stub_923@16))
- GL_STUB(_dispatch_stub_924, 924, _dispatch_stub_924@16)
- HIDDEN(GL_PREFIX(_dispatch_stub_924, _dispatch_stub_924@16))
- GL_STUB(_dispatch_stub_925, 925, _dispatch_stub_925@12)
- HIDDEN(GL_PREFIX(_dispatch_stub_925, _dispatch_stub_925@12))
- GL_STUB(_dispatch_stub_926, 926, _dispatch_stub_926@12)
- HIDDEN(GL_PREFIX(_dispatch_stub_926, _dispatch_stub_926@12))
- GL_STUB(EGLImageTargetRenderbufferStorageOES, 927, EGLImageTargetRenderbufferStorageOES@8)
- GL_STUB(EGLImageTargetTexture2DOES, 928, EGLImageTargetTexture2DOES@8)
+ GL_STUB(ColorP3ui, 615, ColorP3ui@8)
+ GL_STUB(ColorP3uiv, 616, ColorP3uiv@8)
+ GL_STUB(ColorP4ui, 617, ColorP4ui@8)
+ GL_STUB(ColorP4uiv, 618, ColorP4uiv@8)
+ GL_STUB(MultiTexCoordP1ui, 619, MultiTexCoordP1ui@12)
+ GL_STUB(MultiTexCoordP1uiv, 620, MultiTexCoordP1uiv@12)
+ GL_STUB(MultiTexCoordP2ui, 621, MultiTexCoordP2ui@12)
+ GL_STUB(MultiTexCoordP2uiv, 622, MultiTexCoordP2uiv@12)
+ GL_STUB(MultiTexCoordP3ui, 623, MultiTexCoordP3ui@12)
+ GL_STUB(MultiTexCoordP3uiv, 624, MultiTexCoordP3uiv@12)
+ GL_STUB(MultiTexCoordP4ui, 625, MultiTexCoordP4ui@12)
+ GL_STUB(MultiTexCoordP4uiv, 626, MultiTexCoordP4uiv@12)
+ GL_STUB(NormalP3ui, 627, NormalP3ui@8)
+ GL_STUB(NormalP3uiv, 628, NormalP3uiv@8)
+ GL_STUB(SecondaryColorP3ui, 629, SecondaryColorP3ui@8)
+ GL_STUB(SecondaryColorP3uiv, 630, SecondaryColorP3uiv@8)
+ GL_STUB(TexCoordP1ui, 631, TexCoordP1ui@8)
+ GL_STUB(TexCoordP1uiv, 632, TexCoordP1uiv@8)
+ GL_STUB(TexCoordP2ui, 633, TexCoordP2ui@8)
+ GL_STUB(TexCoordP2uiv, 634, TexCoordP2uiv@8)
+ GL_STUB(TexCoordP3ui, 635, TexCoordP3ui@8)
+ GL_STUB(TexCoordP3uiv, 636, TexCoordP3uiv@8)
+ GL_STUB(TexCoordP4ui, 637, TexCoordP4ui@8)
+ GL_STUB(TexCoordP4uiv, 638, TexCoordP4uiv@8)
+ GL_STUB(VertexAttribP1ui, 639, VertexAttribP1ui@16)
+ GL_STUB(VertexAttribP1uiv, 640, VertexAttribP1uiv@16)
+ GL_STUB(VertexAttribP2ui, 641, VertexAttribP2ui@16)
+ GL_STUB(VertexAttribP2uiv, 642, VertexAttribP2uiv@16)
+ GL_STUB(VertexAttribP3ui, 643, VertexAttribP3ui@16)
+ GL_STUB(VertexAttribP3uiv, 644, VertexAttribP3uiv@16)
+ GL_STUB(VertexAttribP4ui, 645, VertexAttribP4ui@16)
+ GL_STUB(VertexAttribP4uiv, 646, VertexAttribP4uiv@16)
+ GL_STUB(VertexP2ui, 647, VertexP2ui@8)
+ GL_STUB(VertexP2uiv, 648, VertexP2uiv@8)
+ GL_STUB(VertexP3ui, 649, VertexP3ui@8)
+ GL_STUB(VertexP3uiv, 650, VertexP3uiv@8)
+ GL_STUB(VertexP4ui, 651, VertexP4ui@8)
+ GL_STUB(VertexP4uiv, 652, VertexP4uiv@8)
+ GL_STUB(BindTransformFeedback, 653, BindTransformFeedback@8)
+ GL_STUB(DeleteTransformFeedbacks, 654, DeleteTransformFeedbacks@8)
+ GL_STUB(DrawTransformFeedback, 655, DrawTransformFeedback@8)
+ GL_STUB(GenTransformFeedbacks, 656, GenTransformFeedbacks@8)
+ GL_STUB(IsTransformFeedback, 657, IsTransformFeedback@4)
+ GL_STUB(PauseTransformFeedback, 658, PauseTransformFeedback@0)
+ GL_STUB(ResumeTransformFeedback, 659, ResumeTransformFeedback@0)
+ GL_STUB(ClearDepthf, 660, ClearDepthf@4)
+ GL_STUB(DepthRangef, 661, DepthRangef@8)
+ GL_STUB(GetShaderPrecisionFormat, 662, GetShaderPrecisionFormat@16)
+ GL_STUB(ReleaseShaderCompiler, 663, ReleaseShaderCompiler@0)
+ GL_STUB(ShaderBinary, 664, ShaderBinary@20)
+ GL_STUB(GetGraphicsResetStatusARB, 665, GetGraphicsResetStatusARB@0)
+ GL_STUB(GetnColorTableARB, 666, GetnColorTableARB@20)
+ GL_STUB(GetnCompressedTexImageARB, 667, GetnCompressedTexImageARB@16)
+ GL_STUB(GetnConvolutionFilterARB, 668, GetnConvolutionFilterARB@20)
+ GL_STUB(GetnHistogramARB, 669, GetnHistogramARB@24)
+ GL_STUB(GetnMapdvARB, 670, GetnMapdvARB@16)
+ GL_STUB(GetnMapfvARB, 671, GetnMapfvARB@16)
+ GL_STUB(GetnMapivARB, 672, GetnMapivARB@16)
+ GL_STUB(GetnMinmaxARB, 673, GetnMinmaxARB@24)
+ GL_STUB(GetnPixelMapfvARB, 674, GetnPixelMapfvARB@12)
+ GL_STUB(GetnPixelMapuivARB, 675, GetnPixelMapuivARB@12)
+ GL_STUB(GetnPixelMapusvARB, 676, GetnPixelMapusvARB@12)
+ GL_STUB(GetnPolygonStippleARB, 677, GetnPolygonStippleARB@8)
+ GL_STUB(GetnSeparableFilterARB, 678, GetnSeparableFilterARB@32)
+ GL_STUB(GetnTexImageARB, 679, GetnTexImageARB@24)
+ GL_STUB(GetnUniformdvARB, 680, GetnUniformdvARB@16)
+ GL_STUB(GetnUniformfvARB, 681, GetnUniformfvARB@16)
+ GL_STUB(GetnUniformivARB, 682, GetnUniformivARB@16)
+ GL_STUB(GetnUniformuivARB, 683, GetnUniformuivARB@16)
+ GL_STUB(ReadnPixelsARB, 684, ReadnPixelsARB@32)
+ GL_STUB(PolygonOffsetEXT, 685, PolygonOffsetEXT@8)
+ GL_STUB(_dispatch_stub_686, 686, _dispatch_stub_686@8)
+ HIDDEN(GL_PREFIX(_dispatch_stub_686, _dispatch_stub_686@8))
+ GL_STUB(_dispatch_stub_687, 687, _dispatch_stub_687@8)
+ HIDDEN(GL_PREFIX(_dispatch_stub_687, _dispatch_stub_687@8))
+ GL_STUB(_dispatch_stub_688, 688, _dispatch_stub_688@8)
+ HIDDEN(GL_PREFIX(_dispatch_stub_688, _dispatch_stub_688@8))
+ GL_STUB(_dispatch_stub_689, 689, _dispatch_stub_689@8)
+ HIDDEN(GL_PREFIX(_dispatch_stub_689, _dispatch_stub_689@8))
+ GL_STUB(_dispatch_stub_690, 690, _dispatch_stub_690@8)
+ HIDDEN(GL_PREFIX(_dispatch_stub_690, _dispatch_stub_690@8))
+ GL_STUB(_dispatch_stub_691, 691, _dispatch_stub_691@8)
+ HIDDEN(GL_PREFIX(_dispatch_stub_691, _dispatch_stub_691@8))
+ GL_STUB(_dispatch_stub_692, 692, _dispatch_stub_692@8)
+ HIDDEN(GL_PREFIX(_dispatch_stub_692, _dispatch_stub_692@8))
+ GL_STUB(_dispatch_stub_693, 693, _dispatch_stub_693@4)
+ HIDDEN(GL_PREFIX(_dispatch_stub_693, _dispatch_stub_693@4))
+ GL_STUB(ColorPointerEXT, 694, ColorPointerEXT@20)
+ GL_STUB(EdgeFlagPointerEXT, 695, EdgeFlagPointerEXT@12)
+ GL_STUB(IndexPointerEXT, 696, IndexPointerEXT@16)
+ GL_STUB(NormalPointerEXT, 697, NormalPointerEXT@16)
+ GL_STUB(TexCoordPointerEXT, 698, TexCoordPointerEXT@20)
+ GL_STUB(VertexPointerEXT, 699, VertexPointerEXT@20)
+ GL_STUB(PointParameterfEXT, 700, PointParameterfEXT@8)
+ GL_STUB(PointParameterfvEXT, 701, PointParameterfvEXT@8)
+ GL_STUB(LockArraysEXT, 702, LockArraysEXT@8)
+ GL_STUB(UnlockArraysEXT, 703, UnlockArraysEXT@0)
+ GL_STUB(SecondaryColor3bEXT, 704, SecondaryColor3bEXT@12)
+ GL_STUB(SecondaryColor3bvEXT, 705, SecondaryColor3bvEXT@4)
+ GL_STUB(SecondaryColor3dEXT, 706, SecondaryColor3dEXT@24)
+ GL_STUB(SecondaryColor3dvEXT, 707, SecondaryColor3dvEXT@4)
+ GL_STUB(SecondaryColor3fEXT, 708, SecondaryColor3fEXT@12)
+ GL_STUB(SecondaryColor3fvEXT, 709, SecondaryColor3fvEXT@4)
+ GL_STUB(SecondaryColor3iEXT, 710, SecondaryColor3iEXT@12)
+ GL_STUB(SecondaryColor3ivEXT, 711, SecondaryColor3ivEXT@4)
+ GL_STUB(SecondaryColor3sEXT, 712, SecondaryColor3sEXT@12)
+ GL_STUB(SecondaryColor3svEXT, 713, SecondaryColor3svEXT@4)
+ GL_STUB(SecondaryColor3ubEXT, 714, SecondaryColor3ubEXT@12)
+ GL_STUB(SecondaryColor3ubvEXT, 715, SecondaryColor3ubvEXT@4)
+ GL_STUB(SecondaryColor3uiEXT, 716, SecondaryColor3uiEXT@12)
+ GL_STUB(SecondaryColor3uivEXT, 717, SecondaryColor3uivEXT@4)
+ GL_STUB(SecondaryColor3usEXT, 718, SecondaryColor3usEXT@12)
+ GL_STUB(SecondaryColor3usvEXT, 719, SecondaryColor3usvEXT@4)
+ GL_STUB(SecondaryColorPointerEXT, 720, SecondaryColorPointerEXT@16)
+ GL_STUB(MultiDrawArraysEXT, 721, MultiDrawArraysEXT@16)
+ GL_STUB(MultiDrawElementsEXT, 722, MultiDrawElementsEXT@20)
+ GL_STUB(FogCoordPointerEXT, 723, FogCoordPointerEXT@12)
+ GL_STUB(FogCoorddEXT, 724, FogCoorddEXT@8)
+ GL_STUB(FogCoorddvEXT, 725, FogCoorddvEXT@4)
+ GL_STUB(FogCoordfEXT, 726, FogCoordfEXT@4)
+ GL_STUB(FogCoordfvEXT, 727, FogCoordfvEXT@4)
+ GL_STUB(_dispatch_stub_728, 728, _dispatch_stub_728@4)
+ HIDDEN(GL_PREFIX(_dispatch_stub_728, _dispatch_stub_728@4))
+ GL_STUB(BlendFuncSeparateEXT, 729, BlendFuncSeparateEXT@16)
+ GL_STUB(FlushVertexArrayRangeNV, 730, FlushVertexArrayRangeNV@0)
+ GL_STUB(VertexArrayRangeNV, 731, VertexArrayRangeNV@8)
+ GL_STUB(CombinerInputNV, 732, CombinerInputNV@24)
+ GL_STUB(CombinerOutputNV, 733, CombinerOutputNV@40)
+ GL_STUB(CombinerParameterfNV, 734, CombinerParameterfNV@8)
+ GL_STUB(CombinerParameterfvNV, 735, CombinerParameterfvNV@8)
+ GL_STUB(CombinerParameteriNV, 736, CombinerParameteriNV@8)
+ GL_STUB(CombinerParameterivNV, 737, CombinerParameterivNV@8)
+ GL_STUB(FinalCombinerInputNV, 738, FinalCombinerInputNV@16)
+ GL_STUB(GetCombinerInputParameterfvNV, 739, GetCombinerInputParameterfvNV@20)
+ GL_STUB(GetCombinerInputParameterivNV, 740, GetCombinerInputParameterivNV@20)
+ GL_STUB(GetCombinerOutputParameterfvNV, 741, GetCombinerOutputParameterfvNV@16)
+ GL_STUB(GetCombinerOutputParameterivNV, 742, GetCombinerOutputParameterivNV@16)
+ GL_STUB(GetFinalCombinerInputParameterfvNV, 743, GetFinalCombinerInputParameterfvNV@12)
+ GL_STUB(GetFinalCombinerInputParameterivNV, 744, GetFinalCombinerInputParameterivNV@12)
+ GL_STUB(ResizeBuffersMESA, 745, ResizeBuffersMESA@0)
+ GL_STUB(WindowPos2dMESA, 746, WindowPos2dMESA@16)
+ GL_STUB(WindowPos2dvMESA, 747, WindowPos2dvMESA@4)
+ GL_STUB(WindowPos2fMESA, 748, WindowPos2fMESA@8)
+ GL_STUB(WindowPos2fvMESA, 749, WindowPos2fvMESA@4)
+ GL_STUB(WindowPos2iMESA, 750, WindowPos2iMESA@8)
+ GL_STUB(WindowPos2ivMESA, 751, WindowPos2ivMESA@4)
+ GL_STUB(WindowPos2sMESA, 752, WindowPos2sMESA@8)
+ GL_STUB(WindowPos2svMESA, 753, WindowPos2svMESA@4)
+ GL_STUB(WindowPos3dMESA, 754, WindowPos3dMESA@24)
+ GL_STUB(WindowPos3dvMESA, 755, WindowPos3dvMESA@4)
+ GL_STUB(WindowPos3fMESA, 756, WindowPos3fMESA@12)
+ GL_STUB(WindowPos3fvMESA, 757, WindowPos3fvMESA@4)
+ GL_STUB(WindowPos3iMESA, 758, WindowPos3iMESA@12)
+ GL_STUB(WindowPos3ivMESA, 759, WindowPos3ivMESA@4)
+ GL_STUB(WindowPos3sMESA, 760, WindowPos3sMESA@12)
+ GL_STUB(WindowPos3svMESA, 761, WindowPos3svMESA@4)
+ GL_STUB(WindowPos4dMESA, 762, WindowPos4dMESA@32)
+ GL_STUB(WindowPos4dvMESA, 763, WindowPos4dvMESA@4)
+ GL_STUB(WindowPos4fMESA, 764, WindowPos4fMESA@16)
+ GL_STUB(WindowPos4fvMESA, 765, WindowPos4fvMESA@4)
+ GL_STUB(WindowPos4iMESA, 766, WindowPos4iMESA@16)
+ GL_STUB(WindowPos4ivMESA, 767, WindowPos4ivMESA@4)
+ GL_STUB(WindowPos4sMESA, 768, WindowPos4sMESA@16)
+ GL_STUB(WindowPos4svMESA, 769, WindowPos4svMESA@4)
+ GL_STUB(_dispatch_stub_770, 770, _dispatch_stub_770@20)
+ HIDDEN(GL_PREFIX(_dispatch_stub_770, _dispatch_stub_770@20))
+ GL_STUB(_dispatch_stub_771, 771, _dispatch_stub_771@24)
+ HIDDEN(GL_PREFIX(_dispatch_stub_771, _dispatch_stub_771@24))
+ GL_STUB(_dispatch_stub_772, 772, _dispatch_stub_772@8)
+ HIDDEN(GL_PREFIX(_dispatch_stub_772, _dispatch_stub_772@8))
+ GL_STUB(_dispatch_stub_773, 773, _dispatch_stub_773@4)
+ HIDDEN(GL_PREFIX(_dispatch_stub_773, _dispatch_stub_773@4))
+ GL_STUB(_dispatch_stub_774, 774, _dispatch_stub_774@8)
+ HIDDEN(GL_PREFIX(_dispatch_stub_774, _dispatch_stub_774@8))
+ GL_STUB(_dispatch_stub_775, 775, _dispatch_stub_775@12)
+ HIDDEN(GL_PREFIX(_dispatch_stub_775, _dispatch_stub_775@12))
+ GL_STUB(_dispatch_stub_776, 776, _dispatch_stub_776@4)
+ HIDDEN(GL_PREFIX(_dispatch_stub_776, _dispatch_stub_776@4))
+ GL_STUB(_dispatch_stub_777, 777, _dispatch_stub_777@8)
+ HIDDEN(GL_PREFIX(_dispatch_stub_777, _dispatch_stub_777@8))
+ GL_STUB(_dispatch_stub_778, 778, _dispatch_stub_778@4)
+ HIDDEN(GL_PREFIX(_dispatch_stub_778, _dispatch_stub_778@4))
+ GL_STUB(AreProgramsResidentNV, 779, AreProgramsResidentNV@12)
+ GL_STUB(BindProgramNV, 780, BindProgramNV@8)
+ GL_STUB(DeleteProgramsNV, 781, DeleteProgramsNV@8)
+ GL_STUB(ExecuteProgramNV, 782, ExecuteProgramNV@12)
+ GL_STUB(GenProgramsNV, 783, GenProgramsNV@8)
+ GL_STUB(GetProgramParameterdvNV, 784, GetProgramParameterdvNV@16)
+ GL_STUB(GetProgramParameterfvNV, 785, GetProgramParameterfvNV@16)
+ GL_STUB(GetProgramStringNV, 786, GetProgramStringNV@12)
+ GL_STUB(GetProgramivNV, 787, GetProgramivNV@12)
+ GL_STUB(GetTrackMatrixivNV, 788, GetTrackMatrixivNV@16)
+ GL_STUB(GetVertexAttribPointervNV, 789, GetVertexAttribPointervNV@12)
+ GL_STUB(GetVertexAttribdvNV, 790, GetVertexAttribdvNV@12)
+ GL_STUB(GetVertexAttribfvNV, 791, GetVertexAttribfvNV@12)
+ GL_STUB(GetVertexAttribivNV, 792, GetVertexAttribivNV@12)
+ GL_STUB(IsProgramNV, 793, IsProgramNV@4)
+ GL_STUB(LoadProgramNV, 794, LoadProgramNV@16)
+ GL_STUB(ProgramParameters4dvNV, 795, ProgramParameters4dvNV@16)
+ GL_STUB(ProgramParameters4fvNV, 796, ProgramParameters4fvNV@16)
+ GL_STUB(RequestResidentProgramsNV, 797, RequestResidentProgramsNV@8)
+ GL_STUB(TrackMatrixNV, 798, TrackMatrixNV@16)
+ GL_STUB(VertexAttrib1dNV, 799, VertexAttrib1dNV@12)
+ GL_STUB(VertexAttrib1dvNV, 800, VertexAttrib1dvNV@8)
+ GL_STUB(VertexAttrib1fNV, 801, VertexAttrib1fNV@8)
+ GL_STUB(VertexAttrib1fvNV, 802, VertexAttrib1fvNV@8)
+ GL_STUB(VertexAttrib1sNV, 803, VertexAttrib1sNV@8)
+ GL_STUB(VertexAttrib1svNV, 804, VertexAttrib1svNV@8)
+ GL_STUB(VertexAttrib2dNV, 805, VertexAttrib2dNV@20)
+ GL_STUB(VertexAttrib2dvNV, 806, VertexAttrib2dvNV@8)
+ GL_STUB(VertexAttrib2fNV, 807, VertexAttrib2fNV@12)
+ GL_STUB(VertexAttrib2fvNV, 808, VertexAttrib2fvNV@8)
+ GL_STUB(VertexAttrib2sNV, 809, VertexAttrib2sNV@12)
+ GL_STUB(VertexAttrib2svNV, 810, VertexAttrib2svNV@8)
+ GL_STUB(VertexAttrib3dNV, 811, VertexAttrib3dNV@28)
+ GL_STUB(VertexAttrib3dvNV, 812, VertexAttrib3dvNV@8)
+ GL_STUB(VertexAttrib3fNV, 813, VertexAttrib3fNV@16)
+ GL_STUB(VertexAttrib3fvNV, 814, VertexAttrib3fvNV@8)
+ GL_STUB(VertexAttrib3sNV, 815, VertexAttrib3sNV@16)
+ GL_STUB(VertexAttrib3svNV, 816, VertexAttrib3svNV@8)
+ GL_STUB(VertexAttrib4dNV, 817, VertexAttrib4dNV@36)
+ GL_STUB(VertexAttrib4dvNV, 818, VertexAttrib4dvNV@8)
+ GL_STUB(VertexAttrib4fNV, 819, VertexAttrib4fNV@20)
+ GL_STUB(VertexAttrib4fvNV, 820, VertexAttrib4fvNV@8)
+ GL_STUB(VertexAttrib4sNV, 821, VertexAttrib4sNV@20)
+ GL_STUB(VertexAttrib4svNV, 822, VertexAttrib4svNV@8)
+ GL_STUB(VertexAttrib4ubNV, 823, VertexAttrib4ubNV@20)
+ GL_STUB(VertexAttrib4ubvNV, 824, VertexAttrib4ubvNV@8)
+ GL_STUB(VertexAttribPointerNV, 825, VertexAttribPointerNV@20)
+ GL_STUB(VertexAttribs1dvNV, 826, VertexAttribs1dvNV@12)
+ GL_STUB(VertexAttribs1fvNV, 827, VertexAttribs1fvNV@12)
+ GL_STUB(VertexAttribs1svNV, 828, VertexAttribs1svNV@12)
+ GL_STUB(VertexAttribs2dvNV, 829, VertexAttribs2dvNV@12)
+ GL_STUB(VertexAttribs2fvNV, 830, VertexAttribs2fvNV@12)
+ GL_STUB(VertexAttribs2svNV, 831, VertexAttribs2svNV@12)
+ GL_STUB(VertexAttribs3dvNV, 832, VertexAttribs3dvNV@12)
+ GL_STUB(VertexAttribs3fvNV, 833, VertexAttribs3fvNV@12)
+ GL_STUB(VertexAttribs3svNV, 834, VertexAttribs3svNV@12)
+ GL_STUB(VertexAttribs4dvNV, 835, VertexAttribs4dvNV@12)
+ GL_STUB(VertexAttribs4fvNV, 836, VertexAttribs4fvNV@12)
+ GL_STUB(VertexAttribs4svNV, 837, VertexAttribs4svNV@12)
+ GL_STUB(VertexAttribs4ubvNV, 838, VertexAttribs4ubvNV@12)
+ GL_STUB(GetTexBumpParameterfvATI, 839, GetTexBumpParameterfvATI@8)
+ GL_STUB(GetTexBumpParameterivATI, 840, GetTexBumpParameterivATI@8)
+ GL_STUB(TexBumpParameterfvATI, 841, TexBumpParameterfvATI@8)
+ GL_STUB(TexBumpParameterivATI, 842, TexBumpParameterivATI@8)
+ GL_STUB(AlphaFragmentOp1ATI, 843, AlphaFragmentOp1ATI@24)
+ GL_STUB(AlphaFragmentOp2ATI, 844, AlphaFragmentOp2ATI@36)
+ GL_STUB(AlphaFragmentOp3ATI, 845, AlphaFragmentOp3ATI@48)
+ GL_STUB(BeginFragmentShaderATI, 846, BeginFragmentShaderATI@0)
+ GL_STUB(BindFragmentShaderATI, 847, BindFragmentShaderATI@4)
+ GL_STUB(ColorFragmentOp1ATI, 848, ColorFragmentOp1ATI@28)
+ GL_STUB(ColorFragmentOp2ATI, 849, ColorFragmentOp2ATI@40)
+ GL_STUB(ColorFragmentOp3ATI, 850, ColorFragmentOp3ATI@52)
+ GL_STUB(DeleteFragmentShaderATI, 851, DeleteFragmentShaderATI@4)
+ GL_STUB(EndFragmentShaderATI, 852, EndFragmentShaderATI@0)
+ GL_STUB(GenFragmentShadersATI, 853, GenFragmentShadersATI@4)
+ GL_STUB(PassTexCoordATI, 854, PassTexCoordATI@12)
+ GL_STUB(SampleMapATI, 855, SampleMapATI@12)
+ GL_STUB(SetFragmentShaderConstantATI, 856, SetFragmentShaderConstantATI@8)
+ GL_STUB(PointParameteriNV, 857, PointParameteriNV@8)
+ GL_STUB(PointParameterivNV, 858, PointParameterivNV@8)
+ GL_STUB(_dispatch_stub_859, 859, _dispatch_stub_859@4)
+ HIDDEN(GL_PREFIX(_dispatch_stub_859, _dispatch_stub_859@4))
+ GL_STUB(_dispatch_stub_860, 860, _dispatch_stub_860@4)
+ HIDDEN(GL_PREFIX(_dispatch_stub_860, _dispatch_stub_860@4))
+ GL_STUB(_dispatch_stub_861, 861, _dispatch_stub_861@8)
+ HIDDEN(GL_PREFIX(_dispatch_stub_861, _dispatch_stub_861@8))
+ GL_STUB(_dispatch_stub_862, 862, _dispatch_stub_862@8)
+ HIDDEN(GL_PREFIX(_dispatch_stub_862, _dispatch_stub_862@8))
+ GL_STUB(_dispatch_stub_863, 863, _dispatch_stub_863@4)
+ HIDDEN(GL_PREFIX(_dispatch_stub_863, _dispatch_stub_863@4))
+ GL_STUB(GetProgramNamedParameterdvNV, 864, GetProgramNamedParameterdvNV@16)
+ GL_STUB(GetProgramNamedParameterfvNV, 865, GetProgramNamedParameterfvNV@16)
+ GL_STUB(ProgramNamedParameter4dNV, 866, ProgramNamedParameter4dNV@44)
+ GL_STUB(ProgramNamedParameter4dvNV, 867, ProgramNamedParameter4dvNV@16)
+ GL_STUB(ProgramNamedParameter4fNV, 868, ProgramNamedParameter4fNV@28)
+ GL_STUB(ProgramNamedParameter4fvNV, 869, ProgramNamedParameter4fvNV@16)
+ GL_STUB(PrimitiveRestartIndexNV, 870, PrimitiveRestartIndexNV@4)
+ GL_STUB(PrimitiveRestartNV, 871, PrimitiveRestartNV@0)
+ GL_STUB(_dispatch_stub_872, 872, _dispatch_stub_872@16)
+ HIDDEN(GL_PREFIX(_dispatch_stub_872, _dispatch_stub_872@16))
+ GL_STUB(_dispatch_stub_873, 873, _dispatch_stub_873@8)
+ HIDDEN(GL_PREFIX(_dispatch_stub_873, _dispatch_stub_873@8))
+ GL_STUB(BindFramebufferEXT, 874, BindFramebufferEXT@8)
+ GL_STUB(BindRenderbufferEXT, 875, BindRenderbufferEXT@8)
+ GL_STUB(CheckFramebufferStatusEXT, 876, CheckFramebufferStatusEXT@4)
+ GL_STUB(DeleteFramebuffersEXT, 877, DeleteFramebuffersEXT@8)
+ GL_STUB(DeleteRenderbuffersEXT, 878, DeleteRenderbuffersEXT@8)
+ GL_STUB(FramebufferRenderbufferEXT, 879, FramebufferRenderbufferEXT@16)
+ GL_STUB(FramebufferTexture1DEXT, 880, FramebufferTexture1DEXT@20)
+ GL_STUB(FramebufferTexture2DEXT, 881, FramebufferTexture2DEXT@20)
+ GL_STUB(FramebufferTexture3DEXT, 882, FramebufferTexture3DEXT@24)
+ GL_STUB(GenFramebuffersEXT, 883, GenFramebuffersEXT@8)
+ GL_STUB(GenRenderbuffersEXT, 884, GenRenderbuffersEXT@8)
+ GL_STUB(GenerateMipmapEXT, 885, GenerateMipmapEXT@4)
+ GL_STUB(GetFramebufferAttachmentParameterivEXT, 886, GetFramebufferAttachmentParameterivEXT@16)
+ GL_STUB(GetRenderbufferParameterivEXT, 887, GetRenderbufferParameterivEXT@12)
+ GL_STUB(IsFramebufferEXT, 888, IsFramebufferEXT@4)
+ GL_STUB(IsRenderbufferEXT, 889, IsRenderbufferEXT@4)
+ GL_STUB(RenderbufferStorageEXT, 890, RenderbufferStorageEXT@16)
+ GL_STUB(_dispatch_stub_891, 891, _dispatch_stub_891@40)
+ HIDDEN(GL_PREFIX(_dispatch_stub_891, _dispatch_stub_891@40))
+ GL_STUB(_dispatch_stub_892, 892, _dispatch_stub_892@12)
+ HIDDEN(GL_PREFIX(_dispatch_stub_892, _dispatch_stub_892@12))
+ GL_STUB(_dispatch_stub_893, 893, _dispatch_stub_893@12)
+ HIDDEN(GL_PREFIX(_dispatch_stub_893, _dispatch_stub_893@12))
+ GL_STUB(BindFragDataLocationEXT, 894, BindFragDataLocationEXT@12)
+ GL_STUB(GetFragDataLocationEXT, 895, GetFragDataLocationEXT@8)
+ GL_STUB(GetUniformuivEXT, 896, GetUniformuivEXT@12)
+ GL_STUB(GetVertexAttribIivEXT, 897, GetVertexAttribIivEXT@12)
+ GL_STUB(GetVertexAttribIuivEXT, 898, GetVertexAttribIuivEXT@12)
+ GL_STUB(Uniform1uiEXT, 899, Uniform1uiEXT@8)
+ GL_STUB(Uniform1uivEXT, 900, Uniform1uivEXT@12)
+ GL_STUB(Uniform2uiEXT, 901, Uniform2uiEXT@12)
+ GL_STUB(Uniform2uivEXT, 902, Uniform2uivEXT@12)
+ GL_STUB(Uniform3uiEXT, 903, Uniform3uiEXT@16)
+ GL_STUB(Uniform3uivEXT, 904, Uniform3uivEXT@12)
+ GL_STUB(Uniform4uiEXT, 905, Uniform4uiEXT@20)
+ GL_STUB(Uniform4uivEXT, 906, Uniform4uivEXT@12)
+ GL_STUB(VertexAttribI1iEXT, 907, VertexAttribI1iEXT@8)
+ GL_STUB(VertexAttribI1ivEXT, 908, VertexAttribI1ivEXT@8)
+ GL_STUB(VertexAttribI1uiEXT, 909, VertexAttribI1uiEXT@8)
+ GL_STUB(VertexAttribI1uivEXT, 910, VertexAttribI1uivEXT@8)
+ GL_STUB(VertexAttribI2iEXT, 911, VertexAttribI2iEXT@12)
+ GL_STUB(VertexAttribI2ivEXT, 912, VertexAttribI2ivEXT@8)
+ GL_STUB(VertexAttribI2uiEXT, 913, VertexAttribI2uiEXT@12)
+ GL_STUB(VertexAttribI2uivEXT, 914, VertexAttribI2uivEXT@8)
+ GL_STUB(VertexAttribI3iEXT, 915, VertexAttribI3iEXT@16)
+ GL_STUB(VertexAttribI3ivEXT, 916, VertexAttribI3ivEXT@8)
+ GL_STUB(VertexAttribI3uiEXT, 917, VertexAttribI3uiEXT@16)
+ GL_STUB(VertexAttribI3uivEXT, 918, VertexAttribI3uivEXT@8)
+ GL_STUB(VertexAttribI4bvEXT, 919, VertexAttribI4bvEXT@8)
+ GL_STUB(VertexAttribI4iEXT, 920, VertexAttribI4iEXT@20)
+ GL_STUB(VertexAttribI4ivEXT, 921, VertexAttribI4ivEXT@8)
+ GL_STUB(VertexAttribI4svEXT, 922, VertexAttribI4svEXT@8)
+ GL_STUB(VertexAttribI4ubvEXT, 923, VertexAttribI4ubvEXT@8)
+ GL_STUB(VertexAttribI4uiEXT, 924, VertexAttribI4uiEXT@20)
+ GL_STUB(VertexAttribI4uivEXT, 925, VertexAttribI4uivEXT@8)
+ GL_STUB(VertexAttribI4usvEXT, 926, VertexAttribI4usvEXT@8)
+ GL_STUB(VertexAttribIPointerEXT, 927, VertexAttribIPointerEXT@20)
+ GL_STUB(FramebufferTextureLayerEXT, 928, FramebufferTextureLayerEXT@20)
+ GL_STUB(ColorMaskIndexedEXT, 929, ColorMaskIndexedEXT@20)
+ GL_STUB(DisableIndexedEXT, 930, DisableIndexedEXT@8)
+ GL_STUB(EnableIndexedEXT, 931, EnableIndexedEXT@8)
+ GL_STUB(GetBooleanIndexedvEXT, 932, GetBooleanIndexedvEXT@12)
+ GL_STUB(GetIntegerIndexedvEXT, 933, GetIntegerIndexedvEXT@12)
+ GL_STUB(IsEnabledIndexedEXT, 934, IsEnabledIndexedEXT@8)
+ GL_STUB(ClearColorIiEXT, 935, ClearColorIiEXT@16)
+ GL_STUB(ClearColorIuiEXT, 936, ClearColorIuiEXT@16)
+ GL_STUB(GetTexParameterIivEXT, 937, GetTexParameterIivEXT@12)
+ GL_STUB(GetTexParameterIuivEXT, 938, GetTexParameterIuivEXT@12)
+ GL_STUB(TexParameterIivEXT, 939, TexParameterIivEXT@12)
+ GL_STUB(TexParameterIuivEXT, 940, TexParameterIuivEXT@12)
+ GL_STUB(BeginConditionalRenderNV, 941, BeginConditionalRenderNV@8)
+ GL_STUB(EndConditionalRenderNV, 942, EndConditionalRenderNV@0)
+ GL_STUB(BeginTransformFeedbackEXT, 943, BeginTransformFeedbackEXT@4)
+ GL_STUB(BindBufferBaseEXT, 944, BindBufferBaseEXT@12)
+ GL_STUB(BindBufferOffsetEXT, 945, BindBufferOffsetEXT@16)
+ GL_STUB(BindBufferRangeEXT, 946, BindBufferRangeEXT@20)
+ GL_STUB(EndTransformFeedbackEXT, 947, EndTransformFeedbackEXT@0)
+ GL_STUB(GetTransformFeedbackVaryingEXT, 948, GetTransformFeedbackVaryingEXT@28)
+ GL_STUB(TransformFeedbackVaryingsEXT, 949, TransformFeedbackVaryingsEXT@16)
+ GL_STUB(ProvokingVertexEXT, 950, ProvokingVertexEXT@4)
+ GL_STUB(_dispatch_stub_951, 951, _dispatch_stub_951@12)
+ HIDDEN(GL_PREFIX(_dispatch_stub_951, _dispatch_stub_951@12))
+ GL_STUB(_dispatch_stub_952, 952, _dispatch_stub_952@12)
+ HIDDEN(GL_PREFIX(_dispatch_stub_952, _dispatch_stub_952@12))
+ GL_STUB(GetObjectParameterivAPPLE, 953, GetObjectParameterivAPPLE@16)
+ GL_STUB(ObjectPurgeableAPPLE, 954, ObjectPurgeableAPPLE@12)
+ GL_STUB(ObjectUnpurgeableAPPLE, 955, ObjectUnpurgeableAPPLE@12)
+ GL_STUB(ActiveProgramEXT, 956, ActiveProgramEXT@4)
+ GL_STUB(CreateShaderProgramEXT, 957, CreateShaderProgramEXT@8)
+ GL_STUB(UseShaderProgramEXT, 958, UseShaderProgramEXT@8)
+ GL_STUB(TextureBarrierNV, 959, TextureBarrierNV@0)
+ GL_STUB(_dispatch_stub_960, 960, _dispatch_stub_960@16)
+ HIDDEN(GL_PREFIX(_dispatch_stub_960, _dispatch_stub_960@16))
+ GL_STUB(_dispatch_stub_961, 961, _dispatch_stub_961@16)
+ HIDDEN(GL_PREFIX(_dispatch_stub_961, _dispatch_stub_961@16))
+ GL_STUB(_dispatch_stub_962, 962, _dispatch_stub_962@16)
+ HIDDEN(GL_PREFIX(_dispatch_stub_962, _dispatch_stub_962@16))
+ GL_STUB(_dispatch_stub_963, 963, _dispatch_stub_963@12)
+ HIDDEN(GL_PREFIX(_dispatch_stub_963, _dispatch_stub_963@12))
+ GL_STUB(_dispatch_stub_964, 964, _dispatch_stub_964@12)
+ HIDDEN(GL_PREFIX(_dispatch_stub_964, _dispatch_stub_964@12))
+ GL_STUB(EGLImageTargetRenderbufferStorageOES, 965, EGLImageTargetRenderbufferStorageOES@8)
+ GL_STUB(EGLImageTargetTexture2DOES, 966, EGLImageTargetTexture2DOES@8)
GL_STUB_ALIAS(ArrayElementEXT, 306, ArrayElementEXT@4, ArrayElement, ArrayElement@4)
GL_STUB_ALIAS(BindTextureEXT, 307, BindTextureEXT@8, BindTexture, BindTexture@8)
GL_STUB_ALIAS(DrawArraysEXT, 310, DrawArraysEXT@12, DrawArrays, DrawArrays@12)
@@ -1307,152 +1345,152 @@ GLNAME(gl_dispatch_functions_start):
GL_STUB_ALIAS(BlendEquationIndexedAMD, 598, BlendEquationIndexedAMD@8, BlendEquationiARB, BlendEquationiARB@8)
GL_STUB_ALIAS(BlendFuncSeparateIndexedAMD, 599, BlendFuncSeparateIndexedAMD@20, BlendFuncSeparateiARB, BlendFuncSeparateiARB@20)
GL_STUB_ALIAS(BlendFuncIndexedAMD, 600, BlendFuncIndexedAMD@12, BlendFunciARB, BlendFunciARB@12)
- GL_STUB_ALIAS(PointParameterf, 662, PointParameterf@8, PointParameterfEXT, PointParameterfEXT@8)
- GL_STUB_ALIAS(PointParameterfARB, 662, PointParameterfARB@8, PointParameterfEXT, PointParameterfEXT@8)
- GL_STUB_ALIAS(PointParameterfv, 663, PointParameterfv@8, PointParameterfvEXT, PointParameterfvEXT@8)
- GL_STUB_ALIAS(PointParameterfvARB, 663, PointParameterfvARB@8, PointParameterfvEXT, PointParameterfvEXT@8)
- GL_STUB_ALIAS(SecondaryColor3b, 666, SecondaryColor3b@12, SecondaryColor3bEXT, SecondaryColor3bEXT@12)
- GL_STUB_ALIAS(SecondaryColor3bv, 667, SecondaryColor3bv@4, SecondaryColor3bvEXT, SecondaryColor3bvEXT@4)
- GL_STUB_ALIAS(SecondaryColor3d, 668, SecondaryColor3d@24, SecondaryColor3dEXT, SecondaryColor3dEXT@24)
- GL_STUB_ALIAS(SecondaryColor3dv, 669, SecondaryColor3dv@4, SecondaryColor3dvEXT, SecondaryColor3dvEXT@4)
- GL_STUB_ALIAS(SecondaryColor3f, 670, SecondaryColor3f@12, SecondaryColor3fEXT, SecondaryColor3fEXT@12)
- GL_STUB_ALIAS(SecondaryColor3fv, 671, SecondaryColor3fv@4, SecondaryColor3fvEXT, SecondaryColor3fvEXT@4)
- GL_STUB_ALIAS(SecondaryColor3i, 672, SecondaryColor3i@12, SecondaryColor3iEXT, SecondaryColor3iEXT@12)
- GL_STUB_ALIAS(SecondaryColor3iv, 673, SecondaryColor3iv@4, SecondaryColor3ivEXT, SecondaryColor3ivEXT@4)
- GL_STUB_ALIAS(SecondaryColor3s, 674, SecondaryColor3s@12, SecondaryColor3sEXT, SecondaryColor3sEXT@12)
- GL_STUB_ALIAS(SecondaryColor3sv, 675, SecondaryColor3sv@4, SecondaryColor3svEXT, SecondaryColor3svEXT@4)
- GL_STUB_ALIAS(SecondaryColor3ub, 676, SecondaryColor3ub@12, SecondaryColor3ubEXT, SecondaryColor3ubEXT@12)
- GL_STUB_ALIAS(SecondaryColor3ubv, 677, SecondaryColor3ubv@4, SecondaryColor3ubvEXT, SecondaryColor3ubvEXT@4)
- GL_STUB_ALIAS(SecondaryColor3ui, 678, SecondaryColor3ui@12, SecondaryColor3uiEXT, SecondaryColor3uiEXT@12)
- GL_STUB_ALIAS(SecondaryColor3uiv, 679, SecondaryColor3uiv@4, SecondaryColor3uivEXT, SecondaryColor3uivEXT@4)
- GL_STUB_ALIAS(SecondaryColor3us, 680, SecondaryColor3us@12, SecondaryColor3usEXT, SecondaryColor3usEXT@12)
- GL_STUB_ALIAS(SecondaryColor3usv, 681, SecondaryColor3usv@4, SecondaryColor3usvEXT, SecondaryColor3usvEXT@4)
- GL_STUB_ALIAS(SecondaryColorPointer, 682, SecondaryColorPointer@16, SecondaryColorPointerEXT, SecondaryColorPointerEXT@16)
- GL_STUB_ALIAS(MultiDrawArrays, 683, MultiDrawArrays@16, MultiDrawArraysEXT, MultiDrawArraysEXT@16)
- GL_STUB_ALIAS(MultiDrawElements, 684, MultiDrawElements@20, MultiDrawElementsEXT, MultiDrawElementsEXT@20)
- GL_STUB_ALIAS(FogCoordPointer, 685, FogCoordPointer@12, FogCoordPointerEXT, FogCoordPointerEXT@12)
- GL_STUB_ALIAS(FogCoordd, 686, FogCoordd@8, FogCoorddEXT, FogCoorddEXT@8)
- GL_STUB_ALIAS(FogCoorddv, 687, FogCoorddv@4, FogCoorddvEXT, FogCoorddvEXT@4)
- GL_STUB_ALIAS(FogCoordf, 688, FogCoordf@4, FogCoordfEXT, FogCoordfEXT@4)
- GL_STUB_ALIAS(FogCoordfv, 689, FogCoordfv@4, FogCoordfvEXT, FogCoordfvEXT@4)
- GL_STUB_ALIAS(BlendFuncSeparate, 691, BlendFuncSeparate@16, BlendFuncSeparateEXT, BlendFuncSeparateEXT@16)
- GL_STUB_ALIAS(WindowPos2d, 708, WindowPos2d@16, WindowPos2dMESA, WindowPos2dMESA@16)
- GL_STUB_ALIAS(WindowPos2dARB, 708, WindowPos2dARB@16, WindowPos2dMESA, WindowPos2dMESA@16)
- GL_STUB_ALIAS(WindowPos2dv, 709, WindowPos2dv@4, WindowPos2dvMESA, WindowPos2dvMESA@4)
- GL_STUB_ALIAS(WindowPos2dvARB, 709, WindowPos2dvARB@4, WindowPos2dvMESA, WindowPos2dvMESA@4)
- GL_STUB_ALIAS(WindowPos2f, 710, WindowPos2f@8, WindowPos2fMESA, WindowPos2fMESA@8)
- GL_STUB_ALIAS(WindowPos2fARB, 710, WindowPos2fARB@8, WindowPos2fMESA, WindowPos2fMESA@8)
- GL_STUB_ALIAS(WindowPos2fv, 711, WindowPos2fv@4, WindowPos2fvMESA, WindowPos2fvMESA@4)
- GL_STUB_ALIAS(WindowPos2fvARB, 711, WindowPos2fvARB@4, WindowPos2fvMESA, WindowPos2fvMESA@4)
- GL_STUB_ALIAS(WindowPos2i, 712, WindowPos2i@8, WindowPos2iMESA, WindowPos2iMESA@8)
- GL_STUB_ALIAS(WindowPos2iARB, 712, WindowPos2iARB@8, WindowPos2iMESA, WindowPos2iMESA@8)
- GL_STUB_ALIAS(WindowPos2iv, 713, WindowPos2iv@4, WindowPos2ivMESA, WindowPos2ivMESA@4)
- GL_STUB_ALIAS(WindowPos2ivARB, 713, WindowPos2ivARB@4, WindowPos2ivMESA, WindowPos2ivMESA@4)
- GL_STUB_ALIAS(WindowPos2s, 714, WindowPos2s@8, WindowPos2sMESA, WindowPos2sMESA@8)
- GL_STUB_ALIAS(WindowPos2sARB, 714, WindowPos2sARB@8, WindowPos2sMESA, WindowPos2sMESA@8)
- GL_STUB_ALIAS(WindowPos2sv, 715, WindowPos2sv@4, WindowPos2svMESA, WindowPos2svMESA@4)
- GL_STUB_ALIAS(WindowPos2svARB, 715, WindowPos2svARB@4, WindowPos2svMESA, WindowPos2svMESA@4)
- GL_STUB_ALIAS(WindowPos3d, 716, WindowPos3d@24, WindowPos3dMESA, WindowPos3dMESA@24)
- GL_STUB_ALIAS(WindowPos3dARB, 716, WindowPos3dARB@24, WindowPos3dMESA, WindowPos3dMESA@24)
- GL_STUB_ALIAS(WindowPos3dv, 717, WindowPos3dv@4, WindowPos3dvMESA, WindowPos3dvMESA@4)
- GL_STUB_ALIAS(WindowPos3dvARB, 717, WindowPos3dvARB@4, WindowPos3dvMESA, WindowPos3dvMESA@4)
- GL_STUB_ALIAS(WindowPos3f, 718, WindowPos3f@12, WindowPos3fMESA, WindowPos3fMESA@12)
- GL_STUB_ALIAS(WindowPos3fARB, 718, WindowPos3fARB@12, WindowPos3fMESA, WindowPos3fMESA@12)
- GL_STUB_ALIAS(WindowPos3fv, 719, WindowPos3fv@4, WindowPos3fvMESA, WindowPos3fvMESA@4)
- GL_STUB_ALIAS(WindowPos3fvARB, 719, WindowPos3fvARB@4, WindowPos3fvMESA, WindowPos3fvMESA@4)
- GL_STUB_ALIAS(WindowPos3i, 720, WindowPos3i@12, WindowPos3iMESA, WindowPos3iMESA@12)
- GL_STUB_ALIAS(WindowPos3iARB, 720, WindowPos3iARB@12, WindowPos3iMESA, WindowPos3iMESA@12)
- GL_STUB_ALIAS(WindowPos3iv, 721, WindowPos3iv@4, WindowPos3ivMESA, WindowPos3ivMESA@4)
- GL_STUB_ALIAS(WindowPos3ivARB, 721, WindowPos3ivARB@4, WindowPos3ivMESA, WindowPos3ivMESA@4)
- GL_STUB_ALIAS(WindowPos3s, 722, WindowPos3s@12, WindowPos3sMESA, WindowPos3sMESA@12)
- GL_STUB_ALIAS(WindowPos3sARB, 722, WindowPos3sARB@12, WindowPos3sMESA, WindowPos3sMESA@12)
- GL_STUB_ALIAS(WindowPos3sv, 723, WindowPos3sv@4, WindowPos3svMESA, WindowPos3svMESA@4)
- GL_STUB_ALIAS(WindowPos3svARB, 723, WindowPos3svARB@4, WindowPos3svMESA, WindowPos3svMESA@4)
- GL_STUB_ALIAS(BindProgramARB, 742, BindProgramARB@8, BindProgramNV, BindProgramNV@8)
- GL_STUB_ALIAS(DeleteProgramsARB, 743, DeleteProgramsARB@8, DeleteProgramsNV, DeleteProgramsNV@8)
- GL_STUB_ALIAS(GenProgramsARB, 745, GenProgramsARB@8, GenProgramsNV, GenProgramsNV@8)
- GL_STUB_ALIAS(GetVertexAttribPointerv, 751, GetVertexAttribPointerv@12, GetVertexAttribPointervNV, GetVertexAttribPointervNV@12)
- GL_STUB_ALIAS(GetVertexAttribPointervARB, 751, GetVertexAttribPointervARB@12, GetVertexAttribPointervNV, GetVertexAttribPointervNV@12)
- GL_STUB_ALIAS(IsProgramARB, 755, IsProgramARB@4, IsProgramNV, IsProgramNV@4)
- GL_STUB_ALIAS(PointParameteri, 819, PointParameteri@8, PointParameteriNV, PointParameteriNV@8)
- GL_STUB_ALIAS(PointParameteriv, 820, PointParameteriv@8, PointParameterivNV, PointParameterivNV@8)
- GL_STUB_ALIAS(DeleteVertexArrays, 823, DeleteVertexArrays@8, _dispatch_stub_823, _dispatch_stub_823@8)
- GL_STUB_ALIAS(IsVertexArray, 825, IsVertexArray@4, _dispatch_stub_825, _dispatch_stub_825@4)
- GL_STUB_ALIAS(PrimitiveRestartIndex, 832, PrimitiveRestartIndex@4, PrimitiveRestartIndexNV, PrimitiveRestartIndexNV@4)
- GL_STUB_ALIAS(BlendEquationSeparate, 835, BlendEquationSeparate@8, _dispatch_stub_835, _dispatch_stub_835@8)
- GL_STUB_ALIAS(BindFramebuffer, 836, BindFramebuffer@8, BindFramebufferEXT, BindFramebufferEXT@8)
- GL_STUB_ALIAS(BindRenderbuffer, 837, BindRenderbuffer@8, BindRenderbufferEXT, BindRenderbufferEXT@8)
- GL_STUB_ALIAS(CheckFramebufferStatus, 838, CheckFramebufferStatus@4, CheckFramebufferStatusEXT, CheckFramebufferStatusEXT@4)
- GL_STUB_ALIAS(DeleteFramebuffers, 839, DeleteFramebuffers@8, DeleteFramebuffersEXT, DeleteFramebuffersEXT@8)
- GL_STUB_ALIAS(DeleteRenderbuffers, 840, DeleteRenderbuffers@8, DeleteRenderbuffersEXT, DeleteRenderbuffersEXT@8)
- GL_STUB_ALIAS(FramebufferRenderbuffer, 841, FramebufferRenderbuffer@16, FramebufferRenderbufferEXT, FramebufferRenderbufferEXT@16)
- GL_STUB_ALIAS(FramebufferTexture1D, 842, FramebufferTexture1D@20, FramebufferTexture1DEXT, FramebufferTexture1DEXT@20)
- GL_STUB_ALIAS(FramebufferTexture2D, 843, FramebufferTexture2D@20, FramebufferTexture2DEXT, FramebufferTexture2DEXT@20)
- GL_STUB_ALIAS(FramebufferTexture3D, 844, FramebufferTexture3D@24, FramebufferTexture3DEXT, FramebufferTexture3DEXT@24)
- GL_STUB_ALIAS(GenFramebuffers, 845, GenFramebuffers@8, GenFramebuffersEXT, GenFramebuffersEXT@8)
- GL_STUB_ALIAS(GenRenderbuffers, 846, GenRenderbuffers@8, GenRenderbuffersEXT, GenRenderbuffersEXT@8)
- GL_STUB_ALIAS(GenerateMipmap, 847, GenerateMipmap@4, GenerateMipmapEXT, GenerateMipmapEXT@4)
- GL_STUB_ALIAS(GetFramebufferAttachmentParameteriv, 848, GetFramebufferAttachmentParameteriv@16, GetFramebufferAttachmentParameterivEXT, GetFramebufferAttachmentParameterivEXT@16)
- GL_STUB_ALIAS(GetRenderbufferParameteriv, 849, GetRenderbufferParameteriv@12, GetRenderbufferParameterivEXT, GetRenderbufferParameterivEXT@12)
- GL_STUB_ALIAS(IsFramebuffer, 850, IsFramebuffer@4, IsFramebufferEXT, IsFramebufferEXT@4)
- GL_STUB_ALIAS(IsRenderbuffer, 851, IsRenderbuffer@4, IsRenderbufferEXT, IsRenderbufferEXT@4)
- GL_STUB_ALIAS(RenderbufferStorage, 852, RenderbufferStorage@16, RenderbufferStorageEXT, RenderbufferStorageEXT@16)
- GL_STUB_ALIAS(BlitFramebuffer, 853, BlitFramebuffer@40, _dispatch_stub_853, _dispatch_stub_853@40)
- GL_STUB_ALIAS(BindFragDataLocation, 856, BindFragDataLocation@12, BindFragDataLocationEXT, BindFragDataLocationEXT@12)
- GL_STUB_ALIAS(GetFragDataLocation, 857, GetFragDataLocation@8, GetFragDataLocationEXT, GetFragDataLocationEXT@8)
- GL_STUB_ALIAS(GetUniformuiv, 858, GetUniformuiv@12, GetUniformuivEXT, GetUniformuivEXT@12)
- GL_STUB_ALIAS(GetVertexAttribIiv, 859, GetVertexAttribIiv@12, GetVertexAttribIivEXT, GetVertexAttribIivEXT@12)
- GL_STUB_ALIAS(GetVertexAttribIuiv, 860, GetVertexAttribIuiv@12, GetVertexAttribIuivEXT, GetVertexAttribIuivEXT@12)
- GL_STUB_ALIAS(Uniform1ui, 861, Uniform1ui@8, Uniform1uiEXT, Uniform1uiEXT@8)
- GL_STUB_ALIAS(Uniform1uiv, 862, Uniform1uiv@12, Uniform1uivEXT, Uniform1uivEXT@12)
- GL_STUB_ALIAS(Uniform2ui, 863, Uniform2ui@12, Uniform2uiEXT, Uniform2uiEXT@12)
- GL_STUB_ALIAS(Uniform2uiv, 864, Uniform2uiv@12, Uniform2uivEXT, Uniform2uivEXT@12)
- GL_STUB_ALIAS(Uniform3ui, 865, Uniform3ui@16, Uniform3uiEXT, Uniform3uiEXT@16)
- GL_STUB_ALIAS(Uniform3uiv, 866, Uniform3uiv@12, Uniform3uivEXT, Uniform3uivEXT@12)
- GL_STUB_ALIAS(Uniform4ui, 867, Uniform4ui@20, Uniform4uiEXT, Uniform4uiEXT@20)
- GL_STUB_ALIAS(Uniform4uiv, 868, Uniform4uiv@12, Uniform4uivEXT, Uniform4uivEXT@12)
- GL_STUB_ALIAS(VertexAttribI1i, 869, VertexAttribI1i@8, VertexAttribI1iEXT, VertexAttribI1iEXT@8)
- GL_STUB_ALIAS(VertexAttribI1iv, 870, VertexAttribI1iv@8, VertexAttribI1ivEXT, VertexAttribI1ivEXT@8)
- GL_STUB_ALIAS(VertexAttribI1ui, 871, VertexAttribI1ui@8, VertexAttribI1uiEXT, VertexAttribI1uiEXT@8)
- GL_STUB_ALIAS(VertexAttribI1uiv, 872, VertexAttribI1uiv@8, VertexAttribI1uivEXT, VertexAttribI1uivEXT@8)
- GL_STUB_ALIAS(VertexAttribI2i, 873, VertexAttribI2i@12, VertexAttribI2iEXT, VertexAttribI2iEXT@12)
- GL_STUB_ALIAS(VertexAttribI2iv, 874, VertexAttribI2iv@8, VertexAttribI2ivEXT, VertexAttribI2ivEXT@8)
- GL_STUB_ALIAS(VertexAttribI2ui, 875, VertexAttribI2ui@12, VertexAttribI2uiEXT, VertexAttribI2uiEXT@12)
- GL_STUB_ALIAS(VertexAttribI2uiv, 876, VertexAttribI2uiv@8, VertexAttribI2uivEXT, VertexAttribI2uivEXT@8)
- GL_STUB_ALIAS(VertexAttribI3i, 877, VertexAttribI3i@16, VertexAttribI3iEXT, VertexAttribI3iEXT@16)
- GL_STUB_ALIAS(VertexAttribI3iv, 878, VertexAttribI3iv@8, VertexAttribI3ivEXT, VertexAttribI3ivEXT@8)
- GL_STUB_ALIAS(VertexAttribI3ui, 879, VertexAttribI3ui@16, VertexAttribI3uiEXT, VertexAttribI3uiEXT@16)
- GL_STUB_ALIAS(VertexAttribI3uiv, 880, VertexAttribI3uiv@8, VertexAttribI3uivEXT, VertexAttribI3uivEXT@8)
- GL_STUB_ALIAS(VertexAttribI4bv, 881, VertexAttribI4bv@8, VertexAttribI4bvEXT, VertexAttribI4bvEXT@8)
- GL_STUB_ALIAS(VertexAttribI4i, 882, VertexAttribI4i@20, VertexAttribI4iEXT, VertexAttribI4iEXT@20)
- GL_STUB_ALIAS(VertexAttribI4iv, 883, VertexAttribI4iv@8, VertexAttribI4ivEXT, VertexAttribI4ivEXT@8)
- GL_STUB_ALIAS(VertexAttribI4sv, 884, VertexAttribI4sv@8, VertexAttribI4svEXT, VertexAttribI4svEXT@8)
- GL_STUB_ALIAS(VertexAttribI4ubv, 885, VertexAttribI4ubv@8, VertexAttribI4ubvEXT, VertexAttribI4ubvEXT@8)
- GL_STUB_ALIAS(VertexAttribI4ui, 886, VertexAttribI4ui@20, VertexAttribI4uiEXT, VertexAttribI4uiEXT@20)
- GL_STUB_ALIAS(VertexAttribI4uiv, 887, VertexAttribI4uiv@8, VertexAttribI4uivEXT, VertexAttribI4uivEXT@8)
- GL_STUB_ALIAS(VertexAttribI4usv, 888, VertexAttribI4usv@8, VertexAttribI4usvEXT, VertexAttribI4usvEXT@8)
- GL_STUB_ALIAS(VertexAttribIPointer, 889, VertexAttribIPointer@20, VertexAttribIPointerEXT, VertexAttribIPointerEXT@20)
- GL_STUB_ALIAS(FramebufferTextureLayer, 890, FramebufferTextureLayer@20, FramebufferTextureLayerEXT, FramebufferTextureLayerEXT@20)
- GL_STUB_ALIAS(FramebufferTextureLayerARB, 890, FramebufferTextureLayerARB@20, FramebufferTextureLayerEXT, FramebufferTextureLayerEXT@20)
- GL_STUB_ALIAS(ColorMaski, 891, ColorMaski@20, ColorMaskIndexedEXT, ColorMaskIndexedEXT@20)
- GL_STUB_ALIAS(Disablei, 892, Disablei@8, DisableIndexedEXT, DisableIndexedEXT@8)
- GL_STUB_ALIAS(Enablei, 893, Enablei@8, EnableIndexedEXT, EnableIndexedEXT@8)
- GL_STUB_ALIAS(GetBooleani_v, 894, GetBooleani_v@12, GetBooleanIndexedvEXT, GetBooleanIndexedvEXT@12)
- GL_STUB_ALIAS(GetIntegeri_v, 895, GetIntegeri_v@12, GetIntegerIndexedvEXT, GetIntegerIndexedvEXT@12)
- GL_STUB_ALIAS(IsEnabledi, 896, IsEnabledi@8, IsEnabledIndexedEXT, IsEnabledIndexedEXT@8)
- GL_STUB_ALIAS(GetTexParameterIiv, 899, GetTexParameterIiv@12, GetTexParameterIivEXT, GetTexParameterIivEXT@12)
- GL_STUB_ALIAS(GetTexParameterIuiv, 900, GetTexParameterIuiv@12, GetTexParameterIuivEXT, GetTexParameterIuivEXT@12)
- GL_STUB_ALIAS(TexParameterIiv, 901, TexParameterIiv@12, TexParameterIivEXT, TexParameterIivEXT@12)
- GL_STUB_ALIAS(TexParameterIuiv, 902, TexParameterIuiv@12, TexParameterIuivEXT, TexParameterIuivEXT@12)
- GL_STUB_ALIAS(BeginConditionalRender, 903, BeginConditionalRender@8, BeginConditionalRenderNV, BeginConditionalRenderNV@8)
- GL_STUB_ALIAS(EndConditionalRender, 904, EndConditionalRender@0, EndConditionalRenderNV, EndConditionalRenderNV@0)
- GL_STUB_ALIAS(BeginTransformFeedback, 905, BeginTransformFeedback@4, BeginTransformFeedbackEXT, BeginTransformFeedbackEXT@4)
- GL_STUB_ALIAS(BindBufferBase, 906, BindBufferBase@12, BindBufferBaseEXT, BindBufferBaseEXT@12)
- GL_STUB_ALIAS(BindBufferRange, 908, BindBufferRange@20, BindBufferRangeEXT, BindBufferRangeEXT@20)
- GL_STUB_ALIAS(EndTransformFeedback, 909, EndTransformFeedback@0, EndTransformFeedbackEXT, EndTransformFeedbackEXT@0)
- GL_STUB_ALIAS(GetTransformFeedbackVarying, 910, GetTransformFeedbackVarying@28, GetTransformFeedbackVaryingEXT, GetTransformFeedbackVaryingEXT@28)
- GL_STUB_ALIAS(TransformFeedbackVaryings, 911, TransformFeedbackVaryings@16, TransformFeedbackVaryingsEXT, TransformFeedbackVaryingsEXT@16)
- GL_STUB_ALIAS(ProvokingVertex, 912, ProvokingVertex@4, ProvokingVertexEXT, ProvokingVertexEXT@4)
+ GL_STUB_ALIAS(PointParameterf, 700, PointParameterf@8, PointParameterfEXT, PointParameterfEXT@8)
+ GL_STUB_ALIAS(PointParameterfARB, 700, PointParameterfARB@8, PointParameterfEXT, PointParameterfEXT@8)
+ GL_STUB_ALIAS(PointParameterfv, 701, PointParameterfv@8, PointParameterfvEXT, PointParameterfvEXT@8)
+ GL_STUB_ALIAS(PointParameterfvARB, 701, PointParameterfvARB@8, PointParameterfvEXT, PointParameterfvEXT@8)
+ GL_STUB_ALIAS(SecondaryColor3b, 704, SecondaryColor3b@12, SecondaryColor3bEXT, SecondaryColor3bEXT@12)
+ GL_STUB_ALIAS(SecondaryColor3bv, 705, SecondaryColor3bv@4, SecondaryColor3bvEXT, SecondaryColor3bvEXT@4)
+ GL_STUB_ALIAS(SecondaryColor3d, 706, SecondaryColor3d@24, SecondaryColor3dEXT, SecondaryColor3dEXT@24)
+ GL_STUB_ALIAS(SecondaryColor3dv, 707, SecondaryColor3dv@4, SecondaryColor3dvEXT, SecondaryColor3dvEXT@4)
+ GL_STUB_ALIAS(SecondaryColor3f, 708, SecondaryColor3f@12, SecondaryColor3fEXT, SecondaryColor3fEXT@12)
+ GL_STUB_ALIAS(SecondaryColor3fv, 709, SecondaryColor3fv@4, SecondaryColor3fvEXT, SecondaryColor3fvEXT@4)
+ GL_STUB_ALIAS(SecondaryColor3i, 710, SecondaryColor3i@12, SecondaryColor3iEXT, SecondaryColor3iEXT@12)
+ GL_STUB_ALIAS(SecondaryColor3iv, 711, SecondaryColor3iv@4, SecondaryColor3ivEXT, SecondaryColor3ivEXT@4)
+ GL_STUB_ALIAS(SecondaryColor3s, 712, SecondaryColor3s@12, SecondaryColor3sEXT, SecondaryColor3sEXT@12)
+ GL_STUB_ALIAS(SecondaryColor3sv, 713, SecondaryColor3sv@4, SecondaryColor3svEXT, SecondaryColor3svEXT@4)
+ GL_STUB_ALIAS(SecondaryColor3ub, 714, SecondaryColor3ub@12, SecondaryColor3ubEXT, SecondaryColor3ubEXT@12)
+ GL_STUB_ALIAS(SecondaryColor3ubv, 715, SecondaryColor3ubv@4, SecondaryColor3ubvEXT, SecondaryColor3ubvEXT@4)
+ GL_STUB_ALIAS(SecondaryColor3ui, 716, SecondaryColor3ui@12, SecondaryColor3uiEXT, SecondaryColor3uiEXT@12)
+ GL_STUB_ALIAS(SecondaryColor3uiv, 717, SecondaryColor3uiv@4, SecondaryColor3uivEXT, SecondaryColor3uivEXT@4)
+ GL_STUB_ALIAS(SecondaryColor3us, 718, SecondaryColor3us@12, SecondaryColor3usEXT, SecondaryColor3usEXT@12)
+ GL_STUB_ALIAS(SecondaryColor3usv, 719, SecondaryColor3usv@4, SecondaryColor3usvEXT, SecondaryColor3usvEXT@4)
+ GL_STUB_ALIAS(SecondaryColorPointer, 720, SecondaryColorPointer@16, SecondaryColorPointerEXT, SecondaryColorPointerEXT@16)
+ GL_STUB_ALIAS(MultiDrawArrays, 721, MultiDrawArrays@16, MultiDrawArraysEXT, MultiDrawArraysEXT@16)
+ GL_STUB_ALIAS(MultiDrawElements, 722, MultiDrawElements@20, MultiDrawElementsEXT, MultiDrawElementsEXT@20)
+ GL_STUB_ALIAS(FogCoordPointer, 723, FogCoordPointer@12, FogCoordPointerEXT, FogCoordPointerEXT@12)
+ GL_STUB_ALIAS(FogCoordd, 724, FogCoordd@8, FogCoorddEXT, FogCoorddEXT@8)
+ GL_STUB_ALIAS(FogCoorddv, 725, FogCoorddv@4, FogCoorddvEXT, FogCoorddvEXT@4)
+ GL_STUB_ALIAS(FogCoordf, 726, FogCoordf@4, FogCoordfEXT, FogCoordfEXT@4)
+ GL_STUB_ALIAS(FogCoordfv, 727, FogCoordfv@4, FogCoordfvEXT, FogCoordfvEXT@4)
+ GL_STUB_ALIAS(BlendFuncSeparate, 729, BlendFuncSeparate@16, BlendFuncSeparateEXT, BlendFuncSeparateEXT@16)
+ GL_STUB_ALIAS(WindowPos2d, 746, WindowPos2d@16, WindowPos2dMESA, WindowPos2dMESA@16)
+ GL_STUB_ALIAS(WindowPos2dARB, 746, WindowPos2dARB@16, WindowPos2dMESA, WindowPos2dMESA@16)
+ GL_STUB_ALIAS(WindowPos2dv, 747, WindowPos2dv@4, WindowPos2dvMESA, WindowPos2dvMESA@4)
+ GL_STUB_ALIAS(WindowPos2dvARB, 747, WindowPos2dvARB@4, WindowPos2dvMESA, WindowPos2dvMESA@4)
+ GL_STUB_ALIAS(WindowPos2f, 748, WindowPos2f@8, WindowPos2fMESA, WindowPos2fMESA@8)
+ GL_STUB_ALIAS(WindowPos2fARB, 748, WindowPos2fARB@8, WindowPos2fMESA, WindowPos2fMESA@8)
+ GL_STUB_ALIAS(WindowPos2fv, 749, WindowPos2fv@4, WindowPos2fvMESA, WindowPos2fvMESA@4)
+ GL_STUB_ALIAS(WindowPos2fvARB, 749, WindowPos2fvARB@4, WindowPos2fvMESA, WindowPos2fvMESA@4)
+ GL_STUB_ALIAS(WindowPos2i, 750, WindowPos2i@8, WindowPos2iMESA, WindowPos2iMESA@8)
+ GL_STUB_ALIAS(WindowPos2iARB, 750, WindowPos2iARB@8, WindowPos2iMESA, WindowPos2iMESA@8)
+ GL_STUB_ALIAS(WindowPos2iv, 751, WindowPos2iv@4, WindowPos2ivMESA, WindowPos2ivMESA@4)
+ GL_STUB_ALIAS(WindowPos2ivARB, 751, WindowPos2ivARB@4, WindowPos2ivMESA, WindowPos2ivMESA@4)
+ GL_STUB_ALIAS(WindowPos2s, 752, WindowPos2s@8, WindowPos2sMESA, WindowPos2sMESA@8)
+ GL_STUB_ALIAS(WindowPos2sARB, 752, WindowPos2sARB@8, WindowPos2sMESA, WindowPos2sMESA@8)
+ GL_STUB_ALIAS(WindowPos2sv, 753, WindowPos2sv@4, WindowPos2svMESA, WindowPos2svMESA@4)
+ GL_STUB_ALIAS(WindowPos2svARB, 753, WindowPos2svARB@4, WindowPos2svMESA, WindowPos2svMESA@4)
+ GL_STUB_ALIAS(WindowPos3d, 754, WindowPos3d@24, WindowPos3dMESA, WindowPos3dMESA@24)
+ GL_STUB_ALIAS(WindowPos3dARB, 754, WindowPos3dARB@24, WindowPos3dMESA, WindowPos3dMESA@24)
+ GL_STUB_ALIAS(WindowPos3dv, 755, WindowPos3dv@4, WindowPos3dvMESA, WindowPos3dvMESA@4)
+ GL_STUB_ALIAS(WindowPos3dvARB, 755, WindowPos3dvARB@4, WindowPos3dvMESA, WindowPos3dvMESA@4)
+ GL_STUB_ALIAS(WindowPos3f, 756, WindowPos3f@12, WindowPos3fMESA, WindowPos3fMESA@12)
+ GL_STUB_ALIAS(WindowPos3fARB, 756, WindowPos3fARB@12, WindowPos3fMESA, WindowPos3fMESA@12)
+ GL_STUB_ALIAS(WindowPos3fv, 757, WindowPos3fv@4, WindowPos3fvMESA, WindowPos3fvMESA@4)
+ GL_STUB_ALIAS(WindowPos3fvARB, 757, WindowPos3fvARB@4, WindowPos3fvMESA, WindowPos3fvMESA@4)
+ GL_STUB_ALIAS(WindowPos3i, 758, WindowPos3i@12, WindowPos3iMESA, WindowPos3iMESA@12)
+ GL_STUB_ALIAS(WindowPos3iARB, 758, WindowPos3iARB@12, WindowPos3iMESA, WindowPos3iMESA@12)
+ GL_STUB_ALIAS(WindowPos3iv, 759, WindowPos3iv@4, WindowPos3ivMESA, WindowPos3ivMESA@4)
+ GL_STUB_ALIAS(WindowPos3ivARB, 759, WindowPos3ivARB@4, WindowPos3ivMESA, WindowPos3ivMESA@4)
+ GL_STUB_ALIAS(WindowPos3s, 760, WindowPos3s@12, WindowPos3sMESA, WindowPos3sMESA@12)
+ GL_STUB_ALIAS(WindowPos3sARB, 760, WindowPos3sARB@12, WindowPos3sMESA, WindowPos3sMESA@12)
+ GL_STUB_ALIAS(WindowPos3sv, 761, WindowPos3sv@4, WindowPos3svMESA, WindowPos3svMESA@4)
+ GL_STUB_ALIAS(WindowPos3svARB, 761, WindowPos3svARB@4, WindowPos3svMESA, WindowPos3svMESA@4)
+ GL_STUB_ALIAS(BindProgramARB, 780, BindProgramARB@8, BindProgramNV, BindProgramNV@8)
+ GL_STUB_ALIAS(DeleteProgramsARB, 781, DeleteProgramsARB@8, DeleteProgramsNV, DeleteProgramsNV@8)
+ GL_STUB_ALIAS(GenProgramsARB, 783, GenProgramsARB@8, GenProgramsNV, GenProgramsNV@8)
+ GL_STUB_ALIAS(GetVertexAttribPointerv, 789, GetVertexAttribPointerv@12, GetVertexAttribPointervNV, GetVertexAttribPointervNV@12)
+ GL_STUB_ALIAS(GetVertexAttribPointervARB, 789, GetVertexAttribPointervARB@12, GetVertexAttribPointervNV, GetVertexAttribPointervNV@12)
+ GL_STUB_ALIAS(IsProgramARB, 793, IsProgramARB@4, IsProgramNV, IsProgramNV@4)
+ GL_STUB_ALIAS(PointParameteri, 857, PointParameteri@8, PointParameteriNV, PointParameteriNV@8)
+ GL_STUB_ALIAS(PointParameteriv, 858, PointParameteriv@8, PointParameterivNV, PointParameterivNV@8)
+ GL_STUB_ALIAS(DeleteVertexArrays, 861, DeleteVertexArrays@8, _dispatch_stub_861, _dispatch_stub_861@8)
+ GL_STUB_ALIAS(IsVertexArray, 863, IsVertexArray@4, _dispatch_stub_863, _dispatch_stub_863@4)
+ GL_STUB_ALIAS(PrimitiveRestartIndex, 870, PrimitiveRestartIndex@4, PrimitiveRestartIndexNV, PrimitiveRestartIndexNV@4)
+ GL_STUB_ALIAS(BlendEquationSeparate, 873, BlendEquationSeparate@8, _dispatch_stub_873, _dispatch_stub_873@8)
+ GL_STUB_ALIAS(BindFramebuffer, 874, BindFramebuffer@8, BindFramebufferEXT, BindFramebufferEXT@8)
+ GL_STUB_ALIAS(BindRenderbuffer, 875, BindRenderbuffer@8, BindRenderbufferEXT, BindRenderbufferEXT@8)
+ GL_STUB_ALIAS(CheckFramebufferStatus, 876, CheckFramebufferStatus@4, CheckFramebufferStatusEXT, CheckFramebufferStatusEXT@4)
+ GL_STUB_ALIAS(DeleteFramebuffers, 877, DeleteFramebuffers@8, DeleteFramebuffersEXT, DeleteFramebuffersEXT@8)
+ GL_STUB_ALIAS(DeleteRenderbuffers, 878, DeleteRenderbuffers@8, DeleteRenderbuffersEXT, DeleteRenderbuffersEXT@8)
+ GL_STUB_ALIAS(FramebufferRenderbuffer, 879, FramebufferRenderbuffer@16, FramebufferRenderbufferEXT, FramebufferRenderbufferEXT@16)
+ GL_STUB_ALIAS(FramebufferTexture1D, 880, FramebufferTexture1D@20, FramebufferTexture1DEXT, FramebufferTexture1DEXT@20)
+ GL_STUB_ALIAS(FramebufferTexture2D, 881, FramebufferTexture2D@20, FramebufferTexture2DEXT, FramebufferTexture2DEXT@20)
+ GL_STUB_ALIAS(FramebufferTexture3D, 882, FramebufferTexture3D@24, FramebufferTexture3DEXT, FramebufferTexture3DEXT@24)
+ GL_STUB_ALIAS(GenFramebuffers, 883, GenFramebuffers@8, GenFramebuffersEXT, GenFramebuffersEXT@8)
+ GL_STUB_ALIAS(GenRenderbuffers, 884, GenRenderbuffers@8, GenRenderbuffersEXT, GenRenderbuffersEXT@8)
+ GL_STUB_ALIAS(GenerateMipmap, 885, GenerateMipmap@4, GenerateMipmapEXT, GenerateMipmapEXT@4)
+ GL_STUB_ALIAS(GetFramebufferAttachmentParameteriv, 886, GetFramebufferAttachmentParameteriv@16, GetFramebufferAttachmentParameterivEXT, GetFramebufferAttachmentParameterivEXT@16)
+ GL_STUB_ALIAS(GetRenderbufferParameteriv, 887, GetRenderbufferParameteriv@12, GetRenderbufferParameterivEXT, GetRenderbufferParameterivEXT@12)
+ GL_STUB_ALIAS(IsFramebuffer, 888, IsFramebuffer@4, IsFramebufferEXT, IsFramebufferEXT@4)
+ GL_STUB_ALIAS(IsRenderbuffer, 889, IsRenderbuffer@4, IsRenderbufferEXT, IsRenderbufferEXT@4)
+ GL_STUB_ALIAS(RenderbufferStorage, 890, RenderbufferStorage@16, RenderbufferStorageEXT, RenderbufferStorageEXT@16)
+ GL_STUB_ALIAS(BlitFramebuffer, 891, BlitFramebuffer@40, _dispatch_stub_891, _dispatch_stub_891@40)
+ GL_STUB_ALIAS(BindFragDataLocation, 894, BindFragDataLocation@12, BindFragDataLocationEXT, BindFragDataLocationEXT@12)
+ GL_STUB_ALIAS(GetFragDataLocation, 895, GetFragDataLocation@8, GetFragDataLocationEXT, GetFragDataLocationEXT@8)
+ GL_STUB_ALIAS(GetUniformuiv, 896, GetUniformuiv@12, GetUniformuivEXT, GetUniformuivEXT@12)
+ GL_STUB_ALIAS(GetVertexAttribIiv, 897, GetVertexAttribIiv@12, GetVertexAttribIivEXT, GetVertexAttribIivEXT@12)
+ GL_STUB_ALIAS(GetVertexAttribIuiv, 898, GetVertexAttribIuiv@12, GetVertexAttribIuivEXT, GetVertexAttribIuivEXT@12)
+ GL_STUB_ALIAS(Uniform1ui, 899, Uniform1ui@8, Uniform1uiEXT, Uniform1uiEXT@8)
+ GL_STUB_ALIAS(Uniform1uiv, 900, Uniform1uiv@12, Uniform1uivEXT, Uniform1uivEXT@12)
+ GL_STUB_ALIAS(Uniform2ui, 901, Uniform2ui@12, Uniform2uiEXT, Uniform2uiEXT@12)
+ GL_STUB_ALIAS(Uniform2uiv, 902, Uniform2uiv@12, Uniform2uivEXT, Uniform2uivEXT@12)
+ GL_STUB_ALIAS(Uniform3ui, 903, Uniform3ui@16, Uniform3uiEXT, Uniform3uiEXT@16)
+ GL_STUB_ALIAS(Uniform3uiv, 904, Uniform3uiv@12, Uniform3uivEXT, Uniform3uivEXT@12)
+ GL_STUB_ALIAS(Uniform4ui, 905, Uniform4ui@20, Uniform4uiEXT, Uniform4uiEXT@20)
+ GL_STUB_ALIAS(Uniform4uiv, 906, Uniform4uiv@12, Uniform4uivEXT, Uniform4uivEXT@12)
+ GL_STUB_ALIAS(VertexAttribI1i, 907, VertexAttribI1i@8, VertexAttribI1iEXT, VertexAttribI1iEXT@8)
+ GL_STUB_ALIAS(VertexAttribI1iv, 908, VertexAttribI1iv@8, VertexAttribI1ivEXT, VertexAttribI1ivEXT@8)
+ GL_STUB_ALIAS(VertexAttribI1ui, 909, VertexAttribI1ui@8, VertexAttribI1uiEXT, VertexAttribI1uiEXT@8)
+ GL_STUB_ALIAS(VertexAttribI1uiv, 910, VertexAttribI1uiv@8, VertexAttribI1uivEXT, VertexAttribI1uivEXT@8)
+ GL_STUB_ALIAS(VertexAttribI2i, 911, VertexAttribI2i@12, VertexAttribI2iEXT, VertexAttribI2iEXT@12)
+ GL_STUB_ALIAS(VertexAttribI2iv, 912, VertexAttribI2iv@8, VertexAttribI2ivEXT, VertexAttribI2ivEXT@8)
+ GL_STUB_ALIAS(VertexAttribI2ui, 913, VertexAttribI2ui@12, VertexAttribI2uiEXT, VertexAttribI2uiEXT@12)
+ GL_STUB_ALIAS(VertexAttribI2uiv, 914, VertexAttribI2uiv@8, VertexAttribI2uivEXT, VertexAttribI2uivEXT@8)
+ GL_STUB_ALIAS(VertexAttribI3i, 915, VertexAttribI3i@16, VertexAttribI3iEXT, VertexAttribI3iEXT@16)
+ GL_STUB_ALIAS(VertexAttribI3iv, 916, VertexAttribI3iv@8, VertexAttribI3ivEXT, VertexAttribI3ivEXT@8)
+ GL_STUB_ALIAS(VertexAttribI3ui, 917, VertexAttribI3ui@16, VertexAttribI3uiEXT, VertexAttribI3uiEXT@16)
+ GL_STUB_ALIAS(VertexAttribI3uiv, 918, VertexAttribI3uiv@8, VertexAttribI3uivEXT, VertexAttribI3uivEXT@8)
+ GL_STUB_ALIAS(VertexAttribI4bv, 919, VertexAttribI4bv@8, VertexAttribI4bvEXT, VertexAttribI4bvEXT@8)
+ GL_STUB_ALIAS(VertexAttribI4i, 920, VertexAttribI4i@20, VertexAttribI4iEXT, VertexAttribI4iEXT@20)
+ GL_STUB_ALIAS(VertexAttribI4iv, 921, VertexAttribI4iv@8, VertexAttribI4ivEXT, VertexAttribI4ivEXT@8)
+ GL_STUB_ALIAS(VertexAttribI4sv, 922, VertexAttribI4sv@8, VertexAttribI4svEXT, VertexAttribI4svEXT@8)
+ GL_STUB_ALIAS(VertexAttribI4ubv, 923, VertexAttribI4ubv@8, VertexAttribI4ubvEXT, VertexAttribI4ubvEXT@8)
+ GL_STUB_ALIAS(VertexAttribI4ui, 924, VertexAttribI4ui@20, VertexAttribI4uiEXT, VertexAttribI4uiEXT@20)
+ GL_STUB_ALIAS(VertexAttribI4uiv, 925, VertexAttribI4uiv@8, VertexAttribI4uivEXT, VertexAttribI4uivEXT@8)
+ GL_STUB_ALIAS(VertexAttribI4usv, 926, VertexAttribI4usv@8, VertexAttribI4usvEXT, VertexAttribI4usvEXT@8)
+ GL_STUB_ALIAS(VertexAttribIPointer, 927, VertexAttribIPointer@20, VertexAttribIPointerEXT, VertexAttribIPointerEXT@20)
+ GL_STUB_ALIAS(FramebufferTextureLayer, 928, FramebufferTextureLayer@20, FramebufferTextureLayerEXT, FramebufferTextureLayerEXT@20)
+ GL_STUB_ALIAS(FramebufferTextureLayerARB, 928, FramebufferTextureLayerARB@20, FramebufferTextureLayerEXT, FramebufferTextureLayerEXT@20)
+ GL_STUB_ALIAS(ColorMaski, 929, ColorMaski@20, ColorMaskIndexedEXT, ColorMaskIndexedEXT@20)
+ GL_STUB_ALIAS(Disablei, 930, Disablei@8, DisableIndexedEXT, DisableIndexedEXT@8)
+ GL_STUB_ALIAS(Enablei, 931, Enablei@8, EnableIndexedEXT, EnableIndexedEXT@8)
+ GL_STUB_ALIAS(GetBooleani_v, 932, GetBooleani_v@12, GetBooleanIndexedvEXT, GetBooleanIndexedvEXT@12)
+ GL_STUB_ALIAS(GetIntegeri_v, 933, GetIntegeri_v@12, GetIntegerIndexedvEXT, GetIntegerIndexedvEXT@12)
+ GL_STUB_ALIAS(IsEnabledi, 934, IsEnabledi@8, IsEnabledIndexedEXT, IsEnabledIndexedEXT@8)
+ GL_STUB_ALIAS(GetTexParameterIiv, 937, GetTexParameterIiv@12, GetTexParameterIivEXT, GetTexParameterIivEXT@12)
+ GL_STUB_ALIAS(GetTexParameterIuiv, 938, GetTexParameterIuiv@12, GetTexParameterIuivEXT, GetTexParameterIuivEXT@12)
+ GL_STUB_ALIAS(TexParameterIiv, 939, TexParameterIiv@12, TexParameterIivEXT, TexParameterIivEXT@12)
+ GL_STUB_ALIAS(TexParameterIuiv, 940, TexParameterIuiv@12, TexParameterIuivEXT, TexParameterIuivEXT@12)
+ GL_STUB_ALIAS(BeginConditionalRender, 941, BeginConditionalRender@8, BeginConditionalRenderNV, BeginConditionalRenderNV@8)
+ GL_STUB_ALIAS(EndConditionalRender, 942, EndConditionalRender@0, EndConditionalRenderNV, EndConditionalRenderNV@0)
+ GL_STUB_ALIAS(BeginTransformFeedback, 943, BeginTransformFeedback@4, BeginTransformFeedbackEXT, BeginTransformFeedbackEXT@4)
+ GL_STUB_ALIAS(BindBufferBase, 944, BindBufferBase@12, BindBufferBaseEXT, BindBufferBaseEXT@12)
+ GL_STUB_ALIAS(BindBufferRange, 946, BindBufferRange@20, BindBufferRangeEXT, BindBufferRangeEXT@20)
+ GL_STUB_ALIAS(EndTransformFeedback, 947, EndTransformFeedback@0, EndTransformFeedbackEXT, EndTransformFeedbackEXT@0)
+ GL_STUB_ALIAS(GetTransformFeedbackVarying, 948, GetTransformFeedbackVarying@28, GetTransformFeedbackVaryingEXT, GetTransformFeedbackVaryingEXT@28)
+ GL_STUB_ALIAS(TransformFeedbackVaryings, 949, TransformFeedbackVaryings@16, TransformFeedbackVaryingsEXT, TransformFeedbackVaryingsEXT@16)
+ GL_STUB_ALIAS(ProvokingVertex, 950, ProvokingVertex@4, ProvokingVertexEXT, ProvokingVertexEXT@4)
GLOBL GLNAME(gl_dispatch_functions_end)
HIDDEN(GLNAME(gl_dispatch_functions_end))
diff --git a/src/mapi/glapi/glapitable.h b/src/mapi/glapi/glapitable.h
index 6167814128e..2bce0b098c7 100644
--- a/src/mapi/glapi/glapitable.h
+++ b/src/mapi/glapi/glapitable.h
@@ -655,320 +655,358 @@ struct _glapi_table
void (GLAPIENTRYP SamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat * params); /* 612 */
void (GLAPIENTRYP SamplerParameteri)(GLuint sampler, GLenum pname, GLint param); /* 613 */
void (GLAPIENTRYP SamplerParameteriv)(GLuint sampler, GLenum pname, const GLint * params); /* 614 */
- void (GLAPIENTRYP BindTransformFeedback)(GLenum target, GLuint id); /* 615 */
- void (GLAPIENTRYP DeleteTransformFeedbacks)(GLsizei n, const GLuint * ids); /* 616 */
- void (GLAPIENTRYP DrawTransformFeedback)(GLenum mode, GLuint id); /* 617 */
- void (GLAPIENTRYP GenTransformFeedbacks)(GLsizei n, GLuint * ids); /* 618 */
- GLboolean (GLAPIENTRYP IsTransformFeedback)(GLuint id); /* 619 */
- void (GLAPIENTRYP PauseTransformFeedback)(void); /* 620 */
- void (GLAPIENTRYP ResumeTransformFeedback)(void); /* 621 */
- void (GLAPIENTRYP ClearDepthf)(GLclampf depth); /* 622 */
- void (GLAPIENTRYP DepthRangef)(GLclampf zNear, GLclampf zFar); /* 623 */
- void (GLAPIENTRYP GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision); /* 624 */
- void (GLAPIENTRYP ReleaseShaderCompiler)(void); /* 625 */
- void (GLAPIENTRYP ShaderBinary)(GLsizei n, const GLuint * shaders, GLenum binaryformat, const GLvoid * binary, GLsizei length); /* 626 */
- GLenum (GLAPIENTRYP GetGraphicsResetStatusARB)(void); /* 627 */
- void (GLAPIENTRYP GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * table); /* 628 */
- void (GLAPIENTRYP GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid * img); /* 629 */
- void (GLAPIENTRYP GetnConvolutionFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * image); /* 630 */
- void (GLAPIENTRYP GetnHistogramARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values); /* 631 */
- void (GLAPIENTRYP GetnMapdvARB)(GLenum target, GLenum query, GLsizei bufSize, GLdouble * v); /* 632 */
- void (GLAPIENTRYP GetnMapfvARB)(GLenum target, GLenum query, GLsizei bufSize, GLfloat * v); /* 633 */
- void (GLAPIENTRYP GetnMapivARB)(GLenum target, GLenum query, GLsizei bufSize, GLint * v); /* 634 */
- void (GLAPIENTRYP GetnMinmaxARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values); /* 635 */
- void (GLAPIENTRYP GetnPixelMapfvARB)(GLenum map, GLsizei bufSize, GLfloat * values); /* 636 */
- void (GLAPIENTRYP GetnPixelMapuivARB)(GLenum map, GLsizei bufSize, GLuint * values); /* 637 */
- void (GLAPIENTRYP GetnPixelMapusvARB)(GLenum map, GLsizei bufSize, GLushort * values); /* 638 */
- void (GLAPIENTRYP GetnPolygonStippleARB)(GLsizei bufSize, GLubyte * pattern); /* 639 */
- void (GLAPIENTRYP GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid * row, GLsizei columnBufSize, GLvoid * column, GLvoid * span); /* 640 */
- void (GLAPIENTRYP GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid * img); /* 641 */
- void (GLAPIENTRYP GetnUniformdvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble * params); /* 642 */
- void (GLAPIENTRYP GetnUniformfvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat * params); /* 643 */
- void (GLAPIENTRYP GetnUniformivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLint * params); /* 644 */
- void (GLAPIENTRYP GetnUniformuivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint * params); /* 645 */
- void (GLAPIENTRYP ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid * data); /* 646 */
- void (GLAPIENTRYP PolygonOffsetEXT)(GLfloat factor, GLfloat bias); /* 647 */
- void (GLAPIENTRYP GetPixelTexGenParameterfvSGIS)(GLenum pname, GLfloat * params); /* 648 */
- void (GLAPIENTRYP GetPixelTexGenParameterivSGIS)(GLenum pname, GLint * params); /* 649 */
- void (GLAPIENTRYP PixelTexGenParameterfSGIS)(GLenum pname, GLfloat param); /* 650 */
- void (GLAPIENTRYP PixelTexGenParameterfvSGIS)(GLenum pname, const GLfloat * params); /* 651 */
- void (GLAPIENTRYP PixelTexGenParameteriSGIS)(GLenum pname, GLint param); /* 652 */
- void (GLAPIENTRYP PixelTexGenParameterivSGIS)(GLenum pname, const GLint * params); /* 653 */
- void (GLAPIENTRYP SampleMaskSGIS)(GLclampf value, GLboolean invert); /* 654 */
- void (GLAPIENTRYP SamplePatternSGIS)(GLenum pattern); /* 655 */
- void (GLAPIENTRYP ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 656 */
- void (GLAPIENTRYP EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean * pointer); /* 657 */
- void (GLAPIENTRYP IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 658 */
- void (GLAPIENTRYP NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 659 */
- void (GLAPIENTRYP TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 660 */
- void (GLAPIENTRYP VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 661 */
- void (GLAPIENTRYP PointParameterfEXT)(GLenum pname, GLfloat param); /* 662 */
- void (GLAPIENTRYP PointParameterfvEXT)(GLenum pname, const GLfloat * params); /* 663 */
- void (GLAPIENTRYP LockArraysEXT)(GLint first, GLsizei count); /* 664 */
- void (GLAPIENTRYP UnlockArraysEXT)(void); /* 665 */
- void (GLAPIENTRYP SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue); /* 666 */
- void (GLAPIENTRYP SecondaryColor3bvEXT)(const GLbyte * v); /* 667 */
- void (GLAPIENTRYP SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue); /* 668 */
- void (GLAPIENTRYP SecondaryColor3dvEXT)(const GLdouble * v); /* 669 */
- void (GLAPIENTRYP SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue); /* 670 */
- void (GLAPIENTRYP SecondaryColor3fvEXT)(const GLfloat * v); /* 671 */
- void (GLAPIENTRYP SecondaryColor3iEXT)(GLint red, GLint green, GLint blue); /* 672 */
- void (GLAPIENTRYP SecondaryColor3ivEXT)(const GLint * v); /* 673 */
- void (GLAPIENTRYP SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue); /* 674 */
- void (GLAPIENTRYP SecondaryColor3svEXT)(const GLshort * v); /* 675 */
- void (GLAPIENTRYP SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue); /* 676 */
- void (GLAPIENTRYP SecondaryColor3ubvEXT)(const GLubyte * v); /* 677 */
- void (GLAPIENTRYP SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue); /* 678 */
- void (GLAPIENTRYP SecondaryColor3uivEXT)(const GLuint * v); /* 679 */
- void (GLAPIENTRYP SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue); /* 680 */
- void (GLAPIENTRYP SecondaryColor3usvEXT)(const GLushort * v); /* 681 */
- void (GLAPIENTRYP SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 682 */
- void (GLAPIENTRYP MultiDrawArraysEXT)(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount); /* 683 */
- void (GLAPIENTRYP MultiDrawElementsEXT)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid ** indices, GLsizei primcount); /* 684 */
- void (GLAPIENTRYP FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 685 */
- void (GLAPIENTRYP FogCoorddEXT)(GLdouble coord); /* 686 */
- void (GLAPIENTRYP FogCoorddvEXT)(const GLdouble * coord); /* 687 */
- void (GLAPIENTRYP FogCoordfEXT)(GLfloat coord); /* 688 */
- void (GLAPIENTRYP FogCoordfvEXT)(const GLfloat * coord); /* 689 */
- void (GLAPIENTRYP PixelTexGenSGIX)(GLenum mode); /* 690 */
- void (GLAPIENTRYP BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha); /* 691 */
- void (GLAPIENTRYP FlushVertexArrayRangeNV)(void); /* 692 */
- void (GLAPIENTRYP VertexArrayRangeNV)(GLsizei length, const GLvoid * pointer); /* 693 */
- void (GLAPIENTRYP CombinerInputNV)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage); /* 694 */
- void (GLAPIENTRYP CombinerOutputNV)(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum); /* 695 */
- void (GLAPIENTRYP CombinerParameterfNV)(GLenum pname, GLfloat param); /* 696 */
- void (GLAPIENTRYP CombinerParameterfvNV)(GLenum pname, const GLfloat * params); /* 697 */
- void (GLAPIENTRYP CombinerParameteriNV)(GLenum pname, GLint param); /* 698 */
- void (GLAPIENTRYP CombinerParameterivNV)(GLenum pname, const GLint * params); /* 699 */
- void (GLAPIENTRYP FinalCombinerInputNV)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage); /* 700 */
- void (GLAPIENTRYP GetCombinerInputParameterfvNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat * params); /* 701 */
- void (GLAPIENTRYP GetCombinerInputParameterivNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint * params); /* 702 */
- void (GLAPIENTRYP GetCombinerOutputParameterfvNV)(GLenum stage, GLenum portion, GLenum pname, GLfloat * params); /* 703 */
- void (GLAPIENTRYP GetCombinerOutputParameterivNV)(GLenum stage, GLenum portion, GLenum pname, GLint * params); /* 704 */
- void (GLAPIENTRYP GetFinalCombinerInputParameterfvNV)(GLenum variable, GLenum pname, GLfloat * params); /* 705 */
- void (GLAPIENTRYP GetFinalCombinerInputParameterivNV)(GLenum variable, GLenum pname, GLint * params); /* 706 */
- void (GLAPIENTRYP ResizeBuffersMESA)(void); /* 707 */
- void (GLAPIENTRYP WindowPos2dMESA)(GLdouble x, GLdouble y); /* 708 */
- void (GLAPIENTRYP WindowPos2dvMESA)(const GLdouble * v); /* 709 */
- void (GLAPIENTRYP WindowPos2fMESA)(GLfloat x, GLfloat y); /* 710 */
- void (GLAPIENTRYP WindowPos2fvMESA)(const GLfloat * v); /* 711 */
- void (GLAPIENTRYP WindowPos2iMESA)(GLint x, GLint y); /* 712 */
- void (GLAPIENTRYP WindowPos2ivMESA)(const GLint * v); /* 713 */
- void (GLAPIENTRYP WindowPos2sMESA)(GLshort x, GLshort y); /* 714 */
- void (GLAPIENTRYP WindowPos2svMESA)(const GLshort * v); /* 715 */
- void (GLAPIENTRYP WindowPos3dMESA)(GLdouble x, GLdouble y, GLdouble z); /* 716 */
- void (GLAPIENTRYP WindowPos3dvMESA)(const GLdouble * v); /* 717 */
- void (GLAPIENTRYP WindowPos3fMESA)(GLfloat x, GLfloat y, GLfloat z); /* 718 */
- void (GLAPIENTRYP WindowPos3fvMESA)(const GLfloat * v); /* 719 */
- void (GLAPIENTRYP WindowPos3iMESA)(GLint x, GLint y, GLint z); /* 720 */
- void (GLAPIENTRYP WindowPos3ivMESA)(const GLint * v); /* 721 */
- void (GLAPIENTRYP WindowPos3sMESA)(GLshort x, GLshort y, GLshort z); /* 722 */
- void (GLAPIENTRYP WindowPos3svMESA)(const GLshort * v); /* 723 */
- void (GLAPIENTRYP WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 724 */
- void (GLAPIENTRYP WindowPos4dvMESA)(const GLdouble * v); /* 725 */
- void (GLAPIENTRYP WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 726 */
- void (GLAPIENTRYP WindowPos4fvMESA)(const GLfloat * v); /* 727 */
- void (GLAPIENTRYP WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w); /* 728 */
- void (GLAPIENTRYP WindowPos4ivMESA)(const GLint * v); /* 729 */
- void (GLAPIENTRYP WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w); /* 730 */
- void (GLAPIENTRYP WindowPos4svMESA)(const GLshort * v); /* 731 */
- void (GLAPIENTRYP MultiModeDrawArraysIBM)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride); /* 732 */
- void (GLAPIENTRYP MultiModeDrawElementsIBM)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride); /* 733 */
- void (GLAPIENTRYP DeleteFencesNV)(GLsizei n, const GLuint * fences); /* 734 */
- void (GLAPIENTRYP FinishFenceNV)(GLuint fence); /* 735 */
- void (GLAPIENTRYP GenFencesNV)(GLsizei n, GLuint * fences); /* 736 */
- void (GLAPIENTRYP GetFenceivNV)(GLuint fence, GLenum pname, GLint * params); /* 737 */
- GLboolean (GLAPIENTRYP IsFenceNV)(GLuint fence); /* 738 */
- void (GLAPIENTRYP SetFenceNV)(GLuint fence, GLenum condition); /* 739 */
- GLboolean (GLAPIENTRYP TestFenceNV)(GLuint fence); /* 740 */
- GLboolean (GLAPIENTRYP AreProgramsResidentNV)(GLsizei n, const GLuint * ids, GLboolean * residences); /* 741 */
- void (GLAPIENTRYP BindProgramNV)(GLenum target, GLuint program); /* 742 */
- void (GLAPIENTRYP DeleteProgramsNV)(GLsizei n, const GLuint * programs); /* 743 */
- void (GLAPIENTRYP ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat * params); /* 744 */
- void (GLAPIENTRYP GenProgramsNV)(GLsizei n, GLuint * programs); /* 745 */
- void (GLAPIENTRYP GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble * params); /* 746 */
- void (GLAPIENTRYP GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat * params); /* 747 */
- void (GLAPIENTRYP GetProgramStringNV)(GLuint id, GLenum pname, GLubyte * program); /* 748 */
- void (GLAPIENTRYP GetProgramivNV)(GLuint id, GLenum pname, GLint * params); /* 749 */
- void (GLAPIENTRYP GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint * params); /* 750 */
- void (GLAPIENTRYP GetVertexAttribPointervNV)(GLuint index, GLenum pname, GLvoid ** pointer); /* 751 */
- void (GLAPIENTRYP GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble * params); /* 752 */
- void (GLAPIENTRYP GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat * params); /* 753 */
- void (GLAPIENTRYP GetVertexAttribivNV)(GLuint index, GLenum pname, GLint * params); /* 754 */
- GLboolean (GLAPIENTRYP IsProgramNV)(GLuint program); /* 755 */
- void (GLAPIENTRYP LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte * program); /* 756 */
- void (GLAPIENTRYP ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble * params); /* 757 */
- void (GLAPIENTRYP ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat * params); /* 758 */
- void (GLAPIENTRYP RequestResidentProgramsNV)(GLsizei n, const GLuint * ids); /* 759 */
- void (GLAPIENTRYP TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform); /* 760 */
- void (GLAPIENTRYP VertexAttrib1dNV)(GLuint index, GLdouble x); /* 761 */
- void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble * v); /* 762 */
- void (GLAPIENTRYP VertexAttrib1fNV)(GLuint index, GLfloat x); /* 763 */
- void (GLAPIENTRYP VertexAttrib1fvNV)(GLuint index, const GLfloat * v); /* 764 */
- void (GLAPIENTRYP VertexAttrib1sNV)(GLuint index, GLshort x); /* 765 */
- void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 766 */
- void (GLAPIENTRYP VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y); /* 767 */
- void (GLAPIENTRYP VertexAttrib2dvNV)(GLuint index, const GLdouble * v); /* 768 */
- void (GLAPIENTRYP VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y); /* 769 */
- void (GLAPIENTRYP VertexAttrib2fvNV)(GLuint index, const GLfloat * v); /* 770 */
- void (GLAPIENTRYP VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y); /* 771 */
- void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 772 */
- void (GLAPIENTRYP VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z); /* 773 */
- void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble * v); /* 774 */
- void (GLAPIENTRYP VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z); /* 775 */
- void (GLAPIENTRYP VertexAttrib3fvNV)(GLuint index, const GLfloat * v); /* 776 */
- void (GLAPIENTRYP VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z); /* 777 */
- void (GLAPIENTRYP VertexAttrib3svNV)(GLuint index, const GLshort * v); /* 778 */
- void (GLAPIENTRYP VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 779 */
- void (GLAPIENTRYP VertexAttrib4dvNV)(GLuint index, const GLdouble * v); /* 780 */
- void (GLAPIENTRYP VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 781 */
- void (GLAPIENTRYP VertexAttrib4fvNV)(GLuint index, const GLfloat * v); /* 782 */
- void (GLAPIENTRYP VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 783 */
- void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 784 */
- void (GLAPIENTRYP VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); /* 785 */
- void (GLAPIENTRYP VertexAttrib4ubvNV)(GLuint index, const GLubyte * v); /* 786 */
- void (GLAPIENTRYP VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 787 */
- void (GLAPIENTRYP VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 788 */
- void (GLAPIENTRYP VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 789 */
- void (GLAPIENTRYP VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort * v); /* 790 */
- void (GLAPIENTRYP VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 791 */
- void (GLAPIENTRYP VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 792 */
- void (GLAPIENTRYP VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort * v); /* 793 */
- void (GLAPIENTRYP VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 794 */
- void (GLAPIENTRYP VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 795 */
- void (GLAPIENTRYP VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort * v); /* 796 */
- void (GLAPIENTRYP VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 797 */
- void (GLAPIENTRYP VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 798 */
- void (GLAPIENTRYP VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort * v); /* 799 */
- void (GLAPIENTRYP VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte * v); /* 800 */
- void (GLAPIENTRYP GetTexBumpParameterfvATI)(GLenum pname, GLfloat * param); /* 801 */
- void (GLAPIENTRYP GetTexBumpParameterivATI)(GLenum pname, GLint * param); /* 802 */
- void (GLAPIENTRYP TexBumpParameterfvATI)(GLenum pname, const GLfloat * param); /* 803 */
- void (GLAPIENTRYP TexBumpParameterivATI)(GLenum pname, const GLint * param); /* 804 */
- void (GLAPIENTRYP AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 805 */
- void (GLAPIENTRYP AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 806 */
- void (GLAPIENTRYP AlphaFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 807 */
- void (GLAPIENTRYP BeginFragmentShaderATI)(void); /* 808 */
- void (GLAPIENTRYP BindFragmentShaderATI)(GLuint id); /* 809 */
- void (GLAPIENTRYP ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 810 */
- void (GLAPIENTRYP ColorFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 811 */
- void (GLAPIENTRYP ColorFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 812 */
- void (GLAPIENTRYP DeleteFragmentShaderATI)(GLuint id); /* 813 */
- void (GLAPIENTRYP EndFragmentShaderATI)(void); /* 814 */
- GLuint (GLAPIENTRYP GenFragmentShadersATI)(GLuint range); /* 815 */
- void (GLAPIENTRYP PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle); /* 816 */
- void (GLAPIENTRYP SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle); /* 817 */
- void (GLAPIENTRYP SetFragmentShaderConstantATI)(GLuint dst, const GLfloat * value); /* 818 */
- void (GLAPIENTRYP PointParameteriNV)(GLenum pname, GLint param); /* 819 */
- void (GLAPIENTRYP PointParameterivNV)(GLenum pname, const GLint * params); /* 820 */
- void (GLAPIENTRYP ActiveStencilFaceEXT)(GLenum face); /* 821 */
- void (GLAPIENTRYP BindVertexArrayAPPLE)(GLuint array); /* 822 */
- void (GLAPIENTRYP DeleteVertexArraysAPPLE)(GLsizei n, const GLuint * arrays); /* 823 */
- void (GLAPIENTRYP GenVertexArraysAPPLE)(GLsizei n, GLuint * arrays); /* 824 */
- GLboolean (GLAPIENTRYP IsVertexArrayAPPLE)(GLuint array); /* 825 */
- void (GLAPIENTRYP GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params); /* 826 */
- void (GLAPIENTRYP GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params); /* 827 */
- void (GLAPIENTRYP ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 828 */
- void (GLAPIENTRYP ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v); /* 829 */
- void (GLAPIENTRYP ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 830 */
- void (GLAPIENTRYP ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v); /* 831 */
- void (GLAPIENTRYP PrimitiveRestartIndexNV)(GLuint index); /* 832 */
- void (GLAPIENTRYP PrimitiveRestartNV)(void); /* 833 */
- void (GLAPIENTRYP DepthBoundsEXT)(GLclampd zmin, GLclampd zmax); /* 834 */
- void (GLAPIENTRYP BlendEquationSeparateEXT)(GLenum modeRGB, GLenum modeA); /* 835 */
- void (GLAPIENTRYP BindFramebufferEXT)(GLenum target, GLuint framebuffer); /* 836 */
- void (GLAPIENTRYP BindRenderbufferEXT)(GLenum target, GLuint renderbuffer); /* 837 */
- GLenum (GLAPIENTRYP CheckFramebufferStatusEXT)(GLenum target); /* 838 */
- void (GLAPIENTRYP DeleteFramebuffersEXT)(GLsizei n, const GLuint * framebuffers); /* 839 */
- void (GLAPIENTRYP DeleteRenderbuffersEXT)(GLsizei n, const GLuint * renderbuffers); /* 840 */
- void (GLAPIENTRYP FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer); /* 841 */
- void (GLAPIENTRYP FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); /* 842 */
- void (GLAPIENTRYP FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); /* 843 */
- void (GLAPIENTRYP FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset); /* 844 */
- void (GLAPIENTRYP GenFramebuffersEXT)(GLsizei n, GLuint * framebuffers); /* 845 */
- void (GLAPIENTRYP GenRenderbuffersEXT)(GLsizei n, GLuint * renderbuffers); /* 846 */
- void (GLAPIENTRYP GenerateMipmapEXT)(GLenum target); /* 847 */
- void (GLAPIENTRYP GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint * params); /* 848 */
- void (GLAPIENTRYP GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint * params); /* 849 */
- GLboolean (GLAPIENTRYP IsFramebufferEXT)(GLuint framebuffer); /* 850 */
- GLboolean (GLAPIENTRYP IsRenderbufferEXT)(GLuint renderbuffer); /* 851 */
- void (GLAPIENTRYP RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height); /* 852 */
- void (GLAPIENTRYP BlitFramebufferEXT)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); /* 853 */
- void (GLAPIENTRYP BufferParameteriAPPLE)(GLenum target, GLenum pname, GLint param); /* 854 */
- void (GLAPIENTRYP FlushMappedBufferRangeAPPLE)(GLenum target, GLintptr offset, GLsizeiptr size); /* 855 */
- void (GLAPIENTRYP BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar * name); /* 856 */
- GLint (GLAPIENTRYP GetFragDataLocationEXT)(GLuint program, const GLchar * name); /* 857 */
- void (GLAPIENTRYP GetUniformuivEXT)(GLuint program, GLint location, GLuint * params); /* 858 */
- void (GLAPIENTRYP GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint * params); /* 859 */
- void (GLAPIENTRYP GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint * params); /* 860 */
- void (GLAPIENTRYP Uniform1uiEXT)(GLint location, GLuint x); /* 861 */
- void (GLAPIENTRYP Uniform1uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 862 */
- void (GLAPIENTRYP Uniform2uiEXT)(GLint location, GLuint x, GLuint y); /* 863 */
- void (GLAPIENTRYP Uniform2uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 864 */
- void (GLAPIENTRYP Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z); /* 865 */
- void (GLAPIENTRYP Uniform3uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 866 */
- void (GLAPIENTRYP Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w); /* 867 */
- void (GLAPIENTRYP Uniform4uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 868 */
- void (GLAPIENTRYP VertexAttribI1iEXT)(GLuint index, GLint x); /* 869 */
- void (GLAPIENTRYP VertexAttribI1ivEXT)(GLuint index, const GLint * v); /* 870 */
- void (GLAPIENTRYP VertexAttribI1uiEXT)(GLuint index, GLuint x); /* 871 */
- void (GLAPIENTRYP VertexAttribI1uivEXT)(GLuint index, const GLuint * v); /* 872 */
- void (GLAPIENTRYP VertexAttribI2iEXT)(GLuint index, GLint x, GLint y); /* 873 */
- void (GLAPIENTRYP VertexAttribI2ivEXT)(GLuint index, const GLint * v); /* 874 */
- void (GLAPIENTRYP VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y); /* 875 */
- void (GLAPIENTRYP VertexAttribI2uivEXT)(GLuint index, const GLuint * v); /* 876 */
- void (GLAPIENTRYP VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z); /* 877 */
- void (GLAPIENTRYP VertexAttribI3ivEXT)(GLuint index, const GLint * v); /* 878 */
- void (GLAPIENTRYP VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z); /* 879 */
- void (GLAPIENTRYP VertexAttribI3uivEXT)(GLuint index, const GLuint * v); /* 880 */
- void (GLAPIENTRYP VertexAttribI4bvEXT)(GLuint index, const GLbyte * v); /* 881 */
- void (GLAPIENTRYP VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w); /* 882 */
- void (GLAPIENTRYP VertexAttribI4ivEXT)(GLuint index, const GLint * v); /* 883 */
- void (GLAPIENTRYP VertexAttribI4svEXT)(GLuint index, const GLshort * v); /* 884 */
- void (GLAPIENTRYP VertexAttribI4ubvEXT)(GLuint index, const GLubyte * v); /* 885 */
- void (GLAPIENTRYP VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w); /* 886 */
- void (GLAPIENTRYP VertexAttribI4uivEXT)(GLuint index, const GLuint * v); /* 887 */
- void (GLAPIENTRYP VertexAttribI4usvEXT)(GLuint index, const GLushort * v); /* 888 */
- void (GLAPIENTRYP VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 889 */
- void (GLAPIENTRYP FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer); /* 890 */
- void (GLAPIENTRYP ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a); /* 891 */
- void (GLAPIENTRYP DisableIndexedEXT)(GLenum target, GLuint index); /* 892 */
- void (GLAPIENTRYP EnableIndexedEXT)(GLenum target, GLuint index); /* 893 */
- void (GLAPIENTRYP GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean * data); /* 894 */
- void (GLAPIENTRYP GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint * data); /* 895 */
- GLboolean (GLAPIENTRYP IsEnabledIndexedEXT)(GLenum target, GLuint index); /* 896 */
- void (GLAPIENTRYP ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a); /* 897 */
- void (GLAPIENTRYP ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a); /* 898 */
- void (GLAPIENTRYP GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint * params); /* 899 */
- void (GLAPIENTRYP GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint * params); /* 900 */
- void (GLAPIENTRYP TexParameterIivEXT)(GLenum target, GLenum pname, const GLint * params); /* 901 */
- void (GLAPIENTRYP TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint * params); /* 902 */
- void (GLAPIENTRYP BeginConditionalRenderNV)(GLuint query, GLenum mode); /* 903 */
- void (GLAPIENTRYP EndConditionalRenderNV)(void); /* 904 */
- void (GLAPIENTRYP BeginTransformFeedbackEXT)(GLenum mode); /* 905 */
- void (GLAPIENTRYP BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer); /* 906 */
- void (GLAPIENTRYP BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset); /* 907 */
- void (GLAPIENTRYP BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); /* 908 */
- void (GLAPIENTRYP EndTransformFeedbackEXT)(void); /* 909 */
- void (GLAPIENTRYP GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name); /* 910 */
- void (GLAPIENTRYP TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char ** varyings, GLenum bufferMode); /* 911 */
- void (GLAPIENTRYP ProvokingVertexEXT)(GLenum mode); /* 912 */
- void (GLAPIENTRYP GetTexParameterPointervAPPLE)(GLenum target, GLenum pname, GLvoid ** params); /* 913 */
- void (GLAPIENTRYP TextureRangeAPPLE)(GLenum target, GLsizei length, GLvoid * pointer); /* 914 */
- void (GLAPIENTRYP GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint * value); /* 915 */
- GLenum (GLAPIENTRYP ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 916 */
- GLenum (GLAPIENTRYP ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 917 */
- void (GLAPIENTRYP ActiveProgramEXT)(GLuint program); /* 918 */
- GLuint (GLAPIENTRYP CreateShaderProgramEXT)(GLenum type, const GLchar * string); /* 919 */
- void (GLAPIENTRYP UseShaderProgramEXT)(GLenum type, GLuint program); /* 920 */
- void (GLAPIENTRYP TextureBarrierNV)(void); /* 921 */
- void (GLAPIENTRYP StencilFuncSeparateATI)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask); /* 922 */
- void (GLAPIENTRYP ProgramEnvParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 923 */
- void (GLAPIENTRYP ProgramLocalParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 924 */
- void (GLAPIENTRYP GetQueryObjecti64vEXT)(GLuint id, GLenum pname, GLint64EXT * params); /* 925 */
- void (GLAPIENTRYP GetQueryObjectui64vEXT)(GLuint id, GLenum pname, GLuint64EXT * params); /* 926 */
- void (GLAPIENTRYP EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid * writeOffset); /* 927 */
- void (GLAPIENTRYP EGLImageTargetTexture2DOES)(GLenum target, GLvoid * writeOffset); /* 928 */
+ void (GLAPIENTRYP ColorP3ui)(GLenum type, GLuint color); /* 615 */
+ void (GLAPIENTRYP ColorP3uiv)(GLenum type, const GLuint * color); /* 616 */
+ void (GLAPIENTRYP ColorP4ui)(GLenum type, GLuint color); /* 617 */
+ void (GLAPIENTRYP ColorP4uiv)(GLenum type, const GLuint * color); /* 618 */
+ void (GLAPIENTRYP MultiTexCoordP1ui)(GLenum texture, GLenum type, GLuint coords); /* 619 */
+ void (GLAPIENTRYP MultiTexCoordP1uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 620 */
+ void (GLAPIENTRYP MultiTexCoordP2ui)(GLenum texture, GLenum type, GLuint coords); /* 621 */
+ void (GLAPIENTRYP MultiTexCoordP2uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 622 */
+ void (GLAPIENTRYP MultiTexCoordP3ui)(GLenum texture, GLenum type, GLuint coords); /* 623 */
+ void (GLAPIENTRYP MultiTexCoordP3uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 624 */
+ void (GLAPIENTRYP MultiTexCoordP4ui)(GLenum texture, GLenum type, GLuint coords); /* 625 */
+ void (GLAPIENTRYP MultiTexCoordP4uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 626 */
+ void (GLAPIENTRYP NormalP3ui)(GLenum type, GLuint coords); /* 627 */
+ void (GLAPIENTRYP NormalP3uiv)(GLenum type, const GLuint * coords); /* 628 */
+ void (GLAPIENTRYP SecondaryColorP3ui)(GLenum type, GLuint color); /* 629 */
+ void (GLAPIENTRYP SecondaryColorP3uiv)(GLenum type, const GLuint * color); /* 630 */
+ void (GLAPIENTRYP TexCoordP1ui)(GLenum type, GLuint coords); /* 631 */
+ void (GLAPIENTRYP TexCoordP1uiv)(GLenum type, const GLuint * coords); /* 632 */
+ void (GLAPIENTRYP TexCoordP2ui)(GLenum type, GLuint coords); /* 633 */
+ void (GLAPIENTRYP TexCoordP2uiv)(GLenum type, const GLuint * coords); /* 634 */
+ void (GLAPIENTRYP TexCoordP3ui)(GLenum type, GLuint coords); /* 635 */
+ void (GLAPIENTRYP TexCoordP3uiv)(GLenum type, const GLuint * coords); /* 636 */
+ void (GLAPIENTRYP TexCoordP4ui)(GLenum type, GLuint coords); /* 637 */
+ void (GLAPIENTRYP TexCoordP4uiv)(GLenum type, const GLuint * coords); /* 638 */
+ void (GLAPIENTRYP VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 639 */
+ void (GLAPIENTRYP VertexAttribP1uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 640 */
+ void (GLAPIENTRYP VertexAttribP2ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 641 */
+ void (GLAPIENTRYP VertexAttribP2uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 642 */
+ void (GLAPIENTRYP VertexAttribP3ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 643 */
+ void (GLAPIENTRYP VertexAttribP3uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 644 */
+ void (GLAPIENTRYP VertexAttribP4ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 645 */
+ void (GLAPIENTRYP VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 646 */
+ void (GLAPIENTRYP VertexP2ui)(GLenum type, GLuint value); /* 647 */
+ void (GLAPIENTRYP VertexP2uiv)(GLenum type, const GLuint * value); /* 648 */
+ void (GLAPIENTRYP VertexP3ui)(GLenum type, GLuint value); /* 649 */
+ void (GLAPIENTRYP VertexP3uiv)(GLenum type, const GLuint * value); /* 650 */
+ void (GLAPIENTRYP VertexP4ui)(GLenum type, GLuint value); /* 651 */
+ void (GLAPIENTRYP VertexP4uiv)(GLenum type, const GLuint * value); /* 652 */
+ void (GLAPIENTRYP BindTransformFeedback)(GLenum target, GLuint id); /* 653 */
+ void (GLAPIENTRYP DeleteTransformFeedbacks)(GLsizei n, const GLuint * ids); /* 654 */
+ void (GLAPIENTRYP DrawTransformFeedback)(GLenum mode, GLuint id); /* 655 */
+ void (GLAPIENTRYP GenTransformFeedbacks)(GLsizei n, GLuint * ids); /* 656 */
+ GLboolean (GLAPIENTRYP IsTransformFeedback)(GLuint id); /* 657 */
+ void (GLAPIENTRYP PauseTransformFeedback)(void); /* 658 */
+ void (GLAPIENTRYP ResumeTransformFeedback)(void); /* 659 */
+ void (GLAPIENTRYP ClearDepthf)(GLclampf depth); /* 660 */
+ void (GLAPIENTRYP DepthRangef)(GLclampf zNear, GLclampf zFar); /* 661 */
+ void (GLAPIENTRYP GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision); /* 662 */
+ void (GLAPIENTRYP ReleaseShaderCompiler)(void); /* 663 */
+ void (GLAPIENTRYP ShaderBinary)(GLsizei n, const GLuint * shaders, GLenum binaryformat, const GLvoid * binary, GLsizei length); /* 664 */
+ GLenum (GLAPIENTRYP GetGraphicsResetStatusARB)(void); /* 665 */
+ void (GLAPIENTRYP GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * table); /* 666 */
+ void (GLAPIENTRYP GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid * img); /* 667 */
+ void (GLAPIENTRYP GetnConvolutionFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * image); /* 668 */
+ void (GLAPIENTRYP GetnHistogramARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values); /* 669 */
+ void (GLAPIENTRYP GetnMapdvARB)(GLenum target, GLenum query, GLsizei bufSize, GLdouble * v); /* 670 */
+ void (GLAPIENTRYP GetnMapfvARB)(GLenum target, GLenum query, GLsizei bufSize, GLfloat * v); /* 671 */
+ void (GLAPIENTRYP GetnMapivARB)(GLenum target, GLenum query, GLsizei bufSize, GLint * v); /* 672 */
+ void (GLAPIENTRYP GetnMinmaxARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values); /* 673 */
+ void (GLAPIENTRYP GetnPixelMapfvARB)(GLenum map, GLsizei bufSize, GLfloat * values); /* 674 */
+ void (GLAPIENTRYP GetnPixelMapuivARB)(GLenum map, GLsizei bufSize, GLuint * values); /* 675 */
+ void (GLAPIENTRYP GetnPixelMapusvARB)(GLenum map, GLsizei bufSize, GLushort * values); /* 676 */
+ void (GLAPIENTRYP GetnPolygonStippleARB)(GLsizei bufSize, GLubyte * pattern); /* 677 */
+ void (GLAPIENTRYP GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid * row, GLsizei columnBufSize, GLvoid * column, GLvoid * span); /* 678 */
+ void (GLAPIENTRYP GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid * img); /* 679 */
+ void (GLAPIENTRYP GetnUniformdvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble * params); /* 680 */
+ void (GLAPIENTRYP GetnUniformfvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat * params); /* 681 */
+ void (GLAPIENTRYP GetnUniformivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLint * params); /* 682 */
+ void (GLAPIENTRYP GetnUniformuivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint * params); /* 683 */
+ void (GLAPIENTRYP ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid * data); /* 684 */
+ void (GLAPIENTRYP PolygonOffsetEXT)(GLfloat factor, GLfloat bias); /* 685 */
+ void (GLAPIENTRYP GetPixelTexGenParameterfvSGIS)(GLenum pname, GLfloat * params); /* 686 */
+ void (GLAPIENTRYP GetPixelTexGenParameterivSGIS)(GLenum pname, GLint * params); /* 687 */
+ void (GLAPIENTRYP PixelTexGenParameterfSGIS)(GLenum pname, GLfloat param); /* 688 */
+ void (GLAPIENTRYP PixelTexGenParameterfvSGIS)(GLenum pname, const GLfloat * params); /* 689 */
+ void (GLAPIENTRYP PixelTexGenParameteriSGIS)(GLenum pname, GLint param); /* 690 */
+ void (GLAPIENTRYP PixelTexGenParameterivSGIS)(GLenum pname, const GLint * params); /* 691 */
+ void (GLAPIENTRYP SampleMaskSGIS)(GLclampf value, GLboolean invert); /* 692 */
+ void (GLAPIENTRYP SamplePatternSGIS)(GLenum pattern); /* 693 */
+ void (GLAPIENTRYP ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 694 */
+ void (GLAPIENTRYP EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean * pointer); /* 695 */
+ void (GLAPIENTRYP IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 696 */
+ void (GLAPIENTRYP NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 697 */
+ void (GLAPIENTRYP TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 698 */
+ void (GLAPIENTRYP VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 699 */
+ void (GLAPIENTRYP PointParameterfEXT)(GLenum pname, GLfloat param); /* 700 */
+ void (GLAPIENTRYP PointParameterfvEXT)(GLenum pname, const GLfloat * params); /* 701 */
+ void (GLAPIENTRYP LockArraysEXT)(GLint first, GLsizei count); /* 702 */
+ void (GLAPIENTRYP UnlockArraysEXT)(void); /* 703 */
+ void (GLAPIENTRYP SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue); /* 704 */
+ void (GLAPIENTRYP SecondaryColor3bvEXT)(const GLbyte * v); /* 705 */
+ void (GLAPIENTRYP SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue); /* 706 */
+ void (GLAPIENTRYP SecondaryColor3dvEXT)(const GLdouble * v); /* 707 */
+ void (GLAPIENTRYP SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue); /* 708 */
+ void (GLAPIENTRYP SecondaryColor3fvEXT)(const GLfloat * v); /* 709 */
+ void (GLAPIENTRYP SecondaryColor3iEXT)(GLint red, GLint green, GLint blue); /* 710 */
+ void (GLAPIENTRYP SecondaryColor3ivEXT)(const GLint * v); /* 711 */
+ void (GLAPIENTRYP SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue); /* 712 */
+ void (GLAPIENTRYP SecondaryColor3svEXT)(const GLshort * v); /* 713 */
+ void (GLAPIENTRYP SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue); /* 714 */
+ void (GLAPIENTRYP SecondaryColor3ubvEXT)(const GLubyte * v); /* 715 */
+ void (GLAPIENTRYP SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue); /* 716 */
+ void (GLAPIENTRYP SecondaryColor3uivEXT)(const GLuint * v); /* 717 */
+ void (GLAPIENTRYP SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue); /* 718 */
+ void (GLAPIENTRYP SecondaryColor3usvEXT)(const GLushort * v); /* 719 */
+ void (GLAPIENTRYP SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 720 */
+ void (GLAPIENTRYP MultiDrawArraysEXT)(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount); /* 721 */
+ void (GLAPIENTRYP MultiDrawElementsEXT)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid ** indices, GLsizei primcount); /* 722 */
+ void (GLAPIENTRYP FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 723 */
+ void (GLAPIENTRYP FogCoorddEXT)(GLdouble coord); /* 724 */
+ void (GLAPIENTRYP FogCoorddvEXT)(const GLdouble * coord); /* 725 */
+ void (GLAPIENTRYP FogCoordfEXT)(GLfloat coord); /* 726 */
+ void (GLAPIENTRYP FogCoordfvEXT)(const GLfloat * coord); /* 727 */
+ void (GLAPIENTRYP PixelTexGenSGIX)(GLenum mode); /* 728 */
+ void (GLAPIENTRYP BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha); /* 729 */
+ void (GLAPIENTRYP FlushVertexArrayRangeNV)(void); /* 730 */
+ void (GLAPIENTRYP VertexArrayRangeNV)(GLsizei length, const GLvoid * pointer); /* 731 */
+ void (GLAPIENTRYP CombinerInputNV)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage); /* 732 */
+ void (GLAPIENTRYP CombinerOutputNV)(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum); /* 733 */
+ void (GLAPIENTRYP CombinerParameterfNV)(GLenum pname, GLfloat param); /* 734 */
+ void (GLAPIENTRYP CombinerParameterfvNV)(GLenum pname, const GLfloat * params); /* 735 */
+ void (GLAPIENTRYP CombinerParameteriNV)(GLenum pname, GLint param); /* 736 */
+ void (GLAPIENTRYP CombinerParameterivNV)(GLenum pname, const GLint * params); /* 737 */
+ void (GLAPIENTRYP FinalCombinerInputNV)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage); /* 738 */
+ void (GLAPIENTRYP GetCombinerInputParameterfvNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat * params); /* 739 */
+ void (GLAPIENTRYP GetCombinerInputParameterivNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint * params); /* 740 */
+ void (GLAPIENTRYP GetCombinerOutputParameterfvNV)(GLenum stage, GLenum portion, GLenum pname, GLfloat * params); /* 741 */
+ void (GLAPIENTRYP GetCombinerOutputParameterivNV)(GLenum stage, GLenum portion, GLenum pname, GLint * params); /* 742 */
+ void (GLAPIENTRYP GetFinalCombinerInputParameterfvNV)(GLenum variable, GLenum pname, GLfloat * params); /* 743 */
+ void (GLAPIENTRYP GetFinalCombinerInputParameterivNV)(GLenum variable, GLenum pname, GLint * params); /* 744 */
+ void (GLAPIENTRYP ResizeBuffersMESA)(void); /* 745 */
+ void (GLAPIENTRYP WindowPos2dMESA)(GLdouble x, GLdouble y); /* 746 */
+ void (GLAPIENTRYP WindowPos2dvMESA)(const GLdouble * v); /* 747 */
+ void (GLAPIENTRYP WindowPos2fMESA)(GLfloat x, GLfloat y); /* 748 */
+ void (GLAPIENTRYP WindowPos2fvMESA)(const GLfloat * v); /* 749 */
+ void (GLAPIENTRYP WindowPos2iMESA)(GLint x, GLint y); /* 750 */
+ void (GLAPIENTRYP WindowPos2ivMESA)(const GLint * v); /* 751 */
+ void (GLAPIENTRYP WindowPos2sMESA)(GLshort x, GLshort y); /* 752 */
+ void (GLAPIENTRYP WindowPos2svMESA)(const GLshort * v); /* 753 */
+ void (GLAPIENTRYP WindowPos3dMESA)(GLdouble x, GLdouble y, GLdouble z); /* 754 */
+ void (GLAPIENTRYP WindowPos3dvMESA)(const GLdouble * v); /* 755 */
+ void (GLAPIENTRYP WindowPos3fMESA)(GLfloat x, GLfloat y, GLfloat z); /* 756 */
+ void (GLAPIENTRYP WindowPos3fvMESA)(const GLfloat * v); /* 757 */
+ void (GLAPIENTRYP WindowPos3iMESA)(GLint x, GLint y, GLint z); /* 758 */
+ void (GLAPIENTRYP WindowPos3ivMESA)(const GLint * v); /* 759 */
+ void (GLAPIENTRYP WindowPos3sMESA)(GLshort x, GLshort y, GLshort z); /* 760 */
+ void (GLAPIENTRYP WindowPos3svMESA)(const GLshort * v); /* 761 */
+ void (GLAPIENTRYP WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 762 */
+ void (GLAPIENTRYP WindowPos4dvMESA)(const GLdouble * v); /* 763 */
+ void (GLAPIENTRYP WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 764 */
+ void (GLAPIENTRYP WindowPos4fvMESA)(const GLfloat * v); /* 765 */
+ void (GLAPIENTRYP WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w); /* 766 */
+ void (GLAPIENTRYP WindowPos4ivMESA)(const GLint * v); /* 767 */
+ void (GLAPIENTRYP WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w); /* 768 */
+ void (GLAPIENTRYP WindowPos4svMESA)(const GLshort * v); /* 769 */
+ void (GLAPIENTRYP MultiModeDrawArraysIBM)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride); /* 770 */
+ void (GLAPIENTRYP MultiModeDrawElementsIBM)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride); /* 771 */
+ void (GLAPIENTRYP DeleteFencesNV)(GLsizei n, const GLuint * fences); /* 772 */
+ void (GLAPIENTRYP FinishFenceNV)(GLuint fence); /* 773 */
+ void (GLAPIENTRYP GenFencesNV)(GLsizei n, GLuint * fences); /* 774 */
+ void (GLAPIENTRYP GetFenceivNV)(GLuint fence, GLenum pname, GLint * params); /* 775 */
+ GLboolean (GLAPIENTRYP IsFenceNV)(GLuint fence); /* 776 */
+ void (GLAPIENTRYP SetFenceNV)(GLuint fence, GLenum condition); /* 777 */
+ GLboolean (GLAPIENTRYP TestFenceNV)(GLuint fence); /* 778 */
+ GLboolean (GLAPIENTRYP AreProgramsResidentNV)(GLsizei n, const GLuint * ids, GLboolean * residences); /* 779 */
+ void (GLAPIENTRYP BindProgramNV)(GLenum target, GLuint program); /* 780 */
+ void (GLAPIENTRYP DeleteProgramsNV)(GLsizei n, const GLuint * programs); /* 781 */
+ void (GLAPIENTRYP ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat * params); /* 782 */
+ void (GLAPIENTRYP GenProgramsNV)(GLsizei n, GLuint * programs); /* 783 */
+ void (GLAPIENTRYP GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble * params); /* 784 */
+ void (GLAPIENTRYP GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat * params); /* 785 */
+ void (GLAPIENTRYP GetProgramStringNV)(GLuint id, GLenum pname, GLubyte * program); /* 786 */
+ void (GLAPIENTRYP GetProgramivNV)(GLuint id, GLenum pname, GLint * params); /* 787 */
+ void (GLAPIENTRYP GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint * params); /* 788 */
+ void (GLAPIENTRYP GetVertexAttribPointervNV)(GLuint index, GLenum pname, GLvoid ** pointer); /* 789 */
+ void (GLAPIENTRYP GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble * params); /* 790 */
+ void (GLAPIENTRYP GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat * params); /* 791 */
+ void (GLAPIENTRYP GetVertexAttribivNV)(GLuint index, GLenum pname, GLint * params); /* 792 */
+ GLboolean (GLAPIENTRYP IsProgramNV)(GLuint program); /* 793 */
+ void (GLAPIENTRYP LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte * program); /* 794 */
+ void (GLAPIENTRYP ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble * params); /* 795 */
+ void (GLAPIENTRYP ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat * params); /* 796 */
+ void (GLAPIENTRYP RequestResidentProgramsNV)(GLsizei n, const GLuint * ids); /* 797 */
+ void (GLAPIENTRYP TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform); /* 798 */
+ void (GLAPIENTRYP VertexAttrib1dNV)(GLuint index, GLdouble x); /* 799 */
+ void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble * v); /* 800 */
+ void (GLAPIENTRYP VertexAttrib1fNV)(GLuint index, GLfloat x); /* 801 */
+ void (GLAPIENTRYP VertexAttrib1fvNV)(GLuint index, const GLfloat * v); /* 802 */
+ void (GLAPIENTRYP VertexAttrib1sNV)(GLuint index, GLshort x); /* 803 */
+ void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 804 */
+ void (GLAPIENTRYP VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y); /* 805 */
+ void (GLAPIENTRYP VertexAttrib2dvNV)(GLuint index, const GLdouble * v); /* 806 */
+ void (GLAPIENTRYP VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y); /* 807 */
+ void (GLAPIENTRYP VertexAttrib2fvNV)(GLuint index, const GLfloat * v); /* 808 */
+ void (GLAPIENTRYP VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y); /* 809 */
+ void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 810 */
+ void (GLAPIENTRYP VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z); /* 811 */
+ void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble * v); /* 812 */
+ void (GLAPIENTRYP VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z); /* 813 */
+ void (GLAPIENTRYP VertexAttrib3fvNV)(GLuint index, const GLfloat * v); /* 814 */
+ void (GLAPIENTRYP VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z); /* 815 */
+ void (GLAPIENTRYP VertexAttrib3svNV)(GLuint index, const GLshort * v); /* 816 */
+ void (GLAPIENTRYP VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 817 */
+ void (GLAPIENTRYP VertexAttrib4dvNV)(GLuint index, const GLdouble * v); /* 818 */
+ void (GLAPIENTRYP VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 819 */
+ void (GLAPIENTRYP VertexAttrib4fvNV)(GLuint index, const GLfloat * v); /* 820 */
+ void (GLAPIENTRYP VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 821 */
+ void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 822 */
+ void (GLAPIENTRYP VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); /* 823 */
+ void (GLAPIENTRYP VertexAttrib4ubvNV)(GLuint index, const GLubyte * v); /* 824 */
+ void (GLAPIENTRYP VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 825 */
+ void (GLAPIENTRYP VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 826 */
+ void (GLAPIENTRYP VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 827 */
+ void (GLAPIENTRYP VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort * v); /* 828 */
+ void (GLAPIENTRYP VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 829 */
+ void (GLAPIENTRYP VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 830 */
+ void (GLAPIENTRYP VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort * v); /* 831 */
+ void (GLAPIENTRYP VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 832 */
+ void (GLAPIENTRYP VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 833 */
+ void (GLAPIENTRYP VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort * v); /* 834 */
+ void (GLAPIENTRYP VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 835 */
+ void (GLAPIENTRYP VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 836 */
+ void (GLAPIENTRYP VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort * v); /* 837 */
+ void (GLAPIENTRYP VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte * v); /* 838 */
+ void (GLAPIENTRYP GetTexBumpParameterfvATI)(GLenum pname, GLfloat * param); /* 839 */
+ void (GLAPIENTRYP GetTexBumpParameterivATI)(GLenum pname, GLint * param); /* 840 */
+ void (GLAPIENTRYP TexBumpParameterfvATI)(GLenum pname, const GLfloat * param); /* 841 */
+ void (GLAPIENTRYP TexBumpParameterivATI)(GLenum pname, const GLint * param); /* 842 */
+ void (GLAPIENTRYP AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 843 */
+ void (GLAPIENTRYP AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 844 */
+ void (GLAPIENTRYP AlphaFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 845 */
+ void (GLAPIENTRYP BeginFragmentShaderATI)(void); /* 846 */
+ void (GLAPIENTRYP BindFragmentShaderATI)(GLuint id); /* 847 */
+ void (GLAPIENTRYP ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 848 */
+ void (GLAPIENTRYP ColorFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 849 */
+ void (GLAPIENTRYP ColorFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 850 */
+ void (GLAPIENTRYP DeleteFragmentShaderATI)(GLuint id); /* 851 */
+ void (GLAPIENTRYP EndFragmentShaderATI)(void); /* 852 */
+ GLuint (GLAPIENTRYP GenFragmentShadersATI)(GLuint range); /* 853 */
+ void (GLAPIENTRYP PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle); /* 854 */
+ void (GLAPIENTRYP SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle); /* 855 */
+ void (GLAPIENTRYP SetFragmentShaderConstantATI)(GLuint dst, const GLfloat * value); /* 856 */
+ void (GLAPIENTRYP PointParameteriNV)(GLenum pname, GLint param); /* 857 */
+ void (GLAPIENTRYP PointParameterivNV)(GLenum pname, const GLint * params); /* 858 */
+ void (GLAPIENTRYP ActiveStencilFaceEXT)(GLenum face); /* 859 */
+ void (GLAPIENTRYP BindVertexArrayAPPLE)(GLuint array); /* 860 */
+ void (GLAPIENTRYP DeleteVertexArraysAPPLE)(GLsizei n, const GLuint * arrays); /* 861 */
+ void (GLAPIENTRYP GenVertexArraysAPPLE)(GLsizei n, GLuint * arrays); /* 862 */
+ GLboolean (GLAPIENTRYP IsVertexArrayAPPLE)(GLuint array); /* 863 */
+ void (GLAPIENTRYP GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params); /* 864 */
+ void (GLAPIENTRYP GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params); /* 865 */
+ void (GLAPIENTRYP ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 866 */
+ void (GLAPIENTRYP ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v); /* 867 */
+ void (GLAPIENTRYP ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 868 */
+ void (GLAPIENTRYP ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v); /* 869 */
+ void (GLAPIENTRYP PrimitiveRestartIndexNV)(GLuint index); /* 870 */
+ void (GLAPIENTRYP PrimitiveRestartNV)(void); /* 871 */
+ void (GLAPIENTRYP DepthBoundsEXT)(GLclampd zmin, GLclampd zmax); /* 872 */
+ void (GLAPIENTRYP BlendEquationSeparateEXT)(GLenum modeRGB, GLenum modeA); /* 873 */
+ void (GLAPIENTRYP BindFramebufferEXT)(GLenum target, GLuint framebuffer); /* 874 */
+ void (GLAPIENTRYP BindRenderbufferEXT)(GLenum target, GLuint renderbuffer); /* 875 */
+ GLenum (GLAPIENTRYP CheckFramebufferStatusEXT)(GLenum target); /* 876 */
+ void (GLAPIENTRYP DeleteFramebuffersEXT)(GLsizei n, const GLuint * framebuffers); /* 877 */
+ void (GLAPIENTRYP DeleteRenderbuffersEXT)(GLsizei n, const GLuint * renderbuffers); /* 878 */
+ void (GLAPIENTRYP FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer); /* 879 */
+ void (GLAPIENTRYP FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); /* 880 */
+ void (GLAPIENTRYP FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); /* 881 */
+ void (GLAPIENTRYP FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset); /* 882 */
+ void (GLAPIENTRYP GenFramebuffersEXT)(GLsizei n, GLuint * framebuffers); /* 883 */
+ void (GLAPIENTRYP GenRenderbuffersEXT)(GLsizei n, GLuint * renderbuffers); /* 884 */
+ void (GLAPIENTRYP GenerateMipmapEXT)(GLenum target); /* 885 */
+ void (GLAPIENTRYP GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint * params); /* 886 */
+ void (GLAPIENTRYP GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint * params); /* 887 */
+ GLboolean (GLAPIENTRYP IsFramebufferEXT)(GLuint framebuffer); /* 888 */
+ GLboolean (GLAPIENTRYP IsRenderbufferEXT)(GLuint renderbuffer); /* 889 */
+ void (GLAPIENTRYP RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height); /* 890 */
+ void (GLAPIENTRYP BlitFramebufferEXT)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); /* 891 */
+ void (GLAPIENTRYP BufferParameteriAPPLE)(GLenum target, GLenum pname, GLint param); /* 892 */
+ void (GLAPIENTRYP FlushMappedBufferRangeAPPLE)(GLenum target, GLintptr offset, GLsizeiptr size); /* 893 */
+ void (GLAPIENTRYP BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar * name); /* 894 */
+ GLint (GLAPIENTRYP GetFragDataLocationEXT)(GLuint program, const GLchar * name); /* 895 */
+ void (GLAPIENTRYP GetUniformuivEXT)(GLuint program, GLint location, GLuint * params); /* 896 */
+ void (GLAPIENTRYP GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint * params); /* 897 */
+ void (GLAPIENTRYP GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint * params); /* 898 */
+ void (GLAPIENTRYP Uniform1uiEXT)(GLint location, GLuint x); /* 899 */
+ void (GLAPIENTRYP Uniform1uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 900 */
+ void (GLAPIENTRYP Uniform2uiEXT)(GLint location, GLuint x, GLuint y); /* 901 */
+ void (GLAPIENTRYP Uniform2uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 902 */
+ void (GLAPIENTRYP Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z); /* 903 */
+ void (GLAPIENTRYP Uniform3uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 904 */
+ void (GLAPIENTRYP Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w); /* 905 */
+ void (GLAPIENTRYP Uniform4uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 906 */
+ void (GLAPIENTRYP VertexAttribI1iEXT)(GLuint index, GLint x); /* 907 */
+ void (GLAPIENTRYP VertexAttribI1ivEXT)(GLuint index, const GLint * v); /* 908 */
+ void (GLAPIENTRYP VertexAttribI1uiEXT)(GLuint index, GLuint x); /* 909 */
+ void (GLAPIENTRYP VertexAttribI1uivEXT)(GLuint index, const GLuint * v); /* 910 */
+ void (GLAPIENTRYP VertexAttribI2iEXT)(GLuint index, GLint x, GLint y); /* 911 */
+ void (GLAPIENTRYP VertexAttribI2ivEXT)(GLuint index, const GLint * v); /* 912 */
+ void (GLAPIENTRYP VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y); /* 913 */
+ void (GLAPIENTRYP VertexAttribI2uivEXT)(GLuint index, const GLuint * v); /* 914 */
+ void (GLAPIENTRYP VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z); /* 915 */
+ void (GLAPIENTRYP VertexAttribI3ivEXT)(GLuint index, const GLint * v); /* 916 */
+ void (GLAPIENTRYP VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z); /* 917 */
+ void (GLAPIENTRYP VertexAttribI3uivEXT)(GLuint index, const GLuint * v); /* 918 */
+ void (GLAPIENTRYP VertexAttribI4bvEXT)(GLuint index, const GLbyte * v); /* 919 */
+ void (GLAPIENTRYP VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w); /* 920 */
+ void (GLAPIENTRYP VertexAttribI4ivEXT)(GLuint index, const GLint * v); /* 921 */
+ void (GLAPIENTRYP VertexAttribI4svEXT)(GLuint index, const GLshort * v); /* 922 */
+ void (GLAPIENTRYP VertexAttribI4ubvEXT)(GLuint index, const GLubyte * v); /* 923 */
+ void (GLAPIENTRYP VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w); /* 924 */
+ void (GLAPIENTRYP VertexAttribI4uivEXT)(GLuint index, const GLuint * v); /* 925 */
+ void (GLAPIENTRYP VertexAttribI4usvEXT)(GLuint index, const GLushort * v); /* 926 */
+ void (GLAPIENTRYP VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 927 */
+ void (GLAPIENTRYP FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer); /* 928 */
+ void (GLAPIENTRYP ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a); /* 929 */
+ void (GLAPIENTRYP DisableIndexedEXT)(GLenum target, GLuint index); /* 930 */
+ void (GLAPIENTRYP EnableIndexedEXT)(GLenum target, GLuint index); /* 931 */
+ void (GLAPIENTRYP GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean * data); /* 932 */
+ void (GLAPIENTRYP GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint * data); /* 933 */
+ GLboolean (GLAPIENTRYP IsEnabledIndexedEXT)(GLenum target, GLuint index); /* 934 */
+ void (GLAPIENTRYP ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a); /* 935 */
+ void (GLAPIENTRYP ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a); /* 936 */
+ void (GLAPIENTRYP GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint * params); /* 937 */
+ void (GLAPIENTRYP GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint * params); /* 938 */
+ void (GLAPIENTRYP TexParameterIivEXT)(GLenum target, GLenum pname, const GLint * params); /* 939 */
+ void (GLAPIENTRYP TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint * params); /* 940 */
+ void (GLAPIENTRYP BeginConditionalRenderNV)(GLuint query, GLenum mode); /* 941 */
+ void (GLAPIENTRYP EndConditionalRenderNV)(void); /* 942 */
+ void (GLAPIENTRYP BeginTransformFeedbackEXT)(GLenum mode); /* 943 */
+ void (GLAPIENTRYP BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer); /* 944 */
+ void (GLAPIENTRYP BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset); /* 945 */
+ void (GLAPIENTRYP BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); /* 946 */
+ void (GLAPIENTRYP EndTransformFeedbackEXT)(void); /* 947 */
+ void (GLAPIENTRYP GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name); /* 948 */
+ void (GLAPIENTRYP TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char ** varyings, GLenum bufferMode); /* 949 */
+ void (GLAPIENTRYP ProvokingVertexEXT)(GLenum mode); /* 950 */
+ void (GLAPIENTRYP GetTexParameterPointervAPPLE)(GLenum target, GLenum pname, GLvoid ** params); /* 951 */
+ void (GLAPIENTRYP TextureRangeAPPLE)(GLenum target, GLsizei length, GLvoid * pointer); /* 952 */
+ void (GLAPIENTRYP GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint * value); /* 953 */
+ GLenum (GLAPIENTRYP ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 954 */
+ GLenum (GLAPIENTRYP ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 955 */
+ void (GLAPIENTRYP ActiveProgramEXT)(GLuint program); /* 956 */
+ GLuint (GLAPIENTRYP CreateShaderProgramEXT)(GLenum type, const GLchar * string); /* 957 */
+ void (GLAPIENTRYP UseShaderProgramEXT)(GLenum type, GLuint program); /* 958 */
+ void (GLAPIENTRYP TextureBarrierNV)(void); /* 959 */
+ void (GLAPIENTRYP StencilFuncSeparateATI)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask); /* 960 */
+ void (GLAPIENTRYP ProgramEnvParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 961 */
+ void (GLAPIENTRYP ProgramLocalParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 962 */
+ void (GLAPIENTRYP GetQueryObjecti64vEXT)(GLuint id, GLenum pname, GLint64EXT * params); /* 963 */
+ void (GLAPIENTRYP GetQueryObjectui64vEXT)(GLuint id, GLenum pname, GLuint64EXT * params); /* 964 */
+ void (GLAPIENTRYP EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid * writeOffset); /* 965 */
+ void (GLAPIENTRYP EGLImageTargetTexture2DOES)(GLenum target, GLvoid * writeOffset); /* 966 */
};
#endif /* !defined( _GLAPI_TABLE_H_ ) */
diff --git a/src/mapi/glapi/glapitemp.h b/src/mapi/glapi/glapitemp.h
index 5d047be9ee9..cb259068ea3 100644
--- a/src/mapi/glapi/glapitemp.h
+++ b/src/mapi/glapi/glapitemp.h
@@ -4950,6 +4950,234 @@ KEYWORD1 void KEYWORD2 NAME(SamplerParameteriv)(GLuint sampler, GLenum pname, co
DISPATCH(SamplerParameteriv, (sampler, pname, params), (F, "glSamplerParameteriv(%d, 0x%x, %p);\n", sampler, pname, (const void *) params));
}
+KEYWORD1 void KEYWORD2 NAME(ColorP3ui)(GLenum type, GLuint color)
+{
+ (void) type; (void) color;
+ DISPATCH(ColorP3ui, (type, color), (F, "glColorP3ui(0x%x, %d);\n", type, color));
+}
+
+KEYWORD1 void KEYWORD2 NAME(ColorP3uiv)(GLenum type, const GLuint * color)
+{
+ (void) type; (void) color;
+ DISPATCH(ColorP3uiv, (type, color), (F, "glColorP3uiv(0x%x, %p);\n", type, (const void *) color));
+}
+
+KEYWORD1 void KEYWORD2 NAME(ColorP4ui)(GLenum type, GLuint color)
+{
+ (void) type; (void) color;
+ DISPATCH(ColorP4ui, (type, color), (F, "glColorP4ui(0x%x, %d);\n", type, color));
+}
+
+KEYWORD1 void KEYWORD2 NAME(ColorP4uiv)(GLenum type, const GLuint * color)
+{
+ (void) type; (void) color;
+ DISPATCH(ColorP4uiv, (type, color), (F, "glColorP4uiv(0x%x, %p);\n", type, (const void *) color));
+}
+
+KEYWORD1 void KEYWORD2 NAME(MultiTexCoordP1ui)(GLenum texture, GLenum type, GLuint coords)
+{
+ (void) texture; (void) type; (void) coords;
+ DISPATCH(MultiTexCoordP1ui, (texture, type, coords), (F, "glMultiTexCoordP1ui(0x%x, 0x%x, %d);\n", texture, type, coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(MultiTexCoordP1uiv)(GLenum texture, GLenum type, const GLuint * coords)
+{
+ (void) texture; (void) type; (void) coords;
+ DISPATCH(MultiTexCoordP1uiv, (texture, type, coords), (F, "glMultiTexCoordP1uiv(0x%x, 0x%x, %p);\n", texture, type, (const void *) coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(MultiTexCoordP2ui)(GLenum texture, GLenum type, GLuint coords)
+{
+ (void) texture; (void) type; (void) coords;
+ DISPATCH(MultiTexCoordP2ui, (texture, type, coords), (F, "glMultiTexCoordP2ui(0x%x, 0x%x, %d);\n", texture, type, coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(MultiTexCoordP2uiv)(GLenum texture, GLenum type, const GLuint * coords)
+{
+ (void) texture; (void) type; (void) coords;
+ DISPATCH(MultiTexCoordP2uiv, (texture, type, coords), (F, "glMultiTexCoordP2uiv(0x%x, 0x%x, %p);\n", texture, type, (const void *) coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(MultiTexCoordP3ui)(GLenum texture, GLenum type, GLuint coords)
+{
+ (void) texture; (void) type; (void) coords;
+ DISPATCH(MultiTexCoordP3ui, (texture, type, coords), (F, "glMultiTexCoordP3ui(0x%x, 0x%x, %d);\n", texture, type, coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(MultiTexCoordP3uiv)(GLenum texture, GLenum type, const GLuint * coords)
+{
+ (void) texture; (void) type; (void) coords;
+ DISPATCH(MultiTexCoordP3uiv, (texture, type, coords), (F, "glMultiTexCoordP3uiv(0x%x, 0x%x, %p);\n", texture, type, (const void *) coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(MultiTexCoordP4ui)(GLenum texture, GLenum type, GLuint coords)
+{
+ (void) texture; (void) type; (void) coords;
+ DISPATCH(MultiTexCoordP4ui, (texture, type, coords), (F, "glMultiTexCoordP4ui(0x%x, 0x%x, %d);\n", texture, type, coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(MultiTexCoordP4uiv)(GLenum texture, GLenum type, const GLuint * coords)
+{
+ (void) texture; (void) type; (void) coords;
+ DISPATCH(MultiTexCoordP4uiv, (texture, type, coords), (F, "glMultiTexCoordP4uiv(0x%x, 0x%x, %p);\n", texture, type, (const void *) coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(NormalP3ui)(GLenum type, GLuint coords)
+{
+ (void) type; (void) coords;
+ DISPATCH(NormalP3ui, (type, coords), (F, "glNormalP3ui(0x%x, %d);\n", type, coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(NormalP3uiv)(GLenum type, const GLuint * coords)
+{
+ (void) type; (void) coords;
+ DISPATCH(NormalP3uiv, (type, coords), (F, "glNormalP3uiv(0x%x, %p);\n", type, (const void *) coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(SecondaryColorP3ui)(GLenum type, GLuint color)
+{
+ (void) type; (void) color;
+ DISPATCH(SecondaryColorP3ui, (type, color), (F, "glSecondaryColorP3ui(0x%x, %d);\n", type, color));
+}
+
+KEYWORD1 void KEYWORD2 NAME(SecondaryColorP3uiv)(GLenum type, const GLuint * color)
+{
+ (void) type; (void) color;
+ DISPATCH(SecondaryColorP3uiv, (type, color), (F, "glSecondaryColorP3uiv(0x%x, %p);\n", type, (const void *) color));
+}
+
+KEYWORD1 void KEYWORD2 NAME(TexCoordP1ui)(GLenum type, GLuint coords)
+{
+ (void) type; (void) coords;
+ DISPATCH(TexCoordP1ui, (type, coords), (F, "glTexCoordP1ui(0x%x, %d);\n", type, coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(TexCoordP1uiv)(GLenum type, const GLuint * coords)
+{
+ (void) type; (void) coords;
+ DISPATCH(TexCoordP1uiv, (type, coords), (F, "glTexCoordP1uiv(0x%x, %p);\n", type, (const void *) coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(TexCoordP2ui)(GLenum type, GLuint coords)
+{
+ (void) type; (void) coords;
+ DISPATCH(TexCoordP2ui, (type, coords), (F, "glTexCoordP2ui(0x%x, %d);\n", type, coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(TexCoordP2uiv)(GLenum type, const GLuint * coords)
+{
+ (void) type; (void) coords;
+ DISPATCH(TexCoordP2uiv, (type, coords), (F, "glTexCoordP2uiv(0x%x, %p);\n", type, (const void *) coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(TexCoordP3ui)(GLenum type, GLuint coords)
+{
+ (void) type; (void) coords;
+ DISPATCH(TexCoordP3ui, (type, coords), (F, "glTexCoordP3ui(0x%x, %d);\n", type, coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(TexCoordP3uiv)(GLenum type, const GLuint * coords)
+{
+ (void) type; (void) coords;
+ DISPATCH(TexCoordP3uiv, (type, coords), (F, "glTexCoordP3uiv(0x%x, %p);\n", type, (const void *) coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(TexCoordP4ui)(GLenum type, GLuint coords)
+{
+ (void) type; (void) coords;
+ DISPATCH(TexCoordP4ui, (type, coords), (F, "glTexCoordP4ui(0x%x, %d);\n", type, coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(TexCoordP4uiv)(GLenum type, const GLuint * coords)
+{
+ (void) type; (void) coords;
+ DISPATCH(TexCoordP4uiv, (type, coords), (F, "glTexCoordP4uiv(0x%x, %p);\n", type, (const void *) coords));
+}
+
+KEYWORD1 void KEYWORD2 NAME(VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
+{
+ (void) index; (void) type; (void) normalized; (void) value;
+ DISPATCH(VertexAttribP1ui, (index, type, normalized, value), (F, "glVertexAttribP1ui(%d, 0x%x, %d, %d);\n", index, type, normalized, value));
+}
+
+KEYWORD1 void KEYWORD2 NAME(VertexAttribP1uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
+{
+ (void) index; (void) type; (void) normalized; (void) value;
+ DISPATCH(VertexAttribP1uiv, (index, type, normalized, value), (F, "glVertexAttribP1uiv(%d, 0x%x, %d, %p);\n", index, type, normalized, (const void *) value));
+}
+
+KEYWORD1 void KEYWORD2 NAME(VertexAttribP2ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
+{
+ (void) index; (void) type; (void) normalized; (void) value;
+ DISPATCH(VertexAttribP2ui, (index, type, normalized, value), (F, "glVertexAttribP2ui(%d, 0x%x, %d, %d);\n", index, type, normalized, value));
+}
+
+KEYWORD1 void KEYWORD2 NAME(VertexAttribP2uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
+{
+ (void) index; (void) type; (void) normalized; (void) value;
+ DISPATCH(VertexAttribP2uiv, (index, type, normalized, value), (F, "glVertexAttribP2uiv(%d, 0x%x, %d, %p);\n", index, type, normalized, (const void *) value));
+}
+
+KEYWORD1 void KEYWORD2 NAME(VertexAttribP3ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
+{
+ (void) index; (void) type; (void) normalized; (void) value;
+ DISPATCH(VertexAttribP3ui, (index, type, normalized, value), (F, "glVertexAttribP3ui(%d, 0x%x, %d, %d);\n", index, type, normalized, value));
+}
+
+KEYWORD1 void KEYWORD2 NAME(VertexAttribP3uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
+{
+ (void) index; (void) type; (void) normalized; (void) value;
+ DISPATCH(VertexAttribP3uiv, (index, type, normalized, value), (F, "glVertexAttribP3uiv(%d, 0x%x, %d, %p);\n", index, type, normalized, (const void *) value));
+}
+
+KEYWORD1 void KEYWORD2 NAME(VertexAttribP4ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
+{
+ (void) index; (void) type; (void) normalized; (void) value;
+ DISPATCH(VertexAttribP4ui, (index, type, normalized, value), (F, "glVertexAttribP4ui(%d, 0x%x, %d, %d);\n", index, type, normalized, value));
+}
+
+KEYWORD1 void KEYWORD2 NAME(VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
+{
+ (void) index; (void) type; (void) normalized; (void) value;
+ DISPATCH(VertexAttribP4uiv, (index, type, normalized, value), (F, "glVertexAttribP4uiv(%d, 0x%x, %d, %p);\n", index, type, normalized, (const void *) value));
+}
+
+KEYWORD1 void KEYWORD2 NAME(VertexP2ui)(GLenum type, GLuint value)
+{
+ (void) type; (void) value;
+ DISPATCH(VertexP2ui, (type, value), (F, "glVertexP2ui(0x%x, %d);\n", type, value));
+}
+
+KEYWORD1 void KEYWORD2 NAME(VertexP2uiv)(GLenum type, const GLuint * value)
+{
+ (void) type; (void) value;
+ DISPATCH(VertexP2uiv, (type, value), (F, "glVertexP2uiv(0x%x, %p);\n", type, (const void *) value));
+}
+
+KEYWORD1 void KEYWORD2 NAME(VertexP3ui)(GLenum type, GLuint value)
+{
+ (void) type; (void) value;
+ DISPATCH(VertexP3ui, (type, value), (F, "glVertexP3ui(0x%x, %d);\n", type, value));
+}
+
+KEYWORD1 void KEYWORD2 NAME(VertexP3uiv)(GLenum type, const GLuint * value)
+{
+ (void) type; (void) value;
+ DISPATCH(VertexP3uiv, (type, value), (F, "glVertexP3uiv(0x%x, %p);\n", type, (const void *) value));
+}
+
+KEYWORD1 void KEYWORD2 NAME(VertexP4ui)(GLenum type, GLuint value)
+{
+ (void) type; (void) value;
+ DISPATCH(VertexP4ui, (type, value), (F, "glVertexP4ui(0x%x, %d);\n", type, value));
+}
+
+KEYWORD1 void KEYWORD2 NAME(VertexP4uiv)(GLenum type, const GLuint * value)
+{
+ (void) type; (void) value;
+ DISPATCH(VertexP4uiv, (type, value), (F, "glVertexP4uiv(0x%x, %p);\n", type, (const void *) value));
+}
+
KEYWORD1 void KEYWORD2 NAME(BindTransformFeedback)(GLenum target, GLuint id)
{
(void) target; (void) id;
@@ -5144,65 +5372,65 @@ KEYWORD1 void KEYWORD2 NAME(PolygonOffsetEXT)(GLfloat factor, GLfloat bias)
DISPATCH(PolygonOffsetEXT, (factor, bias), (F, "glPolygonOffsetEXT(%f, %f);\n", factor, bias));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_648)(GLenum pname, GLfloat * params);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_686)(GLenum pname, GLfloat * params);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_648)(GLenum pname, GLfloat * params)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_686)(GLenum pname, GLfloat * params)
{
(void) pname; (void) params;
DISPATCH(GetPixelTexGenParameterfvSGIS, (pname, params), (F, "glGetPixelTexGenParameterfvSGIS(0x%x, %p);\n", pname, (const void *) params));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_649)(GLenum pname, GLint * params);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_687)(GLenum pname, GLint * params);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_649)(GLenum pname, GLint * params)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_687)(GLenum pname, GLint * params)
{
(void) pname; (void) params;
DISPATCH(GetPixelTexGenParameterivSGIS, (pname, params), (F, "glGetPixelTexGenParameterivSGIS(0x%x, %p);\n", pname, (const void *) params));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_650)(GLenum pname, GLfloat param);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_688)(GLenum pname, GLfloat param);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_650)(GLenum pname, GLfloat param)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_688)(GLenum pname, GLfloat param)
{
(void) pname; (void) param;
DISPATCH(PixelTexGenParameterfSGIS, (pname, param), (F, "glPixelTexGenParameterfSGIS(0x%x, %f);\n", pname, param));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_651)(GLenum pname, const GLfloat * params);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_689)(GLenum pname, const GLfloat * params);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_651)(GLenum pname, const GLfloat * params)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_689)(GLenum pname, const GLfloat * params)
{
(void) pname; (void) params;
DISPATCH(PixelTexGenParameterfvSGIS, (pname, params), (F, "glPixelTexGenParameterfvSGIS(0x%x, %p);\n", pname, (const void *) params));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_652)(GLenum pname, GLint param);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_690)(GLenum pname, GLint param);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_652)(GLenum pname, GLint param)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_690)(GLenum pname, GLint param)
{
(void) pname; (void) param;
DISPATCH(PixelTexGenParameteriSGIS, (pname, param), (F, "glPixelTexGenParameteriSGIS(0x%x, %d);\n", pname, param));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_653)(GLenum pname, const GLint * params);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_691)(GLenum pname, const GLint * params);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_653)(GLenum pname, const GLint * params)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_691)(GLenum pname, const GLint * params)
{
(void) pname; (void) params;
DISPATCH(PixelTexGenParameterivSGIS, (pname, params), (F, "glPixelTexGenParameterivSGIS(0x%x, %p);\n", pname, (const void *) params));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_654)(GLclampf value, GLboolean invert);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_692)(GLclampf value, GLboolean invert);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_654)(GLclampf value, GLboolean invert)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_692)(GLclampf value, GLboolean invert)
{
(void) value; (void) invert;
DISPATCH(SampleMaskSGIS, (value, invert), (F, "glSampleMaskSGIS(%f, %d);\n", value, invert));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_655)(GLenum pattern);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_693)(GLenum pattern);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_655)(GLenum pattern)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_693)(GLenum pattern)
{
(void) pattern;
DISPATCH(SamplePatternSGIS, (pattern), (F, "glSamplePatternSGIS(0x%x);\n", pattern));
@@ -5262,9 +5490,9 @@ KEYWORD1 void KEYWORD2 NAME(PointParameterfEXT)(GLenum pname, GLfloat param)
DISPATCH(PointParameterfEXT, (pname, param), (F, "glPointParameterfEXT(0x%x, %f);\n", pname, param));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_662)(GLenum pname, GLfloat param);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_700)(GLenum pname, GLfloat param);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_662)(GLenum pname, GLfloat param)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_700)(GLenum pname, GLfloat param)
{
(void) pname; (void) param;
DISPATCH(PointParameterfEXT, (pname, param), (F, "glPointParameterfSGIS(0x%x, %f);\n", pname, param));
@@ -5288,9 +5516,9 @@ KEYWORD1 void KEYWORD2 NAME(PointParameterfvEXT)(GLenum pname, const GLfloat * p
DISPATCH(PointParameterfvEXT, (pname, params), (F, "glPointParameterfvEXT(0x%x, %p);\n", pname, (const void *) params));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_663)(GLenum pname, const GLfloat * params);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_701)(GLenum pname, const GLfloat * params);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_663)(GLenum pname, const GLfloat * params)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_701)(GLenum pname, const GLfloat * params)
{
(void) pname; (void) params;
DISPATCH(PointParameterfvEXT, (pname, params), (F, "glPointParameterfvSGIS(0x%x, %p);\n", pname, (const void *) params));
@@ -5595,9 +5823,9 @@ KEYWORD1 void KEYWORD2 NAME(FogCoordfvEXT)(const GLfloat * coord)
DISPATCH(FogCoordfvEXT, (coord), (F, "glFogCoordfvEXT(%p);\n", (const void *) coord));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_690)(GLenum mode);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_728)(GLenum mode);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_690)(GLenum mode)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_728)(GLenum mode)
{
(void) mode;
DISPATCH(PixelTexGenSGIX, (mode), (F, "glPixelTexGenSGIX(0x%x);\n", mode));
@@ -5615,9 +5843,9 @@ KEYWORD1 void KEYWORD2 NAME(BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfac
DISPATCH(BlendFuncSeparateEXT, (sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha), (F, "glBlendFuncSeparateEXT(0x%x, 0x%x, 0x%x, 0x%x);\n", sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_691)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_729)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_691)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_729)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
{
(void) sfactorRGB; (void) dfactorRGB; (void) sfactorAlpha; (void) dfactorAlpha;
DISPATCH(BlendFuncSeparateEXT, (sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha), (F, "glBlendFuncSeparateINGR(0x%x, 0x%x, 0x%x, 0x%x);\n", sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha));
@@ -6053,73 +6281,73 @@ KEYWORD1 void KEYWORD2 NAME(WindowPos4svMESA)(const GLshort * v)
DISPATCH(WindowPos4svMESA, (v), (F, "glWindowPos4svMESA(%p);\n", (const void *) v));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_732)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_770)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_732)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_770)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride)
{
(void) mode; (void) first; (void) count; (void) primcount; (void) modestride;
DISPATCH(MultiModeDrawArraysIBM, (mode, first, count, primcount, modestride), (F, "glMultiModeDrawArraysIBM(%p, %p, %p, %d, %d);\n", (const void *) mode, (const void *) first, (const void *) count, primcount, modestride));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_733)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_771)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_733)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_771)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride)
{
(void) mode; (void) count; (void) type; (void) indices; (void) primcount; (void) modestride;
DISPATCH(MultiModeDrawElementsIBM, (mode, count, type, indices, primcount, modestride), (F, "glMultiModeDrawElementsIBM(%p, %p, 0x%x, %p, %d, %d);\n", (const void *) mode, (const void *) count, type, (const void *) indices, primcount, modestride));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_734)(GLsizei n, const GLuint * fences);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_772)(GLsizei n, const GLuint * fences);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_734)(GLsizei n, const GLuint * fences)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_772)(GLsizei n, const GLuint * fences)
{
(void) n; (void) fences;
DISPATCH(DeleteFencesNV, (n, fences), (F, "glDeleteFencesNV(%d, %p);\n", n, (const void *) fences));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_735)(GLuint fence);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_773)(GLuint fence);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_735)(GLuint fence)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_773)(GLuint fence)
{
(void) fence;
DISPATCH(FinishFenceNV, (fence), (F, "glFinishFenceNV(%d);\n", fence));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_736)(GLsizei n, GLuint * fences);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_774)(GLsizei n, GLuint * fences);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_736)(GLsizei n, GLuint * fences)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_774)(GLsizei n, GLuint * fences)
{
(void) n; (void) fences;
DISPATCH(GenFencesNV, (n, fences), (F, "glGenFencesNV(%d, %p);\n", n, (const void *) fences));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_737)(GLuint fence, GLenum pname, GLint * params);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_775)(GLuint fence, GLenum pname, GLint * params);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_737)(GLuint fence, GLenum pname, GLint * params)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_775)(GLuint fence, GLenum pname, GLint * params)
{
(void) fence; (void) pname; (void) params;
DISPATCH(GetFenceivNV, (fence, pname, params), (F, "glGetFenceivNV(%d, 0x%x, %p);\n", fence, pname, (const void *) params));
}
-KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_738)(GLuint fence);
+KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_776)(GLuint fence);
-KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_738)(GLuint fence)
+KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_776)(GLuint fence)
{
(void) fence;
RETURN_DISPATCH(IsFenceNV, (fence), (F, "glIsFenceNV(%d);\n", fence));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_739)(GLuint fence, GLenum condition);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_777)(GLuint fence, GLenum condition);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_739)(GLuint fence, GLenum condition)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_777)(GLuint fence, GLenum condition)
{
(void) fence; (void) condition;
DISPATCH(SetFenceNV, (fence, condition), (F, "glSetFenceNV(%d, 0x%x);\n", fence, condition));
}
-KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_740)(GLuint fence);
+KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_778)(GLuint fence);
-KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_740)(GLuint fence)
+KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_778)(GLuint fence)
{
(void) fence;
RETURN_DISPATCH(TestFenceNV, (fence), (F, "glTestFenceNV(%d);\n", fence));
@@ -6651,17 +6879,17 @@ KEYWORD1 void KEYWORD2 NAME(PointParameterivNV)(GLenum pname, const GLint * para
DISPATCH(PointParameterivNV, (pname, params), (F, "glPointParameterivNV(0x%x, %p);\n", pname, (const void *) params));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_821)(GLenum face);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_859)(GLenum face);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_821)(GLenum face)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_859)(GLenum face)
{
(void) face;
DISPATCH(ActiveStencilFaceEXT, (face), (F, "glActiveStencilFaceEXT(0x%x);\n", face));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_822)(GLuint array);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_860)(GLuint array);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_822)(GLuint array)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_860)(GLuint array)
{
(void) array;
DISPATCH(BindVertexArrayAPPLE, (array), (F, "glBindVertexArrayAPPLE(%d);\n", array));
@@ -6673,17 +6901,17 @@ KEYWORD1 void KEYWORD2 NAME(DeleteVertexArrays)(GLsizei n, const GLuint * arrays
DISPATCH(DeleteVertexArraysAPPLE, (n, arrays), (F, "glDeleteVertexArrays(%d, %p);\n", n, (const void *) arrays));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_823)(GLsizei n, const GLuint * arrays);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_861)(GLsizei n, const GLuint * arrays);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_823)(GLsizei n, const GLuint * arrays)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_861)(GLsizei n, const GLuint * arrays)
{
(void) n; (void) arrays;
DISPATCH(DeleteVertexArraysAPPLE, (n, arrays), (F, "glDeleteVertexArraysAPPLE(%d, %p);\n", n, (const void *) arrays));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_824)(GLsizei n, GLuint * arrays);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_862)(GLsizei n, GLuint * arrays);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_824)(GLsizei n, GLuint * arrays)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_862)(GLsizei n, GLuint * arrays)
{
(void) n; (void) arrays;
DISPATCH(GenVertexArraysAPPLE, (n, arrays), (F, "glGenVertexArraysAPPLE(%d, %p);\n", n, (const void *) arrays));
@@ -6695,9 +6923,9 @@ KEYWORD1 GLboolean KEYWORD2 NAME(IsVertexArray)(GLuint array)
RETURN_DISPATCH(IsVertexArrayAPPLE, (array), (F, "glIsVertexArray(%d);\n", array));
}
-KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_825)(GLuint array);
+KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_863)(GLuint array);
-KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_825)(GLuint array)
+KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_863)(GLuint array)
{
(void) array;
RETURN_DISPATCH(IsVertexArrayAPPLE, (array), (F, "glIsVertexArrayAPPLE(%d);\n", array));
@@ -6756,9 +6984,9 @@ KEYWORD1 void KEYWORD2 NAME(PrimitiveRestartNV)(void)
DISPATCH(PrimitiveRestartNV, (), (F, "glPrimitiveRestartNV();\n"));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_834)(GLclampd zmin, GLclampd zmax);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_872)(GLclampd zmin, GLclampd zmax);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_834)(GLclampd zmin, GLclampd zmax)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_872)(GLclampd zmin, GLclampd zmax)
{
(void) zmin; (void) zmax;
DISPATCH(DepthBoundsEXT, (zmin, zmax), (F, "glDepthBoundsEXT(%f, %f);\n", zmin, zmax));
@@ -6770,9 +6998,9 @@ KEYWORD1 void KEYWORD2 NAME(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA)
DISPATCH(BlendEquationSeparateEXT, (modeRGB, modeA), (F, "glBlendEquationSeparate(0x%x, 0x%x);\n", modeRGB, modeA));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_835)(GLenum modeRGB, GLenum modeA);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_873)(GLenum modeRGB, GLenum modeA);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_835)(GLenum modeRGB, GLenum modeA)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_873)(GLenum modeRGB, GLenum modeA)
{
(void) modeRGB; (void) modeA;
DISPATCH(BlendEquationSeparateEXT, (modeRGB, modeA), (F, "glBlendEquationSeparateEXT(0x%x, 0x%x);\n", modeRGB, modeA));
@@ -6988,25 +7216,25 @@ KEYWORD1 void KEYWORD2 NAME(BlitFramebuffer)(GLint srcX0, GLint srcY0, GLint src
DISPATCH(BlitFramebufferEXT, (srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter), (F, "glBlitFramebuffer(%d, %d, %d, %d, %d, %d, %d, %d, %d, 0x%x);\n", srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_853)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_891)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_853)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_891)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
{
(void) srcX0; (void) srcY0; (void) srcX1; (void) srcY1; (void) dstX0; (void) dstY0; (void) dstX1; (void) dstY1; (void) mask; (void) filter;
DISPATCH(BlitFramebufferEXT, (srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter), (F, "glBlitFramebufferEXT(%d, %d, %d, %d, %d, %d, %d, %d, %d, 0x%x);\n", srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_854)(GLenum target, GLenum pname, GLint param);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_892)(GLenum target, GLenum pname, GLint param);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_854)(GLenum target, GLenum pname, GLint param)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_892)(GLenum target, GLenum pname, GLint param)
{
(void) target; (void) pname; (void) param;
DISPATCH(BufferParameteriAPPLE, (target, pname, param), (F, "glBufferParameteriAPPLE(0x%x, 0x%x, %d);\n", target, pname, param));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_855)(GLenum target, GLintptr offset, GLsizeiptr size);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_893)(GLenum target, GLintptr offset, GLsizeiptr size);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_855)(GLenum target, GLintptr offset, GLsizeiptr size)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_893)(GLenum target, GLintptr offset, GLsizeiptr size)
{
(void) target; (void) offset; (void) size;
DISPATCH(FlushMappedBufferRangeAPPLE, (target, offset, size), (F, "glFlushMappedBufferRangeAPPLE(0x%x, %d, %d);\n", target, offset, size));
@@ -7680,17 +7908,17 @@ KEYWORD1 void KEYWORD2 NAME(ProvokingVertex)(GLenum mode)
DISPATCH(ProvokingVertexEXT, (mode), (F, "glProvokingVertex(0x%x);\n", mode));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_913)(GLenum target, GLenum pname, GLvoid ** params);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_951)(GLenum target, GLenum pname, GLvoid ** params);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_913)(GLenum target, GLenum pname, GLvoid ** params)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_951)(GLenum target, GLenum pname, GLvoid ** params)
{
(void) target; (void) pname; (void) params;
DISPATCH(GetTexParameterPointervAPPLE, (target, pname, params), (F, "glGetTexParameterPointervAPPLE(0x%x, 0x%x, %p);\n", target, pname, (const void *) params));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_914)(GLenum target, GLsizei length, GLvoid * pointer);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_952)(GLenum target, GLsizei length, GLvoid * pointer);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_914)(GLenum target, GLsizei length, GLvoid * pointer)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_952)(GLenum target, GLsizei length, GLvoid * pointer)
{
(void) target; (void) length; (void) pointer;
DISPATCH(TextureRangeAPPLE, (target, length, pointer), (F, "glTextureRangeAPPLE(0x%x, %d, %p);\n", target, length, (const void *) pointer));
@@ -7737,41 +7965,41 @@ KEYWORD1 void KEYWORD2 NAME(TextureBarrierNV)(void)
DISPATCH(TextureBarrierNV, (), (F, "glTextureBarrierNV();\n"));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_922)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_960)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_922)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_960)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask)
{
(void) frontfunc; (void) backfunc; (void) ref; (void) mask;
DISPATCH(StencilFuncSeparateATI, (frontfunc, backfunc, ref, mask), (F, "glStencilFuncSeparateATI(0x%x, 0x%x, %d, %d);\n", frontfunc, backfunc, ref, mask));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_923)(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_961)(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_923)(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_961)(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
{
(void) target; (void) index; (void) count; (void) params;
DISPATCH(ProgramEnvParameters4fvEXT, (target, index, count, params), (F, "glProgramEnvParameters4fvEXT(0x%x, %d, %d, %p);\n", target, index, count, (const void *) params));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_924)(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_962)(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_924)(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_962)(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
{
(void) target; (void) index; (void) count; (void) params;
DISPATCH(ProgramLocalParameters4fvEXT, (target, index, count, params), (F, "glProgramLocalParameters4fvEXT(0x%x, %d, %d, %p);\n", target, index, count, (const void *) params));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_925)(GLuint id, GLenum pname, GLint64EXT * params);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_963)(GLuint id, GLenum pname, GLint64EXT * params);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_925)(GLuint id, GLenum pname, GLint64EXT * params)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_963)(GLuint id, GLenum pname, GLint64EXT * params)
{
(void) id; (void) pname; (void) params;
DISPATCH(GetQueryObjecti64vEXT, (id, pname, params), (F, "glGetQueryObjecti64vEXT(%d, 0x%x, %p);\n", id, pname, (const void *) params));
}
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_926)(GLuint id, GLenum pname, GLuint64EXT * params);
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_964)(GLuint id, GLenum pname, GLuint64EXT * params);
-KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_926)(GLuint id, GLenum pname, GLuint64EXT * params)
+KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_964)(GLuint id, GLenum pname, GLuint64EXT * params)
{
(void) id; (void) pname; (void) params;
DISPATCH(GetQueryObjectui64vEXT, (id, pname, params), (F, "glGetQueryObjectui64vEXT(%d, 0x%x, %p);\n", id, pname, (const void *) params));
@@ -8577,6 +8805,44 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
TABLE_ENTRY(SamplerParameterfv),
TABLE_ENTRY(SamplerParameteri),
TABLE_ENTRY(SamplerParameteriv),
+ TABLE_ENTRY(ColorP3ui),
+ TABLE_ENTRY(ColorP3uiv),
+ TABLE_ENTRY(ColorP4ui),
+ TABLE_ENTRY(ColorP4uiv),
+ TABLE_ENTRY(MultiTexCoordP1ui),
+ TABLE_ENTRY(MultiTexCoordP1uiv),
+ TABLE_ENTRY(MultiTexCoordP2ui),
+ TABLE_ENTRY(MultiTexCoordP2uiv),
+ TABLE_ENTRY(MultiTexCoordP3ui),
+ TABLE_ENTRY(MultiTexCoordP3uiv),
+ TABLE_ENTRY(MultiTexCoordP4ui),
+ TABLE_ENTRY(MultiTexCoordP4uiv),
+ TABLE_ENTRY(NormalP3ui),
+ TABLE_ENTRY(NormalP3uiv),
+ TABLE_ENTRY(SecondaryColorP3ui),
+ TABLE_ENTRY(SecondaryColorP3uiv),
+ TABLE_ENTRY(TexCoordP1ui),
+ TABLE_ENTRY(TexCoordP1uiv),
+ TABLE_ENTRY(TexCoordP2ui),
+ TABLE_ENTRY(TexCoordP2uiv),
+ TABLE_ENTRY(TexCoordP3ui),
+ TABLE_ENTRY(TexCoordP3uiv),
+ TABLE_ENTRY(TexCoordP4ui),
+ TABLE_ENTRY(TexCoordP4uiv),
+ TABLE_ENTRY(VertexAttribP1ui),
+ TABLE_ENTRY(VertexAttribP1uiv),
+ TABLE_ENTRY(VertexAttribP2ui),
+ TABLE_ENTRY(VertexAttribP2uiv),
+ TABLE_ENTRY(VertexAttribP3ui),
+ TABLE_ENTRY(VertexAttribP3uiv),
+ TABLE_ENTRY(VertexAttribP4ui),
+ TABLE_ENTRY(VertexAttribP4uiv),
+ TABLE_ENTRY(VertexP2ui),
+ TABLE_ENTRY(VertexP2uiv),
+ TABLE_ENTRY(VertexP3ui),
+ TABLE_ENTRY(VertexP3uiv),
+ TABLE_ENTRY(VertexP4ui),
+ TABLE_ENTRY(VertexP4uiv),
TABLE_ENTRY(BindTransformFeedback),
TABLE_ENTRY(DeleteTransformFeedbacks),
TABLE_ENTRY(DrawTransformFeedback),
@@ -8610,14 +8876,14 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
TABLE_ENTRY(GetnUniformuivARB),
TABLE_ENTRY(ReadnPixelsARB),
TABLE_ENTRY(PolygonOffsetEXT),
- TABLE_ENTRY(_dispatch_stub_648),
- TABLE_ENTRY(_dispatch_stub_649),
- TABLE_ENTRY(_dispatch_stub_650),
- TABLE_ENTRY(_dispatch_stub_651),
- TABLE_ENTRY(_dispatch_stub_652),
- TABLE_ENTRY(_dispatch_stub_653),
- TABLE_ENTRY(_dispatch_stub_654),
- TABLE_ENTRY(_dispatch_stub_655),
+ TABLE_ENTRY(_dispatch_stub_686),
+ TABLE_ENTRY(_dispatch_stub_687),
+ TABLE_ENTRY(_dispatch_stub_688),
+ TABLE_ENTRY(_dispatch_stub_689),
+ TABLE_ENTRY(_dispatch_stub_690),
+ TABLE_ENTRY(_dispatch_stub_691),
+ TABLE_ENTRY(_dispatch_stub_692),
+ TABLE_ENTRY(_dispatch_stub_693),
TABLE_ENTRY(ColorPointerEXT),
TABLE_ENTRY(EdgeFlagPointerEXT),
TABLE_ENTRY(IndexPointerEXT),
@@ -8652,7 +8918,7 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
TABLE_ENTRY(FogCoorddvEXT),
TABLE_ENTRY(FogCoordfEXT),
TABLE_ENTRY(FogCoordfvEXT),
- TABLE_ENTRY(_dispatch_stub_690),
+ TABLE_ENTRY(_dispatch_stub_728),
TABLE_ENTRY(BlendFuncSeparateEXT),
TABLE_ENTRY(FlushVertexArrayRangeNV),
TABLE_ENTRY(VertexArrayRangeNV),
@@ -8694,15 +8960,15 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
TABLE_ENTRY(WindowPos4ivMESA),
TABLE_ENTRY(WindowPos4sMESA),
TABLE_ENTRY(WindowPos4svMESA),
- TABLE_ENTRY(_dispatch_stub_732),
- TABLE_ENTRY(_dispatch_stub_733),
- TABLE_ENTRY(_dispatch_stub_734),
- TABLE_ENTRY(_dispatch_stub_735),
- TABLE_ENTRY(_dispatch_stub_736),
- TABLE_ENTRY(_dispatch_stub_737),
- TABLE_ENTRY(_dispatch_stub_738),
- TABLE_ENTRY(_dispatch_stub_739),
- TABLE_ENTRY(_dispatch_stub_740),
+ TABLE_ENTRY(_dispatch_stub_770),
+ TABLE_ENTRY(_dispatch_stub_771),
+ TABLE_ENTRY(_dispatch_stub_772),
+ TABLE_ENTRY(_dispatch_stub_773),
+ TABLE_ENTRY(_dispatch_stub_774),
+ TABLE_ENTRY(_dispatch_stub_775),
+ TABLE_ENTRY(_dispatch_stub_776),
+ TABLE_ENTRY(_dispatch_stub_777),
+ TABLE_ENTRY(_dispatch_stub_778),
TABLE_ENTRY(AreProgramsResidentNV),
TABLE_ENTRY(BindProgramNV),
TABLE_ENTRY(DeleteProgramsNV),
@@ -8783,11 +9049,11 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
TABLE_ENTRY(SetFragmentShaderConstantATI),
TABLE_ENTRY(PointParameteriNV),
TABLE_ENTRY(PointParameterivNV),
- TABLE_ENTRY(_dispatch_stub_821),
- TABLE_ENTRY(_dispatch_stub_822),
- TABLE_ENTRY(_dispatch_stub_823),
- TABLE_ENTRY(_dispatch_stub_824),
- TABLE_ENTRY(_dispatch_stub_825),
+ TABLE_ENTRY(_dispatch_stub_859),
+ TABLE_ENTRY(_dispatch_stub_860),
+ TABLE_ENTRY(_dispatch_stub_861),
+ TABLE_ENTRY(_dispatch_stub_862),
+ TABLE_ENTRY(_dispatch_stub_863),
TABLE_ENTRY(GetProgramNamedParameterdvNV),
TABLE_ENTRY(GetProgramNamedParameterfvNV),
TABLE_ENTRY(ProgramNamedParameter4dNV),
@@ -8796,8 +9062,8 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
TABLE_ENTRY(ProgramNamedParameter4fvNV),
TABLE_ENTRY(PrimitiveRestartIndexNV),
TABLE_ENTRY(PrimitiveRestartNV),
- TABLE_ENTRY(_dispatch_stub_834),
- TABLE_ENTRY(_dispatch_stub_835),
+ TABLE_ENTRY(_dispatch_stub_872),
+ TABLE_ENTRY(_dispatch_stub_873),
TABLE_ENTRY(BindFramebufferEXT),
TABLE_ENTRY(BindRenderbufferEXT),
TABLE_ENTRY(CheckFramebufferStatusEXT),
@@ -8815,9 +9081,9 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
TABLE_ENTRY(IsFramebufferEXT),
TABLE_ENTRY(IsRenderbufferEXT),
TABLE_ENTRY(RenderbufferStorageEXT),
- TABLE_ENTRY(_dispatch_stub_853),
- TABLE_ENTRY(_dispatch_stub_854),
- TABLE_ENTRY(_dispatch_stub_855),
+ TABLE_ENTRY(_dispatch_stub_891),
+ TABLE_ENTRY(_dispatch_stub_892),
+ TABLE_ENTRY(_dispatch_stub_893),
TABLE_ENTRY(BindFragDataLocationEXT),
TABLE_ENTRY(GetFragDataLocationEXT),
TABLE_ENTRY(GetUniformuivEXT),
@@ -8875,8 +9141,8 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
TABLE_ENTRY(GetTransformFeedbackVaryingEXT),
TABLE_ENTRY(TransformFeedbackVaryingsEXT),
TABLE_ENTRY(ProvokingVertexEXT),
- TABLE_ENTRY(_dispatch_stub_913),
- TABLE_ENTRY(_dispatch_stub_914),
+ TABLE_ENTRY(_dispatch_stub_951),
+ TABLE_ENTRY(_dispatch_stub_952),
TABLE_ENTRY(GetObjectParameterivAPPLE),
TABLE_ENTRY(ObjectPurgeableAPPLE),
TABLE_ENTRY(ObjectUnpurgeableAPPLE),
@@ -8884,11 +9150,11 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
TABLE_ENTRY(CreateShaderProgramEXT),
TABLE_ENTRY(UseShaderProgramEXT),
TABLE_ENTRY(TextureBarrierNV),
- TABLE_ENTRY(_dispatch_stub_922),
- TABLE_ENTRY(_dispatch_stub_923),
- TABLE_ENTRY(_dispatch_stub_924),
- TABLE_ENTRY(_dispatch_stub_925),
- TABLE_ENTRY(_dispatch_stub_926),
+ TABLE_ENTRY(_dispatch_stub_960),
+ TABLE_ENTRY(_dispatch_stub_961),
+ TABLE_ENTRY(_dispatch_stub_962),
+ TABLE_ENTRY(_dispatch_stub_963),
+ TABLE_ENTRY(_dispatch_stub_964),
TABLE_ENTRY(EGLImageTargetRenderbufferStorageOES),
TABLE_ENTRY(EGLImageTargetTexture2DOES),
/* A whole bunch of no-op functions. These might be called
@@ -9199,10 +9465,10 @@ _glapi_proc UNUSED_TABLE_NAME[] = {
TABLE_ENTRY(BlendFuncIndexedAMD),
TABLE_ENTRY(PointParameterf),
TABLE_ENTRY(PointParameterfARB),
- TABLE_ENTRY(_dispatch_stub_662),
+ TABLE_ENTRY(_dispatch_stub_700),
TABLE_ENTRY(PointParameterfv),
TABLE_ENTRY(PointParameterfvARB),
- TABLE_ENTRY(_dispatch_stub_663),
+ TABLE_ENTRY(_dispatch_stub_701),
TABLE_ENTRY(SecondaryColor3b),
TABLE_ENTRY(SecondaryColor3bv),
TABLE_ENTRY(SecondaryColor3d),
@@ -9228,7 +9494,7 @@ _glapi_proc UNUSED_TABLE_NAME[] = {
TABLE_ENTRY(FogCoordf),
TABLE_ENTRY(FogCoordfv),
TABLE_ENTRY(BlendFuncSeparate),
- TABLE_ENTRY(_dispatch_stub_691),
+ TABLE_ENTRY(_dispatch_stub_729),
TABLE_ENTRY(WindowPos2d),
TABLE_ENTRY(WindowPos2dARB),
TABLE_ENTRY(WindowPos2dv),
diff --git a/src/mapi/glapi/glprocs.h b/src/mapi/glapi/glprocs.h
index e69ee3dfa6e..31ead416a4c 100644
--- a/src/mapi/glapi/glprocs.h
+++ b/src/mapi/glapi/glprocs.h
@@ -667,6 +667,44 @@ static const char gl_string_table[] =
"glSamplerParameterfv\0"
"glSamplerParameteri\0"
"glSamplerParameteriv\0"
+ "glColorP3ui\0"
+ "glColorP3uiv\0"
+ "glColorP4ui\0"
+ "glColorP4uiv\0"
+ "glMultiTexCoordP1ui\0"
+ "glMultiTexCoordP1uiv\0"
+ "glMultiTexCoordP2ui\0"
+ "glMultiTexCoordP2uiv\0"
+ "glMultiTexCoordP3ui\0"
+ "glMultiTexCoordP3uiv\0"
+ "glMultiTexCoordP4ui\0"
+ "glMultiTexCoordP4uiv\0"
+ "glNormalP3ui\0"
+ "glNormalP3uiv\0"
+ "glSecondaryColorP3ui\0"
+ "glSecondaryColorP3uiv\0"
+ "glTexCoordP1ui\0"
+ "glTexCoordP1uiv\0"
+ "glTexCoordP2ui\0"
+ "glTexCoordP2uiv\0"
+ "glTexCoordP3ui\0"
+ "glTexCoordP3uiv\0"
+ "glTexCoordP4ui\0"
+ "glTexCoordP4uiv\0"
+ "glVertexAttribP1ui\0"
+ "glVertexAttribP1uiv\0"
+ "glVertexAttribP2ui\0"
+ "glVertexAttribP2uiv\0"
+ "glVertexAttribP3ui\0"
+ "glVertexAttribP3uiv\0"
+ "glVertexAttribP4ui\0"
+ "glVertexAttribP4uiv\0"
+ "glVertexP2ui\0"
+ "glVertexP2uiv\0"
+ "glVertexP3ui\0"
+ "glVertexP3uiv\0"
+ "glVertexP4ui\0"
+ "glVertexP4uiv\0"
"glBindTransformFeedback\0"
"glDeleteTransformFeedbacks\0"
"glDrawTransformFeedback\0"
@@ -1362,41 +1400,41 @@ static const char gl_string_table[] =
#define gl_dispatch_stub_364 mgl_dispatch_stub_364
#define gl_dispatch_stub_365 mgl_dispatch_stub_365
#define gl_dispatch_stub_366 mgl_dispatch_stub_366
-#define gl_dispatch_stub_648 mgl_dispatch_stub_648
-#define gl_dispatch_stub_649 mgl_dispatch_stub_649
-#define gl_dispatch_stub_650 mgl_dispatch_stub_650
-#define gl_dispatch_stub_651 mgl_dispatch_stub_651
-#define gl_dispatch_stub_652 mgl_dispatch_stub_652
-#define gl_dispatch_stub_653 mgl_dispatch_stub_653
-#define gl_dispatch_stub_654 mgl_dispatch_stub_654
-#define gl_dispatch_stub_655 mgl_dispatch_stub_655
+#define gl_dispatch_stub_686 mgl_dispatch_stub_686
+#define gl_dispatch_stub_687 mgl_dispatch_stub_687
+#define gl_dispatch_stub_688 mgl_dispatch_stub_688
+#define gl_dispatch_stub_689 mgl_dispatch_stub_689
#define gl_dispatch_stub_690 mgl_dispatch_stub_690
-#define gl_dispatch_stub_732 mgl_dispatch_stub_732
-#define gl_dispatch_stub_733 mgl_dispatch_stub_733
-#define gl_dispatch_stub_734 mgl_dispatch_stub_734
-#define gl_dispatch_stub_735 mgl_dispatch_stub_735
-#define gl_dispatch_stub_736 mgl_dispatch_stub_736
-#define gl_dispatch_stub_737 mgl_dispatch_stub_737
-#define gl_dispatch_stub_738 mgl_dispatch_stub_738
-#define gl_dispatch_stub_739 mgl_dispatch_stub_739
-#define gl_dispatch_stub_740 mgl_dispatch_stub_740
-#define gl_dispatch_stub_821 mgl_dispatch_stub_821
-#define gl_dispatch_stub_822 mgl_dispatch_stub_822
-#define gl_dispatch_stub_823 mgl_dispatch_stub_823
-#define gl_dispatch_stub_824 mgl_dispatch_stub_824
-#define gl_dispatch_stub_825 mgl_dispatch_stub_825
-#define gl_dispatch_stub_834 mgl_dispatch_stub_834
-#define gl_dispatch_stub_835 mgl_dispatch_stub_835
-#define gl_dispatch_stub_853 mgl_dispatch_stub_853
-#define gl_dispatch_stub_854 mgl_dispatch_stub_854
-#define gl_dispatch_stub_855 mgl_dispatch_stub_855
-#define gl_dispatch_stub_913 mgl_dispatch_stub_913
-#define gl_dispatch_stub_914 mgl_dispatch_stub_914
-#define gl_dispatch_stub_922 mgl_dispatch_stub_922
-#define gl_dispatch_stub_923 mgl_dispatch_stub_923
-#define gl_dispatch_stub_924 mgl_dispatch_stub_924
-#define gl_dispatch_stub_925 mgl_dispatch_stub_925
-#define gl_dispatch_stub_926 mgl_dispatch_stub_926
+#define gl_dispatch_stub_691 mgl_dispatch_stub_691
+#define gl_dispatch_stub_692 mgl_dispatch_stub_692
+#define gl_dispatch_stub_693 mgl_dispatch_stub_693
+#define gl_dispatch_stub_728 mgl_dispatch_stub_728
+#define gl_dispatch_stub_770 mgl_dispatch_stub_770
+#define gl_dispatch_stub_771 mgl_dispatch_stub_771
+#define gl_dispatch_stub_772 mgl_dispatch_stub_772
+#define gl_dispatch_stub_773 mgl_dispatch_stub_773
+#define gl_dispatch_stub_774 mgl_dispatch_stub_774
+#define gl_dispatch_stub_775 mgl_dispatch_stub_775
+#define gl_dispatch_stub_776 mgl_dispatch_stub_776
+#define gl_dispatch_stub_777 mgl_dispatch_stub_777
+#define gl_dispatch_stub_778 mgl_dispatch_stub_778
+#define gl_dispatch_stub_859 mgl_dispatch_stub_859
+#define gl_dispatch_stub_860 mgl_dispatch_stub_860
+#define gl_dispatch_stub_861 mgl_dispatch_stub_861
+#define gl_dispatch_stub_862 mgl_dispatch_stub_862
+#define gl_dispatch_stub_863 mgl_dispatch_stub_863
+#define gl_dispatch_stub_872 mgl_dispatch_stub_872
+#define gl_dispatch_stub_873 mgl_dispatch_stub_873
+#define gl_dispatch_stub_891 mgl_dispatch_stub_891
+#define gl_dispatch_stub_892 mgl_dispatch_stub_892
+#define gl_dispatch_stub_893 mgl_dispatch_stub_893
+#define gl_dispatch_stub_951 mgl_dispatch_stub_951
+#define gl_dispatch_stub_952 mgl_dispatch_stub_952
+#define gl_dispatch_stub_960 mgl_dispatch_stub_960
+#define gl_dispatch_stub_961 mgl_dispatch_stub_961
+#define gl_dispatch_stub_962 mgl_dispatch_stub_962
+#define gl_dispatch_stub_963 mgl_dispatch_stub_963
+#define gl_dispatch_stub_964 mgl_dispatch_stub_964
#endif /* USE_MGL_NAMESPACE */
@@ -1414,41 +1452,41 @@ void GLAPIENTRY gl_dispatch_stub_363(GLenum target, GLenum pname, GLint * params
void GLAPIENTRY gl_dispatch_stub_364(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
void GLAPIENTRY gl_dispatch_stub_365(GLenum target, GLenum pname, GLfloat * params);
void GLAPIENTRY gl_dispatch_stub_366(GLenum target, GLenum pname, GLint * params);
-void GLAPIENTRY gl_dispatch_stub_648(GLenum pname, GLfloat * params);
-void GLAPIENTRY gl_dispatch_stub_649(GLenum pname, GLint * params);
-void GLAPIENTRY gl_dispatch_stub_650(GLenum pname, GLfloat param);
-void GLAPIENTRY gl_dispatch_stub_651(GLenum pname, const GLfloat * params);
-void GLAPIENTRY gl_dispatch_stub_652(GLenum pname, GLint param);
-void GLAPIENTRY gl_dispatch_stub_653(GLenum pname, const GLint * params);
-void GLAPIENTRY gl_dispatch_stub_654(GLclampf value, GLboolean invert);
-void GLAPIENTRY gl_dispatch_stub_655(GLenum pattern);
-void GLAPIENTRY gl_dispatch_stub_690(GLenum mode);
-void GLAPIENTRY gl_dispatch_stub_732(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
-void GLAPIENTRY gl_dispatch_stub_733(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
-void GLAPIENTRY gl_dispatch_stub_734(GLsizei n, const GLuint * fences);
-void GLAPIENTRY gl_dispatch_stub_735(GLuint fence);
-void GLAPIENTRY gl_dispatch_stub_736(GLsizei n, GLuint * fences);
-void GLAPIENTRY gl_dispatch_stub_737(GLuint fence, GLenum pname, GLint * params);
-GLboolean GLAPIENTRY gl_dispatch_stub_738(GLuint fence);
-void GLAPIENTRY gl_dispatch_stub_739(GLuint fence, GLenum condition);
-GLboolean GLAPIENTRY gl_dispatch_stub_740(GLuint fence);
-void GLAPIENTRY gl_dispatch_stub_821(GLenum face);
-void GLAPIENTRY gl_dispatch_stub_822(GLuint array);
-void GLAPIENTRY gl_dispatch_stub_823(GLsizei n, const GLuint * arrays);
-void GLAPIENTRY gl_dispatch_stub_824(GLsizei n, GLuint * arrays);
-GLboolean GLAPIENTRY gl_dispatch_stub_825(GLuint array);
-void GLAPIENTRY gl_dispatch_stub_834(GLclampd zmin, GLclampd zmax);
-void GLAPIENTRY gl_dispatch_stub_835(GLenum modeRGB, GLenum modeA);
-void GLAPIENTRY gl_dispatch_stub_853(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
-void GLAPIENTRY gl_dispatch_stub_854(GLenum target, GLenum pname, GLint param);
-void GLAPIENTRY gl_dispatch_stub_855(GLenum target, GLintptr offset, GLsizeiptr size);
-void GLAPIENTRY gl_dispatch_stub_913(GLenum target, GLenum pname, GLvoid ** params);
-void GLAPIENTRY gl_dispatch_stub_914(GLenum target, GLsizei length, GLvoid * pointer);
-void GLAPIENTRY gl_dispatch_stub_922(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
-void GLAPIENTRY gl_dispatch_stub_923(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
-void GLAPIENTRY gl_dispatch_stub_924(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
-void GLAPIENTRY gl_dispatch_stub_925(GLuint id, GLenum pname, GLint64EXT * params);
-void GLAPIENTRY gl_dispatch_stub_926(GLuint id, GLenum pname, GLuint64EXT * params);
+void GLAPIENTRY gl_dispatch_stub_686(GLenum pname, GLfloat * params);
+void GLAPIENTRY gl_dispatch_stub_687(GLenum pname, GLint * params);
+void GLAPIENTRY gl_dispatch_stub_688(GLenum pname, GLfloat param);
+void GLAPIENTRY gl_dispatch_stub_689(GLenum pname, const GLfloat * params);
+void GLAPIENTRY gl_dispatch_stub_690(GLenum pname, GLint param);
+void GLAPIENTRY gl_dispatch_stub_691(GLenum pname, const GLint * params);
+void GLAPIENTRY gl_dispatch_stub_692(GLclampf value, GLboolean invert);
+void GLAPIENTRY gl_dispatch_stub_693(GLenum pattern);
+void GLAPIENTRY gl_dispatch_stub_728(GLenum mode);
+void GLAPIENTRY gl_dispatch_stub_770(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
+void GLAPIENTRY gl_dispatch_stub_771(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
+void GLAPIENTRY gl_dispatch_stub_772(GLsizei n, const GLuint * fences);
+void GLAPIENTRY gl_dispatch_stub_773(GLuint fence);
+void GLAPIENTRY gl_dispatch_stub_774(GLsizei n, GLuint * fences);
+void GLAPIENTRY gl_dispatch_stub_775(GLuint fence, GLenum pname, GLint * params);
+GLboolean GLAPIENTRY gl_dispatch_stub_776(GLuint fence);
+void GLAPIENTRY gl_dispatch_stub_777(GLuint fence, GLenum condition);
+GLboolean GLAPIENTRY gl_dispatch_stub_778(GLuint fence);
+void GLAPIENTRY gl_dispatch_stub_859(GLenum face);
+void GLAPIENTRY gl_dispatch_stub_860(GLuint array);
+void GLAPIENTRY gl_dispatch_stub_861(GLsizei n, const GLuint * arrays);
+void GLAPIENTRY gl_dispatch_stub_862(GLsizei n, GLuint * arrays);
+GLboolean GLAPIENTRY gl_dispatch_stub_863(GLuint array);
+void GLAPIENTRY gl_dispatch_stub_872(GLclampd zmin, GLclampd zmax);
+void GLAPIENTRY gl_dispatch_stub_873(GLenum modeRGB, GLenum modeA);
+void GLAPIENTRY gl_dispatch_stub_891(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
+void GLAPIENTRY gl_dispatch_stub_892(GLenum target, GLenum pname, GLint param);
+void GLAPIENTRY gl_dispatch_stub_893(GLenum target, GLintptr offset, GLsizeiptr size);
+void GLAPIENTRY gl_dispatch_stub_951(GLenum target, GLenum pname, GLvoid ** params);
+void GLAPIENTRY gl_dispatch_stub_952(GLenum target, GLsizei length, GLvoid * pointer);
+void GLAPIENTRY gl_dispatch_stub_960(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
+void GLAPIENTRY gl_dispatch_stub_961(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
+void GLAPIENTRY gl_dispatch_stub_962(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
+void GLAPIENTRY gl_dispatch_stub_963(GLuint id, GLenum pname, GLint64EXT * params);
+void GLAPIENTRY gl_dispatch_stub_964(GLuint id, GLenum pname, GLuint64EXT * params);
#endif /* defined(NEED_FUNCTION_POINTER) || defined(GLX_INDIRECT_RENDERING) */
static const glprocs_table_t static_functions[] = {
@@ -2067,684 +2105,722 @@ static const glprocs_table_t static_functions[] = {
NAME_FUNC_OFFSET( 9972, glSamplerParameterfv, glSamplerParameterfv, NULL, 612),
NAME_FUNC_OFFSET( 9993, glSamplerParameteri, glSamplerParameteri, NULL, 613),
NAME_FUNC_OFFSET(10013, glSamplerParameteriv, glSamplerParameteriv, NULL, 614),
- NAME_FUNC_OFFSET(10034, glBindTransformFeedback, glBindTransformFeedback, NULL, 615),
- NAME_FUNC_OFFSET(10058, glDeleteTransformFeedbacks, glDeleteTransformFeedbacks, NULL, 616),
- NAME_FUNC_OFFSET(10085, glDrawTransformFeedback, glDrawTransformFeedback, NULL, 617),
- NAME_FUNC_OFFSET(10109, glGenTransformFeedbacks, glGenTransformFeedbacks, NULL, 618),
- NAME_FUNC_OFFSET(10133, glIsTransformFeedback, glIsTransformFeedback, NULL, 619),
- NAME_FUNC_OFFSET(10155, glPauseTransformFeedback, glPauseTransformFeedback, NULL, 620),
- NAME_FUNC_OFFSET(10180, glResumeTransformFeedback, glResumeTransformFeedback, NULL, 621),
- NAME_FUNC_OFFSET(10206, glClearDepthf, glClearDepthf, NULL, 622),
- NAME_FUNC_OFFSET(10220, glDepthRangef, glDepthRangef, NULL, 623),
- NAME_FUNC_OFFSET(10234, glGetShaderPrecisionFormat, glGetShaderPrecisionFormat, NULL, 624),
- NAME_FUNC_OFFSET(10261, glReleaseShaderCompiler, glReleaseShaderCompiler, NULL, 625),
- NAME_FUNC_OFFSET(10285, glShaderBinary, glShaderBinary, NULL, 626),
- NAME_FUNC_OFFSET(10300, glGetGraphicsResetStatusARB, glGetGraphicsResetStatusARB, NULL, 627),
- NAME_FUNC_OFFSET(10328, glGetnColorTableARB, glGetnColorTableARB, NULL, 628),
- NAME_FUNC_OFFSET(10348, glGetnCompressedTexImageARB, glGetnCompressedTexImageARB, NULL, 629),
- NAME_FUNC_OFFSET(10376, glGetnConvolutionFilterARB, glGetnConvolutionFilterARB, NULL, 630),
- NAME_FUNC_OFFSET(10403, glGetnHistogramARB, glGetnHistogramARB, NULL, 631),
- NAME_FUNC_OFFSET(10422, glGetnMapdvARB, glGetnMapdvARB, NULL, 632),
- NAME_FUNC_OFFSET(10437, glGetnMapfvARB, glGetnMapfvARB, NULL, 633),
- NAME_FUNC_OFFSET(10452, glGetnMapivARB, glGetnMapivARB, NULL, 634),
- NAME_FUNC_OFFSET(10467, glGetnMinmaxARB, glGetnMinmaxARB, NULL, 635),
- NAME_FUNC_OFFSET(10483, glGetnPixelMapfvARB, glGetnPixelMapfvARB, NULL, 636),
- NAME_FUNC_OFFSET(10503, glGetnPixelMapuivARB, glGetnPixelMapuivARB, NULL, 637),
- NAME_FUNC_OFFSET(10524, glGetnPixelMapusvARB, glGetnPixelMapusvARB, NULL, 638),
- NAME_FUNC_OFFSET(10545, glGetnPolygonStippleARB, glGetnPolygonStippleARB, NULL, 639),
- NAME_FUNC_OFFSET(10569, glGetnSeparableFilterARB, glGetnSeparableFilterARB, NULL, 640),
- NAME_FUNC_OFFSET(10594, glGetnTexImageARB, glGetnTexImageARB, NULL, 641),
- NAME_FUNC_OFFSET(10612, glGetnUniformdvARB, glGetnUniformdvARB, NULL, 642),
- NAME_FUNC_OFFSET(10631, glGetnUniformfvARB, glGetnUniformfvARB, NULL, 643),
- NAME_FUNC_OFFSET(10650, glGetnUniformivARB, glGetnUniformivARB, NULL, 644),
- NAME_FUNC_OFFSET(10669, glGetnUniformuivARB, glGetnUniformuivARB, NULL, 645),
- NAME_FUNC_OFFSET(10689, glReadnPixelsARB, glReadnPixelsARB, NULL, 646),
- NAME_FUNC_OFFSET(10706, glPolygonOffsetEXT, glPolygonOffsetEXT, NULL, 647),
- NAME_FUNC_OFFSET(10725, gl_dispatch_stub_648, gl_dispatch_stub_648, NULL, 648),
- NAME_FUNC_OFFSET(10757, gl_dispatch_stub_649, gl_dispatch_stub_649, NULL, 649),
- NAME_FUNC_OFFSET(10789, gl_dispatch_stub_650, gl_dispatch_stub_650, NULL, 650),
- NAME_FUNC_OFFSET(10817, gl_dispatch_stub_651, gl_dispatch_stub_651, NULL, 651),
- NAME_FUNC_OFFSET(10846, gl_dispatch_stub_652, gl_dispatch_stub_652, NULL, 652),
- NAME_FUNC_OFFSET(10874, gl_dispatch_stub_653, gl_dispatch_stub_653, NULL, 653),
- NAME_FUNC_OFFSET(10903, gl_dispatch_stub_654, gl_dispatch_stub_654, NULL, 654),
- NAME_FUNC_OFFSET(10920, gl_dispatch_stub_655, gl_dispatch_stub_655, NULL, 655),
- NAME_FUNC_OFFSET(10940, glColorPointerEXT, glColorPointerEXT, NULL, 656),
- NAME_FUNC_OFFSET(10958, glEdgeFlagPointerEXT, glEdgeFlagPointerEXT, NULL, 657),
- NAME_FUNC_OFFSET(10979, glIndexPointerEXT, glIndexPointerEXT, NULL, 658),
- NAME_FUNC_OFFSET(10997, glNormalPointerEXT, glNormalPointerEXT, NULL, 659),
- NAME_FUNC_OFFSET(11016, glTexCoordPointerEXT, glTexCoordPointerEXT, NULL, 660),
- NAME_FUNC_OFFSET(11037, glVertexPointerEXT, glVertexPointerEXT, NULL, 661),
- NAME_FUNC_OFFSET(11056, glPointParameterfEXT, glPointParameterfEXT, NULL, 662),
- NAME_FUNC_OFFSET(11077, glPointParameterfvEXT, glPointParameterfvEXT, NULL, 663),
- NAME_FUNC_OFFSET(11099, glLockArraysEXT, glLockArraysEXT, NULL, 664),
- NAME_FUNC_OFFSET(11115, glUnlockArraysEXT, glUnlockArraysEXT, NULL, 665),
- NAME_FUNC_OFFSET(11133, glSecondaryColor3bEXT, glSecondaryColor3bEXT, NULL, 666),
- NAME_FUNC_OFFSET(11155, glSecondaryColor3bvEXT, glSecondaryColor3bvEXT, NULL, 667),
- NAME_FUNC_OFFSET(11178, glSecondaryColor3dEXT, glSecondaryColor3dEXT, NULL, 668),
- NAME_FUNC_OFFSET(11200, glSecondaryColor3dvEXT, glSecondaryColor3dvEXT, NULL, 669),
- NAME_FUNC_OFFSET(11223, glSecondaryColor3fEXT, glSecondaryColor3fEXT, NULL, 670),
- NAME_FUNC_OFFSET(11245, glSecondaryColor3fvEXT, glSecondaryColor3fvEXT, NULL, 671),
- NAME_FUNC_OFFSET(11268, glSecondaryColor3iEXT, glSecondaryColor3iEXT, NULL, 672),
- NAME_FUNC_OFFSET(11290, glSecondaryColor3ivEXT, glSecondaryColor3ivEXT, NULL, 673),
- NAME_FUNC_OFFSET(11313, glSecondaryColor3sEXT, glSecondaryColor3sEXT, NULL, 674),
- NAME_FUNC_OFFSET(11335, glSecondaryColor3svEXT, glSecondaryColor3svEXT, NULL, 675),
- NAME_FUNC_OFFSET(11358, glSecondaryColor3ubEXT, glSecondaryColor3ubEXT, NULL, 676),
- NAME_FUNC_OFFSET(11381, glSecondaryColor3ubvEXT, glSecondaryColor3ubvEXT, NULL, 677),
- NAME_FUNC_OFFSET(11405, glSecondaryColor3uiEXT, glSecondaryColor3uiEXT, NULL, 678),
- NAME_FUNC_OFFSET(11428, glSecondaryColor3uivEXT, glSecondaryColor3uivEXT, NULL, 679),
- NAME_FUNC_OFFSET(11452, glSecondaryColor3usEXT, glSecondaryColor3usEXT, NULL, 680),
- NAME_FUNC_OFFSET(11475, glSecondaryColor3usvEXT, glSecondaryColor3usvEXT, NULL, 681),
- NAME_FUNC_OFFSET(11499, glSecondaryColorPointerEXT, glSecondaryColorPointerEXT, NULL, 682),
- NAME_FUNC_OFFSET(11526, glMultiDrawArraysEXT, glMultiDrawArraysEXT, NULL, 683),
- NAME_FUNC_OFFSET(11547, glMultiDrawElementsEXT, glMultiDrawElementsEXT, NULL, 684),
- NAME_FUNC_OFFSET(11570, glFogCoordPointerEXT, glFogCoordPointerEXT, NULL, 685),
- NAME_FUNC_OFFSET(11591, glFogCoorddEXT, glFogCoorddEXT, NULL, 686),
- NAME_FUNC_OFFSET(11606, glFogCoorddvEXT, glFogCoorddvEXT, NULL, 687),
- NAME_FUNC_OFFSET(11622, glFogCoordfEXT, glFogCoordfEXT, NULL, 688),
- NAME_FUNC_OFFSET(11637, glFogCoordfvEXT, glFogCoordfvEXT, NULL, 689),
- NAME_FUNC_OFFSET(11653, gl_dispatch_stub_690, gl_dispatch_stub_690, NULL, 690),
- NAME_FUNC_OFFSET(11671, glBlendFuncSeparateEXT, glBlendFuncSeparateEXT, NULL, 691),
- NAME_FUNC_OFFSET(11694, glFlushVertexArrayRangeNV, glFlushVertexArrayRangeNV, NULL, 692),
- NAME_FUNC_OFFSET(11720, glVertexArrayRangeNV, glVertexArrayRangeNV, NULL, 693),
- NAME_FUNC_OFFSET(11741, glCombinerInputNV, glCombinerInputNV, NULL, 694),
- NAME_FUNC_OFFSET(11759, glCombinerOutputNV, glCombinerOutputNV, NULL, 695),
- NAME_FUNC_OFFSET(11778, glCombinerParameterfNV, glCombinerParameterfNV, NULL, 696),
- NAME_FUNC_OFFSET(11801, glCombinerParameterfvNV, glCombinerParameterfvNV, NULL, 697),
- NAME_FUNC_OFFSET(11825, glCombinerParameteriNV, glCombinerParameteriNV, NULL, 698),
- NAME_FUNC_OFFSET(11848, glCombinerParameterivNV, glCombinerParameterivNV, NULL, 699),
- NAME_FUNC_OFFSET(11872, glFinalCombinerInputNV, glFinalCombinerInputNV, NULL, 700),
- NAME_FUNC_OFFSET(11895, glGetCombinerInputParameterfvNV, glGetCombinerInputParameterfvNV, NULL, 701),
- NAME_FUNC_OFFSET(11927, glGetCombinerInputParameterivNV, glGetCombinerInputParameterivNV, NULL, 702),
- NAME_FUNC_OFFSET(11959, glGetCombinerOutputParameterfvNV, glGetCombinerOutputParameterfvNV, NULL, 703),
- NAME_FUNC_OFFSET(11992, glGetCombinerOutputParameterivNV, glGetCombinerOutputParameterivNV, NULL, 704),
- NAME_FUNC_OFFSET(12025, glGetFinalCombinerInputParameterfvNV, glGetFinalCombinerInputParameterfvNV, NULL, 705),
- NAME_FUNC_OFFSET(12062, glGetFinalCombinerInputParameterivNV, glGetFinalCombinerInputParameterivNV, NULL, 706),
- NAME_FUNC_OFFSET(12099, glResizeBuffersMESA, glResizeBuffersMESA, NULL, 707),
- NAME_FUNC_OFFSET(12119, glWindowPos2dMESA, glWindowPos2dMESA, NULL, 708),
- NAME_FUNC_OFFSET(12137, glWindowPos2dvMESA, glWindowPos2dvMESA, NULL, 709),
- NAME_FUNC_OFFSET(12156, glWindowPos2fMESA, glWindowPos2fMESA, NULL, 710),
- NAME_FUNC_OFFSET(12174, glWindowPos2fvMESA, glWindowPos2fvMESA, NULL, 711),
- NAME_FUNC_OFFSET(12193, glWindowPos2iMESA, glWindowPos2iMESA, NULL, 712),
- NAME_FUNC_OFFSET(12211, glWindowPos2ivMESA, glWindowPos2ivMESA, NULL, 713),
- NAME_FUNC_OFFSET(12230, glWindowPos2sMESA, glWindowPos2sMESA, NULL, 714),
- NAME_FUNC_OFFSET(12248, glWindowPos2svMESA, glWindowPos2svMESA, NULL, 715),
- NAME_FUNC_OFFSET(12267, glWindowPos3dMESA, glWindowPos3dMESA, NULL, 716),
- NAME_FUNC_OFFSET(12285, glWindowPos3dvMESA, glWindowPos3dvMESA, NULL, 717),
- NAME_FUNC_OFFSET(12304, glWindowPos3fMESA, glWindowPos3fMESA, NULL, 718),
- NAME_FUNC_OFFSET(12322, glWindowPos3fvMESA, glWindowPos3fvMESA, NULL, 719),
- NAME_FUNC_OFFSET(12341, glWindowPos3iMESA, glWindowPos3iMESA, NULL, 720),
- NAME_FUNC_OFFSET(12359, glWindowPos3ivMESA, glWindowPos3ivMESA, NULL, 721),
- NAME_FUNC_OFFSET(12378, glWindowPos3sMESA, glWindowPos3sMESA, NULL, 722),
- NAME_FUNC_OFFSET(12396, glWindowPos3svMESA, glWindowPos3svMESA, NULL, 723),
- NAME_FUNC_OFFSET(12415, glWindowPos4dMESA, glWindowPos4dMESA, NULL, 724),
- NAME_FUNC_OFFSET(12433, glWindowPos4dvMESA, glWindowPos4dvMESA, NULL, 725),
- NAME_FUNC_OFFSET(12452, glWindowPos4fMESA, glWindowPos4fMESA, NULL, 726),
- NAME_FUNC_OFFSET(12470, glWindowPos4fvMESA, glWindowPos4fvMESA, NULL, 727),
- NAME_FUNC_OFFSET(12489, glWindowPos4iMESA, glWindowPos4iMESA, NULL, 728),
- NAME_FUNC_OFFSET(12507, glWindowPos4ivMESA, glWindowPos4ivMESA, NULL, 729),
- NAME_FUNC_OFFSET(12526, glWindowPos4sMESA, glWindowPos4sMESA, NULL, 730),
- NAME_FUNC_OFFSET(12544, glWindowPos4svMESA, glWindowPos4svMESA, NULL, 731),
- NAME_FUNC_OFFSET(12563, gl_dispatch_stub_732, gl_dispatch_stub_732, NULL, 732),
- NAME_FUNC_OFFSET(12588, gl_dispatch_stub_733, gl_dispatch_stub_733, NULL, 733),
- NAME_FUNC_OFFSET(12615, gl_dispatch_stub_734, gl_dispatch_stub_734, NULL, 734),
- NAME_FUNC_OFFSET(12632, gl_dispatch_stub_735, gl_dispatch_stub_735, NULL, 735),
- NAME_FUNC_OFFSET(12648, gl_dispatch_stub_736, gl_dispatch_stub_736, NULL, 736),
- NAME_FUNC_OFFSET(12662, gl_dispatch_stub_737, gl_dispatch_stub_737, NULL, 737),
- NAME_FUNC_OFFSET(12677, gl_dispatch_stub_738, gl_dispatch_stub_738, NULL, 738),
- NAME_FUNC_OFFSET(12689, gl_dispatch_stub_739, gl_dispatch_stub_739, NULL, 739),
- NAME_FUNC_OFFSET(12702, gl_dispatch_stub_740, gl_dispatch_stub_740, NULL, 740),
- NAME_FUNC_OFFSET(12716, glAreProgramsResidentNV, glAreProgramsResidentNV, NULL, 741),
- NAME_FUNC_OFFSET(12740, glBindProgramNV, glBindProgramNV, NULL, 742),
- NAME_FUNC_OFFSET(12756, glDeleteProgramsNV, glDeleteProgramsNV, NULL, 743),
- NAME_FUNC_OFFSET(12775, glExecuteProgramNV, glExecuteProgramNV, NULL, 744),
- NAME_FUNC_OFFSET(12794, glGenProgramsNV, glGenProgramsNV, NULL, 745),
- NAME_FUNC_OFFSET(12810, glGetProgramParameterdvNV, glGetProgramParameterdvNV, NULL, 746),
- NAME_FUNC_OFFSET(12836, glGetProgramParameterfvNV, glGetProgramParameterfvNV, NULL, 747),
- NAME_FUNC_OFFSET(12862, glGetProgramStringNV, glGetProgramStringNV, NULL, 748),
- NAME_FUNC_OFFSET(12883, glGetProgramivNV, glGetProgramivNV, NULL, 749),
- NAME_FUNC_OFFSET(12900, glGetTrackMatrixivNV, glGetTrackMatrixivNV, NULL, 750),
- NAME_FUNC_OFFSET(12921, glGetVertexAttribPointervNV, glGetVertexAttribPointervNV, NULL, 751),
- NAME_FUNC_OFFSET(12949, glGetVertexAttribdvNV, glGetVertexAttribdvNV, NULL, 752),
- NAME_FUNC_OFFSET(12971, glGetVertexAttribfvNV, glGetVertexAttribfvNV, NULL, 753),
- NAME_FUNC_OFFSET(12993, glGetVertexAttribivNV, glGetVertexAttribivNV, NULL, 754),
- NAME_FUNC_OFFSET(13015, glIsProgramNV, glIsProgramNV, NULL, 755),
- NAME_FUNC_OFFSET(13029, glLoadProgramNV, glLoadProgramNV, NULL, 756),
- NAME_FUNC_OFFSET(13045, glProgramParameters4dvNV, glProgramParameters4dvNV, NULL, 757),
- NAME_FUNC_OFFSET(13070, glProgramParameters4fvNV, glProgramParameters4fvNV, NULL, 758),
- NAME_FUNC_OFFSET(13095, glRequestResidentProgramsNV, glRequestResidentProgramsNV, NULL, 759),
- NAME_FUNC_OFFSET(13123, glTrackMatrixNV, glTrackMatrixNV, NULL, 760),
- NAME_FUNC_OFFSET(13139, glVertexAttrib1dNV, glVertexAttrib1dNV, NULL, 761),
- NAME_FUNC_OFFSET(13158, glVertexAttrib1dvNV, glVertexAttrib1dvNV, NULL, 762),
- NAME_FUNC_OFFSET(13178, glVertexAttrib1fNV, glVertexAttrib1fNV, NULL, 763),
- NAME_FUNC_OFFSET(13197, glVertexAttrib1fvNV, glVertexAttrib1fvNV, NULL, 764),
- NAME_FUNC_OFFSET(13217, glVertexAttrib1sNV, glVertexAttrib1sNV, NULL, 765),
- NAME_FUNC_OFFSET(13236, glVertexAttrib1svNV, glVertexAttrib1svNV, NULL, 766),
- NAME_FUNC_OFFSET(13256, glVertexAttrib2dNV, glVertexAttrib2dNV, NULL, 767),
- NAME_FUNC_OFFSET(13275, glVertexAttrib2dvNV, glVertexAttrib2dvNV, NULL, 768),
- NAME_FUNC_OFFSET(13295, glVertexAttrib2fNV, glVertexAttrib2fNV, NULL, 769),
- NAME_FUNC_OFFSET(13314, glVertexAttrib2fvNV, glVertexAttrib2fvNV, NULL, 770),
- NAME_FUNC_OFFSET(13334, glVertexAttrib2sNV, glVertexAttrib2sNV, NULL, 771),
- NAME_FUNC_OFFSET(13353, glVertexAttrib2svNV, glVertexAttrib2svNV, NULL, 772),
- NAME_FUNC_OFFSET(13373, glVertexAttrib3dNV, glVertexAttrib3dNV, NULL, 773),
- NAME_FUNC_OFFSET(13392, glVertexAttrib3dvNV, glVertexAttrib3dvNV, NULL, 774),
- NAME_FUNC_OFFSET(13412, glVertexAttrib3fNV, glVertexAttrib3fNV, NULL, 775),
- NAME_FUNC_OFFSET(13431, glVertexAttrib3fvNV, glVertexAttrib3fvNV, NULL, 776),
- NAME_FUNC_OFFSET(13451, glVertexAttrib3sNV, glVertexAttrib3sNV, NULL, 777),
- NAME_FUNC_OFFSET(13470, glVertexAttrib3svNV, glVertexAttrib3svNV, NULL, 778),
- NAME_FUNC_OFFSET(13490, glVertexAttrib4dNV, glVertexAttrib4dNV, NULL, 779),
- NAME_FUNC_OFFSET(13509, glVertexAttrib4dvNV, glVertexAttrib4dvNV, NULL, 780),
- NAME_FUNC_OFFSET(13529, glVertexAttrib4fNV, glVertexAttrib4fNV, NULL, 781),
- NAME_FUNC_OFFSET(13548, glVertexAttrib4fvNV, glVertexAttrib4fvNV, NULL, 782),
- NAME_FUNC_OFFSET(13568, glVertexAttrib4sNV, glVertexAttrib4sNV, NULL, 783),
- NAME_FUNC_OFFSET(13587, glVertexAttrib4svNV, glVertexAttrib4svNV, NULL, 784),
- NAME_FUNC_OFFSET(13607, glVertexAttrib4ubNV, glVertexAttrib4ubNV, NULL, 785),
- NAME_FUNC_OFFSET(13627, glVertexAttrib4ubvNV, glVertexAttrib4ubvNV, NULL, 786),
- NAME_FUNC_OFFSET(13648, glVertexAttribPointerNV, glVertexAttribPointerNV, NULL, 787),
- NAME_FUNC_OFFSET(13672, glVertexAttribs1dvNV, glVertexAttribs1dvNV, NULL, 788),
- NAME_FUNC_OFFSET(13693, glVertexAttribs1fvNV, glVertexAttribs1fvNV, NULL, 789),
- NAME_FUNC_OFFSET(13714, glVertexAttribs1svNV, glVertexAttribs1svNV, NULL, 790),
- NAME_FUNC_OFFSET(13735, glVertexAttribs2dvNV, glVertexAttribs2dvNV, NULL, 791),
- NAME_FUNC_OFFSET(13756, glVertexAttribs2fvNV, glVertexAttribs2fvNV, NULL, 792),
- NAME_FUNC_OFFSET(13777, glVertexAttribs2svNV, glVertexAttribs2svNV, NULL, 793),
- NAME_FUNC_OFFSET(13798, glVertexAttribs3dvNV, glVertexAttribs3dvNV, NULL, 794),
- NAME_FUNC_OFFSET(13819, glVertexAttribs3fvNV, glVertexAttribs3fvNV, NULL, 795),
- NAME_FUNC_OFFSET(13840, glVertexAttribs3svNV, glVertexAttribs3svNV, NULL, 796),
- NAME_FUNC_OFFSET(13861, glVertexAttribs4dvNV, glVertexAttribs4dvNV, NULL, 797),
- NAME_FUNC_OFFSET(13882, glVertexAttribs4fvNV, glVertexAttribs4fvNV, NULL, 798),
- NAME_FUNC_OFFSET(13903, glVertexAttribs4svNV, glVertexAttribs4svNV, NULL, 799),
- NAME_FUNC_OFFSET(13924, glVertexAttribs4ubvNV, glVertexAttribs4ubvNV, NULL, 800),
- NAME_FUNC_OFFSET(13946, glGetTexBumpParameterfvATI, glGetTexBumpParameterfvATI, NULL, 801),
- NAME_FUNC_OFFSET(13973, glGetTexBumpParameterivATI, glGetTexBumpParameterivATI, NULL, 802),
- NAME_FUNC_OFFSET(14000, glTexBumpParameterfvATI, glTexBumpParameterfvATI, NULL, 803),
- NAME_FUNC_OFFSET(14024, glTexBumpParameterivATI, glTexBumpParameterivATI, NULL, 804),
- NAME_FUNC_OFFSET(14048, glAlphaFragmentOp1ATI, glAlphaFragmentOp1ATI, NULL, 805),
- NAME_FUNC_OFFSET(14070, glAlphaFragmentOp2ATI, glAlphaFragmentOp2ATI, NULL, 806),
- NAME_FUNC_OFFSET(14092, glAlphaFragmentOp3ATI, glAlphaFragmentOp3ATI, NULL, 807),
- NAME_FUNC_OFFSET(14114, glBeginFragmentShaderATI, glBeginFragmentShaderATI, NULL, 808),
- NAME_FUNC_OFFSET(14139, glBindFragmentShaderATI, glBindFragmentShaderATI, NULL, 809),
- NAME_FUNC_OFFSET(14163, glColorFragmentOp1ATI, glColorFragmentOp1ATI, NULL, 810),
- NAME_FUNC_OFFSET(14185, glColorFragmentOp2ATI, glColorFragmentOp2ATI, NULL, 811),
- NAME_FUNC_OFFSET(14207, glColorFragmentOp3ATI, glColorFragmentOp3ATI, NULL, 812),
- NAME_FUNC_OFFSET(14229, glDeleteFragmentShaderATI, glDeleteFragmentShaderATI, NULL, 813),
- NAME_FUNC_OFFSET(14255, glEndFragmentShaderATI, glEndFragmentShaderATI, NULL, 814),
- NAME_FUNC_OFFSET(14278, glGenFragmentShadersATI, glGenFragmentShadersATI, NULL, 815),
- NAME_FUNC_OFFSET(14302, glPassTexCoordATI, glPassTexCoordATI, NULL, 816),
- NAME_FUNC_OFFSET(14320, glSampleMapATI, glSampleMapATI, NULL, 817),
- NAME_FUNC_OFFSET(14335, glSetFragmentShaderConstantATI, glSetFragmentShaderConstantATI, NULL, 818),
- NAME_FUNC_OFFSET(14366, glPointParameteriNV, glPointParameteriNV, NULL, 819),
- NAME_FUNC_OFFSET(14386, glPointParameterivNV, glPointParameterivNV, NULL, 820),
- NAME_FUNC_OFFSET(14407, gl_dispatch_stub_821, gl_dispatch_stub_821, NULL, 821),
- NAME_FUNC_OFFSET(14430, gl_dispatch_stub_822, gl_dispatch_stub_822, NULL, 822),
- NAME_FUNC_OFFSET(14453, gl_dispatch_stub_823, gl_dispatch_stub_823, NULL, 823),
- NAME_FUNC_OFFSET(14479, gl_dispatch_stub_824, gl_dispatch_stub_824, NULL, 824),
- NAME_FUNC_OFFSET(14502, gl_dispatch_stub_825, gl_dispatch_stub_825, NULL, 825),
- NAME_FUNC_OFFSET(14523, glGetProgramNamedParameterdvNV, glGetProgramNamedParameterdvNV, NULL, 826),
- NAME_FUNC_OFFSET(14554, glGetProgramNamedParameterfvNV, glGetProgramNamedParameterfvNV, NULL, 827),
- NAME_FUNC_OFFSET(14585, glProgramNamedParameter4dNV, glProgramNamedParameter4dNV, NULL, 828),
- NAME_FUNC_OFFSET(14613, glProgramNamedParameter4dvNV, glProgramNamedParameter4dvNV, NULL, 829),
- NAME_FUNC_OFFSET(14642, glProgramNamedParameter4fNV, glProgramNamedParameter4fNV, NULL, 830),
- NAME_FUNC_OFFSET(14670, glProgramNamedParameter4fvNV, glProgramNamedParameter4fvNV, NULL, 831),
- NAME_FUNC_OFFSET(14699, glPrimitiveRestartIndexNV, glPrimitiveRestartIndexNV, NULL, 832),
- NAME_FUNC_OFFSET(14725, glPrimitiveRestartNV, glPrimitiveRestartNV, NULL, 833),
- NAME_FUNC_OFFSET(14746, gl_dispatch_stub_834, gl_dispatch_stub_834, NULL, 834),
- NAME_FUNC_OFFSET(14763, gl_dispatch_stub_835, gl_dispatch_stub_835, NULL, 835),
- NAME_FUNC_OFFSET(14790, glBindFramebufferEXT, glBindFramebufferEXT, NULL, 836),
- NAME_FUNC_OFFSET(14811, glBindRenderbufferEXT, glBindRenderbufferEXT, NULL, 837),
- NAME_FUNC_OFFSET(14833, glCheckFramebufferStatusEXT, glCheckFramebufferStatusEXT, NULL, 838),
- NAME_FUNC_OFFSET(14861, glDeleteFramebuffersEXT, glDeleteFramebuffersEXT, NULL, 839),
- NAME_FUNC_OFFSET(14885, glDeleteRenderbuffersEXT, glDeleteRenderbuffersEXT, NULL, 840),
- NAME_FUNC_OFFSET(14910, glFramebufferRenderbufferEXT, glFramebufferRenderbufferEXT, NULL, 841),
- NAME_FUNC_OFFSET(14939, glFramebufferTexture1DEXT, glFramebufferTexture1DEXT, NULL, 842),
- NAME_FUNC_OFFSET(14965, glFramebufferTexture2DEXT, glFramebufferTexture2DEXT, NULL, 843),
- NAME_FUNC_OFFSET(14991, glFramebufferTexture3DEXT, glFramebufferTexture3DEXT, NULL, 844),
- NAME_FUNC_OFFSET(15017, glGenFramebuffersEXT, glGenFramebuffersEXT, NULL, 845),
- NAME_FUNC_OFFSET(15038, glGenRenderbuffersEXT, glGenRenderbuffersEXT, NULL, 846),
- NAME_FUNC_OFFSET(15060, glGenerateMipmapEXT, glGenerateMipmapEXT, NULL, 847),
- NAME_FUNC_OFFSET(15080, glGetFramebufferAttachmentParameterivEXT, glGetFramebufferAttachmentParameterivEXT, NULL, 848),
- NAME_FUNC_OFFSET(15121, glGetRenderbufferParameterivEXT, glGetRenderbufferParameterivEXT, NULL, 849),
- NAME_FUNC_OFFSET(15153, glIsFramebufferEXT, glIsFramebufferEXT, NULL, 850),
- NAME_FUNC_OFFSET(15172, glIsRenderbufferEXT, glIsRenderbufferEXT, NULL, 851),
- NAME_FUNC_OFFSET(15192, glRenderbufferStorageEXT, glRenderbufferStorageEXT, NULL, 852),
- NAME_FUNC_OFFSET(15217, gl_dispatch_stub_853, gl_dispatch_stub_853, NULL, 853),
- NAME_FUNC_OFFSET(15238, gl_dispatch_stub_854, gl_dispatch_stub_854, NULL, 854),
- NAME_FUNC_OFFSET(15262, gl_dispatch_stub_855, gl_dispatch_stub_855, NULL, 855),
- NAME_FUNC_OFFSET(15292, glBindFragDataLocationEXT, glBindFragDataLocationEXT, NULL, 856),
- NAME_FUNC_OFFSET(15318, glGetFragDataLocationEXT, glGetFragDataLocationEXT, NULL, 857),
- NAME_FUNC_OFFSET(15343, glGetUniformuivEXT, glGetUniformuivEXT, NULL, 858),
- NAME_FUNC_OFFSET(15362, glGetVertexAttribIivEXT, glGetVertexAttribIivEXT, NULL, 859),
- NAME_FUNC_OFFSET(15386, glGetVertexAttribIuivEXT, glGetVertexAttribIuivEXT, NULL, 860),
- NAME_FUNC_OFFSET(15411, glUniform1uiEXT, glUniform1uiEXT, NULL, 861),
- NAME_FUNC_OFFSET(15427, glUniform1uivEXT, glUniform1uivEXT, NULL, 862),
- NAME_FUNC_OFFSET(15444, glUniform2uiEXT, glUniform2uiEXT, NULL, 863),
- NAME_FUNC_OFFSET(15460, glUniform2uivEXT, glUniform2uivEXT, NULL, 864),
- NAME_FUNC_OFFSET(15477, glUniform3uiEXT, glUniform3uiEXT, NULL, 865),
- NAME_FUNC_OFFSET(15493, glUniform3uivEXT, glUniform3uivEXT, NULL, 866),
- NAME_FUNC_OFFSET(15510, glUniform4uiEXT, glUniform4uiEXT, NULL, 867),
- NAME_FUNC_OFFSET(15526, glUniform4uivEXT, glUniform4uivEXT, NULL, 868),
- NAME_FUNC_OFFSET(15543, glVertexAttribI1iEXT, glVertexAttribI1iEXT, NULL, 869),
- NAME_FUNC_OFFSET(15564, glVertexAttribI1ivEXT, glVertexAttribI1ivEXT, NULL, 870),
- NAME_FUNC_OFFSET(15586, glVertexAttribI1uiEXT, glVertexAttribI1uiEXT, NULL, 871),
- NAME_FUNC_OFFSET(15608, glVertexAttribI1uivEXT, glVertexAttribI1uivEXT, NULL, 872),
- NAME_FUNC_OFFSET(15631, glVertexAttribI2iEXT, glVertexAttribI2iEXT, NULL, 873),
- NAME_FUNC_OFFSET(15652, glVertexAttribI2ivEXT, glVertexAttribI2ivEXT, NULL, 874),
- NAME_FUNC_OFFSET(15674, glVertexAttribI2uiEXT, glVertexAttribI2uiEXT, NULL, 875),
- NAME_FUNC_OFFSET(15696, glVertexAttribI2uivEXT, glVertexAttribI2uivEXT, NULL, 876),
- NAME_FUNC_OFFSET(15719, glVertexAttribI3iEXT, glVertexAttribI3iEXT, NULL, 877),
- NAME_FUNC_OFFSET(15740, glVertexAttribI3ivEXT, glVertexAttribI3ivEXT, NULL, 878),
- NAME_FUNC_OFFSET(15762, glVertexAttribI3uiEXT, glVertexAttribI3uiEXT, NULL, 879),
- NAME_FUNC_OFFSET(15784, glVertexAttribI3uivEXT, glVertexAttribI3uivEXT, NULL, 880),
- NAME_FUNC_OFFSET(15807, glVertexAttribI4bvEXT, glVertexAttribI4bvEXT, NULL, 881),
- NAME_FUNC_OFFSET(15829, glVertexAttribI4iEXT, glVertexAttribI4iEXT, NULL, 882),
- NAME_FUNC_OFFSET(15850, glVertexAttribI4ivEXT, glVertexAttribI4ivEXT, NULL, 883),
- NAME_FUNC_OFFSET(15872, glVertexAttribI4svEXT, glVertexAttribI4svEXT, NULL, 884),
- NAME_FUNC_OFFSET(15894, glVertexAttribI4ubvEXT, glVertexAttribI4ubvEXT, NULL, 885),
- NAME_FUNC_OFFSET(15917, glVertexAttribI4uiEXT, glVertexAttribI4uiEXT, NULL, 886),
- NAME_FUNC_OFFSET(15939, glVertexAttribI4uivEXT, glVertexAttribI4uivEXT, NULL, 887),
- NAME_FUNC_OFFSET(15962, glVertexAttribI4usvEXT, glVertexAttribI4usvEXT, NULL, 888),
- NAME_FUNC_OFFSET(15985, glVertexAttribIPointerEXT, glVertexAttribIPointerEXT, NULL, 889),
- NAME_FUNC_OFFSET(16011, glFramebufferTextureLayerEXT, glFramebufferTextureLayerEXT, NULL, 890),
- NAME_FUNC_OFFSET(16040, glColorMaskIndexedEXT, glColorMaskIndexedEXT, NULL, 891),
- NAME_FUNC_OFFSET(16062, glDisableIndexedEXT, glDisableIndexedEXT, NULL, 892),
- NAME_FUNC_OFFSET(16082, glEnableIndexedEXT, glEnableIndexedEXT, NULL, 893),
- NAME_FUNC_OFFSET(16101, glGetBooleanIndexedvEXT, glGetBooleanIndexedvEXT, NULL, 894),
- NAME_FUNC_OFFSET(16125, glGetIntegerIndexedvEXT, glGetIntegerIndexedvEXT, NULL, 895),
- NAME_FUNC_OFFSET(16149, glIsEnabledIndexedEXT, glIsEnabledIndexedEXT, NULL, 896),
- NAME_FUNC_OFFSET(16171, glClearColorIiEXT, glClearColorIiEXT, NULL, 897),
- NAME_FUNC_OFFSET(16189, glClearColorIuiEXT, glClearColorIuiEXT, NULL, 898),
- NAME_FUNC_OFFSET(16208, glGetTexParameterIivEXT, glGetTexParameterIivEXT, NULL, 899),
- NAME_FUNC_OFFSET(16232, glGetTexParameterIuivEXT, glGetTexParameterIuivEXT, NULL, 900),
- NAME_FUNC_OFFSET(16257, glTexParameterIivEXT, glTexParameterIivEXT, NULL, 901),
- NAME_FUNC_OFFSET(16278, glTexParameterIuivEXT, glTexParameterIuivEXT, NULL, 902),
- NAME_FUNC_OFFSET(16300, glBeginConditionalRenderNV, glBeginConditionalRenderNV, NULL, 903),
- NAME_FUNC_OFFSET(16327, glEndConditionalRenderNV, glEndConditionalRenderNV, NULL, 904),
- NAME_FUNC_OFFSET(16352, glBeginTransformFeedbackEXT, glBeginTransformFeedbackEXT, NULL, 905),
- NAME_FUNC_OFFSET(16380, glBindBufferBaseEXT, glBindBufferBaseEXT, NULL, 906),
- NAME_FUNC_OFFSET(16400, glBindBufferOffsetEXT, glBindBufferOffsetEXT, NULL, 907),
- NAME_FUNC_OFFSET(16422, glBindBufferRangeEXT, glBindBufferRangeEXT, NULL, 908),
- NAME_FUNC_OFFSET(16443, glEndTransformFeedbackEXT, glEndTransformFeedbackEXT, NULL, 909),
- NAME_FUNC_OFFSET(16469, glGetTransformFeedbackVaryingEXT, glGetTransformFeedbackVaryingEXT, NULL, 910),
- NAME_FUNC_OFFSET(16502, glTransformFeedbackVaryingsEXT, glTransformFeedbackVaryingsEXT, NULL, 911),
- NAME_FUNC_OFFSET(16533, glProvokingVertexEXT, glProvokingVertexEXT, NULL, 912),
- NAME_FUNC_OFFSET(16554, gl_dispatch_stub_913, gl_dispatch_stub_913, NULL, 913),
- NAME_FUNC_OFFSET(16585, gl_dispatch_stub_914, gl_dispatch_stub_914, NULL, 914),
- NAME_FUNC_OFFSET(16605, glGetObjectParameterivAPPLE, glGetObjectParameterivAPPLE, NULL, 915),
- NAME_FUNC_OFFSET(16633, glObjectPurgeableAPPLE, glObjectPurgeableAPPLE, NULL, 916),
- NAME_FUNC_OFFSET(16656, glObjectUnpurgeableAPPLE, glObjectUnpurgeableAPPLE, NULL, 917),
- NAME_FUNC_OFFSET(16681, glActiveProgramEXT, glActiveProgramEXT, NULL, 918),
- NAME_FUNC_OFFSET(16700, glCreateShaderProgramEXT, glCreateShaderProgramEXT, NULL, 919),
- NAME_FUNC_OFFSET(16725, glUseShaderProgramEXT, glUseShaderProgramEXT, NULL, 920),
- NAME_FUNC_OFFSET(16747, glTextureBarrierNV, glTextureBarrierNV, NULL, 921),
- NAME_FUNC_OFFSET(16766, gl_dispatch_stub_922, gl_dispatch_stub_922, NULL, 922),
- NAME_FUNC_OFFSET(16791, gl_dispatch_stub_923, gl_dispatch_stub_923, NULL, 923),
- NAME_FUNC_OFFSET(16820, gl_dispatch_stub_924, gl_dispatch_stub_924, NULL, 924),
- NAME_FUNC_OFFSET(16851, gl_dispatch_stub_925, gl_dispatch_stub_925, NULL, 925),
- NAME_FUNC_OFFSET(16875, gl_dispatch_stub_926, gl_dispatch_stub_926, NULL, 926),
- NAME_FUNC_OFFSET(16900, glEGLImageTargetRenderbufferStorageOES, glEGLImageTargetRenderbufferStorageOES, NULL, 927),
- NAME_FUNC_OFFSET(16939, glEGLImageTargetTexture2DOES, glEGLImageTargetTexture2DOES, NULL, 928),
- NAME_FUNC_OFFSET(16968, glArrayElement, glArrayElement, NULL, 306),
- NAME_FUNC_OFFSET(16986, glBindTexture, glBindTexture, NULL, 307),
- NAME_FUNC_OFFSET(17003, glDrawArrays, glDrawArrays, NULL, 310),
- NAME_FUNC_OFFSET(17019, glAreTexturesResident, glAreTexturesResidentEXT, glAreTexturesResidentEXT, 322),
- NAME_FUNC_OFFSET(17044, glCopyTexImage1D, glCopyTexImage1D, NULL, 323),
- NAME_FUNC_OFFSET(17064, glCopyTexImage2D, glCopyTexImage2D, NULL, 324),
- NAME_FUNC_OFFSET(17084, glCopyTexSubImage1D, glCopyTexSubImage1D, NULL, 325),
- NAME_FUNC_OFFSET(17107, glCopyTexSubImage2D, glCopyTexSubImage2D, NULL, 326),
- NAME_FUNC_OFFSET(17130, glDeleteTextures, glDeleteTexturesEXT, glDeleteTexturesEXT, 327),
- NAME_FUNC_OFFSET(17150, glGenTextures, glGenTexturesEXT, glGenTexturesEXT, 328),
- NAME_FUNC_OFFSET(17167, glGetPointerv, glGetPointerv, NULL, 329),
- NAME_FUNC_OFFSET(17184, glIsTexture, glIsTextureEXT, glIsTextureEXT, 330),
- NAME_FUNC_OFFSET(17199, glPrioritizeTextures, glPrioritizeTextures, NULL, 331),
- NAME_FUNC_OFFSET(17223, glTexSubImage1D, glTexSubImage1D, NULL, 332),
- NAME_FUNC_OFFSET(17242, glTexSubImage2D, glTexSubImage2D, NULL, 333),
- NAME_FUNC_OFFSET(17261, glBlendColor, glBlendColor, NULL, 336),
- NAME_FUNC_OFFSET(17277, glBlendEquation, glBlendEquation, NULL, 337),
- NAME_FUNC_OFFSET(17296, glDrawRangeElements, glDrawRangeElements, NULL, 338),
- NAME_FUNC_OFFSET(17319, glColorTable, glColorTable, NULL, 339),
- NAME_FUNC_OFFSET(17335, glColorTable, glColorTable, NULL, 339),
- NAME_FUNC_OFFSET(17351, glColorTableParameterfv, glColorTableParameterfv, NULL, 340),
- NAME_FUNC_OFFSET(17378, glColorTableParameteriv, glColorTableParameteriv, NULL, 341),
- NAME_FUNC_OFFSET(17405, glCopyColorTable, glCopyColorTable, NULL, 342),
- NAME_FUNC_OFFSET(17425, glGetColorTable, glGetColorTableEXT, glGetColorTableEXT, 343),
- NAME_FUNC_OFFSET(17444, glGetColorTable, glGetColorTableEXT, glGetColorTableEXT, 343),
- NAME_FUNC_OFFSET(17463, glGetColorTableParameterfv, glGetColorTableParameterfvEXT, glGetColorTableParameterfvEXT, 344),
- NAME_FUNC_OFFSET(17493, glGetColorTableParameterfv, glGetColorTableParameterfvEXT, glGetColorTableParameterfvEXT, 344),
- NAME_FUNC_OFFSET(17523, glGetColorTableParameteriv, glGetColorTableParameterivEXT, glGetColorTableParameterivEXT, 345),
- NAME_FUNC_OFFSET(17553, glGetColorTableParameteriv, glGetColorTableParameterivEXT, glGetColorTableParameterivEXT, 345),
- NAME_FUNC_OFFSET(17583, glColorSubTable, glColorSubTable, NULL, 346),
- NAME_FUNC_OFFSET(17602, glCopyColorSubTable, glCopyColorSubTable, NULL, 347),
- NAME_FUNC_OFFSET(17625, glConvolutionFilter1D, glConvolutionFilter1D, NULL, 348),
- NAME_FUNC_OFFSET(17650, glConvolutionFilter2D, glConvolutionFilter2D, NULL, 349),
- NAME_FUNC_OFFSET(17675, glConvolutionParameterf, glConvolutionParameterf, NULL, 350),
- NAME_FUNC_OFFSET(17702, glConvolutionParameterfv, glConvolutionParameterfv, NULL, 351),
- NAME_FUNC_OFFSET(17730, glConvolutionParameteri, glConvolutionParameteri, NULL, 352),
- NAME_FUNC_OFFSET(17757, glConvolutionParameteriv, glConvolutionParameteriv, NULL, 353),
- NAME_FUNC_OFFSET(17785, glCopyConvolutionFilter1D, glCopyConvolutionFilter1D, NULL, 354),
- NAME_FUNC_OFFSET(17814, glCopyConvolutionFilter2D, glCopyConvolutionFilter2D, NULL, 355),
- NAME_FUNC_OFFSET(17843, glGetConvolutionFilter, gl_dispatch_stub_356, gl_dispatch_stub_356, 356),
- NAME_FUNC_OFFSET(17869, glGetConvolutionParameterfv, gl_dispatch_stub_357, gl_dispatch_stub_357, 357),
- NAME_FUNC_OFFSET(17900, glGetConvolutionParameteriv, gl_dispatch_stub_358, gl_dispatch_stub_358, 358),
- NAME_FUNC_OFFSET(17931, glGetSeparableFilter, gl_dispatch_stub_359, gl_dispatch_stub_359, 359),
- NAME_FUNC_OFFSET(17955, glSeparableFilter2D, glSeparableFilter2D, NULL, 360),
- NAME_FUNC_OFFSET(17978, glGetHistogram, gl_dispatch_stub_361, gl_dispatch_stub_361, 361),
- NAME_FUNC_OFFSET(17996, glGetHistogramParameterfv, gl_dispatch_stub_362, gl_dispatch_stub_362, 362),
- NAME_FUNC_OFFSET(18025, glGetHistogramParameteriv, gl_dispatch_stub_363, gl_dispatch_stub_363, 363),
- NAME_FUNC_OFFSET(18054, glGetMinmax, gl_dispatch_stub_364, gl_dispatch_stub_364, 364),
- NAME_FUNC_OFFSET(18069, glGetMinmaxParameterfv, gl_dispatch_stub_365, gl_dispatch_stub_365, 365),
- NAME_FUNC_OFFSET(18095, glGetMinmaxParameteriv, gl_dispatch_stub_366, gl_dispatch_stub_366, 366),
- NAME_FUNC_OFFSET(18121, glHistogram, glHistogram, NULL, 367),
- NAME_FUNC_OFFSET(18136, glMinmax, glMinmax, NULL, 368),
- NAME_FUNC_OFFSET(18148, glResetHistogram, glResetHistogram, NULL, 369),
- NAME_FUNC_OFFSET(18168, glResetMinmax, glResetMinmax, NULL, 370),
- NAME_FUNC_OFFSET(18185, glTexImage3D, glTexImage3D, NULL, 371),
- NAME_FUNC_OFFSET(18201, glTexSubImage3D, glTexSubImage3D, NULL, 372),
- NAME_FUNC_OFFSET(18220, glCopyTexSubImage3D, glCopyTexSubImage3D, NULL, 373),
- NAME_FUNC_OFFSET(18243, glActiveTextureARB, glActiveTextureARB, NULL, 374),
- NAME_FUNC_OFFSET(18259, glClientActiveTextureARB, glClientActiveTextureARB, NULL, 375),
- NAME_FUNC_OFFSET(18281, glMultiTexCoord1dARB, glMultiTexCoord1dARB, NULL, 376),
- NAME_FUNC_OFFSET(18299, glMultiTexCoord1dvARB, glMultiTexCoord1dvARB, NULL, 377),
- NAME_FUNC_OFFSET(18318, glMultiTexCoord1fARB, glMultiTexCoord1fARB, NULL, 378),
- NAME_FUNC_OFFSET(18336, glMultiTexCoord1fvARB, glMultiTexCoord1fvARB, NULL, 379),
- NAME_FUNC_OFFSET(18355, glMultiTexCoord1iARB, glMultiTexCoord1iARB, NULL, 380),
- NAME_FUNC_OFFSET(18373, glMultiTexCoord1ivARB, glMultiTexCoord1ivARB, NULL, 381),
- NAME_FUNC_OFFSET(18392, glMultiTexCoord1sARB, glMultiTexCoord1sARB, NULL, 382),
- NAME_FUNC_OFFSET(18410, glMultiTexCoord1svARB, glMultiTexCoord1svARB, NULL, 383),
- NAME_FUNC_OFFSET(18429, glMultiTexCoord2dARB, glMultiTexCoord2dARB, NULL, 384),
- NAME_FUNC_OFFSET(18447, glMultiTexCoord2dvARB, glMultiTexCoord2dvARB, NULL, 385),
- NAME_FUNC_OFFSET(18466, glMultiTexCoord2fARB, glMultiTexCoord2fARB, NULL, 386),
- NAME_FUNC_OFFSET(18484, glMultiTexCoord2fvARB, glMultiTexCoord2fvARB, NULL, 387),
- NAME_FUNC_OFFSET(18503, glMultiTexCoord2iARB, glMultiTexCoord2iARB, NULL, 388),
- NAME_FUNC_OFFSET(18521, glMultiTexCoord2ivARB, glMultiTexCoord2ivARB, NULL, 389),
- NAME_FUNC_OFFSET(18540, glMultiTexCoord2sARB, glMultiTexCoord2sARB, NULL, 390),
- NAME_FUNC_OFFSET(18558, glMultiTexCoord2svARB, glMultiTexCoord2svARB, NULL, 391),
- NAME_FUNC_OFFSET(18577, glMultiTexCoord3dARB, glMultiTexCoord3dARB, NULL, 392),
- NAME_FUNC_OFFSET(18595, glMultiTexCoord3dvARB, glMultiTexCoord3dvARB, NULL, 393),
- NAME_FUNC_OFFSET(18614, glMultiTexCoord3fARB, glMultiTexCoord3fARB, NULL, 394),
- NAME_FUNC_OFFSET(18632, glMultiTexCoord3fvARB, glMultiTexCoord3fvARB, NULL, 395),
- NAME_FUNC_OFFSET(18651, glMultiTexCoord3iARB, glMultiTexCoord3iARB, NULL, 396),
- NAME_FUNC_OFFSET(18669, glMultiTexCoord3ivARB, glMultiTexCoord3ivARB, NULL, 397),
- NAME_FUNC_OFFSET(18688, glMultiTexCoord3sARB, glMultiTexCoord3sARB, NULL, 398),
- NAME_FUNC_OFFSET(18706, glMultiTexCoord3svARB, glMultiTexCoord3svARB, NULL, 399),
- NAME_FUNC_OFFSET(18725, glMultiTexCoord4dARB, glMultiTexCoord4dARB, NULL, 400),
- NAME_FUNC_OFFSET(18743, glMultiTexCoord4dvARB, glMultiTexCoord4dvARB, NULL, 401),
- NAME_FUNC_OFFSET(18762, glMultiTexCoord4fARB, glMultiTexCoord4fARB, NULL, 402),
- NAME_FUNC_OFFSET(18780, glMultiTexCoord4fvARB, glMultiTexCoord4fvARB, NULL, 403),
- NAME_FUNC_OFFSET(18799, glMultiTexCoord4iARB, glMultiTexCoord4iARB, NULL, 404),
- NAME_FUNC_OFFSET(18817, glMultiTexCoord4ivARB, glMultiTexCoord4ivARB, NULL, 405),
- NAME_FUNC_OFFSET(18836, glMultiTexCoord4sARB, glMultiTexCoord4sARB, NULL, 406),
- NAME_FUNC_OFFSET(18854, glMultiTexCoord4svARB, glMultiTexCoord4svARB, NULL, 407),
- NAME_FUNC_OFFSET(18873, glStencilOpSeparate, glStencilOpSeparate, NULL, 423),
- NAME_FUNC_OFFSET(18896, glLoadTransposeMatrixdARB, glLoadTransposeMatrixdARB, NULL, 441),
- NAME_FUNC_OFFSET(18919, glLoadTransposeMatrixfARB, glLoadTransposeMatrixfARB, NULL, 442),
- NAME_FUNC_OFFSET(18942, glMultTransposeMatrixdARB, glMultTransposeMatrixdARB, NULL, 443),
- NAME_FUNC_OFFSET(18965, glMultTransposeMatrixfARB, glMultTransposeMatrixfARB, NULL, 444),
- NAME_FUNC_OFFSET(18988, glSampleCoverageARB, glSampleCoverageARB, NULL, 445),
- NAME_FUNC_OFFSET(19005, glCompressedTexImage1DARB, glCompressedTexImage1DARB, NULL, 446),
- NAME_FUNC_OFFSET(19028, glCompressedTexImage2DARB, glCompressedTexImage2DARB, NULL, 447),
- NAME_FUNC_OFFSET(19051, glCompressedTexImage3DARB, glCompressedTexImage3DARB, NULL, 448),
- NAME_FUNC_OFFSET(19074, glCompressedTexSubImage1DARB, glCompressedTexSubImage1DARB, NULL, 449),
- NAME_FUNC_OFFSET(19100, glCompressedTexSubImage2DARB, glCompressedTexSubImage2DARB, NULL, 450),
- NAME_FUNC_OFFSET(19126, glCompressedTexSubImage3DARB, glCompressedTexSubImage3DARB, NULL, 451),
- NAME_FUNC_OFFSET(19152, glGetCompressedTexImageARB, glGetCompressedTexImageARB, NULL, 452),
- NAME_FUNC_OFFSET(19176, glDisableVertexAttribArrayARB, glDisableVertexAttribArrayARB, NULL, 453),
- NAME_FUNC_OFFSET(19203, glEnableVertexAttribArrayARB, glEnableVertexAttribArrayARB, NULL, 454),
- NAME_FUNC_OFFSET(19229, glGetVertexAttribdvARB, glGetVertexAttribdvARB, NULL, 461),
- NAME_FUNC_OFFSET(19249, glGetVertexAttribfvARB, glGetVertexAttribfvARB, NULL, 462),
- NAME_FUNC_OFFSET(19269, glGetVertexAttribivARB, glGetVertexAttribivARB, NULL, 463),
- NAME_FUNC_OFFSET(19289, glProgramEnvParameter4dARB, glProgramEnvParameter4dARB, NULL, 464),
- NAME_FUNC_OFFSET(19312, glProgramEnvParameter4dvARB, glProgramEnvParameter4dvARB, NULL, 465),
- NAME_FUNC_OFFSET(19336, glProgramEnvParameter4fARB, glProgramEnvParameter4fARB, NULL, 466),
- NAME_FUNC_OFFSET(19359, glProgramEnvParameter4fvARB, glProgramEnvParameter4fvARB, NULL, 467),
- NAME_FUNC_OFFSET(19383, glVertexAttrib1dARB, glVertexAttrib1dARB, NULL, 473),
- NAME_FUNC_OFFSET(19400, glVertexAttrib1dvARB, glVertexAttrib1dvARB, NULL, 474),
- NAME_FUNC_OFFSET(19418, glVertexAttrib1fARB, glVertexAttrib1fARB, NULL, 475),
- NAME_FUNC_OFFSET(19435, glVertexAttrib1fvARB, glVertexAttrib1fvARB, NULL, 476),
- NAME_FUNC_OFFSET(19453, glVertexAttrib1sARB, glVertexAttrib1sARB, NULL, 477),
- NAME_FUNC_OFFSET(19470, glVertexAttrib1svARB, glVertexAttrib1svARB, NULL, 478),
- NAME_FUNC_OFFSET(19488, glVertexAttrib2dARB, glVertexAttrib2dARB, NULL, 479),
- NAME_FUNC_OFFSET(19505, glVertexAttrib2dvARB, glVertexAttrib2dvARB, NULL, 480),
- NAME_FUNC_OFFSET(19523, glVertexAttrib2fARB, glVertexAttrib2fARB, NULL, 481),
- NAME_FUNC_OFFSET(19540, glVertexAttrib2fvARB, glVertexAttrib2fvARB, NULL, 482),
- NAME_FUNC_OFFSET(19558, glVertexAttrib2sARB, glVertexAttrib2sARB, NULL, 483),
- NAME_FUNC_OFFSET(19575, glVertexAttrib2svARB, glVertexAttrib2svARB, NULL, 484),
- NAME_FUNC_OFFSET(19593, glVertexAttrib3dARB, glVertexAttrib3dARB, NULL, 485),
- NAME_FUNC_OFFSET(19610, glVertexAttrib3dvARB, glVertexAttrib3dvARB, NULL, 486),
- NAME_FUNC_OFFSET(19628, glVertexAttrib3fARB, glVertexAttrib3fARB, NULL, 487),
- NAME_FUNC_OFFSET(19645, glVertexAttrib3fvARB, glVertexAttrib3fvARB, NULL, 488),
- NAME_FUNC_OFFSET(19663, glVertexAttrib3sARB, glVertexAttrib3sARB, NULL, 489),
- NAME_FUNC_OFFSET(19680, glVertexAttrib3svARB, glVertexAttrib3svARB, NULL, 490),
- NAME_FUNC_OFFSET(19698, glVertexAttrib4NbvARB, glVertexAttrib4NbvARB, NULL, 491),
- NAME_FUNC_OFFSET(19717, glVertexAttrib4NivARB, glVertexAttrib4NivARB, NULL, 492),
- NAME_FUNC_OFFSET(19736, glVertexAttrib4NsvARB, glVertexAttrib4NsvARB, NULL, 493),
- NAME_FUNC_OFFSET(19755, glVertexAttrib4NubARB, glVertexAttrib4NubARB, NULL, 494),
- NAME_FUNC_OFFSET(19774, glVertexAttrib4NubvARB, glVertexAttrib4NubvARB, NULL, 495),
- NAME_FUNC_OFFSET(19794, glVertexAttrib4NuivARB, glVertexAttrib4NuivARB, NULL, 496),
- NAME_FUNC_OFFSET(19814, glVertexAttrib4NusvARB, glVertexAttrib4NusvARB, NULL, 497),
- NAME_FUNC_OFFSET(19834, glVertexAttrib4bvARB, glVertexAttrib4bvARB, NULL, 498),
- NAME_FUNC_OFFSET(19852, glVertexAttrib4dARB, glVertexAttrib4dARB, NULL, 499),
- NAME_FUNC_OFFSET(19869, glVertexAttrib4dvARB, glVertexAttrib4dvARB, NULL, 500),
- NAME_FUNC_OFFSET(19887, glVertexAttrib4fARB, glVertexAttrib4fARB, NULL, 501),
- NAME_FUNC_OFFSET(19904, glVertexAttrib4fvARB, glVertexAttrib4fvARB, NULL, 502),
- NAME_FUNC_OFFSET(19922, glVertexAttrib4ivARB, glVertexAttrib4ivARB, NULL, 503),
- NAME_FUNC_OFFSET(19940, glVertexAttrib4sARB, glVertexAttrib4sARB, NULL, 504),
- NAME_FUNC_OFFSET(19957, glVertexAttrib4svARB, glVertexAttrib4svARB, NULL, 505),
- NAME_FUNC_OFFSET(19975, glVertexAttrib4ubvARB, glVertexAttrib4ubvARB, NULL, 506),
- NAME_FUNC_OFFSET(19994, glVertexAttrib4uivARB, glVertexAttrib4uivARB, NULL, 507),
- NAME_FUNC_OFFSET(20013, glVertexAttrib4usvARB, glVertexAttrib4usvARB, NULL, 508),
- NAME_FUNC_OFFSET(20032, glVertexAttribPointerARB, glVertexAttribPointerARB, NULL, 509),
- NAME_FUNC_OFFSET(20054, glBindBufferARB, glBindBufferARB, NULL, 510),
- NAME_FUNC_OFFSET(20067, glBufferDataARB, glBufferDataARB, NULL, 511),
- NAME_FUNC_OFFSET(20080, glBufferSubDataARB, glBufferSubDataARB, NULL, 512),
- NAME_FUNC_OFFSET(20096, glDeleteBuffersARB, glDeleteBuffersARB, NULL, 513),
- NAME_FUNC_OFFSET(20112, glGenBuffersARB, glGenBuffersARB, NULL, 514),
- NAME_FUNC_OFFSET(20125, glGetBufferParameterivARB, glGetBufferParameterivARB, NULL, 515),
- NAME_FUNC_OFFSET(20148, glGetBufferPointervARB, glGetBufferPointervARB, NULL, 516),
- NAME_FUNC_OFFSET(20168, glGetBufferSubDataARB, glGetBufferSubDataARB, NULL, 517),
- NAME_FUNC_OFFSET(20187, glIsBufferARB, glIsBufferARB, NULL, 518),
- NAME_FUNC_OFFSET(20198, glMapBufferARB, glMapBufferARB, NULL, 519),
- NAME_FUNC_OFFSET(20210, glUnmapBufferARB, glUnmapBufferARB, NULL, 520),
- NAME_FUNC_OFFSET(20224, glBeginQueryARB, glBeginQueryARB, NULL, 521),
- NAME_FUNC_OFFSET(20237, glDeleteQueriesARB, glDeleteQueriesARB, NULL, 522),
- NAME_FUNC_OFFSET(20253, glEndQueryARB, glEndQueryARB, NULL, 523),
- NAME_FUNC_OFFSET(20264, glGenQueriesARB, glGenQueriesARB, NULL, 524),
- NAME_FUNC_OFFSET(20277, glGetQueryObjectivARB, glGetQueryObjectivARB, NULL, 525),
- NAME_FUNC_OFFSET(20296, glGetQueryObjectuivARB, glGetQueryObjectuivARB, NULL, 526),
- NAME_FUNC_OFFSET(20316, glGetQueryivARB, glGetQueryivARB, NULL, 527),
- NAME_FUNC_OFFSET(20329, glIsQueryARB, glIsQueryARB, NULL, 528),
- NAME_FUNC_OFFSET(20339, glCompileShaderARB, glCompileShaderARB, NULL, 530),
- NAME_FUNC_OFFSET(20355, glGetActiveUniformARB, glGetActiveUniformARB, NULL, 535),
- NAME_FUNC_OFFSET(20374, glGetShaderSourceARB, glGetShaderSourceARB, NULL, 541),
- NAME_FUNC_OFFSET(20392, glGetUniformLocationARB, glGetUniformLocationARB, NULL, 542),
- NAME_FUNC_OFFSET(20413, glGetUniformfvARB, glGetUniformfvARB, NULL, 543),
- NAME_FUNC_OFFSET(20428, glGetUniformivARB, glGetUniformivARB, NULL, 544),
- NAME_FUNC_OFFSET(20443, glLinkProgramARB, glLinkProgramARB, NULL, 545),
- NAME_FUNC_OFFSET(20457, glShaderSourceARB, glShaderSourceARB, NULL, 546),
- NAME_FUNC_OFFSET(20472, glUniform1fARB, glUniform1fARB, NULL, 547),
- NAME_FUNC_OFFSET(20484, glUniform1fvARB, glUniform1fvARB, NULL, 548),
- NAME_FUNC_OFFSET(20497, glUniform1iARB, glUniform1iARB, NULL, 549),
- NAME_FUNC_OFFSET(20509, glUniform1ivARB, glUniform1ivARB, NULL, 550),
- NAME_FUNC_OFFSET(20522, glUniform2fARB, glUniform2fARB, NULL, 551),
- NAME_FUNC_OFFSET(20534, glUniform2fvARB, glUniform2fvARB, NULL, 552),
- NAME_FUNC_OFFSET(20547, glUniform2iARB, glUniform2iARB, NULL, 553),
- NAME_FUNC_OFFSET(20559, glUniform2ivARB, glUniform2ivARB, NULL, 554),
- NAME_FUNC_OFFSET(20572, glUniform3fARB, glUniform3fARB, NULL, 555),
- NAME_FUNC_OFFSET(20584, glUniform3fvARB, glUniform3fvARB, NULL, 556),
- NAME_FUNC_OFFSET(20597, glUniform3iARB, glUniform3iARB, NULL, 557),
- NAME_FUNC_OFFSET(20609, glUniform3ivARB, glUniform3ivARB, NULL, 558),
- NAME_FUNC_OFFSET(20622, glUniform4fARB, glUniform4fARB, NULL, 559),
- NAME_FUNC_OFFSET(20634, glUniform4fvARB, glUniform4fvARB, NULL, 560),
- NAME_FUNC_OFFSET(20647, glUniform4iARB, glUniform4iARB, NULL, 561),
- NAME_FUNC_OFFSET(20659, glUniform4ivARB, glUniform4ivARB, NULL, 562),
- NAME_FUNC_OFFSET(20672, glUniformMatrix2fvARB, glUniformMatrix2fvARB, NULL, 563),
- NAME_FUNC_OFFSET(20691, glUniformMatrix3fvARB, glUniformMatrix3fvARB, NULL, 564),
- NAME_FUNC_OFFSET(20710, glUniformMatrix4fvARB, glUniformMatrix4fvARB, NULL, 565),
- NAME_FUNC_OFFSET(20729, glUseProgramObjectARB, glUseProgramObjectARB, NULL, 566),
- NAME_FUNC_OFFSET(20742, glValidateProgramARB, glValidateProgramARB, NULL, 567),
- NAME_FUNC_OFFSET(20760, glBindAttribLocationARB, glBindAttribLocationARB, NULL, 568),
- NAME_FUNC_OFFSET(20781, glGetActiveAttribARB, glGetActiveAttribARB, NULL, 569),
- NAME_FUNC_OFFSET(20799, glGetAttribLocationARB, glGetAttribLocationARB, NULL, 570),
- NAME_FUNC_OFFSET(20819, glDrawBuffersARB, glDrawBuffersARB, NULL, 571),
- NAME_FUNC_OFFSET(20833, glDrawBuffersARB, glDrawBuffersARB, NULL, 571),
- NAME_FUNC_OFFSET(20850, glDrawArraysInstancedARB, glDrawArraysInstancedARB, NULL, 573),
- NAME_FUNC_OFFSET(20875, glDrawArraysInstancedARB, glDrawArraysInstancedARB, NULL, 573),
- NAME_FUNC_OFFSET(20897, glDrawElementsInstancedARB, glDrawElementsInstancedARB, NULL, 574),
- NAME_FUNC_OFFSET(20924, glDrawElementsInstancedARB, glDrawElementsInstancedARB, NULL, 574),
- NAME_FUNC_OFFSET(20948, glRenderbufferStorageMultisample, glRenderbufferStorageMultisample, NULL, 575),
- NAME_FUNC_OFFSET(20984, glBlendEquationSeparateiARB, glBlendEquationSeparateiARB, NULL, 597),
- NAME_FUNC_OFFSET(21018, glBlendEquationiARB, glBlendEquationiARB, NULL, 598),
- NAME_FUNC_OFFSET(21044, glBlendFuncSeparateiARB, glBlendFuncSeparateiARB, NULL, 599),
- NAME_FUNC_OFFSET(21074, glBlendFunciARB, glBlendFunciARB, NULL, 600),
- NAME_FUNC_OFFSET(21096, gl_dispatch_stub_654, gl_dispatch_stub_654, NULL, 654),
- NAME_FUNC_OFFSET(21112, gl_dispatch_stub_655, gl_dispatch_stub_655, NULL, 655),
- NAME_FUNC_OFFSET(21131, glPointParameterfEXT, glPointParameterfEXT, NULL, 662),
- NAME_FUNC_OFFSET(21149, glPointParameterfEXT, glPointParameterfEXT, NULL, 662),
- NAME_FUNC_OFFSET(21170, glPointParameterfEXT, glPointParameterfEXT, NULL, 662),
- NAME_FUNC_OFFSET(21192, glPointParameterfvEXT, glPointParameterfvEXT, NULL, 663),
- NAME_FUNC_OFFSET(21211, glPointParameterfvEXT, glPointParameterfvEXT, NULL, 663),
- NAME_FUNC_OFFSET(21233, glPointParameterfvEXT, glPointParameterfvEXT, NULL, 663),
- NAME_FUNC_OFFSET(21256, glSecondaryColor3bEXT, glSecondaryColor3bEXT, NULL, 666),
- NAME_FUNC_OFFSET(21275, glSecondaryColor3bvEXT, glSecondaryColor3bvEXT, NULL, 667),
- NAME_FUNC_OFFSET(21295, glSecondaryColor3dEXT, glSecondaryColor3dEXT, NULL, 668),
- NAME_FUNC_OFFSET(21314, glSecondaryColor3dvEXT, glSecondaryColor3dvEXT, NULL, 669),
- NAME_FUNC_OFFSET(21334, glSecondaryColor3fEXT, glSecondaryColor3fEXT, NULL, 670),
- NAME_FUNC_OFFSET(21353, glSecondaryColor3fvEXT, glSecondaryColor3fvEXT, NULL, 671),
- NAME_FUNC_OFFSET(21373, glSecondaryColor3iEXT, glSecondaryColor3iEXT, NULL, 672),
- NAME_FUNC_OFFSET(21392, glSecondaryColor3ivEXT, glSecondaryColor3ivEXT, NULL, 673),
- NAME_FUNC_OFFSET(21412, glSecondaryColor3sEXT, glSecondaryColor3sEXT, NULL, 674),
- NAME_FUNC_OFFSET(21431, glSecondaryColor3svEXT, glSecondaryColor3svEXT, NULL, 675),
- NAME_FUNC_OFFSET(21451, glSecondaryColor3ubEXT, glSecondaryColor3ubEXT, NULL, 676),
- NAME_FUNC_OFFSET(21471, glSecondaryColor3ubvEXT, glSecondaryColor3ubvEXT, NULL, 677),
- NAME_FUNC_OFFSET(21492, glSecondaryColor3uiEXT, glSecondaryColor3uiEXT, NULL, 678),
- NAME_FUNC_OFFSET(21512, glSecondaryColor3uivEXT, glSecondaryColor3uivEXT, NULL, 679),
- NAME_FUNC_OFFSET(21533, glSecondaryColor3usEXT, glSecondaryColor3usEXT, NULL, 680),
- NAME_FUNC_OFFSET(21553, glSecondaryColor3usvEXT, glSecondaryColor3usvEXT, NULL, 681),
- NAME_FUNC_OFFSET(21574, glSecondaryColorPointerEXT, glSecondaryColorPointerEXT, NULL, 682),
- NAME_FUNC_OFFSET(21598, glMultiDrawArraysEXT, glMultiDrawArraysEXT, NULL, 683),
- NAME_FUNC_OFFSET(21616, glMultiDrawElementsEXT, glMultiDrawElementsEXT, NULL, 684),
- NAME_FUNC_OFFSET(21636, glFogCoordPointerEXT, glFogCoordPointerEXT, NULL, 685),
- NAME_FUNC_OFFSET(21654, glFogCoorddEXT, glFogCoorddEXT, NULL, 686),
- NAME_FUNC_OFFSET(21666, glFogCoorddvEXT, glFogCoorddvEXT, NULL, 687),
- NAME_FUNC_OFFSET(21679, glFogCoordfEXT, glFogCoordfEXT, NULL, 688),
- NAME_FUNC_OFFSET(21691, glFogCoordfvEXT, glFogCoordfvEXT, NULL, 689),
- NAME_FUNC_OFFSET(21704, glBlendFuncSeparateEXT, glBlendFuncSeparateEXT, NULL, 691),
- NAME_FUNC_OFFSET(21724, glBlendFuncSeparateEXT, glBlendFuncSeparateEXT, NULL, 691),
- NAME_FUNC_OFFSET(21748, glWindowPos2dMESA, glWindowPos2dMESA, NULL, 708),
- NAME_FUNC_OFFSET(21762, glWindowPos2dMESA, glWindowPos2dMESA, NULL, 708),
- NAME_FUNC_OFFSET(21779, glWindowPos2dvMESA, glWindowPos2dvMESA, NULL, 709),
- NAME_FUNC_OFFSET(21794, glWindowPos2dvMESA, glWindowPos2dvMESA, NULL, 709),
- NAME_FUNC_OFFSET(21812, glWindowPos2fMESA, glWindowPos2fMESA, NULL, 710),
- NAME_FUNC_OFFSET(21826, glWindowPos2fMESA, glWindowPos2fMESA, NULL, 710),
- NAME_FUNC_OFFSET(21843, glWindowPos2fvMESA, glWindowPos2fvMESA, NULL, 711),
- NAME_FUNC_OFFSET(21858, glWindowPos2fvMESA, glWindowPos2fvMESA, NULL, 711),
- NAME_FUNC_OFFSET(21876, glWindowPos2iMESA, glWindowPos2iMESA, NULL, 712),
- NAME_FUNC_OFFSET(21890, glWindowPos2iMESA, glWindowPos2iMESA, NULL, 712),
- NAME_FUNC_OFFSET(21907, glWindowPos2ivMESA, glWindowPos2ivMESA, NULL, 713),
- NAME_FUNC_OFFSET(21922, glWindowPos2ivMESA, glWindowPos2ivMESA, NULL, 713),
- NAME_FUNC_OFFSET(21940, glWindowPos2sMESA, glWindowPos2sMESA, NULL, 714),
- NAME_FUNC_OFFSET(21954, glWindowPos2sMESA, glWindowPos2sMESA, NULL, 714),
- NAME_FUNC_OFFSET(21971, glWindowPos2svMESA, glWindowPos2svMESA, NULL, 715),
- NAME_FUNC_OFFSET(21986, glWindowPos2svMESA, glWindowPos2svMESA, NULL, 715),
- NAME_FUNC_OFFSET(22004, glWindowPos3dMESA, glWindowPos3dMESA, NULL, 716),
- NAME_FUNC_OFFSET(22018, glWindowPos3dMESA, glWindowPos3dMESA, NULL, 716),
- NAME_FUNC_OFFSET(22035, glWindowPos3dvMESA, glWindowPos3dvMESA, NULL, 717),
- NAME_FUNC_OFFSET(22050, glWindowPos3dvMESA, glWindowPos3dvMESA, NULL, 717),
- NAME_FUNC_OFFSET(22068, glWindowPos3fMESA, glWindowPos3fMESA, NULL, 718),
- NAME_FUNC_OFFSET(22082, glWindowPos3fMESA, glWindowPos3fMESA, NULL, 718),
- NAME_FUNC_OFFSET(22099, glWindowPos3fvMESA, glWindowPos3fvMESA, NULL, 719),
- NAME_FUNC_OFFSET(22114, glWindowPos3fvMESA, glWindowPos3fvMESA, NULL, 719),
- NAME_FUNC_OFFSET(22132, glWindowPos3iMESA, glWindowPos3iMESA, NULL, 720),
- NAME_FUNC_OFFSET(22146, glWindowPos3iMESA, glWindowPos3iMESA, NULL, 720),
- NAME_FUNC_OFFSET(22163, glWindowPos3ivMESA, glWindowPos3ivMESA, NULL, 721),
- NAME_FUNC_OFFSET(22178, glWindowPos3ivMESA, glWindowPos3ivMESA, NULL, 721),
- NAME_FUNC_OFFSET(22196, glWindowPos3sMESA, glWindowPos3sMESA, NULL, 722),
- NAME_FUNC_OFFSET(22210, glWindowPos3sMESA, glWindowPos3sMESA, NULL, 722),
- NAME_FUNC_OFFSET(22227, glWindowPos3svMESA, glWindowPos3svMESA, NULL, 723),
- NAME_FUNC_OFFSET(22242, glWindowPos3svMESA, glWindowPos3svMESA, NULL, 723),
- NAME_FUNC_OFFSET(22260, glBindProgramNV, glBindProgramNV, NULL, 742),
- NAME_FUNC_OFFSET(22277, glDeleteProgramsNV, glDeleteProgramsNV, NULL, 743),
- NAME_FUNC_OFFSET(22297, glGenProgramsNV, glGenProgramsNV, NULL, 745),
- NAME_FUNC_OFFSET(22314, glGetVertexAttribPointervNV, glGetVertexAttribPointervNV, NULL, 751),
- NAME_FUNC_OFFSET(22340, glGetVertexAttribPointervNV, glGetVertexAttribPointervNV, NULL, 751),
- NAME_FUNC_OFFSET(22369, glIsProgramNV, glIsProgramNV, NULL, 755),
- NAME_FUNC_OFFSET(22384, glPointParameteriNV, glPointParameteriNV, NULL, 819),
- NAME_FUNC_OFFSET(22402, glPointParameterivNV, glPointParameterivNV, NULL, 820),
- NAME_FUNC_OFFSET(22421, gl_dispatch_stub_823, gl_dispatch_stub_823, NULL, 823),
- NAME_FUNC_OFFSET(22442, gl_dispatch_stub_825, gl_dispatch_stub_825, NULL, 825),
- NAME_FUNC_OFFSET(22458, glPrimitiveRestartIndexNV, glPrimitiveRestartIndexNV, NULL, 832),
- NAME_FUNC_OFFSET(22482, gl_dispatch_stub_835, gl_dispatch_stub_835, NULL, 835),
- NAME_FUNC_OFFSET(22506, gl_dispatch_stub_835, gl_dispatch_stub_835, NULL, 835),
- NAME_FUNC_OFFSET(22533, glBindFramebufferEXT, glBindFramebufferEXT, NULL, 836),
- NAME_FUNC_OFFSET(22551, glBindRenderbufferEXT, glBindRenderbufferEXT, NULL, 837),
- NAME_FUNC_OFFSET(22570, glCheckFramebufferStatusEXT, glCheckFramebufferStatusEXT, NULL, 838),
- NAME_FUNC_OFFSET(22595, glDeleteFramebuffersEXT, glDeleteFramebuffersEXT, NULL, 839),
- NAME_FUNC_OFFSET(22616, glDeleteRenderbuffersEXT, glDeleteRenderbuffersEXT, NULL, 840),
- NAME_FUNC_OFFSET(22638, glFramebufferRenderbufferEXT, glFramebufferRenderbufferEXT, NULL, 841),
- NAME_FUNC_OFFSET(22664, glFramebufferTexture1DEXT, glFramebufferTexture1DEXT, NULL, 842),
- NAME_FUNC_OFFSET(22687, glFramebufferTexture2DEXT, glFramebufferTexture2DEXT, NULL, 843),
- NAME_FUNC_OFFSET(22710, glFramebufferTexture3DEXT, glFramebufferTexture3DEXT, NULL, 844),
- NAME_FUNC_OFFSET(22733, glGenFramebuffersEXT, glGenFramebuffersEXT, NULL, 845),
- NAME_FUNC_OFFSET(22751, glGenRenderbuffersEXT, glGenRenderbuffersEXT, NULL, 846),
- NAME_FUNC_OFFSET(22770, glGenerateMipmapEXT, glGenerateMipmapEXT, NULL, 847),
- NAME_FUNC_OFFSET(22787, glGetFramebufferAttachmentParameterivEXT, glGetFramebufferAttachmentParameterivEXT, NULL, 848),
- NAME_FUNC_OFFSET(22825, glGetRenderbufferParameterivEXT, glGetRenderbufferParameterivEXT, NULL, 849),
- NAME_FUNC_OFFSET(22854, glIsFramebufferEXT, glIsFramebufferEXT, NULL, 850),
- NAME_FUNC_OFFSET(22870, glIsRenderbufferEXT, glIsRenderbufferEXT, NULL, 851),
- NAME_FUNC_OFFSET(22887, glRenderbufferStorageEXT, glRenderbufferStorageEXT, NULL, 852),
- NAME_FUNC_OFFSET(22909, gl_dispatch_stub_853, gl_dispatch_stub_853, NULL, 853),
- NAME_FUNC_OFFSET(22927, glBindFragDataLocationEXT, glBindFragDataLocationEXT, NULL, 856),
- NAME_FUNC_OFFSET(22950, glGetFragDataLocationEXT, glGetFragDataLocationEXT, NULL, 857),
- NAME_FUNC_OFFSET(22972, glGetUniformuivEXT, glGetUniformuivEXT, NULL, 858),
- NAME_FUNC_OFFSET(22988, glGetVertexAttribIivEXT, glGetVertexAttribIivEXT, NULL, 859),
- NAME_FUNC_OFFSET(23009, glGetVertexAttribIuivEXT, glGetVertexAttribIuivEXT, NULL, 860),
- NAME_FUNC_OFFSET(23031, glUniform1uiEXT, glUniform1uiEXT, NULL, 861),
- NAME_FUNC_OFFSET(23044, glUniform1uivEXT, glUniform1uivEXT, NULL, 862),
- NAME_FUNC_OFFSET(23058, glUniform2uiEXT, glUniform2uiEXT, NULL, 863),
- NAME_FUNC_OFFSET(23071, glUniform2uivEXT, glUniform2uivEXT, NULL, 864),
- NAME_FUNC_OFFSET(23085, glUniform3uiEXT, glUniform3uiEXT, NULL, 865),
- NAME_FUNC_OFFSET(23098, glUniform3uivEXT, glUniform3uivEXT, NULL, 866),
- NAME_FUNC_OFFSET(23112, glUniform4uiEXT, glUniform4uiEXT, NULL, 867),
- NAME_FUNC_OFFSET(23125, glUniform4uivEXT, glUniform4uivEXT, NULL, 868),
- NAME_FUNC_OFFSET(23139, glVertexAttribI1iEXT, glVertexAttribI1iEXT, NULL, 869),
- NAME_FUNC_OFFSET(23157, glVertexAttribI1ivEXT, glVertexAttribI1ivEXT, NULL, 870),
- NAME_FUNC_OFFSET(23176, glVertexAttribI1uiEXT, glVertexAttribI1uiEXT, NULL, 871),
- NAME_FUNC_OFFSET(23195, glVertexAttribI1uivEXT, glVertexAttribI1uivEXT, NULL, 872),
- NAME_FUNC_OFFSET(23215, glVertexAttribI2iEXT, glVertexAttribI2iEXT, NULL, 873),
- NAME_FUNC_OFFSET(23233, glVertexAttribI2ivEXT, glVertexAttribI2ivEXT, NULL, 874),
- NAME_FUNC_OFFSET(23252, glVertexAttribI2uiEXT, glVertexAttribI2uiEXT, NULL, 875),
- NAME_FUNC_OFFSET(23271, glVertexAttribI2uivEXT, glVertexAttribI2uivEXT, NULL, 876),
- NAME_FUNC_OFFSET(23291, glVertexAttribI3iEXT, glVertexAttribI3iEXT, NULL, 877),
- NAME_FUNC_OFFSET(23309, glVertexAttribI3ivEXT, glVertexAttribI3ivEXT, NULL, 878),
- NAME_FUNC_OFFSET(23328, glVertexAttribI3uiEXT, glVertexAttribI3uiEXT, NULL, 879),
- NAME_FUNC_OFFSET(23347, glVertexAttribI3uivEXT, glVertexAttribI3uivEXT, NULL, 880),
- NAME_FUNC_OFFSET(23367, glVertexAttribI4bvEXT, glVertexAttribI4bvEXT, NULL, 881),
- NAME_FUNC_OFFSET(23386, glVertexAttribI4iEXT, glVertexAttribI4iEXT, NULL, 882),
- NAME_FUNC_OFFSET(23404, glVertexAttribI4ivEXT, glVertexAttribI4ivEXT, NULL, 883),
- NAME_FUNC_OFFSET(23423, glVertexAttribI4svEXT, glVertexAttribI4svEXT, NULL, 884),
- NAME_FUNC_OFFSET(23442, glVertexAttribI4ubvEXT, glVertexAttribI4ubvEXT, NULL, 885),
- NAME_FUNC_OFFSET(23462, glVertexAttribI4uiEXT, glVertexAttribI4uiEXT, NULL, 886),
- NAME_FUNC_OFFSET(23481, glVertexAttribI4uivEXT, glVertexAttribI4uivEXT, NULL, 887),
- NAME_FUNC_OFFSET(23501, glVertexAttribI4usvEXT, glVertexAttribI4usvEXT, NULL, 888),
- NAME_FUNC_OFFSET(23521, glVertexAttribIPointerEXT, glVertexAttribIPointerEXT, NULL, 889),
- NAME_FUNC_OFFSET(23544, glFramebufferTextureLayerEXT, glFramebufferTextureLayerEXT, NULL, 890),
- NAME_FUNC_OFFSET(23570, glFramebufferTextureLayerEXT, glFramebufferTextureLayerEXT, NULL, 890),
- NAME_FUNC_OFFSET(23599, glColorMaskIndexedEXT, glColorMaskIndexedEXT, NULL, 891),
- NAME_FUNC_OFFSET(23612, glDisableIndexedEXT, glDisableIndexedEXT, NULL, 892),
- NAME_FUNC_OFFSET(23623, glEnableIndexedEXT, glEnableIndexedEXT, NULL, 893),
- NAME_FUNC_OFFSET(23633, glGetBooleanIndexedvEXT, glGetBooleanIndexedvEXT, NULL, 894),
- NAME_FUNC_OFFSET(23649, glGetIntegerIndexedvEXT, glGetIntegerIndexedvEXT, NULL, 895),
- NAME_FUNC_OFFSET(23665, glIsEnabledIndexedEXT, glIsEnabledIndexedEXT, NULL, 896),
- NAME_FUNC_OFFSET(23678, glGetTexParameterIivEXT, glGetTexParameterIivEXT, NULL, 899),
- NAME_FUNC_OFFSET(23699, glGetTexParameterIuivEXT, glGetTexParameterIuivEXT, NULL, 900),
- NAME_FUNC_OFFSET(23721, glTexParameterIivEXT, glTexParameterIivEXT, NULL, 901),
- NAME_FUNC_OFFSET(23739, glTexParameterIuivEXT, glTexParameterIuivEXT, NULL, 902),
- NAME_FUNC_OFFSET(23758, glBeginConditionalRenderNV, glBeginConditionalRenderNV, NULL, 903),
- NAME_FUNC_OFFSET(23783, glEndConditionalRenderNV, glEndConditionalRenderNV, NULL, 904),
- NAME_FUNC_OFFSET(23806, glBeginTransformFeedbackEXT, glBeginTransformFeedbackEXT, NULL, 905),
- NAME_FUNC_OFFSET(23831, glBindBufferBaseEXT, glBindBufferBaseEXT, NULL, 906),
- NAME_FUNC_OFFSET(23848, glBindBufferRangeEXT, glBindBufferRangeEXT, NULL, 908),
- NAME_FUNC_OFFSET(23866, glEndTransformFeedbackEXT, glEndTransformFeedbackEXT, NULL, 909),
- NAME_FUNC_OFFSET(23889, glGetTransformFeedbackVaryingEXT, glGetTransformFeedbackVaryingEXT, NULL, 910),
- NAME_FUNC_OFFSET(23919, glTransformFeedbackVaryingsEXT, glTransformFeedbackVaryingsEXT, NULL, 911),
- NAME_FUNC_OFFSET(23947, glProvokingVertexEXT, glProvokingVertexEXT, NULL, 912),
+ NAME_FUNC_OFFSET(10034, glColorP3ui, glColorP3ui, NULL, 615),
+ NAME_FUNC_OFFSET(10046, glColorP3uiv, glColorP3uiv, NULL, 616),
+ NAME_FUNC_OFFSET(10059, glColorP4ui, glColorP4ui, NULL, 617),
+ NAME_FUNC_OFFSET(10071, glColorP4uiv, glColorP4uiv, NULL, 618),
+ NAME_FUNC_OFFSET(10084, glMultiTexCoordP1ui, glMultiTexCoordP1ui, NULL, 619),
+ NAME_FUNC_OFFSET(10104, glMultiTexCoordP1uiv, glMultiTexCoordP1uiv, NULL, 620),
+ NAME_FUNC_OFFSET(10125, glMultiTexCoordP2ui, glMultiTexCoordP2ui, NULL, 621),
+ NAME_FUNC_OFFSET(10145, glMultiTexCoordP2uiv, glMultiTexCoordP2uiv, NULL, 622),
+ NAME_FUNC_OFFSET(10166, glMultiTexCoordP3ui, glMultiTexCoordP3ui, NULL, 623),
+ NAME_FUNC_OFFSET(10186, glMultiTexCoordP3uiv, glMultiTexCoordP3uiv, NULL, 624),
+ NAME_FUNC_OFFSET(10207, glMultiTexCoordP4ui, glMultiTexCoordP4ui, NULL, 625),
+ NAME_FUNC_OFFSET(10227, glMultiTexCoordP4uiv, glMultiTexCoordP4uiv, NULL, 626),
+ NAME_FUNC_OFFSET(10248, glNormalP3ui, glNormalP3ui, NULL, 627),
+ NAME_FUNC_OFFSET(10261, glNormalP3uiv, glNormalP3uiv, NULL, 628),
+ NAME_FUNC_OFFSET(10275, glSecondaryColorP3ui, glSecondaryColorP3ui, NULL, 629),
+ NAME_FUNC_OFFSET(10296, glSecondaryColorP3uiv, glSecondaryColorP3uiv, NULL, 630),
+ NAME_FUNC_OFFSET(10318, glTexCoordP1ui, glTexCoordP1ui, NULL, 631),
+ NAME_FUNC_OFFSET(10333, glTexCoordP1uiv, glTexCoordP1uiv, NULL, 632),
+ NAME_FUNC_OFFSET(10349, glTexCoordP2ui, glTexCoordP2ui, NULL, 633),
+ NAME_FUNC_OFFSET(10364, glTexCoordP2uiv, glTexCoordP2uiv, NULL, 634),
+ NAME_FUNC_OFFSET(10380, glTexCoordP3ui, glTexCoordP3ui, NULL, 635),
+ NAME_FUNC_OFFSET(10395, glTexCoordP3uiv, glTexCoordP3uiv, NULL, 636),
+ NAME_FUNC_OFFSET(10411, glTexCoordP4ui, glTexCoordP4ui, NULL, 637),
+ NAME_FUNC_OFFSET(10426, glTexCoordP4uiv, glTexCoordP4uiv, NULL, 638),
+ NAME_FUNC_OFFSET(10442, glVertexAttribP1ui, glVertexAttribP1ui, NULL, 639),
+ NAME_FUNC_OFFSET(10461, glVertexAttribP1uiv, glVertexAttribP1uiv, NULL, 640),
+ NAME_FUNC_OFFSET(10481, glVertexAttribP2ui, glVertexAttribP2ui, NULL, 641),
+ NAME_FUNC_OFFSET(10500, glVertexAttribP2uiv, glVertexAttribP2uiv, NULL, 642),
+ NAME_FUNC_OFFSET(10520, glVertexAttribP3ui, glVertexAttribP3ui, NULL, 643),
+ NAME_FUNC_OFFSET(10539, glVertexAttribP3uiv, glVertexAttribP3uiv, NULL, 644),
+ NAME_FUNC_OFFSET(10559, glVertexAttribP4ui, glVertexAttribP4ui, NULL, 645),
+ NAME_FUNC_OFFSET(10578, glVertexAttribP4uiv, glVertexAttribP4uiv, NULL, 646),
+ NAME_FUNC_OFFSET(10598, glVertexP2ui, glVertexP2ui, NULL, 647),
+ NAME_FUNC_OFFSET(10611, glVertexP2uiv, glVertexP2uiv, NULL, 648),
+ NAME_FUNC_OFFSET(10625, glVertexP3ui, glVertexP3ui, NULL, 649),
+ NAME_FUNC_OFFSET(10638, glVertexP3uiv, glVertexP3uiv, NULL, 650),
+ NAME_FUNC_OFFSET(10652, glVertexP4ui, glVertexP4ui, NULL, 651),
+ NAME_FUNC_OFFSET(10665, glVertexP4uiv, glVertexP4uiv, NULL, 652),
+ NAME_FUNC_OFFSET(10679, glBindTransformFeedback, glBindTransformFeedback, NULL, 653),
+ NAME_FUNC_OFFSET(10703, glDeleteTransformFeedbacks, glDeleteTransformFeedbacks, NULL, 654),
+ NAME_FUNC_OFFSET(10730, glDrawTransformFeedback, glDrawTransformFeedback, NULL, 655),
+ NAME_FUNC_OFFSET(10754, glGenTransformFeedbacks, glGenTransformFeedbacks, NULL, 656),
+ NAME_FUNC_OFFSET(10778, glIsTransformFeedback, glIsTransformFeedback, NULL, 657),
+ NAME_FUNC_OFFSET(10800, glPauseTransformFeedback, glPauseTransformFeedback, NULL, 658),
+ NAME_FUNC_OFFSET(10825, glResumeTransformFeedback, glResumeTransformFeedback, NULL, 659),
+ NAME_FUNC_OFFSET(10851, glClearDepthf, glClearDepthf, NULL, 660),
+ NAME_FUNC_OFFSET(10865, glDepthRangef, glDepthRangef, NULL, 661),
+ NAME_FUNC_OFFSET(10879, glGetShaderPrecisionFormat, glGetShaderPrecisionFormat, NULL, 662),
+ NAME_FUNC_OFFSET(10906, glReleaseShaderCompiler, glReleaseShaderCompiler, NULL, 663),
+ NAME_FUNC_OFFSET(10930, glShaderBinary, glShaderBinary, NULL, 664),
+ NAME_FUNC_OFFSET(10945, glGetGraphicsResetStatusARB, glGetGraphicsResetStatusARB, NULL, 665),
+ NAME_FUNC_OFFSET(10973, glGetnColorTableARB, glGetnColorTableARB, NULL, 666),
+ NAME_FUNC_OFFSET(10993, glGetnCompressedTexImageARB, glGetnCompressedTexImageARB, NULL, 667),
+ NAME_FUNC_OFFSET(11021, glGetnConvolutionFilterARB, glGetnConvolutionFilterARB, NULL, 668),
+ NAME_FUNC_OFFSET(11048, glGetnHistogramARB, glGetnHistogramARB, NULL, 669),
+ NAME_FUNC_OFFSET(11067, glGetnMapdvARB, glGetnMapdvARB, NULL, 670),
+ NAME_FUNC_OFFSET(11082, glGetnMapfvARB, glGetnMapfvARB, NULL, 671),
+ NAME_FUNC_OFFSET(11097, glGetnMapivARB, glGetnMapivARB, NULL, 672),
+ NAME_FUNC_OFFSET(11112, glGetnMinmaxARB, glGetnMinmaxARB, NULL, 673),
+ NAME_FUNC_OFFSET(11128, glGetnPixelMapfvARB, glGetnPixelMapfvARB, NULL, 674),
+ NAME_FUNC_OFFSET(11148, glGetnPixelMapuivARB, glGetnPixelMapuivARB, NULL, 675),
+ NAME_FUNC_OFFSET(11169, glGetnPixelMapusvARB, glGetnPixelMapusvARB, NULL, 676),
+ NAME_FUNC_OFFSET(11190, glGetnPolygonStippleARB, glGetnPolygonStippleARB, NULL, 677),
+ NAME_FUNC_OFFSET(11214, glGetnSeparableFilterARB, glGetnSeparableFilterARB, NULL, 678),
+ NAME_FUNC_OFFSET(11239, glGetnTexImageARB, glGetnTexImageARB, NULL, 679),
+ NAME_FUNC_OFFSET(11257, glGetnUniformdvARB, glGetnUniformdvARB, NULL, 680),
+ NAME_FUNC_OFFSET(11276, glGetnUniformfvARB, glGetnUniformfvARB, NULL, 681),
+ NAME_FUNC_OFFSET(11295, glGetnUniformivARB, glGetnUniformivARB, NULL, 682),
+ NAME_FUNC_OFFSET(11314, glGetnUniformuivARB, glGetnUniformuivARB, NULL, 683),
+ NAME_FUNC_OFFSET(11334, glReadnPixelsARB, glReadnPixelsARB, NULL, 684),
+ NAME_FUNC_OFFSET(11351, glPolygonOffsetEXT, glPolygonOffsetEXT, NULL, 685),
+ NAME_FUNC_OFFSET(11370, gl_dispatch_stub_686, gl_dispatch_stub_686, NULL, 686),
+ NAME_FUNC_OFFSET(11402, gl_dispatch_stub_687, gl_dispatch_stub_687, NULL, 687),
+ NAME_FUNC_OFFSET(11434, gl_dispatch_stub_688, gl_dispatch_stub_688, NULL, 688),
+ NAME_FUNC_OFFSET(11462, gl_dispatch_stub_689, gl_dispatch_stub_689, NULL, 689),
+ NAME_FUNC_OFFSET(11491, gl_dispatch_stub_690, gl_dispatch_stub_690, NULL, 690),
+ NAME_FUNC_OFFSET(11519, gl_dispatch_stub_691, gl_dispatch_stub_691, NULL, 691),
+ NAME_FUNC_OFFSET(11548, gl_dispatch_stub_692, gl_dispatch_stub_692, NULL, 692),
+ NAME_FUNC_OFFSET(11565, gl_dispatch_stub_693, gl_dispatch_stub_693, NULL, 693),
+ NAME_FUNC_OFFSET(11585, glColorPointerEXT, glColorPointerEXT, NULL, 694),
+ NAME_FUNC_OFFSET(11603, glEdgeFlagPointerEXT, glEdgeFlagPointerEXT, NULL, 695),
+ NAME_FUNC_OFFSET(11624, glIndexPointerEXT, glIndexPointerEXT, NULL, 696),
+ NAME_FUNC_OFFSET(11642, glNormalPointerEXT, glNormalPointerEXT, NULL, 697),
+ NAME_FUNC_OFFSET(11661, glTexCoordPointerEXT, glTexCoordPointerEXT, NULL, 698),
+ NAME_FUNC_OFFSET(11682, glVertexPointerEXT, glVertexPointerEXT, NULL, 699),
+ NAME_FUNC_OFFSET(11701, glPointParameterfEXT, glPointParameterfEXT, NULL, 700),
+ NAME_FUNC_OFFSET(11722, glPointParameterfvEXT, glPointParameterfvEXT, NULL, 701),
+ NAME_FUNC_OFFSET(11744, glLockArraysEXT, glLockArraysEXT, NULL, 702),
+ NAME_FUNC_OFFSET(11760, glUnlockArraysEXT, glUnlockArraysEXT, NULL, 703),
+ NAME_FUNC_OFFSET(11778, glSecondaryColor3bEXT, glSecondaryColor3bEXT, NULL, 704),
+ NAME_FUNC_OFFSET(11800, glSecondaryColor3bvEXT, glSecondaryColor3bvEXT, NULL, 705),
+ NAME_FUNC_OFFSET(11823, glSecondaryColor3dEXT, glSecondaryColor3dEXT, NULL, 706),
+ NAME_FUNC_OFFSET(11845, glSecondaryColor3dvEXT, glSecondaryColor3dvEXT, NULL, 707),
+ NAME_FUNC_OFFSET(11868, glSecondaryColor3fEXT, glSecondaryColor3fEXT, NULL, 708),
+ NAME_FUNC_OFFSET(11890, glSecondaryColor3fvEXT, glSecondaryColor3fvEXT, NULL, 709),
+ NAME_FUNC_OFFSET(11913, glSecondaryColor3iEXT, glSecondaryColor3iEXT, NULL, 710),
+ NAME_FUNC_OFFSET(11935, glSecondaryColor3ivEXT, glSecondaryColor3ivEXT, NULL, 711),
+ NAME_FUNC_OFFSET(11958, glSecondaryColor3sEXT, glSecondaryColor3sEXT, NULL, 712),
+ NAME_FUNC_OFFSET(11980, glSecondaryColor3svEXT, glSecondaryColor3svEXT, NULL, 713),
+ NAME_FUNC_OFFSET(12003, glSecondaryColor3ubEXT, glSecondaryColor3ubEXT, NULL, 714),
+ NAME_FUNC_OFFSET(12026, glSecondaryColor3ubvEXT, glSecondaryColor3ubvEXT, NULL, 715),
+ NAME_FUNC_OFFSET(12050, glSecondaryColor3uiEXT, glSecondaryColor3uiEXT, NULL, 716),
+ NAME_FUNC_OFFSET(12073, glSecondaryColor3uivEXT, glSecondaryColor3uivEXT, NULL, 717),
+ NAME_FUNC_OFFSET(12097, glSecondaryColor3usEXT, glSecondaryColor3usEXT, NULL, 718),
+ NAME_FUNC_OFFSET(12120, glSecondaryColor3usvEXT, glSecondaryColor3usvEXT, NULL, 719),
+ NAME_FUNC_OFFSET(12144, glSecondaryColorPointerEXT, glSecondaryColorPointerEXT, NULL, 720),
+ NAME_FUNC_OFFSET(12171, glMultiDrawArraysEXT, glMultiDrawArraysEXT, NULL, 721),
+ NAME_FUNC_OFFSET(12192, glMultiDrawElementsEXT, glMultiDrawElementsEXT, NULL, 722),
+ NAME_FUNC_OFFSET(12215, glFogCoordPointerEXT, glFogCoordPointerEXT, NULL, 723),
+ NAME_FUNC_OFFSET(12236, glFogCoorddEXT, glFogCoorddEXT, NULL, 724),
+ NAME_FUNC_OFFSET(12251, glFogCoorddvEXT, glFogCoorddvEXT, NULL, 725),
+ NAME_FUNC_OFFSET(12267, glFogCoordfEXT, glFogCoordfEXT, NULL, 726),
+ NAME_FUNC_OFFSET(12282, glFogCoordfvEXT, glFogCoordfvEXT, NULL, 727),
+ NAME_FUNC_OFFSET(12298, gl_dispatch_stub_728, gl_dispatch_stub_728, NULL, 728),
+ NAME_FUNC_OFFSET(12316, glBlendFuncSeparateEXT, glBlendFuncSeparateEXT, NULL, 729),
+ NAME_FUNC_OFFSET(12339, glFlushVertexArrayRangeNV, glFlushVertexArrayRangeNV, NULL, 730),
+ NAME_FUNC_OFFSET(12365, glVertexArrayRangeNV, glVertexArrayRangeNV, NULL, 731),
+ NAME_FUNC_OFFSET(12386, glCombinerInputNV, glCombinerInputNV, NULL, 732),
+ NAME_FUNC_OFFSET(12404, glCombinerOutputNV, glCombinerOutputNV, NULL, 733),
+ NAME_FUNC_OFFSET(12423, glCombinerParameterfNV, glCombinerParameterfNV, NULL, 734),
+ NAME_FUNC_OFFSET(12446, glCombinerParameterfvNV, glCombinerParameterfvNV, NULL, 735),
+ NAME_FUNC_OFFSET(12470, glCombinerParameteriNV, glCombinerParameteriNV, NULL, 736),
+ NAME_FUNC_OFFSET(12493, glCombinerParameterivNV, glCombinerParameterivNV, NULL, 737),
+ NAME_FUNC_OFFSET(12517, glFinalCombinerInputNV, glFinalCombinerInputNV, NULL, 738),
+ NAME_FUNC_OFFSET(12540, glGetCombinerInputParameterfvNV, glGetCombinerInputParameterfvNV, NULL, 739),
+ NAME_FUNC_OFFSET(12572, glGetCombinerInputParameterivNV, glGetCombinerInputParameterivNV, NULL, 740),
+ NAME_FUNC_OFFSET(12604, glGetCombinerOutputParameterfvNV, glGetCombinerOutputParameterfvNV, NULL, 741),
+ NAME_FUNC_OFFSET(12637, glGetCombinerOutputParameterivNV, glGetCombinerOutputParameterivNV, NULL, 742),
+ NAME_FUNC_OFFSET(12670, glGetFinalCombinerInputParameterfvNV, glGetFinalCombinerInputParameterfvNV, NULL, 743),
+ NAME_FUNC_OFFSET(12707, glGetFinalCombinerInputParameterivNV, glGetFinalCombinerInputParameterivNV, NULL, 744),
+ NAME_FUNC_OFFSET(12744, glResizeBuffersMESA, glResizeBuffersMESA, NULL, 745),
+ NAME_FUNC_OFFSET(12764, glWindowPos2dMESA, glWindowPos2dMESA, NULL, 746),
+ NAME_FUNC_OFFSET(12782, glWindowPos2dvMESA, glWindowPos2dvMESA, NULL, 747),
+ NAME_FUNC_OFFSET(12801, glWindowPos2fMESA, glWindowPos2fMESA, NULL, 748),
+ NAME_FUNC_OFFSET(12819, glWindowPos2fvMESA, glWindowPos2fvMESA, NULL, 749),
+ NAME_FUNC_OFFSET(12838, glWindowPos2iMESA, glWindowPos2iMESA, NULL, 750),
+ NAME_FUNC_OFFSET(12856, glWindowPos2ivMESA, glWindowPos2ivMESA, NULL, 751),
+ NAME_FUNC_OFFSET(12875, glWindowPos2sMESA, glWindowPos2sMESA, NULL, 752),
+ NAME_FUNC_OFFSET(12893, glWindowPos2svMESA, glWindowPos2svMESA, NULL, 753),
+ NAME_FUNC_OFFSET(12912, glWindowPos3dMESA, glWindowPos3dMESA, NULL, 754),
+ NAME_FUNC_OFFSET(12930, glWindowPos3dvMESA, glWindowPos3dvMESA, NULL, 755),
+ NAME_FUNC_OFFSET(12949, glWindowPos3fMESA, glWindowPos3fMESA, NULL, 756),
+ NAME_FUNC_OFFSET(12967, glWindowPos3fvMESA, glWindowPos3fvMESA, NULL, 757),
+ NAME_FUNC_OFFSET(12986, glWindowPos3iMESA, glWindowPos3iMESA, NULL, 758),
+ NAME_FUNC_OFFSET(13004, glWindowPos3ivMESA, glWindowPos3ivMESA, NULL, 759),
+ NAME_FUNC_OFFSET(13023, glWindowPos3sMESA, glWindowPos3sMESA, NULL, 760),
+ NAME_FUNC_OFFSET(13041, glWindowPos3svMESA, glWindowPos3svMESA, NULL, 761),
+ NAME_FUNC_OFFSET(13060, glWindowPos4dMESA, glWindowPos4dMESA, NULL, 762),
+ NAME_FUNC_OFFSET(13078, glWindowPos4dvMESA, glWindowPos4dvMESA, NULL, 763),
+ NAME_FUNC_OFFSET(13097, glWindowPos4fMESA, glWindowPos4fMESA, NULL, 764),
+ NAME_FUNC_OFFSET(13115, glWindowPos4fvMESA, glWindowPos4fvMESA, NULL, 765),
+ NAME_FUNC_OFFSET(13134, glWindowPos4iMESA, glWindowPos4iMESA, NULL, 766),
+ NAME_FUNC_OFFSET(13152, glWindowPos4ivMESA, glWindowPos4ivMESA, NULL, 767),
+ NAME_FUNC_OFFSET(13171, glWindowPos4sMESA, glWindowPos4sMESA, NULL, 768),
+ NAME_FUNC_OFFSET(13189, glWindowPos4svMESA, glWindowPos4svMESA, NULL, 769),
+ NAME_FUNC_OFFSET(13208, gl_dispatch_stub_770, gl_dispatch_stub_770, NULL, 770),
+ NAME_FUNC_OFFSET(13233, gl_dispatch_stub_771, gl_dispatch_stub_771, NULL, 771),
+ NAME_FUNC_OFFSET(13260, gl_dispatch_stub_772, gl_dispatch_stub_772, NULL, 772),
+ NAME_FUNC_OFFSET(13277, gl_dispatch_stub_773, gl_dispatch_stub_773, NULL, 773),
+ NAME_FUNC_OFFSET(13293, gl_dispatch_stub_774, gl_dispatch_stub_774, NULL, 774),
+ NAME_FUNC_OFFSET(13307, gl_dispatch_stub_775, gl_dispatch_stub_775, NULL, 775),
+ NAME_FUNC_OFFSET(13322, gl_dispatch_stub_776, gl_dispatch_stub_776, NULL, 776),
+ NAME_FUNC_OFFSET(13334, gl_dispatch_stub_777, gl_dispatch_stub_777, NULL, 777),
+ NAME_FUNC_OFFSET(13347, gl_dispatch_stub_778, gl_dispatch_stub_778, NULL, 778),
+ NAME_FUNC_OFFSET(13361, glAreProgramsResidentNV, glAreProgramsResidentNV, NULL, 779),
+ NAME_FUNC_OFFSET(13385, glBindProgramNV, glBindProgramNV, NULL, 780),
+ NAME_FUNC_OFFSET(13401, glDeleteProgramsNV, glDeleteProgramsNV, NULL, 781),
+ NAME_FUNC_OFFSET(13420, glExecuteProgramNV, glExecuteProgramNV, NULL, 782),
+ NAME_FUNC_OFFSET(13439, glGenProgramsNV, glGenProgramsNV, NULL, 783),
+ NAME_FUNC_OFFSET(13455, glGetProgramParameterdvNV, glGetProgramParameterdvNV, NULL, 784),
+ NAME_FUNC_OFFSET(13481, glGetProgramParameterfvNV, glGetProgramParameterfvNV, NULL, 785),
+ NAME_FUNC_OFFSET(13507, glGetProgramStringNV, glGetProgramStringNV, NULL, 786),
+ NAME_FUNC_OFFSET(13528, glGetProgramivNV, glGetProgramivNV, NULL, 787),
+ NAME_FUNC_OFFSET(13545, glGetTrackMatrixivNV, glGetTrackMatrixivNV, NULL, 788),
+ NAME_FUNC_OFFSET(13566, glGetVertexAttribPointervNV, glGetVertexAttribPointervNV, NULL, 789),
+ NAME_FUNC_OFFSET(13594, glGetVertexAttribdvNV, glGetVertexAttribdvNV, NULL, 790),
+ NAME_FUNC_OFFSET(13616, glGetVertexAttribfvNV, glGetVertexAttribfvNV, NULL, 791),
+ NAME_FUNC_OFFSET(13638, glGetVertexAttribivNV, glGetVertexAttribivNV, NULL, 792),
+ NAME_FUNC_OFFSET(13660, glIsProgramNV, glIsProgramNV, NULL, 793),
+ NAME_FUNC_OFFSET(13674, glLoadProgramNV, glLoadProgramNV, NULL, 794),
+ NAME_FUNC_OFFSET(13690, glProgramParameters4dvNV, glProgramParameters4dvNV, NULL, 795),
+ NAME_FUNC_OFFSET(13715, glProgramParameters4fvNV, glProgramParameters4fvNV, NULL, 796),
+ NAME_FUNC_OFFSET(13740, glRequestResidentProgramsNV, glRequestResidentProgramsNV, NULL, 797),
+ NAME_FUNC_OFFSET(13768, glTrackMatrixNV, glTrackMatrixNV, NULL, 798),
+ NAME_FUNC_OFFSET(13784, glVertexAttrib1dNV, glVertexAttrib1dNV, NULL, 799),
+ NAME_FUNC_OFFSET(13803, glVertexAttrib1dvNV, glVertexAttrib1dvNV, NULL, 800),
+ NAME_FUNC_OFFSET(13823, glVertexAttrib1fNV, glVertexAttrib1fNV, NULL, 801),
+ NAME_FUNC_OFFSET(13842, glVertexAttrib1fvNV, glVertexAttrib1fvNV, NULL, 802),
+ NAME_FUNC_OFFSET(13862, glVertexAttrib1sNV, glVertexAttrib1sNV, NULL, 803),
+ NAME_FUNC_OFFSET(13881, glVertexAttrib1svNV, glVertexAttrib1svNV, NULL, 804),
+ NAME_FUNC_OFFSET(13901, glVertexAttrib2dNV, glVertexAttrib2dNV, NULL, 805),
+ NAME_FUNC_OFFSET(13920, glVertexAttrib2dvNV, glVertexAttrib2dvNV, NULL, 806),
+ NAME_FUNC_OFFSET(13940, glVertexAttrib2fNV, glVertexAttrib2fNV, NULL, 807),
+ NAME_FUNC_OFFSET(13959, glVertexAttrib2fvNV, glVertexAttrib2fvNV, NULL, 808),
+ NAME_FUNC_OFFSET(13979, glVertexAttrib2sNV, glVertexAttrib2sNV, NULL, 809),
+ NAME_FUNC_OFFSET(13998, glVertexAttrib2svNV, glVertexAttrib2svNV, NULL, 810),
+ NAME_FUNC_OFFSET(14018, glVertexAttrib3dNV, glVertexAttrib3dNV, NULL, 811),
+ NAME_FUNC_OFFSET(14037, glVertexAttrib3dvNV, glVertexAttrib3dvNV, NULL, 812),
+ NAME_FUNC_OFFSET(14057, glVertexAttrib3fNV, glVertexAttrib3fNV, NULL, 813),
+ NAME_FUNC_OFFSET(14076, glVertexAttrib3fvNV, glVertexAttrib3fvNV, NULL, 814),
+ NAME_FUNC_OFFSET(14096, glVertexAttrib3sNV, glVertexAttrib3sNV, NULL, 815),
+ NAME_FUNC_OFFSET(14115, glVertexAttrib3svNV, glVertexAttrib3svNV, NULL, 816),
+ NAME_FUNC_OFFSET(14135, glVertexAttrib4dNV, glVertexAttrib4dNV, NULL, 817),
+ NAME_FUNC_OFFSET(14154, glVertexAttrib4dvNV, glVertexAttrib4dvNV, NULL, 818),
+ NAME_FUNC_OFFSET(14174, glVertexAttrib4fNV, glVertexAttrib4fNV, NULL, 819),
+ NAME_FUNC_OFFSET(14193, glVertexAttrib4fvNV, glVertexAttrib4fvNV, NULL, 820),
+ NAME_FUNC_OFFSET(14213, glVertexAttrib4sNV, glVertexAttrib4sNV, NULL, 821),
+ NAME_FUNC_OFFSET(14232, glVertexAttrib4svNV, glVertexAttrib4svNV, NULL, 822),
+ NAME_FUNC_OFFSET(14252, glVertexAttrib4ubNV, glVertexAttrib4ubNV, NULL, 823),
+ NAME_FUNC_OFFSET(14272, glVertexAttrib4ubvNV, glVertexAttrib4ubvNV, NULL, 824),
+ NAME_FUNC_OFFSET(14293, glVertexAttribPointerNV, glVertexAttribPointerNV, NULL, 825),
+ NAME_FUNC_OFFSET(14317, glVertexAttribs1dvNV, glVertexAttribs1dvNV, NULL, 826),
+ NAME_FUNC_OFFSET(14338, glVertexAttribs1fvNV, glVertexAttribs1fvNV, NULL, 827),
+ NAME_FUNC_OFFSET(14359, glVertexAttribs1svNV, glVertexAttribs1svNV, NULL, 828),
+ NAME_FUNC_OFFSET(14380, glVertexAttribs2dvNV, glVertexAttribs2dvNV, NULL, 829),
+ NAME_FUNC_OFFSET(14401, glVertexAttribs2fvNV, glVertexAttribs2fvNV, NULL, 830),
+ NAME_FUNC_OFFSET(14422, glVertexAttribs2svNV, glVertexAttribs2svNV, NULL, 831),
+ NAME_FUNC_OFFSET(14443, glVertexAttribs3dvNV, glVertexAttribs3dvNV, NULL, 832),
+ NAME_FUNC_OFFSET(14464, glVertexAttribs3fvNV, glVertexAttribs3fvNV, NULL, 833),
+ NAME_FUNC_OFFSET(14485, glVertexAttribs3svNV, glVertexAttribs3svNV, NULL, 834),
+ NAME_FUNC_OFFSET(14506, glVertexAttribs4dvNV, glVertexAttribs4dvNV, NULL, 835),
+ NAME_FUNC_OFFSET(14527, glVertexAttribs4fvNV, glVertexAttribs4fvNV, NULL, 836),
+ NAME_FUNC_OFFSET(14548, glVertexAttribs4svNV, glVertexAttribs4svNV, NULL, 837),
+ NAME_FUNC_OFFSET(14569, glVertexAttribs4ubvNV, glVertexAttribs4ubvNV, NULL, 838),
+ NAME_FUNC_OFFSET(14591, glGetTexBumpParameterfvATI, glGetTexBumpParameterfvATI, NULL, 839),
+ NAME_FUNC_OFFSET(14618, glGetTexBumpParameterivATI, glGetTexBumpParameterivATI, NULL, 840),
+ NAME_FUNC_OFFSET(14645, glTexBumpParameterfvATI, glTexBumpParameterfvATI, NULL, 841),
+ NAME_FUNC_OFFSET(14669, glTexBumpParameterivATI, glTexBumpParameterivATI, NULL, 842),
+ NAME_FUNC_OFFSET(14693, glAlphaFragmentOp1ATI, glAlphaFragmentOp1ATI, NULL, 843),
+ NAME_FUNC_OFFSET(14715, glAlphaFragmentOp2ATI, glAlphaFragmentOp2ATI, NULL, 844),
+ NAME_FUNC_OFFSET(14737, glAlphaFragmentOp3ATI, glAlphaFragmentOp3ATI, NULL, 845),
+ NAME_FUNC_OFFSET(14759, glBeginFragmentShaderATI, glBeginFragmentShaderATI, NULL, 846),
+ NAME_FUNC_OFFSET(14784, glBindFragmentShaderATI, glBindFragmentShaderATI, NULL, 847),
+ NAME_FUNC_OFFSET(14808, glColorFragmentOp1ATI, glColorFragmentOp1ATI, NULL, 848),
+ NAME_FUNC_OFFSET(14830, glColorFragmentOp2ATI, glColorFragmentOp2ATI, NULL, 849),
+ NAME_FUNC_OFFSET(14852, glColorFragmentOp3ATI, glColorFragmentOp3ATI, NULL, 850),
+ NAME_FUNC_OFFSET(14874, glDeleteFragmentShaderATI, glDeleteFragmentShaderATI, NULL, 851),
+ NAME_FUNC_OFFSET(14900, glEndFragmentShaderATI, glEndFragmentShaderATI, NULL, 852),
+ NAME_FUNC_OFFSET(14923, glGenFragmentShadersATI, glGenFragmentShadersATI, NULL, 853),
+ NAME_FUNC_OFFSET(14947, glPassTexCoordATI, glPassTexCoordATI, NULL, 854),
+ NAME_FUNC_OFFSET(14965, glSampleMapATI, glSampleMapATI, NULL, 855),
+ NAME_FUNC_OFFSET(14980, glSetFragmentShaderConstantATI, glSetFragmentShaderConstantATI, NULL, 856),
+ NAME_FUNC_OFFSET(15011, glPointParameteriNV, glPointParameteriNV, NULL, 857),
+ NAME_FUNC_OFFSET(15031, glPointParameterivNV, glPointParameterivNV, NULL, 858),
+ NAME_FUNC_OFFSET(15052, gl_dispatch_stub_859, gl_dispatch_stub_859, NULL, 859),
+ NAME_FUNC_OFFSET(15075, gl_dispatch_stub_860, gl_dispatch_stub_860, NULL, 860),
+ NAME_FUNC_OFFSET(15098, gl_dispatch_stub_861, gl_dispatch_stub_861, NULL, 861),
+ NAME_FUNC_OFFSET(15124, gl_dispatch_stub_862, gl_dispatch_stub_862, NULL, 862),
+ NAME_FUNC_OFFSET(15147, gl_dispatch_stub_863, gl_dispatch_stub_863, NULL, 863),
+ NAME_FUNC_OFFSET(15168, glGetProgramNamedParameterdvNV, glGetProgramNamedParameterdvNV, NULL, 864),
+ NAME_FUNC_OFFSET(15199, glGetProgramNamedParameterfvNV, glGetProgramNamedParameterfvNV, NULL, 865),
+ NAME_FUNC_OFFSET(15230, glProgramNamedParameter4dNV, glProgramNamedParameter4dNV, NULL, 866),
+ NAME_FUNC_OFFSET(15258, glProgramNamedParameter4dvNV, glProgramNamedParameter4dvNV, NULL, 867),
+ NAME_FUNC_OFFSET(15287, glProgramNamedParameter4fNV, glProgramNamedParameter4fNV, NULL, 868),
+ NAME_FUNC_OFFSET(15315, glProgramNamedParameter4fvNV, glProgramNamedParameter4fvNV, NULL, 869),
+ NAME_FUNC_OFFSET(15344, glPrimitiveRestartIndexNV, glPrimitiveRestartIndexNV, NULL, 870),
+ NAME_FUNC_OFFSET(15370, glPrimitiveRestartNV, glPrimitiveRestartNV, NULL, 871),
+ NAME_FUNC_OFFSET(15391, gl_dispatch_stub_872, gl_dispatch_stub_872, NULL, 872),
+ NAME_FUNC_OFFSET(15408, gl_dispatch_stub_873, gl_dispatch_stub_873, NULL, 873),
+ NAME_FUNC_OFFSET(15435, glBindFramebufferEXT, glBindFramebufferEXT, NULL, 874),
+ NAME_FUNC_OFFSET(15456, glBindRenderbufferEXT, glBindRenderbufferEXT, NULL, 875),
+ NAME_FUNC_OFFSET(15478, glCheckFramebufferStatusEXT, glCheckFramebufferStatusEXT, NULL, 876),
+ NAME_FUNC_OFFSET(15506, glDeleteFramebuffersEXT, glDeleteFramebuffersEXT, NULL, 877),
+ NAME_FUNC_OFFSET(15530, glDeleteRenderbuffersEXT, glDeleteRenderbuffersEXT, NULL, 878),
+ NAME_FUNC_OFFSET(15555, glFramebufferRenderbufferEXT, glFramebufferRenderbufferEXT, NULL, 879),
+ NAME_FUNC_OFFSET(15584, glFramebufferTexture1DEXT, glFramebufferTexture1DEXT, NULL, 880),
+ NAME_FUNC_OFFSET(15610, glFramebufferTexture2DEXT, glFramebufferTexture2DEXT, NULL, 881),
+ NAME_FUNC_OFFSET(15636, glFramebufferTexture3DEXT, glFramebufferTexture3DEXT, NULL, 882),
+ NAME_FUNC_OFFSET(15662, glGenFramebuffersEXT, glGenFramebuffersEXT, NULL, 883),
+ NAME_FUNC_OFFSET(15683, glGenRenderbuffersEXT, glGenRenderbuffersEXT, NULL, 884),
+ NAME_FUNC_OFFSET(15705, glGenerateMipmapEXT, glGenerateMipmapEXT, NULL, 885),
+ NAME_FUNC_OFFSET(15725, glGetFramebufferAttachmentParameterivEXT, glGetFramebufferAttachmentParameterivEXT, NULL, 886),
+ NAME_FUNC_OFFSET(15766, glGetRenderbufferParameterivEXT, glGetRenderbufferParameterivEXT, NULL, 887),
+ NAME_FUNC_OFFSET(15798, glIsFramebufferEXT, glIsFramebufferEXT, NULL, 888),
+ NAME_FUNC_OFFSET(15817, glIsRenderbufferEXT, glIsRenderbufferEXT, NULL, 889),
+ NAME_FUNC_OFFSET(15837, glRenderbufferStorageEXT, glRenderbufferStorageEXT, NULL, 890),
+ NAME_FUNC_OFFSET(15862, gl_dispatch_stub_891, gl_dispatch_stub_891, NULL, 891),
+ NAME_FUNC_OFFSET(15883, gl_dispatch_stub_892, gl_dispatch_stub_892, NULL, 892),
+ NAME_FUNC_OFFSET(15907, gl_dispatch_stub_893, gl_dispatch_stub_893, NULL, 893),
+ NAME_FUNC_OFFSET(15937, glBindFragDataLocationEXT, glBindFragDataLocationEXT, NULL, 894),
+ NAME_FUNC_OFFSET(15963, glGetFragDataLocationEXT, glGetFragDataLocationEXT, NULL, 895),
+ NAME_FUNC_OFFSET(15988, glGetUniformuivEXT, glGetUniformuivEXT, NULL, 896),
+ NAME_FUNC_OFFSET(16007, glGetVertexAttribIivEXT, glGetVertexAttribIivEXT, NULL, 897),
+ NAME_FUNC_OFFSET(16031, glGetVertexAttribIuivEXT, glGetVertexAttribIuivEXT, NULL, 898),
+ NAME_FUNC_OFFSET(16056, glUniform1uiEXT, glUniform1uiEXT, NULL, 899),
+ NAME_FUNC_OFFSET(16072, glUniform1uivEXT, glUniform1uivEXT, NULL, 900),
+ NAME_FUNC_OFFSET(16089, glUniform2uiEXT, glUniform2uiEXT, NULL, 901),
+ NAME_FUNC_OFFSET(16105, glUniform2uivEXT, glUniform2uivEXT, NULL, 902),
+ NAME_FUNC_OFFSET(16122, glUniform3uiEXT, glUniform3uiEXT, NULL, 903),
+ NAME_FUNC_OFFSET(16138, glUniform3uivEXT, glUniform3uivEXT, NULL, 904),
+ NAME_FUNC_OFFSET(16155, glUniform4uiEXT, glUniform4uiEXT, NULL, 905),
+ NAME_FUNC_OFFSET(16171, glUniform4uivEXT, glUniform4uivEXT, NULL, 906),
+ NAME_FUNC_OFFSET(16188, glVertexAttribI1iEXT, glVertexAttribI1iEXT, NULL, 907),
+ NAME_FUNC_OFFSET(16209, glVertexAttribI1ivEXT, glVertexAttribI1ivEXT, NULL, 908),
+ NAME_FUNC_OFFSET(16231, glVertexAttribI1uiEXT, glVertexAttribI1uiEXT, NULL, 909),
+ NAME_FUNC_OFFSET(16253, glVertexAttribI1uivEXT, glVertexAttribI1uivEXT, NULL, 910),
+ NAME_FUNC_OFFSET(16276, glVertexAttribI2iEXT, glVertexAttribI2iEXT, NULL, 911),
+ NAME_FUNC_OFFSET(16297, glVertexAttribI2ivEXT, glVertexAttribI2ivEXT, NULL, 912),
+ NAME_FUNC_OFFSET(16319, glVertexAttribI2uiEXT, glVertexAttribI2uiEXT, NULL, 913),
+ NAME_FUNC_OFFSET(16341, glVertexAttribI2uivEXT, glVertexAttribI2uivEXT, NULL, 914),
+ NAME_FUNC_OFFSET(16364, glVertexAttribI3iEXT, glVertexAttribI3iEXT, NULL, 915),
+ NAME_FUNC_OFFSET(16385, glVertexAttribI3ivEXT, glVertexAttribI3ivEXT, NULL, 916),
+ NAME_FUNC_OFFSET(16407, glVertexAttribI3uiEXT, glVertexAttribI3uiEXT, NULL, 917),
+ NAME_FUNC_OFFSET(16429, glVertexAttribI3uivEXT, glVertexAttribI3uivEXT, NULL, 918),
+ NAME_FUNC_OFFSET(16452, glVertexAttribI4bvEXT, glVertexAttribI4bvEXT, NULL, 919),
+ NAME_FUNC_OFFSET(16474, glVertexAttribI4iEXT, glVertexAttribI4iEXT, NULL, 920),
+ NAME_FUNC_OFFSET(16495, glVertexAttribI4ivEXT, glVertexAttribI4ivEXT, NULL, 921),
+ NAME_FUNC_OFFSET(16517, glVertexAttribI4svEXT, glVertexAttribI4svEXT, NULL, 922),
+ NAME_FUNC_OFFSET(16539, glVertexAttribI4ubvEXT, glVertexAttribI4ubvEXT, NULL, 923),
+ NAME_FUNC_OFFSET(16562, glVertexAttribI4uiEXT, glVertexAttribI4uiEXT, NULL, 924),
+ NAME_FUNC_OFFSET(16584, glVertexAttribI4uivEXT, glVertexAttribI4uivEXT, NULL, 925),
+ NAME_FUNC_OFFSET(16607, glVertexAttribI4usvEXT, glVertexAttribI4usvEXT, NULL, 926),
+ NAME_FUNC_OFFSET(16630, glVertexAttribIPointerEXT, glVertexAttribIPointerEXT, NULL, 927),
+ NAME_FUNC_OFFSET(16656, glFramebufferTextureLayerEXT, glFramebufferTextureLayerEXT, NULL, 928),
+ NAME_FUNC_OFFSET(16685, glColorMaskIndexedEXT, glColorMaskIndexedEXT, NULL, 929),
+ NAME_FUNC_OFFSET(16707, glDisableIndexedEXT, glDisableIndexedEXT, NULL, 930),
+ NAME_FUNC_OFFSET(16727, glEnableIndexedEXT, glEnableIndexedEXT, NULL, 931),
+ NAME_FUNC_OFFSET(16746, glGetBooleanIndexedvEXT, glGetBooleanIndexedvEXT, NULL, 932),
+ NAME_FUNC_OFFSET(16770, glGetIntegerIndexedvEXT, glGetIntegerIndexedvEXT, NULL, 933),
+ NAME_FUNC_OFFSET(16794, glIsEnabledIndexedEXT, glIsEnabledIndexedEXT, NULL, 934),
+ NAME_FUNC_OFFSET(16816, glClearColorIiEXT, glClearColorIiEXT, NULL, 935),
+ NAME_FUNC_OFFSET(16834, glClearColorIuiEXT, glClearColorIuiEXT, NULL, 936),
+ NAME_FUNC_OFFSET(16853, glGetTexParameterIivEXT, glGetTexParameterIivEXT, NULL, 937),
+ NAME_FUNC_OFFSET(16877, glGetTexParameterIuivEXT, glGetTexParameterIuivEXT, NULL, 938),
+ NAME_FUNC_OFFSET(16902, glTexParameterIivEXT, glTexParameterIivEXT, NULL, 939),
+ NAME_FUNC_OFFSET(16923, glTexParameterIuivEXT, glTexParameterIuivEXT, NULL, 940),
+ NAME_FUNC_OFFSET(16945, glBeginConditionalRenderNV, glBeginConditionalRenderNV, NULL, 941),
+ NAME_FUNC_OFFSET(16972, glEndConditionalRenderNV, glEndConditionalRenderNV, NULL, 942),
+ NAME_FUNC_OFFSET(16997, glBeginTransformFeedbackEXT, glBeginTransformFeedbackEXT, NULL, 943),
+ NAME_FUNC_OFFSET(17025, glBindBufferBaseEXT, glBindBufferBaseEXT, NULL, 944),
+ NAME_FUNC_OFFSET(17045, glBindBufferOffsetEXT, glBindBufferOffsetEXT, NULL, 945),
+ NAME_FUNC_OFFSET(17067, glBindBufferRangeEXT, glBindBufferRangeEXT, NULL, 946),
+ NAME_FUNC_OFFSET(17088, glEndTransformFeedbackEXT, glEndTransformFeedbackEXT, NULL, 947),
+ NAME_FUNC_OFFSET(17114, glGetTransformFeedbackVaryingEXT, glGetTransformFeedbackVaryingEXT, NULL, 948),
+ NAME_FUNC_OFFSET(17147, glTransformFeedbackVaryingsEXT, glTransformFeedbackVaryingsEXT, NULL, 949),
+ NAME_FUNC_OFFSET(17178, glProvokingVertexEXT, glProvokingVertexEXT, NULL, 950),
+ NAME_FUNC_OFFSET(17199, gl_dispatch_stub_951, gl_dispatch_stub_951, NULL, 951),
+ NAME_FUNC_OFFSET(17230, gl_dispatch_stub_952, gl_dispatch_stub_952, NULL, 952),
+ NAME_FUNC_OFFSET(17250, glGetObjectParameterivAPPLE, glGetObjectParameterivAPPLE, NULL, 953),
+ NAME_FUNC_OFFSET(17278, glObjectPurgeableAPPLE, glObjectPurgeableAPPLE, NULL, 954),
+ NAME_FUNC_OFFSET(17301, glObjectUnpurgeableAPPLE, glObjectUnpurgeableAPPLE, NULL, 955),
+ NAME_FUNC_OFFSET(17326, glActiveProgramEXT, glActiveProgramEXT, NULL, 956),
+ NAME_FUNC_OFFSET(17345, glCreateShaderProgramEXT, glCreateShaderProgramEXT, NULL, 957),
+ NAME_FUNC_OFFSET(17370, glUseShaderProgramEXT, glUseShaderProgramEXT, NULL, 958),
+ NAME_FUNC_OFFSET(17392, glTextureBarrierNV, glTextureBarrierNV, NULL, 959),
+ NAME_FUNC_OFFSET(17411, gl_dispatch_stub_960, gl_dispatch_stub_960, NULL, 960),
+ NAME_FUNC_OFFSET(17436, gl_dispatch_stub_961, gl_dispatch_stub_961, NULL, 961),
+ NAME_FUNC_OFFSET(17465, gl_dispatch_stub_962, gl_dispatch_stub_962, NULL, 962),
+ NAME_FUNC_OFFSET(17496, gl_dispatch_stub_963, gl_dispatch_stub_963, NULL, 963),
+ NAME_FUNC_OFFSET(17520, gl_dispatch_stub_964, gl_dispatch_stub_964, NULL, 964),
+ NAME_FUNC_OFFSET(17545, glEGLImageTargetRenderbufferStorageOES, glEGLImageTargetRenderbufferStorageOES, NULL, 965),
+ NAME_FUNC_OFFSET(17584, glEGLImageTargetTexture2DOES, glEGLImageTargetTexture2DOES, NULL, 966),
+ NAME_FUNC_OFFSET(17613, glArrayElement, glArrayElement, NULL, 306),
+ NAME_FUNC_OFFSET(17631, glBindTexture, glBindTexture, NULL, 307),
+ NAME_FUNC_OFFSET(17648, glDrawArrays, glDrawArrays, NULL, 310),
+ NAME_FUNC_OFFSET(17664, glAreTexturesResident, glAreTexturesResidentEXT, glAreTexturesResidentEXT, 322),
+ NAME_FUNC_OFFSET(17689, glCopyTexImage1D, glCopyTexImage1D, NULL, 323),
+ NAME_FUNC_OFFSET(17709, glCopyTexImage2D, glCopyTexImage2D, NULL, 324),
+ NAME_FUNC_OFFSET(17729, glCopyTexSubImage1D, glCopyTexSubImage1D, NULL, 325),
+ NAME_FUNC_OFFSET(17752, glCopyTexSubImage2D, glCopyTexSubImage2D, NULL, 326),
+ NAME_FUNC_OFFSET(17775, glDeleteTextures, glDeleteTexturesEXT, glDeleteTexturesEXT, 327),
+ NAME_FUNC_OFFSET(17795, glGenTextures, glGenTexturesEXT, glGenTexturesEXT, 328),
+ NAME_FUNC_OFFSET(17812, glGetPointerv, glGetPointerv, NULL, 329),
+ NAME_FUNC_OFFSET(17829, glIsTexture, glIsTextureEXT, glIsTextureEXT, 330),
+ NAME_FUNC_OFFSET(17844, glPrioritizeTextures, glPrioritizeTextures, NULL, 331),
+ NAME_FUNC_OFFSET(17868, glTexSubImage1D, glTexSubImage1D, NULL, 332),
+ NAME_FUNC_OFFSET(17887, glTexSubImage2D, glTexSubImage2D, NULL, 333),
+ NAME_FUNC_OFFSET(17906, glBlendColor, glBlendColor, NULL, 336),
+ NAME_FUNC_OFFSET(17922, glBlendEquation, glBlendEquation, NULL, 337),
+ NAME_FUNC_OFFSET(17941, glDrawRangeElements, glDrawRangeElements, NULL, 338),
+ NAME_FUNC_OFFSET(17964, glColorTable, glColorTable, NULL, 339),
+ NAME_FUNC_OFFSET(17980, glColorTable, glColorTable, NULL, 339),
+ NAME_FUNC_OFFSET(17996, glColorTableParameterfv, glColorTableParameterfv, NULL, 340),
+ NAME_FUNC_OFFSET(18023, glColorTableParameteriv, glColorTableParameteriv, NULL, 341),
+ NAME_FUNC_OFFSET(18050, glCopyColorTable, glCopyColorTable, NULL, 342),
+ NAME_FUNC_OFFSET(18070, glGetColorTable, glGetColorTableEXT, glGetColorTableEXT, 343),
+ NAME_FUNC_OFFSET(18089, glGetColorTable, glGetColorTableEXT, glGetColorTableEXT, 343),
+ NAME_FUNC_OFFSET(18108, glGetColorTableParameterfv, glGetColorTableParameterfvEXT, glGetColorTableParameterfvEXT, 344),
+ NAME_FUNC_OFFSET(18138, glGetColorTableParameterfv, glGetColorTableParameterfvEXT, glGetColorTableParameterfvEXT, 344),
+ NAME_FUNC_OFFSET(18168, glGetColorTableParameteriv, glGetColorTableParameterivEXT, glGetColorTableParameterivEXT, 345),
+ NAME_FUNC_OFFSET(18198, glGetColorTableParameteriv, glGetColorTableParameterivEXT, glGetColorTableParameterivEXT, 345),
+ NAME_FUNC_OFFSET(18228, glColorSubTable, glColorSubTable, NULL, 346),
+ NAME_FUNC_OFFSET(18247, glCopyColorSubTable, glCopyColorSubTable, NULL, 347),
+ NAME_FUNC_OFFSET(18270, glConvolutionFilter1D, glConvolutionFilter1D, NULL, 348),
+ NAME_FUNC_OFFSET(18295, glConvolutionFilter2D, glConvolutionFilter2D, NULL, 349),
+ NAME_FUNC_OFFSET(18320, glConvolutionParameterf, glConvolutionParameterf, NULL, 350),
+ NAME_FUNC_OFFSET(18347, glConvolutionParameterfv, glConvolutionParameterfv, NULL, 351),
+ NAME_FUNC_OFFSET(18375, glConvolutionParameteri, glConvolutionParameteri, NULL, 352),
+ NAME_FUNC_OFFSET(18402, glConvolutionParameteriv, glConvolutionParameteriv, NULL, 353),
+ NAME_FUNC_OFFSET(18430, glCopyConvolutionFilter1D, glCopyConvolutionFilter1D, NULL, 354),
+ NAME_FUNC_OFFSET(18459, glCopyConvolutionFilter2D, glCopyConvolutionFilter2D, NULL, 355),
+ NAME_FUNC_OFFSET(18488, glGetConvolutionFilter, gl_dispatch_stub_356, gl_dispatch_stub_356, 356),
+ NAME_FUNC_OFFSET(18514, glGetConvolutionParameterfv, gl_dispatch_stub_357, gl_dispatch_stub_357, 357),
+ NAME_FUNC_OFFSET(18545, glGetConvolutionParameteriv, gl_dispatch_stub_358, gl_dispatch_stub_358, 358),
+ NAME_FUNC_OFFSET(18576, glGetSeparableFilter, gl_dispatch_stub_359, gl_dispatch_stub_359, 359),
+ NAME_FUNC_OFFSET(18600, glSeparableFilter2D, glSeparableFilter2D, NULL, 360),
+ NAME_FUNC_OFFSET(18623, glGetHistogram, gl_dispatch_stub_361, gl_dispatch_stub_361, 361),
+ NAME_FUNC_OFFSET(18641, glGetHistogramParameterfv, gl_dispatch_stub_362, gl_dispatch_stub_362, 362),
+ NAME_FUNC_OFFSET(18670, glGetHistogramParameteriv, gl_dispatch_stub_363, gl_dispatch_stub_363, 363),
+ NAME_FUNC_OFFSET(18699, glGetMinmax, gl_dispatch_stub_364, gl_dispatch_stub_364, 364),
+ NAME_FUNC_OFFSET(18714, glGetMinmaxParameterfv, gl_dispatch_stub_365, gl_dispatch_stub_365, 365),
+ NAME_FUNC_OFFSET(18740, glGetMinmaxParameteriv, gl_dispatch_stub_366, gl_dispatch_stub_366, 366),
+ NAME_FUNC_OFFSET(18766, glHistogram, glHistogram, NULL, 367),
+ NAME_FUNC_OFFSET(18781, glMinmax, glMinmax, NULL, 368),
+ NAME_FUNC_OFFSET(18793, glResetHistogram, glResetHistogram, NULL, 369),
+ NAME_FUNC_OFFSET(18813, glResetMinmax, glResetMinmax, NULL, 370),
+ NAME_FUNC_OFFSET(18830, glTexImage3D, glTexImage3D, NULL, 371),
+ NAME_FUNC_OFFSET(18846, glTexSubImage3D, glTexSubImage3D, NULL, 372),
+ NAME_FUNC_OFFSET(18865, glCopyTexSubImage3D, glCopyTexSubImage3D, NULL, 373),
+ NAME_FUNC_OFFSET(18888, glActiveTextureARB, glActiveTextureARB, NULL, 374),
+ NAME_FUNC_OFFSET(18904, glClientActiveTextureARB, glClientActiveTextureARB, NULL, 375),
+ NAME_FUNC_OFFSET(18926, glMultiTexCoord1dARB, glMultiTexCoord1dARB, NULL, 376),
+ NAME_FUNC_OFFSET(18944, glMultiTexCoord1dvARB, glMultiTexCoord1dvARB, NULL, 377),
+ NAME_FUNC_OFFSET(18963, glMultiTexCoord1fARB, glMultiTexCoord1fARB, NULL, 378),
+ NAME_FUNC_OFFSET(18981, glMultiTexCoord1fvARB, glMultiTexCoord1fvARB, NULL, 379),
+ NAME_FUNC_OFFSET(19000, glMultiTexCoord1iARB, glMultiTexCoord1iARB, NULL, 380),
+ NAME_FUNC_OFFSET(19018, glMultiTexCoord1ivARB, glMultiTexCoord1ivARB, NULL, 381),
+ NAME_FUNC_OFFSET(19037, glMultiTexCoord1sARB, glMultiTexCoord1sARB, NULL, 382),
+ NAME_FUNC_OFFSET(19055, glMultiTexCoord1svARB, glMultiTexCoord1svARB, NULL, 383),
+ NAME_FUNC_OFFSET(19074, glMultiTexCoord2dARB, glMultiTexCoord2dARB, NULL, 384),
+ NAME_FUNC_OFFSET(19092, glMultiTexCoord2dvARB, glMultiTexCoord2dvARB, NULL, 385),
+ NAME_FUNC_OFFSET(19111, glMultiTexCoord2fARB, glMultiTexCoord2fARB, NULL, 386),
+ NAME_FUNC_OFFSET(19129, glMultiTexCoord2fvARB, glMultiTexCoord2fvARB, NULL, 387),
+ NAME_FUNC_OFFSET(19148, glMultiTexCoord2iARB, glMultiTexCoord2iARB, NULL, 388),
+ NAME_FUNC_OFFSET(19166, glMultiTexCoord2ivARB, glMultiTexCoord2ivARB, NULL, 389),
+ NAME_FUNC_OFFSET(19185, glMultiTexCoord2sARB, glMultiTexCoord2sARB, NULL, 390),
+ NAME_FUNC_OFFSET(19203, glMultiTexCoord2svARB, glMultiTexCoord2svARB, NULL, 391),
+ NAME_FUNC_OFFSET(19222, glMultiTexCoord3dARB, glMultiTexCoord3dARB, NULL, 392),
+ NAME_FUNC_OFFSET(19240, glMultiTexCoord3dvARB, glMultiTexCoord3dvARB, NULL, 393),
+ NAME_FUNC_OFFSET(19259, glMultiTexCoord3fARB, glMultiTexCoord3fARB, NULL, 394),
+ NAME_FUNC_OFFSET(19277, glMultiTexCoord3fvARB, glMultiTexCoord3fvARB, NULL, 395),
+ NAME_FUNC_OFFSET(19296, glMultiTexCoord3iARB, glMultiTexCoord3iARB, NULL, 396),
+ NAME_FUNC_OFFSET(19314, glMultiTexCoord3ivARB, glMultiTexCoord3ivARB, NULL, 397),
+ NAME_FUNC_OFFSET(19333, glMultiTexCoord3sARB, glMultiTexCoord3sARB, NULL, 398),
+ NAME_FUNC_OFFSET(19351, glMultiTexCoord3svARB, glMultiTexCoord3svARB, NULL, 399),
+ NAME_FUNC_OFFSET(19370, glMultiTexCoord4dARB, glMultiTexCoord4dARB, NULL, 400),
+ NAME_FUNC_OFFSET(19388, glMultiTexCoord4dvARB, glMultiTexCoord4dvARB, NULL, 401),
+ NAME_FUNC_OFFSET(19407, glMultiTexCoord4fARB, glMultiTexCoord4fARB, NULL, 402),
+ NAME_FUNC_OFFSET(19425, glMultiTexCoord4fvARB, glMultiTexCoord4fvARB, NULL, 403),
+ NAME_FUNC_OFFSET(19444, glMultiTexCoord4iARB, glMultiTexCoord4iARB, NULL, 404),
+ NAME_FUNC_OFFSET(19462, glMultiTexCoord4ivARB, glMultiTexCoord4ivARB, NULL, 405),
+ NAME_FUNC_OFFSET(19481, glMultiTexCoord4sARB, glMultiTexCoord4sARB, NULL, 406),
+ NAME_FUNC_OFFSET(19499, glMultiTexCoord4svARB, glMultiTexCoord4svARB, NULL, 407),
+ NAME_FUNC_OFFSET(19518, glStencilOpSeparate, glStencilOpSeparate, NULL, 423),
+ NAME_FUNC_OFFSET(19541, glLoadTransposeMatrixdARB, glLoadTransposeMatrixdARB, NULL, 441),
+ NAME_FUNC_OFFSET(19564, glLoadTransposeMatrixfARB, glLoadTransposeMatrixfARB, NULL, 442),
+ NAME_FUNC_OFFSET(19587, glMultTransposeMatrixdARB, glMultTransposeMatrixdARB, NULL, 443),
+ NAME_FUNC_OFFSET(19610, glMultTransposeMatrixfARB, glMultTransposeMatrixfARB, NULL, 444),
+ NAME_FUNC_OFFSET(19633, glSampleCoverageARB, glSampleCoverageARB, NULL, 445),
+ NAME_FUNC_OFFSET(19650, glCompressedTexImage1DARB, glCompressedTexImage1DARB, NULL, 446),
+ NAME_FUNC_OFFSET(19673, glCompressedTexImage2DARB, glCompressedTexImage2DARB, NULL, 447),
+ NAME_FUNC_OFFSET(19696, glCompressedTexImage3DARB, glCompressedTexImage3DARB, NULL, 448),
+ NAME_FUNC_OFFSET(19719, glCompressedTexSubImage1DARB, glCompressedTexSubImage1DARB, NULL, 449),
+ NAME_FUNC_OFFSET(19745, glCompressedTexSubImage2DARB, glCompressedTexSubImage2DARB, NULL, 450),
+ NAME_FUNC_OFFSET(19771, glCompressedTexSubImage3DARB, glCompressedTexSubImage3DARB, NULL, 451),
+ NAME_FUNC_OFFSET(19797, glGetCompressedTexImageARB, glGetCompressedTexImageARB, NULL, 452),
+ NAME_FUNC_OFFSET(19821, glDisableVertexAttribArrayARB, glDisableVertexAttribArrayARB, NULL, 453),
+ NAME_FUNC_OFFSET(19848, glEnableVertexAttribArrayARB, glEnableVertexAttribArrayARB, NULL, 454),
+ NAME_FUNC_OFFSET(19874, glGetVertexAttribdvARB, glGetVertexAttribdvARB, NULL, 461),
+ NAME_FUNC_OFFSET(19894, glGetVertexAttribfvARB, glGetVertexAttribfvARB, NULL, 462),
+ NAME_FUNC_OFFSET(19914, glGetVertexAttribivARB, glGetVertexAttribivARB, NULL, 463),
+ NAME_FUNC_OFFSET(19934, glProgramEnvParameter4dARB, glProgramEnvParameter4dARB, NULL, 464),
+ NAME_FUNC_OFFSET(19957, glProgramEnvParameter4dvARB, glProgramEnvParameter4dvARB, NULL, 465),
+ NAME_FUNC_OFFSET(19981, glProgramEnvParameter4fARB, glProgramEnvParameter4fARB, NULL, 466),
+ NAME_FUNC_OFFSET(20004, glProgramEnvParameter4fvARB, glProgramEnvParameter4fvARB, NULL, 467),
+ NAME_FUNC_OFFSET(20028, glVertexAttrib1dARB, glVertexAttrib1dARB, NULL, 473),
+ NAME_FUNC_OFFSET(20045, glVertexAttrib1dvARB, glVertexAttrib1dvARB, NULL, 474),
+ NAME_FUNC_OFFSET(20063, glVertexAttrib1fARB, glVertexAttrib1fARB, NULL, 475),
+ NAME_FUNC_OFFSET(20080, glVertexAttrib1fvARB, glVertexAttrib1fvARB, NULL, 476),
+ NAME_FUNC_OFFSET(20098, glVertexAttrib1sARB, glVertexAttrib1sARB, NULL, 477),
+ NAME_FUNC_OFFSET(20115, glVertexAttrib1svARB, glVertexAttrib1svARB, NULL, 478),
+ NAME_FUNC_OFFSET(20133, glVertexAttrib2dARB, glVertexAttrib2dARB, NULL, 479),
+ NAME_FUNC_OFFSET(20150, glVertexAttrib2dvARB, glVertexAttrib2dvARB, NULL, 480),
+ NAME_FUNC_OFFSET(20168, glVertexAttrib2fARB, glVertexAttrib2fARB, NULL, 481),
+ NAME_FUNC_OFFSET(20185, glVertexAttrib2fvARB, glVertexAttrib2fvARB, NULL, 482),
+ NAME_FUNC_OFFSET(20203, glVertexAttrib2sARB, glVertexAttrib2sARB, NULL, 483),
+ NAME_FUNC_OFFSET(20220, glVertexAttrib2svARB, glVertexAttrib2svARB, NULL, 484),
+ NAME_FUNC_OFFSET(20238, glVertexAttrib3dARB, glVertexAttrib3dARB, NULL, 485),
+ NAME_FUNC_OFFSET(20255, glVertexAttrib3dvARB, glVertexAttrib3dvARB, NULL, 486),
+ NAME_FUNC_OFFSET(20273, glVertexAttrib3fARB, glVertexAttrib3fARB, NULL, 487),
+ NAME_FUNC_OFFSET(20290, glVertexAttrib3fvARB, glVertexAttrib3fvARB, NULL, 488),
+ NAME_FUNC_OFFSET(20308, glVertexAttrib3sARB, glVertexAttrib3sARB, NULL, 489),
+ NAME_FUNC_OFFSET(20325, glVertexAttrib3svARB, glVertexAttrib3svARB, NULL, 490),
+ NAME_FUNC_OFFSET(20343, glVertexAttrib4NbvARB, glVertexAttrib4NbvARB, NULL, 491),
+ NAME_FUNC_OFFSET(20362, glVertexAttrib4NivARB, glVertexAttrib4NivARB, NULL, 492),
+ NAME_FUNC_OFFSET(20381, glVertexAttrib4NsvARB, glVertexAttrib4NsvARB, NULL, 493),
+ NAME_FUNC_OFFSET(20400, glVertexAttrib4NubARB, glVertexAttrib4NubARB, NULL, 494),
+ NAME_FUNC_OFFSET(20419, glVertexAttrib4NubvARB, glVertexAttrib4NubvARB, NULL, 495),
+ NAME_FUNC_OFFSET(20439, glVertexAttrib4NuivARB, glVertexAttrib4NuivARB, NULL, 496),
+ NAME_FUNC_OFFSET(20459, glVertexAttrib4NusvARB, glVertexAttrib4NusvARB, NULL, 497),
+ NAME_FUNC_OFFSET(20479, glVertexAttrib4bvARB, glVertexAttrib4bvARB, NULL, 498),
+ NAME_FUNC_OFFSET(20497, glVertexAttrib4dARB, glVertexAttrib4dARB, NULL, 499),
+ NAME_FUNC_OFFSET(20514, glVertexAttrib4dvARB, glVertexAttrib4dvARB, NULL, 500),
+ NAME_FUNC_OFFSET(20532, glVertexAttrib4fARB, glVertexAttrib4fARB, NULL, 501),
+ NAME_FUNC_OFFSET(20549, glVertexAttrib4fvARB, glVertexAttrib4fvARB, NULL, 502),
+ NAME_FUNC_OFFSET(20567, glVertexAttrib4ivARB, glVertexAttrib4ivARB, NULL, 503),
+ NAME_FUNC_OFFSET(20585, glVertexAttrib4sARB, glVertexAttrib4sARB, NULL, 504),
+ NAME_FUNC_OFFSET(20602, glVertexAttrib4svARB, glVertexAttrib4svARB, NULL, 505),
+ NAME_FUNC_OFFSET(20620, glVertexAttrib4ubvARB, glVertexAttrib4ubvARB, NULL, 506),
+ NAME_FUNC_OFFSET(20639, glVertexAttrib4uivARB, glVertexAttrib4uivARB, NULL, 507),
+ NAME_FUNC_OFFSET(20658, glVertexAttrib4usvARB, glVertexAttrib4usvARB, NULL, 508),
+ NAME_FUNC_OFFSET(20677, glVertexAttribPointerARB, glVertexAttribPointerARB, NULL, 509),
+ NAME_FUNC_OFFSET(20699, glBindBufferARB, glBindBufferARB, NULL, 510),
+ NAME_FUNC_OFFSET(20712, glBufferDataARB, glBufferDataARB, NULL, 511),
+ NAME_FUNC_OFFSET(20725, glBufferSubDataARB, glBufferSubDataARB, NULL, 512),
+ NAME_FUNC_OFFSET(20741, glDeleteBuffersARB, glDeleteBuffersARB, NULL, 513),
+ NAME_FUNC_OFFSET(20757, glGenBuffersARB, glGenBuffersARB, NULL, 514),
+ NAME_FUNC_OFFSET(20770, glGetBufferParameterivARB, glGetBufferParameterivARB, NULL, 515),
+ NAME_FUNC_OFFSET(20793, glGetBufferPointervARB, glGetBufferPointervARB, NULL, 516),
+ NAME_FUNC_OFFSET(20813, glGetBufferSubDataARB, glGetBufferSubDataARB, NULL, 517),
+ NAME_FUNC_OFFSET(20832, glIsBufferARB, glIsBufferARB, NULL, 518),
+ NAME_FUNC_OFFSET(20843, glMapBufferARB, glMapBufferARB, NULL, 519),
+ NAME_FUNC_OFFSET(20855, glUnmapBufferARB, glUnmapBufferARB, NULL, 520),
+ NAME_FUNC_OFFSET(20869, glBeginQueryARB, glBeginQueryARB, NULL, 521),
+ NAME_FUNC_OFFSET(20882, glDeleteQueriesARB, glDeleteQueriesARB, NULL, 522),
+ NAME_FUNC_OFFSET(20898, glEndQueryARB, glEndQueryARB, NULL, 523),
+ NAME_FUNC_OFFSET(20909, glGenQueriesARB, glGenQueriesARB, NULL, 524),
+ NAME_FUNC_OFFSET(20922, glGetQueryObjectivARB, glGetQueryObjectivARB, NULL, 525),
+ NAME_FUNC_OFFSET(20941, glGetQueryObjectuivARB, glGetQueryObjectuivARB, NULL, 526),
+ NAME_FUNC_OFFSET(20961, glGetQueryivARB, glGetQueryivARB, NULL, 527),
+ NAME_FUNC_OFFSET(20974, glIsQueryARB, glIsQueryARB, NULL, 528),
+ NAME_FUNC_OFFSET(20984, glCompileShaderARB, glCompileShaderARB, NULL, 530),
+ NAME_FUNC_OFFSET(21000, glGetActiveUniformARB, glGetActiveUniformARB, NULL, 535),
+ NAME_FUNC_OFFSET(21019, glGetShaderSourceARB, glGetShaderSourceARB, NULL, 541),
+ NAME_FUNC_OFFSET(21037, glGetUniformLocationARB, glGetUniformLocationARB, NULL, 542),
+ NAME_FUNC_OFFSET(21058, glGetUniformfvARB, glGetUniformfvARB, NULL, 543),
+ NAME_FUNC_OFFSET(21073, glGetUniformivARB, glGetUniformivARB, NULL, 544),
+ NAME_FUNC_OFFSET(21088, glLinkProgramARB, glLinkProgramARB, NULL, 545),
+ NAME_FUNC_OFFSET(21102, glShaderSourceARB, glShaderSourceARB, NULL, 546),
+ NAME_FUNC_OFFSET(21117, glUniform1fARB, glUniform1fARB, NULL, 547),
+ NAME_FUNC_OFFSET(21129, glUniform1fvARB, glUniform1fvARB, NULL, 548),
+ NAME_FUNC_OFFSET(21142, glUniform1iARB, glUniform1iARB, NULL, 549),
+ NAME_FUNC_OFFSET(21154, glUniform1ivARB, glUniform1ivARB, NULL, 550),
+ NAME_FUNC_OFFSET(21167, glUniform2fARB, glUniform2fARB, NULL, 551),
+ NAME_FUNC_OFFSET(21179, glUniform2fvARB, glUniform2fvARB, NULL, 552),
+ NAME_FUNC_OFFSET(21192, glUniform2iARB, glUniform2iARB, NULL, 553),
+ NAME_FUNC_OFFSET(21204, glUniform2ivARB, glUniform2ivARB, NULL, 554),
+ NAME_FUNC_OFFSET(21217, glUniform3fARB, glUniform3fARB, NULL, 555),
+ NAME_FUNC_OFFSET(21229, glUniform3fvARB, glUniform3fvARB, NULL, 556),
+ NAME_FUNC_OFFSET(21242, glUniform3iARB, glUniform3iARB, NULL, 557),
+ NAME_FUNC_OFFSET(21254, glUniform3ivARB, glUniform3ivARB, NULL, 558),
+ NAME_FUNC_OFFSET(21267, glUniform4fARB, glUniform4fARB, NULL, 559),
+ NAME_FUNC_OFFSET(21279, glUniform4fvARB, glUniform4fvARB, NULL, 560),
+ NAME_FUNC_OFFSET(21292, glUniform4iARB, glUniform4iARB, NULL, 561),
+ NAME_FUNC_OFFSET(21304, glUniform4ivARB, glUniform4ivARB, NULL, 562),
+ NAME_FUNC_OFFSET(21317, glUniformMatrix2fvARB, glUniformMatrix2fvARB, NULL, 563),
+ NAME_FUNC_OFFSET(21336, glUniformMatrix3fvARB, glUniformMatrix3fvARB, NULL, 564),
+ NAME_FUNC_OFFSET(21355, glUniformMatrix4fvARB, glUniformMatrix4fvARB, NULL, 565),
+ NAME_FUNC_OFFSET(21374, glUseProgramObjectARB, glUseProgramObjectARB, NULL, 566),
+ NAME_FUNC_OFFSET(21387, glValidateProgramARB, glValidateProgramARB, NULL, 567),
+ NAME_FUNC_OFFSET(21405, glBindAttribLocationARB, glBindAttribLocationARB, NULL, 568),
+ NAME_FUNC_OFFSET(21426, glGetActiveAttribARB, glGetActiveAttribARB, NULL, 569),
+ NAME_FUNC_OFFSET(21444, glGetAttribLocationARB, glGetAttribLocationARB, NULL, 570),
+ NAME_FUNC_OFFSET(21464, glDrawBuffersARB, glDrawBuffersARB, NULL, 571),
+ NAME_FUNC_OFFSET(21478, glDrawBuffersARB, glDrawBuffersARB, NULL, 571),
+ NAME_FUNC_OFFSET(21495, glDrawArraysInstancedARB, glDrawArraysInstancedARB, NULL, 573),
+ NAME_FUNC_OFFSET(21520, glDrawArraysInstancedARB, glDrawArraysInstancedARB, NULL, 573),
+ NAME_FUNC_OFFSET(21542, glDrawElementsInstancedARB, glDrawElementsInstancedARB, NULL, 574),
+ NAME_FUNC_OFFSET(21569, glDrawElementsInstancedARB, glDrawElementsInstancedARB, NULL, 574),
+ NAME_FUNC_OFFSET(21593, glRenderbufferStorageMultisample, glRenderbufferStorageMultisample, NULL, 575),
+ NAME_FUNC_OFFSET(21629, glBlendEquationSeparateiARB, glBlendEquationSeparateiARB, NULL, 597),
+ NAME_FUNC_OFFSET(21663, glBlendEquationiARB, glBlendEquationiARB, NULL, 598),
+ NAME_FUNC_OFFSET(21689, glBlendFuncSeparateiARB, glBlendFuncSeparateiARB, NULL, 599),
+ NAME_FUNC_OFFSET(21719, glBlendFunciARB, glBlendFunciARB, NULL, 600),
+ NAME_FUNC_OFFSET(21741, gl_dispatch_stub_692, gl_dispatch_stub_692, NULL, 692),
+ NAME_FUNC_OFFSET(21757, gl_dispatch_stub_693, gl_dispatch_stub_693, NULL, 693),
+ NAME_FUNC_OFFSET(21776, glPointParameterfEXT, glPointParameterfEXT, NULL, 700),
+ NAME_FUNC_OFFSET(21794, glPointParameterfEXT, glPointParameterfEXT, NULL, 700),
+ NAME_FUNC_OFFSET(21815, glPointParameterfEXT, glPointParameterfEXT, NULL, 700),
+ NAME_FUNC_OFFSET(21837, glPointParameterfvEXT, glPointParameterfvEXT, NULL, 701),
+ NAME_FUNC_OFFSET(21856, glPointParameterfvEXT, glPointParameterfvEXT, NULL, 701),
+ NAME_FUNC_OFFSET(21878, glPointParameterfvEXT, glPointParameterfvEXT, NULL, 701),
+ NAME_FUNC_OFFSET(21901, glSecondaryColor3bEXT, glSecondaryColor3bEXT, NULL, 704),
+ NAME_FUNC_OFFSET(21920, glSecondaryColor3bvEXT, glSecondaryColor3bvEXT, NULL, 705),
+ NAME_FUNC_OFFSET(21940, glSecondaryColor3dEXT, glSecondaryColor3dEXT, NULL, 706),
+ NAME_FUNC_OFFSET(21959, glSecondaryColor3dvEXT, glSecondaryColor3dvEXT, NULL, 707),
+ NAME_FUNC_OFFSET(21979, glSecondaryColor3fEXT, glSecondaryColor3fEXT, NULL, 708),
+ NAME_FUNC_OFFSET(21998, glSecondaryColor3fvEXT, glSecondaryColor3fvEXT, NULL, 709),
+ NAME_FUNC_OFFSET(22018, glSecondaryColor3iEXT, glSecondaryColor3iEXT, NULL, 710),
+ NAME_FUNC_OFFSET(22037, glSecondaryColor3ivEXT, glSecondaryColor3ivEXT, NULL, 711),
+ NAME_FUNC_OFFSET(22057, glSecondaryColor3sEXT, glSecondaryColor3sEXT, NULL, 712),
+ NAME_FUNC_OFFSET(22076, glSecondaryColor3svEXT, glSecondaryColor3svEXT, NULL, 713),
+ NAME_FUNC_OFFSET(22096, glSecondaryColor3ubEXT, glSecondaryColor3ubEXT, NULL, 714),
+ NAME_FUNC_OFFSET(22116, glSecondaryColor3ubvEXT, glSecondaryColor3ubvEXT, NULL, 715),
+ NAME_FUNC_OFFSET(22137, glSecondaryColor3uiEXT, glSecondaryColor3uiEXT, NULL, 716),
+ NAME_FUNC_OFFSET(22157, glSecondaryColor3uivEXT, glSecondaryColor3uivEXT, NULL, 717),
+ NAME_FUNC_OFFSET(22178, glSecondaryColor3usEXT, glSecondaryColor3usEXT, NULL, 718),
+ NAME_FUNC_OFFSET(22198, glSecondaryColor3usvEXT, glSecondaryColor3usvEXT, NULL, 719),
+ NAME_FUNC_OFFSET(22219, glSecondaryColorPointerEXT, glSecondaryColorPointerEXT, NULL, 720),
+ NAME_FUNC_OFFSET(22243, glMultiDrawArraysEXT, glMultiDrawArraysEXT, NULL, 721),
+ NAME_FUNC_OFFSET(22261, glMultiDrawElementsEXT, glMultiDrawElementsEXT, NULL, 722),
+ NAME_FUNC_OFFSET(22281, glFogCoordPointerEXT, glFogCoordPointerEXT, NULL, 723),
+ NAME_FUNC_OFFSET(22299, glFogCoorddEXT, glFogCoorddEXT, NULL, 724),
+ NAME_FUNC_OFFSET(22311, glFogCoorddvEXT, glFogCoorddvEXT, NULL, 725),
+ NAME_FUNC_OFFSET(22324, glFogCoordfEXT, glFogCoordfEXT, NULL, 726),
+ NAME_FUNC_OFFSET(22336, glFogCoordfvEXT, glFogCoordfvEXT, NULL, 727),
+ NAME_FUNC_OFFSET(22349, glBlendFuncSeparateEXT, glBlendFuncSeparateEXT, NULL, 729),
+ NAME_FUNC_OFFSET(22369, glBlendFuncSeparateEXT, glBlendFuncSeparateEXT, NULL, 729),
+ NAME_FUNC_OFFSET(22393, glWindowPos2dMESA, glWindowPos2dMESA, NULL, 746),
+ NAME_FUNC_OFFSET(22407, glWindowPos2dMESA, glWindowPos2dMESA, NULL, 746),
+ NAME_FUNC_OFFSET(22424, glWindowPos2dvMESA, glWindowPos2dvMESA, NULL, 747),
+ NAME_FUNC_OFFSET(22439, glWindowPos2dvMESA, glWindowPos2dvMESA, NULL, 747),
+ NAME_FUNC_OFFSET(22457, glWindowPos2fMESA, glWindowPos2fMESA, NULL, 748),
+ NAME_FUNC_OFFSET(22471, glWindowPos2fMESA, glWindowPos2fMESA, NULL, 748),
+ NAME_FUNC_OFFSET(22488, glWindowPos2fvMESA, glWindowPos2fvMESA, NULL, 749),
+ NAME_FUNC_OFFSET(22503, glWindowPos2fvMESA, glWindowPos2fvMESA, NULL, 749),
+ NAME_FUNC_OFFSET(22521, glWindowPos2iMESA, glWindowPos2iMESA, NULL, 750),
+ NAME_FUNC_OFFSET(22535, glWindowPos2iMESA, glWindowPos2iMESA, NULL, 750),
+ NAME_FUNC_OFFSET(22552, glWindowPos2ivMESA, glWindowPos2ivMESA, NULL, 751),
+ NAME_FUNC_OFFSET(22567, glWindowPos2ivMESA, glWindowPos2ivMESA, NULL, 751),
+ NAME_FUNC_OFFSET(22585, glWindowPos2sMESA, glWindowPos2sMESA, NULL, 752),
+ NAME_FUNC_OFFSET(22599, glWindowPos2sMESA, glWindowPos2sMESA, NULL, 752),
+ NAME_FUNC_OFFSET(22616, glWindowPos2svMESA, glWindowPos2svMESA, NULL, 753),
+ NAME_FUNC_OFFSET(22631, glWindowPos2svMESA, glWindowPos2svMESA, NULL, 753),
+ NAME_FUNC_OFFSET(22649, glWindowPos3dMESA, glWindowPos3dMESA, NULL, 754),
+ NAME_FUNC_OFFSET(22663, glWindowPos3dMESA, glWindowPos3dMESA, NULL, 754),
+ NAME_FUNC_OFFSET(22680, glWindowPos3dvMESA, glWindowPos3dvMESA, NULL, 755),
+ NAME_FUNC_OFFSET(22695, glWindowPos3dvMESA, glWindowPos3dvMESA, NULL, 755),
+ NAME_FUNC_OFFSET(22713, glWindowPos3fMESA, glWindowPos3fMESA, NULL, 756),
+ NAME_FUNC_OFFSET(22727, glWindowPos3fMESA, glWindowPos3fMESA, NULL, 756),
+ NAME_FUNC_OFFSET(22744, glWindowPos3fvMESA, glWindowPos3fvMESA, NULL, 757),
+ NAME_FUNC_OFFSET(22759, glWindowPos3fvMESA, glWindowPos3fvMESA, NULL, 757),
+ NAME_FUNC_OFFSET(22777, glWindowPos3iMESA, glWindowPos3iMESA, NULL, 758),
+ NAME_FUNC_OFFSET(22791, glWindowPos3iMESA, glWindowPos3iMESA, NULL, 758),
+ NAME_FUNC_OFFSET(22808, glWindowPos3ivMESA, glWindowPos3ivMESA, NULL, 759),
+ NAME_FUNC_OFFSET(22823, glWindowPos3ivMESA, glWindowPos3ivMESA, NULL, 759),
+ NAME_FUNC_OFFSET(22841, glWindowPos3sMESA, glWindowPos3sMESA, NULL, 760),
+ NAME_FUNC_OFFSET(22855, glWindowPos3sMESA, glWindowPos3sMESA, NULL, 760),
+ NAME_FUNC_OFFSET(22872, glWindowPos3svMESA, glWindowPos3svMESA, NULL, 761),
+ NAME_FUNC_OFFSET(22887, glWindowPos3svMESA, glWindowPos3svMESA, NULL, 761),
+ NAME_FUNC_OFFSET(22905, glBindProgramNV, glBindProgramNV, NULL, 780),
+ NAME_FUNC_OFFSET(22922, glDeleteProgramsNV, glDeleteProgramsNV, NULL, 781),
+ NAME_FUNC_OFFSET(22942, glGenProgramsNV, glGenProgramsNV, NULL, 783),
+ NAME_FUNC_OFFSET(22959, glGetVertexAttribPointervNV, glGetVertexAttribPointervNV, NULL, 789),
+ NAME_FUNC_OFFSET(22985, glGetVertexAttribPointervNV, glGetVertexAttribPointervNV, NULL, 789),
+ NAME_FUNC_OFFSET(23014, glIsProgramNV, glIsProgramNV, NULL, 793),
+ NAME_FUNC_OFFSET(23029, glPointParameteriNV, glPointParameteriNV, NULL, 857),
+ NAME_FUNC_OFFSET(23047, glPointParameterivNV, glPointParameterivNV, NULL, 858),
+ NAME_FUNC_OFFSET(23066, gl_dispatch_stub_861, gl_dispatch_stub_861, NULL, 861),
+ NAME_FUNC_OFFSET(23087, gl_dispatch_stub_863, gl_dispatch_stub_863, NULL, 863),
+ NAME_FUNC_OFFSET(23103, glPrimitiveRestartIndexNV, glPrimitiveRestartIndexNV, NULL, 870),
+ NAME_FUNC_OFFSET(23127, gl_dispatch_stub_873, gl_dispatch_stub_873, NULL, 873),
+ NAME_FUNC_OFFSET(23151, gl_dispatch_stub_873, gl_dispatch_stub_873, NULL, 873),
+ NAME_FUNC_OFFSET(23178, glBindFramebufferEXT, glBindFramebufferEXT, NULL, 874),
+ NAME_FUNC_OFFSET(23196, glBindRenderbufferEXT, glBindRenderbufferEXT, NULL, 875),
+ NAME_FUNC_OFFSET(23215, glCheckFramebufferStatusEXT, glCheckFramebufferStatusEXT, NULL, 876),
+ NAME_FUNC_OFFSET(23240, glDeleteFramebuffersEXT, glDeleteFramebuffersEXT, NULL, 877),
+ NAME_FUNC_OFFSET(23261, glDeleteRenderbuffersEXT, glDeleteRenderbuffersEXT, NULL, 878),
+ NAME_FUNC_OFFSET(23283, glFramebufferRenderbufferEXT, glFramebufferRenderbufferEXT, NULL, 879),
+ NAME_FUNC_OFFSET(23309, glFramebufferTexture1DEXT, glFramebufferTexture1DEXT, NULL, 880),
+ NAME_FUNC_OFFSET(23332, glFramebufferTexture2DEXT, glFramebufferTexture2DEXT, NULL, 881),
+ NAME_FUNC_OFFSET(23355, glFramebufferTexture3DEXT, glFramebufferTexture3DEXT, NULL, 882),
+ NAME_FUNC_OFFSET(23378, glGenFramebuffersEXT, glGenFramebuffersEXT, NULL, 883),
+ NAME_FUNC_OFFSET(23396, glGenRenderbuffersEXT, glGenRenderbuffersEXT, NULL, 884),
+ NAME_FUNC_OFFSET(23415, glGenerateMipmapEXT, glGenerateMipmapEXT, NULL, 885),
+ NAME_FUNC_OFFSET(23432, glGetFramebufferAttachmentParameterivEXT, glGetFramebufferAttachmentParameterivEXT, NULL, 886),
+ NAME_FUNC_OFFSET(23470, glGetRenderbufferParameterivEXT, glGetRenderbufferParameterivEXT, NULL, 887),
+ NAME_FUNC_OFFSET(23499, glIsFramebufferEXT, glIsFramebufferEXT, NULL, 888),
+ NAME_FUNC_OFFSET(23515, glIsRenderbufferEXT, glIsRenderbufferEXT, NULL, 889),
+ NAME_FUNC_OFFSET(23532, glRenderbufferStorageEXT, glRenderbufferStorageEXT, NULL, 890),
+ NAME_FUNC_OFFSET(23554, gl_dispatch_stub_891, gl_dispatch_stub_891, NULL, 891),
+ NAME_FUNC_OFFSET(23572, glBindFragDataLocationEXT, glBindFragDataLocationEXT, NULL, 894),
+ NAME_FUNC_OFFSET(23595, glGetFragDataLocationEXT, glGetFragDataLocationEXT, NULL, 895),
+ NAME_FUNC_OFFSET(23617, glGetUniformuivEXT, glGetUniformuivEXT, NULL, 896),
+ NAME_FUNC_OFFSET(23633, glGetVertexAttribIivEXT, glGetVertexAttribIivEXT, NULL, 897),
+ NAME_FUNC_OFFSET(23654, glGetVertexAttribIuivEXT, glGetVertexAttribIuivEXT, NULL, 898),
+ NAME_FUNC_OFFSET(23676, glUniform1uiEXT, glUniform1uiEXT, NULL, 899),
+ NAME_FUNC_OFFSET(23689, glUniform1uivEXT, glUniform1uivEXT, NULL, 900),
+ NAME_FUNC_OFFSET(23703, glUniform2uiEXT, glUniform2uiEXT, NULL, 901),
+ NAME_FUNC_OFFSET(23716, glUniform2uivEXT, glUniform2uivEXT, NULL, 902),
+ NAME_FUNC_OFFSET(23730, glUniform3uiEXT, glUniform3uiEXT, NULL, 903),
+ NAME_FUNC_OFFSET(23743, glUniform3uivEXT, glUniform3uivEXT, NULL, 904),
+ NAME_FUNC_OFFSET(23757, glUniform4uiEXT, glUniform4uiEXT, NULL, 905),
+ NAME_FUNC_OFFSET(23770, glUniform4uivEXT, glUniform4uivEXT, NULL, 906),
+ NAME_FUNC_OFFSET(23784, glVertexAttribI1iEXT, glVertexAttribI1iEXT, NULL, 907),
+ NAME_FUNC_OFFSET(23802, glVertexAttribI1ivEXT, glVertexAttribI1ivEXT, NULL, 908),
+ NAME_FUNC_OFFSET(23821, glVertexAttribI1uiEXT, glVertexAttribI1uiEXT, NULL, 909),
+ NAME_FUNC_OFFSET(23840, glVertexAttribI1uivEXT, glVertexAttribI1uivEXT, NULL, 910),
+ NAME_FUNC_OFFSET(23860, glVertexAttribI2iEXT, glVertexAttribI2iEXT, NULL, 911),
+ NAME_FUNC_OFFSET(23878, glVertexAttribI2ivEXT, glVertexAttribI2ivEXT, NULL, 912),
+ NAME_FUNC_OFFSET(23897, glVertexAttribI2uiEXT, glVertexAttribI2uiEXT, NULL, 913),
+ NAME_FUNC_OFFSET(23916, glVertexAttribI2uivEXT, glVertexAttribI2uivEXT, NULL, 914),
+ NAME_FUNC_OFFSET(23936, glVertexAttribI3iEXT, glVertexAttribI3iEXT, NULL, 915),
+ NAME_FUNC_OFFSET(23954, glVertexAttribI3ivEXT, glVertexAttribI3ivEXT, NULL, 916),
+ NAME_FUNC_OFFSET(23973, glVertexAttribI3uiEXT, glVertexAttribI3uiEXT, NULL, 917),
+ NAME_FUNC_OFFSET(23992, glVertexAttribI3uivEXT, glVertexAttribI3uivEXT, NULL, 918),
+ NAME_FUNC_OFFSET(24012, glVertexAttribI4bvEXT, glVertexAttribI4bvEXT, NULL, 919),
+ NAME_FUNC_OFFSET(24031, glVertexAttribI4iEXT, glVertexAttribI4iEXT, NULL, 920),
+ NAME_FUNC_OFFSET(24049, glVertexAttribI4ivEXT, glVertexAttribI4ivEXT, NULL, 921),
+ NAME_FUNC_OFFSET(24068, glVertexAttribI4svEXT, glVertexAttribI4svEXT, NULL, 922),
+ NAME_FUNC_OFFSET(24087, glVertexAttribI4ubvEXT, glVertexAttribI4ubvEXT, NULL, 923),
+ NAME_FUNC_OFFSET(24107, glVertexAttribI4uiEXT, glVertexAttribI4uiEXT, NULL, 924),
+ NAME_FUNC_OFFSET(24126, glVertexAttribI4uivEXT, glVertexAttribI4uivEXT, NULL, 925),
+ NAME_FUNC_OFFSET(24146, glVertexAttribI4usvEXT, glVertexAttribI4usvEXT, NULL, 926),
+ NAME_FUNC_OFFSET(24166, glVertexAttribIPointerEXT, glVertexAttribIPointerEXT, NULL, 927),
+ NAME_FUNC_OFFSET(24189, glFramebufferTextureLayerEXT, glFramebufferTextureLayerEXT, NULL, 928),
+ NAME_FUNC_OFFSET(24215, glFramebufferTextureLayerEXT, glFramebufferTextureLayerEXT, NULL, 928),
+ NAME_FUNC_OFFSET(24244, glColorMaskIndexedEXT, glColorMaskIndexedEXT, NULL, 929),
+ NAME_FUNC_OFFSET(24257, glDisableIndexedEXT, glDisableIndexedEXT, NULL, 930),
+ NAME_FUNC_OFFSET(24268, glEnableIndexedEXT, glEnableIndexedEXT, NULL, 931),
+ NAME_FUNC_OFFSET(24278, glGetBooleanIndexedvEXT, glGetBooleanIndexedvEXT, NULL, 932),
+ NAME_FUNC_OFFSET(24294, glGetIntegerIndexedvEXT, glGetIntegerIndexedvEXT, NULL, 933),
+ NAME_FUNC_OFFSET(24310, glIsEnabledIndexedEXT, glIsEnabledIndexedEXT, NULL, 934),
+ NAME_FUNC_OFFSET(24323, glGetTexParameterIivEXT, glGetTexParameterIivEXT, NULL, 937),
+ NAME_FUNC_OFFSET(24344, glGetTexParameterIuivEXT, glGetTexParameterIuivEXT, NULL, 938),
+ NAME_FUNC_OFFSET(24366, glTexParameterIivEXT, glTexParameterIivEXT, NULL, 939),
+ NAME_FUNC_OFFSET(24384, glTexParameterIuivEXT, glTexParameterIuivEXT, NULL, 940),
+ NAME_FUNC_OFFSET(24403, glBeginConditionalRenderNV, glBeginConditionalRenderNV, NULL, 941),
+ NAME_FUNC_OFFSET(24428, glEndConditionalRenderNV, glEndConditionalRenderNV, NULL, 942),
+ NAME_FUNC_OFFSET(24451, glBeginTransformFeedbackEXT, glBeginTransformFeedbackEXT, NULL, 943),
+ NAME_FUNC_OFFSET(24476, glBindBufferBaseEXT, glBindBufferBaseEXT, NULL, 944),
+ NAME_FUNC_OFFSET(24493, glBindBufferRangeEXT, glBindBufferRangeEXT, NULL, 946),
+ NAME_FUNC_OFFSET(24511, glEndTransformFeedbackEXT, glEndTransformFeedbackEXT, NULL, 947),
+ NAME_FUNC_OFFSET(24534, glGetTransformFeedbackVaryingEXT, glGetTransformFeedbackVaryingEXT, NULL, 948),
+ NAME_FUNC_OFFSET(24564, glTransformFeedbackVaryingsEXT, glTransformFeedbackVaryingsEXT, NULL, 949),
+ NAME_FUNC_OFFSET(24592, glProvokingVertexEXT, glProvokingVertexEXT, NULL, 950),
NAME_FUNC_OFFSET(-1, NULL, NULL, NULL, 0)
};
diff --git a/src/mesa/main/dispatch.h b/src/mesa/main/dispatch.h
index 3f558e1ba77..d5e05daa587 100644
--- a/src/mesa/main/dispatch.h
+++ b/src/mesa/main/dispatch.h
@@ -59,7 +59,7 @@
} while(0)
/* total number of offsets below */
-#define _gloffset_COUNT 929
+#define _gloffset_COUNT 967
#define _gloffset_NewList 0
#define _gloffset_EndList 1
@@ -679,324 +679,362 @@
#define _gloffset_SamplerParameterfv 612
#define _gloffset_SamplerParameteri 613
#define _gloffset_SamplerParameteriv 614
-#define _gloffset_BindTransformFeedback 615
-#define _gloffset_DeleteTransformFeedbacks 616
-#define _gloffset_DrawTransformFeedback 617
-#define _gloffset_GenTransformFeedbacks 618
-#define _gloffset_IsTransformFeedback 619
-#define _gloffset_PauseTransformFeedback 620
-#define _gloffset_ResumeTransformFeedback 621
-#define _gloffset_ClearDepthf 622
-#define _gloffset_DepthRangef 623
-#define _gloffset_GetShaderPrecisionFormat 624
-#define _gloffset_ReleaseShaderCompiler 625
-#define _gloffset_ShaderBinary 626
-#define _gloffset_GetGraphicsResetStatusARB 627
-#define _gloffset_GetnColorTableARB 628
-#define _gloffset_GetnCompressedTexImageARB 629
-#define _gloffset_GetnConvolutionFilterARB 630
-#define _gloffset_GetnHistogramARB 631
-#define _gloffset_GetnMapdvARB 632
-#define _gloffset_GetnMapfvARB 633
-#define _gloffset_GetnMapivARB 634
-#define _gloffset_GetnMinmaxARB 635
-#define _gloffset_GetnPixelMapfvARB 636
-#define _gloffset_GetnPixelMapuivARB 637
-#define _gloffset_GetnPixelMapusvARB 638
-#define _gloffset_GetnPolygonStippleARB 639
-#define _gloffset_GetnSeparableFilterARB 640
-#define _gloffset_GetnTexImageARB 641
-#define _gloffset_GetnUniformdvARB 642
-#define _gloffset_GetnUniformfvARB 643
-#define _gloffset_GetnUniformivARB 644
-#define _gloffset_GetnUniformuivARB 645
-#define _gloffset_ReadnPixelsARB 646
-#define _gloffset_PolygonOffsetEXT 647
-#define _gloffset_GetPixelTexGenParameterfvSGIS 648
-#define _gloffset_GetPixelTexGenParameterivSGIS 649
-#define _gloffset_PixelTexGenParameterfSGIS 650
-#define _gloffset_PixelTexGenParameterfvSGIS 651
-#define _gloffset_PixelTexGenParameteriSGIS 652
-#define _gloffset_PixelTexGenParameterivSGIS 653
-#define _gloffset_SampleMaskSGIS 654
-#define _gloffset_SamplePatternSGIS 655
-#define _gloffset_ColorPointerEXT 656
-#define _gloffset_EdgeFlagPointerEXT 657
-#define _gloffset_IndexPointerEXT 658
-#define _gloffset_NormalPointerEXT 659
-#define _gloffset_TexCoordPointerEXT 660
-#define _gloffset_VertexPointerEXT 661
-#define _gloffset_PointParameterfEXT 662
-#define _gloffset_PointParameterfvEXT 663
-#define _gloffset_LockArraysEXT 664
-#define _gloffset_UnlockArraysEXT 665
-#define _gloffset_SecondaryColor3bEXT 666
-#define _gloffset_SecondaryColor3bvEXT 667
-#define _gloffset_SecondaryColor3dEXT 668
-#define _gloffset_SecondaryColor3dvEXT 669
-#define _gloffset_SecondaryColor3fEXT 670
-#define _gloffset_SecondaryColor3fvEXT 671
-#define _gloffset_SecondaryColor3iEXT 672
-#define _gloffset_SecondaryColor3ivEXT 673
-#define _gloffset_SecondaryColor3sEXT 674
-#define _gloffset_SecondaryColor3svEXT 675
-#define _gloffset_SecondaryColor3ubEXT 676
-#define _gloffset_SecondaryColor3ubvEXT 677
-#define _gloffset_SecondaryColor3uiEXT 678
-#define _gloffset_SecondaryColor3uivEXT 679
-#define _gloffset_SecondaryColor3usEXT 680
-#define _gloffset_SecondaryColor3usvEXT 681
-#define _gloffset_SecondaryColorPointerEXT 682
-#define _gloffset_MultiDrawArraysEXT 683
-#define _gloffset_MultiDrawElementsEXT 684
-#define _gloffset_FogCoordPointerEXT 685
-#define _gloffset_FogCoorddEXT 686
-#define _gloffset_FogCoorddvEXT 687
-#define _gloffset_FogCoordfEXT 688
-#define _gloffset_FogCoordfvEXT 689
-#define _gloffset_PixelTexGenSGIX 690
-#define _gloffset_BlendFuncSeparateEXT 691
-#define _gloffset_FlushVertexArrayRangeNV 692
-#define _gloffset_VertexArrayRangeNV 693
-#define _gloffset_CombinerInputNV 694
-#define _gloffset_CombinerOutputNV 695
-#define _gloffset_CombinerParameterfNV 696
-#define _gloffset_CombinerParameterfvNV 697
-#define _gloffset_CombinerParameteriNV 698
-#define _gloffset_CombinerParameterivNV 699
-#define _gloffset_FinalCombinerInputNV 700
-#define _gloffset_GetCombinerInputParameterfvNV 701
-#define _gloffset_GetCombinerInputParameterivNV 702
-#define _gloffset_GetCombinerOutputParameterfvNV 703
-#define _gloffset_GetCombinerOutputParameterivNV 704
-#define _gloffset_GetFinalCombinerInputParameterfvNV 705
-#define _gloffset_GetFinalCombinerInputParameterivNV 706
-#define _gloffset_ResizeBuffersMESA 707
-#define _gloffset_WindowPos2dMESA 708
-#define _gloffset_WindowPos2dvMESA 709
-#define _gloffset_WindowPos2fMESA 710
-#define _gloffset_WindowPos2fvMESA 711
-#define _gloffset_WindowPos2iMESA 712
-#define _gloffset_WindowPos2ivMESA 713
-#define _gloffset_WindowPos2sMESA 714
-#define _gloffset_WindowPos2svMESA 715
-#define _gloffset_WindowPos3dMESA 716
-#define _gloffset_WindowPos3dvMESA 717
-#define _gloffset_WindowPos3fMESA 718
-#define _gloffset_WindowPos3fvMESA 719
-#define _gloffset_WindowPos3iMESA 720
-#define _gloffset_WindowPos3ivMESA 721
-#define _gloffset_WindowPos3sMESA 722
-#define _gloffset_WindowPos3svMESA 723
-#define _gloffset_WindowPos4dMESA 724
-#define _gloffset_WindowPos4dvMESA 725
-#define _gloffset_WindowPos4fMESA 726
-#define _gloffset_WindowPos4fvMESA 727
-#define _gloffset_WindowPos4iMESA 728
-#define _gloffset_WindowPos4ivMESA 729
-#define _gloffset_WindowPos4sMESA 730
-#define _gloffset_WindowPos4svMESA 731
-#define _gloffset_MultiModeDrawArraysIBM 732
-#define _gloffset_MultiModeDrawElementsIBM 733
-#define _gloffset_DeleteFencesNV 734
-#define _gloffset_FinishFenceNV 735
-#define _gloffset_GenFencesNV 736
-#define _gloffset_GetFenceivNV 737
-#define _gloffset_IsFenceNV 738
-#define _gloffset_SetFenceNV 739
-#define _gloffset_TestFenceNV 740
-#define _gloffset_AreProgramsResidentNV 741
-#define _gloffset_BindProgramNV 742
-#define _gloffset_DeleteProgramsNV 743
-#define _gloffset_ExecuteProgramNV 744
-#define _gloffset_GenProgramsNV 745
-#define _gloffset_GetProgramParameterdvNV 746
-#define _gloffset_GetProgramParameterfvNV 747
-#define _gloffset_GetProgramStringNV 748
-#define _gloffset_GetProgramivNV 749
-#define _gloffset_GetTrackMatrixivNV 750
-#define _gloffset_GetVertexAttribPointervNV 751
-#define _gloffset_GetVertexAttribdvNV 752
-#define _gloffset_GetVertexAttribfvNV 753
-#define _gloffset_GetVertexAttribivNV 754
-#define _gloffset_IsProgramNV 755
-#define _gloffset_LoadProgramNV 756
-#define _gloffset_ProgramParameters4dvNV 757
-#define _gloffset_ProgramParameters4fvNV 758
-#define _gloffset_RequestResidentProgramsNV 759
-#define _gloffset_TrackMatrixNV 760
-#define _gloffset_VertexAttrib1dNV 761
-#define _gloffset_VertexAttrib1dvNV 762
-#define _gloffset_VertexAttrib1fNV 763
-#define _gloffset_VertexAttrib1fvNV 764
-#define _gloffset_VertexAttrib1sNV 765
-#define _gloffset_VertexAttrib1svNV 766
-#define _gloffset_VertexAttrib2dNV 767
-#define _gloffset_VertexAttrib2dvNV 768
-#define _gloffset_VertexAttrib2fNV 769
-#define _gloffset_VertexAttrib2fvNV 770
-#define _gloffset_VertexAttrib2sNV 771
-#define _gloffset_VertexAttrib2svNV 772
-#define _gloffset_VertexAttrib3dNV 773
-#define _gloffset_VertexAttrib3dvNV 774
-#define _gloffset_VertexAttrib3fNV 775
-#define _gloffset_VertexAttrib3fvNV 776
-#define _gloffset_VertexAttrib3sNV 777
-#define _gloffset_VertexAttrib3svNV 778
-#define _gloffset_VertexAttrib4dNV 779
-#define _gloffset_VertexAttrib4dvNV 780
-#define _gloffset_VertexAttrib4fNV 781
-#define _gloffset_VertexAttrib4fvNV 782
-#define _gloffset_VertexAttrib4sNV 783
-#define _gloffset_VertexAttrib4svNV 784
-#define _gloffset_VertexAttrib4ubNV 785
-#define _gloffset_VertexAttrib4ubvNV 786
-#define _gloffset_VertexAttribPointerNV 787
-#define _gloffset_VertexAttribs1dvNV 788
-#define _gloffset_VertexAttribs1fvNV 789
-#define _gloffset_VertexAttribs1svNV 790
-#define _gloffset_VertexAttribs2dvNV 791
-#define _gloffset_VertexAttribs2fvNV 792
-#define _gloffset_VertexAttribs2svNV 793
-#define _gloffset_VertexAttribs3dvNV 794
-#define _gloffset_VertexAttribs3fvNV 795
-#define _gloffset_VertexAttribs3svNV 796
-#define _gloffset_VertexAttribs4dvNV 797
-#define _gloffset_VertexAttribs4fvNV 798
-#define _gloffset_VertexAttribs4svNV 799
-#define _gloffset_VertexAttribs4ubvNV 800
-#define _gloffset_GetTexBumpParameterfvATI 801
-#define _gloffset_GetTexBumpParameterivATI 802
-#define _gloffset_TexBumpParameterfvATI 803
-#define _gloffset_TexBumpParameterivATI 804
-#define _gloffset_AlphaFragmentOp1ATI 805
-#define _gloffset_AlphaFragmentOp2ATI 806
-#define _gloffset_AlphaFragmentOp3ATI 807
-#define _gloffset_BeginFragmentShaderATI 808
-#define _gloffset_BindFragmentShaderATI 809
-#define _gloffset_ColorFragmentOp1ATI 810
-#define _gloffset_ColorFragmentOp2ATI 811
-#define _gloffset_ColorFragmentOp3ATI 812
-#define _gloffset_DeleteFragmentShaderATI 813
-#define _gloffset_EndFragmentShaderATI 814
-#define _gloffset_GenFragmentShadersATI 815
-#define _gloffset_PassTexCoordATI 816
-#define _gloffset_SampleMapATI 817
-#define _gloffset_SetFragmentShaderConstantATI 818
-#define _gloffset_PointParameteriNV 819
-#define _gloffset_PointParameterivNV 820
-#define _gloffset_ActiveStencilFaceEXT 821
-#define _gloffset_BindVertexArrayAPPLE 822
-#define _gloffset_DeleteVertexArraysAPPLE 823
-#define _gloffset_GenVertexArraysAPPLE 824
-#define _gloffset_IsVertexArrayAPPLE 825
-#define _gloffset_GetProgramNamedParameterdvNV 826
-#define _gloffset_GetProgramNamedParameterfvNV 827
-#define _gloffset_ProgramNamedParameter4dNV 828
-#define _gloffset_ProgramNamedParameter4dvNV 829
-#define _gloffset_ProgramNamedParameter4fNV 830
-#define _gloffset_ProgramNamedParameter4fvNV 831
-#define _gloffset_PrimitiveRestartIndexNV 832
-#define _gloffset_PrimitiveRestartNV 833
-#define _gloffset_DepthBoundsEXT 834
-#define _gloffset_BlendEquationSeparateEXT 835
-#define _gloffset_BindFramebufferEXT 836
-#define _gloffset_BindRenderbufferEXT 837
-#define _gloffset_CheckFramebufferStatusEXT 838
-#define _gloffset_DeleteFramebuffersEXT 839
-#define _gloffset_DeleteRenderbuffersEXT 840
-#define _gloffset_FramebufferRenderbufferEXT 841
-#define _gloffset_FramebufferTexture1DEXT 842
-#define _gloffset_FramebufferTexture2DEXT 843
-#define _gloffset_FramebufferTexture3DEXT 844
-#define _gloffset_GenFramebuffersEXT 845
-#define _gloffset_GenRenderbuffersEXT 846
-#define _gloffset_GenerateMipmapEXT 847
-#define _gloffset_GetFramebufferAttachmentParameterivEXT 848
-#define _gloffset_GetRenderbufferParameterivEXT 849
-#define _gloffset_IsFramebufferEXT 850
-#define _gloffset_IsRenderbufferEXT 851
-#define _gloffset_RenderbufferStorageEXT 852
-#define _gloffset_BlitFramebufferEXT 853
-#define _gloffset_BufferParameteriAPPLE 854
-#define _gloffset_FlushMappedBufferRangeAPPLE 855
-#define _gloffset_BindFragDataLocationEXT 856
-#define _gloffset_GetFragDataLocationEXT 857
-#define _gloffset_GetUniformuivEXT 858
-#define _gloffset_GetVertexAttribIivEXT 859
-#define _gloffset_GetVertexAttribIuivEXT 860
-#define _gloffset_Uniform1uiEXT 861
-#define _gloffset_Uniform1uivEXT 862
-#define _gloffset_Uniform2uiEXT 863
-#define _gloffset_Uniform2uivEXT 864
-#define _gloffset_Uniform3uiEXT 865
-#define _gloffset_Uniform3uivEXT 866
-#define _gloffset_Uniform4uiEXT 867
-#define _gloffset_Uniform4uivEXT 868
-#define _gloffset_VertexAttribI1iEXT 869
-#define _gloffset_VertexAttribI1ivEXT 870
-#define _gloffset_VertexAttribI1uiEXT 871
-#define _gloffset_VertexAttribI1uivEXT 872
-#define _gloffset_VertexAttribI2iEXT 873
-#define _gloffset_VertexAttribI2ivEXT 874
-#define _gloffset_VertexAttribI2uiEXT 875
-#define _gloffset_VertexAttribI2uivEXT 876
-#define _gloffset_VertexAttribI3iEXT 877
-#define _gloffset_VertexAttribI3ivEXT 878
-#define _gloffset_VertexAttribI3uiEXT 879
-#define _gloffset_VertexAttribI3uivEXT 880
-#define _gloffset_VertexAttribI4bvEXT 881
-#define _gloffset_VertexAttribI4iEXT 882
-#define _gloffset_VertexAttribI4ivEXT 883
-#define _gloffset_VertexAttribI4svEXT 884
-#define _gloffset_VertexAttribI4ubvEXT 885
-#define _gloffset_VertexAttribI4uiEXT 886
-#define _gloffset_VertexAttribI4uivEXT 887
-#define _gloffset_VertexAttribI4usvEXT 888
-#define _gloffset_VertexAttribIPointerEXT 889
-#define _gloffset_FramebufferTextureLayerEXT 890
-#define _gloffset_ColorMaskIndexedEXT 891
-#define _gloffset_DisableIndexedEXT 892
-#define _gloffset_EnableIndexedEXT 893
-#define _gloffset_GetBooleanIndexedvEXT 894
-#define _gloffset_GetIntegerIndexedvEXT 895
-#define _gloffset_IsEnabledIndexedEXT 896
-#define _gloffset_ClearColorIiEXT 897
-#define _gloffset_ClearColorIuiEXT 898
-#define _gloffset_GetTexParameterIivEXT 899
-#define _gloffset_GetTexParameterIuivEXT 900
-#define _gloffset_TexParameterIivEXT 901
-#define _gloffset_TexParameterIuivEXT 902
-#define _gloffset_BeginConditionalRenderNV 903
-#define _gloffset_EndConditionalRenderNV 904
-#define _gloffset_BeginTransformFeedbackEXT 905
-#define _gloffset_BindBufferBaseEXT 906
-#define _gloffset_BindBufferOffsetEXT 907
-#define _gloffset_BindBufferRangeEXT 908
-#define _gloffset_EndTransformFeedbackEXT 909
-#define _gloffset_GetTransformFeedbackVaryingEXT 910
-#define _gloffset_TransformFeedbackVaryingsEXT 911
-#define _gloffset_ProvokingVertexEXT 912
-#define _gloffset_GetTexParameterPointervAPPLE 913
-#define _gloffset_TextureRangeAPPLE 914
-#define _gloffset_GetObjectParameterivAPPLE 915
-#define _gloffset_ObjectPurgeableAPPLE 916
-#define _gloffset_ObjectUnpurgeableAPPLE 917
-#define _gloffset_ActiveProgramEXT 918
-#define _gloffset_CreateShaderProgramEXT 919
-#define _gloffset_UseShaderProgramEXT 920
-#define _gloffset_TextureBarrierNV 921
-#define _gloffset_StencilFuncSeparateATI 922
-#define _gloffset_ProgramEnvParameters4fvEXT 923
-#define _gloffset_ProgramLocalParameters4fvEXT 924
-#define _gloffset_GetQueryObjecti64vEXT 925
-#define _gloffset_GetQueryObjectui64vEXT 926
-#define _gloffset_EGLImageTargetRenderbufferStorageOES 927
-#define _gloffset_EGLImageTargetTexture2DOES 928
+#define _gloffset_ColorP3ui 615
+#define _gloffset_ColorP3uiv 616
+#define _gloffset_ColorP4ui 617
+#define _gloffset_ColorP4uiv 618
+#define _gloffset_MultiTexCoordP1ui 619
+#define _gloffset_MultiTexCoordP1uiv 620
+#define _gloffset_MultiTexCoordP2ui 621
+#define _gloffset_MultiTexCoordP2uiv 622
+#define _gloffset_MultiTexCoordP3ui 623
+#define _gloffset_MultiTexCoordP3uiv 624
+#define _gloffset_MultiTexCoordP4ui 625
+#define _gloffset_MultiTexCoordP4uiv 626
+#define _gloffset_NormalP3ui 627
+#define _gloffset_NormalP3uiv 628
+#define _gloffset_SecondaryColorP3ui 629
+#define _gloffset_SecondaryColorP3uiv 630
+#define _gloffset_TexCoordP1ui 631
+#define _gloffset_TexCoordP1uiv 632
+#define _gloffset_TexCoordP2ui 633
+#define _gloffset_TexCoordP2uiv 634
+#define _gloffset_TexCoordP3ui 635
+#define _gloffset_TexCoordP3uiv 636
+#define _gloffset_TexCoordP4ui 637
+#define _gloffset_TexCoordP4uiv 638
+#define _gloffset_VertexAttribP1ui 639
+#define _gloffset_VertexAttribP1uiv 640
+#define _gloffset_VertexAttribP2ui 641
+#define _gloffset_VertexAttribP2uiv 642
+#define _gloffset_VertexAttribP3ui 643
+#define _gloffset_VertexAttribP3uiv 644
+#define _gloffset_VertexAttribP4ui 645
+#define _gloffset_VertexAttribP4uiv 646
+#define _gloffset_VertexP2ui 647
+#define _gloffset_VertexP2uiv 648
+#define _gloffset_VertexP3ui 649
+#define _gloffset_VertexP3uiv 650
+#define _gloffset_VertexP4ui 651
+#define _gloffset_VertexP4uiv 652
+#define _gloffset_BindTransformFeedback 653
+#define _gloffset_DeleteTransformFeedbacks 654
+#define _gloffset_DrawTransformFeedback 655
+#define _gloffset_GenTransformFeedbacks 656
+#define _gloffset_IsTransformFeedback 657
+#define _gloffset_PauseTransformFeedback 658
+#define _gloffset_ResumeTransformFeedback 659
+#define _gloffset_ClearDepthf 660
+#define _gloffset_DepthRangef 661
+#define _gloffset_GetShaderPrecisionFormat 662
+#define _gloffset_ReleaseShaderCompiler 663
+#define _gloffset_ShaderBinary 664
+#define _gloffset_GetGraphicsResetStatusARB 665
+#define _gloffset_GetnColorTableARB 666
+#define _gloffset_GetnCompressedTexImageARB 667
+#define _gloffset_GetnConvolutionFilterARB 668
+#define _gloffset_GetnHistogramARB 669
+#define _gloffset_GetnMapdvARB 670
+#define _gloffset_GetnMapfvARB 671
+#define _gloffset_GetnMapivARB 672
+#define _gloffset_GetnMinmaxARB 673
+#define _gloffset_GetnPixelMapfvARB 674
+#define _gloffset_GetnPixelMapuivARB 675
+#define _gloffset_GetnPixelMapusvARB 676
+#define _gloffset_GetnPolygonStippleARB 677
+#define _gloffset_GetnSeparableFilterARB 678
+#define _gloffset_GetnTexImageARB 679
+#define _gloffset_GetnUniformdvARB 680
+#define _gloffset_GetnUniformfvARB 681
+#define _gloffset_GetnUniformivARB 682
+#define _gloffset_GetnUniformuivARB 683
+#define _gloffset_ReadnPixelsARB 684
+#define _gloffset_PolygonOffsetEXT 685
+#define _gloffset_GetPixelTexGenParameterfvSGIS 686
+#define _gloffset_GetPixelTexGenParameterivSGIS 687
+#define _gloffset_PixelTexGenParameterfSGIS 688
+#define _gloffset_PixelTexGenParameterfvSGIS 689
+#define _gloffset_PixelTexGenParameteriSGIS 690
+#define _gloffset_PixelTexGenParameterivSGIS 691
+#define _gloffset_SampleMaskSGIS 692
+#define _gloffset_SamplePatternSGIS 693
+#define _gloffset_ColorPointerEXT 694
+#define _gloffset_EdgeFlagPointerEXT 695
+#define _gloffset_IndexPointerEXT 696
+#define _gloffset_NormalPointerEXT 697
+#define _gloffset_TexCoordPointerEXT 698
+#define _gloffset_VertexPointerEXT 699
+#define _gloffset_PointParameterfEXT 700
+#define _gloffset_PointParameterfvEXT 701
+#define _gloffset_LockArraysEXT 702
+#define _gloffset_UnlockArraysEXT 703
+#define _gloffset_SecondaryColor3bEXT 704
+#define _gloffset_SecondaryColor3bvEXT 705
+#define _gloffset_SecondaryColor3dEXT 706
+#define _gloffset_SecondaryColor3dvEXT 707
+#define _gloffset_SecondaryColor3fEXT 708
+#define _gloffset_SecondaryColor3fvEXT 709
+#define _gloffset_SecondaryColor3iEXT 710
+#define _gloffset_SecondaryColor3ivEXT 711
+#define _gloffset_SecondaryColor3sEXT 712
+#define _gloffset_SecondaryColor3svEXT 713
+#define _gloffset_SecondaryColor3ubEXT 714
+#define _gloffset_SecondaryColor3ubvEXT 715
+#define _gloffset_SecondaryColor3uiEXT 716
+#define _gloffset_SecondaryColor3uivEXT 717
+#define _gloffset_SecondaryColor3usEXT 718
+#define _gloffset_SecondaryColor3usvEXT 719
+#define _gloffset_SecondaryColorPointerEXT 720
+#define _gloffset_MultiDrawArraysEXT 721
+#define _gloffset_MultiDrawElementsEXT 722
+#define _gloffset_FogCoordPointerEXT 723
+#define _gloffset_FogCoorddEXT 724
+#define _gloffset_FogCoorddvEXT 725
+#define _gloffset_FogCoordfEXT 726
+#define _gloffset_FogCoordfvEXT 727
+#define _gloffset_PixelTexGenSGIX 728
+#define _gloffset_BlendFuncSeparateEXT 729
+#define _gloffset_FlushVertexArrayRangeNV 730
+#define _gloffset_VertexArrayRangeNV 731
+#define _gloffset_CombinerInputNV 732
+#define _gloffset_CombinerOutputNV 733
+#define _gloffset_CombinerParameterfNV 734
+#define _gloffset_CombinerParameterfvNV 735
+#define _gloffset_CombinerParameteriNV 736
+#define _gloffset_CombinerParameterivNV 737
+#define _gloffset_FinalCombinerInputNV 738
+#define _gloffset_GetCombinerInputParameterfvNV 739
+#define _gloffset_GetCombinerInputParameterivNV 740
+#define _gloffset_GetCombinerOutputParameterfvNV 741
+#define _gloffset_GetCombinerOutputParameterivNV 742
+#define _gloffset_GetFinalCombinerInputParameterfvNV 743
+#define _gloffset_GetFinalCombinerInputParameterivNV 744
+#define _gloffset_ResizeBuffersMESA 745
+#define _gloffset_WindowPos2dMESA 746
+#define _gloffset_WindowPos2dvMESA 747
+#define _gloffset_WindowPos2fMESA 748
+#define _gloffset_WindowPos2fvMESA 749
+#define _gloffset_WindowPos2iMESA 750
+#define _gloffset_WindowPos2ivMESA 751
+#define _gloffset_WindowPos2sMESA 752
+#define _gloffset_WindowPos2svMESA 753
+#define _gloffset_WindowPos3dMESA 754
+#define _gloffset_WindowPos3dvMESA 755
+#define _gloffset_WindowPos3fMESA 756
+#define _gloffset_WindowPos3fvMESA 757
+#define _gloffset_WindowPos3iMESA 758
+#define _gloffset_WindowPos3ivMESA 759
+#define _gloffset_WindowPos3sMESA 760
+#define _gloffset_WindowPos3svMESA 761
+#define _gloffset_WindowPos4dMESA 762
+#define _gloffset_WindowPos4dvMESA 763
+#define _gloffset_WindowPos4fMESA 764
+#define _gloffset_WindowPos4fvMESA 765
+#define _gloffset_WindowPos4iMESA 766
+#define _gloffset_WindowPos4ivMESA 767
+#define _gloffset_WindowPos4sMESA 768
+#define _gloffset_WindowPos4svMESA 769
+#define _gloffset_MultiModeDrawArraysIBM 770
+#define _gloffset_MultiModeDrawElementsIBM 771
+#define _gloffset_DeleteFencesNV 772
+#define _gloffset_FinishFenceNV 773
+#define _gloffset_GenFencesNV 774
+#define _gloffset_GetFenceivNV 775
+#define _gloffset_IsFenceNV 776
+#define _gloffset_SetFenceNV 777
+#define _gloffset_TestFenceNV 778
+#define _gloffset_AreProgramsResidentNV 779
+#define _gloffset_BindProgramNV 780
+#define _gloffset_DeleteProgramsNV 781
+#define _gloffset_ExecuteProgramNV 782
+#define _gloffset_GenProgramsNV 783
+#define _gloffset_GetProgramParameterdvNV 784
+#define _gloffset_GetProgramParameterfvNV 785
+#define _gloffset_GetProgramStringNV 786
+#define _gloffset_GetProgramivNV 787
+#define _gloffset_GetTrackMatrixivNV 788
+#define _gloffset_GetVertexAttribPointervNV 789
+#define _gloffset_GetVertexAttribdvNV 790
+#define _gloffset_GetVertexAttribfvNV 791
+#define _gloffset_GetVertexAttribivNV 792
+#define _gloffset_IsProgramNV 793
+#define _gloffset_LoadProgramNV 794
+#define _gloffset_ProgramParameters4dvNV 795
+#define _gloffset_ProgramParameters4fvNV 796
+#define _gloffset_RequestResidentProgramsNV 797
+#define _gloffset_TrackMatrixNV 798
+#define _gloffset_VertexAttrib1dNV 799
+#define _gloffset_VertexAttrib1dvNV 800
+#define _gloffset_VertexAttrib1fNV 801
+#define _gloffset_VertexAttrib1fvNV 802
+#define _gloffset_VertexAttrib1sNV 803
+#define _gloffset_VertexAttrib1svNV 804
+#define _gloffset_VertexAttrib2dNV 805
+#define _gloffset_VertexAttrib2dvNV 806
+#define _gloffset_VertexAttrib2fNV 807
+#define _gloffset_VertexAttrib2fvNV 808
+#define _gloffset_VertexAttrib2sNV 809
+#define _gloffset_VertexAttrib2svNV 810
+#define _gloffset_VertexAttrib3dNV 811
+#define _gloffset_VertexAttrib3dvNV 812
+#define _gloffset_VertexAttrib3fNV 813
+#define _gloffset_VertexAttrib3fvNV 814
+#define _gloffset_VertexAttrib3sNV 815
+#define _gloffset_VertexAttrib3svNV 816
+#define _gloffset_VertexAttrib4dNV 817
+#define _gloffset_VertexAttrib4dvNV 818
+#define _gloffset_VertexAttrib4fNV 819
+#define _gloffset_VertexAttrib4fvNV 820
+#define _gloffset_VertexAttrib4sNV 821
+#define _gloffset_VertexAttrib4svNV 822
+#define _gloffset_VertexAttrib4ubNV 823
+#define _gloffset_VertexAttrib4ubvNV 824
+#define _gloffset_VertexAttribPointerNV 825
+#define _gloffset_VertexAttribs1dvNV 826
+#define _gloffset_VertexAttribs1fvNV 827
+#define _gloffset_VertexAttribs1svNV 828
+#define _gloffset_VertexAttribs2dvNV 829
+#define _gloffset_VertexAttribs2fvNV 830
+#define _gloffset_VertexAttribs2svNV 831
+#define _gloffset_VertexAttribs3dvNV 832
+#define _gloffset_VertexAttribs3fvNV 833
+#define _gloffset_VertexAttribs3svNV 834
+#define _gloffset_VertexAttribs4dvNV 835
+#define _gloffset_VertexAttribs4fvNV 836
+#define _gloffset_VertexAttribs4svNV 837
+#define _gloffset_VertexAttribs4ubvNV 838
+#define _gloffset_GetTexBumpParameterfvATI 839
+#define _gloffset_GetTexBumpParameterivATI 840
+#define _gloffset_TexBumpParameterfvATI 841
+#define _gloffset_TexBumpParameterivATI 842
+#define _gloffset_AlphaFragmentOp1ATI 843
+#define _gloffset_AlphaFragmentOp2ATI 844
+#define _gloffset_AlphaFragmentOp3ATI 845
+#define _gloffset_BeginFragmentShaderATI 846
+#define _gloffset_BindFragmentShaderATI 847
+#define _gloffset_ColorFragmentOp1ATI 848
+#define _gloffset_ColorFragmentOp2ATI 849
+#define _gloffset_ColorFragmentOp3ATI 850
+#define _gloffset_DeleteFragmentShaderATI 851
+#define _gloffset_EndFragmentShaderATI 852
+#define _gloffset_GenFragmentShadersATI 853
+#define _gloffset_PassTexCoordATI 854
+#define _gloffset_SampleMapATI 855
+#define _gloffset_SetFragmentShaderConstantATI 856
+#define _gloffset_PointParameteriNV 857
+#define _gloffset_PointParameterivNV 858
+#define _gloffset_ActiveStencilFaceEXT 859
+#define _gloffset_BindVertexArrayAPPLE 860
+#define _gloffset_DeleteVertexArraysAPPLE 861
+#define _gloffset_GenVertexArraysAPPLE 862
+#define _gloffset_IsVertexArrayAPPLE 863
+#define _gloffset_GetProgramNamedParameterdvNV 864
+#define _gloffset_GetProgramNamedParameterfvNV 865
+#define _gloffset_ProgramNamedParameter4dNV 866
+#define _gloffset_ProgramNamedParameter4dvNV 867
+#define _gloffset_ProgramNamedParameter4fNV 868
+#define _gloffset_ProgramNamedParameter4fvNV 869
+#define _gloffset_PrimitiveRestartIndexNV 870
+#define _gloffset_PrimitiveRestartNV 871
+#define _gloffset_DepthBoundsEXT 872
+#define _gloffset_BlendEquationSeparateEXT 873
+#define _gloffset_BindFramebufferEXT 874
+#define _gloffset_BindRenderbufferEXT 875
+#define _gloffset_CheckFramebufferStatusEXT 876
+#define _gloffset_DeleteFramebuffersEXT 877
+#define _gloffset_DeleteRenderbuffersEXT 878
+#define _gloffset_FramebufferRenderbufferEXT 879
+#define _gloffset_FramebufferTexture1DEXT 880
+#define _gloffset_FramebufferTexture2DEXT 881
+#define _gloffset_FramebufferTexture3DEXT 882
+#define _gloffset_GenFramebuffersEXT 883
+#define _gloffset_GenRenderbuffersEXT 884
+#define _gloffset_GenerateMipmapEXT 885
+#define _gloffset_GetFramebufferAttachmentParameterivEXT 886
+#define _gloffset_GetRenderbufferParameterivEXT 887
+#define _gloffset_IsFramebufferEXT 888
+#define _gloffset_IsRenderbufferEXT 889
+#define _gloffset_RenderbufferStorageEXT 890
+#define _gloffset_BlitFramebufferEXT 891
+#define _gloffset_BufferParameteriAPPLE 892
+#define _gloffset_FlushMappedBufferRangeAPPLE 893
+#define _gloffset_BindFragDataLocationEXT 894
+#define _gloffset_GetFragDataLocationEXT 895
+#define _gloffset_GetUniformuivEXT 896
+#define _gloffset_GetVertexAttribIivEXT 897
+#define _gloffset_GetVertexAttribIuivEXT 898
+#define _gloffset_Uniform1uiEXT 899
+#define _gloffset_Uniform1uivEXT 900
+#define _gloffset_Uniform2uiEXT 901
+#define _gloffset_Uniform2uivEXT 902
+#define _gloffset_Uniform3uiEXT 903
+#define _gloffset_Uniform3uivEXT 904
+#define _gloffset_Uniform4uiEXT 905
+#define _gloffset_Uniform4uivEXT 906
+#define _gloffset_VertexAttribI1iEXT 907
+#define _gloffset_VertexAttribI1ivEXT 908
+#define _gloffset_VertexAttribI1uiEXT 909
+#define _gloffset_VertexAttribI1uivEXT 910
+#define _gloffset_VertexAttribI2iEXT 911
+#define _gloffset_VertexAttribI2ivEXT 912
+#define _gloffset_VertexAttribI2uiEXT 913
+#define _gloffset_VertexAttribI2uivEXT 914
+#define _gloffset_VertexAttribI3iEXT 915
+#define _gloffset_VertexAttribI3ivEXT 916
+#define _gloffset_VertexAttribI3uiEXT 917
+#define _gloffset_VertexAttribI3uivEXT 918
+#define _gloffset_VertexAttribI4bvEXT 919
+#define _gloffset_VertexAttribI4iEXT 920
+#define _gloffset_VertexAttribI4ivEXT 921
+#define _gloffset_VertexAttribI4svEXT 922
+#define _gloffset_VertexAttribI4ubvEXT 923
+#define _gloffset_VertexAttribI4uiEXT 924
+#define _gloffset_VertexAttribI4uivEXT 925
+#define _gloffset_VertexAttribI4usvEXT 926
+#define _gloffset_VertexAttribIPointerEXT 927
+#define _gloffset_FramebufferTextureLayerEXT 928
+#define _gloffset_ColorMaskIndexedEXT 929
+#define _gloffset_DisableIndexedEXT 930
+#define _gloffset_EnableIndexedEXT 931
+#define _gloffset_GetBooleanIndexedvEXT 932
+#define _gloffset_GetIntegerIndexedvEXT 933
+#define _gloffset_IsEnabledIndexedEXT 934
+#define _gloffset_ClearColorIiEXT 935
+#define _gloffset_ClearColorIuiEXT 936
+#define _gloffset_GetTexParameterIivEXT 937
+#define _gloffset_GetTexParameterIuivEXT 938
+#define _gloffset_TexParameterIivEXT 939
+#define _gloffset_TexParameterIuivEXT 940
+#define _gloffset_BeginConditionalRenderNV 941
+#define _gloffset_EndConditionalRenderNV 942
+#define _gloffset_BeginTransformFeedbackEXT 943
+#define _gloffset_BindBufferBaseEXT 944
+#define _gloffset_BindBufferOffsetEXT 945
+#define _gloffset_BindBufferRangeEXT 946
+#define _gloffset_EndTransformFeedbackEXT 947
+#define _gloffset_GetTransformFeedbackVaryingEXT 948
+#define _gloffset_TransformFeedbackVaryingsEXT 949
+#define _gloffset_ProvokingVertexEXT 950
+#define _gloffset_GetTexParameterPointervAPPLE 951
+#define _gloffset_TextureRangeAPPLE 952
+#define _gloffset_GetObjectParameterivAPPLE 953
+#define _gloffset_ObjectPurgeableAPPLE 954
+#define _gloffset_ObjectUnpurgeableAPPLE 955
+#define _gloffset_ActiveProgramEXT 956
+#define _gloffset_CreateShaderProgramEXT 957
+#define _gloffset_UseShaderProgramEXT 958
+#define _gloffset_TextureBarrierNV 959
+#define _gloffset_StencilFuncSeparateATI 960
+#define _gloffset_ProgramEnvParameters4fvEXT 961
+#define _gloffset_ProgramLocalParameters4fvEXT 962
+#define _gloffset_GetQueryObjecti64vEXT 963
+#define _gloffset_GetQueryObjectui64vEXT 964
+#define _gloffset_EGLImageTargetRenderbufferStorageOES 965
+#define _gloffset_EGLImageTargetTexture2DOES 966
#else /* !FEATURE_remap_table */
-#define driDispatchRemapTable_size 521
+#define driDispatchRemapTable_size 559
extern int driDispatchRemapTable[ driDispatchRemapTable_size ];
#define AttachShader_remap_index 0
@@ -1206,320 +1244,358 @@ extern int driDispatchRemapTable[ driDispatchRemapTable_size ];
#define SamplerParameterfv_remap_index 204
#define SamplerParameteri_remap_index 205
#define SamplerParameteriv_remap_index 206
-#define BindTransformFeedback_remap_index 207
-#define DeleteTransformFeedbacks_remap_index 208
-#define DrawTransformFeedback_remap_index 209
-#define GenTransformFeedbacks_remap_index 210
-#define IsTransformFeedback_remap_index 211
-#define PauseTransformFeedback_remap_index 212
-#define ResumeTransformFeedback_remap_index 213
-#define ClearDepthf_remap_index 214
-#define DepthRangef_remap_index 215
-#define GetShaderPrecisionFormat_remap_index 216
-#define ReleaseShaderCompiler_remap_index 217
-#define ShaderBinary_remap_index 218
-#define GetGraphicsResetStatusARB_remap_index 219
-#define GetnColorTableARB_remap_index 220
-#define GetnCompressedTexImageARB_remap_index 221
-#define GetnConvolutionFilterARB_remap_index 222
-#define GetnHistogramARB_remap_index 223
-#define GetnMapdvARB_remap_index 224
-#define GetnMapfvARB_remap_index 225
-#define GetnMapivARB_remap_index 226
-#define GetnMinmaxARB_remap_index 227
-#define GetnPixelMapfvARB_remap_index 228
-#define GetnPixelMapuivARB_remap_index 229
-#define GetnPixelMapusvARB_remap_index 230
-#define GetnPolygonStippleARB_remap_index 231
-#define GetnSeparableFilterARB_remap_index 232
-#define GetnTexImageARB_remap_index 233
-#define GetnUniformdvARB_remap_index 234
-#define GetnUniformfvARB_remap_index 235
-#define GetnUniformivARB_remap_index 236
-#define GetnUniformuivARB_remap_index 237
-#define ReadnPixelsARB_remap_index 238
-#define PolygonOffsetEXT_remap_index 239
-#define GetPixelTexGenParameterfvSGIS_remap_index 240
-#define GetPixelTexGenParameterivSGIS_remap_index 241
-#define PixelTexGenParameterfSGIS_remap_index 242
-#define PixelTexGenParameterfvSGIS_remap_index 243
-#define PixelTexGenParameteriSGIS_remap_index 244
-#define PixelTexGenParameterivSGIS_remap_index 245
-#define SampleMaskSGIS_remap_index 246
-#define SamplePatternSGIS_remap_index 247
-#define ColorPointerEXT_remap_index 248
-#define EdgeFlagPointerEXT_remap_index 249
-#define IndexPointerEXT_remap_index 250
-#define NormalPointerEXT_remap_index 251
-#define TexCoordPointerEXT_remap_index 252
-#define VertexPointerEXT_remap_index 253
-#define PointParameterfEXT_remap_index 254
-#define PointParameterfvEXT_remap_index 255
-#define LockArraysEXT_remap_index 256
-#define UnlockArraysEXT_remap_index 257
-#define SecondaryColor3bEXT_remap_index 258
-#define SecondaryColor3bvEXT_remap_index 259
-#define SecondaryColor3dEXT_remap_index 260
-#define SecondaryColor3dvEXT_remap_index 261
-#define SecondaryColor3fEXT_remap_index 262
-#define SecondaryColor3fvEXT_remap_index 263
-#define SecondaryColor3iEXT_remap_index 264
-#define SecondaryColor3ivEXT_remap_index 265
-#define SecondaryColor3sEXT_remap_index 266
-#define SecondaryColor3svEXT_remap_index 267
-#define SecondaryColor3ubEXT_remap_index 268
-#define SecondaryColor3ubvEXT_remap_index 269
-#define SecondaryColor3uiEXT_remap_index 270
-#define SecondaryColor3uivEXT_remap_index 271
-#define SecondaryColor3usEXT_remap_index 272
-#define SecondaryColor3usvEXT_remap_index 273
-#define SecondaryColorPointerEXT_remap_index 274
-#define MultiDrawArraysEXT_remap_index 275
-#define MultiDrawElementsEXT_remap_index 276
-#define FogCoordPointerEXT_remap_index 277
-#define FogCoorddEXT_remap_index 278
-#define FogCoorddvEXT_remap_index 279
-#define FogCoordfEXT_remap_index 280
-#define FogCoordfvEXT_remap_index 281
-#define PixelTexGenSGIX_remap_index 282
-#define BlendFuncSeparateEXT_remap_index 283
-#define FlushVertexArrayRangeNV_remap_index 284
-#define VertexArrayRangeNV_remap_index 285
-#define CombinerInputNV_remap_index 286
-#define CombinerOutputNV_remap_index 287
-#define CombinerParameterfNV_remap_index 288
-#define CombinerParameterfvNV_remap_index 289
-#define CombinerParameteriNV_remap_index 290
-#define CombinerParameterivNV_remap_index 291
-#define FinalCombinerInputNV_remap_index 292
-#define GetCombinerInputParameterfvNV_remap_index 293
-#define GetCombinerInputParameterivNV_remap_index 294
-#define GetCombinerOutputParameterfvNV_remap_index 295
-#define GetCombinerOutputParameterivNV_remap_index 296
-#define GetFinalCombinerInputParameterfvNV_remap_index 297
-#define GetFinalCombinerInputParameterivNV_remap_index 298
-#define ResizeBuffersMESA_remap_index 299
-#define WindowPos2dMESA_remap_index 300
-#define WindowPos2dvMESA_remap_index 301
-#define WindowPos2fMESA_remap_index 302
-#define WindowPos2fvMESA_remap_index 303
-#define WindowPos2iMESA_remap_index 304
-#define WindowPos2ivMESA_remap_index 305
-#define WindowPos2sMESA_remap_index 306
-#define WindowPos2svMESA_remap_index 307
-#define WindowPos3dMESA_remap_index 308
-#define WindowPos3dvMESA_remap_index 309
-#define WindowPos3fMESA_remap_index 310
-#define WindowPos3fvMESA_remap_index 311
-#define WindowPos3iMESA_remap_index 312
-#define WindowPos3ivMESA_remap_index 313
-#define WindowPos3sMESA_remap_index 314
-#define WindowPos3svMESA_remap_index 315
-#define WindowPos4dMESA_remap_index 316
-#define WindowPos4dvMESA_remap_index 317
-#define WindowPos4fMESA_remap_index 318
-#define WindowPos4fvMESA_remap_index 319
-#define WindowPos4iMESA_remap_index 320
-#define WindowPos4ivMESA_remap_index 321
-#define WindowPos4sMESA_remap_index 322
-#define WindowPos4svMESA_remap_index 323
-#define MultiModeDrawArraysIBM_remap_index 324
-#define MultiModeDrawElementsIBM_remap_index 325
-#define DeleteFencesNV_remap_index 326
-#define FinishFenceNV_remap_index 327
-#define GenFencesNV_remap_index 328
-#define GetFenceivNV_remap_index 329
-#define IsFenceNV_remap_index 330
-#define SetFenceNV_remap_index 331
-#define TestFenceNV_remap_index 332
-#define AreProgramsResidentNV_remap_index 333
-#define BindProgramNV_remap_index 334
-#define DeleteProgramsNV_remap_index 335
-#define ExecuteProgramNV_remap_index 336
-#define GenProgramsNV_remap_index 337
-#define GetProgramParameterdvNV_remap_index 338
-#define GetProgramParameterfvNV_remap_index 339
-#define GetProgramStringNV_remap_index 340
-#define GetProgramivNV_remap_index 341
-#define GetTrackMatrixivNV_remap_index 342
-#define GetVertexAttribPointervNV_remap_index 343
-#define GetVertexAttribdvNV_remap_index 344
-#define GetVertexAttribfvNV_remap_index 345
-#define GetVertexAttribivNV_remap_index 346
-#define IsProgramNV_remap_index 347
-#define LoadProgramNV_remap_index 348
-#define ProgramParameters4dvNV_remap_index 349
-#define ProgramParameters4fvNV_remap_index 350
-#define RequestResidentProgramsNV_remap_index 351
-#define TrackMatrixNV_remap_index 352
-#define VertexAttrib1dNV_remap_index 353
-#define VertexAttrib1dvNV_remap_index 354
-#define VertexAttrib1fNV_remap_index 355
-#define VertexAttrib1fvNV_remap_index 356
-#define VertexAttrib1sNV_remap_index 357
-#define VertexAttrib1svNV_remap_index 358
-#define VertexAttrib2dNV_remap_index 359
-#define VertexAttrib2dvNV_remap_index 360
-#define VertexAttrib2fNV_remap_index 361
-#define VertexAttrib2fvNV_remap_index 362
-#define VertexAttrib2sNV_remap_index 363
-#define VertexAttrib2svNV_remap_index 364
-#define VertexAttrib3dNV_remap_index 365
-#define VertexAttrib3dvNV_remap_index 366
-#define VertexAttrib3fNV_remap_index 367
-#define VertexAttrib3fvNV_remap_index 368
-#define VertexAttrib3sNV_remap_index 369
-#define VertexAttrib3svNV_remap_index 370
-#define VertexAttrib4dNV_remap_index 371
-#define VertexAttrib4dvNV_remap_index 372
-#define VertexAttrib4fNV_remap_index 373
-#define VertexAttrib4fvNV_remap_index 374
-#define VertexAttrib4sNV_remap_index 375
-#define VertexAttrib4svNV_remap_index 376
-#define VertexAttrib4ubNV_remap_index 377
-#define VertexAttrib4ubvNV_remap_index 378
-#define VertexAttribPointerNV_remap_index 379
-#define VertexAttribs1dvNV_remap_index 380
-#define VertexAttribs1fvNV_remap_index 381
-#define VertexAttribs1svNV_remap_index 382
-#define VertexAttribs2dvNV_remap_index 383
-#define VertexAttribs2fvNV_remap_index 384
-#define VertexAttribs2svNV_remap_index 385
-#define VertexAttribs3dvNV_remap_index 386
-#define VertexAttribs3fvNV_remap_index 387
-#define VertexAttribs3svNV_remap_index 388
-#define VertexAttribs4dvNV_remap_index 389
-#define VertexAttribs4fvNV_remap_index 390
-#define VertexAttribs4svNV_remap_index 391
-#define VertexAttribs4ubvNV_remap_index 392
-#define GetTexBumpParameterfvATI_remap_index 393
-#define GetTexBumpParameterivATI_remap_index 394
-#define TexBumpParameterfvATI_remap_index 395
-#define TexBumpParameterivATI_remap_index 396
-#define AlphaFragmentOp1ATI_remap_index 397
-#define AlphaFragmentOp2ATI_remap_index 398
-#define AlphaFragmentOp3ATI_remap_index 399
-#define BeginFragmentShaderATI_remap_index 400
-#define BindFragmentShaderATI_remap_index 401
-#define ColorFragmentOp1ATI_remap_index 402
-#define ColorFragmentOp2ATI_remap_index 403
-#define ColorFragmentOp3ATI_remap_index 404
-#define DeleteFragmentShaderATI_remap_index 405
-#define EndFragmentShaderATI_remap_index 406
-#define GenFragmentShadersATI_remap_index 407
-#define PassTexCoordATI_remap_index 408
-#define SampleMapATI_remap_index 409
-#define SetFragmentShaderConstantATI_remap_index 410
-#define PointParameteriNV_remap_index 411
-#define PointParameterivNV_remap_index 412
-#define ActiveStencilFaceEXT_remap_index 413
-#define BindVertexArrayAPPLE_remap_index 414
-#define DeleteVertexArraysAPPLE_remap_index 415
-#define GenVertexArraysAPPLE_remap_index 416
-#define IsVertexArrayAPPLE_remap_index 417
-#define GetProgramNamedParameterdvNV_remap_index 418
-#define GetProgramNamedParameterfvNV_remap_index 419
-#define ProgramNamedParameter4dNV_remap_index 420
-#define ProgramNamedParameter4dvNV_remap_index 421
-#define ProgramNamedParameter4fNV_remap_index 422
-#define ProgramNamedParameter4fvNV_remap_index 423
-#define PrimitiveRestartIndexNV_remap_index 424
-#define PrimitiveRestartNV_remap_index 425
-#define DepthBoundsEXT_remap_index 426
-#define BlendEquationSeparateEXT_remap_index 427
-#define BindFramebufferEXT_remap_index 428
-#define BindRenderbufferEXT_remap_index 429
-#define CheckFramebufferStatusEXT_remap_index 430
-#define DeleteFramebuffersEXT_remap_index 431
-#define DeleteRenderbuffersEXT_remap_index 432
-#define FramebufferRenderbufferEXT_remap_index 433
-#define FramebufferTexture1DEXT_remap_index 434
-#define FramebufferTexture2DEXT_remap_index 435
-#define FramebufferTexture3DEXT_remap_index 436
-#define GenFramebuffersEXT_remap_index 437
-#define GenRenderbuffersEXT_remap_index 438
-#define GenerateMipmapEXT_remap_index 439
-#define GetFramebufferAttachmentParameterivEXT_remap_index 440
-#define GetRenderbufferParameterivEXT_remap_index 441
-#define IsFramebufferEXT_remap_index 442
-#define IsRenderbufferEXT_remap_index 443
-#define RenderbufferStorageEXT_remap_index 444
-#define BlitFramebufferEXT_remap_index 445
-#define BufferParameteriAPPLE_remap_index 446
-#define FlushMappedBufferRangeAPPLE_remap_index 447
-#define BindFragDataLocationEXT_remap_index 448
-#define GetFragDataLocationEXT_remap_index 449
-#define GetUniformuivEXT_remap_index 450
-#define GetVertexAttribIivEXT_remap_index 451
-#define GetVertexAttribIuivEXT_remap_index 452
-#define Uniform1uiEXT_remap_index 453
-#define Uniform1uivEXT_remap_index 454
-#define Uniform2uiEXT_remap_index 455
-#define Uniform2uivEXT_remap_index 456
-#define Uniform3uiEXT_remap_index 457
-#define Uniform3uivEXT_remap_index 458
-#define Uniform4uiEXT_remap_index 459
-#define Uniform4uivEXT_remap_index 460
-#define VertexAttribI1iEXT_remap_index 461
-#define VertexAttribI1ivEXT_remap_index 462
-#define VertexAttribI1uiEXT_remap_index 463
-#define VertexAttribI1uivEXT_remap_index 464
-#define VertexAttribI2iEXT_remap_index 465
-#define VertexAttribI2ivEXT_remap_index 466
-#define VertexAttribI2uiEXT_remap_index 467
-#define VertexAttribI2uivEXT_remap_index 468
-#define VertexAttribI3iEXT_remap_index 469
-#define VertexAttribI3ivEXT_remap_index 470
-#define VertexAttribI3uiEXT_remap_index 471
-#define VertexAttribI3uivEXT_remap_index 472
-#define VertexAttribI4bvEXT_remap_index 473
-#define VertexAttribI4iEXT_remap_index 474
-#define VertexAttribI4ivEXT_remap_index 475
-#define VertexAttribI4svEXT_remap_index 476
-#define VertexAttribI4ubvEXT_remap_index 477
-#define VertexAttribI4uiEXT_remap_index 478
-#define VertexAttribI4uivEXT_remap_index 479
-#define VertexAttribI4usvEXT_remap_index 480
-#define VertexAttribIPointerEXT_remap_index 481
-#define FramebufferTextureLayerEXT_remap_index 482
-#define ColorMaskIndexedEXT_remap_index 483
-#define DisableIndexedEXT_remap_index 484
-#define EnableIndexedEXT_remap_index 485
-#define GetBooleanIndexedvEXT_remap_index 486
-#define GetIntegerIndexedvEXT_remap_index 487
-#define IsEnabledIndexedEXT_remap_index 488
-#define ClearColorIiEXT_remap_index 489
-#define ClearColorIuiEXT_remap_index 490
-#define GetTexParameterIivEXT_remap_index 491
-#define GetTexParameterIuivEXT_remap_index 492
-#define TexParameterIivEXT_remap_index 493
-#define TexParameterIuivEXT_remap_index 494
-#define BeginConditionalRenderNV_remap_index 495
-#define EndConditionalRenderNV_remap_index 496
-#define BeginTransformFeedbackEXT_remap_index 497
-#define BindBufferBaseEXT_remap_index 498
-#define BindBufferOffsetEXT_remap_index 499
-#define BindBufferRangeEXT_remap_index 500
-#define EndTransformFeedbackEXT_remap_index 501
-#define GetTransformFeedbackVaryingEXT_remap_index 502
-#define TransformFeedbackVaryingsEXT_remap_index 503
-#define ProvokingVertexEXT_remap_index 504
-#define GetTexParameterPointervAPPLE_remap_index 505
-#define TextureRangeAPPLE_remap_index 506
-#define GetObjectParameterivAPPLE_remap_index 507
-#define ObjectPurgeableAPPLE_remap_index 508
-#define ObjectUnpurgeableAPPLE_remap_index 509
-#define ActiveProgramEXT_remap_index 510
-#define CreateShaderProgramEXT_remap_index 511
-#define UseShaderProgramEXT_remap_index 512
-#define TextureBarrierNV_remap_index 513
-#define StencilFuncSeparateATI_remap_index 514
-#define ProgramEnvParameters4fvEXT_remap_index 515
-#define ProgramLocalParameters4fvEXT_remap_index 516
-#define GetQueryObjecti64vEXT_remap_index 517
-#define GetQueryObjectui64vEXT_remap_index 518
-#define EGLImageTargetRenderbufferStorageOES_remap_index 519
-#define EGLImageTargetTexture2DOES_remap_index 520
+#define ColorP3ui_remap_index 207
+#define ColorP3uiv_remap_index 208
+#define ColorP4ui_remap_index 209
+#define ColorP4uiv_remap_index 210
+#define MultiTexCoordP1ui_remap_index 211
+#define MultiTexCoordP1uiv_remap_index 212
+#define MultiTexCoordP2ui_remap_index 213
+#define MultiTexCoordP2uiv_remap_index 214
+#define MultiTexCoordP3ui_remap_index 215
+#define MultiTexCoordP3uiv_remap_index 216
+#define MultiTexCoordP4ui_remap_index 217
+#define MultiTexCoordP4uiv_remap_index 218
+#define NormalP3ui_remap_index 219
+#define NormalP3uiv_remap_index 220
+#define SecondaryColorP3ui_remap_index 221
+#define SecondaryColorP3uiv_remap_index 222
+#define TexCoordP1ui_remap_index 223
+#define TexCoordP1uiv_remap_index 224
+#define TexCoordP2ui_remap_index 225
+#define TexCoordP2uiv_remap_index 226
+#define TexCoordP3ui_remap_index 227
+#define TexCoordP3uiv_remap_index 228
+#define TexCoordP4ui_remap_index 229
+#define TexCoordP4uiv_remap_index 230
+#define VertexAttribP1ui_remap_index 231
+#define VertexAttribP1uiv_remap_index 232
+#define VertexAttribP2ui_remap_index 233
+#define VertexAttribP2uiv_remap_index 234
+#define VertexAttribP3ui_remap_index 235
+#define VertexAttribP3uiv_remap_index 236
+#define VertexAttribP4ui_remap_index 237
+#define VertexAttribP4uiv_remap_index 238
+#define VertexP2ui_remap_index 239
+#define VertexP2uiv_remap_index 240
+#define VertexP3ui_remap_index 241
+#define VertexP3uiv_remap_index 242
+#define VertexP4ui_remap_index 243
+#define VertexP4uiv_remap_index 244
+#define BindTransformFeedback_remap_index 245
+#define DeleteTransformFeedbacks_remap_index 246
+#define DrawTransformFeedback_remap_index 247
+#define GenTransformFeedbacks_remap_index 248
+#define IsTransformFeedback_remap_index 249
+#define PauseTransformFeedback_remap_index 250
+#define ResumeTransformFeedback_remap_index 251
+#define ClearDepthf_remap_index 252
+#define DepthRangef_remap_index 253
+#define GetShaderPrecisionFormat_remap_index 254
+#define ReleaseShaderCompiler_remap_index 255
+#define ShaderBinary_remap_index 256
+#define GetGraphicsResetStatusARB_remap_index 257
+#define GetnColorTableARB_remap_index 258
+#define GetnCompressedTexImageARB_remap_index 259
+#define GetnConvolutionFilterARB_remap_index 260
+#define GetnHistogramARB_remap_index 261
+#define GetnMapdvARB_remap_index 262
+#define GetnMapfvARB_remap_index 263
+#define GetnMapivARB_remap_index 264
+#define GetnMinmaxARB_remap_index 265
+#define GetnPixelMapfvARB_remap_index 266
+#define GetnPixelMapuivARB_remap_index 267
+#define GetnPixelMapusvARB_remap_index 268
+#define GetnPolygonStippleARB_remap_index 269
+#define GetnSeparableFilterARB_remap_index 270
+#define GetnTexImageARB_remap_index 271
+#define GetnUniformdvARB_remap_index 272
+#define GetnUniformfvARB_remap_index 273
+#define GetnUniformivARB_remap_index 274
+#define GetnUniformuivARB_remap_index 275
+#define ReadnPixelsARB_remap_index 276
+#define PolygonOffsetEXT_remap_index 277
+#define GetPixelTexGenParameterfvSGIS_remap_index 278
+#define GetPixelTexGenParameterivSGIS_remap_index 279
+#define PixelTexGenParameterfSGIS_remap_index 280
+#define PixelTexGenParameterfvSGIS_remap_index 281
+#define PixelTexGenParameteriSGIS_remap_index 282
+#define PixelTexGenParameterivSGIS_remap_index 283
+#define SampleMaskSGIS_remap_index 284
+#define SamplePatternSGIS_remap_index 285
+#define ColorPointerEXT_remap_index 286
+#define EdgeFlagPointerEXT_remap_index 287
+#define IndexPointerEXT_remap_index 288
+#define NormalPointerEXT_remap_index 289
+#define TexCoordPointerEXT_remap_index 290
+#define VertexPointerEXT_remap_index 291
+#define PointParameterfEXT_remap_index 292
+#define PointParameterfvEXT_remap_index 293
+#define LockArraysEXT_remap_index 294
+#define UnlockArraysEXT_remap_index 295
+#define SecondaryColor3bEXT_remap_index 296
+#define SecondaryColor3bvEXT_remap_index 297
+#define SecondaryColor3dEXT_remap_index 298
+#define SecondaryColor3dvEXT_remap_index 299
+#define SecondaryColor3fEXT_remap_index 300
+#define SecondaryColor3fvEXT_remap_index 301
+#define SecondaryColor3iEXT_remap_index 302
+#define SecondaryColor3ivEXT_remap_index 303
+#define SecondaryColor3sEXT_remap_index 304
+#define SecondaryColor3svEXT_remap_index 305
+#define SecondaryColor3ubEXT_remap_index 306
+#define SecondaryColor3ubvEXT_remap_index 307
+#define SecondaryColor3uiEXT_remap_index 308
+#define SecondaryColor3uivEXT_remap_index 309
+#define SecondaryColor3usEXT_remap_index 310
+#define SecondaryColor3usvEXT_remap_index 311
+#define SecondaryColorPointerEXT_remap_index 312
+#define MultiDrawArraysEXT_remap_index 313
+#define MultiDrawElementsEXT_remap_index 314
+#define FogCoordPointerEXT_remap_index 315
+#define FogCoorddEXT_remap_index 316
+#define FogCoorddvEXT_remap_index 317
+#define FogCoordfEXT_remap_index 318
+#define FogCoordfvEXT_remap_index 319
+#define PixelTexGenSGIX_remap_index 320
+#define BlendFuncSeparateEXT_remap_index 321
+#define FlushVertexArrayRangeNV_remap_index 322
+#define VertexArrayRangeNV_remap_index 323
+#define CombinerInputNV_remap_index 324
+#define CombinerOutputNV_remap_index 325
+#define CombinerParameterfNV_remap_index 326
+#define CombinerParameterfvNV_remap_index 327
+#define CombinerParameteriNV_remap_index 328
+#define CombinerParameterivNV_remap_index 329
+#define FinalCombinerInputNV_remap_index 330
+#define GetCombinerInputParameterfvNV_remap_index 331
+#define GetCombinerInputParameterivNV_remap_index 332
+#define GetCombinerOutputParameterfvNV_remap_index 333
+#define GetCombinerOutputParameterivNV_remap_index 334
+#define GetFinalCombinerInputParameterfvNV_remap_index 335
+#define GetFinalCombinerInputParameterivNV_remap_index 336
+#define ResizeBuffersMESA_remap_index 337
+#define WindowPos2dMESA_remap_index 338
+#define WindowPos2dvMESA_remap_index 339
+#define WindowPos2fMESA_remap_index 340
+#define WindowPos2fvMESA_remap_index 341
+#define WindowPos2iMESA_remap_index 342
+#define WindowPos2ivMESA_remap_index 343
+#define WindowPos2sMESA_remap_index 344
+#define WindowPos2svMESA_remap_index 345
+#define WindowPos3dMESA_remap_index 346
+#define WindowPos3dvMESA_remap_index 347
+#define WindowPos3fMESA_remap_index 348
+#define WindowPos3fvMESA_remap_index 349
+#define WindowPos3iMESA_remap_index 350
+#define WindowPos3ivMESA_remap_index 351
+#define WindowPos3sMESA_remap_index 352
+#define WindowPos3svMESA_remap_index 353
+#define WindowPos4dMESA_remap_index 354
+#define WindowPos4dvMESA_remap_index 355
+#define WindowPos4fMESA_remap_index 356
+#define WindowPos4fvMESA_remap_index 357
+#define WindowPos4iMESA_remap_index 358
+#define WindowPos4ivMESA_remap_index 359
+#define WindowPos4sMESA_remap_index 360
+#define WindowPos4svMESA_remap_index 361
+#define MultiModeDrawArraysIBM_remap_index 362
+#define MultiModeDrawElementsIBM_remap_index 363
+#define DeleteFencesNV_remap_index 364
+#define FinishFenceNV_remap_index 365
+#define GenFencesNV_remap_index 366
+#define GetFenceivNV_remap_index 367
+#define IsFenceNV_remap_index 368
+#define SetFenceNV_remap_index 369
+#define TestFenceNV_remap_index 370
+#define AreProgramsResidentNV_remap_index 371
+#define BindProgramNV_remap_index 372
+#define DeleteProgramsNV_remap_index 373
+#define ExecuteProgramNV_remap_index 374
+#define GenProgramsNV_remap_index 375
+#define GetProgramParameterdvNV_remap_index 376
+#define GetProgramParameterfvNV_remap_index 377
+#define GetProgramStringNV_remap_index 378
+#define GetProgramivNV_remap_index 379
+#define GetTrackMatrixivNV_remap_index 380
+#define GetVertexAttribPointervNV_remap_index 381
+#define GetVertexAttribdvNV_remap_index 382
+#define GetVertexAttribfvNV_remap_index 383
+#define GetVertexAttribivNV_remap_index 384
+#define IsProgramNV_remap_index 385
+#define LoadProgramNV_remap_index 386
+#define ProgramParameters4dvNV_remap_index 387
+#define ProgramParameters4fvNV_remap_index 388
+#define RequestResidentProgramsNV_remap_index 389
+#define TrackMatrixNV_remap_index 390
+#define VertexAttrib1dNV_remap_index 391
+#define VertexAttrib1dvNV_remap_index 392
+#define VertexAttrib1fNV_remap_index 393
+#define VertexAttrib1fvNV_remap_index 394
+#define VertexAttrib1sNV_remap_index 395
+#define VertexAttrib1svNV_remap_index 396
+#define VertexAttrib2dNV_remap_index 397
+#define VertexAttrib2dvNV_remap_index 398
+#define VertexAttrib2fNV_remap_index 399
+#define VertexAttrib2fvNV_remap_index 400
+#define VertexAttrib2sNV_remap_index 401
+#define VertexAttrib2svNV_remap_index 402
+#define VertexAttrib3dNV_remap_index 403
+#define VertexAttrib3dvNV_remap_index 404
+#define VertexAttrib3fNV_remap_index 405
+#define VertexAttrib3fvNV_remap_index 406
+#define VertexAttrib3sNV_remap_index 407
+#define VertexAttrib3svNV_remap_index 408
+#define VertexAttrib4dNV_remap_index 409
+#define VertexAttrib4dvNV_remap_index 410
+#define VertexAttrib4fNV_remap_index 411
+#define VertexAttrib4fvNV_remap_index 412
+#define VertexAttrib4sNV_remap_index 413
+#define VertexAttrib4svNV_remap_index 414
+#define VertexAttrib4ubNV_remap_index 415
+#define VertexAttrib4ubvNV_remap_index 416
+#define VertexAttribPointerNV_remap_index 417
+#define VertexAttribs1dvNV_remap_index 418
+#define VertexAttribs1fvNV_remap_index 419
+#define VertexAttribs1svNV_remap_index 420
+#define VertexAttribs2dvNV_remap_index 421
+#define VertexAttribs2fvNV_remap_index 422
+#define VertexAttribs2svNV_remap_index 423
+#define VertexAttribs3dvNV_remap_index 424
+#define VertexAttribs3fvNV_remap_index 425
+#define VertexAttribs3svNV_remap_index 426
+#define VertexAttribs4dvNV_remap_index 427
+#define VertexAttribs4fvNV_remap_index 428
+#define VertexAttribs4svNV_remap_index 429
+#define VertexAttribs4ubvNV_remap_index 430
+#define GetTexBumpParameterfvATI_remap_index 431
+#define GetTexBumpParameterivATI_remap_index 432
+#define TexBumpParameterfvATI_remap_index 433
+#define TexBumpParameterivATI_remap_index 434
+#define AlphaFragmentOp1ATI_remap_index 435
+#define AlphaFragmentOp2ATI_remap_index 436
+#define AlphaFragmentOp3ATI_remap_index 437
+#define BeginFragmentShaderATI_remap_index 438
+#define BindFragmentShaderATI_remap_index 439
+#define ColorFragmentOp1ATI_remap_index 440
+#define ColorFragmentOp2ATI_remap_index 441
+#define ColorFragmentOp3ATI_remap_index 442
+#define DeleteFragmentShaderATI_remap_index 443
+#define EndFragmentShaderATI_remap_index 444
+#define GenFragmentShadersATI_remap_index 445
+#define PassTexCoordATI_remap_index 446
+#define SampleMapATI_remap_index 447
+#define SetFragmentShaderConstantATI_remap_index 448
+#define PointParameteriNV_remap_index 449
+#define PointParameterivNV_remap_index 450
+#define ActiveStencilFaceEXT_remap_index 451
+#define BindVertexArrayAPPLE_remap_index 452
+#define DeleteVertexArraysAPPLE_remap_index 453
+#define GenVertexArraysAPPLE_remap_index 454
+#define IsVertexArrayAPPLE_remap_index 455
+#define GetProgramNamedParameterdvNV_remap_index 456
+#define GetProgramNamedParameterfvNV_remap_index 457
+#define ProgramNamedParameter4dNV_remap_index 458
+#define ProgramNamedParameter4dvNV_remap_index 459
+#define ProgramNamedParameter4fNV_remap_index 460
+#define ProgramNamedParameter4fvNV_remap_index 461
+#define PrimitiveRestartIndexNV_remap_index 462
+#define PrimitiveRestartNV_remap_index 463
+#define DepthBoundsEXT_remap_index 464
+#define BlendEquationSeparateEXT_remap_index 465
+#define BindFramebufferEXT_remap_index 466
+#define BindRenderbufferEXT_remap_index 467
+#define CheckFramebufferStatusEXT_remap_index 468
+#define DeleteFramebuffersEXT_remap_index 469
+#define DeleteRenderbuffersEXT_remap_index 470
+#define FramebufferRenderbufferEXT_remap_index 471
+#define FramebufferTexture1DEXT_remap_index 472
+#define FramebufferTexture2DEXT_remap_index 473
+#define FramebufferTexture3DEXT_remap_index 474
+#define GenFramebuffersEXT_remap_index 475
+#define GenRenderbuffersEXT_remap_index 476
+#define GenerateMipmapEXT_remap_index 477
+#define GetFramebufferAttachmentParameterivEXT_remap_index 478
+#define GetRenderbufferParameterivEXT_remap_index 479
+#define IsFramebufferEXT_remap_index 480
+#define IsRenderbufferEXT_remap_index 481
+#define RenderbufferStorageEXT_remap_index 482
+#define BlitFramebufferEXT_remap_index 483
+#define BufferParameteriAPPLE_remap_index 484
+#define FlushMappedBufferRangeAPPLE_remap_index 485
+#define BindFragDataLocationEXT_remap_index 486
+#define GetFragDataLocationEXT_remap_index 487
+#define GetUniformuivEXT_remap_index 488
+#define GetVertexAttribIivEXT_remap_index 489
+#define GetVertexAttribIuivEXT_remap_index 490
+#define Uniform1uiEXT_remap_index 491
+#define Uniform1uivEXT_remap_index 492
+#define Uniform2uiEXT_remap_index 493
+#define Uniform2uivEXT_remap_index 494
+#define Uniform3uiEXT_remap_index 495
+#define Uniform3uivEXT_remap_index 496
+#define Uniform4uiEXT_remap_index 497
+#define Uniform4uivEXT_remap_index 498
+#define VertexAttribI1iEXT_remap_index 499
+#define VertexAttribI1ivEXT_remap_index 500
+#define VertexAttribI1uiEXT_remap_index 501
+#define VertexAttribI1uivEXT_remap_index 502
+#define VertexAttribI2iEXT_remap_index 503
+#define VertexAttribI2ivEXT_remap_index 504
+#define VertexAttribI2uiEXT_remap_index 505
+#define VertexAttribI2uivEXT_remap_index 506
+#define VertexAttribI3iEXT_remap_index 507
+#define VertexAttribI3ivEXT_remap_index 508
+#define VertexAttribI3uiEXT_remap_index 509
+#define VertexAttribI3uivEXT_remap_index 510
+#define VertexAttribI4bvEXT_remap_index 511
+#define VertexAttribI4iEXT_remap_index 512
+#define VertexAttribI4ivEXT_remap_index 513
+#define VertexAttribI4svEXT_remap_index 514
+#define VertexAttribI4ubvEXT_remap_index 515
+#define VertexAttribI4uiEXT_remap_index 516
+#define VertexAttribI4uivEXT_remap_index 517
+#define VertexAttribI4usvEXT_remap_index 518
+#define VertexAttribIPointerEXT_remap_index 519
+#define FramebufferTextureLayerEXT_remap_index 520
+#define ColorMaskIndexedEXT_remap_index 521
+#define DisableIndexedEXT_remap_index 522
+#define EnableIndexedEXT_remap_index 523
+#define GetBooleanIndexedvEXT_remap_index 524
+#define GetIntegerIndexedvEXT_remap_index 525
+#define IsEnabledIndexedEXT_remap_index 526
+#define ClearColorIiEXT_remap_index 527
+#define ClearColorIuiEXT_remap_index 528
+#define GetTexParameterIivEXT_remap_index 529
+#define GetTexParameterIuivEXT_remap_index 530
+#define TexParameterIivEXT_remap_index 531
+#define TexParameterIuivEXT_remap_index 532
+#define BeginConditionalRenderNV_remap_index 533
+#define EndConditionalRenderNV_remap_index 534
+#define BeginTransformFeedbackEXT_remap_index 535
+#define BindBufferBaseEXT_remap_index 536
+#define BindBufferOffsetEXT_remap_index 537
+#define BindBufferRangeEXT_remap_index 538
+#define EndTransformFeedbackEXT_remap_index 539
+#define GetTransformFeedbackVaryingEXT_remap_index 540
+#define TransformFeedbackVaryingsEXT_remap_index 541
+#define ProvokingVertexEXT_remap_index 542
+#define GetTexParameterPointervAPPLE_remap_index 543
+#define TextureRangeAPPLE_remap_index 544
+#define GetObjectParameterivAPPLE_remap_index 545
+#define ObjectPurgeableAPPLE_remap_index 546
+#define ObjectUnpurgeableAPPLE_remap_index 547
+#define ActiveProgramEXT_remap_index 548
+#define CreateShaderProgramEXT_remap_index 549
+#define UseShaderProgramEXT_remap_index 550
+#define TextureBarrierNV_remap_index 551
+#define StencilFuncSeparateATI_remap_index 552
+#define ProgramEnvParameters4fvEXT_remap_index 553
+#define ProgramLocalParameters4fvEXT_remap_index 554
+#define GetQueryObjecti64vEXT_remap_index 555
+#define GetQueryObjectui64vEXT_remap_index 556
+#define EGLImageTargetRenderbufferStorageOES_remap_index 557
+#define EGLImageTargetTexture2DOES_remap_index 558
#define _gloffset_AttachShader driDispatchRemapTable[AttachShader_remap_index]
#define _gloffset_CreateProgram driDispatchRemapTable[CreateProgram_remap_index]
@@ -1728,6 +1804,44 @@ extern int driDispatchRemapTable[ driDispatchRemapTable_size ];
#define _gloffset_SamplerParameterfv driDispatchRemapTable[SamplerParameterfv_remap_index]
#define _gloffset_SamplerParameteri driDispatchRemapTable[SamplerParameteri_remap_index]
#define _gloffset_SamplerParameteriv driDispatchRemapTable[SamplerParameteriv_remap_index]
+#define _gloffset_ColorP3ui driDispatchRemapTable[ColorP3ui_remap_index]
+#define _gloffset_ColorP3uiv driDispatchRemapTable[ColorP3uiv_remap_index]
+#define _gloffset_ColorP4ui driDispatchRemapTable[ColorP4ui_remap_index]
+#define _gloffset_ColorP4uiv driDispatchRemapTable[ColorP4uiv_remap_index]
+#define _gloffset_MultiTexCoordP1ui driDispatchRemapTable[MultiTexCoordP1ui_remap_index]
+#define _gloffset_MultiTexCoordP1uiv driDispatchRemapTable[MultiTexCoordP1uiv_remap_index]
+#define _gloffset_MultiTexCoordP2ui driDispatchRemapTable[MultiTexCoordP2ui_remap_index]
+#define _gloffset_MultiTexCoordP2uiv driDispatchRemapTable[MultiTexCoordP2uiv_remap_index]
+#define _gloffset_MultiTexCoordP3ui driDispatchRemapTable[MultiTexCoordP3ui_remap_index]
+#define _gloffset_MultiTexCoordP3uiv driDispatchRemapTable[MultiTexCoordP3uiv_remap_index]
+#define _gloffset_MultiTexCoordP4ui driDispatchRemapTable[MultiTexCoordP4ui_remap_index]
+#define _gloffset_MultiTexCoordP4uiv driDispatchRemapTable[MultiTexCoordP4uiv_remap_index]
+#define _gloffset_NormalP3ui driDispatchRemapTable[NormalP3ui_remap_index]
+#define _gloffset_NormalP3uiv driDispatchRemapTable[NormalP3uiv_remap_index]
+#define _gloffset_SecondaryColorP3ui driDispatchRemapTable[SecondaryColorP3ui_remap_index]
+#define _gloffset_SecondaryColorP3uiv driDispatchRemapTable[SecondaryColorP3uiv_remap_index]
+#define _gloffset_TexCoordP1ui driDispatchRemapTable[TexCoordP1ui_remap_index]
+#define _gloffset_TexCoordP1uiv driDispatchRemapTable[TexCoordP1uiv_remap_index]
+#define _gloffset_TexCoordP2ui driDispatchRemapTable[TexCoordP2ui_remap_index]
+#define _gloffset_TexCoordP2uiv driDispatchRemapTable[TexCoordP2uiv_remap_index]
+#define _gloffset_TexCoordP3ui driDispatchRemapTable[TexCoordP3ui_remap_index]
+#define _gloffset_TexCoordP3uiv driDispatchRemapTable[TexCoordP3uiv_remap_index]
+#define _gloffset_TexCoordP4ui driDispatchRemapTable[TexCoordP4ui_remap_index]
+#define _gloffset_TexCoordP4uiv driDispatchRemapTable[TexCoordP4uiv_remap_index]
+#define _gloffset_VertexAttribP1ui driDispatchRemapTable[VertexAttribP1ui_remap_index]
+#define _gloffset_VertexAttribP1uiv driDispatchRemapTable[VertexAttribP1uiv_remap_index]
+#define _gloffset_VertexAttribP2ui driDispatchRemapTable[VertexAttribP2ui_remap_index]
+#define _gloffset_VertexAttribP2uiv driDispatchRemapTable[VertexAttribP2uiv_remap_index]
+#define _gloffset_VertexAttribP3ui driDispatchRemapTable[VertexAttribP3ui_remap_index]
+#define _gloffset_VertexAttribP3uiv driDispatchRemapTable[VertexAttribP3uiv_remap_index]
+#define _gloffset_VertexAttribP4ui driDispatchRemapTable[VertexAttribP4ui_remap_index]
+#define _gloffset_VertexAttribP4uiv driDispatchRemapTable[VertexAttribP4uiv_remap_index]
+#define _gloffset_VertexP2ui driDispatchRemapTable[VertexP2ui_remap_index]
+#define _gloffset_VertexP2uiv driDispatchRemapTable[VertexP2uiv_remap_index]
+#define _gloffset_VertexP3ui driDispatchRemapTable[VertexP3ui_remap_index]
+#define _gloffset_VertexP3uiv driDispatchRemapTable[VertexP3uiv_remap_index]
+#define _gloffset_VertexP4ui driDispatchRemapTable[VertexP4ui_remap_index]
+#define _gloffset_VertexP4uiv driDispatchRemapTable[VertexP4uiv_remap_index]
#define _gloffset_BindTransformFeedback driDispatchRemapTable[BindTransformFeedback_remap_index]
#define _gloffset_DeleteTransformFeedbacks driDispatchRemapTable[DeleteTransformFeedbacks_remap_index]
#define _gloffset_DrawTransformFeedback driDispatchRemapTable[DrawTransformFeedback_remap_index]
@@ -8810,6 +8924,424 @@ static INLINE void SET_SamplerParameteriv(struct _glapi_table *disp, void (GLAPI
SET_by_offset(disp, _gloffset_SamplerParameteriv, fn);
}
+typedef void (GLAPIENTRYP _glptr_ColorP3ui)(GLenum, GLuint);
+#define CALL_ColorP3ui(disp, parameters) \
+ (* GET_ColorP3ui(disp)) parameters
+static INLINE _glptr_ColorP3ui GET_ColorP3ui(struct _glapi_table *disp) {
+ return (_glptr_ColorP3ui) (GET_by_offset(disp, _gloffset_ColorP3ui));
+}
+
+static INLINE void SET_ColorP3ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_ColorP3ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_ColorP3uiv)(GLenum, const GLuint *);
+#define CALL_ColorP3uiv(disp, parameters) \
+ (* GET_ColorP3uiv(disp)) parameters
+static INLINE _glptr_ColorP3uiv GET_ColorP3uiv(struct _glapi_table *disp) {
+ return (_glptr_ColorP3uiv) (GET_by_offset(disp, _gloffset_ColorP3uiv));
+}
+
+static INLINE void SET_ColorP3uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_ColorP3uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_ColorP4ui)(GLenum, GLuint);
+#define CALL_ColorP4ui(disp, parameters) \
+ (* GET_ColorP4ui(disp)) parameters
+static INLINE _glptr_ColorP4ui GET_ColorP4ui(struct _glapi_table *disp) {
+ return (_glptr_ColorP4ui) (GET_by_offset(disp, _gloffset_ColorP4ui));
+}
+
+static INLINE void SET_ColorP4ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_ColorP4ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_ColorP4uiv)(GLenum, const GLuint *);
+#define CALL_ColorP4uiv(disp, parameters) \
+ (* GET_ColorP4uiv(disp)) parameters
+static INLINE _glptr_ColorP4uiv GET_ColorP4uiv(struct _glapi_table *disp) {
+ return (_glptr_ColorP4uiv) (GET_by_offset(disp, _gloffset_ColorP4uiv));
+}
+
+static INLINE void SET_ColorP4uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_ColorP4uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_MultiTexCoordP1ui)(GLenum, GLenum, GLuint);
+#define CALL_MultiTexCoordP1ui(disp, parameters) \
+ (* GET_MultiTexCoordP1ui(disp)) parameters
+static INLINE _glptr_MultiTexCoordP1ui GET_MultiTexCoordP1ui(struct _glapi_table *disp) {
+ return (_glptr_MultiTexCoordP1ui) (GET_by_offset(disp, _gloffset_MultiTexCoordP1ui));
+}
+
+static INLINE void SET_MultiTexCoordP1ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_MultiTexCoordP1ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_MultiTexCoordP1uiv)(GLenum, GLenum, const GLuint *);
+#define CALL_MultiTexCoordP1uiv(disp, parameters) \
+ (* GET_MultiTexCoordP1uiv(disp)) parameters
+static INLINE _glptr_MultiTexCoordP1uiv GET_MultiTexCoordP1uiv(struct _glapi_table *disp) {
+ return (_glptr_MultiTexCoordP1uiv) (GET_by_offset(disp, _gloffset_MultiTexCoordP1uiv));
+}
+
+static INLINE void SET_MultiTexCoordP1uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_MultiTexCoordP1uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_MultiTexCoordP2ui)(GLenum, GLenum, GLuint);
+#define CALL_MultiTexCoordP2ui(disp, parameters) \
+ (* GET_MultiTexCoordP2ui(disp)) parameters
+static INLINE _glptr_MultiTexCoordP2ui GET_MultiTexCoordP2ui(struct _glapi_table *disp) {
+ return (_glptr_MultiTexCoordP2ui) (GET_by_offset(disp, _gloffset_MultiTexCoordP2ui));
+}
+
+static INLINE void SET_MultiTexCoordP2ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_MultiTexCoordP2ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_MultiTexCoordP2uiv)(GLenum, GLenum, const GLuint *);
+#define CALL_MultiTexCoordP2uiv(disp, parameters) \
+ (* GET_MultiTexCoordP2uiv(disp)) parameters
+static INLINE _glptr_MultiTexCoordP2uiv GET_MultiTexCoordP2uiv(struct _glapi_table *disp) {
+ return (_glptr_MultiTexCoordP2uiv) (GET_by_offset(disp, _gloffset_MultiTexCoordP2uiv));
+}
+
+static INLINE void SET_MultiTexCoordP2uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_MultiTexCoordP2uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_MultiTexCoordP3ui)(GLenum, GLenum, GLuint);
+#define CALL_MultiTexCoordP3ui(disp, parameters) \
+ (* GET_MultiTexCoordP3ui(disp)) parameters
+static INLINE _glptr_MultiTexCoordP3ui GET_MultiTexCoordP3ui(struct _glapi_table *disp) {
+ return (_glptr_MultiTexCoordP3ui) (GET_by_offset(disp, _gloffset_MultiTexCoordP3ui));
+}
+
+static INLINE void SET_MultiTexCoordP3ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_MultiTexCoordP3ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_MultiTexCoordP3uiv)(GLenum, GLenum, const GLuint *);
+#define CALL_MultiTexCoordP3uiv(disp, parameters) \
+ (* GET_MultiTexCoordP3uiv(disp)) parameters
+static INLINE _glptr_MultiTexCoordP3uiv GET_MultiTexCoordP3uiv(struct _glapi_table *disp) {
+ return (_glptr_MultiTexCoordP3uiv) (GET_by_offset(disp, _gloffset_MultiTexCoordP3uiv));
+}
+
+static INLINE void SET_MultiTexCoordP3uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_MultiTexCoordP3uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_MultiTexCoordP4ui)(GLenum, GLenum, GLuint);
+#define CALL_MultiTexCoordP4ui(disp, parameters) \
+ (* GET_MultiTexCoordP4ui(disp)) parameters
+static INLINE _glptr_MultiTexCoordP4ui GET_MultiTexCoordP4ui(struct _glapi_table *disp) {
+ return (_glptr_MultiTexCoordP4ui) (GET_by_offset(disp, _gloffset_MultiTexCoordP4ui));
+}
+
+static INLINE void SET_MultiTexCoordP4ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_MultiTexCoordP4ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_MultiTexCoordP4uiv)(GLenum, GLenum, const GLuint *);
+#define CALL_MultiTexCoordP4uiv(disp, parameters) \
+ (* GET_MultiTexCoordP4uiv(disp)) parameters
+static INLINE _glptr_MultiTexCoordP4uiv GET_MultiTexCoordP4uiv(struct _glapi_table *disp) {
+ return (_glptr_MultiTexCoordP4uiv) (GET_by_offset(disp, _gloffset_MultiTexCoordP4uiv));
+}
+
+static INLINE void SET_MultiTexCoordP4uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_MultiTexCoordP4uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_NormalP3ui)(GLenum, GLuint);
+#define CALL_NormalP3ui(disp, parameters) \
+ (* GET_NormalP3ui(disp)) parameters
+static INLINE _glptr_NormalP3ui GET_NormalP3ui(struct _glapi_table *disp) {
+ return (_glptr_NormalP3ui) (GET_by_offset(disp, _gloffset_NormalP3ui));
+}
+
+static INLINE void SET_NormalP3ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_NormalP3ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_NormalP3uiv)(GLenum, const GLuint *);
+#define CALL_NormalP3uiv(disp, parameters) \
+ (* GET_NormalP3uiv(disp)) parameters
+static INLINE _glptr_NormalP3uiv GET_NormalP3uiv(struct _glapi_table *disp) {
+ return (_glptr_NormalP3uiv) (GET_by_offset(disp, _gloffset_NormalP3uiv));
+}
+
+static INLINE void SET_NormalP3uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_NormalP3uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_SecondaryColorP3ui)(GLenum, GLuint);
+#define CALL_SecondaryColorP3ui(disp, parameters) \
+ (* GET_SecondaryColorP3ui(disp)) parameters
+static INLINE _glptr_SecondaryColorP3ui GET_SecondaryColorP3ui(struct _glapi_table *disp) {
+ return (_glptr_SecondaryColorP3ui) (GET_by_offset(disp, _gloffset_SecondaryColorP3ui));
+}
+
+static INLINE void SET_SecondaryColorP3ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_SecondaryColorP3ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_SecondaryColorP3uiv)(GLenum, const GLuint *);
+#define CALL_SecondaryColorP3uiv(disp, parameters) \
+ (* GET_SecondaryColorP3uiv(disp)) parameters
+static INLINE _glptr_SecondaryColorP3uiv GET_SecondaryColorP3uiv(struct _glapi_table *disp) {
+ return (_glptr_SecondaryColorP3uiv) (GET_by_offset(disp, _gloffset_SecondaryColorP3uiv));
+}
+
+static INLINE void SET_SecondaryColorP3uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_SecondaryColorP3uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_TexCoordP1ui)(GLenum, GLuint);
+#define CALL_TexCoordP1ui(disp, parameters) \
+ (* GET_TexCoordP1ui(disp)) parameters
+static INLINE _glptr_TexCoordP1ui GET_TexCoordP1ui(struct _glapi_table *disp) {
+ return (_glptr_TexCoordP1ui) (GET_by_offset(disp, _gloffset_TexCoordP1ui));
+}
+
+static INLINE void SET_TexCoordP1ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_TexCoordP1ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_TexCoordP1uiv)(GLenum, const GLuint *);
+#define CALL_TexCoordP1uiv(disp, parameters) \
+ (* GET_TexCoordP1uiv(disp)) parameters
+static INLINE _glptr_TexCoordP1uiv GET_TexCoordP1uiv(struct _glapi_table *disp) {
+ return (_glptr_TexCoordP1uiv) (GET_by_offset(disp, _gloffset_TexCoordP1uiv));
+}
+
+static INLINE void SET_TexCoordP1uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_TexCoordP1uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_TexCoordP2ui)(GLenum, GLuint);
+#define CALL_TexCoordP2ui(disp, parameters) \
+ (* GET_TexCoordP2ui(disp)) parameters
+static INLINE _glptr_TexCoordP2ui GET_TexCoordP2ui(struct _glapi_table *disp) {
+ return (_glptr_TexCoordP2ui) (GET_by_offset(disp, _gloffset_TexCoordP2ui));
+}
+
+static INLINE void SET_TexCoordP2ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_TexCoordP2ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_TexCoordP2uiv)(GLenum, const GLuint *);
+#define CALL_TexCoordP2uiv(disp, parameters) \
+ (* GET_TexCoordP2uiv(disp)) parameters
+static INLINE _glptr_TexCoordP2uiv GET_TexCoordP2uiv(struct _glapi_table *disp) {
+ return (_glptr_TexCoordP2uiv) (GET_by_offset(disp, _gloffset_TexCoordP2uiv));
+}
+
+static INLINE void SET_TexCoordP2uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_TexCoordP2uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_TexCoordP3ui)(GLenum, GLuint);
+#define CALL_TexCoordP3ui(disp, parameters) \
+ (* GET_TexCoordP3ui(disp)) parameters
+static INLINE _glptr_TexCoordP3ui GET_TexCoordP3ui(struct _glapi_table *disp) {
+ return (_glptr_TexCoordP3ui) (GET_by_offset(disp, _gloffset_TexCoordP3ui));
+}
+
+static INLINE void SET_TexCoordP3ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_TexCoordP3ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_TexCoordP3uiv)(GLenum, const GLuint *);
+#define CALL_TexCoordP3uiv(disp, parameters) \
+ (* GET_TexCoordP3uiv(disp)) parameters
+static INLINE _glptr_TexCoordP3uiv GET_TexCoordP3uiv(struct _glapi_table *disp) {
+ return (_glptr_TexCoordP3uiv) (GET_by_offset(disp, _gloffset_TexCoordP3uiv));
+}
+
+static INLINE void SET_TexCoordP3uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_TexCoordP3uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_TexCoordP4ui)(GLenum, GLuint);
+#define CALL_TexCoordP4ui(disp, parameters) \
+ (* GET_TexCoordP4ui(disp)) parameters
+static INLINE _glptr_TexCoordP4ui GET_TexCoordP4ui(struct _glapi_table *disp) {
+ return (_glptr_TexCoordP4ui) (GET_by_offset(disp, _gloffset_TexCoordP4ui));
+}
+
+static INLINE void SET_TexCoordP4ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_TexCoordP4ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_TexCoordP4uiv)(GLenum, const GLuint *);
+#define CALL_TexCoordP4uiv(disp, parameters) \
+ (* GET_TexCoordP4uiv(disp)) parameters
+static INLINE _glptr_TexCoordP4uiv GET_TexCoordP4uiv(struct _glapi_table *disp) {
+ return (_glptr_TexCoordP4uiv) (GET_by_offset(disp, _gloffset_TexCoordP4uiv));
+}
+
+static INLINE void SET_TexCoordP4uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_TexCoordP4uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_VertexAttribP1ui)(GLuint, GLenum, GLboolean, GLuint);
+#define CALL_VertexAttribP1ui(disp, parameters) \
+ (* GET_VertexAttribP1ui(disp)) parameters
+static INLINE _glptr_VertexAttribP1ui GET_VertexAttribP1ui(struct _glapi_table *disp) {
+ return (_glptr_VertexAttribP1ui) (GET_by_offset(disp, _gloffset_VertexAttribP1ui));
+}
+
+static INLINE void SET_VertexAttribP1ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum, GLboolean, GLuint)) {
+ SET_by_offset(disp, _gloffset_VertexAttribP1ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_VertexAttribP1uiv)(GLuint, GLenum, GLboolean, const GLuint *);
+#define CALL_VertexAttribP1uiv(disp, parameters) \
+ (* GET_VertexAttribP1uiv(disp)) parameters
+static INLINE _glptr_VertexAttribP1uiv GET_VertexAttribP1uiv(struct _glapi_table *disp) {
+ return (_glptr_VertexAttribP1uiv) (GET_by_offset(disp, _gloffset_VertexAttribP1uiv));
+}
+
+static INLINE void SET_VertexAttribP1uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum, GLboolean, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_VertexAttribP1uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_VertexAttribP2ui)(GLuint, GLenum, GLboolean, GLuint);
+#define CALL_VertexAttribP2ui(disp, parameters) \
+ (* GET_VertexAttribP2ui(disp)) parameters
+static INLINE _glptr_VertexAttribP2ui GET_VertexAttribP2ui(struct _glapi_table *disp) {
+ return (_glptr_VertexAttribP2ui) (GET_by_offset(disp, _gloffset_VertexAttribP2ui));
+}
+
+static INLINE void SET_VertexAttribP2ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum, GLboolean, GLuint)) {
+ SET_by_offset(disp, _gloffset_VertexAttribP2ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_VertexAttribP2uiv)(GLuint, GLenum, GLboolean, const GLuint *);
+#define CALL_VertexAttribP2uiv(disp, parameters) \
+ (* GET_VertexAttribP2uiv(disp)) parameters
+static INLINE _glptr_VertexAttribP2uiv GET_VertexAttribP2uiv(struct _glapi_table *disp) {
+ return (_glptr_VertexAttribP2uiv) (GET_by_offset(disp, _gloffset_VertexAttribP2uiv));
+}
+
+static INLINE void SET_VertexAttribP2uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum, GLboolean, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_VertexAttribP2uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_VertexAttribP3ui)(GLuint, GLenum, GLboolean, GLuint);
+#define CALL_VertexAttribP3ui(disp, parameters) \
+ (* GET_VertexAttribP3ui(disp)) parameters
+static INLINE _glptr_VertexAttribP3ui GET_VertexAttribP3ui(struct _glapi_table *disp) {
+ return (_glptr_VertexAttribP3ui) (GET_by_offset(disp, _gloffset_VertexAttribP3ui));
+}
+
+static INLINE void SET_VertexAttribP3ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum, GLboolean, GLuint)) {
+ SET_by_offset(disp, _gloffset_VertexAttribP3ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_VertexAttribP3uiv)(GLuint, GLenum, GLboolean, const GLuint *);
+#define CALL_VertexAttribP3uiv(disp, parameters) \
+ (* GET_VertexAttribP3uiv(disp)) parameters
+static INLINE _glptr_VertexAttribP3uiv GET_VertexAttribP3uiv(struct _glapi_table *disp) {
+ return (_glptr_VertexAttribP3uiv) (GET_by_offset(disp, _gloffset_VertexAttribP3uiv));
+}
+
+static INLINE void SET_VertexAttribP3uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum, GLboolean, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_VertexAttribP3uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_VertexAttribP4ui)(GLuint, GLenum, GLboolean, GLuint);
+#define CALL_VertexAttribP4ui(disp, parameters) \
+ (* GET_VertexAttribP4ui(disp)) parameters
+static INLINE _glptr_VertexAttribP4ui GET_VertexAttribP4ui(struct _glapi_table *disp) {
+ return (_glptr_VertexAttribP4ui) (GET_by_offset(disp, _gloffset_VertexAttribP4ui));
+}
+
+static INLINE void SET_VertexAttribP4ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum, GLboolean, GLuint)) {
+ SET_by_offset(disp, _gloffset_VertexAttribP4ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_VertexAttribP4uiv)(GLuint, GLenum, GLboolean, const GLuint *);
+#define CALL_VertexAttribP4uiv(disp, parameters) \
+ (* GET_VertexAttribP4uiv(disp)) parameters
+static INLINE _glptr_VertexAttribP4uiv GET_VertexAttribP4uiv(struct _glapi_table *disp) {
+ return (_glptr_VertexAttribP4uiv) (GET_by_offset(disp, _gloffset_VertexAttribP4uiv));
+}
+
+static INLINE void SET_VertexAttribP4uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum, GLboolean, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_VertexAttribP4uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_VertexP2ui)(GLenum, GLuint);
+#define CALL_VertexP2ui(disp, parameters) \
+ (* GET_VertexP2ui(disp)) parameters
+static INLINE _glptr_VertexP2ui GET_VertexP2ui(struct _glapi_table *disp) {
+ return (_glptr_VertexP2ui) (GET_by_offset(disp, _gloffset_VertexP2ui));
+}
+
+static INLINE void SET_VertexP2ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_VertexP2ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_VertexP2uiv)(GLenum, const GLuint *);
+#define CALL_VertexP2uiv(disp, parameters) \
+ (* GET_VertexP2uiv(disp)) parameters
+static INLINE _glptr_VertexP2uiv GET_VertexP2uiv(struct _glapi_table *disp) {
+ return (_glptr_VertexP2uiv) (GET_by_offset(disp, _gloffset_VertexP2uiv));
+}
+
+static INLINE void SET_VertexP2uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_VertexP2uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_VertexP3ui)(GLenum, GLuint);
+#define CALL_VertexP3ui(disp, parameters) \
+ (* GET_VertexP3ui(disp)) parameters
+static INLINE _glptr_VertexP3ui GET_VertexP3ui(struct _glapi_table *disp) {
+ return (_glptr_VertexP3ui) (GET_by_offset(disp, _gloffset_VertexP3ui));
+}
+
+static INLINE void SET_VertexP3ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_VertexP3ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_VertexP3uiv)(GLenum, const GLuint *);
+#define CALL_VertexP3uiv(disp, parameters) \
+ (* GET_VertexP3uiv(disp)) parameters
+static INLINE _glptr_VertexP3uiv GET_VertexP3uiv(struct _glapi_table *disp) {
+ return (_glptr_VertexP3uiv) (GET_by_offset(disp, _gloffset_VertexP3uiv));
+}
+
+static INLINE void SET_VertexP3uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_VertexP3uiv, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_VertexP4ui)(GLenum, GLuint);
+#define CALL_VertexP4ui(disp, parameters) \
+ (* GET_VertexP4ui(disp)) parameters
+static INLINE _glptr_VertexP4ui GET_VertexP4ui(struct _glapi_table *disp) {
+ return (_glptr_VertexP4ui) (GET_by_offset(disp, _gloffset_VertexP4ui));
+}
+
+static INLINE void SET_VertexP4ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint)) {
+ SET_by_offset(disp, _gloffset_VertexP4ui, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_VertexP4uiv)(GLenum, const GLuint *);
+#define CALL_VertexP4uiv(disp, parameters) \
+ (* GET_VertexP4uiv(disp)) parameters
+static INLINE _glptr_VertexP4uiv GET_VertexP4uiv(struct _glapi_table *disp) {
+ return (_glptr_VertexP4uiv) (GET_by_offset(disp, _gloffset_VertexP4uiv));
+}
+
+static INLINE void SET_VertexP4uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLuint *)) {
+ SET_by_offset(disp, _gloffset_VertexP4uiv, fn);
+}
+
typedef void (GLAPIENTRYP _glptr_BindTransformFeedback)(GLenum, GLuint);
#define CALL_BindTransformFeedback(disp, parameters) \
(* GET_BindTransformFeedback(disp)) parameters
diff --git a/src/mesa/main/enums.c b/src/mesa/main/enums.c
index f55a23adace..a8962a78a6b 100644
--- a/src/mesa/main/enums.c
+++ b/src/mesa/main/enums.c
@@ -812,6 +812,7 @@ LONGSTRING static const char enum_string_table[] =
"GL_INTERPOLATE_ARB\0"
"GL_INTERPOLATE_EXT\0"
"GL_INT_10_10_10_2_OES\0"
+ "GL_INT_2_10_10_10_REV\0"
"GL_INT_SAMPLER_1D\0"
"GL_INT_SAMPLER_1D_ARRAY\0"
"GL_INT_SAMPLER_1D_ARRAY_EXT\0"
@@ -2356,7 +2357,7 @@ LONGSTRING static const char enum_string_table[] =
"GL_ZOOM_Y\0"
;
-static const enum_elt all_enums[2317] =
+static const enum_elt all_enums[2318] =
{
{ 0, 0x00000600 }, /* GL_2D */
{ 6, 0x00001407 }, /* GL_2_BYTES */
@@ -3133,1631 +3134,1632 @@ static const enum_elt all_enums[2317] =
{ 16740, 0x00008575 }, /* GL_INTERPOLATE_ARB */
{ 16759, 0x00008575 }, /* GL_INTERPOLATE_EXT */
{ 16778, 0x00008DF7 }, /* GL_INT_10_10_10_2_OES */
- { 16800, 0x00008DC9 }, /* GL_INT_SAMPLER_1D */
- { 16818, 0x00008DCE }, /* GL_INT_SAMPLER_1D_ARRAY */
- { 16842, 0x00008DCE }, /* GL_INT_SAMPLER_1D_ARRAY_EXT */
- { 16870, 0x00008DC9 }, /* GL_INT_SAMPLER_1D_EXT */
- { 16892, 0x00008DCA }, /* GL_INT_SAMPLER_2D */
- { 16910, 0x00008DCF }, /* GL_INT_SAMPLER_2D_ARRAY */
- { 16934, 0x00008DCF }, /* GL_INT_SAMPLER_2D_ARRAY_EXT */
- { 16962, 0x00008DCA }, /* GL_INT_SAMPLER_2D_EXT */
- { 16984, 0x00008DCD }, /* GL_INT_SAMPLER_2D_RECT */
- { 17007, 0x00008DCD }, /* GL_INT_SAMPLER_2D_RECT_EXT */
- { 17034, 0x00008DCB }, /* GL_INT_SAMPLER_3D */
- { 17052, 0x00008DCB }, /* GL_INT_SAMPLER_3D_EXT */
- { 17074, 0x00008DD0 }, /* GL_INT_SAMPLER_BUFFER */
- { 17096, 0x00008DD0 }, /* GL_INT_SAMPLER_BUFFER_EXT */
- { 17122, 0x00008DCC }, /* GL_INT_SAMPLER_CUBE */
- { 17142, 0x00008DCC }, /* GL_INT_SAMPLER_CUBE_EXT */
- { 17166, 0x00008B53 }, /* GL_INT_VEC2 */
- { 17178, 0x00008B53 }, /* GL_INT_VEC2_ARB */
- { 17194, 0x00008B54 }, /* GL_INT_VEC3 */
- { 17206, 0x00008B54 }, /* GL_INT_VEC3_ARB */
- { 17222, 0x00008B55 }, /* GL_INT_VEC4 */
- { 17234, 0x00008B55 }, /* GL_INT_VEC4_ARB */
- { 17250, 0x00000500 }, /* GL_INVALID_ENUM */
- { 17266, 0x00000506 }, /* GL_INVALID_FRAMEBUFFER_OPERATION */
- { 17299, 0x00000506 }, /* GL_INVALID_FRAMEBUFFER_OPERATION_EXT */
- { 17336, 0x00000506 }, /* GL_INVALID_FRAMEBUFFER_OPERATION_OES */
- { 17373, 0x00000502 }, /* GL_INVALID_OPERATION */
- { 17394, 0x00000501 }, /* GL_INVALID_VALUE */
- { 17411, 0x0000862B }, /* GL_INVERSE_NV */
- { 17425, 0x0000862D }, /* GL_INVERSE_TRANSPOSE_NV */
- { 17449, 0x0000150A }, /* GL_INVERT */
- { 17459, 0x00001E00 }, /* GL_KEEP */
- { 17467, 0x00008E4E }, /* GL_LAST_VERTEX_CONVENTION */
- { 17493, 0x00008E4E }, /* GL_LAST_VERTEX_CONVENTION_EXT */
- { 17523, 0x00000406 }, /* GL_LEFT */
- { 17531, 0x00000203 }, /* GL_LEQUAL */
- { 17541, 0x00000201 }, /* GL_LESS */
- { 17549, 0x00004000 }, /* GL_LIGHT0 */
- { 17559, 0x00004001 }, /* GL_LIGHT1 */
- { 17569, 0x00004002 }, /* GL_LIGHT2 */
- { 17579, 0x00004003 }, /* GL_LIGHT3 */
- { 17589, 0x00004004 }, /* GL_LIGHT4 */
- { 17599, 0x00004005 }, /* GL_LIGHT5 */
- { 17609, 0x00004006 }, /* GL_LIGHT6 */
- { 17619, 0x00004007 }, /* GL_LIGHT7 */
- { 17629, 0x00000B50 }, /* GL_LIGHTING */
- { 17641, 0x00000040 }, /* GL_LIGHTING_BIT */
- { 17657, 0x00000B53 }, /* GL_LIGHT_MODEL_AMBIENT */
- { 17680, 0x000081F8 }, /* GL_LIGHT_MODEL_COLOR_CONTROL */
- { 17709, 0x000081F8 }, /* GL_LIGHT_MODEL_COLOR_CONTROL_EXT */
- { 17742, 0x00000B51 }, /* GL_LIGHT_MODEL_LOCAL_VIEWER */
- { 17770, 0x00000B52 }, /* GL_LIGHT_MODEL_TWO_SIDE */
- { 17794, 0x00001B01 }, /* GL_LINE */
- { 17802, 0x00002601 }, /* GL_LINEAR */
- { 17812, 0x00001208 }, /* GL_LINEAR_ATTENUATION */
- { 17834, 0x00008170 }, /* GL_LINEAR_CLIPMAP_LINEAR_SGIX */
- { 17864, 0x0000844F }, /* GL_LINEAR_CLIPMAP_NEAREST_SGIX */
- { 17895, 0x00002703 }, /* GL_LINEAR_MIPMAP_LINEAR */
- { 17919, 0x00002701 }, /* GL_LINEAR_MIPMAP_NEAREST */
- { 17944, 0x00000001 }, /* GL_LINES */
- { 17953, 0x0000000A }, /* GL_LINES_ADJACENCY */
- { 17972, 0x0000000A }, /* GL_LINES_ADJACENCY_ARB */
- { 17995, 0x00000004 }, /* GL_LINE_BIT */
- { 18007, 0x00000002 }, /* GL_LINE_LOOP */
- { 18020, 0x00000707 }, /* GL_LINE_RESET_TOKEN */
- { 18040, 0x00000B20 }, /* GL_LINE_SMOOTH */
- { 18055, 0x00000C52 }, /* GL_LINE_SMOOTH_HINT */
- { 18075, 0x00000B24 }, /* GL_LINE_STIPPLE */
- { 18091, 0x00000B25 }, /* GL_LINE_STIPPLE_PATTERN */
- { 18115, 0x00000B26 }, /* GL_LINE_STIPPLE_REPEAT */
- { 18138, 0x00000003 }, /* GL_LINE_STRIP */
- { 18152, 0x0000000B }, /* GL_LINE_STRIP_ADJACENCY */
- { 18176, 0x0000000B }, /* GL_LINE_STRIP_ADJACENCY_ARB */
- { 18204, 0x00000702 }, /* GL_LINE_TOKEN */
- { 18218, 0x00000B21 }, /* GL_LINE_WIDTH */
- { 18232, 0x00000B23 }, /* GL_LINE_WIDTH_GRANULARITY */
- { 18258, 0x00000B22 }, /* GL_LINE_WIDTH_RANGE */
- { 18278, 0x00008B82 }, /* GL_LINK_STATUS */
- { 18293, 0x00000B32 }, /* GL_LIST_BASE */
- { 18306, 0x00020000 }, /* GL_LIST_BIT */
- { 18318, 0x00000B33 }, /* GL_LIST_INDEX */
- { 18332, 0x00000B30 }, /* GL_LIST_MODE */
- { 18345, 0x00000101 }, /* GL_LOAD */
- { 18353, 0x00000BF1 }, /* GL_LOGIC_OP */
- { 18365, 0x00000BF0 }, /* GL_LOGIC_OP_MODE */
- { 18382, 0x00008252 }, /* GL_LOSE_CONTEXT_ON_RESET_ARB */
- { 18411, 0x00008CA1 }, /* GL_LOWER_LEFT */
- { 18425, 0x00008DF0 }, /* GL_LOW_FLOAT */
- { 18438, 0x00008DF3 }, /* GL_LOW_INT */
- { 18449, 0x00001909 }, /* GL_LUMINANCE */
- { 18462, 0x00008041 }, /* GL_LUMINANCE12 */
- { 18477, 0x00008047 }, /* GL_LUMINANCE12_ALPHA12 */
- { 18500, 0x00008047 }, /* GL_LUMINANCE12_ALPHA12_EXT */
- { 18527, 0x00008046 }, /* GL_LUMINANCE12_ALPHA4 */
- { 18549, 0x00008046 }, /* GL_LUMINANCE12_ALPHA4_EXT */
- { 18575, 0x00008041 }, /* GL_LUMINANCE12_EXT */
- { 18594, 0x00008042 }, /* GL_LUMINANCE16 */
- { 18609, 0x00008D8C }, /* GL_LUMINANCE16I_EXT */
- { 18629, 0x00008D7A }, /* GL_LUMINANCE16UI_EXT */
- { 18650, 0x00008048 }, /* GL_LUMINANCE16_ALPHA16 */
- { 18673, 0x00008048 }, /* GL_LUMINANCE16_ALPHA16_EXT */
- { 18700, 0x00008042 }, /* GL_LUMINANCE16_EXT */
- { 18719, 0x00008D86 }, /* GL_LUMINANCE32I_EXT */
- { 18739, 0x00008D74 }, /* GL_LUMINANCE32UI_EXT */
- { 18760, 0x0000803F }, /* GL_LUMINANCE4 */
- { 18774, 0x00008043 }, /* GL_LUMINANCE4_ALPHA4 */
- { 18795, 0x00008043 }, /* GL_LUMINANCE4_ALPHA4_EXT */
- { 18820, 0x0000803F }, /* GL_LUMINANCE4_EXT */
- { 18838, 0x00008044 }, /* GL_LUMINANCE6_ALPHA2 */
- { 18859, 0x00008044 }, /* GL_LUMINANCE6_ALPHA2_EXT */
- { 18884, 0x00008040 }, /* GL_LUMINANCE8 */
- { 18898, 0x00008D92 }, /* GL_LUMINANCE8I_EXT */
- { 18917, 0x00008D80 }, /* GL_LUMINANCE8UI_EXT */
- { 18937, 0x00008045 }, /* GL_LUMINANCE8_ALPHA8 */
- { 18958, 0x00008045 }, /* GL_LUMINANCE8_ALPHA8_EXT */
- { 18983, 0x00008040 }, /* GL_LUMINANCE8_EXT */
- { 19001, 0x0000190A }, /* GL_LUMINANCE_ALPHA */
- { 19020, 0x00008D8D }, /* GL_LUMINANCE_ALPHA16I_EXT */
- { 19046, 0x00008D7B }, /* GL_LUMINANCE_ALPHA16UI_EXT */
- { 19073, 0x00008D87 }, /* GL_LUMINANCE_ALPHA32I_EXT */
- { 19099, 0x00008D75 }, /* GL_LUMINANCE_ALPHA32UI_EXT */
- { 19126, 0x00008D93 }, /* GL_LUMINANCE_ALPHA8I_EXT */
- { 19151, 0x00008D81 }, /* GL_LUMINANCE_ALPHA8UI_EXT */
- { 19177, 0x00008D9D }, /* GL_LUMINANCE_ALPHA_INTEGER_EXT */
- { 19208, 0x00008D9C }, /* GL_LUMINANCE_INTEGER_EXT */
- { 19233, 0x0000821B }, /* GL_MAJOR_VERSION */
- { 19250, 0x00000D90 }, /* GL_MAP1_COLOR_4 */
- { 19266, 0x00000DD0 }, /* GL_MAP1_GRID_DOMAIN */
- { 19286, 0x00000DD1 }, /* GL_MAP1_GRID_SEGMENTS */
- { 19308, 0x00000D91 }, /* GL_MAP1_INDEX */
- { 19322, 0x00000D92 }, /* GL_MAP1_NORMAL */
- { 19337, 0x00000D93 }, /* GL_MAP1_TEXTURE_COORD_1 */
- { 19361, 0x00000D94 }, /* GL_MAP1_TEXTURE_COORD_2 */
- { 19385, 0x00000D95 }, /* GL_MAP1_TEXTURE_COORD_3 */
- { 19409, 0x00000D96 }, /* GL_MAP1_TEXTURE_COORD_4 */
- { 19433, 0x00000D97 }, /* GL_MAP1_VERTEX_3 */
- { 19450, 0x00000D98 }, /* GL_MAP1_VERTEX_4 */
- { 19467, 0x00008660 }, /* GL_MAP1_VERTEX_ATTRIB0_4_NV */
- { 19495, 0x0000866A }, /* GL_MAP1_VERTEX_ATTRIB10_4_NV */
- { 19524, 0x0000866B }, /* GL_MAP1_VERTEX_ATTRIB11_4_NV */
- { 19553, 0x0000866C }, /* GL_MAP1_VERTEX_ATTRIB12_4_NV */
- { 19582, 0x0000866D }, /* GL_MAP1_VERTEX_ATTRIB13_4_NV */
- { 19611, 0x0000866E }, /* GL_MAP1_VERTEX_ATTRIB14_4_NV */
- { 19640, 0x0000866F }, /* GL_MAP1_VERTEX_ATTRIB15_4_NV */
- { 19669, 0x00008661 }, /* GL_MAP1_VERTEX_ATTRIB1_4_NV */
- { 19697, 0x00008662 }, /* GL_MAP1_VERTEX_ATTRIB2_4_NV */
- { 19725, 0x00008663 }, /* GL_MAP1_VERTEX_ATTRIB3_4_NV */
- { 19753, 0x00008664 }, /* GL_MAP1_VERTEX_ATTRIB4_4_NV */
- { 19781, 0x00008665 }, /* GL_MAP1_VERTEX_ATTRIB5_4_NV */
- { 19809, 0x00008666 }, /* GL_MAP1_VERTEX_ATTRIB6_4_NV */
- { 19837, 0x00008667 }, /* GL_MAP1_VERTEX_ATTRIB7_4_NV */
- { 19865, 0x00008668 }, /* GL_MAP1_VERTEX_ATTRIB8_4_NV */
- { 19893, 0x00008669 }, /* GL_MAP1_VERTEX_ATTRIB9_4_NV */
- { 19921, 0x00000DB0 }, /* GL_MAP2_COLOR_4 */
- { 19937, 0x00000DD2 }, /* GL_MAP2_GRID_DOMAIN */
- { 19957, 0x00000DD3 }, /* GL_MAP2_GRID_SEGMENTS */
- { 19979, 0x00000DB1 }, /* GL_MAP2_INDEX */
- { 19993, 0x00000DB2 }, /* GL_MAP2_NORMAL */
- { 20008, 0x00000DB3 }, /* GL_MAP2_TEXTURE_COORD_1 */
- { 20032, 0x00000DB4 }, /* GL_MAP2_TEXTURE_COORD_2 */
- { 20056, 0x00000DB5 }, /* GL_MAP2_TEXTURE_COORD_3 */
- { 20080, 0x00000DB6 }, /* GL_MAP2_TEXTURE_COORD_4 */
- { 20104, 0x00000DB7 }, /* GL_MAP2_VERTEX_3 */
- { 20121, 0x00000DB8 }, /* GL_MAP2_VERTEX_4 */
- { 20138, 0x00008670 }, /* GL_MAP2_VERTEX_ATTRIB0_4_NV */
- { 20166, 0x0000867A }, /* GL_MAP2_VERTEX_ATTRIB10_4_NV */
- { 20195, 0x0000867B }, /* GL_MAP2_VERTEX_ATTRIB11_4_NV */
- { 20224, 0x0000867C }, /* GL_MAP2_VERTEX_ATTRIB12_4_NV */
- { 20253, 0x0000867D }, /* GL_MAP2_VERTEX_ATTRIB13_4_NV */
- { 20282, 0x0000867E }, /* GL_MAP2_VERTEX_ATTRIB14_4_NV */
- { 20311, 0x0000867F }, /* GL_MAP2_VERTEX_ATTRIB15_4_NV */
- { 20340, 0x00008671 }, /* GL_MAP2_VERTEX_ATTRIB1_4_NV */
- { 20368, 0x00008672 }, /* GL_MAP2_VERTEX_ATTRIB2_4_NV */
- { 20396, 0x00008673 }, /* GL_MAP2_VERTEX_ATTRIB3_4_NV */
- { 20424, 0x00008674 }, /* GL_MAP2_VERTEX_ATTRIB4_4_NV */
- { 20452, 0x00008675 }, /* GL_MAP2_VERTEX_ATTRIB5_4_NV */
- { 20480, 0x00008676 }, /* GL_MAP2_VERTEX_ATTRIB6_4_NV */
- { 20508, 0x00008677 }, /* GL_MAP2_VERTEX_ATTRIB7_4_NV */
- { 20536, 0x00008678 }, /* GL_MAP2_VERTEX_ATTRIB8_4_NV */
- { 20564, 0x00008679 }, /* GL_MAP2_VERTEX_ATTRIB9_4_NV */
- { 20592, 0x00000D10 }, /* GL_MAP_COLOR */
- { 20605, 0x00000010 }, /* GL_MAP_FLUSH_EXPLICIT_BIT */
- { 20631, 0x00000008 }, /* GL_MAP_INVALIDATE_BUFFER_BIT */
- { 20660, 0x00000004 }, /* GL_MAP_INVALIDATE_RANGE_BIT */
- { 20688, 0x00000001 }, /* GL_MAP_READ_BIT */
- { 20704, 0x00000D11 }, /* GL_MAP_STENCIL */
- { 20719, 0x00000020 }, /* GL_MAP_UNSYNCHRONIZED_BIT */
- { 20745, 0x00000002 }, /* GL_MAP_WRITE_BIT */
- { 20762, 0x000088C0 }, /* GL_MATRIX0_ARB */
- { 20777, 0x00008630 }, /* GL_MATRIX0_NV */
- { 20791, 0x000088CA }, /* GL_MATRIX10_ARB */
- { 20807, 0x000088CB }, /* GL_MATRIX11_ARB */
- { 20823, 0x000088CC }, /* GL_MATRIX12_ARB */
- { 20839, 0x000088CD }, /* GL_MATRIX13_ARB */
- { 20855, 0x000088CE }, /* GL_MATRIX14_ARB */
- { 20871, 0x000088CF }, /* GL_MATRIX15_ARB */
- { 20887, 0x000088D0 }, /* GL_MATRIX16_ARB */
- { 20903, 0x000088D1 }, /* GL_MATRIX17_ARB */
- { 20919, 0x000088D2 }, /* GL_MATRIX18_ARB */
- { 20935, 0x000088D3 }, /* GL_MATRIX19_ARB */
- { 20951, 0x000088C1 }, /* GL_MATRIX1_ARB */
- { 20966, 0x00008631 }, /* GL_MATRIX1_NV */
- { 20980, 0x000088D4 }, /* GL_MATRIX20_ARB */
- { 20996, 0x000088D5 }, /* GL_MATRIX21_ARB */
- { 21012, 0x000088D6 }, /* GL_MATRIX22_ARB */
- { 21028, 0x000088D7 }, /* GL_MATRIX23_ARB */
- { 21044, 0x000088D8 }, /* GL_MATRIX24_ARB */
- { 21060, 0x000088D9 }, /* GL_MATRIX25_ARB */
- { 21076, 0x000088DA }, /* GL_MATRIX26_ARB */
- { 21092, 0x000088DB }, /* GL_MATRIX27_ARB */
- { 21108, 0x000088DC }, /* GL_MATRIX28_ARB */
- { 21124, 0x000088DD }, /* GL_MATRIX29_ARB */
- { 21140, 0x000088C2 }, /* GL_MATRIX2_ARB */
- { 21155, 0x00008632 }, /* GL_MATRIX2_NV */
- { 21169, 0x000088DE }, /* GL_MATRIX30_ARB */
- { 21185, 0x000088DF }, /* GL_MATRIX31_ARB */
- { 21201, 0x000088C3 }, /* GL_MATRIX3_ARB */
- { 21216, 0x00008633 }, /* GL_MATRIX3_NV */
- { 21230, 0x000088C4 }, /* GL_MATRIX4_ARB */
- { 21245, 0x00008634 }, /* GL_MATRIX4_NV */
- { 21259, 0x000088C5 }, /* GL_MATRIX5_ARB */
- { 21274, 0x00008635 }, /* GL_MATRIX5_NV */
- { 21288, 0x000088C6 }, /* GL_MATRIX6_ARB */
- { 21303, 0x00008636 }, /* GL_MATRIX6_NV */
- { 21317, 0x000088C7 }, /* GL_MATRIX7_ARB */
- { 21332, 0x00008637 }, /* GL_MATRIX7_NV */
- { 21346, 0x000088C8 }, /* GL_MATRIX8_ARB */
- { 21361, 0x000088C9 }, /* GL_MATRIX9_ARB */
- { 21376, 0x00008844 }, /* GL_MATRIX_INDEX_ARRAY_ARB */
- { 21402, 0x00008B9E }, /* GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES */
- { 21443, 0x00008844 }, /* GL_MATRIX_INDEX_ARRAY_OES */
- { 21469, 0x00008849 }, /* GL_MATRIX_INDEX_ARRAY_POINTER_ARB */
- { 21503, 0x00008849 }, /* GL_MATRIX_INDEX_ARRAY_POINTER_OES */
- { 21537, 0x00008846 }, /* GL_MATRIX_INDEX_ARRAY_SIZE_ARB */
- { 21568, 0x00008846 }, /* GL_MATRIX_INDEX_ARRAY_SIZE_OES */
- { 21599, 0x00008848 }, /* GL_MATRIX_INDEX_ARRAY_STRIDE_ARB */
- { 21632, 0x00008848 }, /* GL_MATRIX_INDEX_ARRAY_STRIDE_OES */
- { 21665, 0x00008847 }, /* GL_MATRIX_INDEX_ARRAY_TYPE_ARB */
- { 21696, 0x00008847 }, /* GL_MATRIX_INDEX_ARRAY_TYPE_OES */
- { 21727, 0x00000BA0 }, /* GL_MATRIX_MODE */
- { 21742, 0x00008840 }, /* GL_MATRIX_PALETTE_ARB */
- { 21764, 0x00008840 }, /* GL_MATRIX_PALETTE_OES */
- { 21786, 0x00008008 }, /* GL_MAX */
- { 21793, 0x00008073 }, /* GL_MAX_3D_TEXTURE_SIZE */
- { 21816, 0x00008073 }, /* GL_MAX_3D_TEXTURE_SIZE_OES */
- { 21843, 0x000088FF }, /* GL_MAX_ARRAY_TEXTURE_LAYERS */
- { 21871, 0x000088FF }, /* GL_MAX_ARRAY_TEXTURE_LAYERS_EXT */
- { 21903, 0x00000D35 }, /* GL_MAX_ATTRIB_STACK_DEPTH */
- { 21929, 0x00000D3B }, /* GL_MAX_CLIENT_ATTRIB_STACK_DEPTH */
- { 21962, 0x00008177 }, /* GL_MAX_CLIPMAP_DEPTH_SGIX */
- { 21988, 0x00008178 }, /* GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX */
- { 22022, 0x00000D32 }, /* GL_MAX_CLIP_DISTANCES */
- { 22044, 0x00000D32 }, /* GL_MAX_CLIP_PLANES */
- { 22063, 0x00008CDF }, /* GL_MAX_COLOR_ATTACHMENTS */
- { 22088, 0x00008CDF }, /* GL_MAX_COLOR_ATTACHMENTS_EXT */
- { 22117, 0x000080B3 }, /* GL_MAX_COLOR_MATRIX_STACK_DEPTH */
- { 22149, 0x000080B3 }, /* GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI */
- { 22185, 0x00008B4D }, /* GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS */
- { 22221, 0x00008B4D }, /* GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB */
- { 22261, 0x0000801B }, /* GL_MAX_CONVOLUTION_HEIGHT */
- { 22287, 0x0000801B }, /* GL_MAX_CONVOLUTION_HEIGHT_EXT */
- { 22317, 0x0000801A }, /* GL_MAX_CONVOLUTION_WIDTH */
- { 22342, 0x0000801A }, /* GL_MAX_CONVOLUTION_WIDTH_EXT */
- { 22371, 0x0000851C }, /* GL_MAX_CUBE_MAP_TEXTURE_SIZE */
- { 22400, 0x0000851C }, /* GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB */
- { 22433, 0x0000851C }, /* GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES */
- { 22466, 0x00008824 }, /* GL_MAX_DRAW_BUFFERS */
- { 22486, 0x00008824 }, /* GL_MAX_DRAW_BUFFERS_ARB */
- { 22510, 0x00008824 }, /* GL_MAX_DRAW_BUFFERS_ATI */
- { 22534, 0x000080E9 }, /* GL_MAX_ELEMENTS_INDICES */
- { 22558, 0x000080E8 }, /* GL_MAX_ELEMENTS_VERTICES */
- { 22583, 0x00000D30 }, /* GL_MAX_EVAL_ORDER */
- { 22601, 0x00008008 }, /* GL_MAX_EXT */
- { 22612, 0x00009125 }, /* GL_MAX_FRAGMENT_INPUT_COMPONENTS */
- { 22645, 0x00008B49 }, /* GL_MAX_FRAGMENT_UNIFORM_COMPONENTS */
- { 22680, 0x00008B49 }, /* GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB */
- { 22719, 0x00008DFD }, /* GL_MAX_FRAGMENT_UNIFORM_VECTORS */
- { 22751, 0x00009123 }, /* GL_MAX_GEOMETRY_INPUT_COMPONENTS */
- { 22784, 0x00009124 }, /* GL_MAX_GEOMETRY_OUTPUT_COMPONENTS */
- { 22818, 0x00008DE0 }, /* GL_MAX_GEOMETRY_OUTPUT_VERTICES */
- { 22850, 0x00008DE0 }, /* GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB */
- { 22886, 0x00008C29 }, /* GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS */
- { 22922, 0x00008C29 }, /* GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB */
- { 22962, 0x00008DE1 }, /* GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS */
- { 23002, 0x00008DE1 }, /* GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB */
- { 23046, 0x00008DDF }, /* GL_MAX_GEOMETRY_UNIFORM_COMPONENTS */
- { 23081, 0x00008DDF }, /* GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB */
- { 23120, 0x00008DDD }, /* GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB */
- { 23159, 0x00000D31 }, /* GL_MAX_LIGHTS */
- { 23173, 0x00000B31 }, /* GL_MAX_LIST_NESTING */
- { 23193, 0x00008841 }, /* GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB */
- { 23231, 0x00000D36 }, /* GL_MAX_MODELVIEW_STACK_DEPTH */
- { 23260, 0x00000D37 }, /* GL_MAX_NAME_STACK_DEPTH */
- { 23284, 0x00008842 }, /* GL_MAX_PALETTE_MATRICES_ARB */
- { 23312, 0x00008842 }, /* GL_MAX_PALETTE_MATRICES_OES */
- { 23340, 0x00000D34 }, /* GL_MAX_PIXEL_MAP_TABLE */
- { 23363, 0x000088B1 }, /* GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB */
- { 23400, 0x0000880B }, /* GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB */
- { 23436, 0x000088AD }, /* GL_MAX_PROGRAM_ATTRIBS_ARB */
- { 23463, 0x000088F5 }, /* GL_MAX_PROGRAM_CALL_DEPTH_NV */
- { 23492, 0x000088B5 }, /* GL_MAX_PROGRAM_ENV_PARAMETERS_ARB */
- { 23526, 0x000088F4 }, /* GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV */
- { 23562, 0x000088F6 }, /* GL_MAX_PROGRAM_IF_DEPTH_NV */
- { 23589, 0x000088A1 }, /* GL_MAX_PROGRAM_INSTRUCTIONS_ARB */
- { 23621, 0x000088B4 }, /* GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB */
- { 23657, 0x000088F8 }, /* GL_MAX_PROGRAM_LOOP_COUNT_NV */
- { 23686, 0x000088F7 }, /* GL_MAX_PROGRAM_LOOP_DEPTH_NV */
- { 23715, 0x0000862F }, /* GL_MAX_PROGRAM_MATRICES_ARB */
- { 23743, 0x0000862E }, /* GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB */
- { 23781, 0x000088B3 }, /* GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB */
- { 23825, 0x0000880E }, /* GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB */
- { 23868, 0x000088AF }, /* GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB */
- { 23902, 0x000088A3 }, /* GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB */
- { 23941, 0x000088AB }, /* GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB */
- { 23978, 0x000088A7 }, /* GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB */
- { 24016, 0x00008810 }, /* GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB */
- { 24059, 0x0000880F }, /* GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB */
- { 24102, 0x000088A9 }, /* GL_MAX_PROGRAM_PARAMETERS_ARB */
- { 24132, 0x000088A5 }, /* GL_MAX_PROGRAM_TEMPORARIES_ARB */
- { 24163, 0x00008905 }, /* GL_MAX_PROGRAM_TEXEL_OFFSET */
- { 24191, 0x00008905 }, /* GL_MAX_PROGRAM_TEXEL_OFFSET_EXT */
- { 24223, 0x0000880D }, /* GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB */
- { 24259, 0x0000880C }, /* GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB */
- { 24295, 0x00000D38 }, /* GL_MAX_PROJECTION_STACK_DEPTH */
- { 24325, 0x000084F8 }, /* GL_MAX_RECTANGLE_TEXTURE_SIZE */
- { 24355, 0x000084F8 }, /* GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB */
- { 24389, 0x000084F8 }, /* GL_MAX_RECTANGLE_TEXTURE_SIZE_NV */
- { 24422, 0x000084E8 }, /* GL_MAX_RENDERBUFFER_SIZE */
- { 24447, 0x000084E8 }, /* GL_MAX_RENDERBUFFER_SIZE_EXT */
- { 24476, 0x000084E8 }, /* GL_MAX_RENDERBUFFER_SIZE_OES */
- { 24505, 0x00008D57 }, /* GL_MAX_SAMPLES */
- { 24520, 0x00008D57 }, /* GL_MAX_SAMPLES_EXT */
- { 24539, 0x00009111 }, /* GL_MAX_SERVER_WAIT_TIMEOUT */
- { 24566, 0x00008504 }, /* GL_MAX_SHININESS_NV */
- { 24586, 0x00008505 }, /* GL_MAX_SPOT_EXPONENT_NV */
- { 24610, 0x00008C2B }, /* GL_MAX_TEXTURE_BUFFER_SIZE */
- { 24637, 0x00008C2B }, /* GL_MAX_TEXTURE_BUFFER_SIZE_ARB */
- { 24668, 0x00008871 }, /* GL_MAX_TEXTURE_COORDS */
- { 24690, 0x00008871 }, /* GL_MAX_TEXTURE_COORDS_ARB */
- { 24716, 0x00008872 }, /* GL_MAX_TEXTURE_IMAGE_UNITS */
- { 24743, 0x00008872 }, /* GL_MAX_TEXTURE_IMAGE_UNITS_ARB */
- { 24774, 0x000084FD }, /* GL_MAX_TEXTURE_LOD_BIAS */
- { 24798, 0x000084FD }, /* GL_MAX_TEXTURE_LOD_BIAS_EXT */
- { 24826, 0x000084FF }, /* GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT */
- { 24860, 0x00000D33 }, /* GL_MAX_TEXTURE_SIZE */
- { 24880, 0x00000D39 }, /* GL_MAX_TEXTURE_STACK_DEPTH */
- { 24907, 0x000084E2 }, /* GL_MAX_TEXTURE_UNITS */
- { 24928, 0x000084E2 }, /* GL_MAX_TEXTURE_UNITS_ARB */
- { 24953, 0x0000862F }, /* GL_MAX_TRACK_MATRICES_NV */
- { 24978, 0x0000862E }, /* GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV */
- { 25013, 0x00008C8A }, /* GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS */
- { 25062, 0x00008C8A }, /* GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_EXT */
- { 25115, 0x00008C8B }, /* GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS */
- { 25158, 0x00008C8B }, /* GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_EXT */
- { 25205, 0x00008C80 }, /* GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS */
- { 25251, 0x00008C80 }, /* GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_EXT */
- { 25301, 0x00008B4B }, /* GL_MAX_VARYING_COMPONENTS */
- { 25327, 0x00008B4B }, /* GL_MAX_VARYING_FLOATS */
- { 25349, 0x00008B4B }, /* GL_MAX_VARYING_FLOATS_ARB */
- { 25375, 0x00008DFC }, /* GL_MAX_VARYING_VECTORS */
- { 25398, 0x00008869 }, /* GL_MAX_VERTEX_ATTRIBS */
- { 25420, 0x00008869 }, /* GL_MAX_VERTEX_ATTRIBS_ARB */
- { 25446, 0x00009122 }, /* GL_MAX_VERTEX_OUTPUT_COMPONENTS */
- { 25478, 0x00008B4C }, /* GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS */
- { 25512, 0x00008B4C }, /* GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB */
- { 25550, 0x00008B4A }, /* GL_MAX_VERTEX_UNIFORM_COMPONENTS */
- { 25583, 0x00008B4A }, /* GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB */
- { 25620, 0x00008DFB }, /* GL_MAX_VERTEX_UNIFORM_VECTORS */
- { 25650, 0x000086A4 }, /* GL_MAX_VERTEX_UNITS_ARB */
- { 25674, 0x000086A4 }, /* GL_MAX_VERTEX_UNITS_OES */
- { 25698, 0x00008DDE }, /* GL_MAX_VERTEX_VARYING_COMPONENTS_ARB */
- { 25735, 0x00000D3A }, /* GL_MAX_VIEWPORT_DIMS */
- { 25756, 0x00008DF1 }, /* GL_MEDIUM_FLOAT */
- { 25772, 0x00008DF4 }, /* GL_MEDIUM_INT */
- { 25786, 0x00008007 }, /* GL_MIN */
- { 25793, 0x0000802E }, /* GL_MINMAX */
- { 25803, 0x0000802E }, /* GL_MINMAX_EXT */
- { 25817, 0x0000802F }, /* GL_MINMAX_FORMAT */
- { 25834, 0x0000802F }, /* GL_MINMAX_FORMAT_EXT */
- { 25855, 0x00008030 }, /* GL_MINMAX_SINK */
- { 25870, 0x00008030 }, /* GL_MINMAX_SINK_EXT */
- { 25889, 0x0000821C }, /* GL_MINOR_VERSION */
- { 25906, 0x00008007 }, /* GL_MIN_EXT */
- { 25917, 0x00008904 }, /* GL_MIN_PROGRAM_TEXEL_OFFSET */
- { 25945, 0x00008904 }, /* GL_MIN_PROGRAM_TEXEL_OFFSET_EXT */
- { 25977, 0x00008370 }, /* GL_MIRRORED_REPEAT */
- { 25996, 0x00008370 }, /* GL_MIRRORED_REPEAT_ARB */
- { 26019, 0x00008370 }, /* GL_MIRRORED_REPEAT_IBM */
- { 26042, 0x00008742 }, /* GL_MIRROR_CLAMP_ATI */
- { 26062, 0x00008742 }, /* GL_MIRROR_CLAMP_EXT */
- { 26082, 0x00008912 }, /* GL_MIRROR_CLAMP_TO_BORDER_EXT */
- { 26112, 0x00008743 }, /* GL_MIRROR_CLAMP_TO_EDGE_ATI */
- { 26140, 0x00008743 }, /* GL_MIRROR_CLAMP_TO_EDGE_EXT */
- { 26168, 0x00001700 }, /* GL_MODELVIEW */
- { 26181, 0x00001700 }, /* GL_MODELVIEW0_ARB */
- { 26199, 0x0000872A }, /* GL_MODELVIEW10_ARB */
- { 26218, 0x0000872B }, /* GL_MODELVIEW11_ARB */
- { 26237, 0x0000872C }, /* GL_MODELVIEW12_ARB */
- { 26256, 0x0000872D }, /* GL_MODELVIEW13_ARB */
- { 26275, 0x0000872E }, /* GL_MODELVIEW14_ARB */
- { 26294, 0x0000872F }, /* GL_MODELVIEW15_ARB */
- { 26313, 0x00008730 }, /* GL_MODELVIEW16_ARB */
- { 26332, 0x00008731 }, /* GL_MODELVIEW17_ARB */
- { 26351, 0x00008732 }, /* GL_MODELVIEW18_ARB */
- { 26370, 0x00008733 }, /* GL_MODELVIEW19_ARB */
- { 26389, 0x0000850A }, /* GL_MODELVIEW1_ARB */
- { 26407, 0x00008734 }, /* GL_MODELVIEW20_ARB */
- { 26426, 0x00008735 }, /* GL_MODELVIEW21_ARB */
- { 26445, 0x00008736 }, /* GL_MODELVIEW22_ARB */
- { 26464, 0x00008737 }, /* GL_MODELVIEW23_ARB */
- { 26483, 0x00008738 }, /* GL_MODELVIEW24_ARB */
- { 26502, 0x00008739 }, /* GL_MODELVIEW25_ARB */
- { 26521, 0x0000873A }, /* GL_MODELVIEW26_ARB */
- { 26540, 0x0000873B }, /* GL_MODELVIEW27_ARB */
- { 26559, 0x0000873C }, /* GL_MODELVIEW28_ARB */
- { 26578, 0x0000873D }, /* GL_MODELVIEW29_ARB */
- { 26597, 0x00008722 }, /* GL_MODELVIEW2_ARB */
- { 26615, 0x0000873E }, /* GL_MODELVIEW30_ARB */
- { 26634, 0x0000873F }, /* GL_MODELVIEW31_ARB */
- { 26653, 0x00008723 }, /* GL_MODELVIEW3_ARB */
- { 26671, 0x00008724 }, /* GL_MODELVIEW4_ARB */
- { 26689, 0x00008725 }, /* GL_MODELVIEW5_ARB */
- { 26707, 0x00008726 }, /* GL_MODELVIEW6_ARB */
- { 26725, 0x00008727 }, /* GL_MODELVIEW7_ARB */
- { 26743, 0x00008728 }, /* GL_MODELVIEW8_ARB */
- { 26761, 0x00008729 }, /* GL_MODELVIEW9_ARB */
- { 26779, 0x00000BA6 }, /* GL_MODELVIEW_MATRIX */
- { 26799, 0x0000898D }, /* GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES */
- { 26841, 0x00008629 }, /* GL_MODELVIEW_PROJECTION_NV */
- { 26868, 0x00000BA3 }, /* GL_MODELVIEW_STACK_DEPTH */
- { 26893, 0x00002100 }, /* GL_MODULATE */
- { 26905, 0x00008744 }, /* GL_MODULATE_ADD_ATI */
- { 26925, 0x00008745 }, /* GL_MODULATE_SIGNED_ADD_ATI */
- { 26952, 0x00008746 }, /* GL_MODULATE_SUBTRACT_ATI */
- { 26977, 0x00000103 }, /* GL_MULT */
- { 26985, 0x0000809D }, /* GL_MULTISAMPLE */
- { 27000, 0x000086B2 }, /* GL_MULTISAMPLE_3DFX */
- { 27020, 0x0000809D }, /* GL_MULTISAMPLE_ARB */
- { 27039, 0x20000000 }, /* GL_MULTISAMPLE_BIT */
- { 27058, 0x20000000 }, /* GL_MULTISAMPLE_BIT_3DFX */
- { 27082, 0x20000000 }, /* GL_MULTISAMPLE_BIT_ARB */
- { 27105, 0x00008534 }, /* GL_MULTISAMPLE_FILTER_HINT_NV */
- { 27135, 0x00002A25 }, /* GL_N3F_V3F */
- { 27146, 0x00000D70 }, /* GL_NAME_STACK_DEPTH */
- { 27166, 0x0000150E }, /* GL_NAND */
- { 27174, 0x00002600 }, /* GL_NEAREST */
- { 27185, 0x0000844E }, /* GL_NEAREST_CLIPMAP_LINEAR_SGIX */
- { 27216, 0x0000844D }, /* GL_NEAREST_CLIPMAP_NEAREST_SGIX */
- { 27248, 0x00002702 }, /* GL_NEAREST_MIPMAP_LINEAR */
- { 27273, 0x00002700 }, /* GL_NEAREST_MIPMAP_NEAREST */
- { 27299, 0x00000200 }, /* GL_NEVER */
- { 27308, 0x00001102 }, /* GL_NICEST */
- { 27318, 0x00000000 }, /* GL_NONE */
- { 27326, 0x00000000 }, /* GL_NONE_OES */
- { 27338, 0x00001505 }, /* GL_NOOP */
- { 27346, 0x00001508 }, /* GL_NOR */
- { 27353, 0x00000BA1 }, /* GL_NORMALIZE */
- { 27366, 0x00008075 }, /* GL_NORMAL_ARRAY */
- { 27382, 0x00008897 }, /* GL_NORMAL_ARRAY_BUFFER_BINDING */
- { 27413, 0x00008897 }, /* GL_NORMAL_ARRAY_BUFFER_BINDING_ARB */
- { 27448, 0x0000808F }, /* GL_NORMAL_ARRAY_POINTER */
- { 27472, 0x0000807F }, /* GL_NORMAL_ARRAY_STRIDE */
- { 27495, 0x0000807E }, /* GL_NORMAL_ARRAY_TYPE */
- { 27516, 0x00008511 }, /* GL_NORMAL_MAP */
- { 27530, 0x00008511 }, /* GL_NORMAL_MAP_ARB */
- { 27548, 0x00008511 }, /* GL_NORMAL_MAP_NV */
- { 27565, 0x00008511 }, /* GL_NORMAL_MAP_OES */
- { 27583, 0x00000205 }, /* GL_NOTEQUAL */
- { 27595, 0x00000000 }, /* GL_NO_ERROR */
- { 27607, 0x00008261 }, /* GL_NO_RESET_NOTIFICATION_ARB */
- { 27636, 0x000086A2 }, /* GL_NUM_COMPRESSED_TEXTURE_FORMATS */
- { 27670, 0x000086A2 }, /* GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB */
- { 27708, 0x0000821D }, /* GL_NUM_EXTENSIONS */
- { 27726, 0x000087FE }, /* GL_NUM_PROGRAM_BINARY_FORMATS */
- { 27756, 0x000087FE }, /* GL_NUM_PROGRAM_BINARY_FORMATS_OES */
- { 27790, 0x00008DF9 }, /* GL_NUM_SHADER_BINARY_FORMATS */
- { 27819, 0x00008B89 }, /* GL_OBJECT_ACTIVE_ATTRIBUTES_ARB */
- { 27851, 0x00008B8A }, /* GL_OBJECT_ACTIVE_ATTRIBUTE_MAX_LENGTH_ARB */
- { 27893, 0x00008B86 }, /* GL_OBJECT_ACTIVE_UNIFORMS_ARB */
- { 27923, 0x00008B87 }, /* GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB */
- { 27963, 0x00008B85 }, /* GL_OBJECT_ATTACHED_OBJECTS_ARB */
- { 27994, 0x00008B81 }, /* GL_OBJECT_COMPILE_STATUS_ARB */
- { 28023, 0x00008B80 }, /* GL_OBJECT_DELETE_STATUS_ARB */
- { 28051, 0x00008B84 }, /* GL_OBJECT_INFO_LOG_LENGTH_ARB */
- { 28081, 0x00002401 }, /* GL_OBJECT_LINEAR */
- { 28098, 0x00008B82 }, /* GL_OBJECT_LINK_STATUS_ARB */
- { 28124, 0x00002501 }, /* GL_OBJECT_PLANE */
- { 28140, 0x00008B88 }, /* GL_OBJECT_SHADER_SOURCE_LENGTH_ARB */
- { 28175, 0x00008B4F }, /* GL_OBJECT_SUBTYPE_ARB */
- { 28197, 0x00009112 }, /* GL_OBJECT_TYPE */
- { 28212, 0x00008B4E }, /* GL_OBJECT_TYPE_ARB */
- { 28231, 0x00008B83 }, /* GL_OBJECT_VALIDATE_STATUS_ARB */
- { 28261, 0x00008165 }, /* GL_OCCLUSION_TEST_HP */
- { 28282, 0x00008166 }, /* GL_OCCLUSION_TEST_RESULT_HP */
- { 28310, 0x00000001 }, /* GL_ONE */
- { 28317, 0x00008004 }, /* GL_ONE_MINUS_CONSTANT_ALPHA */
- { 28345, 0x00008004 }, /* GL_ONE_MINUS_CONSTANT_ALPHA_EXT */
- { 28377, 0x00008002 }, /* GL_ONE_MINUS_CONSTANT_COLOR */
- { 28405, 0x00008002 }, /* GL_ONE_MINUS_CONSTANT_COLOR_EXT */
- { 28437, 0x00000305 }, /* GL_ONE_MINUS_DST_ALPHA */
- { 28460, 0x00000307 }, /* GL_ONE_MINUS_DST_COLOR */
- { 28483, 0x00000303 }, /* GL_ONE_MINUS_SRC_ALPHA */
- { 28506, 0x00000301 }, /* GL_ONE_MINUS_SRC_COLOR */
- { 28529, 0x00008598 }, /* GL_OPERAND0_ALPHA */
- { 28547, 0x00008598 }, /* GL_OPERAND0_ALPHA_ARB */
- { 28569, 0x00008598 }, /* GL_OPERAND0_ALPHA_EXT */
- { 28591, 0x00008590 }, /* GL_OPERAND0_RGB */
- { 28607, 0x00008590 }, /* GL_OPERAND0_RGB_ARB */
- { 28627, 0x00008590 }, /* GL_OPERAND0_RGB_EXT */
- { 28647, 0x00008599 }, /* GL_OPERAND1_ALPHA */
- { 28665, 0x00008599 }, /* GL_OPERAND1_ALPHA_ARB */
- { 28687, 0x00008599 }, /* GL_OPERAND1_ALPHA_EXT */
- { 28709, 0x00008591 }, /* GL_OPERAND1_RGB */
- { 28725, 0x00008591 }, /* GL_OPERAND1_RGB_ARB */
- { 28745, 0x00008591 }, /* GL_OPERAND1_RGB_EXT */
- { 28765, 0x0000859A }, /* GL_OPERAND2_ALPHA */
- { 28783, 0x0000859A }, /* GL_OPERAND2_ALPHA_ARB */
- { 28805, 0x0000859A }, /* GL_OPERAND2_ALPHA_EXT */
- { 28827, 0x00008592 }, /* GL_OPERAND2_RGB */
- { 28843, 0x00008592 }, /* GL_OPERAND2_RGB_ARB */
- { 28863, 0x00008592 }, /* GL_OPERAND2_RGB_EXT */
- { 28883, 0x0000859B }, /* GL_OPERAND3_ALPHA_NV */
- { 28904, 0x00008593 }, /* GL_OPERAND3_RGB_NV */
- { 28923, 0x00001507 }, /* GL_OR */
- { 28929, 0x00000A01 }, /* GL_ORDER */
- { 28938, 0x0000150D }, /* GL_OR_INVERTED */
- { 28953, 0x0000150B }, /* GL_OR_REVERSE */
- { 28967, 0x00000505 }, /* GL_OUT_OF_MEMORY */
- { 28984, 0x00000D05 }, /* GL_PACK_ALIGNMENT */
- { 29002, 0x0000806C }, /* GL_PACK_IMAGE_HEIGHT */
- { 29023, 0x00008758 }, /* GL_PACK_INVERT_MESA */
- { 29043, 0x00000D01 }, /* GL_PACK_LSB_FIRST */
- { 29061, 0x00000D02 }, /* GL_PACK_ROW_LENGTH */
- { 29080, 0x0000806B }, /* GL_PACK_SKIP_IMAGES */
- { 29100, 0x00000D04 }, /* GL_PACK_SKIP_PIXELS */
- { 29120, 0x00000D03 }, /* GL_PACK_SKIP_ROWS */
- { 29138, 0x00000D00 }, /* GL_PACK_SWAP_BYTES */
- { 29157, 0x00008B92 }, /* GL_PALETTE4_R5_G6_B5_OES */
- { 29182, 0x00008B94 }, /* GL_PALETTE4_RGB5_A1_OES */
- { 29206, 0x00008B90 }, /* GL_PALETTE4_RGB8_OES */
- { 29227, 0x00008B93 }, /* GL_PALETTE4_RGBA4_OES */
- { 29249, 0x00008B91 }, /* GL_PALETTE4_RGBA8_OES */
- { 29271, 0x00008B97 }, /* GL_PALETTE8_R5_G6_B5_OES */
- { 29296, 0x00008B99 }, /* GL_PALETTE8_RGB5_A1_OES */
- { 29320, 0x00008B95 }, /* GL_PALETTE8_RGB8_OES */
- { 29341, 0x00008B98 }, /* GL_PALETTE8_RGBA4_OES */
- { 29363, 0x00008B96 }, /* GL_PALETTE8_RGBA8_OES */
- { 29385, 0x00000700 }, /* GL_PASS_THROUGH_TOKEN */
- { 29407, 0x00000C50 }, /* GL_PERSPECTIVE_CORRECTION_HINT */
- { 29438, 0x00000C79 }, /* GL_PIXEL_MAP_A_TO_A */
- { 29458, 0x00000CB9 }, /* GL_PIXEL_MAP_A_TO_A_SIZE */
- { 29483, 0x00000C78 }, /* GL_PIXEL_MAP_B_TO_B */
- { 29503, 0x00000CB8 }, /* GL_PIXEL_MAP_B_TO_B_SIZE */
- { 29528, 0x00000C77 }, /* GL_PIXEL_MAP_G_TO_G */
- { 29548, 0x00000CB7 }, /* GL_PIXEL_MAP_G_TO_G_SIZE */
- { 29573, 0x00000C75 }, /* GL_PIXEL_MAP_I_TO_A */
- { 29593, 0x00000CB5 }, /* GL_PIXEL_MAP_I_TO_A_SIZE */
- { 29618, 0x00000C74 }, /* GL_PIXEL_MAP_I_TO_B */
- { 29638, 0x00000CB4 }, /* GL_PIXEL_MAP_I_TO_B_SIZE */
- { 29663, 0x00000C73 }, /* GL_PIXEL_MAP_I_TO_G */
- { 29683, 0x00000CB3 }, /* GL_PIXEL_MAP_I_TO_G_SIZE */
- { 29708, 0x00000C70 }, /* GL_PIXEL_MAP_I_TO_I */
- { 29728, 0x00000CB0 }, /* GL_PIXEL_MAP_I_TO_I_SIZE */
- { 29753, 0x00000C72 }, /* GL_PIXEL_MAP_I_TO_R */
- { 29773, 0x00000CB2 }, /* GL_PIXEL_MAP_I_TO_R_SIZE */
- { 29798, 0x00000C76 }, /* GL_PIXEL_MAP_R_TO_R */
- { 29818, 0x00000CB6 }, /* GL_PIXEL_MAP_R_TO_R_SIZE */
- { 29843, 0x00000C71 }, /* GL_PIXEL_MAP_S_TO_S */
- { 29863, 0x00000CB1 }, /* GL_PIXEL_MAP_S_TO_S_SIZE */
- { 29888, 0x00000020 }, /* GL_PIXEL_MODE_BIT */
- { 29906, 0x000088EB }, /* GL_PIXEL_PACK_BUFFER */
- { 29927, 0x000088ED }, /* GL_PIXEL_PACK_BUFFER_BINDING */
- { 29956, 0x000088ED }, /* GL_PIXEL_PACK_BUFFER_BINDING_EXT */
- { 29989, 0x000088EB }, /* GL_PIXEL_PACK_BUFFER_EXT */
- { 30014, 0x000088EC }, /* GL_PIXEL_UNPACK_BUFFER */
- { 30037, 0x000088EF }, /* GL_PIXEL_UNPACK_BUFFER_BINDING */
- { 30068, 0x000088EF }, /* GL_PIXEL_UNPACK_BUFFER_BINDING_EXT */
- { 30103, 0x000088EC }, /* GL_PIXEL_UNPACK_BUFFER_EXT */
- { 30130, 0x00001B00 }, /* GL_POINT */
- { 30139, 0x00000000 }, /* GL_POINTS */
- { 30149, 0x00000002 }, /* GL_POINT_BIT */
- { 30162, 0x00008129 }, /* GL_POINT_DISTANCE_ATTENUATION */
- { 30192, 0x00008129 }, /* GL_POINT_DISTANCE_ATTENUATION_ARB */
- { 30226, 0x00008129 }, /* GL_POINT_DISTANCE_ATTENUATION_EXT */
- { 30260, 0x00008129 }, /* GL_POINT_DISTANCE_ATTENUATION_SGIS */
- { 30295, 0x00008128 }, /* GL_POINT_FADE_THRESHOLD_SIZE */
- { 30324, 0x00008128 }, /* GL_POINT_FADE_THRESHOLD_SIZE_ARB */
- { 30357, 0x00008128 }, /* GL_POINT_FADE_THRESHOLD_SIZE_EXT */
- { 30390, 0x00008128 }, /* GL_POINT_FADE_THRESHOLD_SIZE_SGIS */
- { 30424, 0x00000B11 }, /* GL_POINT_SIZE */
- { 30438, 0x00008B9F }, /* GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES */
- { 30477, 0x00008B9C }, /* GL_POINT_SIZE_ARRAY_OES */
- { 30501, 0x0000898C }, /* GL_POINT_SIZE_ARRAY_POINTER_OES */
- { 30533, 0x0000898B }, /* GL_POINT_SIZE_ARRAY_STRIDE_OES */
- { 30564, 0x0000898A }, /* GL_POINT_SIZE_ARRAY_TYPE_OES */
- { 30593, 0x00000B13 }, /* GL_POINT_SIZE_GRANULARITY */
- { 30619, 0x00008127 }, /* GL_POINT_SIZE_MAX */
- { 30637, 0x00008127 }, /* GL_POINT_SIZE_MAX_ARB */
- { 30659, 0x00008127 }, /* GL_POINT_SIZE_MAX_EXT */
- { 30681, 0x00008127 }, /* GL_POINT_SIZE_MAX_SGIS */
- { 30704, 0x00008126 }, /* GL_POINT_SIZE_MIN */
- { 30722, 0x00008126 }, /* GL_POINT_SIZE_MIN_ARB */
- { 30744, 0x00008126 }, /* GL_POINT_SIZE_MIN_EXT */
- { 30766, 0x00008126 }, /* GL_POINT_SIZE_MIN_SGIS */
- { 30789, 0x00000B12 }, /* GL_POINT_SIZE_RANGE */
- { 30809, 0x00000B10 }, /* GL_POINT_SMOOTH */
- { 30825, 0x00000C51 }, /* GL_POINT_SMOOTH_HINT */
- { 30846, 0x00008861 }, /* GL_POINT_SPRITE */
- { 30862, 0x00008861 }, /* GL_POINT_SPRITE_ARB */
- { 30882, 0x00008CA0 }, /* GL_POINT_SPRITE_COORD_ORIGIN */
- { 30911, 0x00008861 }, /* GL_POINT_SPRITE_NV */
- { 30930, 0x00008861 }, /* GL_POINT_SPRITE_OES */
- { 30950, 0x00008863 }, /* GL_POINT_SPRITE_R_MODE_NV */
- { 30976, 0x00000701 }, /* GL_POINT_TOKEN */
- { 30991, 0x00000009 }, /* GL_POLYGON */
- { 31002, 0x00000008 }, /* GL_POLYGON_BIT */
- { 31017, 0x00000B40 }, /* GL_POLYGON_MODE */
- { 31033, 0x00008039 }, /* GL_POLYGON_OFFSET_BIAS */
- { 31056, 0x00008038 }, /* GL_POLYGON_OFFSET_FACTOR */
- { 31081, 0x00008037 }, /* GL_POLYGON_OFFSET_FILL */
- { 31104, 0x00002A02 }, /* GL_POLYGON_OFFSET_LINE */
- { 31127, 0x00002A01 }, /* GL_POLYGON_OFFSET_POINT */
- { 31151, 0x00002A00 }, /* GL_POLYGON_OFFSET_UNITS */
- { 31175, 0x00000B41 }, /* GL_POLYGON_SMOOTH */
- { 31193, 0x00000C53 }, /* GL_POLYGON_SMOOTH_HINT */
- { 31216, 0x00000B42 }, /* GL_POLYGON_STIPPLE */
- { 31235, 0x00000010 }, /* GL_POLYGON_STIPPLE_BIT */
- { 31258, 0x00000703 }, /* GL_POLYGON_TOKEN */
- { 31275, 0x00001203 }, /* GL_POSITION */
- { 31287, 0x000080BB }, /* GL_POST_COLOR_MATRIX_ALPHA_BIAS */
- { 31319, 0x000080BB }, /* GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI */
- { 31355, 0x000080B7 }, /* GL_POST_COLOR_MATRIX_ALPHA_SCALE */
- { 31388, 0x000080B7 }, /* GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI */
- { 31425, 0x000080BA }, /* GL_POST_COLOR_MATRIX_BLUE_BIAS */
- { 31456, 0x000080BA }, /* GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI */
- { 31491, 0x000080B6 }, /* GL_POST_COLOR_MATRIX_BLUE_SCALE */
- { 31523, 0x000080B6 }, /* GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI */
- { 31559, 0x000080D2 }, /* GL_POST_COLOR_MATRIX_COLOR_TABLE */
- { 31592, 0x000080B9 }, /* GL_POST_COLOR_MATRIX_GREEN_BIAS */
- { 31624, 0x000080B9 }, /* GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI */
- { 31660, 0x000080B5 }, /* GL_POST_COLOR_MATRIX_GREEN_SCALE */
- { 31693, 0x000080B5 }, /* GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI */
- { 31730, 0x000080B8 }, /* GL_POST_COLOR_MATRIX_RED_BIAS */
- { 31760, 0x000080B8 }, /* GL_POST_COLOR_MATRIX_RED_BIAS_SGI */
- { 31794, 0x000080B4 }, /* GL_POST_COLOR_MATRIX_RED_SCALE */
- { 31825, 0x000080B4 }, /* GL_POST_COLOR_MATRIX_RED_SCALE_SGI */
- { 31860, 0x00008023 }, /* GL_POST_CONVOLUTION_ALPHA_BIAS */
- { 31891, 0x00008023 }, /* GL_POST_CONVOLUTION_ALPHA_BIAS_EXT */
- { 31926, 0x0000801F }, /* GL_POST_CONVOLUTION_ALPHA_SCALE */
- { 31958, 0x0000801F }, /* GL_POST_CONVOLUTION_ALPHA_SCALE_EXT */
- { 31994, 0x00008022 }, /* GL_POST_CONVOLUTION_BLUE_BIAS */
- { 32024, 0x00008022 }, /* GL_POST_CONVOLUTION_BLUE_BIAS_EXT */
- { 32058, 0x0000801E }, /* GL_POST_CONVOLUTION_BLUE_SCALE */
- { 32089, 0x0000801E }, /* GL_POST_CONVOLUTION_BLUE_SCALE_EXT */
- { 32124, 0x000080D1 }, /* GL_POST_CONVOLUTION_COLOR_TABLE */
- { 32156, 0x00008021 }, /* GL_POST_CONVOLUTION_GREEN_BIAS */
- { 32187, 0x00008021 }, /* GL_POST_CONVOLUTION_GREEN_BIAS_EXT */
- { 32222, 0x0000801D }, /* GL_POST_CONVOLUTION_GREEN_SCALE */
- { 32254, 0x0000801D }, /* GL_POST_CONVOLUTION_GREEN_SCALE_EXT */
- { 32290, 0x00008020 }, /* GL_POST_CONVOLUTION_RED_BIAS */
- { 32319, 0x00008020 }, /* GL_POST_CONVOLUTION_RED_BIAS_EXT */
- { 32352, 0x0000801C }, /* GL_POST_CONVOLUTION_RED_SCALE */
- { 32382, 0x0000801C }, /* GL_POST_CONVOLUTION_RED_SCALE_EXT */
- { 32416, 0x0000817B }, /* GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX */
- { 32455, 0x00008179 }, /* GL_POST_TEXTURE_FILTER_BIAS_SGIX */
- { 32488, 0x0000817C }, /* GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX */
- { 32528, 0x0000817A }, /* GL_POST_TEXTURE_FILTER_SCALE_SGIX */
- { 32562, 0x00008578 }, /* GL_PREVIOUS */
- { 32574, 0x00008578 }, /* GL_PREVIOUS_ARB */
- { 32590, 0x00008578 }, /* GL_PREVIOUS_EXT */
- { 32606, 0x00008577 }, /* GL_PRIMARY_COLOR */
- { 32623, 0x00008577 }, /* GL_PRIMARY_COLOR_ARB */
- { 32644, 0x00008577 }, /* GL_PRIMARY_COLOR_EXT */
- { 32665, 0x00008C87 }, /* GL_PRIMITIVES_GENERATED */
- { 32689, 0x00008C87 }, /* GL_PRIMITIVES_GENERATED_EXT */
- { 32717, 0x00008F9D }, /* GL_PRIMITIVE_RESTART */
- { 32738, 0x00008F9E }, /* GL_PRIMITIVE_RESTART_INDEX */
- { 32765, 0x00008559 }, /* GL_PRIMITIVE_RESTART_INDEX_NV */
- { 32795, 0x00008558 }, /* GL_PRIMITIVE_RESTART_NV */
- { 32819, 0x000088B0 }, /* GL_PROGRAM_ADDRESS_REGISTERS_ARB */
- { 32852, 0x00008805 }, /* GL_PROGRAM_ALU_INSTRUCTIONS_ARB */
- { 32884, 0x000088AC }, /* GL_PROGRAM_ATTRIBS_ARB */
- { 32907, 0x000087FF }, /* GL_PROGRAM_BINARY_FORMATS */
- { 32933, 0x000087FF }, /* GL_PROGRAM_BINARY_FORMATS_OES */
- { 32963, 0x00008741 }, /* GL_PROGRAM_BINARY_LENGTH */
- { 32988, 0x00008741 }, /* GL_PROGRAM_BINARY_LENGTH_OES */
- { 33017, 0x00008257 }, /* GL_PROGRAM_BINARY_RETRIEVABLE_HINT */
- { 33052, 0x00008677 }, /* GL_PROGRAM_BINDING_ARB */
- { 33075, 0x0000864B }, /* GL_PROGRAM_ERROR_POSITION_ARB */
- { 33105, 0x0000864B }, /* GL_PROGRAM_ERROR_POSITION_NV */
- { 33134, 0x00008874 }, /* GL_PROGRAM_ERROR_STRING_ARB */
- { 33162, 0x00008876 }, /* GL_PROGRAM_FORMAT_ARB */
- { 33184, 0x00008875 }, /* GL_PROGRAM_FORMAT_ASCII_ARB */
- { 33212, 0x000088A0 }, /* GL_PROGRAM_INSTRUCTIONS_ARB */
- { 33240, 0x00008627 }, /* GL_PROGRAM_LENGTH_ARB */
- { 33262, 0x00008627 }, /* GL_PROGRAM_LENGTH_NV */
- { 33283, 0x000088B2 }, /* GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB */
- { 33323, 0x00008808 }, /* GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB */
- { 33362, 0x000088AE }, /* GL_PROGRAM_NATIVE_ATTRIBS_ARB */
- { 33392, 0x000088A2 }, /* GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB */
- { 33427, 0x000088AA }, /* GL_PROGRAM_NATIVE_PARAMETERS_ARB */
- { 33460, 0x000088A6 }, /* GL_PROGRAM_NATIVE_TEMPORARIES_ARB */
- { 33494, 0x0000880A }, /* GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB */
- { 33533, 0x00008809 }, /* GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB */
- { 33572, 0x00008B40 }, /* GL_PROGRAM_OBJECT_ARB */
- { 33594, 0x000088A8 }, /* GL_PROGRAM_PARAMETERS_ARB */
- { 33620, 0x00008644 }, /* GL_PROGRAM_PARAMETER_NV */
- { 33644, 0x00008642 }, /* GL_PROGRAM_POINT_SIZE */
- { 33666, 0x00008642 }, /* GL_PROGRAM_POINT_SIZE_ARB */
- { 33692, 0x00008647 }, /* GL_PROGRAM_RESIDENT_NV */
- { 33715, 0x00008628 }, /* GL_PROGRAM_STRING_ARB */
- { 33737, 0x00008628 }, /* GL_PROGRAM_STRING_NV */
- { 33758, 0x00008646 }, /* GL_PROGRAM_TARGET_NV */
- { 33779, 0x000088A4 }, /* GL_PROGRAM_TEMPORARIES_ARB */
- { 33806, 0x00008807 }, /* GL_PROGRAM_TEX_INDIRECTIONS_ARB */
- { 33838, 0x00008806 }, /* GL_PROGRAM_TEX_INSTRUCTIONS_ARB */
- { 33870, 0x000088B6 }, /* GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB */
- { 33905, 0x00001701 }, /* GL_PROJECTION */
- { 33919, 0x00000BA7 }, /* GL_PROJECTION_MATRIX */
- { 33940, 0x0000898E }, /* GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES */
- { 33983, 0x00000BA4 }, /* GL_PROJECTION_STACK_DEPTH */
- { 34009, 0x00008E4F }, /* GL_PROVOKING_VERTEX */
- { 34029, 0x00008E4F }, /* GL_PROVOKING_VERTEX_EXT */
- { 34053, 0x000080D3 }, /* GL_PROXY_COLOR_TABLE */
- { 34074, 0x00008025 }, /* GL_PROXY_HISTOGRAM */
- { 34093, 0x00008025 }, /* GL_PROXY_HISTOGRAM_EXT */
- { 34116, 0x000080D5 }, /* GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE */
- { 34155, 0x000080D4 }, /* GL_PROXY_POST_CONVOLUTION_COLOR_TABLE */
- { 34193, 0x00008063 }, /* GL_PROXY_TEXTURE_1D */
- { 34213, 0x00008C19 }, /* GL_PROXY_TEXTURE_1D_ARRAY */
- { 34239, 0x00008C19 }, /* GL_PROXY_TEXTURE_1D_ARRAY_EXT */
- { 34269, 0x00008063 }, /* GL_PROXY_TEXTURE_1D_EXT */
- { 34293, 0x00008064 }, /* GL_PROXY_TEXTURE_2D */
- { 34313, 0x00008C1B }, /* GL_PROXY_TEXTURE_2D_ARRAY */
- { 34339, 0x00008C1B }, /* GL_PROXY_TEXTURE_2D_ARRAY_EXT */
- { 34369, 0x00008064 }, /* GL_PROXY_TEXTURE_2D_EXT */
- { 34393, 0x00008070 }, /* GL_PROXY_TEXTURE_3D */
- { 34413, 0x000080BD }, /* GL_PROXY_TEXTURE_COLOR_TABLE_SGI */
- { 34446, 0x0000851B }, /* GL_PROXY_TEXTURE_CUBE_MAP */
- { 34472, 0x0000851B }, /* GL_PROXY_TEXTURE_CUBE_MAP_ARB */
- { 34502, 0x000084F7 }, /* GL_PROXY_TEXTURE_RECTANGLE */
- { 34529, 0x000084F7 }, /* GL_PROXY_TEXTURE_RECTANGLE_ARB */
- { 34560, 0x000084F7 }, /* GL_PROXY_TEXTURE_RECTANGLE_NV */
- { 34590, 0x00008A1D }, /* GL_PURGEABLE_APPLE */
- { 34609, 0x00002003 }, /* GL_Q */
- { 34614, 0x00001209 }, /* GL_QUADRATIC_ATTENUATION */
- { 34639, 0x00000007 }, /* GL_QUADS */
- { 34648, 0x00008E4C }, /* GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION */
- { 34692, 0x00008E4C }, /* GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT */
- { 34740, 0x00008614 }, /* GL_QUAD_MESH_SUN */
- { 34757, 0x00000008 }, /* GL_QUAD_STRIP */
- { 34771, 0x00008E16 }, /* GL_QUERY_BY_REGION_NO_WAIT */
- { 34798, 0x00008E16 }, /* GL_QUERY_BY_REGION_NO_WAIT_NV */
- { 34828, 0x00008E15 }, /* GL_QUERY_BY_REGION_WAIT */
- { 34852, 0x00008E15 }, /* GL_QUERY_BY_REGION_WAIT_NV */
- { 34879, 0x00008864 }, /* GL_QUERY_COUNTER_BITS */
- { 34901, 0x00008864 }, /* GL_QUERY_COUNTER_BITS_ARB */
- { 34927, 0x00008E14 }, /* GL_QUERY_NO_WAIT */
- { 34944, 0x00008E14 }, /* GL_QUERY_NO_WAIT_NV */
- { 34964, 0x00008866 }, /* GL_QUERY_RESULT */
- { 34980, 0x00008866 }, /* GL_QUERY_RESULT_ARB */
- { 35000, 0x00008867 }, /* GL_QUERY_RESULT_AVAILABLE */
- { 35026, 0x00008867 }, /* GL_QUERY_RESULT_AVAILABLE_ARB */
- { 35056, 0x00008E13 }, /* GL_QUERY_WAIT */
- { 35070, 0x00008E13 }, /* GL_QUERY_WAIT_NV */
- { 35087, 0x00002002 }, /* GL_R */
- { 35092, 0x00008C3A }, /* GL_R11F_G11F_B10F */
- { 35110, 0x00008F98 }, /* GL_R16_SNORM */
- { 35123, 0x00002A10 }, /* GL_R3_G3_B2 */
- { 35135, 0x00008F94 }, /* GL_R8_SNORM */
- { 35147, 0x00008C89 }, /* GL_RASTERIZER_DISCARD */
- { 35169, 0x00008C89 }, /* GL_RASTERIZER_DISCARD_EXT */
- { 35195, 0x00019262 }, /* GL_RASTER_POSITION_UNCLIPPED_IBM */
- { 35228, 0x00000C02 }, /* GL_READ_BUFFER */
- { 35243, 0x00008CA8 }, /* GL_READ_FRAMEBUFFER */
- { 35263, 0x00008CAA }, /* GL_READ_FRAMEBUFFER_BINDING */
- { 35291, 0x00008CAA }, /* GL_READ_FRAMEBUFFER_BINDING_EXT */
- { 35323, 0x00008CA8 }, /* GL_READ_FRAMEBUFFER_EXT */
- { 35347, 0x000088B8 }, /* GL_READ_ONLY */
- { 35360, 0x000088B8 }, /* GL_READ_ONLY_ARB */
- { 35377, 0x000088BA }, /* GL_READ_WRITE */
- { 35391, 0x000088BA }, /* GL_READ_WRITE_ARB */
- { 35409, 0x00001903 }, /* GL_RED */
- { 35416, 0x00008016 }, /* GL_REDUCE */
- { 35426, 0x00008016 }, /* GL_REDUCE_EXT */
- { 35440, 0x00000D15 }, /* GL_RED_BIAS */
- { 35452, 0x00000D52 }, /* GL_RED_BITS */
- { 35464, 0x00008D94 }, /* GL_RED_INTEGER */
- { 35479, 0x00008D94 }, /* GL_RED_INTEGER_EXT */
- { 35498, 0x00000D14 }, /* GL_RED_SCALE */
- { 35511, 0x00008F90 }, /* GL_RED_SNORM */
- { 35524, 0x00008512 }, /* GL_REFLECTION_MAP */
- { 35542, 0x00008512 }, /* GL_REFLECTION_MAP_ARB */
- { 35564, 0x00008512 }, /* GL_REFLECTION_MAP_NV */
- { 35585, 0x00008512 }, /* GL_REFLECTION_MAP_OES */
- { 35607, 0x00008A19 }, /* GL_RELEASED_APPLE */
- { 35625, 0x00001C00 }, /* GL_RENDER */
- { 35635, 0x00008D41 }, /* GL_RENDERBUFFER */
- { 35651, 0x00008D53 }, /* GL_RENDERBUFFER_ALPHA_SIZE */
- { 35678, 0x00008D53 }, /* GL_RENDERBUFFER_ALPHA_SIZE_OES */
- { 35709, 0x00008CA7 }, /* GL_RENDERBUFFER_BINDING */
- { 35733, 0x00008CA7 }, /* GL_RENDERBUFFER_BINDING_EXT */
- { 35761, 0x00008CA7 }, /* GL_RENDERBUFFER_BINDING_OES */
- { 35789, 0x00008D52 }, /* GL_RENDERBUFFER_BLUE_SIZE */
- { 35815, 0x00008D52 }, /* GL_RENDERBUFFER_BLUE_SIZE_OES */
- { 35845, 0x00008D54 }, /* GL_RENDERBUFFER_DEPTH_SIZE */
- { 35872, 0x00008D54 }, /* GL_RENDERBUFFER_DEPTH_SIZE_OES */
- { 35903, 0x00008D41 }, /* GL_RENDERBUFFER_EXT */
- { 35923, 0x00008D51 }, /* GL_RENDERBUFFER_GREEN_SIZE */
- { 35950, 0x00008D51 }, /* GL_RENDERBUFFER_GREEN_SIZE_OES */
- { 35981, 0x00008D43 }, /* GL_RENDERBUFFER_HEIGHT */
- { 36004, 0x00008D43 }, /* GL_RENDERBUFFER_HEIGHT_EXT */
- { 36031, 0x00008D43 }, /* GL_RENDERBUFFER_HEIGHT_OES */
- { 36058, 0x00008D44 }, /* GL_RENDERBUFFER_INTERNAL_FORMAT */
- { 36090, 0x00008D44 }, /* GL_RENDERBUFFER_INTERNAL_FORMAT_EXT */
- { 36126, 0x00008D44 }, /* GL_RENDERBUFFER_INTERNAL_FORMAT_OES */
- { 36162, 0x00008D41 }, /* GL_RENDERBUFFER_OES */
- { 36182, 0x00008D50 }, /* GL_RENDERBUFFER_RED_SIZE */
- { 36207, 0x00008D50 }, /* GL_RENDERBUFFER_RED_SIZE_OES */
- { 36236, 0x00008CAB }, /* GL_RENDERBUFFER_SAMPLES */
- { 36260, 0x00008CAB }, /* GL_RENDERBUFFER_SAMPLES_EXT */
- { 36288, 0x00008D55 }, /* GL_RENDERBUFFER_STENCIL_SIZE */
- { 36317, 0x00008D55 }, /* GL_RENDERBUFFER_STENCIL_SIZE_OES */
- { 36350, 0x00008D42 }, /* GL_RENDERBUFFER_WIDTH */
- { 36372, 0x00008D42 }, /* GL_RENDERBUFFER_WIDTH_EXT */
- { 36398, 0x00008D42 }, /* GL_RENDERBUFFER_WIDTH_OES */
- { 36424, 0x00001F01 }, /* GL_RENDERER */
- { 36436, 0x00000C40 }, /* GL_RENDER_MODE */
- { 36451, 0x00002901 }, /* GL_REPEAT */
- { 36461, 0x00001E01 }, /* GL_REPLACE */
- { 36472, 0x00008062 }, /* GL_REPLACE_EXT */
- { 36487, 0x00008153 }, /* GL_REPLICATE_BORDER_HP */
- { 36510, 0x0000803A }, /* GL_RESCALE_NORMAL */
- { 36528, 0x0000803A }, /* GL_RESCALE_NORMAL_EXT */
- { 36550, 0x00008256 }, /* GL_RESET_NOTIFICATION_STRATEGY_ARB */
- { 36585, 0x00008A1B }, /* GL_RETAINED_APPLE */
- { 36603, 0x00000102 }, /* GL_RETURN */
- { 36613, 0x00008F99 }, /* GL_RG16_SNORM */
- { 36627, 0x00008F95 }, /* GL_RG8_SNORM */
- { 36640, 0x00001907 }, /* GL_RGB */
- { 36647, 0x00008052 }, /* GL_RGB10 */
- { 36656, 0x00008059 }, /* GL_RGB10_A2 */
- { 36668, 0x00008059 }, /* GL_RGB10_A2_EXT */
- { 36684, 0x00008052 }, /* GL_RGB10_EXT */
- { 36697, 0x00008053 }, /* GL_RGB12 */
- { 36706, 0x00008053 }, /* GL_RGB12_EXT */
- { 36719, 0x00008054 }, /* GL_RGB16 */
- { 36728, 0x0000881B }, /* GL_RGB16F */
- { 36738, 0x00008D89 }, /* GL_RGB16I */
- { 36748, 0x00008D89 }, /* GL_RGB16I_EXT */
- { 36762, 0x00008D77 }, /* GL_RGB16UI */
- { 36773, 0x00008D77 }, /* GL_RGB16UI_EXT */
- { 36788, 0x00008054 }, /* GL_RGB16_EXT */
- { 36801, 0x00008F9A }, /* GL_RGB16_SNORM */
- { 36816, 0x0000804E }, /* GL_RGB2_EXT */
- { 36828, 0x00008815 }, /* GL_RGB32F */
- { 36838, 0x00008D83 }, /* GL_RGB32I */
- { 36848, 0x00008D83 }, /* GL_RGB32I_EXT */
- { 36862, 0x00008D71 }, /* GL_RGB32UI */
- { 36873, 0x00008D71 }, /* GL_RGB32UI_EXT */
- { 36888, 0x0000804F }, /* GL_RGB4 */
- { 36896, 0x0000804F }, /* GL_RGB4_EXT */
- { 36908, 0x000083A1 }, /* GL_RGB4_S3TC */
- { 36921, 0x00008050 }, /* GL_RGB5 */
- { 36929, 0x00008D62 }, /* GL_RGB565 */
- { 36939, 0x00008D62 }, /* GL_RGB565_OES */
- { 36953, 0x00008057 }, /* GL_RGB5_A1 */
- { 36964, 0x00008057 }, /* GL_RGB5_A1_EXT */
- { 36979, 0x00008057 }, /* GL_RGB5_A1_OES */
- { 36994, 0x00008050 }, /* GL_RGB5_EXT */
- { 37006, 0x00008051 }, /* GL_RGB8 */
- { 37014, 0x00008D8F }, /* GL_RGB8I */
- { 37023, 0x00008D8F }, /* GL_RGB8I_EXT */
- { 37036, 0x00008D7D }, /* GL_RGB8UI */
- { 37046, 0x00008D7D }, /* GL_RGB8UI_EXT */
- { 37060, 0x00008051 }, /* GL_RGB8_EXT */
- { 37072, 0x00008051 }, /* GL_RGB8_OES */
- { 37084, 0x00008F96 }, /* GL_RGB8_SNORM */
- { 37098, 0x00008C3D }, /* GL_RGB9_E5 */
- { 37109, 0x00001908 }, /* GL_RGBA */
- { 37117, 0x0000805A }, /* GL_RGBA12 */
- { 37127, 0x0000805A }, /* GL_RGBA12_EXT */
- { 37141, 0x0000805B }, /* GL_RGBA16 */
- { 37151, 0x0000881A }, /* GL_RGBA16F */
- { 37162, 0x00008D88 }, /* GL_RGBA16I */
- { 37173, 0x00008D88 }, /* GL_RGBA16I_EXT */
- { 37188, 0x00008D76 }, /* GL_RGBA16UI */
- { 37200, 0x00008D76 }, /* GL_RGBA16UI_EXT */
- { 37216, 0x0000805B }, /* GL_RGBA16_EXT */
- { 37230, 0x00008F9B }, /* GL_RGBA16_SNORM */
- { 37246, 0x00008055 }, /* GL_RGBA2 */
- { 37255, 0x00008055 }, /* GL_RGBA2_EXT */
- { 37268, 0x00008814 }, /* GL_RGBA32F */
- { 37279, 0x00008D82 }, /* GL_RGBA32I */
- { 37290, 0x00008D82 }, /* GL_RGBA32I_EXT */
- { 37305, 0x00008D70 }, /* GL_RGBA32UI */
- { 37317, 0x00008D70 }, /* GL_RGBA32UI_EXT */
- { 37333, 0x00008056 }, /* GL_RGBA4 */
- { 37342, 0x000083A5 }, /* GL_RGBA4_DXT5_S3TC */
- { 37361, 0x00008056 }, /* GL_RGBA4_EXT */
- { 37374, 0x00008056 }, /* GL_RGBA4_OES */
- { 37387, 0x000083A3 }, /* GL_RGBA4_S3TC */
- { 37401, 0x00008058 }, /* GL_RGBA8 */
- { 37410, 0x00008D8E }, /* GL_RGBA8I */
- { 37420, 0x00008D8E }, /* GL_RGBA8I_EXT */
- { 37434, 0x00008D7C }, /* GL_RGBA8UI */
- { 37445, 0x00008D7C }, /* GL_RGBA8UI_EXT */
- { 37460, 0x00008058 }, /* GL_RGBA8_EXT */
- { 37473, 0x00008058 }, /* GL_RGBA8_OES */
- { 37486, 0x00008F97 }, /* GL_RGBA8_SNORM */
- { 37501, 0x000083A4 }, /* GL_RGBA_DXT5_S3TC */
- { 37519, 0x00008820 }, /* GL_RGBA_FLOAT_MODE_ARB */
- { 37542, 0x00008D99 }, /* GL_RGBA_INTEGER */
- { 37558, 0x00008D99 }, /* GL_RGBA_INTEGER_EXT */
- { 37578, 0x00008D9E }, /* GL_RGBA_INTEGER_MODE_EXT */
- { 37603, 0x00000C31 }, /* GL_RGBA_MODE */
- { 37616, 0x000083A2 }, /* GL_RGBA_S3TC */
- { 37629, 0x00008F93 }, /* GL_RGBA_SNORM */
- { 37643, 0x00008D98 }, /* GL_RGB_INTEGER */
- { 37658, 0x00008D98 }, /* GL_RGB_INTEGER_EXT */
- { 37677, 0x000083A0 }, /* GL_RGB_S3TC */
- { 37689, 0x00008573 }, /* GL_RGB_SCALE */
- { 37702, 0x00008573 }, /* GL_RGB_SCALE_ARB */
- { 37719, 0x00008573 }, /* GL_RGB_SCALE_EXT */
- { 37736, 0x00008F92 }, /* GL_RGB_SNORM */
- { 37749, 0x00008F91 }, /* GL_RG_SNORM */
- { 37761, 0x00000407 }, /* GL_RIGHT */
- { 37770, 0x00002000 }, /* GL_S */
- { 37775, 0x00008B5D }, /* GL_SAMPLER_1D */
- { 37789, 0x00008DC0 }, /* GL_SAMPLER_1D_ARRAY */
- { 37809, 0x00008DC0 }, /* GL_SAMPLER_1D_ARRAY_EXT */
- { 37833, 0x00008DC3 }, /* GL_SAMPLER_1D_ARRAY_SHADOW */
- { 37860, 0x00008DC3 }, /* GL_SAMPLER_1D_ARRAY_SHADOW_EXT */
- { 37891, 0x00008B61 }, /* GL_SAMPLER_1D_SHADOW */
- { 37912, 0x00008B5E }, /* GL_SAMPLER_2D */
- { 37926, 0x00008DC1 }, /* GL_SAMPLER_2D_ARRAY */
- { 37946, 0x00008DC1 }, /* GL_SAMPLER_2D_ARRAY_EXT */
- { 37970, 0x00008DC4 }, /* GL_SAMPLER_2D_ARRAY_SHADOW */
- { 37997, 0x00008DC4 }, /* GL_SAMPLER_2D_ARRAY_SHADOW_EXT */
- { 38028, 0x00008B63 }, /* GL_SAMPLER_2D_RECT */
- { 38047, 0x00008B64 }, /* GL_SAMPLER_2D_RECT_SHADOW */
- { 38073, 0x00008B62 }, /* GL_SAMPLER_2D_SHADOW */
- { 38094, 0x00008B5F }, /* GL_SAMPLER_3D */
- { 38108, 0x00008B5F }, /* GL_SAMPLER_3D_OES */
- { 38126, 0x00008919 }, /* GL_SAMPLER_BINDING */
- { 38145, 0x00008DC2 }, /* GL_SAMPLER_BUFFER */
- { 38163, 0x00008DC2 }, /* GL_SAMPLER_BUFFER_EXT */
- { 38185, 0x00008B60 }, /* GL_SAMPLER_CUBE */
- { 38201, 0x00008DC5 }, /* GL_SAMPLER_CUBE_SHADOW */
- { 38224, 0x00008DC5 }, /* GL_SAMPLER_CUBE_SHADOW_EXT */
- { 38251, 0x000080A9 }, /* GL_SAMPLES */
- { 38262, 0x000086B4 }, /* GL_SAMPLES_3DFX */
- { 38278, 0x000080A9 }, /* GL_SAMPLES_ARB */
- { 38293, 0x00008914 }, /* GL_SAMPLES_PASSED */
- { 38311, 0x00008914 }, /* GL_SAMPLES_PASSED_ARB */
- { 38333, 0x0000809E }, /* GL_SAMPLE_ALPHA_TO_COVERAGE */
- { 38361, 0x0000809E }, /* GL_SAMPLE_ALPHA_TO_COVERAGE_ARB */
- { 38393, 0x0000809F }, /* GL_SAMPLE_ALPHA_TO_ONE */
- { 38416, 0x0000809F }, /* GL_SAMPLE_ALPHA_TO_ONE_ARB */
- { 38443, 0x000080A8 }, /* GL_SAMPLE_BUFFERS */
- { 38461, 0x000086B3 }, /* GL_SAMPLE_BUFFERS_3DFX */
- { 38484, 0x000080A8 }, /* GL_SAMPLE_BUFFERS_ARB */
- { 38506, 0x000080A0 }, /* GL_SAMPLE_COVERAGE */
- { 38525, 0x000080A0 }, /* GL_SAMPLE_COVERAGE_ARB */
- { 38548, 0x000080AB }, /* GL_SAMPLE_COVERAGE_INVERT */
- { 38574, 0x000080AB }, /* GL_SAMPLE_COVERAGE_INVERT_ARB */
- { 38604, 0x000080AA }, /* GL_SAMPLE_COVERAGE_VALUE */
- { 38629, 0x000080AA }, /* GL_SAMPLE_COVERAGE_VALUE_ARB */
- { 38658, 0x00080000 }, /* GL_SCISSOR_BIT */
- { 38673, 0x00000C10 }, /* GL_SCISSOR_BOX */
- { 38688, 0x00000C11 }, /* GL_SCISSOR_TEST */
- { 38704, 0x0000845E }, /* GL_SECONDARY_COLOR_ARRAY */
- { 38729, 0x0000889C }, /* GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING */
- { 38769, 0x0000889C }, /* GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB */
- { 38813, 0x0000845D }, /* GL_SECONDARY_COLOR_ARRAY_POINTER */
- { 38846, 0x0000845A }, /* GL_SECONDARY_COLOR_ARRAY_SIZE */
- { 38876, 0x0000845C }, /* GL_SECONDARY_COLOR_ARRAY_STRIDE */
- { 38908, 0x0000845B }, /* GL_SECONDARY_COLOR_ARRAY_TYPE */
- { 38938, 0x00001C02 }, /* GL_SELECT */
- { 38948, 0x00000DF3 }, /* GL_SELECTION_BUFFER_POINTER */
- { 38976, 0x00000DF4 }, /* GL_SELECTION_BUFFER_SIZE */
- { 39001, 0x00008012 }, /* GL_SEPARABLE_2D */
- { 39017, 0x00008C8D }, /* GL_SEPARATE_ATTRIBS */
- { 39037, 0x00008C8D }, /* GL_SEPARATE_ATTRIBS_EXT */
- { 39061, 0x000081FA }, /* GL_SEPARATE_SPECULAR_COLOR */
- { 39088, 0x000081FA }, /* GL_SEPARATE_SPECULAR_COLOR_EXT */
- { 39119, 0x0000150F }, /* GL_SET */
- { 39126, 0x00008DF8 }, /* GL_SHADER_BINARY_FORMATS */
- { 39151, 0x00008DFA }, /* GL_SHADER_COMPILER */
- { 39170, 0x00008B48 }, /* GL_SHADER_OBJECT_ARB */
- { 39191, 0x00008B88 }, /* GL_SHADER_SOURCE_LENGTH */
- { 39215, 0x00008B4F }, /* GL_SHADER_TYPE */
- { 39230, 0x00000B54 }, /* GL_SHADE_MODEL */
- { 39245, 0x00008B8C }, /* GL_SHADING_LANGUAGE_VERSION */
- { 39273, 0x000080BF }, /* GL_SHADOW_AMBIENT_SGIX */
- { 39296, 0x000081FB }, /* GL_SHARED_TEXTURE_PALETTE_EXT */
- { 39326, 0x00001601 }, /* GL_SHININESS */
- { 39339, 0x00001402 }, /* GL_SHORT */
- { 39348, 0x00009119 }, /* GL_SIGNALED */
- { 39360, 0x00008F9C }, /* GL_SIGNED_NORMALIZED */
- { 39381, 0x000081F9 }, /* GL_SINGLE_COLOR */
- { 39397, 0x000081F9 }, /* GL_SINGLE_COLOR_EXT */
- { 39417, 0x000085CC }, /* GL_SLICE_ACCUM_SUN */
- { 39436, 0x00008C46 }, /* GL_SLUMINANCE */
- { 39450, 0x00008C47 }, /* GL_SLUMINANCE8 */
- { 39465, 0x00008C45 }, /* GL_SLUMINANCE8_ALPHA8 */
- { 39487, 0x00008C44 }, /* GL_SLUMINANCE_ALPHA */
- { 39507, 0x00001D01 }, /* GL_SMOOTH */
- { 39517, 0x00000B23 }, /* GL_SMOOTH_LINE_WIDTH_GRANULARITY */
- { 39550, 0x00000B22 }, /* GL_SMOOTH_LINE_WIDTH_RANGE */
- { 39577, 0x00000B13 }, /* GL_SMOOTH_POINT_SIZE_GRANULARITY */
- { 39610, 0x00000B12 }, /* GL_SMOOTH_POINT_SIZE_RANGE */
- { 39637, 0x00008588 }, /* GL_SOURCE0_ALPHA */
- { 39654, 0x00008588 }, /* GL_SOURCE0_ALPHA_ARB */
- { 39675, 0x00008588 }, /* GL_SOURCE0_ALPHA_EXT */
- { 39696, 0x00008580 }, /* GL_SOURCE0_RGB */
- { 39711, 0x00008580 }, /* GL_SOURCE0_RGB_ARB */
- { 39730, 0x00008580 }, /* GL_SOURCE0_RGB_EXT */
- { 39749, 0x00008589 }, /* GL_SOURCE1_ALPHA */
- { 39766, 0x00008589 }, /* GL_SOURCE1_ALPHA_ARB */
- { 39787, 0x00008589 }, /* GL_SOURCE1_ALPHA_EXT */
- { 39808, 0x00008581 }, /* GL_SOURCE1_RGB */
- { 39823, 0x00008581 }, /* GL_SOURCE1_RGB_ARB */
- { 39842, 0x00008581 }, /* GL_SOURCE1_RGB_EXT */
- { 39861, 0x0000858A }, /* GL_SOURCE2_ALPHA */
- { 39878, 0x0000858A }, /* GL_SOURCE2_ALPHA_ARB */
- { 39899, 0x0000858A }, /* GL_SOURCE2_ALPHA_EXT */
- { 39920, 0x00008582 }, /* GL_SOURCE2_RGB */
- { 39935, 0x00008582 }, /* GL_SOURCE2_RGB_ARB */
- { 39954, 0x00008582 }, /* GL_SOURCE2_RGB_EXT */
- { 39973, 0x0000858B }, /* GL_SOURCE3_ALPHA_NV */
- { 39993, 0x00008583 }, /* GL_SOURCE3_RGB_NV */
- { 40011, 0x00001202 }, /* GL_SPECULAR */
- { 40023, 0x00002402 }, /* GL_SPHERE_MAP */
- { 40037, 0x00001206 }, /* GL_SPOT_CUTOFF */
- { 40052, 0x00001204 }, /* GL_SPOT_DIRECTION */
- { 40070, 0x00001205 }, /* GL_SPOT_EXPONENT */
- { 40087, 0x00008588 }, /* GL_SRC0_ALPHA */
- { 40101, 0x00008580 }, /* GL_SRC0_RGB */
- { 40113, 0x00008589 }, /* GL_SRC1_ALPHA */
- { 40127, 0x00008581 }, /* GL_SRC1_RGB */
- { 40139, 0x0000858A }, /* GL_SRC2_ALPHA */
- { 40153, 0x00008582 }, /* GL_SRC2_RGB */
- { 40165, 0x00000302 }, /* GL_SRC_ALPHA */
- { 40178, 0x00000308 }, /* GL_SRC_ALPHA_SATURATE */
- { 40200, 0x00000300 }, /* GL_SRC_COLOR */
- { 40213, 0x00008C40 }, /* GL_SRGB */
- { 40221, 0x00008C41 }, /* GL_SRGB8 */
- { 40230, 0x00008C43 }, /* GL_SRGB8_ALPHA8 */
- { 40246, 0x00008C42 }, /* GL_SRGB_ALPHA */
- { 40260, 0x00000503 }, /* GL_STACK_OVERFLOW */
- { 40278, 0x00000504 }, /* GL_STACK_UNDERFLOW */
- { 40297, 0x000088E6 }, /* GL_STATIC_COPY */
- { 40312, 0x000088E6 }, /* GL_STATIC_COPY_ARB */
- { 40331, 0x000088E4 }, /* GL_STATIC_DRAW */
- { 40346, 0x000088E4 }, /* GL_STATIC_DRAW_ARB */
- { 40365, 0x000088E5 }, /* GL_STATIC_READ */
- { 40380, 0x000088E5 }, /* GL_STATIC_READ_ARB */
- { 40399, 0x00001802 }, /* GL_STENCIL */
- { 40410, 0x00008D20 }, /* GL_STENCIL_ATTACHMENT */
- { 40432, 0x00008D20 }, /* GL_STENCIL_ATTACHMENT_EXT */
- { 40458, 0x00008D20 }, /* GL_STENCIL_ATTACHMENT_OES */
- { 40484, 0x00008801 }, /* GL_STENCIL_BACK_FAIL */
- { 40505, 0x00008801 }, /* GL_STENCIL_BACK_FAIL_ATI */
- { 40530, 0x00008800 }, /* GL_STENCIL_BACK_FUNC */
- { 40551, 0x00008800 }, /* GL_STENCIL_BACK_FUNC_ATI */
- { 40576, 0x00008802 }, /* GL_STENCIL_BACK_PASS_DEPTH_FAIL */
- { 40608, 0x00008802 }, /* GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI */
- { 40644, 0x00008803 }, /* GL_STENCIL_BACK_PASS_DEPTH_PASS */
- { 40676, 0x00008803 }, /* GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI */
- { 40712, 0x00008CA3 }, /* GL_STENCIL_BACK_REF */
- { 40732, 0x00008CA4 }, /* GL_STENCIL_BACK_VALUE_MASK */
- { 40759, 0x00008CA5 }, /* GL_STENCIL_BACK_WRITEMASK */
- { 40785, 0x00000D57 }, /* GL_STENCIL_BITS */
- { 40801, 0x00008224 }, /* GL_STENCIL_BUFFER */
- { 40819, 0x00000400 }, /* GL_STENCIL_BUFFER_BIT */
- { 40841, 0x00000B91 }, /* GL_STENCIL_CLEAR_VALUE */
- { 40864, 0x00000B94 }, /* GL_STENCIL_FAIL */
- { 40880, 0x00000B92 }, /* GL_STENCIL_FUNC */
- { 40896, 0x00001901 }, /* GL_STENCIL_INDEX */
- { 40913, 0x00008D46 }, /* GL_STENCIL_INDEX1 */
- { 40931, 0x00008D49 }, /* GL_STENCIL_INDEX16 */
- { 40950, 0x00008D49 }, /* GL_STENCIL_INDEX16_EXT */
- { 40973, 0x00008D46 }, /* GL_STENCIL_INDEX1_EXT */
- { 40995, 0x00008D46 }, /* GL_STENCIL_INDEX1_OES */
- { 41017, 0x00008D47 }, /* GL_STENCIL_INDEX4 */
- { 41035, 0x00008D47 }, /* GL_STENCIL_INDEX4_EXT */
- { 41057, 0x00008D47 }, /* GL_STENCIL_INDEX4_OES */
- { 41079, 0x00008D48 }, /* GL_STENCIL_INDEX8 */
- { 41097, 0x00008D48 }, /* GL_STENCIL_INDEX8_EXT */
- { 41119, 0x00008D48 }, /* GL_STENCIL_INDEX8_OES */
- { 41141, 0x00008D45 }, /* GL_STENCIL_INDEX_EXT */
- { 41162, 0x00000B95 }, /* GL_STENCIL_PASS_DEPTH_FAIL */
- { 41189, 0x00000B96 }, /* GL_STENCIL_PASS_DEPTH_PASS */
- { 41216, 0x00000B97 }, /* GL_STENCIL_REF */
- { 41231, 0x00000B90 }, /* GL_STENCIL_TEST */
- { 41247, 0x00008910 }, /* GL_STENCIL_TEST_TWO_SIDE_EXT */
- { 41276, 0x00000B93 }, /* GL_STENCIL_VALUE_MASK */
- { 41298, 0x00000B98 }, /* GL_STENCIL_WRITEMASK */
- { 41319, 0x00000C33 }, /* GL_STEREO */
- { 41329, 0x000085BE }, /* GL_STORAGE_CACHED_APPLE */
- { 41353, 0x000085BD }, /* GL_STORAGE_PRIVATE_APPLE */
- { 41378, 0x000085BF }, /* GL_STORAGE_SHARED_APPLE */
- { 41402, 0x000088E2 }, /* GL_STREAM_COPY */
- { 41417, 0x000088E2 }, /* GL_STREAM_COPY_ARB */
- { 41436, 0x000088E0 }, /* GL_STREAM_DRAW */
- { 41451, 0x000088E0 }, /* GL_STREAM_DRAW_ARB */
- { 41470, 0x000088E1 }, /* GL_STREAM_READ */
- { 41485, 0x000088E1 }, /* GL_STREAM_READ_ARB */
- { 41504, 0x00000D50 }, /* GL_SUBPIXEL_BITS */
- { 41521, 0x000084E7 }, /* GL_SUBTRACT */
- { 41533, 0x000084E7 }, /* GL_SUBTRACT_ARB */
- { 41549, 0x00009113 }, /* GL_SYNC_CONDITION */
- { 41567, 0x00009116 }, /* GL_SYNC_FENCE */
- { 41581, 0x00009115 }, /* GL_SYNC_FLAGS */
- { 41595, 0x00000001 }, /* GL_SYNC_FLUSH_COMMANDS_BIT */
- { 41622, 0x00009117 }, /* GL_SYNC_GPU_COMMANDS_COMPLETE */
- { 41652, 0x00009114 }, /* GL_SYNC_STATUS */
- { 41667, 0x00002001 }, /* GL_T */
- { 41672, 0x00002A2A }, /* GL_T2F_C3F_V3F */
- { 41687, 0x00002A2C }, /* GL_T2F_C4F_N3F_V3F */
- { 41706, 0x00002A29 }, /* GL_T2F_C4UB_V3F */
- { 41722, 0x00002A2B }, /* GL_T2F_N3F_V3F */
- { 41737, 0x00002A27 }, /* GL_T2F_V3F */
- { 41748, 0x00002A2D }, /* GL_T4F_C4F_N3F_V4F */
- { 41767, 0x00002A28 }, /* GL_T4F_V4F */
- { 41778, 0x00008031 }, /* GL_TABLE_TOO_LARGE_EXT */
- { 41801, 0x00001702 }, /* GL_TEXTURE */
- { 41812, 0x000084C0 }, /* GL_TEXTURE0 */
- { 41824, 0x000084C0 }, /* GL_TEXTURE0_ARB */
- { 41840, 0x000084C1 }, /* GL_TEXTURE1 */
- { 41852, 0x000084CA }, /* GL_TEXTURE10 */
- { 41865, 0x000084CA }, /* GL_TEXTURE10_ARB */
- { 41882, 0x000084CB }, /* GL_TEXTURE11 */
- { 41895, 0x000084CB }, /* GL_TEXTURE11_ARB */
- { 41912, 0x000084CC }, /* GL_TEXTURE12 */
- { 41925, 0x000084CC }, /* GL_TEXTURE12_ARB */
- { 41942, 0x000084CD }, /* GL_TEXTURE13 */
- { 41955, 0x000084CD }, /* GL_TEXTURE13_ARB */
- { 41972, 0x000084CE }, /* GL_TEXTURE14 */
- { 41985, 0x000084CE }, /* GL_TEXTURE14_ARB */
- { 42002, 0x000084CF }, /* GL_TEXTURE15 */
- { 42015, 0x000084CF }, /* GL_TEXTURE15_ARB */
- { 42032, 0x000084D0 }, /* GL_TEXTURE16 */
- { 42045, 0x000084D0 }, /* GL_TEXTURE16_ARB */
- { 42062, 0x000084D1 }, /* GL_TEXTURE17 */
- { 42075, 0x000084D1 }, /* GL_TEXTURE17_ARB */
- { 42092, 0x000084D2 }, /* GL_TEXTURE18 */
- { 42105, 0x000084D2 }, /* GL_TEXTURE18_ARB */
- { 42122, 0x000084D3 }, /* GL_TEXTURE19 */
- { 42135, 0x000084D3 }, /* GL_TEXTURE19_ARB */
- { 42152, 0x000084C1 }, /* GL_TEXTURE1_ARB */
- { 42168, 0x000084C2 }, /* GL_TEXTURE2 */
- { 42180, 0x000084D4 }, /* GL_TEXTURE20 */
- { 42193, 0x000084D4 }, /* GL_TEXTURE20_ARB */
- { 42210, 0x000084D5 }, /* GL_TEXTURE21 */
- { 42223, 0x000084D5 }, /* GL_TEXTURE21_ARB */
- { 42240, 0x000084D6 }, /* GL_TEXTURE22 */
- { 42253, 0x000084D6 }, /* GL_TEXTURE22_ARB */
- { 42270, 0x000084D7 }, /* GL_TEXTURE23 */
- { 42283, 0x000084D7 }, /* GL_TEXTURE23_ARB */
- { 42300, 0x000084D8 }, /* GL_TEXTURE24 */
- { 42313, 0x000084D8 }, /* GL_TEXTURE24_ARB */
- { 42330, 0x000084D9 }, /* GL_TEXTURE25 */
- { 42343, 0x000084D9 }, /* GL_TEXTURE25_ARB */
- { 42360, 0x000084DA }, /* GL_TEXTURE26 */
- { 42373, 0x000084DA }, /* GL_TEXTURE26_ARB */
- { 42390, 0x000084DB }, /* GL_TEXTURE27 */
- { 42403, 0x000084DB }, /* GL_TEXTURE27_ARB */
- { 42420, 0x000084DC }, /* GL_TEXTURE28 */
- { 42433, 0x000084DC }, /* GL_TEXTURE28_ARB */
- { 42450, 0x000084DD }, /* GL_TEXTURE29 */
- { 42463, 0x000084DD }, /* GL_TEXTURE29_ARB */
- { 42480, 0x000084C2 }, /* GL_TEXTURE2_ARB */
- { 42496, 0x000084C3 }, /* GL_TEXTURE3 */
- { 42508, 0x000084DE }, /* GL_TEXTURE30 */
- { 42521, 0x000084DE }, /* GL_TEXTURE30_ARB */
- { 42538, 0x000084DF }, /* GL_TEXTURE31 */
- { 42551, 0x000084DF }, /* GL_TEXTURE31_ARB */
- { 42568, 0x000084C3 }, /* GL_TEXTURE3_ARB */
- { 42584, 0x000084C4 }, /* GL_TEXTURE4 */
- { 42596, 0x000084C4 }, /* GL_TEXTURE4_ARB */
- { 42612, 0x000084C5 }, /* GL_TEXTURE5 */
- { 42624, 0x000084C5 }, /* GL_TEXTURE5_ARB */
- { 42640, 0x000084C6 }, /* GL_TEXTURE6 */
- { 42652, 0x000084C6 }, /* GL_TEXTURE6_ARB */
- { 42668, 0x000084C7 }, /* GL_TEXTURE7 */
- { 42680, 0x000084C7 }, /* GL_TEXTURE7_ARB */
- { 42696, 0x000084C8 }, /* GL_TEXTURE8 */
- { 42708, 0x000084C8 }, /* GL_TEXTURE8_ARB */
- { 42724, 0x000084C9 }, /* GL_TEXTURE9 */
- { 42736, 0x000084C9 }, /* GL_TEXTURE9_ARB */
- { 42752, 0x00000DE0 }, /* GL_TEXTURE_1D */
- { 42766, 0x00008C18 }, /* GL_TEXTURE_1D_ARRAY */
- { 42786, 0x00008C18 }, /* GL_TEXTURE_1D_ARRAY_EXT */
- { 42810, 0x00000DE1 }, /* GL_TEXTURE_2D */
- { 42824, 0x00008C1A }, /* GL_TEXTURE_2D_ARRAY */
- { 42844, 0x00008C1A }, /* GL_TEXTURE_2D_ARRAY_EXT */
- { 42868, 0x0000806F }, /* GL_TEXTURE_3D */
- { 42882, 0x0000806F }, /* GL_TEXTURE_3D_OES */
- { 42900, 0x0000805F }, /* GL_TEXTURE_ALPHA_SIZE */
- { 42922, 0x0000805F }, /* GL_TEXTURE_ALPHA_SIZE_EXT */
- { 42948, 0x0000813C }, /* GL_TEXTURE_BASE_LEVEL */
- { 42970, 0x00008068 }, /* GL_TEXTURE_BINDING_1D */
- { 42992, 0x00008C1C }, /* GL_TEXTURE_BINDING_1D_ARRAY */
- { 43020, 0x00008C1C }, /* GL_TEXTURE_BINDING_1D_ARRAY_EXT */
- { 43052, 0x00008069 }, /* GL_TEXTURE_BINDING_2D */
- { 43074, 0x00008C1D }, /* GL_TEXTURE_BINDING_2D_ARRAY */
- { 43102, 0x00008C1D }, /* GL_TEXTURE_BINDING_2D_ARRAY_EXT */
- { 43134, 0x0000806A }, /* GL_TEXTURE_BINDING_3D */
- { 43156, 0x0000806A }, /* GL_TEXTURE_BINDING_3D_OES */
- { 43182, 0x00008C2C }, /* GL_TEXTURE_BINDING_BUFFER */
- { 43208, 0x00008C2C }, /* GL_TEXTURE_BINDING_BUFFER_ARB */
- { 43238, 0x00008514 }, /* GL_TEXTURE_BINDING_CUBE_MAP */
- { 43266, 0x00008514 }, /* GL_TEXTURE_BINDING_CUBE_MAP_ARB */
- { 43298, 0x00008514 }, /* GL_TEXTURE_BINDING_CUBE_MAP_OES */
- { 43330, 0x000084F6 }, /* GL_TEXTURE_BINDING_RECTANGLE */
- { 43359, 0x000084F6 }, /* GL_TEXTURE_BINDING_RECTANGLE_ARB */
- { 43392, 0x000084F6 }, /* GL_TEXTURE_BINDING_RECTANGLE_NV */
- { 43424, 0x00040000 }, /* GL_TEXTURE_BIT */
- { 43439, 0x0000805E }, /* GL_TEXTURE_BLUE_SIZE */
- { 43460, 0x0000805E }, /* GL_TEXTURE_BLUE_SIZE_EXT */
- { 43485, 0x00001005 }, /* GL_TEXTURE_BORDER */
- { 43503, 0x00001004 }, /* GL_TEXTURE_BORDER_COLOR */
- { 43527, 0x00008C2A }, /* GL_TEXTURE_BUFFER */
- { 43545, 0x00008C2A }, /* GL_TEXTURE_BUFFER_ARB */
- { 43567, 0x00008C2D }, /* GL_TEXTURE_BUFFER_DATA_STORE_BINDING */
- { 43604, 0x00008C2D }, /* GL_TEXTURE_BUFFER_DATA_STORE_BINDING_ARB */
- { 43645, 0x00008C2E }, /* GL_TEXTURE_BUFFER_FORMAT */
- { 43670, 0x00008C2E }, /* GL_TEXTURE_BUFFER_FORMAT_ARB */
- { 43699, 0x00008171 }, /* GL_TEXTURE_CLIPMAP_CENTER_SGIX */
- { 43730, 0x00008176 }, /* GL_TEXTURE_CLIPMAP_DEPTH_SGIX */
- { 43760, 0x00008172 }, /* GL_TEXTURE_CLIPMAP_FRAME_SGIX */
- { 43790, 0x00008175 }, /* GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX */
- { 43825, 0x00008173 }, /* GL_TEXTURE_CLIPMAP_OFFSET_SGIX */
- { 43856, 0x00008174 }, /* GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX */
- { 43894, 0x000080BC }, /* GL_TEXTURE_COLOR_TABLE_SGI */
- { 43921, 0x000081EF }, /* GL_TEXTURE_COLOR_WRITEMASK_SGIS */
- { 43953, 0x000080BF }, /* GL_TEXTURE_COMPARE_FAIL_VALUE_ARB */
- { 43987, 0x0000884D }, /* GL_TEXTURE_COMPARE_FUNC */
- { 44011, 0x0000884D }, /* GL_TEXTURE_COMPARE_FUNC_ARB */
- { 44039, 0x0000884C }, /* GL_TEXTURE_COMPARE_MODE */
- { 44063, 0x0000884C }, /* GL_TEXTURE_COMPARE_MODE_ARB */
- { 44091, 0x0000819B }, /* GL_TEXTURE_COMPARE_OPERATOR_SGIX */
- { 44124, 0x0000819A }, /* GL_TEXTURE_COMPARE_SGIX */
- { 44148, 0x00001003 }, /* GL_TEXTURE_COMPONENTS */
- { 44170, 0x000086A1 }, /* GL_TEXTURE_COMPRESSED */
- { 44192, 0x000086A1 }, /* GL_TEXTURE_COMPRESSED_ARB */
- { 44218, 0x000086A3 }, /* GL_TEXTURE_COMPRESSED_FORMATS_ARB */
- { 44252, 0x000086A0 }, /* GL_TEXTURE_COMPRESSED_IMAGE_SIZE */
- { 44285, 0x000086A0 }, /* GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB */
- { 44322, 0x000084EF }, /* GL_TEXTURE_COMPRESSION_HINT */
- { 44350, 0x000084EF }, /* GL_TEXTURE_COMPRESSION_HINT_ARB */
- { 44382, 0x00008078 }, /* GL_TEXTURE_COORD_ARRAY */
- { 44405, 0x0000889A }, /* GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING */
- { 44443, 0x0000889A }, /* GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB */
- { 44485, 0x00008092 }, /* GL_TEXTURE_COORD_ARRAY_POINTER */
- { 44516, 0x00008088 }, /* GL_TEXTURE_COORD_ARRAY_SIZE */
- { 44544, 0x0000808A }, /* GL_TEXTURE_COORD_ARRAY_STRIDE */
- { 44574, 0x00008089 }, /* GL_TEXTURE_COORD_ARRAY_TYPE */
- { 44602, 0x00008B9D }, /* GL_TEXTURE_CROP_RECT_OES */
- { 44627, 0x00008513 }, /* GL_TEXTURE_CUBE_MAP */
- { 44647, 0x00008513 }, /* GL_TEXTURE_CUBE_MAP_ARB */
- { 44671, 0x00008516 }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_X */
- { 44702, 0x00008516 }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB */
- { 44737, 0x00008516 }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES */
- { 44772, 0x00008518 }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Y */
- { 44803, 0x00008518 }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB */
- { 44838, 0x00008518 }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES */
- { 44873, 0x0000851A }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Z */
- { 44904, 0x0000851A }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB */
- { 44939, 0x0000851A }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES */
- { 44974, 0x00008513 }, /* GL_TEXTURE_CUBE_MAP_OES */
- { 44998, 0x00008515 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_X */
- { 45029, 0x00008515 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB */
- { 45064, 0x00008515 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES */
- { 45099, 0x00008517 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Y */
- { 45130, 0x00008517 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB */
- { 45165, 0x00008517 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES */
- { 45200, 0x00008519 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Z */
- { 45231, 0x00008519 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB */
- { 45266, 0x00008519 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES */
- { 45301, 0x000088F4 }, /* GL_TEXTURE_CUBE_MAP_SEAMLESS */
- { 45330, 0x00008071 }, /* GL_TEXTURE_DEPTH */
- { 45347, 0x0000884A }, /* GL_TEXTURE_DEPTH_SIZE */
- { 45369, 0x0000884A }, /* GL_TEXTURE_DEPTH_SIZE_ARB */
- { 45395, 0x00002300 }, /* GL_TEXTURE_ENV */
- { 45410, 0x00002201 }, /* GL_TEXTURE_ENV_COLOR */
- { 45431, 0x00002200 }, /* GL_TEXTURE_ENV_MODE */
- { 45451, 0x00008500 }, /* GL_TEXTURE_FILTER_CONTROL */
- { 45477, 0x00008500 }, /* GL_TEXTURE_FILTER_CONTROL_EXT */
- { 45507, 0x00002500 }, /* GL_TEXTURE_GEN_MODE */
- { 45527, 0x00002500 }, /* GL_TEXTURE_GEN_MODE_OES */
- { 45551, 0x00000C63 }, /* GL_TEXTURE_GEN_Q */
- { 45568, 0x00000C62 }, /* GL_TEXTURE_GEN_R */
- { 45585, 0x00000C60 }, /* GL_TEXTURE_GEN_S */
- { 45602, 0x00008D60 }, /* GL_TEXTURE_GEN_STR_OES */
- { 45625, 0x00000C61 }, /* GL_TEXTURE_GEN_T */
- { 45642, 0x0000819D }, /* GL_TEXTURE_GEQUAL_R_SGIX */
- { 45667, 0x0000805D }, /* GL_TEXTURE_GREEN_SIZE */
- { 45689, 0x0000805D }, /* GL_TEXTURE_GREEN_SIZE_EXT */
- { 45715, 0x00001001 }, /* GL_TEXTURE_HEIGHT */
- { 45733, 0x000080ED }, /* GL_TEXTURE_INDEX_SIZE_EXT */
- { 45759, 0x00008061 }, /* GL_TEXTURE_INTENSITY_SIZE */
- { 45785, 0x00008061 }, /* GL_TEXTURE_INTENSITY_SIZE_EXT */
- { 45815, 0x00001003 }, /* GL_TEXTURE_INTERNAL_FORMAT */
- { 45842, 0x0000819C }, /* GL_TEXTURE_LEQUAL_R_SGIX */
- { 45867, 0x00008501 }, /* GL_TEXTURE_LOD_BIAS */
- { 45887, 0x00008501 }, /* GL_TEXTURE_LOD_BIAS_EXT */
- { 45911, 0x00008190 }, /* GL_TEXTURE_LOD_BIAS_R_SGIX */
- { 45938, 0x0000818E }, /* GL_TEXTURE_LOD_BIAS_S_SGIX */
- { 45965, 0x0000818F }, /* GL_TEXTURE_LOD_BIAS_T_SGIX */
- { 45992, 0x00008060 }, /* GL_TEXTURE_LUMINANCE_SIZE */
- { 46018, 0x00008060 }, /* GL_TEXTURE_LUMINANCE_SIZE_EXT */
- { 46048, 0x00002800 }, /* GL_TEXTURE_MAG_FILTER */
- { 46070, 0x00000BA8 }, /* GL_TEXTURE_MATRIX */
- { 46088, 0x0000898F }, /* GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES */
- { 46128, 0x000084FE }, /* GL_TEXTURE_MAX_ANISOTROPY_EXT */
- { 46158, 0x0000836B }, /* GL_TEXTURE_MAX_CLAMP_R_SGIX */
- { 46186, 0x00008369 }, /* GL_TEXTURE_MAX_CLAMP_S_SGIX */
- { 46214, 0x0000836A }, /* GL_TEXTURE_MAX_CLAMP_T_SGIX */
- { 46242, 0x0000813D }, /* GL_TEXTURE_MAX_LEVEL */
- { 46263, 0x0000813B }, /* GL_TEXTURE_MAX_LOD */
- { 46282, 0x00002801 }, /* GL_TEXTURE_MIN_FILTER */
- { 46304, 0x0000813A }, /* GL_TEXTURE_MIN_LOD */
- { 46323, 0x00008066 }, /* GL_TEXTURE_PRIORITY */
- { 46343, 0x000085B7 }, /* GL_TEXTURE_RANGE_LENGTH_APPLE */
- { 46373, 0x000085B8 }, /* GL_TEXTURE_RANGE_POINTER_APPLE */
- { 46404, 0x000084F5 }, /* GL_TEXTURE_RECTANGLE */
- { 46425, 0x000084F5 }, /* GL_TEXTURE_RECTANGLE_ARB */
- { 46450, 0x000084F5 }, /* GL_TEXTURE_RECTANGLE_NV */
- { 46474, 0x0000805C }, /* GL_TEXTURE_RED_SIZE */
- { 46494, 0x0000805C }, /* GL_TEXTURE_RED_SIZE_EXT */
- { 46518, 0x00008067 }, /* GL_TEXTURE_RESIDENT */
- { 46538, 0x00008C3F }, /* GL_TEXTURE_SHARED_SIZE */
- { 46561, 0x00000BA5 }, /* GL_TEXTURE_STACK_DEPTH */
- { 46584, 0x000088F1 }, /* GL_TEXTURE_STENCIL_SIZE */
- { 46608, 0x000088F1 }, /* GL_TEXTURE_STENCIL_SIZE_EXT */
- { 46636, 0x000085BC }, /* GL_TEXTURE_STORAGE_HINT_APPLE */
- { 46666, 0x00008065 }, /* GL_TEXTURE_TOO_LARGE_EXT */
- { 46691, 0x0000888F }, /* GL_TEXTURE_UNSIGNED_REMAP_MODE_NV */
- { 46725, 0x00001000 }, /* GL_TEXTURE_WIDTH */
- { 46742, 0x00008072 }, /* GL_TEXTURE_WRAP_R */
- { 46760, 0x00008072 }, /* GL_TEXTURE_WRAP_R_OES */
- { 46782, 0x00002802 }, /* GL_TEXTURE_WRAP_S */
- { 46800, 0x00002803 }, /* GL_TEXTURE_WRAP_T */
- { 46818, 0x0000911B }, /* GL_TIMEOUT_EXPIRED */
- { 46837, 0x000088BF }, /* GL_TIME_ELAPSED_EXT */
- { 46857, 0x00008648 }, /* GL_TRACK_MATRIX_NV */
- { 46876, 0x00008649 }, /* GL_TRACK_MATRIX_TRANSFORM_NV */
- { 46905, 0x00001000 }, /* GL_TRANSFORM_BIT */
- { 46922, 0x00008E22 }, /* GL_TRANSFORM_FEEDBACK */
- { 46944, 0x00008E25 }, /* GL_TRANSFORM_FEEDBACK_BINDING */
- { 46974, 0x00008C8E }, /* GL_TRANSFORM_FEEDBACK_BUFFER */
- { 47003, 0x00008E24 }, /* GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE */
- { 47039, 0x00008C8F }, /* GL_TRANSFORM_FEEDBACK_BUFFER_BINDING */
- { 47076, 0x00008C8F }, /* GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_EXT */
- { 47117, 0x00008C8E }, /* GL_TRANSFORM_FEEDBACK_BUFFER_EXT */
- { 47150, 0x00008C7F }, /* GL_TRANSFORM_FEEDBACK_BUFFER_MODE */
- { 47184, 0x00008C7F }, /* GL_TRANSFORM_FEEDBACK_BUFFER_MODE_EXT */
- { 47222, 0x00008E23 }, /* GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED */
- { 47258, 0x00008C85 }, /* GL_TRANSFORM_FEEDBACK_BUFFER_SIZE */
- { 47292, 0x00008C85 }, /* GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_EXT */
- { 47330, 0x00008C84 }, /* GL_TRANSFORM_FEEDBACK_BUFFER_START */
- { 47365, 0x00008C84 }, /* GL_TRANSFORM_FEEDBACK_BUFFER_START_EXT */
- { 47404, 0x00008C88 }, /* GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN */
- { 47445, 0x00008C88 }, /* GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_EXT */
- { 47490, 0x00008C83 }, /* GL_TRANSFORM_FEEDBACK_VARYINGS */
- { 47521, 0x00008C83 }, /* GL_TRANSFORM_FEEDBACK_VARYINGS_EXT */
- { 47556, 0x00008C76 }, /* GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH */
- { 47597, 0x00008C76 }, /* GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH_EXT */
- { 47642, 0x000084E6 }, /* GL_TRANSPOSE_COLOR_MATRIX */
- { 47668, 0x000084E6 }, /* GL_TRANSPOSE_COLOR_MATRIX_ARB */
- { 47698, 0x000088B7 }, /* GL_TRANSPOSE_CURRENT_MATRIX_ARB */
- { 47730, 0x000084E3 }, /* GL_TRANSPOSE_MODELVIEW_MATRIX */
- { 47760, 0x000084E3 }, /* GL_TRANSPOSE_MODELVIEW_MATRIX_ARB */
- { 47794, 0x0000862C }, /* GL_TRANSPOSE_NV */
- { 47810, 0x000084E4 }, /* GL_TRANSPOSE_PROJECTION_MATRIX */
- { 47841, 0x000084E4 }, /* GL_TRANSPOSE_PROJECTION_MATRIX_ARB */
- { 47876, 0x000084E5 }, /* GL_TRANSPOSE_TEXTURE_MATRIX */
- { 47904, 0x000084E5 }, /* GL_TRANSPOSE_TEXTURE_MATRIX_ARB */
- { 47936, 0x00000004 }, /* GL_TRIANGLES */
- { 47949, 0x0000000C }, /* GL_TRIANGLES_ADJACENCY */
- { 47972, 0x0000000C }, /* GL_TRIANGLES_ADJACENCY_ARB */
- { 47999, 0x00000006 }, /* GL_TRIANGLE_FAN */
- { 48015, 0x00008615 }, /* GL_TRIANGLE_MESH_SUN */
- { 48036, 0x00000005 }, /* GL_TRIANGLE_STRIP */
- { 48054, 0x0000000D }, /* GL_TRIANGLE_STRIP_ADJACENCY */
- { 48082, 0x0000000D }, /* GL_TRIANGLE_STRIP_ADJACENCY_ARB */
- { 48114, 0x00000001 }, /* GL_TRUE */
- { 48122, 0x00008A1C }, /* GL_UNDEFINED_APPLE */
- { 48141, 0x00008255 }, /* GL_UNKNOWN_CONTEXT_RESET_ARB */
- { 48170, 0x00000CF5 }, /* GL_UNPACK_ALIGNMENT */
- { 48190, 0x0000806E }, /* GL_UNPACK_IMAGE_HEIGHT */
- { 48213, 0x00000CF1 }, /* GL_UNPACK_LSB_FIRST */
- { 48233, 0x00000CF2 }, /* GL_UNPACK_ROW_LENGTH */
- { 48254, 0x0000806D }, /* GL_UNPACK_SKIP_IMAGES */
- { 48276, 0x00000CF4 }, /* GL_UNPACK_SKIP_PIXELS */
- { 48298, 0x00000CF3 }, /* GL_UNPACK_SKIP_ROWS */
- { 48318, 0x00000CF0 }, /* GL_UNPACK_SWAP_BYTES */
- { 48339, 0x00009118 }, /* GL_UNSIGNALED */
- { 48353, 0x00001401 }, /* GL_UNSIGNED_BYTE */
- { 48370, 0x00008362 }, /* GL_UNSIGNED_BYTE_2_3_3_REV */
- { 48397, 0x00008032 }, /* GL_UNSIGNED_BYTE_3_3_2 */
- { 48420, 0x00001405 }, /* GL_UNSIGNED_INT */
- { 48436, 0x00008C3B }, /* GL_UNSIGNED_INT_10F_11F_11F_REV */
- { 48468, 0x00008036 }, /* GL_UNSIGNED_INT_10_10_10_2 */
- { 48495, 0x00008DF6 }, /* GL_UNSIGNED_INT_10_10_10_2_OES */
- { 48526, 0x000084FA }, /* GL_UNSIGNED_INT_24_8 */
- { 48547, 0x000084FA }, /* GL_UNSIGNED_INT_24_8_EXT */
- { 48572, 0x000084FA }, /* GL_UNSIGNED_INT_24_8_NV */
- { 48596, 0x000084FA }, /* GL_UNSIGNED_INT_24_8_OES */
- { 48621, 0x00008368 }, /* GL_UNSIGNED_INT_2_10_10_10_REV */
- { 48652, 0x00008368 }, /* GL_UNSIGNED_INT_2_10_10_10_REV_EXT */
- { 48687, 0x00008C3E }, /* GL_UNSIGNED_INT_5_9_9_9_REV */
- { 48715, 0x00008035 }, /* GL_UNSIGNED_INT_8_8_8_8 */
- { 48739, 0x00008367 }, /* GL_UNSIGNED_INT_8_8_8_8_REV */
- { 48767, 0x00008DD1 }, /* GL_UNSIGNED_INT_SAMPLER_1D */
- { 48794, 0x00008DD6 }, /* GL_UNSIGNED_INT_SAMPLER_1D_ARRAY */
- { 48827, 0x00008DD6 }, /* GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT */
- { 48864, 0x00008DD1 }, /* GL_UNSIGNED_INT_SAMPLER_1D_EXT */
- { 48895, 0x00008DD2 }, /* GL_UNSIGNED_INT_SAMPLER_2D */
- { 48922, 0x00008DD7 }, /* GL_UNSIGNED_INT_SAMPLER_2D_ARRAY */
- { 48955, 0x00008DD7 }, /* GL_UNSIGNED_INT_SAMPLER_2D_ARRAY_EXT */
- { 48992, 0x00008DD2 }, /* GL_UNSIGNED_INT_SAMPLER_2D_EXT */
- { 49023, 0x00008DD5 }, /* GL_UNSIGNED_INT_SAMPLER_2D_RECT */
- { 49055, 0x00008DD5 }, /* GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT */
- { 49091, 0x00008DD3 }, /* GL_UNSIGNED_INT_SAMPLER_3D */
- { 49118, 0x00008DD3 }, /* GL_UNSIGNED_INT_SAMPLER_3D_EXT */
- { 49149, 0x00008DD8 }, /* GL_UNSIGNED_INT_SAMPLER_BUFFER */
- { 49180, 0x00008DD8 }, /* GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT */
- { 49215, 0x00008DD4 }, /* GL_UNSIGNED_INT_SAMPLER_CUBE */
- { 49244, 0x00008DD4 }, /* GL_UNSIGNED_INT_SAMPLER_CUBE_EXT */
- { 49277, 0x00008DC6 }, /* GL_UNSIGNED_INT_VEC2 */
- { 49298, 0x00008DC6 }, /* GL_UNSIGNED_INT_VEC2_EXT */
- { 49323, 0x00008DC7 }, /* GL_UNSIGNED_INT_VEC3 */
- { 49344, 0x00008DC7 }, /* GL_UNSIGNED_INT_VEC3_EXT */
- { 49369, 0x00008DC8 }, /* GL_UNSIGNED_INT_VEC4 */
- { 49390, 0x00008DC8 }, /* GL_UNSIGNED_INT_VEC4_EXT */
- { 49415, 0x00008C17 }, /* GL_UNSIGNED_NORMALIZED */
- { 49438, 0x00001403 }, /* GL_UNSIGNED_SHORT */
- { 49456, 0x00008366 }, /* GL_UNSIGNED_SHORT_1_5_5_5_REV */
- { 49486, 0x00008366 }, /* GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT */
- { 49520, 0x00008033 }, /* GL_UNSIGNED_SHORT_4_4_4_4 */
- { 49546, 0x00008365 }, /* GL_UNSIGNED_SHORT_4_4_4_4_REV */
- { 49576, 0x00008365 }, /* GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT */
- { 49610, 0x00008034 }, /* GL_UNSIGNED_SHORT_5_5_5_1 */
- { 49636, 0x00008363 }, /* GL_UNSIGNED_SHORT_5_6_5 */
- { 49660, 0x00008364 }, /* GL_UNSIGNED_SHORT_5_6_5_REV */
- { 49688, 0x000085BA }, /* GL_UNSIGNED_SHORT_8_8_APPLE */
- { 49716, 0x000085BA }, /* GL_UNSIGNED_SHORT_8_8_MESA */
- { 49743, 0x000085BB }, /* GL_UNSIGNED_SHORT_8_8_REV_APPLE */
- { 49775, 0x000085BB }, /* GL_UNSIGNED_SHORT_8_8_REV_MESA */
- { 49806, 0x00008CA2 }, /* GL_UPPER_LEFT */
- { 49820, 0x00002A20 }, /* GL_V2F */
- { 49827, 0x00002A21 }, /* GL_V3F */
- { 49834, 0x00008B83 }, /* GL_VALIDATE_STATUS */
- { 49853, 0x00001F00 }, /* GL_VENDOR */
- { 49863, 0x00001F02 }, /* GL_VERSION */
- { 49874, 0x00008074 }, /* GL_VERTEX_ARRAY */
- { 49890, 0x000085B5 }, /* GL_VERTEX_ARRAY_BINDING */
- { 49914, 0x000085B5 }, /* GL_VERTEX_ARRAY_BINDING_APPLE */
- { 49944, 0x00008896 }, /* GL_VERTEX_ARRAY_BUFFER_BINDING */
- { 49975, 0x00008896 }, /* GL_VERTEX_ARRAY_BUFFER_BINDING_ARB */
- { 50010, 0x0000808E }, /* GL_VERTEX_ARRAY_POINTER */
- { 50034, 0x0000807A }, /* GL_VERTEX_ARRAY_SIZE */
- { 50055, 0x0000807C }, /* GL_VERTEX_ARRAY_STRIDE */
- { 50078, 0x0000807B }, /* GL_VERTEX_ARRAY_TYPE */
- { 50099, 0x00008650 }, /* GL_VERTEX_ATTRIB_ARRAY0_NV */
- { 50126, 0x0000865A }, /* GL_VERTEX_ATTRIB_ARRAY10_NV */
- { 50154, 0x0000865B }, /* GL_VERTEX_ATTRIB_ARRAY11_NV */
- { 50182, 0x0000865C }, /* GL_VERTEX_ATTRIB_ARRAY12_NV */
- { 50210, 0x0000865D }, /* GL_VERTEX_ATTRIB_ARRAY13_NV */
- { 50238, 0x0000865E }, /* GL_VERTEX_ATTRIB_ARRAY14_NV */
- { 50266, 0x0000865F }, /* GL_VERTEX_ATTRIB_ARRAY15_NV */
- { 50294, 0x00008651 }, /* GL_VERTEX_ATTRIB_ARRAY1_NV */
- { 50321, 0x00008652 }, /* GL_VERTEX_ATTRIB_ARRAY2_NV */
- { 50348, 0x00008653 }, /* GL_VERTEX_ATTRIB_ARRAY3_NV */
- { 50375, 0x00008654 }, /* GL_VERTEX_ATTRIB_ARRAY4_NV */
- { 50402, 0x00008655 }, /* GL_VERTEX_ATTRIB_ARRAY5_NV */
- { 50429, 0x00008656 }, /* GL_VERTEX_ATTRIB_ARRAY6_NV */
- { 50456, 0x00008657 }, /* GL_VERTEX_ATTRIB_ARRAY7_NV */
- { 50483, 0x00008658 }, /* GL_VERTEX_ATTRIB_ARRAY8_NV */
- { 50510, 0x00008659 }, /* GL_VERTEX_ATTRIB_ARRAY9_NV */
- { 50537, 0x0000889F }, /* GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING */
- { 50575, 0x0000889F }, /* GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB */
- { 50617, 0x000088FE }, /* GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB */
- { 50652, 0x00008622 }, /* GL_VERTEX_ATTRIB_ARRAY_ENABLED */
- { 50683, 0x00008622 }, /* GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB */
- { 50718, 0x000088FD }, /* GL_VERTEX_ATTRIB_ARRAY_INTEGER */
- { 50749, 0x000088FD }, /* GL_VERTEX_ATTRIB_ARRAY_INTEGER_EXT */
- { 50784, 0x0000886A }, /* GL_VERTEX_ATTRIB_ARRAY_NORMALIZED */
- { 50818, 0x0000886A }, /* GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB */
- { 50856, 0x00008645 }, /* GL_VERTEX_ATTRIB_ARRAY_POINTER */
- { 50887, 0x00008645 }, /* GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB */
- { 50922, 0x00008623 }, /* GL_VERTEX_ATTRIB_ARRAY_SIZE */
- { 50950, 0x00008623 }, /* GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB */
- { 50982, 0x00008624 }, /* GL_VERTEX_ATTRIB_ARRAY_STRIDE */
- { 51012, 0x00008624 }, /* GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB */
- { 51046, 0x00008625 }, /* GL_VERTEX_ATTRIB_ARRAY_TYPE */
- { 51074, 0x00008625 }, /* GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB */
- { 51106, 0x000086A7 }, /* GL_VERTEX_BLEND_ARB */
- { 51126, 0x00008620 }, /* GL_VERTEX_PROGRAM_ARB */
- { 51148, 0x0000864A }, /* GL_VERTEX_PROGRAM_BINDING_NV */
- { 51177, 0x00008620 }, /* GL_VERTEX_PROGRAM_NV */
- { 51198, 0x00008642 }, /* GL_VERTEX_PROGRAM_POINT_SIZE */
- { 51227, 0x00008642 }, /* GL_VERTEX_PROGRAM_POINT_SIZE_ARB */
- { 51260, 0x00008642 }, /* GL_VERTEX_PROGRAM_POINT_SIZE_NV */
- { 51292, 0x00008643 }, /* GL_VERTEX_PROGRAM_TWO_SIDE */
- { 51319, 0x00008643 }, /* GL_VERTEX_PROGRAM_TWO_SIDE_ARB */
- { 51350, 0x00008643 }, /* GL_VERTEX_PROGRAM_TWO_SIDE_NV */
- { 51380, 0x00008B31 }, /* GL_VERTEX_SHADER */
- { 51397, 0x00008B31 }, /* GL_VERTEX_SHADER_ARB */
- { 51418, 0x00008621 }, /* GL_VERTEX_STATE_PROGRAM_NV */
- { 51445, 0x00000BA2 }, /* GL_VIEWPORT */
- { 51457, 0x00000800 }, /* GL_VIEWPORT_BIT */
- { 51473, 0x00008A1A }, /* GL_VOLATILE_APPLE */
- { 51491, 0x0000911D }, /* GL_WAIT_FAILED */
- { 51506, 0x000086AD }, /* GL_WEIGHT_ARRAY_ARB */
- { 51526, 0x0000889E }, /* GL_WEIGHT_ARRAY_BUFFER_BINDING */
- { 51557, 0x0000889E }, /* GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB */
- { 51592, 0x0000889E }, /* GL_WEIGHT_ARRAY_BUFFER_BINDING_OES */
- { 51627, 0x000086AD }, /* GL_WEIGHT_ARRAY_OES */
- { 51647, 0x000086AC }, /* GL_WEIGHT_ARRAY_POINTER_ARB */
- { 51675, 0x000086AC }, /* GL_WEIGHT_ARRAY_POINTER_OES */
- { 51703, 0x000086AB }, /* GL_WEIGHT_ARRAY_SIZE_ARB */
- { 51728, 0x000086AB }, /* GL_WEIGHT_ARRAY_SIZE_OES */
- { 51753, 0x000086AA }, /* GL_WEIGHT_ARRAY_STRIDE_ARB */
- { 51780, 0x000086AA }, /* GL_WEIGHT_ARRAY_STRIDE_OES */
- { 51807, 0x000086A9 }, /* GL_WEIGHT_ARRAY_TYPE_ARB */
- { 51832, 0x000086A9 }, /* GL_WEIGHT_ARRAY_TYPE_OES */
- { 51857, 0x000086A6 }, /* GL_WEIGHT_SUM_UNITY_ARB */
- { 51881, 0x000081D4 }, /* GL_WRAP_BORDER_SUN */
- { 51900, 0x000088B9 }, /* GL_WRITE_ONLY */
- { 51914, 0x000088B9 }, /* GL_WRITE_ONLY_ARB */
- { 51932, 0x000088B9 }, /* GL_WRITE_ONLY_OES */
- { 51950, 0x00001506 }, /* GL_XOR */
- { 51957, 0x000085B9 }, /* GL_YCBCR_422_APPLE */
- { 51976, 0x00008757 }, /* GL_YCBCR_MESA */
- { 51990, 0x00000000 }, /* GL_ZERO */
- { 51998, 0x00000D16 }, /* GL_ZOOM_X */
- { 52008, 0x00000D17 }, /* GL_ZOOM_Y */
+ { 16800, 0x00008D9F }, /* GL_INT_2_10_10_10_REV */
+ { 16822, 0x00008DC9 }, /* GL_INT_SAMPLER_1D */
+ { 16840, 0x00008DCE }, /* GL_INT_SAMPLER_1D_ARRAY */
+ { 16864, 0x00008DCE }, /* GL_INT_SAMPLER_1D_ARRAY_EXT */
+ { 16892, 0x00008DC9 }, /* GL_INT_SAMPLER_1D_EXT */
+ { 16914, 0x00008DCA }, /* GL_INT_SAMPLER_2D */
+ { 16932, 0x00008DCF }, /* GL_INT_SAMPLER_2D_ARRAY */
+ { 16956, 0x00008DCF }, /* GL_INT_SAMPLER_2D_ARRAY_EXT */
+ { 16984, 0x00008DCA }, /* GL_INT_SAMPLER_2D_EXT */
+ { 17006, 0x00008DCD }, /* GL_INT_SAMPLER_2D_RECT */
+ { 17029, 0x00008DCD }, /* GL_INT_SAMPLER_2D_RECT_EXT */
+ { 17056, 0x00008DCB }, /* GL_INT_SAMPLER_3D */
+ { 17074, 0x00008DCB }, /* GL_INT_SAMPLER_3D_EXT */
+ { 17096, 0x00008DD0 }, /* GL_INT_SAMPLER_BUFFER */
+ { 17118, 0x00008DD0 }, /* GL_INT_SAMPLER_BUFFER_EXT */
+ { 17144, 0x00008DCC }, /* GL_INT_SAMPLER_CUBE */
+ { 17164, 0x00008DCC }, /* GL_INT_SAMPLER_CUBE_EXT */
+ { 17188, 0x00008B53 }, /* GL_INT_VEC2 */
+ { 17200, 0x00008B53 }, /* GL_INT_VEC2_ARB */
+ { 17216, 0x00008B54 }, /* GL_INT_VEC3 */
+ { 17228, 0x00008B54 }, /* GL_INT_VEC3_ARB */
+ { 17244, 0x00008B55 }, /* GL_INT_VEC4 */
+ { 17256, 0x00008B55 }, /* GL_INT_VEC4_ARB */
+ { 17272, 0x00000500 }, /* GL_INVALID_ENUM */
+ { 17288, 0x00000506 }, /* GL_INVALID_FRAMEBUFFER_OPERATION */
+ { 17321, 0x00000506 }, /* GL_INVALID_FRAMEBUFFER_OPERATION_EXT */
+ { 17358, 0x00000506 }, /* GL_INVALID_FRAMEBUFFER_OPERATION_OES */
+ { 17395, 0x00000502 }, /* GL_INVALID_OPERATION */
+ { 17416, 0x00000501 }, /* GL_INVALID_VALUE */
+ { 17433, 0x0000862B }, /* GL_INVERSE_NV */
+ { 17447, 0x0000862D }, /* GL_INVERSE_TRANSPOSE_NV */
+ { 17471, 0x0000150A }, /* GL_INVERT */
+ { 17481, 0x00001E00 }, /* GL_KEEP */
+ { 17489, 0x00008E4E }, /* GL_LAST_VERTEX_CONVENTION */
+ { 17515, 0x00008E4E }, /* GL_LAST_VERTEX_CONVENTION_EXT */
+ { 17545, 0x00000406 }, /* GL_LEFT */
+ { 17553, 0x00000203 }, /* GL_LEQUAL */
+ { 17563, 0x00000201 }, /* GL_LESS */
+ { 17571, 0x00004000 }, /* GL_LIGHT0 */
+ { 17581, 0x00004001 }, /* GL_LIGHT1 */
+ { 17591, 0x00004002 }, /* GL_LIGHT2 */
+ { 17601, 0x00004003 }, /* GL_LIGHT3 */
+ { 17611, 0x00004004 }, /* GL_LIGHT4 */
+ { 17621, 0x00004005 }, /* GL_LIGHT5 */
+ { 17631, 0x00004006 }, /* GL_LIGHT6 */
+ { 17641, 0x00004007 }, /* GL_LIGHT7 */
+ { 17651, 0x00000B50 }, /* GL_LIGHTING */
+ { 17663, 0x00000040 }, /* GL_LIGHTING_BIT */
+ { 17679, 0x00000B53 }, /* GL_LIGHT_MODEL_AMBIENT */
+ { 17702, 0x000081F8 }, /* GL_LIGHT_MODEL_COLOR_CONTROL */
+ { 17731, 0x000081F8 }, /* GL_LIGHT_MODEL_COLOR_CONTROL_EXT */
+ { 17764, 0x00000B51 }, /* GL_LIGHT_MODEL_LOCAL_VIEWER */
+ { 17792, 0x00000B52 }, /* GL_LIGHT_MODEL_TWO_SIDE */
+ { 17816, 0x00001B01 }, /* GL_LINE */
+ { 17824, 0x00002601 }, /* GL_LINEAR */
+ { 17834, 0x00001208 }, /* GL_LINEAR_ATTENUATION */
+ { 17856, 0x00008170 }, /* GL_LINEAR_CLIPMAP_LINEAR_SGIX */
+ { 17886, 0x0000844F }, /* GL_LINEAR_CLIPMAP_NEAREST_SGIX */
+ { 17917, 0x00002703 }, /* GL_LINEAR_MIPMAP_LINEAR */
+ { 17941, 0x00002701 }, /* GL_LINEAR_MIPMAP_NEAREST */
+ { 17966, 0x00000001 }, /* GL_LINES */
+ { 17975, 0x0000000A }, /* GL_LINES_ADJACENCY */
+ { 17994, 0x0000000A }, /* GL_LINES_ADJACENCY_ARB */
+ { 18017, 0x00000004 }, /* GL_LINE_BIT */
+ { 18029, 0x00000002 }, /* GL_LINE_LOOP */
+ { 18042, 0x00000707 }, /* GL_LINE_RESET_TOKEN */
+ { 18062, 0x00000B20 }, /* GL_LINE_SMOOTH */
+ { 18077, 0x00000C52 }, /* GL_LINE_SMOOTH_HINT */
+ { 18097, 0x00000B24 }, /* GL_LINE_STIPPLE */
+ { 18113, 0x00000B25 }, /* GL_LINE_STIPPLE_PATTERN */
+ { 18137, 0x00000B26 }, /* GL_LINE_STIPPLE_REPEAT */
+ { 18160, 0x00000003 }, /* GL_LINE_STRIP */
+ { 18174, 0x0000000B }, /* GL_LINE_STRIP_ADJACENCY */
+ { 18198, 0x0000000B }, /* GL_LINE_STRIP_ADJACENCY_ARB */
+ { 18226, 0x00000702 }, /* GL_LINE_TOKEN */
+ { 18240, 0x00000B21 }, /* GL_LINE_WIDTH */
+ { 18254, 0x00000B23 }, /* GL_LINE_WIDTH_GRANULARITY */
+ { 18280, 0x00000B22 }, /* GL_LINE_WIDTH_RANGE */
+ { 18300, 0x00008B82 }, /* GL_LINK_STATUS */
+ { 18315, 0x00000B32 }, /* GL_LIST_BASE */
+ { 18328, 0x00020000 }, /* GL_LIST_BIT */
+ { 18340, 0x00000B33 }, /* GL_LIST_INDEX */
+ { 18354, 0x00000B30 }, /* GL_LIST_MODE */
+ { 18367, 0x00000101 }, /* GL_LOAD */
+ { 18375, 0x00000BF1 }, /* GL_LOGIC_OP */
+ { 18387, 0x00000BF0 }, /* GL_LOGIC_OP_MODE */
+ { 18404, 0x00008252 }, /* GL_LOSE_CONTEXT_ON_RESET_ARB */
+ { 18433, 0x00008CA1 }, /* GL_LOWER_LEFT */
+ { 18447, 0x00008DF0 }, /* GL_LOW_FLOAT */
+ { 18460, 0x00008DF3 }, /* GL_LOW_INT */
+ { 18471, 0x00001909 }, /* GL_LUMINANCE */
+ { 18484, 0x00008041 }, /* GL_LUMINANCE12 */
+ { 18499, 0x00008047 }, /* GL_LUMINANCE12_ALPHA12 */
+ { 18522, 0x00008047 }, /* GL_LUMINANCE12_ALPHA12_EXT */
+ { 18549, 0x00008046 }, /* GL_LUMINANCE12_ALPHA4 */
+ { 18571, 0x00008046 }, /* GL_LUMINANCE12_ALPHA4_EXT */
+ { 18597, 0x00008041 }, /* GL_LUMINANCE12_EXT */
+ { 18616, 0x00008042 }, /* GL_LUMINANCE16 */
+ { 18631, 0x00008D8C }, /* GL_LUMINANCE16I_EXT */
+ { 18651, 0x00008D7A }, /* GL_LUMINANCE16UI_EXT */
+ { 18672, 0x00008048 }, /* GL_LUMINANCE16_ALPHA16 */
+ { 18695, 0x00008048 }, /* GL_LUMINANCE16_ALPHA16_EXT */
+ { 18722, 0x00008042 }, /* GL_LUMINANCE16_EXT */
+ { 18741, 0x00008D86 }, /* GL_LUMINANCE32I_EXT */
+ { 18761, 0x00008D74 }, /* GL_LUMINANCE32UI_EXT */
+ { 18782, 0x0000803F }, /* GL_LUMINANCE4 */
+ { 18796, 0x00008043 }, /* GL_LUMINANCE4_ALPHA4 */
+ { 18817, 0x00008043 }, /* GL_LUMINANCE4_ALPHA4_EXT */
+ { 18842, 0x0000803F }, /* GL_LUMINANCE4_EXT */
+ { 18860, 0x00008044 }, /* GL_LUMINANCE6_ALPHA2 */
+ { 18881, 0x00008044 }, /* GL_LUMINANCE6_ALPHA2_EXT */
+ { 18906, 0x00008040 }, /* GL_LUMINANCE8 */
+ { 18920, 0x00008D92 }, /* GL_LUMINANCE8I_EXT */
+ { 18939, 0x00008D80 }, /* GL_LUMINANCE8UI_EXT */
+ { 18959, 0x00008045 }, /* GL_LUMINANCE8_ALPHA8 */
+ { 18980, 0x00008045 }, /* GL_LUMINANCE8_ALPHA8_EXT */
+ { 19005, 0x00008040 }, /* GL_LUMINANCE8_EXT */
+ { 19023, 0x0000190A }, /* GL_LUMINANCE_ALPHA */
+ { 19042, 0x00008D8D }, /* GL_LUMINANCE_ALPHA16I_EXT */
+ { 19068, 0x00008D7B }, /* GL_LUMINANCE_ALPHA16UI_EXT */
+ { 19095, 0x00008D87 }, /* GL_LUMINANCE_ALPHA32I_EXT */
+ { 19121, 0x00008D75 }, /* GL_LUMINANCE_ALPHA32UI_EXT */
+ { 19148, 0x00008D93 }, /* GL_LUMINANCE_ALPHA8I_EXT */
+ { 19173, 0x00008D81 }, /* GL_LUMINANCE_ALPHA8UI_EXT */
+ { 19199, 0x00008D9D }, /* GL_LUMINANCE_ALPHA_INTEGER_EXT */
+ { 19230, 0x00008D9C }, /* GL_LUMINANCE_INTEGER_EXT */
+ { 19255, 0x0000821B }, /* GL_MAJOR_VERSION */
+ { 19272, 0x00000D90 }, /* GL_MAP1_COLOR_4 */
+ { 19288, 0x00000DD0 }, /* GL_MAP1_GRID_DOMAIN */
+ { 19308, 0x00000DD1 }, /* GL_MAP1_GRID_SEGMENTS */
+ { 19330, 0x00000D91 }, /* GL_MAP1_INDEX */
+ { 19344, 0x00000D92 }, /* GL_MAP1_NORMAL */
+ { 19359, 0x00000D93 }, /* GL_MAP1_TEXTURE_COORD_1 */
+ { 19383, 0x00000D94 }, /* GL_MAP1_TEXTURE_COORD_2 */
+ { 19407, 0x00000D95 }, /* GL_MAP1_TEXTURE_COORD_3 */
+ { 19431, 0x00000D96 }, /* GL_MAP1_TEXTURE_COORD_4 */
+ { 19455, 0x00000D97 }, /* GL_MAP1_VERTEX_3 */
+ { 19472, 0x00000D98 }, /* GL_MAP1_VERTEX_4 */
+ { 19489, 0x00008660 }, /* GL_MAP1_VERTEX_ATTRIB0_4_NV */
+ { 19517, 0x0000866A }, /* GL_MAP1_VERTEX_ATTRIB10_4_NV */
+ { 19546, 0x0000866B }, /* GL_MAP1_VERTEX_ATTRIB11_4_NV */
+ { 19575, 0x0000866C }, /* GL_MAP1_VERTEX_ATTRIB12_4_NV */
+ { 19604, 0x0000866D }, /* GL_MAP1_VERTEX_ATTRIB13_4_NV */
+ { 19633, 0x0000866E }, /* GL_MAP1_VERTEX_ATTRIB14_4_NV */
+ { 19662, 0x0000866F }, /* GL_MAP1_VERTEX_ATTRIB15_4_NV */
+ { 19691, 0x00008661 }, /* GL_MAP1_VERTEX_ATTRIB1_4_NV */
+ { 19719, 0x00008662 }, /* GL_MAP1_VERTEX_ATTRIB2_4_NV */
+ { 19747, 0x00008663 }, /* GL_MAP1_VERTEX_ATTRIB3_4_NV */
+ { 19775, 0x00008664 }, /* GL_MAP1_VERTEX_ATTRIB4_4_NV */
+ { 19803, 0x00008665 }, /* GL_MAP1_VERTEX_ATTRIB5_4_NV */
+ { 19831, 0x00008666 }, /* GL_MAP1_VERTEX_ATTRIB6_4_NV */
+ { 19859, 0x00008667 }, /* GL_MAP1_VERTEX_ATTRIB7_4_NV */
+ { 19887, 0x00008668 }, /* GL_MAP1_VERTEX_ATTRIB8_4_NV */
+ { 19915, 0x00008669 }, /* GL_MAP1_VERTEX_ATTRIB9_4_NV */
+ { 19943, 0x00000DB0 }, /* GL_MAP2_COLOR_4 */
+ { 19959, 0x00000DD2 }, /* GL_MAP2_GRID_DOMAIN */
+ { 19979, 0x00000DD3 }, /* GL_MAP2_GRID_SEGMENTS */
+ { 20001, 0x00000DB1 }, /* GL_MAP2_INDEX */
+ { 20015, 0x00000DB2 }, /* GL_MAP2_NORMAL */
+ { 20030, 0x00000DB3 }, /* GL_MAP2_TEXTURE_COORD_1 */
+ { 20054, 0x00000DB4 }, /* GL_MAP2_TEXTURE_COORD_2 */
+ { 20078, 0x00000DB5 }, /* GL_MAP2_TEXTURE_COORD_3 */
+ { 20102, 0x00000DB6 }, /* GL_MAP2_TEXTURE_COORD_4 */
+ { 20126, 0x00000DB7 }, /* GL_MAP2_VERTEX_3 */
+ { 20143, 0x00000DB8 }, /* GL_MAP2_VERTEX_4 */
+ { 20160, 0x00008670 }, /* GL_MAP2_VERTEX_ATTRIB0_4_NV */
+ { 20188, 0x0000867A }, /* GL_MAP2_VERTEX_ATTRIB10_4_NV */
+ { 20217, 0x0000867B }, /* GL_MAP2_VERTEX_ATTRIB11_4_NV */
+ { 20246, 0x0000867C }, /* GL_MAP2_VERTEX_ATTRIB12_4_NV */
+ { 20275, 0x0000867D }, /* GL_MAP2_VERTEX_ATTRIB13_4_NV */
+ { 20304, 0x0000867E }, /* GL_MAP2_VERTEX_ATTRIB14_4_NV */
+ { 20333, 0x0000867F }, /* GL_MAP2_VERTEX_ATTRIB15_4_NV */
+ { 20362, 0x00008671 }, /* GL_MAP2_VERTEX_ATTRIB1_4_NV */
+ { 20390, 0x00008672 }, /* GL_MAP2_VERTEX_ATTRIB2_4_NV */
+ { 20418, 0x00008673 }, /* GL_MAP2_VERTEX_ATTRIB3_4_NV */
+ { 20446, 0x00008674 }, /* GL_MAP2_VERTEX_ATTRIB4_4_NV */
+ { 20474, 0x00008675 }, /* GL_MAP2_VERTEX_ATTRIB5_4_NV */
+ { 20502, 0x00008676 }, /* GL_MAP2_VERTEX_ATTRIB6_4_NV */
+ { 20530, 0x00008677 }, /* GL_MAP2_VERTEX_ATTRIB7_4_NV */
+ { 20558, 0x00008678 }, /* GL_MAP2_VERTEX_ATTRIB8_4_NV */
+ { 20586, 0x00008679 }, /* GL_MAP2_VERTEX_ATTRIB9_4_NV */
+ { 20614, 0x00000D10 }, /* GL_MAP_COLOR */
+ { 20627, 0x00000010 }, /* GL_MAP_FLUSH_EXPLICIT_BIT */
+ { 20653, 0x00000008 }, /* GL_MAP_INVALIDATE_BUFFER_BIT */
+ { 20682, 0x00000004 }, /* GL_MAP_INVALIDATE_RANGE_BIT */
+ { 20710, 0x00000001 }, /* GL_MAP_READ_BIT */
+ { 20726, 0x00000D11 }, /* GL_MAP_STENCIL */
+ { 20741, 0x00000020 }, /* GL_MAP_UNSYNCHRONIZED_BIT */
+ { 20767, 0x00000002 }, /* GL_MAP_WRITE_BIT */
+ { 20784, 0x000088C0 }, /* GL_MATRIX0_ARB */
+ { 20799, 0x00008630 }, /* GL_MATRIX0_NV */
+ { 20813, 0x000088CA }, /* GL_MATRIX10_ARB */
+ { 20829, 0x000088CB }, /* GL_MATRIX11_ARB */
+ { 20845, 0x000088CC }, /* GL_MATRIX12_ARB */
+ { 20861, 0x000088CD }, /* GL_MATRIX13_ARB */
+ { 20877, 0x000088CE }, /* GL_MATRIX14_ARB */
+ { 20893, 0x000088CF }, /* GL_MATRIX15_ARB */
+ { 20909, 0x000088D0 }, /* GL_MATRIX16_ARB */
+ { 20925, 0x000088D1 }, /* GL_MATRIX17_ARB */
+ { 20941, 0x000088D2 }, /* GL_MATRIX18_ARB */
+ { 20957, 0x000088D3 }, /* GL_MATRIX19_ARB */
+ { 20973, 0x000088C1 }, /* GL_MATRIX1_ARB */
+ { 20988, 0x00008631 }, /* GL_MATRIX1_NV */
+ { 21002, 0x000088D4 }, /* GL_MATRIX20_ARB */
+ { 21018, 0x000088D5 }, /* GL_MATRIX21_ARB */
+ { 21034, 0x000088D6 }, /* GL_MATRIX22_ARB */
+ { 21050, 0x000088D7 }, /* GL_MATRIX23_ARB */
+ { 21066, 0x000088D8 }, /* GL_MATRIX24_ARB */
+ { 21082, 0x000088D9 }, /* GL_MATRIX25_ARB */
+ { 21098, 0x000088DA }, /* GL_MATRIX26_ARB */
+ { 21114, 0x000088DB }, /* GL_MATRIX27_ARB */
+ { 21130, 0x000088DC }, /* GL_MATRIX28_ARB */
+ { 21146, 0x000088DD }, /* GL_MATRIX29_ARB */
+ { 21162, 0x000088C2 }, /* GL_MATRIX2_ARB */
+ { 21177, 0x00008632 }, /* GL_MATRIX2_NV */
+ { 21191, 0x000088DE }, /* GL_MATRIX30_ARB */
+ { 21207, 0x000088DF }, /* GL_MATRIX31_ARB */
+ { 21223, 0x000088C3 }, /* GL_MATRIX3_ARB */
+ { 21238, 0x00008633 }, /* GL_MATRIX3_NV */
+ { 21252, 0x000088C4 }, /* GL_MATRIX4_ARB */
+ { 21267, 0x00008634 }, /* GL_MATRIX4_NV */
+ { 21281, 0x000088C5 }, /* GL_MATRIX5_ARB */
+ { 21296, 0x00008635 }, /* GL_MATRIX5_NV */
+ { 21310, 0x000088C6 }, /* GL_MATRIX6_ARB */
+ { 21325, 0x00008636 }, /* GL_MATRIX6_NV */
+ { 21339, 0x000088C7 }, /* GL_MATRIX7_ARB */
+ { 21354, 0x00008637 }, /* GL_MATRIX7_NV */
+ { 21368, 0x000088C8 }, /* GL_MATRIX8_ARB */
+ { 21383, 0x000088C9 }, /* GL_MATRIX9_ARB */
+ { 21398, 0x00008844 }, /* GL_MATRIX_INDEX_ARRAY_ARB */
+ { 21424, 0x00008B9E }, /* GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES */
+ { 21465, 0x00008844 }, /* GL_MATRIX_INDEX_ARRAY_OES */
+ { 21491, 0x00008849 }, /* GL_MATRIX_INDEX_ARRAY_POINTER_ARB */
+ { 21525, 0x00008849 }, /* GL_MATRIX_INDEX_ARRAY_POINTER_OES */
+ { 21559, 0x00008846 }, /* GL_MATRIX_INDEX_ARRAY_SIZE_ARB */
+ { 21590, 0x00008846 }, /* GL_MATRIX_INDEX_ARRAY_SIZE_OES */
+ { 21621, 0x00008848 }, /* GL_MATRIX_INDEX_ARRAY_STRIDE_ARB */
+ { 21654, 0x00008848 }, /* GL_MATRIX_INDEX_ARRAY_STRIDE_OES */
+ { 21687, 0x00008847 }, /* GL_MATRIX_INDEX_ARRAY_TYPE_ARB */
+ { 21718, 0x00008847 }, /* GL_MATRIX_INDEX_ARRAY_TYPE_OES */
+ { 21749, 0x00000BA0 }, /* GL_MATRIX_MODE */
+ { 21764, 0x00008840 }, /* GL_MATRIX_PALETTE_ARB */
+ { 21786, 0x00008840 }, /* GL_MATRIX_PALETTE_OES */
+ { 21808, 0x00008008 }, /* GL_MAX */
+ { 21815, 0x00008073 }, /* GL_MAX_3D_TEXTURE_SIZE */
+ { 21838, 0x00008073 }, /* GL_MAX_3D_TEXTURE_SIZE_OES */
+ { 21865, 0x000088FF }, /* GL_MAX_ARRAY_TEXTURE_LAYERS */
+ { 21893, 0x000088FF }, /* GL_MAX_ARRAY_TEXTURE_LAYERS_EXT */
+ { 21925, 0x00000D35 }, /* GL_MAX_ATTRIB_STACK_DEPTH */
+ { 21951, 0x00000D3B }, /* GL_MAX_CLIENT_ATTRIB_STACK_DEPTH */
+ { 21984, 0x00008177 }, /* GL_MAX_CLIPMAP_DEPTH_SGIX */
+ { 22010, 0x00008178 }, /* GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX */
+ { 22044, 0x00000D32 }, /* GL_MAX_CLIP_DISTANCES */
+ { 22066, 0x00000D32 }, /* GL_MAX_CLIP_PLANES */
+ { 22085, 0x00008CDF }, /* GL_MAX_COLOR_ATTACHMENTS */
+ { 22110, 0x00008CDF }, /* GL_MAX_COLOR_ATTACHMENTS_EXT */
+ { 22139, 0x000080B3 }, /* GL_MAX_COLOR_MATRIX_STACK_DEPTH */
+ { 22171, 0x000080B3 }, /* GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI */
+ { 22207, 0x00008B4D }, /* GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS */
+ { 22243, 0x00008B4D }, /* GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB */
+ { 22283, 0x0000801B }, /* GL_MAX_CONVOLUTION_HEIGHT */
+ { 22309, 0x0000801B }, /* GL_MAX_CONVOLUTION_HEIGHT_EXT */
+ { 22339, 0x0000801A }, /* GL_MAX_CONVOLUTION_WIDTH */
+ { 22364, 0x0000801A }, /* GL_MAX_CONVOLUTION_WIDTH_EXT */
+ { 22393, 0x0000851C }, /* GL_MAX_CUBE_MAP_TEXTURE_SIZE */
+ { 22422, 0x0000851C }, /* GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB */
+ { 22455, 0x0000851C }, /* GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES */
+ { 22488, 0x00008824 }, /* GL_MAX_DRAW_BUFFERS */
+ { 22508, 0x00008824 }, /* GL_MAX_DRAW_BUFFERS_ARB */
+ { 22532, 0x00008824 }, /* GL_MAX_DRAW_BUFFERS_ATI */
+ { 22556, 0x000080E9 }, /* GL_MAX_ELEMENTS_INDICES */
+ { 22580, 0x000080E8 }, /* GL_MAX_ELEMENTS_VERTICES */
+ { 22605, 0x00000D30 }, /* GL_MAX_EVAL_ORDER */
+ { 22623, 0x00008008 }, /* GL_MAX_EXT */
+ { 22634, 0x00009125 }, /* GL_MAX_FRAGMENT_INPUT_COMPONENTS */
+ { 22667, 0x00008B49 }, /* GL_MAX_FRAGMENT_UNIFORM_COMPONENTS */
+ { 22702, 0x00008B49 }, /* GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB */
+ { 22741, 0x00008DFD }, /* GL_MAX_FRAGMENT_UNIFORM_VECTORS */
+ { 22773, 0x00009123 }, /* GL_MAX_GEOMETRY_INPUT_COMPONENTS */
+ { 22806, 0x00009124 }, /* GL_MAX_GEOMETRY_OUTPUT_COMPONENTS */
+ { 22840, 0x00008DE0 }, /* GL_MAX_GEOMETRY_OUTPUT_VERTICES */
+ { 22872, 0x00008DE0 }, /* GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB */
+ { 22908, 0x00008C29 }, /* GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS */
+ { 22944, 0x00008C29 }, /* GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB */
+ { 22984, 0x00008DE1 }, /* GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS */
+ { 23024, 0x00008DE1 }, /* GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB */
+ { 23068, 0x00008DDF }, /* GL_MAX_GEOMETRY_UNIFORM_COMPONENTS */
+ { 23103, 0x00008DDF }, /* GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB */
+ { 23142, 0x00008DDD }, /* GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB */
+ { 23181, 0x00000D31 }, /* GL_MAX_LIGHTS */
+ { 23195, 0x00000B31 }, /* GL_MAX_LIST_NESTING */
+ { 23215, 0x00008841 }, /* GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB */
+ { 23253, 0x00000D36 }, /* GL_MAX_MODELVIEW_STACK_DEPTH */
+ { 23282, 0x00000D37 }, /* GL_MAX_NAME_STACK_DEPTH */
+ { 23306, 0x00008842 }, /* GL_MAX_PALETTE_MATRICES_ARB */
+ { 23334, 0x00008842 }, /* GL_MAX_PALETTE_MATRICES_OES */
+ { 23362, 0x00000D34 }, /* GL_MAX_PIXEL_MAP_TABLE */
+ { 23385, 0x000088B1 }, /* GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB */
+ { 23422, 0x0000880B }, /* GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB */
+ { 23458, 0x000088AD }, /* GL_MAX_PROGRAM_ATTRIBS_ARB */
+ { 23485, 0x000088F5 }, /* GL_MAX_PROGRAM_CALL_DEPTH_NV */
+ { 23514, 0x000088B5 }, /* GL_MAX_PROGRAM_ENV_PARAMETERS_ARB */
+ { 23548, 0x000088F4 }, /* GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV */
+ { 23584, 0x000088F6 }, /* GL_MAX_PROGRAM_IF_DEPTH_NV */
+ { 23611, 0x000088A1 }, /* GL_MAX_PROGRAM_INSTRUCTIONS_ARB */
+ { 23643, 0x000088B4 }, /* GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB */
+ { 23679, 0x000088F8 }, /* GL_MAX_PROGRAM_LOOP_COUNT_NV */
+ { 23708, 0x000088F7 }, /* GL_MAX_PROGRAM_LOOP_DEPTH_NV */
+ { 23737, 0x0000862F }, /* GL_MAX_PROGRAM_MATRICES_ARB */
+ { 23765, 0x0000862E }, /* GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB */
+ { 23803, 0x000088B3 }, /* GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB */
+ { 23847, 0x0000880E }, /* GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB */
+ { 23890, 0x000088AF }, /* GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB */
+ { 23924, 0x000088A3 }, /* GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB */
+ { 23963, 0x000088AB }, /* GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB */
+ { 24000, 0x000088A7 }, /* GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB */
+ { 24038, 0x00008810 }, /* GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB */
+ { 24081, 0x0000880F }, /* GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB */
+ { 24124, 0x000088A9 }, /* GL_MAX_PROGRAM_PARAMETERS_ARB */
+ { 24154, 0x000088A5 }, /* GL_MAX_PROGRAM_TEMPORARIES_ARB */
+ { 24185, 0x00008905 }, /* GL_MAX_PROGRAM_TEXEL_OFFSET */
+ { 24213, 0x00008905 }, /* GL_MAX_PROGRAM_TEXEL_OFFSET_EXT */
+ { 24245, 0x0000880D }, /* GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB */
+ { 24281, 0x0000880C }, /* GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB */
+ { 24317, 0x00000D38 }, /* GL_MAX_PROJECTION_STACK_DEPTH */
+ { 24347, 0x000084F8 }, /* GL_MAX_RECTANGLE_TEXTURE_SIZE */
+ { 24377, 0x000084F8 }, /* GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB */
+ { 24411, 0x000084F8 }, /* GL_MAX_RECTANGLE_TEXTURE_SIZE_NV */
+ { 24444, 0x000084E8 }, /* GL_MAX_RENDERBUFFER_SIZE */
+ { 24469, 0x000084E8 }, /* GL_MAX_RENDERBUFFER_SIZE_EXT */
+ { 24498, 0x000084E8 }, /* GL_MAX_RENDERBUFFER_SIZE_OES */
+ { 24527, 0x00008D57 }, /* GL_MAX_SAMPLES */
+ { 24542, 0x00008D57 }, /* GL_MAX_SAMPLES_EXT */
+ { 24561, 0x00009111 }, /* GL_MAX_SERVER_WAIT_TIMEOUT */
+ { 24588, 0x00008504 }, /* GL_MAX_SHININESS_NV */
+ { 24608, 0x00008505 }, /* GL_MAX_SPOT_EXPONENT_NV */
+ { 24632, 0x00008C2B }, /* GL_MAX_TEXTURE_BUFFER_SIZE */
+ { 24659, 0x00008C2B }, /* GL_MAX_TEXTURE_BUFFER_SIZE_ARB */
+ { 24690, 0x00008871 }, /* GL_MAX_TEXTURE_COORDS */
+ { 24712, 0x00008871 }, /* GL_MAX_TEXTURE_COORDS_ARB */
+ { 24738, 0x00008872 }, /* GL_MAX_TEXTURE_IMAGE_UNITS */
+ { 24765, 0x00008872 }, /* GL_MAX_TEXTURE_IMAGE_UNITS_ARB */
+ { 24796, 0x000084FD }, /* GL_MAX_TEXTURE_LOD_BIAS */
+ { 24820, 0x000084FD }, /* GL_MAX_TEXTURE_LOD_BIAS_EXT */
+ { 24848, 0x000084FF }, /* GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT */
+ { 24882, 0x00000D33 }, /* GL_MAX_TEXTURE_SIZE */
+ { 24902, 0x00000D39 }, /* GL_MAX_TEXTURE_STACK_DEPTH */
+ { 24929, 0x000084E2 }, /* GL_MAX_TEXTURE_UNITS */
+ { 24950, 0x000084E2 }, /* GL_MAX_TEXTURE_UNITS_ARB */
+ { 24975, 0x0000862F }, /* GL_MAX_TRACK_MATRICES_NV */
+ { 25000, 0x0000862E }, /* GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV */
+ { 25035, 0x00008C8A }, /* GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS */
+ { 25084, 0x00008C8A }, /* GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_EXT */
+ { 25137, 0x00008C8B }, /* GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS */
+ { 25180, 0x00008C8B }, /* GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_EXT */
+ { 25227, 0x00008C80 }, /* GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS */
+ { 25273, 0x00008C80 }, /* GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_EXT */
+ { 25323, 0x00008B4B }, /* GL_MAX_VARYING_COMPONENTS */
+ { 25349, 0x00008B4B }, /* GL_MAX_VARYING_FLOATS */
+ { 25371, 0x00008B4B }, /* GL_MAX_VARYING_FLOATS_ARB */
+ { 25397, 0x00008DFC }, /* GL_MAX_VARYING_VECTORS */
+ { 25420, 0x00008869 }, /* GL_MAX_VERTEX_ATTRIBS */
+ { 25442, 0x00008869 }, /* GL_MAX_VERTEX_ATTRIBS_ARB */
+ { 25468, 0x00009122 }, /* GL_MAX_VERTEX_OUTPUT_COMPONENTS */
+ { 25500, 0x00008B4C }, /* GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS */
+ { 25534, 0x00008B4C }, /* GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB */
+ { 25572, 0x00008B4A }, /* GL_MAX_VERTEX_UNIFORM_COMPONENTS */
+ { 25605, 0x00008B4A }, /* GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB */
+ { 25642, 0x00008DFB }, /* GL_MAX_VERTEX_UNIFORM_VECTORS */
+ { 25672, 0x000086A4 }, /* GL_MAX_VERTEX_UNITS_ARB */
+ { 25696, 0x000086A4 }, /* GL_MAX_VERTEX_UNITS_OES */
+ { 25720, 0x00008DDE }, /* GL_MAX_VERTEX_VARYING_COMPONENTS_ARB */
+ { 25757, 0x00000D3A }, /* GL_MAX_VIEWPORT_DIMS */
+ { 25778, 0x00008DF1 }, /* GL_MEDIUM_FLOAT */
+ { 25794, 0x00008DF4 }, /* GL_MEDIUM_INT */
+ { 25808, 0x00008007 }, /* GL_MIN */
+ { 25815, 0x0000802E }, /* GL_MINMAX */
+ { 25825, 0x0000802E }, /* GL_MINMAX_EXT */
+ { 25839, 0x0000802F }, /* GL_MINMAX_FORMAT */
+ { 25856, 0x0000802F }, /* GL_MINMAX_FORMAT_EXT */
+ { 25877, 0x00008030 }, /* GL_MINMAX_SINK */
+ { 25892, 0x00008030 }, /* GL_MINMAX_SINK_EXT */
+ { 25911, 0x0000821C }, /* GL_MINOR_VERSION */
+ { 25928, 0x00008007 }, /* GL_MIN_EXT */
+ { 25939, 0x00008904 }, /* GL_MIN_PROGRAM_TEXEL_OFFSET */
+ { 25967, 0x00008904 }, /* GL_MIN_PROGRAM_TEXEL_OFFSET_EXT */
+ { 25999, 0x00008370 }, /* GL_MIRRORED_REPEAT */
+ { 26018, 0x00008370 }, /* GL_MIRRORED_REPEAT_ARB */
+ { 26041, 0x00008370 }, /* GL_MIRRORED_REPEAT_IBM */
+ { 26064, 0x00008742 }, /* GL_MIRROR_CLAMP_ATI */
+ { 26084, 0x00008742 }, /* GL_MIRROR_CLAMP_EXT */
+ { 26104, 0x00008912 }, /* GL_MIRROR_CLAMP_TO_BORDER_EXT */
+ { 26134, 0x00008743 }, /* GL_MIRROR_CLAMP_TO_EDGE_ATI */
+ { 26162, 0x00008743 }, /* GL_MIRROR_CLAMP_TO_EDGE_EXT */
+ { 26190, 0x00001700 }, /* GL_MODELVIEW */
+ { 26203, 0x00001700 }, /* GL_MODELVIEW0_ARB */
+ { 26221, 0x0000872A }, /* GL_MODELVIEW10_ARB */
+ { 26240, 0x0000872B }, /* GL_MODELVIEW11_ARB */
+ { 26259, 0x0000872C }, /* GL_MODELVIEW12_ARB */
+ { 26278, 0x0000872D }, /* GL_MODELVIEW13_ARB */
+ { 26297, 0x0000872E }, /* GL_MODELVIEW14_ARB */
+ { 26316, 0x0000872F }, /* GL_MODELVIEW15_ARB */
+ { 26335, 0x00008730 }, /* GL_MODELVIEW16_ARB */
+ { 26354, 0x00008731 }, /* GL_MODELVIEW17_ARB */
+ { 26373, 0x00008732 }, /* GL_MODELVIEW18_ARB */
+ { 26392, 0x00008733 }, /* GL_MODELVIEW19_ARB */
+ { 26411, 0x0000850A }, /* GL_MODELVIEW1_ARB */
+ { 26429, 0x00008734 }, /* GL_MODELVIEW20_ARB */
+ { 26448, 0x00008735 }, /* GL_MODELVIEW21_ARB */
+ { 26467, 0x00008736 }, /* GL_MODELVIEW22_ARB */
+ { 26486, 0x00008737 }, /* GL_MODELVIEW23_ARB */
+ { 26505, 0x00008738 }, /* GL_MODELVIEW24_ARB */
+ { 26524, 0x00008739 }, /* GL_MODELVIEW25_ARB */
+ { 26543, 0x0000873A }, /* GL_MODELVIEW26_ARB */
+ { 26562, 0x0000873B }, /* GL_MODELVIEW27_ARB */
+ { 26581, 0x0000873C }, /* GL_MODELVIEW28_ARB */
+ { 26600, 0x0000873D }, /* GL_MODELVIEW29_ARB */
+ { 26619, 0x00008722 }, /* GL_MODELVIEW2_ARB */
+ { 26637, 0x0000873E }, /* GL_MODELVIEW30_ARB */
+ { 26656, 0x0000873F }, /* GL_MODELVIEW31_ARB */
+ { 26675, 0x00008723 }, /* GL_MODELVIEW3_ARB */
+ { 26693, 0x00008724 }, /* GL_MODELVIEW4_ARB */
+ { 26711, 0x00008725 }, /* GL_MODELVIEW5_ARB */
+ { 26729, 0x00008726 }, /* GL_MODELVIEW6_ARB */
+ { 26747, 0x00008727 }, /* GL_MODELVIEW7_ARB */
+ { 26765, 0x00008728 }, /* GL_MODELVIEW8_ARB */
+ { 26783, 0x00008729 }, /* GL_MODELVIEW9_ARB */
+ { 26801, 0x00000BA6 }, /* GL_MODELVIEW_MATRIX */
+ { 26821, 0x0000898D }, /* GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES */
+ { 26863, 0x00008629 }, /* GL_MODELVIEW_PROJECTION_NV */
+ { 26890, 0x00000BA3 }, /* GL_MODELVIEW_STACK_DEPTH */
+ { 26915, 0x00002100 }, /* GL_MODULATE */
+ { 26927, 0x00008744 }, /* GL_MODULATE_ADD_ATI */
+ { 26947, 0x00008745 }, /* GL_MODULATE_SIGNED_ADD_ATI */
+ { 26974, 0x00008746 }, /* GL_MODULATE_SUBTRACT_ATI */
+ { 26999, 0x00000103 }, /* GL_MULT */
+ { 27007, 0x0000809D }, /* GL_MULTISAMPLE */
+ { 27022, 0x000086B2 }, /* GL_MULTISAMPLE_3DFX */
+ { 27042, 0x0000809D }, /* GL_MULTISAMPLE_ARB */
+ { 27061, 0x20000000 }, /* GL_MULTISAMPLE_BIT */
+ { 27080, 0x20000000 }, /* GL_MULTISAMPLE_BIT_3DFX */
+ { 27104, 0x20000000 }, /* GL_MULTISAMPLE_BIT_ARB */
+ { 27127, 0x00008534 }, /* GL_MULTISAMPLE_FILTER_HINT_NV */
+ { 27157, 0x00002A25 }, /* GL_N3F_V3F */
+ { 27168, 0x00000D70 }, /* GL_NAME_STACK_DEPTH */
+ { 27188, 0x0000150E }, /* GL_NAND */
+ { 27196, 0x00002600 }, /* GL_NEAREST */
+ { 27207, 0x0000844E }, /* GL_NEAREST_CLIPMAP_LINEAR_SGIX */
+ { 27238, 0x0000844D }, /* GL_NEAREST_CLIPMAP_NEAREST_SGIX */
+ { 27270, 0x00002702 }, /* GL_NEAREST_MIPMAP_LINEAR */
+ { 27295, 0x00002700 }, /* GL_NEAREST_MIPMAP_NEAREST */
+ { 27321, 0x00000200 }, /* GL_NEVER */
+ { 27330, 0x00001102 }, /* GL_NICEST */
+ { 27340, 0x00000000 }, /* GL_NONE */
+ { 27348, 0x00000000 }, /* GL_NONE_OES */
+ { 27360, 0x00001505 }, /* GL_NOOP */
+ { 27368, 0x00001508 }, /* GL_NOR */
+ { 27375, 0x00000BA1 }, /* GL_NORMALIZE */
+ { 27388, 0x00008075 }, /* GL_NORMAL_ARRAY */
+ { 27404, 0x00008897 }, /* GL_NORMAL_ARRAY_BUFFER_BINDING */
+ { 27435, 0x00008897 }, /* GL_NORMAL_ARRAY_BUFFER_BINDING_ARB */
+ { 27470, 0x0000808F }, /* GL_NORMAL_ARRAY_POINTER */
+ { 27494, 0x0000807F }, /* GL_NORMAL_ARRAY_STRIDE */
+ { 27517, 0x0000807E }, /* GL_NORMAL_ARRAY_TYPE */
+ { 27538, 0x00008511 }, /* GL_NORMAL_MAP */
+ { 27552, 0x00008511 }, /* GL_NORMAL_MAP_ARB */
+ { 27570, 0x00008511 }, /* GL_NORMAL_MAP_NV */
+ { 27587, 0x00008511 }, /* GL_NORMAL_MAP_OES */
+ { 27605, 0x00000205 }, /* GL_NOTEQUAL */
+ { 27617, 0x00000000 }, /* GL_NO_ERROR */
+ { 27629, 0x00008261 }, /* GL_NO_RESET_NOTIFICATION_ARB */
+ { 27658, 0x000086A2 }, /* GL_NUM_COMPRESSED_TEXTURE_FORMATS */
+ { 27692, 0x000086A2 }, /* GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB */
+ { 27730, 0x0000821D }, /* GL_NUM_EXTENSIONS */
+ { 27748, 0x000087FE }, /* GL_NUM_PROGRAM_BINARY_FORMATS */
+ { 27778, 0x000087FE }, /* GL_NUM_PROGRAM_BINARY_FORMATS_OES */
+ { 27812, 0x00008DF9 }, /* GL_NUM_SHADER_BINARY_FORMATS */
+ { 27841, 0x00008B89 }, /* GL_OBJECT_ACTIVE_ATTRIBUTES_ARB */
+ { 27873, 0x00008B8A }, /* GL_OBJECT_ACTIVE_ATTRIBUTE_MAX_LENGTH_ARB */
+ { 27915, 0x00008B86 }, /* GL_OBJECT_ACTIVE_UNIFORMS_ARB */
+ { 27945, 0x00008B87 }, /* GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB */
+ { 27985, 0x00008B85 }, /* GL_OBJECT_ATTACHED_OBJECTS_ARB */
+ { 28016, 0x00008B81 }, /* GL_OBJECT_COMPILE_STATUS_ARB */
+ { 28045, 0x00008B80 }, /* GL_OBJECT_DELETE_STATUS_ARB */
+ { 28073, 0x00008B84 }, /* GL_OBJECT_INFO_LOG_LENGTH_ARB */
+ { 28103, 0x00002401 }, /* GL_OBJECT_LINEAR */
+ { 28120, 0x00008B82 }, /* GL_OBJECT_LINK_STATUS_ARB */
+ { 28146, 0x00002501 }, /* GL_OBJECT_PLANE */
+ { 28162, 0x00008B88 }, /* GL_OBJECT_SHADER_SOURCE_LENGTH_ARB */
+ { 28197, 0x00008B4F }, /* GL_OBJECT_SUBTYPE_ARB */
+ { 28219, 0x00009112 }, /* GL_OBJECT_TYPE */
+ { 28234, 0x00008B4E }, /* GL_OBJECT_TYPE_ARB */
+ { 28253, 0x00008B83 }, /* GL_OBJECT_VALIDATE_STATUS_ARB */
+ { 28283, 0x00008165 }, /* GL_OCCLUSION_TEST_HP */
+ { 28304, 0x00008166 }, /* GL_OCCLUSION_TEST_RESULT_HP */
+ { 28332, 0x00000001 }, /* GL_ONE */
+ { 28339, 0x00008004 }, /* GL_ONE_MINUS_CONSTANT_ALPHA */
+ { 28367, 0x00008004 }, /* GL_ONE_MINUS_CONSTANT_ALPHA_EXT */
+ { 28399, 0x00008002 }, /* GL_ONE_MINUS_CONSTANT_COLOR */
+ { 28427, 0x00008002 }, /* GL_ONE_MINUS_CONSTANT_COLOR_EXT */
+ { 28459, 0x00000305 }, /* GL_ONE_MINUS_DST_ALPHA */
+ { 28482, 0x00000307 }, /* GL_ONE_MINUS_DST_COLOR */
+ { 28505, 0x00000303 }, /* GL_ONE_MINUS_SRC_ALPHA */
+ { 28528, 0x00000301 }, /* GL_ONE_MINUS_SRC_COLOR */
+ { 28551, 0x00008598 }, /* GL_OPERAND0_ALPHA */
+ { 28569, 0x00008598 }, /* GL_OPERAND0_ALPHA_ARB */
+ { 28591, 0x00008598 }, /* GL_OPERAND0_ALPHA_EXT */
+ { 28613, 0x00008590 }, /* GL_OPERAND0_RGB */
+ { 28629, 0x00008590 }, /* GL_OPERAND0_RGB_ARB */
+ { 28649, 0x00008590 }, /* GL_OPERAND0_RGB_EXT */
+ { 28669, 0x00008599 }, /* GL_OPERAND1_ALPHA */
+ { 28687, 0x00008599 }, /* GL_OPERAND1_ALPHA_ARB */
+ { 28709, 0x00008599 }, /* GL_OPERAND1_ALPHA_EXT */
+ { 28731, 0x00008591 }, /* GL_OPERAND1_RGB */
+ { 28747, 0x00008591 }, /* GL_OPERAND1_RGB_ARB */
+ { 28767, 0x00008591 }, /* GL_OPERAND1_RGB_EXT */
+ { 28787, 0x0000859A }, /* GL_OPERAND2_ALPHA */
+ { 28805, 0x0000859A }, /* GL_OPERAND2_ALPHA_ARB */
+ { 28827, 0x0000859A }, /* GL_OPERAND2_ALPHA_EXT */
+ { 28849, 0x00008592 }, /* GL_OPERAND2_RGB */
+ { 28865, 0x00008592 }, /* GL_OPERAND2_RGB_ARB */
+ { 28885, 0x00008592 }, /* GL_OPERAND2_RGB_EXT */
+ { 28905, 0x0000859B }, /* GL_OPERAND3_ALPHA_NV */
+ { 28926, 0x00008593 }, /* GL_OPERAND3_RGB_NV */
+ { 28945, 0x00001507 }, /* GL_OR */
+ { 28951, 0x00000A01 }, /* GL_ORDER */
+ { 28960, 0x0000150D }, /* GL_OR_INVERTED */
+ { 28975, 0x0000150B }, /* GL_OR_REVERSE */
+ { 28989, 0x00000505 }, /* GL_OUT_OF_MEMORY */
+ { 29006, 0x00000D05 }, /* GL_PACK_ALIGNMENT */
+ { 29024, 0x0000806C }, /* GL_PACK_IMAGE_HEIGHT */
+ { 29045, 0x00008758 }, /* GL_PACK_INVERT_MESA */
+ { 29065, 0x00000D01 }, /* GL_PACK_LSB_FIRST */
+ { 29083, 0x00000D02 }, /* GL_PACK_ROW_LENGTH */
+ { 29102, 0x0000806B }, /* GL_PACK_SKIP_IMAGES */
+ { 29122, 0x00000D04 }, /* GL_PACK_SKIP_PIXELS */
+ { 29142, 0x00000D03 }, /* GL_PACK_SKIP_ROWS */
+ { 29160, 0x00000D00 }, /* GL_PACK_SWAP_BYTES */
+ { 29179, 0x00008B92 }, /* GL_PALETTE4_R5_G6_B5_OES */
+ { 29204, 0x00008B94 }, /* GL_PALETTE4_RGB5_A1_OES */
+ { 29228, 0x00008B90 }, /* GL_PALETTE4_RGB8_OES */
+ { 29249, 0x00008B93 }, /* GL_PALETTE4_RGBA4_OES */
+ { 29271, 0x00008B91 }, /* GL_PALETTE4_RGBA8_OES */
+ { 29293, 0x00008B97 }, /* GL_PALETTE8_R5_G6_B5_OES */
+ { 29318, 0x00008B99 }, /* GL_PALETTE8_RGB5_A1_OES */
+ { 29342, 0x00008B95 }, /* GL_PALETTE8_RGB8_OES */
+ { 29363, 0x00008B98 }, /* GL_PALETTE8_RGBA4_OES */
+ { 29385, 0x00008B96 }, /* GL_PALETTE8_RGBA8_OES */
+ { 29407, 0x00000700 }, /* GL_PASS_THROUGH_TOKEN */
+ { 29429, 0x00000C50 }, /* GL_PERSPECTIVE_CORRECTION_HINT */
+ { 29460, 0x00000C79 }, /* GL_PIXEL_MAP_A_TO_A */
+ { 29480, 0x00000CB9 }, /* GL_PIXEL_MAP_A_TO_A_SIZE */
+ { 29505, 0x00000C78 }, /* GL_PIXEL_MAP_B_TO_B */
+ { 29525, 0x00000CB8 }, /* GL_PIXEL_MAP_B_TO_B_SIZE */
+ { 29550, 0x00000C77 }, /* GL_PIXEL_MAP_G_TO_G */
+ { 29570, 0x00000CB7 }, /* GL_PIXEL_MAP_G_TO_G_SIZE */
+ { 29595, 0x00000C75 }, /* GL_PIXEL_MAP_I_TO_A */
+ { 29615, 0x00000CB5 }, /* GL_PIXEL_MAP_I_TO_A_SIZE */
+ { 29640, 0x00000C74 }, /* GL_PIXEL_MAP_I_TO_B */
+ { 29660, 0x00000CB4 }, /* GL_PIXEL_MAP_I_TO_B_SIZE */
+ { 29685, 0x00000C73 }, /* GL_PIXEL_MAP_I_TO_G */
+ { 29705, 0x00000CB3 }, /* GL_PIXEL_MAP_I_TO_G_SIZE */
+ { 29730, 0x00000C70 }, /* GL_PIXEL_MAP_I_TO_I */
+ { 29750, 0x00000CB0 }, /* GL_PIXEL_MAP_I_TO_I_SIZE */
+ { 29775, 0x00000C72 }, /* GL_PIXEL_MAP_I_TO_R */
+ { 29795, 0x00000CB2 }, /* GL_PIXEL_MAP_I_TO_R_SIZE */
+ { 29820, 0x00000C76 }, /* GL_PIXEL_MAP_R_TO_R */
+ { 29840, 0x00000CB6 }, /* GL_PIXEL_MAP_R_TO_R_SIZE */
+ { 29865, 0x00000C71 }, /* GL_PIXEL_MAP_S_TO_S */
+ { 29885, 0x00000CB1 }, /* GL_PIXEL_MAP_S_TO_S_SIZE */
+ { 29910, 0x00000020 }, /* GL_PIXEL_MODE_BIT */
+ { 29928, 0x000088EB }, /* GL_PIXEL_PACK_BUFFER */
+ { 29949, 0x000088ED }, /* GL_PIXEL_PACK_BUFFER_BINDING */
+ { 29978, 0x000088ED }, /* GL_PIXEL_PACK_BUFFER_BINDING_EXT */
+ { 30011, 0x000088EB }, /* GL_PIXEL_PACK_BUFFER_EXT */
+ { 30036, 0x000088EC }, /* GL_PIXEL_UNPACK_BUFFER */
+ { 30059, 0x000088EF }, /* GL_PIXEL_UNPACK_BUFFER_BINDING */
+ { 30090, 0x000088EF }, /* GL_PIXEL_UNPACK_BUFFER_BINDING_EXT */
+ { 30125, 0x000088EC }, /* GL_PIXEL_UNPACK_BUFFER_EXT */
+ { 30152, 0x00001B00 }, /* GL_POINT */
+ { 30161, 0x00000000 }, /* GL_POINTS */
+ { 30171, 0x00000002 }, /* GL_POINT_BIT */
+ { 30184, 0x00008129 }, /* GL_POINT_DISTANCE_ATTENUATION */
+ { 30214, 0x00008129 }, /* GL_POINT_DISTANCE_ATTENUATION_ARB */
+ { 30248, 0x00008129 }, /* GL_POINT_DISTANCE_ATTENUATION_EXT */
+ { 30282, 0x00008129 }, /* GL_POINT_DISTANCE_ATTENUATION_SGIS */
+ { 30317, 0x00008128 }, /* GL_POINT_FADE_THRESHOLD_SIZE */
+ { 30346, 0x00008128 }, /* GL_POINT_FADE_THRESHOLD_SIZE_ARB */
+ { 30379, 0x00008128 }, /* GL_POINT_FADE_THRESHOLD_SIZE_EXT */
+ { 30412, 0x00008128 }, /* GL_POINT_FADE_THRESHOLD_SIZE_SGIS */
+ { 30446, 0x00000B11 }, /* GL_POINT_SIZE */
+ { 30460, 0x00008B9F }, /* GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES */
+ { 30499, 0x00008B9C }, /* GL_POINT_SIZE_ARRAY_OES */
+ { 30523, 0x0000898C }, /* GL_POINT_SIZE_ARRAY_POINTER_OES */
+ { 30555, 0x0000898B }, /* GL_POINT_SIZE_ARRAY_STRIDE_OES */
+ { 30586, 0x0000898A }, /* GL_POINT_SIZE_ARRAY_TYPE_OES */
+ { 30615, 0x00000B13 }, /* GL_POINT_SIZE_GRANULARITY */
+ { 30641, 0x00008127 }, /* GL_POINT_SIZE_MAX */
+ { 30659, 0x00008127 }, /* GL_POINT_SIZE_MAX_ARB */
+ { 30681, 0x00008127 }, /* GL_POINT_SIZE_MAX_EXT */
+ { 30703, 0x00008127 }, /* GL_POINT_SIZE_MAX_SGIS */
+ { 30726, 0x00008126 }, /* GL_POINT_SIZE_MIN */
+ { 30744, 0x00008126 }, /* GL_POINT_SIZE_MIN_ARB */
+ { 30766, 0x00008126 }, /* GL_POINT_SIZE_MIN_EXT */
+ { 30788, 0x00008126 }, /* GL_POINT_SIZE_MIN_SGIS */
+ { 30811, 0x00000B12 }, /* GL_POINT_SIZE_RANGE */
+ { 30831, 0x00000B10 }, /* GL_POINT_SMOOTH */
+ { 30847, 0x00000C51 }, /* GL_POINT_SMOOTH_HINT */
+ { 30868, 0x00008861 }, /* GL_POINT_SPRITE */
+ { 30884, 0x00008861 }, /* GL_POINT_SPRITE_ARB */
+ { 30904, 0x00008CA0 }, /* GL_POINT_SPRITE_COORD_ORIGIN */
+ { 30933, 0x00008861 }, /* GL_POINT_SPRITE_NV */
+ { 30952, 0x00008861 }, /* GL_POINT_SPRITE_OES */
+ { 30972, 0x00008863 }, /* GL_POINT_SPRITE_R_MODE_NV */
+ { 30998, 0x00000701 }, /* GL_POINT_TOKEN */
+ { 31013, 0x00000009 }, /* GL_POLYGON */
+ { 31024, 0x00000008 }, /* GL_POLYGON_BIT */
+ { 31039, 0x00000B40 }, /* GL_POLYGON_MODE */
+ { 31055, 0x00008039 }, /* GL_POLYGON_OFFSET_BIAS */
+ { 31078, 0x00008038 }, /* GL_POLYGON_OFFSET_FACTOR */
+ { 31103, 0x00008037 }, /* GL_POLYGON_OFFSET_FILL */
+ { 31126, 0x00002A02 }, /* GL_POLYGON_OFFSET_LINE */
+ { 31149, 0x00002A01 }, /* GL_POLYGON_OFFSET_POINT */
+ { 31173, 0x00002A00 }, /* GL_POLYGON_OFFSET_UNITS */
+ { 31197, 0x00000B41 }, /* GL_POLYGON_SMOOTH */
+ { 31215, 0x00000C53 }, /* GL_POLYGON_SMOOTH_HINT */
+ { 31238, 0x00000B42 }, /* GL_POLYGON_STIPPLE */
+ { 31257, 0x00000010 }, /* GL_POLYGON_STIPPLE_BIT */
+ { 31280, 0x00000703 }, /* GL_POLYGON_TOKEN */
+ { 31297, 0x00001203 }, /* GL_POSITION */
+ { 31309, 0x000080BB }, /* GL_POST_COLOR_MATRIX_ALPHA_BIAS */
+ { 31341, 0x000080BB }, /* GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI */
+ { 31377, 0x000080B7 }, /* GL_POST_COLOR_MATRIX_ALPHA_SCALE */
+ { 31410, 0x000080B7 }, /* GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI */
+ { 31447, 0x000080BA }, /* GL_POST_COLOR_MATRIX_BLUE_BIAS */
+ { 31478, 0x000080BA }, /* GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI */
+ { 31513, 0x000080B6 }, /* GL_POST_COLOR_MATRIX_BLUE_SCALE */
+ { 31545, 0x000080B6 }, /* GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI */
+ { 31581, 0x000080D2 }, /* GL_POST_COLOR_MATRIX_COLOR_TABLE */
+ { 31614, 0x000080B9 }, /* GL_POST_COLOR_MATRIX_GREEN_BIAS */
+ { 31646, 0x000080B9 }, /* GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI */
+ { 31682, 0x000080B5 }, /* GL_POST_COLOR_MATRIX_GREEN_SCALE */
+ { 31715, 0x000080B5 }, /* GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI */
+ { 31752, 0x000080B8 }, /* GL_POST_COLOR_MATRIX_RED_BIAS */
+ { 31782, 0x000080B8 }, /* GL_POST_COLOR_MATRIX_RED_BIAS_SGI */
+ { 31816, 0x000080B4 }, /* GL_POST_COLOR_MATRIX_RED_SCALE */
+ { 31847, 0x000080B4 }, /* GL_POST_COLOR_MATRIX_RED_SCALE_SGI */
+ { 31882, 0x00008023 }, /* GL_POST_CONVOLUTION_ALPHA_BIAS */
+ { 31913, 0x00008023 }, /* GL_POST_CONVOLUTION_ALPHA_BIAS_EXT */
+ { 31948, 0x0000801F }, /* GL_POST_CONVOLUTION_ALPHA_SCALE */
+ { 31980, 0x0000801F }, /* GL_POST_CONVOLUTION_ALPHA_SCALE_EXT */
+ { 32016, 0x00008022 }, /* GL_POST_CONVOLUTION_BLUE_BIAS */
+ { 32046, 0x00008022 }, /* GL_POST_CONVOLUTION_BLUE_BIAS_EXT */
+ { 32080, 0x0000801E }, /* GL_POST_CONVOLUTION_BLUE_SCALE */
+ { 32111, 0x0000801E }, /* GL_POST_CONVOLUTION_BLUE_SCALE_EXT */
+ { 32146, 0x000080D1 }, /* GL_POST_CONVOLUTION_COLOR_TABLE */
+ { 32178, 0x00008021 }, /* GL_POST_CONVOLUTION_GREEN_BIAS */
+ { 32209, 0x00008021 }, /* GL_POST_CONVOLUTION_GREEN_BIAS_EXT */
+ { 32244, 0x0000801D }, /* GL_POST_CONVOLUTION_GREEN_SCALE */
+ { 32276, 0x0000801D }, /* GL_POST_CONVOLUTION_GREEN_SCALE_EXT */
+ { 32312, 0x00008020 }, /* GL_POST_CONVOLUTION_RED_BIAS */
+ { 32341, 0x00008020 }, /* GL_POST_CONVOLUTION_RED_BIAS_EXT */
+ { 32374, 0x0000801C }, /* GL_POST_CONVOLUTION_RED_SCALE */
+ { 32404, 0x0000801C }, /* GL_POST_CONVOLUTION_RED_SCALE_EXT */
+ { 32438, 0x0000817B }, /* GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX */
+ { 32477, 0x00008179 }, /* GL_POST_TEXTURE_FILTER_BIAS_SGIX */
+ { 32510, 0x0000817C }, /* GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX */
+ { 32550, 0x0000817A }, /* GL_POST_TEXTURE_FILTER_SCALE_SGIX */
+ { 32584, 0x00008578 }, /* GL_PREVIOUS */
+ { 32596, 0x00008578 }, /* GL_PREVIOUS_ARB */
+ { 32612, 0x00008578 }, /* GL_PREVIOUS_EXT */
+ { 32628, 0x00008577 }, /* GL_PRIMARY_COLOR */
+ { 32645, 0x00008577 }, /* GL_PRIMARY_COLOR_ARB */
+ { 32666, 0x00008577 }, /* GL_PRIMARY_COLOR_EXT */
+ { 32687, 0x00008C87 }, /* GL_PRIMITIVES_GENERATED */
+ { 32711, 0x00008C87 }, /* GL_PRIMITIVES_GENERATED_EXT */
+ { 32739, 0x00008F9D }, /* GL_PRIMITIVE_RESTART */
+ { 32760, 0x00008F9E }, /* GL_PRIMITIVE_RESTART_INDEX */
+ { 32787, 0x00008559 }, /* GL_PRIMITIVE_RESTART_INDEX_NV */
+ { 32817, 0x00008558 }, /* GL_PRIMITIVE_RESTART_NV */
+ { 32841, 0x000088B0 }, /* GL_PROGRAM_ADDRESS_REGISTERS_ARB */
+ { 32874, 0x00008805 }, /* GL_PROGRAM_ALU_INSTRUCTIONS_ARB */
+ { 32906, 0x000088AC }, /* GL_PROGRAM_ATTRIBS_ARB */
+ { 32929, 0x000087FF }, /* GL_PROGRAM_BINARY_FORMATS */
+ { 32955, 0x000087FF }, /* GL_PROGRAM_BINARY_FORMATS_OES */
+ { 32985, 0x00008741 }, /* GL_PROGRAM_BINARY_LENGTH */
+ { 33010, 0x00008741 }, /* GL_PROGRAM_BINARY_LENGTH_OES */
+ { 33039, 0x00008257 }, /* GL_PROGRAM_BINARY_RETRIEVABLE_HINT */
+ { 33074, 0x00008677 }, /* GL_PROGRAM_BINDING_ARB */
+ { 33097, 0x0000864B }, /* GL_PROGRAM_ERROR_POSITION_ARB */
+ { 33127, 0x0000864B }, /* GL_PROGRAM_ERROR_POSITION_NV */
+ { 33156, 0x00008874 }, /* GL_PROGRAM_ERROR_STRING_ARB */
+ { 33184, 0x00008876 }, /* GL_PROGRAM_FORMAT_ARB */
+ { 33206, 0x00008875 }, /* GL_PROGRAM_FORMAT_ASCII_ARB */
+ { 33234, 0x000088A0 }, /* GL_PROGRAM_INSTRUCTIONS_ARB */
+ { 33262, 0x00008627 }, /* GL_PROGRAM_LENGTH_ARB */
+ { 33284, 0x00008627 }, /* GL_PROGRAM_LENGTH_NV */
+ { 33305, 0x000088B2 }, /* GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB */
+ { 33345, 0x00008808 }, /* GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB */
+ { 33384, 0x000088AE }, /* GL_PROGRAM_NATIVE_ATTRIBS_ARB */
+ { 33414, 0x000088A2 }, /* GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB */
+ { 33449, 0x000088AA }, /* GL_PROGRAM_NATIVE_PARAMETERS_ARB */
+ { 33482, 0x000088A6 }, /* GL_PROGRAM_NATIVE_TEMPORARIES_ARB */
+ { 33516, 0x0000880A }, /* GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB */
+ { 33555, 0x00008809 }, /* GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB */
+ { 33594, 0x00008B40 }, /* GL_PROGRAM_OBJECT_ARB */
+ { 33616, 0x000088A8 }, /* GL_PROGRAM_PARAMETERS_ARB */
+ { 33642, 0x00008644 }, /* GL_PROGRAM_PARAMETER_NV */
+ { 33666, 0x00008642 }, /* GL_PROGRAM_POINT_SIZE */
+ { 33688, 0x00008642 }, /* GL_PROGRAM_POINT_SIZE_ARB */
+ { 33714, 0x00008647 }, /* GL_PROGRAM_RESIDENT_NV */
+ { 33737, 0x00008628 }, /* GL_PROGRAM_STRING_ARB */
+ { 33759, 0x00008628 }, /* GL_PROGRAM_STRING_NV */
+ { 33780, 0x00008646 }, /* GL_PROGRAM_TARGET_NV */
+ { 33801, 0x000088A4 }, /* GL_PROGRAM_TEMPORARIES_ARB */
+ { 33828, 0x00008807 }, /* GL_PROGRAM_TEX_INDIRECTIONS_ARB */
+ { 33860, 0x00008806 }, /* GL_PROGRAM_TEX_INSTRUCTIONS_ARB */
+ { 33892, 0x000088B6 }, /* GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB */
+ { 33927, 0x00001701 }, /* GL_PROJECTION */
+ { 33941, 0x00000BA7 }, /* GL_PROJECTION_MATRIX */
+ { 33962, 0x0000898E }, /* GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES */
+ { 34005, 0x00000BA4 }, /* GL_PROJECTION_STACK_DEPTH */
+ { 34031, 0x00008E4F }, /* GL_PROVOKING_VERTEX */
+ { 34051, 0x00008E4F }, /* GL_PROVOKING_VERTEX_EXT */
+ { 34075, 0x000080D3 }, /* GL_PROXY_COLOR_TABLE */
+ { 34096, 0x00008025 }, /* GL_PROXY_HISTOGRAM */
+ { 34115, 0x00008025 }, /* GL_PROXY_HISTOGRAM_EXT */
+ { 34138, 0x000080D5 }, /* GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE */
+ { 34177, 0x000080D4 }, /* GL_PROXY_POST_CONVOLUTION_COLOR_TABLE */
+ { 34215, 0x00008063 }, /* GL_PROXY_TEXTURE_1D */
+ { 34235, 0x00008C19 }, /* GL_PROXY_TEXTURE_1D_ARRAY */
+ { 34261, 0x00008C19 }, /* GL_PROXY_TEXTURE_1D_ARRAY_EXT */
+ { 34291, 0x00008063 }, /* GL_PROXY_TEXTURE_1D_EXT */
+ { 34315, 0x00008064 }, /* GL_PROXY_TEXTURE_2D */
+ { 34335, 0x00008C1B }, /* GL_PROXY_TEXTURE_2D_ARRAY */
+ { 34361, 0x00008C1B }, /* GL_PROXY_TEXTURE_2D_ARRAY_EXT */
+ { 34391, 0x00008064 }, /* GL_PROXY_TEXTURE_2D_EXT */
+ { 34415, 0x00008070 }, /* GL_PROXY_TEXTURE_3D */
+ { 34435, 0x000080BD }, /* GL_PROXY_TEXTURE_COLOR_TABLE_SGI */
+ { 34468, 0x0000851B }, /* GL_PROXY_TEXTURE_CUBE_MAP */
+ { 34494, 0x0000851B }, /* GL_PROXY_TEXTURE_CUBE_MAP_ARB */
+ { 34524, 0x000084F7 }, /* GL_PROXY_TEXTURE_RECTANGLE */
+ { 34551, 0x000084F7 }, /* GL_PROXY_TEXTURE_RECTANGLE_ARB */
+ { 34582, 0x000084F7 }, /* GL_PROXY_TEXTURE_RECTANGLE_NV */
+ { 34612, 0x00008A1D }, /* GL_PURGEABLE_APPLE */
+ { 34631, 0x00002003 }, /* GL_Q */
+ { 34636, 0x00001209 }, /* GL_QUADRATIC_ATTENUATION */
+ { 34661, 0x00000007 }, /* GL_QUADS */
+ { 34670, 0x00008E4C }, /* GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION */
+ { 34714, 0x00008E4C }, /* GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT */
+ { 34762, 0x00008614 }, /* GL_QUAD_MESH_SUN */
+ { 34779, 0x00000008 }, /* GL_QUAD_STRIP */
+ { 34793, 0x00008E16 }, /* GL_QUERY_BY_REGION_NO_WAIT */
+ { 34820, 0x00008E16 }, /* GL_QUERY_BY_REGION_NO_WAIT_NV */
+ { 34850, 0x00008E15 }, /* GL_QUERY_BY_REGION_WAIT */
+ { 34874, 0x00008E15 }, /* GL_QUERY_BY_REGION_WAIT_NV */
+ { 34901, 0x00008864 }, /* GL_QUERY_COUNTER_BITS */
+ { 34923, 0x00008864 }, /* GL_QUERY_COUNTER_BITS_ARB */
+ { 34949, 0x00008E14 }, /* GL_QUERY_NO_WAIT */
+ { 34966, 0x00008E14 }, /* GL_QUERY_NO_WAIT_NV */
+ { 34986, 0x00008866 }, /* GL_QUERY_RESULT */
+ { 35002, 0x00008866 }, /* GL_QUERY_RESULT_ARB */
+ { 35022, 0x00008867 }, /* GL_QUERY_RESULT_AVAILABLE */
+ { 35048, 0x00008867 }, /* GL_QUERY_RESULT_AVAILABLE_ARB */
+ { 35078, 0x00008E13 }, /* GL_QUERY_WAIT */
+ { 35092, 0x00008E13 }, /* GL_QUERY_WAIT_NV */
+ { 35109, 0x00002002 }, /* GL_R */
+ { 35114, 0x00008C3A }, /* GL_R11F_G11F_B10F */
+ { 35132, 0x00008F98 }, /* GL_R16_SNORM */
+ { 35145, 0x00002A10 }, /* GL_R3_G3_B2 */
+ { 35157, 0x00008F94 }, /* GL_R8_SNORM */
+ { 35169, 0x00008C89 }, /* GL_RASTERIZER_DISCARD */
+ { 35191, 0x00008C89 }, /* GL_RASTERIZER_DISCARD_EXT */
+ { 35217, 0x00019262 }, /* GL_RASTER_POSITION_UNCLIPPED_IBM */
+ { 35250, 0x00000C02 }, /* GL_READ_BUFFER */
+ { 35265, 0x00008CA8 }, /* GL_READ_FRAMEBUFFER */
+ { 35285, 0x00008CAA }, /* GL_READ_FRAMEBUFFER_BINDING */
+ { 35313, 0x00008CAA }, /* GL_READ_FRAMEBUFFER_BINDING_EXT */
+ { 35345, 0x00008CA8 }, /* GL_READ_FRAMEBUFFER_EXT */
+ { 35369, 0x000088B8 }, /* GL_READ_ONLY */
+ { 35382, 0x000088B8 }, /* GL_READ_ONLY_ARB */
+ { 35399, 0x000088BA }, /* GL_READ_WRITE */
+ { 35413, 0x000088BA }, /* GL_READ_WRITE_ARB */
+ { 35431, 0x00001903 }, /* GL_RED */
+ { 35438, 0x00008016 }, /* GL_REDUCE */
+ { 35448, 0x00008016 }, /* GL_REDUCE_EXT */
+ { 35462, 0x00000D15 }, /* GL_RED_BIAS */
+ { 35474, 0x00000D52 }, /* GL_RED_BITS */
+ { 35486, 0x00008D94 }, /* GL_RED_INTEGER */
+ { 35501, 0x00008D94 }, /* GL_RED_INTEGER_EXT */
+ { 35520, 0x00000D14 }, /* GL_RED_SCALE */
+ { 35533, 0x00008F90 }, /* GL_RED_SNORM */
+ { 35546, 0x00008512 }, /* GL_REFLECTION_MAP */
+ { 35564, 0x00008512 }, /* GL_REFLECTION_MAP_ARB */
+ { 35586, 0x00008512 }, /* GL_REFLECTION_MAP_NV */
+ { 35607, 0x00008512 }, /* GL_REFLECTION_MAP_OES */
+ { 35629, 0x00008A19 }, /* GL_RELEASED_APPLE */
+ { 35647, 0x00001C00 }, /* GL_RENDER */
+ { 35657, 0x00008D41 }, /* GL_RENDERBUFFER */
+ { 35673, 0x00008D53 }, /* GL_RENDERBUFFER_ALPHA_SIZE */
+ { 35700, 0x00008D53 }, /* GL_RENDERBUFFER_ALPHA_SIZE_OES */
+ { 35731, 0x00008CA7 }, /* GL_RENDERBUFFER_BINDING */
+ { 35755, 0x00008CA7 }, /* GL_RENDERBUFFER_BINDING_EXT */
+ { 35783, 0x00008CA7 }, /* GL_RENDERBUFFER_BINDING_OES */
+ { 35811, 0x00008D52 }, /* GL_RENDERBUFFER_BLUE_SIZE */
+ { 35837, 0x00008D52 }, /* GL_RENDERBUFFER_BLUE_SIZE_OES */
+ { 35867, 0x00008D54 }, /* GL_RENDERBUFFER_DEPTH_SIZE */
+ { 35894, 0x00008D54 }, /* GL_RENDERBUFFER_DEPTH_SIZE_OES */
+ { 35925, 0x00008D41 }, /* GL_RENDERBUFFER_EXT */
+ { 35945, 0x00008D51 }, /* GL_RENDERBUFFER_GREEN_SIZE */
+ { 35972, 0x00008D51 }, /* GL_RENDERBUFFER_GREEN_SIZE_OES */
+ { 36003, 0x00008D43 }, /* GL_RENDERBUFFER_HEIGHT */
+ { 36026, 0x00008D43 }, /* GL_RENDERBUFFER_HEIGHT_EXT */
+ { 36053, 0x00008D43 }, /* GL_RENDERBUFFER_HEIGHT_OES */
+ { 36080, 0x00008D44 }, /* GL_RENDERBUFFER_INTERNAL_FORMAT */
+ { 36112, 0x00008D44 }, /* GL_RENDERBUFFER_INTERNAL_FORMAT_EXT */
+ { 36148, 0x00008D44 }, /* GL_RENDERBUFFER_INTERNAL_FORMAT_OES */
+ { 36184, 0x00008D41 }, /* GL_RENDERBUFFER_OES */
+ { 36204, 0x00008D50 }, /* GL_RENDERBUFFER_RED_SIZE */
+ { 36229, 0x00008D50 }, /* GL_RENDERBUFFER_RED_SIZE_OES */
+ { 36258, 0x00008CAB }, /* GL_RENDERBUFFER_SAMPLES */
+ { 36282, 0x00008CAB }, /* GL_RENDERBUFFER_SAMPLES_EXT */
+ { 36310, 0x00008D55 }, /* GL_RENDERBUFFER_STENCIL_SIZE */
+ { 36339, 0x00008D55 }, /* GL_RENDERBUFFER_STENCIL_SIZE_OES */
+ { 36372, 0x00008D42 }, /* GL_RENDERBUFFER_WIDTH */
+ { 36394, 0x00008D42 }, /* GL_RENDERBUFFER_WIDTH_EXT */
+ { 36420, 0x00008D42 }, /* GL_RENDERBUFFER_WIDTH_OES */
+ { 36446, 0x00001F01 }, /* GL_RENDERER */
+ { 36458, 0x00000C40 }, /* GL_RENDER_MODE */
+ { 36473, 0x00002901 }, /* GL_REPEAT */
+ { 36483, 0x00001E01 }, /* GL_REPLACE */
+ { 36494, 0x00008062 }, /* GL_REPLACE_EXT */
+ { 36509, 0x00008153 }, /* GL_REPLICATE_BORDER_HP */
+ { 36532, 0x0000803A }, /* GL_RESCALE_NORMAL */
+ { 36550, 0x0000803A }, /* GL_RESCALE_NORMAL_EXT */
+ { 36572, 0x00008256 }, /* GL_RESET_NOTIFICATION_STRATEGY_ARB */
+ { 36607, 0x00008A1B }, /* GL_RETAINED_APPLE */
+ { 36625, 0x00000102 }, /* GL_RETURN */
+ { 36635, 0x00008F99 }, /* GL_RG16_SNORM */
+ { 36649, 0x00008F95 }, /* GL_RG8_SNORM */
+ { 36662, 0x00001907 }, /* GL_RGB */
+ { 36669, 0x00008052 }, /* GL_RGB10 */
+ { 36678, 0x00008059 }, /* GL_RGB10_A2 */
+ { 36690, 0x00008059 }, /* GL_RGB10_A2_EXT */
+ { 36706, 0x00008052 }, /* GL_RGB10_EXT */
+ { 36719, 0x00008053 }, /* GL_RGB12 */
+ { 36728, 0x00008053 }, /* GL_RGB12_EXT */
+ { 36741, 0x00008054 }, /* GL_RGB16 */
+ { 36750, 0x0000881B }, /* GL_RGB16F */
+ { 36760, 0x00008D89 }, /* GL_RGB16I */
+ { 36770, 0x00008D89 }, /* GL_RGB16I_EXT */
+ { 36784, 0x00008D77 }, /* GL_RGB16UI */
+ { 36795, 0x00008D77 }, /* GL_RGB16UI_EXT */
+ { 36810, 0x00008054 }, /* GL_RGB16_EXT */
+ { 36823, 0x00008F9A }, /* GL_RGB16_SNORM */
+ { 36838, 0x0000804E }, /* GL_RGB2_EXT */
+ { 36850, 0x00008815 }, /* GL_RGB32F */
+ { 36860, 0x00008D83 }, /* GL_RGB32I */
+ { 36870, 0x00008D83 }, /* GL_RGB32I_EXT */
+ { 36884, 0x00008D71 }, /* GL_RGB32UI */
+ { 36895, 0x00008D71 }, /* GL_RGB32UI_EXT */
+ { 36910, 0x0000804F }, /* GL_RGB4 */
+ { 36918, 0x0000804F }, /* GL_RGB4_EXT */
+ { 36930, 0x000083A1 }, /* GL_RGB4_S3TC */
+ { 36943, 0x00008050 }, /* GL_RGB5 */
+ { 36951, 0x00008D62 }, /* GL_RGB565 */
+ { 36961, 0x00008D62 }, /* GL_RGB565_OES */
+ { 36975, 0x00008057 }, /* GL_RGB5_A1 */
+ { 36986, 0x00008057 }, /* GL_RGB5_A1_EXT */
+ { 37001, 0x00008057 }, /* GL_RGB5_A1_OES */
+ { 37016, 0x00008050 }, /* GL_RGB5_EXT */
+ { 37028, 0x00008051 }, /* GL_RGB8 */
+ { 37036, 0x00008D8F }, /* GL_RGB8I */
+ { 37045, 0x00008D8F }, /* GL_RGB8I_EXT */
+ { 37058, 0x00008D7D }, /* GL_RGB8UI */
+ { 37068, 0x00008D7D }, /* GL_RGB8UI_EXT */
+ { 37082, 0x00008051 }, /* GL_RGB8_EXT */
+ { 37094, 0x00008051 }, /* GL_RGB8_OES */
+ { 37106, 0x00008F96 }, /* GL_RGB8_SNORM */
+ { 37120, 0x00008C3D }, /* GL_RGB9_E5 */
+ { 37131, 0x00001908 }, /* GL_RGBA */
+ { 37139, 0x0000805A }, /* GL_RGBA12 */
+ { 37149, 0x0000805A }, /* GL_RGBA12_EXT */
+ { 37163, 0x0000805B }, /* GL_RGBA16 */
+ { 37173, 0x0000881A }, /* GL_RGBA16F */
+ { 37184, 0x00008D88 }, /* GL_RGBA16I */
+ { 37195, 0x00008D88 }, /* GL_RGBA16I_EXT */
+ { 37210, 0x00008D76 }, /* GL_RGBA16UI */
+ { 37222, 0x00008D76 }, /* GL_RGBA16UI_EXT */
+ { 37238, 0x0000805B }, /* GL_RGBA16_EXT */
+ { 37252, 0x00008F9B }, /* GL_RGBA16_SNORM */
+ { 37268, 0x00008055 }, /* GL_RGBA2 */
+ { 37277, 0x00008055 }, /* GL_RGBA2_EXT */
+ { 37290, 0x00008814 }, /* GL_RGBA32F */
+ { 37301, 0x00008D82 }, /* GL_RGBA32I */
+ { 37312, 0x00008D82 }, /* GL_RGBA32I_EXT */
+ { 37327, 0x00008D70 }, /* GL_RGBA32UI */
+ { 37339, 0x00008D70 }, /* GL_RGBA32UI_EXT */
+ { 37355, 0x00008056 }, /* GL_RGBA4 */
+ { 37364, 0x000083A5 }, /* GL_RGBA4_DXT5_S3TC */
+ { 37383, 0x00008056 }, /* GL_RGBA4_EXT */
+ { 37396, 0x00008056 }, /* GL_RGBA4_OES */
+ { 37409, 0x000083A3 }, /* GL_RGBA4_S3TC */
+ { 37423, 0x00008058 }, /* GL_RGBA8 */
+ { 37432, 0x00008D8E }, /* GL_RGBA8I */
+ { 37442, 0x00008D8E }, /* GL_RGBA8I_EXT */
+ { 37456, 0x00008D7C }, /* GL_RGBA8UI */
+ { 37467, 0x00008D7C }, /* GL_RGBA8UI_EXT */
+ { 37482, 0x00008058 }, /* GL_RGBA8_EXT */
+ { 37495, 0x00008058 }, /* GL_RGBA8_OES */
+ { 37508, 0x00008F97 }, /* GL_RGBA8_SNORM */
+ { 37523, 0x000083A4 }, /* GL_RGBA_DXT5_S3TC */
+ { 37541, 0x00008820 }, /* GL_RGBA_FLOAT_MODE_ARB */
+ { 37564, 0x00008D99 }, /* GL_RGBA_INTEGER */
+ { 37580, 0x00008D99 }, /* GL_RGBA_INTEGER_EXT */
+ { 37600, 0x00008D9E }, /* GL_RGBA_INTEGER_MODE_EXT */
+ { 37625, 0x00000C31 }, /* GL_RGBA_MODE */
+ { 37638, 0x000083A2 }, /* GL_RGBA_S3TC */
+ { 37651, 0x00008F93 }, /* GL_RGBA_SNORM */
+ { 37665, 0x00008D98 }, /* GL_RGB_INTEGER */
+ { 37680, 0x00008D98 }, /* GL_RGB_INTEGER_EXT */
+ { 37699, 0x000083A0 }, /* GL_RGB_S3TC */
+ { 37711, 0x00008573 }, /* GL_RGB_SCALE */
+ { 37724, 0x00008573 }, /* GL_RGB_SCALE_ARB */
+ { 37741, 0x00008573 }, /* GL_RGB_SCALE_EXT */
+ { 37758, 0x00008F92 }, /* GL_RGB_SNORM */
+ { 37771, 0x00008F91 }, /* GL_RG_SNORM */
+ { 37783, 0x00000407 }, /* GL_RIGHT */
+ { 37792, 0x00002000 }, /* GL_S */
+ { 37797, 0x00008B5D }, /* GL_SAMPLER_1D */
+ { 37811, 0x00008DC0 }, /* GL_SAMPLER_1D_ARRAY */
+ { 37831, 0x00008DC0 }, /* GL_SAMPLER_1D_ARRAY_EXT */
+ { 37855, 0x00008DC3 }, /* GL_SAMPLER_1D_ARRAY_SHADOW */
+ { 37882, 0x00008DC3 }, /* GL_SAMPLER_1D_ARRAY_SHADOW_EXT */
+ { 37913, 0x00008B61 }, /* GL_SAMPLER_1D_SHADOW */
+ { 37934, 0x00008B5E }, /* GL_SAMPLER_2D */
+ { 37948, 0x00008DC1 }, /* GL_SAMPLER_2D_ARRAY */
+ { 37968, 0x00008DC1 }, /* GL_SAMPLER_2D_ARRAY_EXT */
+ { 37992, 0x00008DC4 }, /* GL_SAMPLER_2D_ARRAY_SHADOW */
+ { 38019, 0x00008DC4 }, /* GL_SAMPLER_2D_ARRAY_SHADOW_EXT */
+ { 38050, 0x00008B63 }, /* GL_SAMPLER_2D_RECT */
+ { 38069, 0x00008B64 }, /* GL_SAMPLER_2D_RECT_SHADOW */
+ { 38095, 0x00008B62 }, /* GL_SAMPLER_2D_SHADOW */
+ { 38116, 0x00008B5F }, /* GL_SAMPLER_3D */
+ { 38130, 0x00008B5F }, /* GL_SAMPLER_3D_OES */
+ { 38148, 0x00008919 }, /* GL_SAMPLER_BINDING */
+ { 38167, 0x00008DC2 }, /* GL_SAMPLER_BUFFER */
+ { 38185, 0x00008DC2 }, /* GL_SAMPLER_BUFFER_EXT */
+ { 38207, 0x00008B60 }, /* GL_SAMPLER_CUBE */
+ { 38223, 0x00008DC5 }, /* GL_SAMPLER_CUBE_SHADOW */
+ { 38246, 0x00008DC5 }, /* GL_SAMPLER_CUBE_SHADOW_EXT */
+ { 38273, 0x000080A9 }, /* GL_SAMPLES */
+ { 38284, 0x000086B4 }, /* GL_SAMPLES_3DFX */
+ { 38300, 0x000080A9 }, /* GL_SAMPLES_ARB */
+ { 38315, 0x00008914 }, /* GL_SAMPLES_PASSED */
+ { 38333, 0x00008914 }, /* GL_SAMPLES_PASSED_ARB */
+ { 38355, 0x0000809E }, /* GL_SAMPLE_ALPHA_TO_COVERAGE */
+ { 38383, 0x0000809E }, /* GL_SAMPLE_ALPHA_TO_COVERAGE_ARB */
+ { 38415, 0x0000809F }, /* GL_SAMPLE_ALPHA_TO_ONE */
+ { 38438, 0x0000809F }, /* GL_SAMPLE_ALPHA_TO_ONE_ARB */
+ { 38465, 0x000080A8 }, /* GL_SAMPLE_BUFFERS */
+ { 38483, 0x000086B3 }, /* GL_SAMPLE_BUFFERS_3DFX */
+ { 38506, 0x000080A8 }, /* GL_SAMPLE_BUFFERS_ARB */
+ { 38528, 0x000080A0 }, /* GL_SAMPLE_COVERAGE */
+ { 38547, 0x000080A0 }, /* GL_SAMPLE_COVERAGE_ARB */
+ { 38570, 0x000080AB }, /* GL_SAMPLE_COVERAGE_INVERT */
+ { 38596, 0x000080AB }, /* GL_SAMPLE_COVERAGE_INVERT_ARB */
+ { 38626, 0x000080AA }, /* GL_SAMPLE_COVERAGE_VALUE */
+ { 38651, 0x000080AA }, /* GL_SAMPLE_COVERAGE_VALUE_ARB */
+ { 38680, 0x00080000 }, /* GL_SCISSOR_BIT */
+ { 38695, 0x00000C10 }, /* GL_SCISSOR_BOX */
+ { 38710, 0x00000C11 }, /* GL_SCISSOR_TEST */
+ { 38726, 0x0000845E }, /* GL_SECONDARY_COLOR_ARRAY */
+ { 38751, 0x0000889C }, /* GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING */
+ { 38791, 0x0000889C }, /* GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB */
+ { 38835, 0x0000845D }, /* GL_SECONDARY_COLOR_ARRAY_POINTER */
+ { 38868, 0x0000845A }, /* GL_SECONDARY_COLOR_ARRAY_SIZE */
+ { 38898, 0x0000845C }, /* GL_SECONDARY_COLOR_ARRAY_STRIDE */
+ { 38930, 0x0000845B }, /* GL_SECONDARY_COLOR_ARRAY_TYPE */
+ { 38960, 0x00001C02 }, /* GL_SELECT */
+ { 38970, 0x00000DF3 }, /* GL_SELECTION_BUFFER_POINTER */
+ { 38998, 0x00000DF4 }, /* GL_SELECTION_BUFFER_SIZE */
+ { 39023, 0x00008012 }, /* GL_SEPARABLE_2D */
+ { 39039, 0x00008C8D }, /* GL_SEPARATE_ATTRIBS */
+ { 39059, 0x00008C8D }, /* GL_SEPARATE_ATTRIBS_EXT */
+ { 39083, 0x000081FA }, /* GL_SEPARATE_SPECULAR_COLOR */
+ { 39110, 0x000081FA }, /* GL_SEPARATE_SPECULAR_COLOR_EXT */
+ { 39141, 0x0000150F }, /* GL_SET */
+ { 39148, 0x00008DF8 }, /* GL_SHADER_BINARY_FORMATS */
+ { 39173, 0x00008DFA }, /* GL_SHADER_COMPILER */
+ { 39192, 0x00008B48 }, /* GL_SHADER_OBJECT_ARB */
+ { 39213, 0x00008B88 }, /* GL_SHADER_SOURCE_LENGTH */
+ { 39237, 0x00008B4F }, /* GL_SHADER_TYPE */
+ { 39252, 0x00000B54 }, /* GL_SHADE_MODEL */
+ { 39267, 0x00008B8C }, /* GL_SHADING_LANGUAGE_VERSION */
+ { 39295, 0x000080BF }, /* GL_SHADOW_AMBIENT_SGIX */
+ { 39318, 0x000081FB }, /* GL_SHARED_TEXTURE_PALETTE_EXT */
+ { 39348, 0x00001601 }, /* GL_SHININESS */
+ { 39361, 0x00001402 }, /* GL_SHORT */
+ { 39370, 0x00009119 }, /* GL_SIGNALED */
+ { 39382, 0x00008F9C }, /* GL_SIGNED_NORMALIZED */
+ { 39403, 0x000081F9 }, /* GL_SINGLE_COLOR */
+ { 39419, 0x000081F9 }, /* GL_SINGLE_COLOR_EXT */
+ { 39439, 0x000085CC }, /* GL_SLICE_ACCUM_SUN */
+ { 39458, 0x00008C46 }, /* GL_SLUMINANCE */
+ { 39472, 0x00008C47 }, /* GL_SLUMINANCE8 */
+ { 39487, 0x00008C45 }, /* GL_SLUMINANCE8_ALPHA8 */
+ { 39509, 0x00008C44 }, /* GL_SLUMINANCE_ALPHA */
+ { 39529, 0x00001D01 }, /* GL_SMOOTH */
+ { 39539, 0x00000B23 }, /* GL_SMOOTH_LINE_WIDTH_GRANULARITY */
+ { 39572, 0x00000B22 }, /* GL_SMOOTH_LINE_WIDTH_RANGE */
+ { 39599, 0x00000B13 }, /* GL_SMOOTH_POINT_SIZE_GRANULARITY */
+ { 39632, 0x00000B12 }, /* GL_SMOOTH_POINT_SIZE_RANGE */
+ { 39659, 0x00008588 }, /* GL_SOURCE0_ALPHA */
+ { 39676, 0x00008588 }, /* GL_SOURCE0_ALPHA_ARB */
+ { 39697, 0x00008588 }, /* GL_SOURCE0_ALPHA_EXT */
+ { 39718, 0x00008580 }, /* GL_SOURCE0_RGB */
+ { 39733, 0x00008580 }, /* GL_SOURCE0_RGB_ARB */
+ { 39752, 0x00008580 }, /* GL_SOURCE0_RGB_EXT */
+ { 39771, 0x00008589 }, /* GL_SOURCE1_ALPHA */
+ { 39788, 0x00008589 }, /* GL_SOURCE1_ALPHA_ARB */
+ { 39809, 0x00008589 }, /* GL_SOURCE1_ALPHA_EXT */
+ { 39830, 0x00008581 }, /* GL_SOURCE1_RGB */
+ { 39845, 0x00008581 }, /* GL_SOURCE1_RGB_ARB */
+ { 39864, 0x00008581 }, /* GL_SOURCE1_RGB_EXT */
+ { 39883, 0x0000858A }, /* GL_SOURCE2_ALPHA */
+ { 39900, 0x0000858A }, /* GL_SOURCE2_ALPHA_ARB */
+ { 39921, 0x0000858A }, /* GL_SOURCE2_ALPHA_EXT */
+ { 39942, 0x00008582 }, /* GL_SOURCE2_RGB */
+ { 39957, 0x00008582 }, /* GL_SOURCE2_RGB_ARB */
+ { 39976, 0x00008582 }, /* GL_SOURCE2_RGB_EXT */
+ { 39995, 0x0000858B }, /* GL_SOURCE3_ALPHA_NV */
+ { 40015, 0x00008583 }, /* GL_SOURCE3_RGB_NV */
+ { 40033, 0x00001202 }, /* GL_SPECULAR */
+ { 40045, 0x00002402 }, /* GL_SPHERE_MAP */
+ { 40059, 0x00001206 }, /* GL_SPOT_CUTOFF */
+ { 40074, 0x00001204 }, /* GL_SPOT_DIRECTION */
+ { 40092, 0x00001205 }, /* GL_SPOT_EXPONENT */
+ { 40109, 0x00008588 }, /* GL_SRC0_ALPHA */
+ { 40123, 0x00008580 }, /* GL_SRC0_RGB */
+ { 40135, 0x00008589 }, /* GL_SRC1_ALPHA */
+ { 40149, 0x00008581 }, /* GL_SRC1_RGB */
+ { 40161, 0x0000858A }, /* GL_SRC2_ALPHA */
+ { 40175, 0x00008582 }, /* GL_SRC2_RGB */
+ { 40187, 0x00000302 }, /* GL_SRC_ALPHA */
+ { 40200, 0x00000308 }, /* GL_SRC_ALPHA_SATURATE */
+ { 40222, 0x00000300 }, /* GL_SRC_COLOR */
+ { 40235, 0x00008C40 }, /* GL_SRGB */
+ { 40243, 0x00008C41 }, /* GL_SRGB8 */
+ { 40252, 0x00008C43 }, /* GL_SRGB8_ALPHA8 */
+ { 40268, 0x00008C42 }, /* GL_SRGB_ALPHA */
+ { 40282, 0x00000503 }, /* GL_STACK_OVERFLOW */
+ { 40300, 0x00000504 }, /* GL_STACK_UNDERFLOW */
+ { 40319, 0x000088E6 }, /* GL_STATIC_COPY */
+ { 40334, 0x000088E6 }, /* GL_STATIC_COPY_ARB */
+ { 40353, 0x000088E4 }, /* GL_STATIC_DRAW */
+ { 40368, 0x000088E4 }, /* GL_STATIC_DRAW_ARB */
+ { 40387, 0x000088E5 }, /* GL_STATIC_READ */
+ { 40402, 0x000088E5 }, /* GL_STATIC_READ_ARB */
+ { 40421, 0x00001802 }, /* GL_STENCIL */
+ { 40432, 0x00008D20 }, /* GL_STENCIL_ATTACHMENT */
+ { 40454, 0x00008D20 }, /* GL_STENCIL_ATTACHMENT_EXT */
+ { 40480, 0x00008D20 }, /* GL_STENCIL_ATTACHMENT_OES */
+ { 40506, 0x00008801 }, /* GL_STENCIL_BACK_FAIL */
+ { 40527, 0x00008801 }, /* GL_STENCIL_BACK_FAIL_ATI */
+ { 40552, 0x00008800 }, /* GL_STENCIL_BACK_FUNC */
+ { 40573, 0x00008800 }, /* GL_STENCIL_BACK_FUNC_ATI */
+ { 40598, 0x00008802 }, /* GL_STENCIL_BACK_PASS_DEPTH_FAIL */
+ { 40630, 0x00008802 }, /* GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI */
+ { 40666, 0x00008803 }, /* GL_STENCIL_BACK_PASS_DEPTH_PASS */
+ { 40698, 0x00008803 }, /* GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI */
+ { 40734, 0x00008CA3 }, /* GL_STENCIL_BACK_REF */
+ { 40754, 0x00008CA4 }, /* GL_STENCIL_BACK_VALUE_MASK */
+ { 40781, 0x00008CA5 }, /* GL_STENCIL_BACK_WRITEMASK */
+ { 40807, 0x00000D57 }, /* GL_STENCIL_BITS */
+ { 40823, 0x00008224 }, /* GL_STENCIL_BUFFER */
+ { 40841, 0x00000400 }, /* GL_STENCIL_BUFFER_BIT */
+ { 40863, 0x00000B91 }, /* GL_STENCIL_CLEAR_VALUE */
+ { 40886, 0x00000B94 }, /* GL_STENCIL_FAIL */
+ { 40902, 0x00000B92 }, /* GL_STENCIL_FUNC */
+ { 40918, 0x00001901 }, /* GL_STENCIL_INDEX */
+ { 40935, 0x00008D46 }, /* GL_STENCIL_INDEX1 */
+ { 40953, 0x00008D49 }, /* GL_STENCIL_INDEX16 */
+ { 40972, 0x00008D49 }, /* GL_STENCIL_INDEX16_EXT */
+ { 40995, 0x00008D46 }, /* GL_STENCIL_INDEX1_EXT */
+ { 41017, 0x00008D46 }, /* GL_STENCIL_INDEX1_OES */
+ { 41039, 0x00008D47 }, /* GL_STENCIL_INDEX4 */
+ { 41057, 0x00008D47 }, /* GL_STENCIL_INDEX4_EXT */
+ { 41079, 0x00008D47 }, /* GL_STENCIL_INDEX4_OES */
+ { 41101, 0x00008D48 }, /* GL_STENCIL_INDEX8 */
+ { 41119, 0x00008D48 }, /* GL_STENCIL_INDEX8_EXT */
+ { 41141, 0x00008D48 }, /* GL_STENCIL_INDEX8_OES */
+ { 41163, 0x00008D45 }, /* GL_STENCIL_INDEX_EXT */
+ { 41184, 0x00000B95 }, /* GL_STENCIL_PASS_DEPTH_FAIL */
+ { 41211, 0x00000B96 }, /* GL_STENCIL_PASS_DEPTH_PASS */
+ { 41238, 0x00000B97 }, /* GL_STENCIL_REF */
+ { 41253, 0x00000B90 }, /* GL_STENCIL_TEST */
+ { 41269, 0x00008910 }, /* GL_STENCIL_TEST_TWO_SIDE_EXT */
+ { 41298, 0x00000B93 }, /* GL_STENCIL_VALUE_MASK */
+ { 41320, 0x00000B98 }, /* GL_STENCIL_WRITEMASK */
+ { 41341, 0x00000C33 }, /* GL_STEREO */
+ { 41351, 0x000085BE }, /* GL_STORAGE_CACHED_APPLE */
+ { 41375, 0x000085BD }, /* GL_STORAGE_PRIVATE_APPLE */
+ { 41400, 0x000085BF }, /* GL_STORAGE_SHARED_APPLE */
+ { 41424, 0x000088E2 }, /* GL_STREAM_COPY */
+ { 41439, 0x000088E2 }, /* GL_STREAM_COPY_ARB */
+ { 41458, 0x000088E0 }, /* GL_STREAM_DRAW */
+ { 41473, 0x000088E0 }, /* GL_STREAM_DRAW_ARB */
+ { 41492, 0x000088E1 }, /* GL_STREAM_READ */
+ { 41507, 0x000088E1 }, /* GL_STREAM_READ_ARB */
+ { 41526, 0x00000D50 }, /* GL_SUBPIXEL_BITS */
+ { 41543, 0x000084E7 }, /* GL_SUBTRACT */
+ { 41555, 0x000084E7 }, /* GL_SUBTRACT_ARB */
+ { 41571, 0x00009113 }, /* GL_SYNC_CONDITION */
+ { 41589, 0x00009116 }, /* GL_SYNC_FENCE */
+ { 41603, 0x00009115 }, /* GL_SYNC_FLAGS */
+ { 41617, 0x00000001 }, /* GL_SYNC_FLUSH_COMMANDS_BIT */
+ { 41644, 0x00009117 }, /* GL_SYNC_GPU_COMMANDS_COMPLETE */
+ { 41674, 0x00009114 }, /* GL_SYNC_STATUS */
+ { 41689, 0x00002001 }, /* GL_T */
+ { 41694, 0x00002A2A }, /* GL_T2F_C3F_V3F */
+ { 41709, 0x00002A2C }, /* GL_T2F_C4F_N3F_V3F */
+ { 41728, 0x00002A29 }, /* GL_T2F_C4UB_V3F */
+ { 41744, 0x00002A2B }, /* GL_T2F_N3F_V3F */
+ { 41759, 0x00002A27 }, /* GL_T2F_V3F */
+ { 41770, 0x00002A2D }, /* GL_T4F_C4F_N3F_V4F */
+ { 41789, 0x00002A28 }, /* GL_T4F_V4F */
+ { 41800, 0x00008031 }, /* GL_TABLE_TOO_LARGE_EXT */
+ { 41823, 0x00001702 }, /* GL_TEXTURE */
+ { 41834, 0x000084C0 }, /* GL_TEXTURE0 */
+ { 41846, 0x000084C0 }, /* GL_TEXTURE0_ARB */
+ { 41862, 0x000084C1 }, /* GL_TEXTURE1 */
+ { 41874, 0x000084CA }, /* GL_TEXTURE10 */
+ { 41887, 0x000084CA }, /* GL_TEXTURE10_ARB */
+ { 41904, 0x000084CB }, /* GL_TEXTURE11 */
+ { 41917, 0x000084CB }, /* GL_TEXTURE11_ARB */
+ { 41934, 0x000084CC }, /* GL_TEXTURE12 */
+ { 41947, 0x000084CC }, /* GL_TEXTURE12_ARB */
+ { 41964, 0x000084CD }, /* GL_TEXTURE13 */
+ { 41977, 0x000084CD }, /* GL_TEXTURE13_ARB */
+ { 41994, 0x000084CE }, /* GL_TEXTURE14 */
+ { 42007, 0x000084CE }, /* GL_TEXTURE14_ARB */
+ { 42024, 0x000084CF }, /* GL_TEXTURE15 */
+ { 42037, 0x000084CF }, /* GL_TEXTURE15_ARB */
+ { 42054, 0x000084D0 }, /* GL_TEXTURE16 */
+ { 42067, 0x000084D0 }, /* GL_TEXTURE16_ARB */
+ { 42084, 0x000084D1 }, /* GL_TEXTURE17 */
+ { 42097, 0x000084D1 }, /* GL_TEXTURE17_ARB */
+ { 42114, 0x000084D2 }, /* GL_TEXTURE18 */
+ { 42127, 0x000084D2 }, /* GL_TEXTURE18_ARB */
+ { 42144, 0x000084D3 }, /* GL_TEXTURE19 */
+ { 42157, 0x000084D3 }, /* GL_TEXTURE19_ARB */
+ { 42174, 0x000084C1 }, /* GL_TEXTURE1_ARB */
+ { 42190, 0x000084C2 }, /* GL_TEXTURE2 */
+ { 42202, 0x000084D4 }, /* GL_TEXTURE20 */
+ { 42215, 0x000084D4 }, /* GL_TEXTURE20_ARB */
+ { 42232, 0x000084D5 }, /* GL_TEXTURE21 */
+ { 42245, 0x000084D5 }, /* GL_TEXTURE21_ARB */
+ { 42262, 0x000084D6 }, /* GL_TEXTURE22 */
+ { 42275, 0x000084D6 }, /* GL_TEXTURE22_ARB */
+ { 42292, 0x000084D7 }, /* GL_TEXTURE23 */
+ { 42305, 0x000084D7 }, /* GL_TEXTURE23_ARB */
+ { 42322, 0x000084D8 }, /* GL_TEXTURE24 */
+ { 42335, 0x000084D8 }, /* GL_TEXTURE24_ARB */
+ { 42352, 0x000084D9 }, /* GL_TEXTURE25 */
+ { 42365, 0x000084D9 }, /* GL_TEXTURE25_ARB */
+ { 42382, 0x000084DA }, /* GL_TEXTURE26 */
+ { 42395, 0x000084DA }, /* GL_TEXTURE26_ARB */
+ { 42412, 0x000084DB }, /* GL_TEXTURE27 */
+ { 42425, 0x000084DB }, /* GL_TEXTURE27_ARB */
+ { 42442, 0x000084DC }, /* GL_TEXTURE28 */
+ { 42455, 0x000084DC }, /* GL_TEXTURE28_ARB */
+ { 42472, 0x000084DD }, /* GL_TEXTURE29 */
+ { 42485, 0x000084DD }, /* GL_TEXTURE29_ARB */
+ { 42502, 0x000084C2 }, /* GL_TEXTURE2_ARB */
+ { 42518, 0x000084C3 }, /* GL_TEXTURE3 */
+ { 42530, 0x000084DE }, /* GL_TEXTURE30 */
+ { 42543, 0x000084DE }, /* GL_TEXTURE30_ARB */
+ { 42560, 0x000084DF }, /* GL_TEXTURE31 */
+ { 42573, 0x000084DF }, /* GL_TEXTURE31_ARB */
+ { 42590, 0x000084C3 }, /* GL_TEXTURE3_ARB */
+ { 42606, 0x000084C4 }, /* GL_TEXTURE4 */
+ { 42618, 0x000084C4 }, /* GL_TEXTURE4_ARB */
+ { 42634, 0x000084C5 }, /* GL_TEXTURE5 */
+ { 42646, 0x000084C5 }, /* GL_TEXTURE5_ARB */
+ { 42662, 0x000084C6 }, /* GL_TEXTURE6 */
+ { 42674, 0x000084C6 }, /* GL_TEXTURE6_ARB */
+ { 42690, 0x000084C7 }, /* GL_TEXTURE7 */
+ { 42702, 0x000084C7 }, /* GL_TEXTURE7_ARB */
+ { 42718, 0x000084C8 }, /* GL_TEXTURE8 */
+ { 42730, 0x000084C8 }, /* GL_TEXTURE8_ARB */
+ { 42746, 0x000084C9 }, /* GL_TEXTURE9 */
+ { 42758, 0x000084C9 }, /* GL_TEXTURE9_ARB */
+ { 42774, 0x00000DE0 }, /* GL_TEXTURE_1D */
+ { 42788, 0x00008C18 }, /* GL_TEXTURE_1D_ARRAY */
+ { 42808, 0x00008C18 }, /* GL_TEXTURE_1D_ARRAY_EXT */
+ { 42832, 0x00000DE1 }, /* GL_TEXTURE_2D */
+ { 42846, 0x00008C1A }, /* GL_TEXTURE_2D_ARRAY */
+ { 42866, 0x00008C1A }, /* GL_TEXTURE_2D_ARRAY_EXT */
+ { 42890, 0x0000806F }, /* GL_TEXTURE_3D */
+ { 42904, 0x0000806F }, /* GL_TEXTURE_3D_OES */
+ { 42922, 0x0000805F }, /* GL_TEXTURE_ALPHA_SIZE */
+ { 42944, 0x0000805F }, /* GL_TEXTURE_ALPHA_SIZE_EXT */
+ { 42970, 0x0000813C }, /* GL_TEXTURE_BASE_LEVEL */
+ { 42992, 0x00008068 }, /* GL_TEXTURE_BINDING_1D */
+ { 43014, 0x00008C1C }, /* GL_TEXTURE_BINDING_1D_ARRAY */
+ { 43042, 0x00008C1C }, /* GL_TEXTURE_BINDING_1D_ARRAY_EXT */
+ { 43074, 0x00008069 }, /* GL_TEXTURE_BINDING_2D */
+ { 43096, 0x00008C1D }, /* GL_TEXTURE_BINDING_2D_ARRAY */
+ { 43124, 0x00008C1D }, /* GL_TEXTURE_BINDING_2D_ARRAY_EXT */
+ { 43156, 0x0000806A }, /* GL_TEXTURE_BINDING_3D */
+ { 43178, 0x0000806A }, /* GL_TEXTURE_BINDING_3D_OES */
+ { 43204, 0x00008C2C }, /* GL_TEXTURE_BINDING_BUFFER */
+ { 43230, 0x00008C2C }, /* GL_TEXTURE_BINDING_BUFFER_ARB */
+ { 43260, 0x00008514 }, /* GL_TEXTURE_BINDING_CUBE_MAP */
+ { 43288, 0x00008514 }, /* GL_TEXTURE_BINDING_CUBE_MAP_ARB */
+ { 43320, 0x00008514 }, /* GL_TEXTURE_BINDING_CUBE_MAP_OES */
+ { 43352, 0x000084F6 }, /* GL_TEXTURE_BINDING_RECTANGLE */
+ { 43381, 0x000084F6 }, /* GL_TEXTURE_BINDING_RECTANGLE_ARB */
+ { 43414, 0x000084F6 }, /* GL_TEXTURE_BINDING_RECTANGLE_NV */
+ { 43446, 0x00040000 }, /* GL_TEXTURE_BIT */
+ { 43461, 0x0000805E }, /* GL_TEXTURE_BLUE_SIZE */
+ { 43482, 0x0000805E }, /* GL_TEXTURE_BLUE_SIZE_EXT */
+ { 43507, 0x00001005 }, /* GL_TEXTURE_BORDER */
+ { 43525, 0x00001004 }, /* GL_TEXTURE_BORDER_COLOR */
+ { 43549, 0x00008C2A }, /* GL_TEXTURE_BUFFER */
+ { 43567, 0x00008C2A }, /* GL_TEXTURE_BUFFER_ARB */
+ { 43589, 0x00008C2D }, /* GL_TEXTURE_BUFFER_DATA_STORE_BINDING */
+ { 43626, 0x00008C2D }, /* GL_TEXTURE_BUFFER_DATA_STORE_BINDING_ARB */
+ { 43667, 0x00008C2E }, /* GL_TEXTURE_BUFFER_FORMAT */
+ { 43692, 0x00008C2E }, /* GL_TEXTURE_BUFFER_FORMAT_ARB */
+ { 43721, 0x00008171 }, /* GL_TEXTURE_CLIPMAP_CENTER_SGIX */
+ { 43752, 0x00008176 }, /* GL_TEXTURE_CLIPMAP_DEPTH_SGIX */
+ { 43782, 0x00008172 }, /* GL_TEXTURE_CLIPMAP_FRAME_SGIX */
+ { 43812, 0x00008175 }, /* GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX */
+ { 43847, 0x00008173 }, /* GL_TEXTURE_CLIPMAP_OFFSET_SGIX */
+ { 43878, 0x00008174 }, /* GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX */
+ { 43916, 0x000080BC }, /* GL_TEXTURE_COLOR_TABLE_SGI */
+ { 43943, 0x000081EF }, /* GL_TEXTURE_COLOR_WRITEMASK_SGIS */
+ { 43975, 0x000080BF }, /* GL_TEXTURE_COMPARE_FAIL_VALUE_ARB */
+ { 44009, 0x0000884D }, /* GL_TEXTURE_COMPARE_FUNC */
+ { 44033, 0x0000884D }, /* GL_TEXTURE_COMPARE_FUNC_ARB */
+ { 44061, 0x0000884C }, /* GL_TEXTURE_COMPARE_MODE */
+ { 44085, 0x0000884C }, /* GL_TEXTURE_COMPARE_MODE_ARB */
+ { 44113, 0x0000819B }, /* GL_TEXTURE_COMPARE_OPERATOR_SGIX */
+ { 44146, 0x0000819A }, /* GL_TEXTURE_COMPARE_SGIX */
+ { 44170, 0x00001003 }, /* GL_TEXTURE_COMPONENTS */
+ { 44192, 0x000086A1 }, /* GL_TEXTURE_COMPRESSED */
+ { 44214, 0x000086A1 }, /* GL_TEXTURE_COMPRESSED_ARB */
+ { 44240, 0x000086A3 }, /* GL_TEXTURE_COMPRESSED_FORMATS_ARB */
+ { 44274, 0x000086A0 }, /* GL_TEXTURE_COMPRESSED_IMAGE_SIZE */
+ { 44307, 0x000086A0 }, /* GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB */
+ { 44344, 0x000084EF }, /* GL_TEXTURE_COMPRESSION_HINT */
+ { 44372, 0x000084EF }, /* GL_TEXTURE_COMPRESSION_HINT_ARB */
+ { 44404, 0x00008078 }, /* GL_TEXTURE_COORD_ARRAY */
+ { 44427, 0x0000889A }, /* GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING */
+ { 44465, 0x0000889A }, /* GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB */
+ { 44507, 0x00008092 }, /* GL_TEXTURE_COORD_ARRAY_POINTER */
+ { 44538, 0x00008088 }, /* GL_TEXTURE_COORD_ARRAY_SIZE */
+ { 44566, 0x0000808A }, /* GL_TEXTURE_COORD_ARRAY_STRIDE */
+ { 44596, 0x00008089 }, /* GL_TEXTURE_COORD_ARRAY_TYPE */
+ { 44624, 0x00008B9D }, /* GL_TEXTURE_CROP_RECT_OES */
+ { 44649, 0x00008513 }, /* GL_TEXTURE_CUBE_MAP */
+ { 44669, 0x00008513 }, /* GL_TEXTURE_CUBE_MAP_ARB */
+ { 44693, 0x00008516 }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_X */
+ { 44724, 0x00008516 }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB */
+ { 44759, 0x00008516 }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES */
+ { 44794, 0x00008518 }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Y */
+ { 44825, 0x00008518 }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB */
+ { 44860, 0x00008518 }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES */
+ { 44895, 0x0000851A }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Z */
+ { 44926, 0x0000851A }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB */
+ { 44961, 0x0000851A }, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES */
+ { 44996, 0x00008513 }, /* GL_TEXTURE_CUBE_MAP_OES */
+ { 45020, 0x00008515 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_X */
+ { 45051, 0x00008515 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB */
+ { 45086, 0x00008515 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES */
+ { 45121, 0x00008517 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Y */
+ { 45152, 0x00008517 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB */
+ { 45187, 0x00008517 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES */
+ { 45222, 0x00008519 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Z */
+ { 45253, 0x00008519 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB */
+ { 45288, 0x00008519 }, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES */
+ { 45323, 0x000088F4 }, /* GL_TEXTURE_CUBE_MAP_SEAMLESS */
+ { 45352, 0x00008071 }, /* GL_TEXTURE_DEPTH */
+ { 45369, 0x0000884A }, /* GL_TEXTURE_DEPTH_SIZE */
+ { 45391, 0x0000884A }, /* GL_TEXTURE_DEPTH_SIZE_ARB */
+ { 45417, 0x00002300 }, /* GL_TEXTURE_ENV */
+ { 45432, 0x00002201 }, /* GL_TEXTURE_ENV_COLOR */
+ { 45453, 0x00002200 }, /* GL_TEXTURE_ENV_MODE */
+ { 45473, 0x00008500 }, /* GL_TEXTURE_FILTER_CONTROL */
+ { 45499, 0x00008500 }, /* GL_TEXTURE_FILTER_CONTROL_EXT */
+ { 45529, 0x00002500 }, /* GL_TEXTURE_GEN_MODE */
+ { 45549, 0x00002500 }, /* GL_TEXTURE_GEN_MODE_OES */
+ { 45573, 0x00000C63 }, /* GL_TEXTURE_GEN_Q */
+ { 45590, 0x00000C62 }, /* GL_TEXTURE_GEN_R */
+ { 45607, 0x00000C60 }, /* GL_TEXTURE_GEN_S */
+ { 45624, 0x00008D60 }, /* GL_TEXTURE_GEN_STR_OES */
+ { 45647, 0x00000C61 }, /* GL_TEXTURE_GEN_T */
+ { 45664, 0x0000819D }, /* GL_TEXTURE_GEQUAL_R_SGIX */
+ { 45689, 0x0000805D }, /* GL_TEXTURE_GREEN_SIZE */
+ { 45711, 0x0000805D }, /* GL_TEXTURE_GREEN_SIZE_EXT */
+ { 45737, 0x00001001 }, /* GL_TEXTURE_HEIGHT */
+ { 45755, 0x000080ED }, /* GL_TEXTURE_INDEX_SIZE_EXT */
+ { 45781, 0x00008061 }, /* GL_TEXTURE_INTENSITY_SIZE */
+ { 45807, 0x00008061 }, /* GL_TEXTURE_INTENSITY_SIZE_EXT */
+ { 45837, 0x00001003 }, /* GL_TEXTURE_INTERNAL_FORMAT */
+ { 45864, 0x0000819C }, /* GL_TEXTURE_LEQUAL_R_SGIX */
+ { 45889, 0x00008501 }, /* GL_TEXTURE_LOD_BIAS */
+ { 45909, 0x00008501 }, /* GL_TEXTURE_LOD_BIAS_EXT */
+ { 45933, 0x00008190 }, /* GL_TEXTURE_LOD_BIAS_R_SGIX */
+ { 45960, 0x0000818E }, /* GL_TEXTURE_LOD_BIAS_S_SGIX */
+ { 45987, 0x0000818F }, /* GL_TEXTURE_LOD_BIAS_T_SGIX */
+ { 46014, 0x00008060 }, /* GL_TEXTURE_LUMINANCE_SIZE */
+ { 46040, 0x00008060 }, /* GL_TEXTURE_LUMINANCE_SIZE_EXT */
+ { 46070, 0x00002800 }, /* GL_TEXTURE_MAG_FILTER */
+ { 46092, 0x00000BA8 }, /* GL_TEXTURE_MATRIX */
+ { 46110, 0x0000898F }, /* GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES */
+ { 46150, 0x000084FE }, /* GL_TEXTURE_MAX_ANISOTROPY_EXT */
+ { 46180, 0x0000836B }, /* GL_TEXTURE_MAX_CLAMP_R_SGIX */
+ { 46208, 0x00008369 }, /* GL_TEXTURE_MAX_CLAMP_S_SGIX */
+ { 46236, 0x0000836A }, /* GL_TEXTURE_MAX_CLAMP_T_SGIX */
+ { 46264, 0x0000813D }, /* GL_TEXTURE_MAX_LEVEL */
+ { 46285, 0x0000813B }, /* GL_TEXTURE_MAX_LOD */
+ { 46304, 0x00002801 }, /* GL_TEXTURE_MIN_FILTER */
+ { 46326, 0x0000813A }, /* GL_TEXTURE_MIN_LOD */
+ { 46345, 0x00008066 }, /* GL_TEXTURE_PRIORITY */
+ { 46365, 0x000085B7 }, /* GL_TEXTURE_RANGE_LENGTH_APPLE */
+ { 46395, 0x000085B8 }, /* GL_TEXTURE_RANGE_POINTER_APPLE */
+ { 46426, 0x000084F5 }, /* GL_TEXTURE_RECTANGLE */
+ { 46447, 0x000084F5 }, /* GL_TEXTURE_RECTANGLE_ARB */
+ { 46472, 0x000084F5 }, /* GL_TEXTURE_RECTANGLE_NV */
+ { 46496, 0x0000805C }, /* GL_TEXTURE_RED_SIZE */
+ { 46516, 0x0000805C }, /* GL_TEXTURE_RED_SIZE_EXT */
+ { 46540, 0x00008067 }, /* GL_TEXTURE_RESIDENT */
+ { 46560, 0x00008C3F }, /* GL_TEXTURE_SHARED_SIZE */
+ { 46583, 0x00000BA5 }, /* GL_TEXTURE_STACK_DEPTH */
+ { 46606, 0x000088F1 }, /* GL_TEXTURE_STENCIL_SIZE */
+ { 46630, 0x000088F1 }, /* GL_TEXTURE_STENCIL_SIZE_EXT */
+ { 46658, 0x000085BC }, /* GL_TEXTURE_STORAGE_HINT_APPLE */
+ { 46688, 0x00008065 }, /* GL_TEXTURE_TOO_LARGE_EXT */
+ { 46713, 0x0000888F }, /* GL_TEXTURE_UNSIGNED_REMAP_MODE_NV */
+ { 46747, 0x00001000 }, /* GL_TEXTURE_WIDTH */
+ { 46764, 0x00008072 }, /* GL_TEXTURE_WRAP_R */
+ { 46782, 0x00008072 }, /* GL_TEXTURE_WRAP_R_OES */
+ { 46804, 0x00002802 }, /* GL_TEXTURE_WRAP_S */
+ { 46822, 0x00002803 }, /* GL_TEXTURE_WRAP_T */
+ { 46840, 0x0000911B }, /* GL_TIMEOUT_EXPIRED */
+ { 46859, 0x000088BF }, /* GL_TIME_ELAPSED_EXT */
+ { 46879, 0x00008648 }, /* GL_TRACK_MATRIX_NV */
+ { 46898, 0x00008649 }, /* GL_TRACK_MATRIX_TRANSFORM_NV */
+ { 46927, 0x00001000 }, /* GL_TRANSFORM_BIT */
+ { 46944, 0x00008E22 }, /* GL_TRANSFORM_FEEDBACK */
+ { 46966, 0x00008E25 }, /* GL_TRANSFORM_FEEDBACK_BINDING */
+ { 46996, 0x00008C8E }, /* GL_TRANSFORM_FEEDBACK_BUFFER */
+ { 47025, 0x00008E24 }, /* GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE */
+ { 47061, 0x00008C8F }, /* GL_TRANSFORM_FEEDBACK_BUFFER_BINDING */
+ { 47098, 0x00008C8F }, /* GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_EXT */
+ { 47139, 0x00008C8E }, /* GL_TRANSFORM_FEEDBACK_BUFFER_EXT */
+ { 47172, 0x00008C7F }, /* GL_TRANSFORM_FEEDBACK_BUFFER_MODE */
+ { 47206, 0x00008C7F }, /* GL_TRANSFORM_FEEDBACK_BUFFER_MODE_EXT */
+ { 47244, 0x00008E23 }, /* GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED */
+ { 47280, 0x00008C85 }, /* GL_TRANSFORM_FEEDBACK_BUFFER_SIZE */
+ { 47314, 0x00008C85 }, /* GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_EXT */
+ { 47352, 0x00008C84 }, /* GL_TRANSFORM_FEEDBACK_BUFFER_START */
+ { 47387, 0x00008C84 }, /* GL_TRANSFORM_FEEDBACK_BUFFER_START_EXT */
+ { 47426, 0x00008C88 }, /* GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN */
+ { 47467, 0x00008C88 }, /* GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_EXT */
+ { 47512, 0x00008C83 }, /* GL_TRANSFORM_FEEDBACK_VARYINGS */
+ { 47543, 0x00008C83 }, /* GL_TRANSFORM_FEEDBACK_VARYINGS_EXT */
+ { 47578, 0x00008C76 }, /* GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH */
+ { 47619, 0x00008C76 }, /* GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH_EXT */
+ { 47664, 0x000084E6 }, /* GL_TRANSPOSE_COLOR_MATRIX */
+ { 47690, 0x000084E6 }, /* GL_TRANSPOSE_COLOR_MATRIX_ARB */
+ { 47720, 0x000088B7 }, /* GL_TRANSPOSE_CURRENT_MATRIX_ARB */
+ { 47752, 0x000084E3 }, /* GL_TRANSPOSE_MODELVIEW_MATRIX */
+ { 47782, 0x000084E3 }, /* GL_TRANSPOSE_MODELVIEW_MATRIX_ARB */
+ { 47816, 0x0000862C }, /* GL_TRANSPOSE_NV */
+ { 47832, 0x000084E4 }, /* GL_TRANSPOSE_PROJECTION_MATRIX */
+ { 47863, 0x000084E4 }, /* GL_TRANSPOSE_PROJECTION_MATRIX_ARB */
+ { 47898, 0x000084E5 }, /* GL_TRANSPOSE_TEXTURE_MATRIX */
+ { 47926, 0x000084E5 }, /* GL_TRANSPOSE_TEXTURE_MATRIX_ARB */
+ { 47958, 0x00000004 }, /* GL_TRIANGLES */
+ { 47971, 0x0000000C }, /* GL_TRIANGLES_ADJACENCY */
+ { 47994, 0x0000000C }, /* GL_TRIANGLES_ADJACENCY_ARB */
+ { 48021, 0x00000006 }, /* GL_TRIANGLE_FAN */
+ { 48037, 0x00008615 }, /* GL_TRIANGLE_MESH_SUN */
+ { 48058, 0x00000005 }, /* GL_TRIANGLE_STRIP */
+ { 48076, 0x0000000D }, /* GL_TRIANGLE_STRIP_ADJACENCY */
+ { 48104, 0x0000000D }, /* GL_TRIANGLE_STRIP_ADJACENCY_ARB */
+ { 48136, 0x00000001 }, /* GL_TRUE */
+ { 48144, 0x00008A1C }, /* GL_UNDEFINED_APPLE */
+ { 48163, 0x00008255 }, /* GL_UNKNOWN_CONTEXT_RESET_ARB */
+ { 48192, 0x00000CF5 }, /* GL_UNPACK_ALIGNMENT */
+ { 48212, 0x0000806E }, /* GL_UNPACK_IMAGE_HEIGHT */
+ { 48235, 0x00000CF1 }, /* GL_UNPACK_LSB_FIRST */
+ { 48255, 0x00000CF2 }, /* GL_UNPACK_ROW_LENGTH */
+ { 48276, 0x0000806D }, /* GL_UNPACK_SKIP_IMAGES */
+ { 48298, 0x00000CF4 }, /* GL_UNPACK_SKIP_PIXELS */
+ { 48320, 0x00000CF3 }, /* GL_UNPACK_SKIP_ROWS */
+ { 48340, 0x00000CF0 }, /* GL_UNPACK_SWAP_BYTES */
+ { 48361, 0x00009118 }, /* GL_UNSIGNALED */
+ { 48375, 0x00001401 }, /* GL_UNSIGNED_BYTE */
+ { 48392, 0x00008362 }, /* GL_UNSIGNED_BYTE_2_3_3_REV */
+ { 48419, 0x00008032 }, /* GL_UNSIGNED_BYTE_3_3_2 */
+ { 48442, 0x00001405 }, /* GL_UNSIGNED_INT */
+ { 48458, 0x00008C3B }, /* GL_UNSIGNED_INT_10F_11F_11F_REV */
+ { 48490, 0x00008036 }, /* GL_UNSIGNED_INT_10_10_10_2 */
+ { 48517, 0x00008DF6 }, /* GL_UNSIGNED_INT_10_10_10_2_OES */
+ { 48548, 0x000084FA }, /* GL_UNSIGNED_INT_24_8 */
+ { 48569, 0x000084FA }, /* GL_UNSIGNED_INT_24_8_EXT */
+ { 48594, 0x000084FA }, /* GL_UNSIGNED_INT_24_8_NV */
+ { 48618, 0x000084FA }, /* GL_UNSIGNED_INT_24_8_OES */
+ { 48643, 0x00008368 }, /* GL_UNSIGNED_INT_2_10_10_10_REV */
+ { 48674, 0x00008368 }, /* GL_UNSIGNED_INT_2_10_10_10_REV_EXT */
+ { 48709, 0x00008C3E }, /* GL_UNSIGNED_INT_5_9_9_9_REV */
+ { 48737, 0x00008035 }, /* GL_UNSIGNED_INT_8_8_8_8 */
+ { 48761, 0x00008367 }, /* GL_UNSIGNED_INT_8_8_8_8_REV */
+ { 48789, 0x00008DD1 }, /* GL_UNSIGNED_INT_SAMPLER_1D */
+ { 48816, 0x00008DD6 }, /* GL_UNSIGNED_INT_SAMPLER_1D_ARRAY */
+ { 48849, 0x00008DD6 }, /* GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT */
+ { 48886, 0x00008DD1 }, /* GL_UNSIGNED_INT_SAMPLER_1D_EXT */
+ { 48917, 0x00008DD2 }, /* GL_UNSIGNED_INT_SAMPLER_2D */
+ { 48944, 0x00008DD7 }, /* GL_UNSIGNED_INT_SAMPLER_2D_ARRAY */
+ { 48977, 0x00008DD7 }, /* GL_UNSIGNED_INT_SAMPLER_2D_ARRAY_EXT */
+ { 49014, 0x00008DD2 }, /* GL_UNSIGNED_INT_SAMPLER_2D_EXT */
+ { 49045, 0x00008DD5 }, /* GL_UNSIGNED_INT_SAMPLER_2D_RECT */
+ { 49077, 0x00008DD5 }, /* GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT */
+ { 49113, 0x00008DD3 }, /* GL_UNSIGNED_INT_SAMPLER_3D */
+ { 49140, 0x00008DD3 }, /* GL_UNSIGNED_INT_SAMPLER_3D_EXT */
+ { 49171, 0x00008DD8 }, /* GL_UNSIGNED_INT_SAMPLER_BUFFER */
+ { 49202, 0x00008DD8 }, /* GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT */
+ { 49237, 0x00008DD4 }, /* GL_UNSIGNED_INT_SAMPLER_CUBE */
+ { 49266, 0x00008DD4 }, /* GL_UNSIGNED_INT_SAMPLER_CUBE_EXT */
+ { 49299, 0x00008DC6 }, /* GL_UNSIGNED_INT_VEC2 */
+ { 49320, 0x00008DC6 }, /* GL_UNSIGNED_INT_VEC2_EXT */
+ { 49345, 0x00008DC7 }, /* GL_UNSIGNED_INT_VEC3 */
+ { 49366, 0x00008DC7 }, /* GL_UNSIGNED_INT_VEC3_EXT */
+ { 49391, 0x00008DC8 }, /* GL_UNSIGNED_INT_VEC4 */
+ { 49412, 0x00008DC8 }, /* GL_UNSIGNED_INT_VEC4_EXT */
+ { 49437, 0x00008C17 }, /* GL_UNSIGNED_NORMALIZED */
+ { 49460, 0x00001403 }, /* GL_UNSIGNED_SHORT */
+ { 49478, 0x00008366 }, /* GL_UNSIGNED_SHORT_1_5_5_5_REV */
+ { 49508, 0x00008366 }, /* GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT */
+ { 49542, 0x00008033 }, /* GL_UNSIGNED_SHORT_4_4_4_4 */
+ { 49568, 0x00008365 }, /* GL_UNSIGNED_SHORT_4_4_4_4_REV */
+ { 49598, 0x00008365 }, /* GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT */
+ { 49632, 0x00008034 }, /* GL_UNSIGNED_SHORT_5_5_5_1 */
+ { 49658, 0x00008363 }, /* GL_UNSIGNED_SHORT_5_6_5 */
+ { 49682, 0x00008364 }, /* GL_UNSIGNED_SHORT_5_6_5_REV */
+ { 49710, 0x000085BA }, /* GL_UNSIGNED_SHORT_8_8_APPLE */
+ { 49738, 0x000085BA }, /* GL_UNSIGNED_SHORT_8_8_MESA */
+ { 49765, 0x000085BB }, /* GL_UNSIGNED_SHORT_8_8_REV_APPLE */
+ { 49797, 0x000085BB }, /* GL_UNSIGNED_SHORT_8_8_REV_MESA */
+ { 49828, 0x00008CA2 }, /* GL_UPPER_LEFT */
+ { 49842, 0x00002A20 }, /* GL_V2F */
+ { 49849, 0x00002A21 }, /* GL_V3F */
+ { 49856, 0x00008B83 }, /* GL_VALIDATE_STATUS */
+ { 49875, 0x00001F00 }, /* GL_VENDOR */
+ { 49885, 0x00001F02 }, /* GL_VERSION */
+ { 49896, 0x00008074 }, /* GL_VERTEX_ARRAY */
+ { 49912, 0x000085B5 }, /* GL_VERTEX_ARRAY_BINDING */
+ { 49936, 0x000085B5 }, /* GL_VERTEX_ARRAY_BINDING_APPLE */
+ { 49966, 0x00008896 }, /* GL_VERTEX_ARRAY_BUFFER_BINDING */
+ { 49997, 0x00008896 }, /* GL_VERTEX_ARRAY_BUFFER_BINDING_ARB */
+ { 50032, 0x0000808E }, /* GL_VERTEX_ARRAY_POINTER */
+ { 50056, 0x0000807A }, /* GL_VERTEX_ARRAY_SIZE */
+ { 50077, 0x0000807C }, /* GL_VERTEX_ARRAY_STRIDE */
+ { 50100, 0x0000807B }, /* GL_VERTEX_ARRAY_TYPE */
+ { 50121, 0x00008650 }, /* GL_VERTEX_ATTRIB_ARRAY0_NV */
+ { 50148, 0x0000865A }, /* GL_VERTEX_ATTRIB_ARRAY10_NV */
+ { 50176, 0x0000865B }, /* GL_VERTEX_ATTRIB_ARRAY11_NV */
+ { 50204, 0x0000865C }, /* GL_VERTEX_ATTRIB_ARRAY12_NV */
+ { 50232, 0x0000865D }, /* GL_VERTEX_ATTRIB_ARRAY13_NV */
+ { 50260, 0x0000865E }, /* GL_VERTEX_ATTRIB_ARRAY14_NV */
+ { 50288, 0x0000865F }, /* GL_VERTEX_ATTRIB_ARRAY15_NV */
+ { 50316, 0x00008651 }, /* GL_VERTEX_ATTRIB_ARRAY1_NV */
+ { 50343, 0x00008652 }, /* GL_VERTEX_ATTRIB_ARRAY2_NV */
+ { 50370, 0x00008653 }, /* GL_VERTEX_ATTRIB_ARRAY3_NV */
+ { 50397, 0x00008654 }, /* GL_VERTEX_ATTRIB_ARRAY4_NV */
+ { 50424, 0x00008655 }, /* GL_VERTEX_ATTRIB_ARRAY5_NV */
+ { 50451, 0x00008656 }, /* GL_VERTEX_ATTRIB_ARRAY6_NV */
+ { 50478, 0x00008657 }, /* GL_VERTEX_ATTRIB_ARRAY7_NV */
+ { 50505, 0x00008658 }, /* GL_VERTEX_ATTRIB_ARRAY8_NV */
+ { 50532, 0x00008659 }, /* GL_VERTEX_ATTRIB_ARRAY9_NV */
+ { 50559, 0x0000889F }, /* GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING */
+ { 50597, 0x0000889F }, /* GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB */
+ { 50639, 0x000088FE }, /* GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB */
+ { 50674, 0x00008622 }, /* GL_VERTEX_ATTRIB_ARRAY_ENABLED */
+ { 50705, 0x00008622 }, /* GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB */
+ { 50740, 0x000088FD }, /* GL_VERTEX_ATTRIB_ARRAY_INTEGER */
+ { 50771, 0x000088FD }, /* GL_VERTEX_ATTRIB_ARRAY_INTEGER_EXT */
+ { 50806, 0x0000886A }, /* GL_VERTEX_ATTRIB_ARRAY_NORMALIZED */
+ { 50840, 0x0000886A }, /* GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB */
+ { 50878, 0x00008645 }, /* GL_VERTEX_ATTRIB_ARRAY_POINTER */
+ { 50909, 0x00008645 }, /* GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB */
+ { 50944, 0x00008623 }, /* GL_VERTEX_ATTRIB_ARRAY_SIZE */
+ { 50972, 0x00008623 }, /* GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB */
+ { 51004, 0x00008624 }, /* GL_VERTEX_ATTRIB_ARRAY_STRIDE */
+ { 51034, 0x00008624 }, /* GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB */
+ { 51068, 0x00008625 }, /* GL_VERTEX_ATTRIB_ARRAY_TYPE */
+ { 51096, 0x00008625 }, /* GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB */
+ { 51128, 0x000086A7 }, /* GL_VERTEX_BLEND_ARB */
+ { 51148, 0x00008620 }, /* GL_VERTEX_PROGRAM_ARB */
+ { 51170, 0x0000864A }, /* GL_VERTEX_PROGRAM_BINDING_NV */
+ { 51199, 0x00008620 }, /* GL_VERTEX_PROGRAM_NV */
+ { 51220, 0x00008642 }, /* GL_VERTEX_PROGRAM_POINT_SIZE */
+ { 51249, 0x00008642 }, /* GL_VERTEX_PROGRAM_POINT_SIZE_ARB */
+ { 51282, 0x00008642 }, /* GL_VERTEX_PROGRAM_POINT_SIZE_NV */
+ { 51314, 0x00008643 }, /* GL_VERTEX_PROGRAM_TWO_SIDE */
+ { 51341, 0x00008643 }, /* GL_VERTEX_PROGRAM_TWO_SIDE_ARB */
+ { 51372, 0x00008643 }, /* GL_VERTEX_PROGRAM_TWO_SIDE_NV */
+ { 51402, 0x00008B31 }, /* GL_VERTEX_SHADER */
+ { 51419, 0x00008B31 }, /* GL_VERTEX_SHADER_ARB */
+ { 51440, 0x00008621 }, /* GL_VERTEX_STATE_PROGRAM_NV */
+ { 51467, 0x00000BA2 }, /* GL_VIEWPORT */
+ { 51479, 0x00000800 }, /* GL_VIEWPORT_BIT */
+ { 51495, 0x00008A1A }, /* GL_VOLATILE_APPLE */
+ { 51513, 0x0000911D }, /* GL_WAIT_FAILED */
+ { 51528, 0x000086AD }, /* GL_WEIGHT_ARRAY_ARB */
+ { 51548, 0x0000889E }, /* GL_WEIGHT_ARRAY_BUFFER_BINDING */
+ { 51579, 0x0000889E }, /* GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB */
+ { 51614, 0x0000889E }, /* GL_WEIGHT_ARRAY_BUFFER_BINDING_OES */
+ { 51649, 0x000086AD }, /* GL_WEIGHT_ARRAY_OES */
+ { 51669, 0x000086AC }, /* GL_WEIGHT_ARRAY_POINTER_ARB */
+ { 51697, 0x000086AC }, /* GL_WEIGHT_ARRAY_POINTER_OES */
+ { 51725, 0x000086AB }, /* GL_WEIGHT_ARRAY_SIZE_ARB */
+ { 51750, 0x000086AB }, /* GL_WEIGHT_ARRAY_SIZE_OES */
+ { 51775, 0x000086AA }, /* GL_WEIGHT_ARRAY_STRIDE_ARB */
+ { 51802, 0x000086AA }, /* GL_WEIGHT_ARRAY_STRIDE_OES */
+ { 51829, 0x000086A9 }, /* GL_WEIGHT_ARRAY_TYPE_ARB */
+ { 51854, 0x000086A9 }, /* GL_WEIGHT_ARRAY_TYPE_OES */
+ { 51879, 0x000086A6 }, /* GL_WEIGHT_SUM_UNITY_ARB */
+ { 51903, 0x000081D4 }, /* GL_WRAP_BORDER_SUN */
+ { 51922, 0x000088B9 }, /* GL_WRITE_ONLY */
+ { 51936, 0x000088B9 }, /* GL_WRITE_ONLY_ARB */
+ { 51954, 0x000088B9 }, /* GL_WRITE_ONLY_OES */
+ { 51972, 0x00001506 }, /* GL_XOR */
+ { 51979, 0x000085B9 }, /* GL_YCBCR_422_APPLE */
+ { 51998, 0x00008757 }, /* GL_YCBCR_MESA */
+ { 52012, 0x00000000 }, /* GL_ZERO */
+ { 52020, 0x00000D16 }, /* GL_ZOOM_X */
+ { 52030, 0x00000D17 }, /* GL_ZOOM_Y */
};
-static const unsigned reduced_enums[1563] =
+static const unsigned reduced_enums[1564] =
{
539, /* GL_FALSE */
- 834, /* GL_LINES */
- 838, /* GL_LINE_LOOP */
- 845, /* GL_LINE_STRIP */
- 2156, /* GL_TRIANGLES */
- 2161, /* GL_TRIANGLE_STRIP */
- 2159, /* GL_TRIANGLE_FAN */
- 1521, /* GL_QUADS */
- 1525, /* GL_QUAD_STRIP */
- 1389, /* GL_POLYGON */
- 835, /* GL_LINES_ADJACENCY */
- 846, /* GL_LINE_STRIP_ADJACENCY */
- 2157, /* GL_TRIANGLES_ADJACENCY */
- 2162, /* GL_TRIANGLE_STRIP_ADJACENCY */
- 1401, /* GL_POLYGON_STIPPLE_BIT */
- 1344, /* GL_PIXEL_MODE_BIT */
- 821, /* GL_LIGHTING_BIT */
+ 835, /* GL_LINES */
+ 839, /* GL_LINE_LOOP */
+ 846, /* GL_LINE_STRIP */
+ 2157, /* GL_TRIANGLES */
+ 2162, /* GL_TRIANGLE_STRIP */
+ 2160, /* GL_TRIANGLE_FAN */
+ 1522, /* GL_QUADS */
+ 1526, /* GL_QUAD_STRIP */
+ 1390, /* GL_POLYGON */
+ 836, /* GL_LINES_ADJACENCY */
+ 847, /* GL_LINE_STRIP_ADJACENCY */
+ 2158, /* GL_TRIANGLES_ADJACENCY */
+ 2163, /* GL_TRIANGLE_STRIP_ADJACENCY */
+ 1402, /* GL_POLYGON_STIPPLE_BIT */
+ 1345, /* GL_PIXEL_MODE_BIT */
+ 822, /* GL_LIGHTING_BIT */
573, /* GL_FOG_BIT */
8, /* GL_ACCUM */
- 857, /* GL_LOAD */
- 1611, /* GL_RETURN */
- 1209, /* GL_MULT */
+ 858, /* GL_LOAD */
+ 1612, /* GL_RETURN */
+ 1210, /* GL_MULT */
24, /* GL_ADD */
- 1225, /* GL_NEVER */
- 811, /* GL_LESS */
+ 1226, /* GL_NEVER */
+ 812, /* GL_LESS */
529, /* GL_EQUAL */
- 810, /* GL_LEQUAL */
+ 811, /* GL_LEQUAL */
696, /* GL_GREATER */
- 1242, /* GL_NOTEQUAL */
+ 1243, /* GL_NOTEQUAL */
695, /* GL_GEQUAL */
55, /* GL_ALWAYS */
- 1820, /* GL_SRC_COLOR */
- 1277, /* GL_ONE_MINUS_SRC_COLOR */
- 1818, /* GL_SRC_ALPHA */
- 1276, /* GL_ONE_MINUS_SRC_ALPHA */
+ 1821, /* GL_SRC_COLOR */
+ 1278, /* GL_ONE_MINUS_SRC_COLOR */
+ 1819, /* GL_SRC_ALPHA */
+ 1277, /* GL_ONE_MINUS_SRC_ALPHA */
508, /* GL_DST_ALPHA */
- 1274, /* GL_ONE_MINUS_DST_ALPHA */
+ 1275, /* GL_ONE_MINUS_DST_ALPHA */
509, /* GL_DST_COLOR */
- 1275, /* GL_ONE_MINUS_DST_COLOR */
- 1819, /* GL_SRC_ALPHA_SATURATE */
+ 1276, /* GL_ONE_MINUS_DST_COLOR */
+ 1820, /* GL_SRC_ALPHA_SATURATE */
672, /* GL_FRONT_LEFT */
673, /* GL_FRONT_RIGHT */
77, /* GL_BACK_LEFT */
78, /* GL_BACK_RIGHT */
669, /* GL_FRONT */
76, /* GL_BACK */
- 809, /* GL_LEFT */
- 1701, /* GL_RIGHT */
+ 810, /* GL_LEFT */
+ 1702, /* GL_RIGHT */
670, /* GL_FRONT_AND_BACK */
71, /* GL_AUX0 */
72, /* GL_AUX1 */
73, /* GL_AUX2 */
74, /* GL_AUX3 */
- 797, /* GL_INVALID_ENUM */
- 802, /* GL_INVALID_VALUE */
- 801, /* GL_INVALID_OPERATION */
- 1825, /* GL_STACK_OVERFLOW */
- 1826, /* GL_STACK_UNDERFLOW */
- 1302, /* GL_OUT_OF_MEMORY */
- 798, /* GL_INVALID_FRAMEBUFFER_OPERATION */
+ 798, /* GL_INVALID_ENUM */
+ 803, /* GL_INVALID_VALUE */
+ 802, /* GL_INVALID_OPERATION */
+ 1826, /* GL_STACK_OVERFLOW */
+ 1827, /* GL_STACK_UNDERFLOW */
+ 1303, /* GL_OUT_OF_MEMORY */
+ 799, /* GL_INVALID_FRAMEBUFFER_OPERATION */
0, /* GL_2D */
2, /* GL_3D */
3, /* GL_3D_COLOR */
4, /* GL_3D_COLOR_TEXTURE */
6, /* GL_4D_COLOR_TEXTURE */
- 1322, /* GL_PASS_THROUGH_TOKEN */
- 1388, /* GL_POINT_TOKEN */
- 848, /* GL_LINE_TOKEN */
- 1402, /* GL_POLYGON_TOKEN */
+ 1323, /* GL_PASS_THROUGH_TOKEN */
+ 1389, /* GL_POINT_TOKEN */
+ 849, /* GL_LINE_TOKEN */
+ 1403, /* GL_POLYGON_TOKEN */
87, /* GL_BITMAP_TOKEN */
507, /* GL_DRAW_PIXEL_TOKEN */
353, /* GL_COPY_PIXEL_TOKEN */
- 839, /* GL_LINE_RESET_TOKEN */
+ 840, /* GL_LINE_RESET_TOKEN */
532, /* GL_EXP */
533, /* GL_EXP2 */
390, /* GL_CW */
154, /* GL_CCW */
187, /* GL_COEFF */
- 1299, /* GL_ORDER */
+ 1300, /* GL_ORDER */
444, /* GL_DOMAIN */
363, /* GL_CURRENT_COLOR */
366, /* GL_CURRENT_INDEX */
@@ -4769,33 +4771,33 @@ static const unsigned reduced_enums[1563] =
381, /* GL_CURRENT_RASTER_POSITION */
382, /* GL_CURRENT_RASTER_POSITION_VALID */
379, /* GL_CURRENT_RASTER_DISTANCE */
- 1380, /* GL_POINT_SMOOTH */
- 1364, /* GL_POINT_SIZE */
- 1379, /* GL_POINT_SIZE_RANGE */
- 1370, /* GL_POINT_SIZE_GRANULARITY */
- 840, /* GL_LINE_SMOOTH */
- 849, /* GL_LINE_WIDTH */
- 851, /* GL_LINE_WIDTH_RANGE */
- 850, /* GL_LINE_WIDTH_GRANULARITY */
- 842, /* GL_LINE_STIPPLE */
- 843, /* GL_LINE_STIPPLE_PATTERN */
- 844, /* GL_LINE_STIPPLE_REPEAT */
- 856, /* GL_LIST_MODE */
- 1064, /* GL_MAX_LIST_NESTING */
- 853, /* GL_LIST_BASE */
- 855, /* GL_LIST_INDEX */
- 1391, /* GL_POLYGON_MODE */
- 1398, /* GL_POLYGON_SMOOTH */
- 1400, /* GL_POLYGON_STIPPLE */
+ 1381, /* GL_POINT_SMOOTH */
+ 1365, /* GL_POINT_SIZE */
+ 1380, /* GL_POINT_SIZE_RANGE */
+ 1371, /* GL_POINT_SIZE_GRANULARITY */
+ 841, /* GL_LINE_SMOOTH */
+ 850, /* GL_LINE_WIDTH */
+ 852, /* GL_LINE_WIDTH_RANGE */
+ 851, /* GL_LINE_WIDTH_GRANULARITY */
+ 843, /* GL_LINE_STIPPLE */
+ 844, /* GL_LINE_STIPPLE_PATTERN */
+ 845, /* GL_LINE_STIPPLE_REPEAT */
+ 857, /* GL_LIST_MODE */
+ 1065, /* GL_MAX_LIST_NESTING */
+ 854, /* GL_LIST_BASE */
+ 856, /* GL_LIST_INDEX */
+ 1392, /* GL_POLYGON_MODE */
+ 1399, /* GL_POLYGON_SMOOTH */
+ 1401, /* GL_POLYGON_STIPPLE */
518, /* GL_EDGE_FLAG */
356, /* GL_CULL_FACE */
357, /* GL_CULL_FACE_MODE */
671, /* GL_FRONT_FACE */
- 820, /* GL_LIGHTING */
- 825, /* GL_LIGHT_MODEL_LOCAL_VIEWER */
- 826, /* GL_LIGHT_MODEL_TWO_SIDE */
- 822, /* GL_LIGHT_MODEL_AMBIENT */
- 1767, /* GL_SHADE_MODEL */
+ 821, /* GL_LIGHTING */
+ 826, /* GL_LIGHT_MODEL_LOCAL_VIEWER */
+ 827, /* GL_LIGHT_MODEL_TWO_SIDE */
+ 823, /* GL_LIGHT_MODEL_AMBIENT */
+ 1768, /* GL_SHADE_MODEL */
235, /* GL_COLOR_MATERIAL_FACE */
236, /* GL_COLOR_MATERIAL_PARAMETER */
234, /* GL_COLOR_MATERIAL */
@@ -4812,24 +4814,24 @@ static const unsigned reduced_enums[1563] =
414, /* GL_DEPTH_CLEAR_VALUE */
428, /* GL_DEPTH_FUNC */
12, /* GL_ACCUM_CLEAR_VALUE */
- 1870, /* GL_STENCIL_TEST */
- 1851, /* GL_STENCIL_CLEAR_VALUE */
- 1853, /* GL_STENCIL_FUNC */
- 1872, /* GL_STENCIL_VALUE_MASK */
- 1852, /* GL_STENCIL_FAIL */
- 1867, /* GL_STENCIL_PASS_DEPTH_FAIL */
- 1868, /* GL_STENCIL_PASS_DEPTH_PASS */
- 1869, /* GL_STENCIL_REF */
- 1873, /* GL_STENCIL_WRITEMASK */
- 1014, /* GL_MATRIX_MODE */
- 1231, /* GL_NORMALIZE */
- 2289, /* GL_VIEWPORT */
- 1204, /* GL_MODELVIEW_STACK_DEPTH */
- 1495, /* GL_PROJECTION_STACK_DEPTH */
- 2110, /* GL_TEXTURE_STACK_DEPTH */
- 1201, /* GL_MODELVIEW_MATRIX */
- 1493, /* GL_PROJECTION_MATRIX */
- 2090, /* GL_TEXTURE_MATRIX */
+ 1871, /* GL_STENCIL_TEST */
+ 1852, /* GL_STENCIL_CLEAR_VALUE */
+ 1854, /* GL_STENCIL_FUNC */
+ 1873, /* GL_STENCIL_VALUE_MASK */
+ 1853, /* GL_STENCIL_FAIL */
+ 1868, /* GL_STENCIL_PASS_DEPTH_FAIL */
+ 1869, /* GL_STENCIL_PASS_DEPTH_PASS */
+ 1870, /* GL_STENCIL_REF */
+ 1874, /* GL_STENCIL_WRITEMASK */
+ 1015, /* GL_MATRIX_MODE */
+ 1232, /* GL_NORMALIZE */
+ 2290, /* GL_VIEWPORT */
+ 1205, /* GL_MODELVIEW_STACK_DEPTH */
+ 1496, /* GL_PROJECTION_STACK_DEPTH */
+ 2111, /* GL_TEXTURE_STACK_DEPTH */
+ 1202, /* GL_MODELVIEW_MATRIX */
+ 1494, /* GL_PROJECTION_MATRIX */
+ 2091, /* GL_TEXTURE_MATRIX */
69, /* GL_ATTRIB_STACK_DEPTH */
169, /* GL_CLIENT_ATTRIB_STACK_DEPTH */
51, /* GL_ALPHA_TEST */
@@ -4839,72 +4841,72 @@ static const unsigned reduced_enums[1563] =
91, /* GL_BLEND_DST */
105, /* GL_BLEND_SRC */
88, /* GL_BLEND */
- 859, /* GL_LOGIC_OP_MODE */
+ 860, /* GL_LOGIC_OP_MODE */
745, /* GL_INDEX_LOGIC_OP */
233, /* GL_COLOR_LOGIC_OP */
75, /* GL_AUX_BUFFERS */
454, /* GL_DRAW_BUFFER */
- 1548, /* GL_READ_BUFFER */
- 1744, /* GL_SCISSOR_BOX */
- 1745, /* GL_SCISSOR_TEST */
+ 1549, /* GL_READ_BUFFER */
+ 1745, /* GL_SCISSOR_BOX */
+ 1746, /* GL_SCISSOR_TEST */
744, /* GL_INDEX_CLEAR_VALUE */
749, /* GL_INDEX_WRITEMASK */
230, /* GL_COLOR_CLEAR_VALUE */
272, /* GL_COLOR_WRITEMASK */
746, /* GL_INDEX_MODE */
- 1690, /* GL_RGBA_MODE */
+ 1691, /* GL_RGBA_MODE */
453, /* GL_DOUBLEBUFFER */
- 1874, /* GL_STEREO */
- 1602, /* GL_RENDER_MODE */
- 1323, /* GL_PERSPECTIVE_CORRECTION_HINT */
- 1381, /* GL_POINT_SMOOTH_HINT */
- 841, /* GL_LINE_SMOOTH_HINT */
- 1399, /* GL_POLYGON_SMOOTH_HINT */
+ 1875, /* GL_STEREO */
+ 1603, /* GL_RENDER_MODE */
+ 1324, /* GL_PERSPECTIVE_CORRECTION_HINT */
+ 1382, /* GL_POINT_SMOOTH_HINT */
+ 842, /* GL_LINE_SMOOTH_HINT */
+ 1400, /* GL_POLYGON_SMOOTH_HINT */
593, /* GL_FOG_HINT */
- 2070, /* GL_TEXTURE_GEN_S */
- 2072, /* GL_TEXTURE_GEN_T */
- 2069, /* GL_TEXTURE_GEN_R */
- 2068, /* GL_TEXTURE_GEN_Q */
- 1336, /* GL_PIXEL_MAP_I_TO_I */
- 1342, /* GL_PIXEL_MAP_S_TO_S */
- 1338, /* GL_PIXEL_MAP_I_TO_R */
- 1334, /* GL_PIXEL_MAP_I_TO_G */
- 1332, /* GL_PIXEL_MAP_I_TO_B */
- 1330, /* GL_PIXEL_MAP_I_TO_A */
- 1340, /* GL_PIXEL_MAP_R_TO_R */
- 1328, /* GL_PIXEL_MAP_G_TO_G */
- 1326, /* GL_PIXEL_MAP_B_TO_B */
- 1324, /* GL_PIXEL_MAP_A_TO_A */
- 1337, /* GL_PIXEL_MAP_I_TO_I_SIZE */
- 1343, /* GL_PIXEL_MAP_S_TO_S_SIZE */
- 1339, /* GL_PIXEL_MAP_I_TO_R_SIZE */
- 1335, /* GL_PIXEL_MAP_I_TO_G_SIZE */
- 1333, /* GL_PIXEL_MAP_I_TO_B_SIZE */
- 1331, /* GL_PIXEL_MAP_I_TO_A_SIZE */
- 1341, /* GL_PIXEL_MAP_R_TO_R_SIZE */
- 1329, /* GL_PIXEL_MAP_G_TO_G_SIZE */
- 1327, /* GL_PIXEL_MAP_B_TO_B_SIZE */
- 1325, /* GL_PIXEL_MAP_A_TO_A_SIZE */
- 2174, /* GL_UNPACK_SWAP_BYTES */
- 2169, /* GL_UNPACK_LSB_FIRST */
- 2170, /* GL_UNPACK_ROW_LENGTH */
- 2173, /* GL_UNPACK_SKIP_ROWS */
- 2172, /* GL_UNPACK_SKIP_PIXELS */
- 2167, /* GL_UNPACK_ALIGNMENT */
- 1311, /* GL_PACK_SWAP_BYTES */
- 1306, /* GL_PACK_LSB_FIRST */
- 1307, /* GL_PACK_ROW_LENGTH */
- 1310, /* GL_PACK_SKIP_ROWS */
- 1309, /* GL_PACK_SKIP_PIXELS */
- 1303, /* GL_PACK_ALIGNMENT */
- 955, /* GL_MAP_COLOR */
- 960, /* GL_MAP_STENCIL */
+ 2071, /* GL_TEXTURE_GEN_S */
+ 2073, /* GL_TEXTURE_GEN_T */
+ 2070, /* GL_TEXTURE_GEN_R */
+ 2069, /* GL_TEXTURE_GEN_Q */
+ 1337, /* GL_PIXEL_MAP_I_TO_I */
+ 1343, /* GL_PIXEL_MAP_S_TO_S */
+ 1339, /* GL_PIXEL_MAP_I_TO_R */
+ 1335, /* GL_PIXEL_MAP_I_TO_G */
+ 1333, /* GL_PIXEL_MAP_I_TO_B */
+ 1331, /* GL_PIXEL_MAP_I_TO_A */
+ 1341, /* GL_PIXEL_MAP_R_TO_R */
+ 1329, /* GL_PIXEL_MAP_G_TO_G */
+ 1327, /* GL_PIXEL_MAP_B_TO_B */
+ 1325, /* GL_PIXEL_MAP_A_TO_A */
+ 1338, /* GL_PIXEL_MAP_I_TO_I_SIZE */
+ 1344, /* GL_PIXEL_MAP_S_TO_S_SIZE */
+ 1340, /* GL_PIXEL_MAP_I_TO_R_SIZE */
+ 1336, /* GL_PIXEL_MAP_I_TO_G_SIZE */
+ 1334, /* GL_PIXEL_MAP_I_TO_B_SIZE */
+ 1332, /* GL_PIXEL_MAP_I_TO_A_SIZE */
+ 1342, /* GL_PIXEL_MAP_R_TO_R_SIZE */
+ 1330, /* GL_PIXEL_MAP_G_TO_G_SIZE */
+ 1328, /* GL_PIXEL_MAP_B_TO_B_SIZE */
+ 1326, /* GL_PIXEL_MAP_A_TO_A_SIZE */
+ 2175, /* GL_UNPACK_SWAP_BYTES */
+ 2170, /* GL_UNPACK_LSB_FIRST */
+ 2171, /* GL_UNPACK_ROW_LENGTH */
+ 2174, /* GL_UNPACK_SKIP_ROWS */
+ 2173, /* GL_UNPACK_SKIP_PIXELS */
+ 2168, /* GL_UNPACK_ALIGNMENT */
+ 1312, /* GL_PACK_SWAP_BYTES */
+ 1307, /* GL_PACK_LSB_FIRST */
+ 1308, /* GL_PACK_ROW_LENGTH */
+ 1311, /* GL_PACK_SKIP_ROWS */
+ 1310, /* GL_PACK_SKIP_PIXELS */
+ 1304, /* GL_PACK_ALIGNMENT */
+ 956, /* GL_MAP_COLOR */
+ 961, /* GL_MAP_STENCIL */
748, /* GL_INDEX_SHIFT */
747, /* GL_INDEX_OFFSET */
- 1564, /* GL_RED_SCALE */
- 1560, /* GL_RED_BIAS */
- 2315, /* GL_ZOOM_X */
- 2316, /* GL_ZOOM_Y */
+ 1565, /* GL_RED_SCALE */
+ 1561, /* GL_RED_BIAS */
+ 2316, /* GL_ZOOM_X */
+ 2317, /* GL_ZOOM_Y */
702, /* GL_GREEN_SCALE */
698, /* GL_GREEN_BIAS */
115, /* GL_BLUE_SCALE */
@@ -4913,87 +4915,87 @@ static const unsigned reduced_enums[1563] =
47, /* GL_ALPHA_BIAS */
430, /* GL_DEPTH_SCALE */
406, /* GL_DEPTH_BIAS */
- 1046, /* GL_MAX_EVAL_ORDER */
- 1063, /* GL_MAX_LIGHTS */
- 1026, /* GL_MAX_CLIP_DISTANCES */
- 1119, /* GL_MAX_TEXTURE_SIZE */
- 1070, /* GL_MAX_PIXEL_MAP_TABLE */
- 1022, /* GL_MAX_ATTRIB_STACK_DEPTH */
- 1066, /* GL_MAX_MODELVIEW_STACK_DEPTH */
- 1067, /* GL_MAX_NAME_STACK_DEPTH */
- 1098, /* GL_MAX_PROJECTION_STACK_DEPTH */
- 1120, /* GL_MAX_TEXTURE_STACK_DEPTH */
- 1146, /* GL_MAX_VIEWPORT_DIMS */
- 1023, /* GL_MAX_CLIENT_ATTRIB_STACK_DEPTH */
- 1884, /* GL_SUBPIXEL_BITS */
+ 1047, /* GL_MAX_EVAL_ORDER */
+ 1064, /* GL_MAX_LIGHTS */
+ 1027, /* GL_MAX_CLIP_DISTANCES */
+ 1120, /* GL_MAX_TEXTURE_SIZE */
+ 1071, /* GL_MAX_PIXEL_MAP_TABLE */
+ 1023, /* GL_MAX_ATTRIB_STACK_DEPTH */
+ 1067, /* GL_MAX_MODELVIEW_STACK_DEPTH */
+ 1068, /* GL_MAX_NAME_STACK_DEPTH */
+ 1099, /* GL_MAX_PROJECTION_STACK_DEPTH */
+ 1121, /* GL_MAX_TEXTURE_STACK_DEPTH */
+ 1147, /* GL_MAX_VIEWPORT_DIMS */
+ 1024, /* GL_MAX_CLIENT_ATTRIB_STACK_DEPTH */
+ 1885, /* GL_SUBPIXEL_BITS */
743, /* GL_INDEX_BITS */
- 1561, /* GL_RED_BITS */
+ 1562, /* GL_RED_BITS */
699, /* GL_GREEN_BITS */
112, /* GL_BLUE_BITS */
48, /* GL_ALPHA_BITS */
407, /* GL_DEPTH_BITS */
- 1848, /* GL_STENCIL_BITS */
+ 1849, /* GL_STENCIL_BITS */
14, /* GL_ACCUM_RED_BITS */
13, /* GL_ACCUM_GREEN_BITS */
10, /* GL_ACCUM_BLUE_BITS */
9, /* GL_ACCUM_ALPHA_BITS */
- 1218, /* GL_NAME_STACK_DEPTH */
+ 1219, /* GL_NAME_STACK_DEPTH */
70, /* GL_AUTO_NORMAL */
- 901, /* GL_MAP1_COLOR_4 */
- 904, /* GL_MAP1_INDEX */
- 905, /* GL_MAP1_NORMAL */
- 906, /* GL_MAP1_TEXTURE_COORD_1 */
- 907, /* GL_MAP1_TEXTURE_COORD_2 */
- 908, /* GL_MAP1_TEXTURE_COORD_3 */
- 909, /* GL_MAP1_TEXTURE_COORD_4 */
- 910, /* GL_MAP1_VERTEX_3 */
- 911, /* GL_MAP1_VERTEX_4 */
- 928, /* GL_MAP2_COLOR_4 */
- 931, /* GL_MAP2_INDEX */
- 932, /* GL_MAP2_NORMAL */
- 933, /* GL_MAP2_TEXTURE_COORD_1 */
- 934, /* GL_MAP2_TEXTURE_COORD_2 */
- 935, /* GL_MAP2_TEXTURE_COORD_3 */
- 936, /* GL_MAP2_TEXTURE_COORD_4 */
- 937, /* GL_MAP2_VERTEX_3 */
- 938, /* GL_MAP2_VERTEX_4 */
- 902, /* GL_MAP1_GRID_DOMAIN */
- 903, /* GL_MAP1_GRID_SEGMENTS */
- 929, /* GL_MAP2_GRID_DOMAIN */
- 930, /* GL_MAP2_GRID_SEGMENTS */
- 1967, /* GL_TEXTURE_1D */
- 1970, /* GL_TEXTURE_2D */
+ 902, /* GL_MAP1_COLOR_4 */
+ 905, /* GL_MAP1_INDEX */
+ 906, /* GL_MAP1_NORMAL */
+ 907, /* GL_MAP1_TEXTURE_COORD_1 */
+ 908, /* GL_MAP1_TEXTURE_COORD_2 */
+ 909, /* GL_MAP1_TEXTURE_COORD_3 */
+ 910, /* GL_MAP1_TEXTURE_COORD_4 */
+ 911, /* GL_MAP1_VERTEX_3 */
+ 912, /* GL_MAP1_VERTEX_4 */
+ 929, /* GL_MAP2_COLOR_4 */
+ 932, /* GL_MAP2_INDEX */
+ 933, /* GL_MAP2_NORMAL */
+ 934, /* GL_MAP2_TEXTURE_COORD_1 */
+ 935, /* GL_MAP2_TEXTURE_COORD_2 */
+ 936, /* GL_MAP2_TEXTURE_COORD_3 */
+ 937, /* GL_MAP2_TEXTURE_COORD_4 */
+ 938, /* GL_MAP2_VERTEX_3 */
+ 939, /* GL_MAP2_VERTEX_4 */
+ 903, /* GL_MAP1_GRID_DOMAIN */
+ 904, /* GL_MAP1_GRID_SEGMENTS */
+ 930, /* GL_MAP2_GRID_DOMAIN */
+ 931, /* GL_MAP2_GRID_SEGMENTS */
+ 1968, /* GL_TEXTURE_1D */
+ 1971, /* GL_TEXTURE_2D */
542, /* GL_FEEDBACK_BUFFER_POINTER */
543, /* GL_FEEDBACK_BUFFER_SIZE */
544, /* GL_FEEDBACK_BUFFER_TYPE */
- 1754, /* GL_SELECTION_BUFFER_POINTER */
- 1755, /* GL_SELECTION_BUFFER_SIZE */
- 2116, /* GL_TEXTURE_WIDTH */
- 2076, /* GL_TEXTURE_HEIGHT */
- 2020, /* GL_TEXTURE_COMPONENTS */
- 1998, /* GL_TEXTURE_BORDER_COLOR */
- 1997, /* GL_TEXTURE_BORDER */
+ 1755, /* GL_SELECTION_BUFFER_POINTER */
+ 1756, /* GL_SELECTION_BUFFER_SIZE */
+ 2117, /* GL_TEXTURE_WIDTH */
+ 2077, /* GL_TEXTURE_HEIGHT */
+ 2021, /* GL_TEXTURE_COMPONENTS */
+ 1999, /* GL_TEXTURE_BORDER_COLOR */
+ 1998, /* GL_TEXTURE_BORDER */
445, /* GL_DONT_CARE */
540, /* GL_FASTEST */
- 1226, /* GL_NICEST */
+ 1227, /* GL_NICEST */
56, /* GL_AMBIENT */
442, /* GL_DIFFUSE */
- 1807, /* GL_SPECULAR */
- 1403, /* GL_POSITION */
- 1810, /* GL_SPOT_DIRECTION */
- 1811, /* GL_SPOT_EXPONENT */
- 1809, /* GL_SPOT_CUTOFF */
+ 1808, /* GL_SPECULAR */
+ 1404, /* GL_POSITION */
+ 1811, /* GL_SPOT_DIRECTION */
+ 1812, /* GL_SPOT_EXPONENT */
+ 1810, /* GL_SPOT_CUTOFF */
320, /* GL_CONSTANT_ATTENUATION */
- 829, /* GL_LINEAR_ATTENUATION */
- 1520, /* GL_QUADRATIC_ATTENUATION */
+ 830, /* GL_LINEAR_ATTENUATION */
+ 1521, /* GL_QUADRATIC_ATTENUATION */
287, /* GL_COMPILE */
288, /* GL_COMPILE_AND_EXECUTE */
149, /* GL_BYTE */
- 2176, /* GL_UNSIGNED_BYTE */
- 1772, /* GL_SHORT */
- 2215, /* GL_UNSIGNED_SHORT */
+ 2177, /* GL_UNSIGNED_BYTE */
+ 1773, /* GL_SHORT */
+ 2216, /* GL_UNSIGNED_SHORT */
752, /* GL_INT */
- 2179, /* GL_UNSIGNED_INT */
+ 2180, /* GL_UNSIGNED_INT */
553, /* GL_FLOAT */
1, /* GL_2_BYTES */
5, /* GL_3_BYTES */
@@ -5006,100 +5008,100 @@ static const unsigned reduced_enums[1563] =
60, /* GL_AND_REVERSE */
351, /* GL_COPY */
59, /* GL_AND_INVERTED */
- 1229, /* GL_NOOP */
- 2311, /* GL_XOR */
- 1298, /* GL_OR */
- 1230, /* GL_NOR */
+ 1230, /* GL_NOOP */
+ 2312, /* GL_XOR */
+ 1299, /* GL_OR */
+ 1231, /* GL_NOR */
530, /* GL_EQUIV */
- 805, /* GL_INVERT */
- 1301, /* GL_OR_REVERSE */
+ 806, /* GL_INVERT */
+ 1302, /* GL_OR_REVERSE */
352, /* GL_COPY_INVERTED */
- 1300, /* GL_OR_INVERTED */
- 1219, /* GL_NAND */
- 1761, /* GL_SET */
+ 1301, /* GL_OR_INVERTED */
+ 1220, /* GL_NAND */
+ 1762, /* GL_SET */
527, /* GL_EMISSION */
- 1771, /* GL_SHININESS */
+ 1772, /* GL_SHININESS */
57, /* GL_AMBIENT_AND_DIFFUSE */
232, /* GL_COLOR_INDEXES */
- 1168, /* GL_MODELVIEW */
- 1492, /* GL_PROJECTION */
- 1902, /* GL_TEXTURE */
+ 1169, /* GL_MODELVIEW */
+ 1493, /* GL_PROJECTION */
+ 1903, /* GL_TEXTURE */
188, /* GL_COLOR */
399, /* GL_DEPTH */
- 1833, /* GL_STENCIL */
+ 1834, /* GL_STENCIL */
231, /* GL_COLOR_INDEX */
- 1854, /* GL_STENCIL_INDEX */
+ 1855, /* GL_STENCIL_INDEX */
415, /* GL_DEPTH_COMPONENT */
- 1557, /* GL_RED */
+ 1558, /* GL_RED */
697, /* GL_GREEN */
110, /* GL_BLUE */
32, /* GL_ALPHA */
- 1614, /* GL_RGB */
- 1654, /* GL_RGBA */
- 864, /* GL_LUMINANCE */
- 891, /* GL_LUMINANCE_ALPHA */
+ 1615, /* GL_RGB */
+ 1655, /* GL_RGBA */
+ 865, /* GL_LUMINANCE */
+ 892, /* GL_LUMINANCE_ALPHA */
86, /* GL_BITMAP */
- 1353, /* GL_POINT */
- 827, /* GL_LINE */
+ 1354, /* GL_POINT */
+ 828, /* GL_LINE */
545, /* GL_FILL */
- 1571, /* GL_RENDER */
+ 1572, /* GL_RENDER */
541, /* GL_FEEDBACK */
- 1753, /* GL_SELECT */
+ 1754, /* GL_SELECT */
552, /* GL_FLAT */
- 1782, /* GL_SMOOTH */
- 806, /* GL_KEEP */
- 1604, /* GL_REPLACE */
+ 1783, /* GL_SMOOTH */
+ 807, /* GL_KEEP */
+ 1605, /* GL_REPLACE */
733, /* GL_INCR */
395, /* GL_DECR */
- 2232, /* GL_VENDOR */
- 1601, /* GL_RENDERER */
- 2233, /* GL_VERSION */
+ 2233, /* GL_VENDOR */
+ 1602, /* GL_RENDERER */
+ 2234, /* GL_VERSION */
534, /* GL_EXTENSIONS */
- 1702, /* GL_S */
- 1893, /* GL_T */
- 1540, /* GL_R */
- 1519, /* GL_Q */
- 1205, /* GL_MODULATE */
+ 1703, /* GL_S */
+ 1894, /* GL_T */
+ 1541, /* GL_R */
+ 1520, /* GL_Q */
+ 1206, /* GL_MODULATE */
394, /* GL_DECAL */
- 2063, /* GL_TEXTURE_ENV_MODE */
- 2062, /* GL_TEXTURE_ENV_COLOR */
- 2061, /* GL_TEXTURE_ENV */
+ 2064, /* GL_TEXTURE_ENV_MODE */
+ 2063, /* GL_TEXTURE_ENV_COLOR */
+ 2062, /* GL_TEXTURE_ENV */
535, /* GL_EYE_LINEAR */
- 1259, /* GL_OBJECT_LINEAR */
- 1808, /* GL_SPHERE_MAP */
- 2066, /* GL_TEXTURE_GEN_MODE */
- 1261, /* GL_OBJECT_PLANE */
+ 1260, /* GL_OBJECT_LINEAR */
+ 1809, /* GL_SPHERE_MAP */
+ 2067, /* GL_TEXTURE_GEN_MODE */
+ 1262, /* GL_OBJECT_PLANE */
536, /* GL_EYE_PLANE */
- 1220, /* GL_NEAREST */
- 828, /* GL_LINEAR */
- 1224, /* GL_NEAREST_MIPMAP_NEAREST */
- 833, /* GL_LINEAR_MIPMAP_NEAREST */
- 1223, /* GL_NEAREST_MIPMAP_LINEAR */
- 832, /* GL_LINEAR_MIPMAP_LINEAR */
- 2089, /* GL_TEXTURE_MAG_FILTER */
- 2098, /* GL_TEXTURE_MIN_FILTER */
- 2119, /* GL_TEXTURE_WRAP_S */
- 2120, /* GL_TEXTURE_WRAP_T */
+ 1221, /* GL_NEAREST */
+ 829, /* GL_LINEAR */
+ 1225, /* GL_NEAREST_MIPMAP_NEAREST */
+ 834, /* GL_LINEAR_MIPMAP_NEAREST */
+ 1224, /* GL_NEAREST_MIPMAP_LINEAR */
+ 833, /* GL_LINEAR_MIPMAP_LINEAR */
+ 2090, /* GL_TEXTURE_MAG_FILTER */
+ 2099, /* GL_TEXTURE_MIN_FILTER */
+ 2120, /* GL_TEXTURE_WRAP_S */
+ 2121, /* GL_TEXTURE_WRAP_T */
155, /* GL_CLAMP */
- 1603, /* GL_REPEAT */
- 1397, /* GL_POLYGON_OFFSET_UNITS */
- 1396, /* GL_POLYGON_OFFSET_POINT */
- 1395, /* GL_POLYGON_OFFSET_LINE */
- 1543, /* GL_R3_G3_B2 */
- 2229, /* GL_V2F */
- 2230, /* GL_V3F */
+ 1604, /* GL_REPEAT */
+ 1398, /* GL_POLYGON_OFFSET_UNITS */
+ 1397, /* GL_POLYGON_OFFSET_POINT */
+ 1396, /* GL_POLYGON_OFFSET_LINE */
+ 1544, /* GL_R3_G3_B2 */
+ 2230, /* GL_V2F */
+ 2231, /* GL_V3F */
152, /* GL_C4UB_V2F */
153, /* GL_C4UB_V3F */
150, /* GL_C3F_V3F */
- 1217, /* GL_N3F_V3F */
+ 1218, /* GL_N3F_V3F */
151, /* GL_C4F_N3F_V3F */
- 1898, /* GL_T2F_V3F */
- 1900, /* GL_T4F_V4F */
- 1896, /* GL_T2F_C4UB_V3F */
- 1894, /* GL_T2F_C3F_V3F */
- 1897, /* GL_T2F_N3F_V3F */
- 1895, /* GL_T2F_C4F_N3F_V3F */
- 1899, /* GL_T4F_C4F_N3F_V4F */
+ 1899, /* GL_T2F_V3F */
+ 1901, /* GL_T4F_V4F */
+ 1897, /* GL_T2F_C4UB_V3F */
+ 1895, /* GL_T2F_C3F_V3F */
+ 1898, /* GL_T2F_N3F_V3F */
+ 1896, /* GL_T2F_C4F_N3F_V3F */
+ 1900, /* GL_T4F_C4F_N3F_V4F */
172, /* GL_CLIP_DISTANCE0 */
173, /* GL_CLIP_DISTANCE1 */
174, /* GL_CLIP_DISTANCE2 */
@@ -5108,48 +5110,48 @@ static const unsigned reduced_enums[1563] =
177, /* GL_CLIP_DISTANCE5 */
178, /* GL_CLIP_DISTANCE6 */
179, /* GL_CLIP_DISTANCE7 */
- 812, /* GL_LIGHT0 */
- 813, /* GL_LIGHT1 */
- 814, /* GL_LIGHT2 */
- 815, /* GL_LIGHT3 */
- 816, /* GL_LIGHT4 */
- 817, /* GL_LIGHT5 */
- 818, /* GL_LIGHT6 */
- 819, /* GL_LIGHT7 */
+ 813, /* GL_LIGHT0 */
+ 814, /* GL_LIGHT1 */
+ 815, /* GL_LIGHT2 */
+ 816, /* GL_LIGHT3 */
+ 817, /* GL_LIGHT4 */
+ 818, /* GL_LIGHT5 */
+ 819, /* GL_LIGHT6 */
+ 820, /* GL_LIGHT7 */
708, /* GL_HINT_BIT */
322, /* GL_CONSTANT_COLOR */
- 1272, /* GL_ONE_MINUS_CONSTANT_COLOR */
+ 1273, /* GL_ONE_MINUS_CONSTANT_COLOR */
317, /* GL_CONSTANT_ALPHA */
- 1270, /* GL_ONE_MINUS_CONSTANT_ALPHA */
+ 1271, /* GL_ONE_MINUS_CONSTANT_ALPHA */
89, /* GL_BLEND_COLOR */
674, /* GL_FUNC_ADD */
- 1149, /* GL_MIN */
- 1017, /* GL_MAX */
+ 1150, /* GL_MIN */
+ 1018, /* GL_MAX */
96, /* GL_BLEND_EQUATION */
680, /* GL_FUNC_SUBTRACT */
677, /* GL_FUNC_REVERSE_SUBTRACT */
331, /* GL_CONVOLUTION_1D */
332, /* GL_CONVOLUTION_2D */
- 1756, /* GL_SEPARABLE_2D */
+ 1757, /* GL_SEPARABLE_2D */
335, /* GL_CONVOLUTION_BORDER_MODE */
339, /* GL_CONVOLUTION_FILTER_SCALE */
337, /* GL_CONVOLUTION_FILTER_BIAS */
- 1558, /* GL_REDUCE */
+ 1559, /* GL_REDUCE */
341, /* GL_CONVOLUTION_FORMAT */
345, /* GL_CONVOLUTION_WIDTH */
343, /* GL_CONVOLUTION_HEIGHT */
- 1036, /* GL_MAX_CONVOLUTION_WIDTH */
- 1034, /* GL_MAX_CONVOLUTION_HEIGHT */
- 1436, /* GL_POST_CONVOLUTION_RED_SCALE */
- 1432, /* GL_POST_CONVOLUTION_GREEN_SCALE */
- 1427, /* GL_POST_CONVOLUTION_BLUE_SCALE */
- 1423, /* GL_POST_CONVOLUTION_ALPHA_SCALE */
- 1434, /* GL_POST_CONVOLUTION_RED_BIAS */
- 1430, /* GL_POST_CONVOLUTION_GREEN_BIAS */
- 1425, /* GL_POST_CONVOLUTION_BLUE_BIAS */
- 1421, /* GL_POST_CONVOLUTION_ALPHA_BIAS */
+ 1037, /* GL_MAX_CONVOLUTION_WIDTH */
+ 1035, /* GL_MAX_CONVOLUTION_HEIGHT */
+ 1437, /* GL_POST_CONVOLUTION_RED_SCALE */
+ 1433, /* GL_POST_CONVOLUTION_GREEN_SCALE */
+ 1428, /* GL_POST_CONVOLUTION_BLUE_SCALE */
+ 1424, /* GL_POST_CONVOLUTION_ALPHA_SCALE */
+ 1435, /* GL_POST_CONVOLUTION_RED_BIAS */
+ 1431, /* GL_POST_CONVOLUTION_GREEN_BIAS */
+ 1426, /* GL_POST_CONVOLUTION_BLUE_BIAS */
+ 1422, /* GL_POST_CONVOLUTION_ALPHA_BIAS */
709, /* GL_HISTOGRAM */
- 1499, /* GL_PROXY_HISTOGRAM */
+ 1500, /* GL_PROXY_HISTOGRAM */
725, /* GL_HISTOGRAM_WIDTH */
715, /* GL_HISTOGRAM_FORMAT */
721, /* GL_HISTOGRAM_RED_SIZE */
@@ -5158,134 +5160,134 @@ static const unsigned reduced_enums[1563] =
710, /* GL_HISTOGRAM_ALPHA_SIZE */
719, /* GL_HISTOGRAM_LUMINANCE_SIZE */
723, /* GL_HISTOGRAM_SINK */
- 1150, /* GL_MINMAX */
- 1152, /* GL_MINMAX_FORMAT */
- 1154, /* GL_MINMAX_SINK */
- 1901, /* GL_TABLE_TOO_LARGE_EXT */
- 2178, /* GL_UNSIGNED_BYTE_3_3_2 */
- 2218, /* GL_UNSIGNED_SHORT_4_4_4_4 */
- 2221, /* GL_UNSIGNED_SHORT_5_5_5_1 */
- 2190, /* GL_UNSIGNED_INT_8_8_8_8 */
- 2181, /* GL_UNSIGNED_INT_10_10_10_2 */
- 1394, /* GL_POLYGON_OFFSET_FILL */
- 1393, /* GL_POLYGON_OFFSET_FACTOR */
- 1392, /* GL_POLYGON_OFFSET_BIAS */
- 1607, /* GL_RESCALE_NORMAL */
+ 1151, /* GL_MINMAX */
+ 1153, /* GL_MINMAX_FORMAT */
+ 1155, /* GL_MINMAX_SINK */
+ 1902, /* GL_TABLE_TOO_LARGE_EXT */
+ 2179, /* GL_UNSIGNED_BYTE_3_3_2 */
+ 2219, /* GL_UNSIGNED_SHORT_4_4_4_4 */
+ 2222, /* GL_UNSIGNED_SHORT_5_5_5_1 */
+ 2191, /* GL_UNSIGNED_INT_8_8_8_8 */
+ 2182, /* GL_UNSIGNED_INT_10_10_10_2 */
+ 1395, /* GL_POLYGON_OFFSET_FILL */
+ 1394, /* GL_POLYGON_OFFSET_FACTOR */
+ 1393, /* GL_POLYGON_OFFSET_BIAS */
+ 1608, /* GL_RESCALE_NORMAL */
41, /* GL_ALPHA4 */
43, /* GL_ALPHA8 */
33, /* GL_ALPHA12 */
35, /* GL_ALPHA16 */
- 879, /* GL_LUMINANCE4 */
- 885, /* GL_LUMINANCE8 */
- 865, /* GL_LUMINANCE12 */
- 871, /* GL_LUMINANCE16 */
- 880, /* GL_LUMINANCE4_ALPHA4 */
- 883, /* GL_LUMINANCE6_ALPHA2 */
- 888, /* GL_LUMINANCE8_ALPHA8 */
- 868, /* GL_LUMINANCE12_ALPHA4 */
- 866, /* GL_LUMINANCE12_ALPHA12 */
- 874, /* GL_LUMINANCE16_ALPHA16 */
+ 880, /* GL_LUMINANCE4 */
+ 886, /* GL_LUMINANCE8 */
+ 866, /* GL_LUMINANCE12 */
+ 872, /* GL_LUMINANCE16 */
+ 881, /* GL_LUMINANCE4_ALPHA4 */
+ 884, /* GL_LUMINANCE6_ALPHA2 */
+ 889, /* GL_LUMINANCE8_ALPHA8 */
+ 869, /* GL_LUMINANCE12_ALPHA4 */
+ 867, /* GL_LUMINANCE12_ALPHA12 */
+ 875, /* GL_LUMINANCE16_ALPHA16 */
753, /* GL_INTENSITY */
762, /* GL_INTENSITY4 */
764, /* GL_INTENSITY8 */
754, /* GL_INTENSITY12 */
756, /* GL_INTENSITY16 */
- 1629, /* GL_RGB2_EXT */
- 1635, /* GL_RGB4 */
- 1638, /* GL_RGB5 */
- 1645, /* GL_RGB8 */
- 1615, /* GL_RGB10 */
- 1619, /* GL_RGB12 */
- 1621, /* GL_RGB16 */
- 1665, /* GL_RGBA2 */
- 1672, /* GL_RGBA4 */
- 1641, /* GL_RGB5_A1 */
- 1677, /* GL_RGBA8 */
- 1616, /* GL_RGB10_A2 */
- 1655, /* GL_RGBA12 */
- 1657, /* GL_RGBA16 */
- 2106, /* GL_TEXTURE_RED_SIZE */
- 2074, /* GL_TEXTURE_GREEN_SIZE */
- 1995, /* GL_TEXTURE_BLUE_SIZE */
- 1975, /* GL_TEXTURE_ALPHA_SIZE */
- 2087, /* GL_TEXTURE_LUMINANCE_SIZE */
- 2078, /* GL_TEXTURE_INTENSITY_SIZE */
- 1605, /* GL_REPLACE_EXT */
- 1503, /* GL_PROXY_TEXTURE_1D */
- 1507, /* GL_PROXY_TEXTURE_2D */
- 2114, /* GL_TEXTURE_TOO_LARGE_EXT */
- 2100, /* GL_TEXTURE_PRIORITY */
- 2108, /* GL_TEXTURE_RESIDENT */
- 1978, /* GL_TEXTURE_BINDING_1D */
- 1981, /* GL_TEXTURE_BINDING_2D */
- 1984, /* GL_TEXTURE_BINDING_3D */
- 1308, /* GL_PACK_SKIP_IMAGES */
- 1304, /* GL_PACK_IMAGE_HEIGHT */
- 2171, /* GL_UNPACK_SKIP_IMAGES */
- 2168, /* GL_UNPACK_IMAGE_HEIGHT */
- 1973, /* GL_TEXTURE_3D */
- 1511, /* GL_PROXY_TEXTURE_3D */
- 2058, /* GL_TEXTURE_DEPTH */
- 2117, /* GL_TEXTURE_WRAP_R */
- 1018, /* GL_MAX_3D_TEXTURE_SIZE */
- 2234, /* GL_VERTEX_ARRAY */
- 1232, /* GL_NORMAL_ARRAY */
+ 1630, /* GL_RGB2_EXT */
+ 1636, /* GL_RGB4 */
+ 1639, /* GL_RGB5 */
+ 1646, /* GL_RGB8 */
+ 1616, /* GL_RGB10 */
+ 1620, /* GL_RGB12 */
+ 1622, /* GL_RGB16 */
+ 1666, /* GL_RGBA2 */
+ 1673, /* GL_RGBA4 */
+ 1642, /* GL_RGB5_A1 */
+ 1678, /* GL_RGBA8 */
+ 1617, /* GL_RGB10_A2 */
+ 1656, /* GL_RGBA12 */
+ 1658, /* GL_RGBA16 */
+ 2107, /* GL_TEXTURE_RED_SIZE */
+ 2075, /* GL_TEXTURE_GREEN_SIZE */
+ 1996, /* GL_TEXTURE_BLUE_SIZE */
+ 1976, /* GL_TEXTURE_ALPHA_SIZE */
+ 2088, /* GL_TEXTURE_LUMINANCE_SIZE */
+ 2079, /* GL_TEXTURE_INTENSITY_SIZE */
+ 1606, /* GL_REPLACE_EXT */
+ 1504, /* GL_PROXY_TEXTURE_1D */
+ 1508, /* GL_PROXY_TEXTURE_2D */
+ 2115, /* GL_TEXTURE_TOO_LARGE_EXT */
+ 2101, /* GL_TEXTURE_PRIORITY */
+ 2109, /* GL_TEXTURE_RESIDENT */
+ 1979, /* GL_TEXTURE_BINDING_1D */
+ 1982, /* GL_TEXTURE_BINDING_2D */
+ 1985, /* GL_TEXTURE_BINDING_3D */
+ 1309, /* GL_PACK_SKIP_IMAGES */
+ 1305, /* GL_PACK_IMAGE_HEIGHT */
+ 2172, /* GL_UNPACK_SKIP_IMAGES */
+ 2169, /* GL_UNPACK_IMAGE_HEIGHT */
+ 1974, /* GL_TEXTURE_3D */
+ 1512, /* GL_PROXY_TEXTURE_3D */
+ 2059, /* GL_TEXTURE_DEPTH */
+ 2118, /* GL_TEXTURE_WRAP_R */
+ 1019, /* GL_MAX_3D_TEXTURE_SIZE */
+ 2235, /* GL_VERTEX_ARRAY */
+ 1233, /* GL_NORMAL_ARRAY */
189, /* GL_COLOR_ARRAY */
737, /* GL_INDEX_ARRAY */
- 2028, /* GL_TEXTURE_COORD_ARRAY */
+ 2029, /* GL_TEXTURE_COORD_ARRAY */
519, /* GL_EDGE_FLAG_ARRAY */
- 2240, /* GL_VERTEX_ARRAY_SIZE */
- 2242, /* GL_VERTEX_ARRAY_TYPE */
- 2241, /* GL_VERTEX_ARRAY_STRIDE */
- 1237, /* GL_NORMAL_ARRAY_TYPE */
- 1236, /* GL_NORMAL_ARRAY_STRIDE */
+ 2241, /* GL_VERTEX_ARRAY_SIZE */
+ 2243, /* GL_VERTEX_ARRAY_TYPE */
+ 2242, /* GL_VERTEX_ARRAY_STRIDE */
+ 1238, /* GL_NORMAL_ARRAY_TYPE */
+ 1237, /* GL_NORMAL_ARRAY_STRIDE */
193, /* GL_COLOR_ARRAY_SIZE */
195, /* GL_COLOR_ARRAY_TYPE */
194, /* GL_COLOR_ARRAY_STRIDE */
742, /* GL_INDEX_ARRAY_TYPE */
741, /* GL_INDEX_ARRAY_STRIDE */
- 2032, /* GL_TEXTURE_COORD_ARRAY_SIZE */
- 2034, /* GL_TEXTURE_COORD_ARRAY_TYPE */
- 2033, /* GL_TEXTURE_COORD_ARRAY_STRIDE */
+ 2033, /* GL_TEXTURE_COORD_ARRAY_SIZE */
+ 2035, /* GL_TEXTURE_COORD_ARRAY_TYPE */
+ 2034, /* GL_TEXTURE_COORD_ARRAY_STRIDE */
523, /* GL_EDGE_FLAG_ARRAY_STRIDE */
- 2239, /* GL_VERTEX_ARRAY_POINTER */
- 1235, /* GL_NORMAL_ARRAY_POINTER */
+ 2240, /* GL_VERTEX_ARRAY_POINTER */
+ 1236, /* GL_NORMAL_ARRAY_POINTER */
192, /* GL_COLOR_ARRAY_POINTER */
740, /* GL_INDEX_ARRAY_POINTER */
- 2031, /* GL_TEXTURE_COORD_ARRAY_POINTER */
+ 2032, /* GL_TEXTURE_COORD_ARRAY_POINTER */
522, /* GL_EDGE_FLAG_ARRAY_POINTER */
- 1210, /* GL_MULTISAMPLE */
- 1730, /* GL_SAMPLE_ALPHA_TO_COVERAGE */
- 1732, /* GL_SAMPLE_ALPHA_TO_ONE */
- 1737, /* GL_SAMPLE_COVERAGE */
- 1734, /* GL_SAMPLE_BUFFERS */
- 1725, /* GL_SAMPLES */
- 1741, /* GL_SAMPLE_COVERAGE_VALUE */
- 1739, /* GL_SAMPLE_COVERAGE_INVERT */
+ 1211, /* GL_MULTISAMPLE */
+ 1731, /* GL_SAMPLE_ALPHA_TO_COVERAGE */
+ 1733, /* GL_SAMPLE_ALPHA_TO_ONE */
+ 1738, /* GL_SAMPLE_COVERAGE */
+ 1735, /* GL_SAMPLE_BUFFERS */
+ 1726, /* GL_SAMPLES */
+ 1742, /* GL_SAMPLE_COVERAGE_VALUE */
+ 1740, /* GL_SAMPLE_COVERAGE_INVERT */
237, /* GL_COLOR_MATRIX */
239, /* GL_COLOR_MATRIX_STACK_DEPTH */
- 1030, /* GL_MAX_COLOR_MATRIX_STACK_DEPTH */
- 1419, /* GL_POST_COLOR_MATRIX_RED_SCALE */
- 1415, /* GL_POST_COLOR_MATRIX_GREEN_SCALE */
- 1410, /* GL_POST_COLOR_MATRIX_BLUE_SCALE */
- 1406, /* GL_POST_COLOR_MATRIX_ALPHA_SCALE */
- 1417, /* GL_POST_COLOR_MATRIX_RED_BIAS */
- 1413, /* GL_POST_COLOR_MATRIX_GREEN_BIAS */
- 1408, /* GL_POST_COLOR_MATRIX_BLUE_BIAS */
- 1404, /* GL_POST_COLOR_MATRIX_ALPHA_BIAS */
- 2011, /* GL_TEXTURE_COLOR_TABLE_SGI */
- 1512, /* GL_PROXY_TEXTURE_COLOR_TABLE_SGI */
- 2013, /* GL_TEXTURE_COMPARE_FAIL_VALUE_ARB */
+ 1031, /* GL_MAX_COLOR_MATRIX_STACK_DEPTH */
+ 1420, /* GL_POST_COLOR_MATRIX_RED_SCALE */
+ 1416, /* GL_POST_COLOR_MATRIX_GREEN_SCALE */
+ 1411, /* GL_POST_COLOR_MATRIX_BLUE_SCALE */
+ 1407, /* GL_POST_COLOR_MATRIX_ALPHA_SCALE */
+ 1418, /* GL_POST_COLOR_MATRIX_RED_BIAS */
+ 1414, /* GL_POST_COLOR_MATRIX_GREEN_BIAS */
+ 1409, /* GL_POST_COLOR_MATRIX_BLUE_BIAS */
+ 1405, /* GL_POST_COLOR_MATRIX_ALPHA_BIAS */
+ 2012, /* GL_TEXTURE_COLOR_TABLE_SGI */
+ 1513, /* GL_PROXY_TEXTURE_COLOR_TABLE_SGI */
+ 2014, /* GL_TEXTURE_COMPARE_FAIL_VALUE_ARB */
94, /* GL_BLEND_DST_RGB */
108, /* GL_BLEND_SRC_RGB */
92, /* GL_BLEND_DST_ALPHA */
106, /* GL_BLEND_SRC_ALPHA */
243, /* GL_COLOR_TABLE */
- 1429, /* GL_POST_CONVOLUTION_COLOR_TABLE */
- 1412, /* GL_POST_COLOR_MATRIX_COLOR_TABLE */
- 1498, /* GL_PROXY_COLOR_TABLE */
- 1502, /* GL_PROXY_POST_CONVOLUTION_COLOR_TABLE */
- 1501, /* GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE */
+ 1430, /* GL_POST_CONVOLUTION_COLOR_TABLE */
+ 1413, /* GL_POST_COLOR_MATRIX_COLOR_TABLE */
+ 1499, /* GL_PROXY_COLOR_TABLE */
+ 1503, /* GL_PROXY_POST_CONVOLUTION_COLOR_TABLE */
+ 1502, /* GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE */
267, /* GL_COLOR_TABLE_SCALE */
247, /* GL_COLOR_TABLE_BIAS */
252, /* GL_COLOR_TABLE_FORMAT */
@@ -5298,62 +5300,62 @@ static const unsigned reduced_enums[1563] =
258, /* GL_COLOR_TABLE_INTENSITY_SIZE */
79, /* GL_BGR */
80, /* GL_BGRA */
- 1045, /* GL_MAX_ELEMENTS_VERTICES */
- 1044, /* GL_MAX_ELEMENTS_INDICES */
- 2077, /* GL_TEXTURE_INDEX_SIZE_EXT */
+ 1046, /* GL_MAX_ELEMENTS_VERTICES */
+ 1045, /* GL_MAX_ELEMENTS_INDICES */
+ 2078, /* GL_TEXTURE_INDEX_SIZE_EXT */
186, /* GL_CLIP_VOLUME_CLIPPING_HINT_EXT */
- 1375, /* GL_POINT_SIZE_MIN */
- 1371, /* GL_POINT_SIZE_MAX */
- 1360, /* GL_POINT_FADE_THRESHOLD_SIZE */
- 1356, /* GL_POINT_DISTANCE_ATTENUATION */
+ 1376, /* GL_POINT_SIZE_MIN */
+ 1372, /* GL_POINT_SIZE_MAX */
+ 1361, /* GL_POINT_FADE_THRESHOLD_SIZE */
+ 1357, /* GL_POINT_DISTANCE_ATTENUATION */
159, /* GL_CLAMP_TO_BORDER */
162, /* GL_CLAMP_TO_EDGE */
- 2099, /* GL_TEXTURE_MIN_LOD */
- 2097, /* GL_TEXTURE_MAX_LOD */
- 1977, /* GL_TEXTURE_BASE_LEVEL */
- 2096, /* GL_TEXTURE_MAX_LEVEL */
+ 2100, /* GL_TEXTURE_MIN_LOD */
+ 2098, /* GL_TEXTURE_MAX_LOD */
+ 1978, /* GL_TEXTURE_BASE_LEVEL */
+ 2097, /* GL_TEXTURE_MAX_LEVEL */
728, /* GL_IGNORE_BORDER_HP */
321, /* GL_CONSTANT_BORDER_HP */
- 1606, /* GL_REPLICATE_BORDER_HP */
+ 1607, /* GL_REPLICATE_BORDER_HP */
333, /* GL_CONVOLUTION_BORDER_COLOR */
- 1267, /* GL_OCCLUSION_TEST_HP */
- 1268, /* GL_OCCLUSION_TEST_RESULT_HP */
- 830, /* GL_LINEAR_CLIPMAP_LINEAR_SGIX */
- 2005, /* GL_TEXTURE_CLIPMAP_CENTER_SGIX */
- 2007, /* GL_TEXTURE_CLIPMAP_FRAME_SGIX */
- 2009, /* GL_TEXTURE_CLIPMAP_OFFSET_SGIX */
- 2010, /* GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX */
- 2008, /* GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX */
- 2006, /* GL_TEXTURE_CLIPMAP_DEPTH_SGIX */
- 1024, /* GL_MAX_CLIPMAP_DEPTH_SGIX */
- 1025, /* GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX */
- 1439, /* GL_POST_TEXTURE_FILTER_BIAS_SGIX */
- 1441, /* GL_POST_TEXTURE_FILTER_SCALE_SGIX */
- 1438, /* GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX */
- 1440, /* GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX */
- 2085, /* GL_TEXTURE_LOD_BIAS_S_SGIX */
- 2086, /* GL_TEXTURE_LOD_BIAS_T_SGIX */
- 2084, /* GL_TEXTURE_LOD_BIAS_R_SGIX */
+ 1268, /* GL_OCCLUSION_TEST_HP */
+ 1269, /* GL_OCCLUSION_TEST_RESULT_HP */
+ 831, /* GL_LINEAR_CLIPMAP_LINEAR_SGIX */
+ 2006, /* GL_TEXTURE_CLIPMAP_CENTER_SGIX */
+ 2008, /* GL_TEXTURE_CLIPMAP_FRAME_SGIX */
+ 2010, /* GL_TEXTURE_CLIPMAP_OFFSET_SGIX */
+ 2011, /* GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX */
+ 2009, /* GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX */
+ 2007, /* GL_TEXTURE_CLIPMAP_DEPTH_SGIX */
+ 1025, /* GL_MAX_CLIPMAP_DEPTH_SGIX */
+ 1026, /* GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX */
+ 1440, /* GL_POST_TEXTURE_FILTER_BIAS_SGIX */
+ 1442, /* GL_POST_TEXTURE_FILTER_SCALE_SGIX */
+ 1439, /* GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX */
+ 1441, /* GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX */
+ 2086, /* GL_TEXTURE_LOD_BIAS_S_SGIX */
+ 2087, /* GL_TEXTURE_LOD_BIAS_T_SGIX */
+ 2085, /* GL_TEXTURE_LOD_BIAS_R_SGIX */
683, /* GL_GENERATE_MIPMAP */
684, /* GL_GENERATE_MIPMAP_HINT */
596, /* GL_FOG_OFFSET_SGIX */
597, /* GL_FOG_OFFSET_VALUE_SGIX */
- 2019, /* GL_TEXTURE_COMPARE_SGIX */
- 2018, /* GL_TEXTURE_COMPARE_OPERATOR_SGIX */
- 2081, /* GL_TEXTURE_LEQUAL_R_SGIX */
- 2073, /* GL_TEXTURE_GEQUAL_R_SGIX */
+ 2020, /* GL_TEXTURE_COMPARE_SGIX */
+ 2019, /* GL_TEXTURE_COMPARE_OPERATOR_SGIX */
+ 2082, /* GL_TEXTURE_LEQUAL_R_SGIX */
+ 2074, /* GL_TEXTURE_GEQUAL_R_SGIX */
416, /* GL_DEPTH_COMPONENT16 */
420, /* GL_DEPTH_COMPONENT24 */
424, /* GL_DEPTH_COMPONENT32 */
358, /* GL_CULL_VERTEX_EXT */
360, /* GL_CULL_VERTEX_OBJECT_POSITION_EXT */
359, /* GL_CULL_VERTEX_EYE_POSITION_EXT */
- 2307, /* GL_WRAP_BORDER_SUN */
- 2012, /* GL_TEXTURE_COLOR_WRITEMASK_SGIS */
- 823, /* GL_LIGHT_MODEL_COLOR_CONTROL */
- 1775, /* GL_SINGLE_COLOR */
- 1759, /* GL_SEPARATE_SPECULAR_COLOR */
- 1770, /* GL_SHARED_TEXTURE_PALETTE_EXT */
+ 2308, /* GL_WRAP_BORDER_SUN */
+ 2013, /* GL_TEXTURE_COLOR_WRITEMASK_SGIS */
+ 824, /* GL_LIGHT_MODEL_COLOR_CONTROL */
+ 1776, /* GL_SINGLE_COLOR */
+ 1760, /* GL_SEPARATE_SPECULAR_COLOR */
+ 1771, /* GL_SHARED_TEXTURE_PALETTE_EXT */
608, /* GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING */
609, /* GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE */
620, /* GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE */
@@ -5365,46 +5367,46 @@ static const unsigned reduced_enums[1563] =
638, /* GL_FRAMEBUFFER_DEFAULT */
665, /* GL_FRAMEBUFFER_UNDEFINED */
432, /* GL_DEPTH_STENCIL_ATTACHMENT */
- 900, /* GL_MAJOR_VERSION */
- 1156, /* GL_MINOR_VERSION */
- 1247, /* GL_NUM_EXTENSIONS */
+ 901, /* GL_MAJOR_VERSION */
+ 1157, /* GL_MINOR_VERSION */
+ 1248, /* GL_NUM_EXTENSIONS */
327, /* GL_CONTEXT_FLAGS */
736, /* GL_INDEX */
410, /* GL_DEPTH_BUFFER */
- 1849, /* GL_STENCIL_BUFFER */
+ 1850, /* GL_STENCIL_BUFFER */
298, /* GL_COMPRESSED_RED */
299, /* GL_COMPRESSED_RG */
- 860, /* GL_LOSE_CONTEXT_ON_RESET_ARB */
+ 861, /* GL_LOSE_CONTEXT_ON_RESET_ARB */
703, /* GL_GUILTY_CONTEXT_RESET_ARB */
751, /* GL_INNOCENT_CONTEXT_RESET_ARB */
- 2166, /* GL_UNKNOWN_CONTEXT_RESET_ARB */
- 1609, /* GL_RESET_NOTIFICATION_STRATEGY_ARB */
- 1461, /* GL_PROGRAM_BINARY_RETRIEVABLE_HINT */
- 1244, /* GL_NO_RESET_NOTIFICATION_ARB */
- 2177, /* GL_UNSIGNED_BYTE_2_3_3_REV */
- 2222, /* GL_UNSIGNED_SHORT_5_6_5 */
- 2223, /* GL_UNSIGNED_SHORT_5_6_5_REV */
- 2219, /* GL_UNSIGNED_SHORT_4_4_4_4_REV */
- 2216, /* GL_UNSIGNED_SHORT_1_5_5_5_REV */
- 2191, /* GL_UNSIGNED_INT_8_8_8_8_REV */
- 2187, /* GL_UNSIGNED_INT_2_10_10_10_REV */
- 2094, /* GL_TEXTURE_MAX_CLAMP_S_SGIX */
- 2095, /* GL_TEXTURE_MAX_CLAMP_T_SGIX */
- 2093, /* GL_TEXTURE_MAX_CLAMP_R_SGIX */
- 1160, /* GL_MIRRORED_REPEAT */
- 1695, /* GL_RGB_S3TC */
- 1637, /* GL_RGB4_S3TC */
- 1691, /* GL_RGBA_S3TC */
- 1676, /* GL_RGBA4_S3TC */
- 1685, /* GL_RGBA_DXT5_S3TC */
- 1673, /* GL_RGBA4_DXT5_S3TC */
+ 2167, /* GL_UNKNOWN_CONTEXT_RESET_ARB */
+ 1610, /* GL_RESET_NOTIFICATION_STRATEGY_ARB */
+ 1462, /* GL_PROGRAM_BINARY_RETRIEVABLE_HINT */
+ 1245, /* GL_NO_RESET_NOTIFICATION_ARB */
+ 2178, /* GL_UNSIGNED_BYTE_2_3_3_REV */
+ 2223, /* GL_UNSIGNED_SHORT_5_6_5 */
+ 2224, /* GL_UNSIGNED_SHORT_5_6_5_REV */
+ 2220, /* GL_UNSIGNED_SHORT_4_4_4_4_REV */
+ 2217, /* GL_UNSIGNED_SHORT_1_5_5_5_REV */
+ 2192, /* GL_UNSIGNED_INT_8_8_8_8_REV */
+ 2188, /* GL_UNSIGNED_INT_2_10_10_10_REV */
+ 2095, /* GL_TEXTURE_MAX_CLAMP_S_SGIX */
+ 2096, /* GL_TEXTURE_MAX_CLAMP_T_SGIX */
+ 2094, /* GL_TEXTURE_MAX_CLAMP_R_SGIX */
+ 1161, /* GL_MIRRORED_REPEAT */
+ 1696, /* GL_RGB_S3TC */
+ 1638, /* GL_RGB4_S3TC */
+ 1692, /* GL_RGBA_S3TC */
+ 1677, /* GL_RGBA4_S3TC */
+ 1686, /* GL_RGBA_DXT5_S3TC */
+ 1674, /* GL_RGBA4_DXT5_S3TC */
309, /* GL_COMPRESSED_RGB_S3TC_DXT1_EXT */
304, /* GL_COMPRESSED_RGBA_S3TC_DXT1_EXT */
305, /* GL_COMPRESSED_RGBA_S3TC_DXT3_EXT */
306, /* GL_COMPRESSED_RGBA_S3TC_DXT5_EXT */
- 1222, /* GL_NEAREST_CLIPMAP_NEAREST_SGIX */
- 1221, /* GL_NEAREST_CLIPMAP_LINEAR_SGIX */
- 831, /* GL_LINEAR_CLIPMAP_NEAREST_SGIX */
+ 1223, /* GL_NEAREST_CLIPMAP_NEAREST_SGIX */
+ 1222, /* GL_NEAREST_CLIPMAP_LINEAR_SGIX */
+ 832, /* GL_LINEAR_CLIPMAP_NEAREST_SGIX */
583, /* GL_FOG_COORDINATE_SOURCE */
575, /* GL_FOG_COORD */
599, /* GL_FRAGMENT_DEPTH */
@@ -5415,281 +5417,281 @@ static const unsigned reduced_enums[1563] =
577, /* GL_FOG_COORDINATE_ARRAY */
241, /* GL_COLOR_SUM */
385, /* GL_CURRENT_SECONDARY_COLOR */
- 1750, /* GL_SECONDARY_COLOR_ARRAY_SIZE */
- 1752, /* GL_SECONDARY_COLOR_ARRAY_TYPE */
- 1751, /* GL_SECONDARY_COLOR_ARRAY_STRIDE */
- 1749, /* GL_SECONDARY_COLOR_ARRAY_POINTER */
- 1746, /* GL_SECONDARY_COLOR_ARRAY */
+ 1751, /* GL_SECONDARY_COLOR_ARRAY_SIZE */
+ 1753, /* GL_SECONDARY_COLOR_ARRAY_TYPE */
+ 1752, /* GL_SECONDARY_COLOR_ARRAY_STRIDE */
+ 1750, /* GL_SECONDARY_COLOR_ARRAY_POINTER */
+ 1747, /* GL_SECONDARY_COLOR_ARRAY */
383, /* GL_CURRENT_RASTER_SECONDARY_COLOR */
29, /* GL_ALIASED_POINT_SIZE_RANGE */
28, /* GL_ALIASED_LINE_WIDTH_RANGE */
- 1903, /* GL_TEXTURE0 */
- 1905, /* GL_TEXTURE1 */
- 1927, /* GL_TEXTURE2 */
- 1949, /* GL_TEXTURE3 */
- 1955, /* GL_TEXTURE4 */
- 1957, /* GL_TEXTURE5 */
- 1959, /* GL_TEXTURE6 */
- 1961, /* GL_TEXTURE7 */
- 1963, /* GL_TEXTURE8 */
- 1965, /* GL_TEXTURE9 */
- 1906, /* GL_TEXTURE10 */
- 1908, /* GL_TEXTURE11 */
- 1910, /* GL_TEXTURE12 */
- 1912, /* GL_TEXTURE13 */
- 1914, /* GL_TEXTURE14 */
- 1916, /* GL_TEXTURE15 */
- 1918, /* GL_TEXTURE16 */
- 1920, /* GL_TEXTURE17 */
- 1922, /* GL_TEXTURE18 */
- 1924, /* GL_TEXTURE19 */
- 1928, /* GL_TEXTURE20 */
- 1930, /* GL_TEXTURE21 */
- 1932, /* GL_TEXTURE22 */
- 1934, /* GL_TEXTURE23 */
- 1936, /* GL_TEXTURE24 */
- 1938, /* GL_TEXTURE25 */
- 1940, /* GL_TEXTURE26 */
- 1942, /* GL_TEXTURE27 */
- 1944, /* GL_TEXTURE28 */
- 1946, /* GL_TEXTURE29 */
- 1950, /* GL_TEXTURE30 */
- 1952, /* GL_TEXTURE31 */
+ 1904, /* GL_TEXTURE0 */
+ 1906, /* GL_TEXTURE1 */
+ 1928, /* GL_TEXTURE2 */
+ 1950, /* GL_TEXTURE3 */
+ 1956, /* GL_TEXTURE4 */
+ 1958, /* GL_TEXTURE5 */
+ 1960, /* GL_TEXTURE6 */
+ 1962, /* GL_TEXTURE7 */
+ 1964, /* GL_TEXTURE8 */
+ 1966, /* GL_TEXTURE9 */
+ 1907, /* GL_TEXTURE10 */
+ 1909, /* GL_TEXTURE11 */
+ 1911, /* GL_TEXTURE12 */
+ 1913, /* GL_TEXTURE13 */
+ 1915, /* GL_TEXTURE14 */
+ 1917, /* GL_TEXTURE15 */
+ 1919, /* GL_TEXTURE16 */
+ 1921, /* GL_TEXTURE17 */
+ 1923, /* GL_TEXTURE18 */
+ 1925, /* GL_TEXTURE19 */
+ 1929, /* GL_TEXTURE20 */
+ 1931, /* GL_TEXTURE21 */
+ 1933, /* GL_TEXTURE22 */
+ 1935, /* GL_TEXTURE23 */
+ 1937, /* GL_TEXTURE24 */
+ 1939, /* GL_TEXTURE25 */
+ 1941, /* GL_TEXTURE26 */
+ 1943, /* GL_TEXTURE27 */
+ 1945, /* GL_TEXTURE28 */
+ 1947, /* GL_TEXTURE29 */
+ 1951, /* GL_TEXTURE30 */
+ 1953, /* GL_TEXTURE31 */
19, /* GL_ACTIVE_TEXTURE */
166, /* GL_CLIENT_ACTIVE_TEXTURE */
- 1121, /* GL_MAX_TEXTURE_UNITS */
- 2149, /* GL_TRANSPOSE_MODELVIEW_MATRIX */
- 2152, /* GL_TRANSPOSE_PROJECTION_MATRIX */
- 2154, /* GL_TRANSPOSE_TEXTURE_MATRIX */
- 2146, /* GL_TRANSPOSE_COLOR_MATRIX */
- 1885, /* GL_SUBTRACT */
- 1102, /* GL_MAX_RENDERBUFFER_SIZE */
+ 1122, /* GL_MAX_TEXTURE_UNITS */
+ 2150, /* GL_TRANSPOSE_MODELVIEW_MATRIX */
+ 2153, /* GL_TRANSPOSE_PROJECTION_MATRIX */
+ 2155, /* GL_TRANSPOSE_TEXTURE_MATRIX */
+ 2147, /* GL_TRANSPOSE_COLOR_MATRIX */
+ 1886, /* GL_SUBTRACT */
+ 1103, /* GL_MAX_RENDERBUFFER_SIZE */
290, /* GL_COMPRESSED_ALPHA */
294, /* GL_COMPRESSED_LUMINANCE */
295, /* GL_COMPRESSED_LUMINANCE_ALPHA */
292, /* GL_COMPRESSED_INTENSITY */
300, /* GL_COMPRESSED_RGB */
301, /* GL_COMPRESSED_RGBA */
- 2026, /* GL_TEXTURE_COMPRESSION_HINT */
- 2103, /* GL_TEXTURE_RECTANGLE */
- 1991, /* GL_TEXTURE_BINDING_RECTANGLE */
- 1515, /* GL_PROXY_TEXTURE_RECTANGLE */
- 1099, /* GL_MAX_RECTANGLE_TEXTURE_SIZE */
+ 2027, /* GL_TEXTURE_COMPRESSION_HINT */
+ 2104, /* GL_TEXTURE_RECTANGLE */
+ 1992, /* GL_TEXTURE_BINDING_RECTANGLE */
+ 1516, /* GL_PROXY_TEXTURE_RECTANGLE */
+ 1100, /* GL_MAX_RECTANGLE_TEXTURE_SIZE */
431, /* GL_DEPTH_STENCIL */
- 2183, /* GL_UNSIGNED_INT_24_8 */
- 1116, /* GL_MAX_TEXTURE_LOD_BIAS */
- 2092, /* GL_TEXTURE_MAX_ANISOTROPY_EXT */
- 1118, /* GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT */
- 2064, /* GL_TEXTURE_FILTER_CONTROL */
- 2082, /* GL_TEXTURE_LOD_BIAS */
+ 2184, /* GL_UNSIGNED_INT_24_8 */
+ 1117, /* GL_MAX_TEXTURE_LOD_BIAS */
+ 2093, /* GL_TEXTURE_MAX_ANISOTROPY_EXT */
+ 1119, /* GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT */
+ 2065, /* GL_TEXTURE_FILTER_CONTROL */
+ 2083, /* GL_TEXTURE_LOD_BIAS */
274, /* GL_COMBINE4 */
- 1108, /* GL_MAX_SHININESS_NV */
- 1109, /* GL_MAX_SPOT_EXPONENT_NV */
+ 1109, /* GL_MAX_SHININESS_NV */
+ 1110, /* GL_MAX_SPOT_EXPONENT_NV */
734, /* GL_INCR_WRAP */
396, /* GL_DECR_WRAP */
- 1180, /* GL_MODELVIEW1_ARB */
- 1238, /* GL_NORMAL_MAP */
- 1566, /* GL_REFLECTION_MAP */
- 2036, /* GL_TEXTURE_CUBE_MAP */
- 1988, /* GL_TEXTURE_BINDING_CUBE_MAP */
- 2048, /* GL_TEXTURE_CUBE_MAP_POSITIVE_X */
- 2038, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_X */
- 2051, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Y */
- 2041, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Y */
- 2054, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Z */
- 2044, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Z */
- 1513, /* GL_PROXY_TEXTURE_CUBE_MAP */
- 1038, /* GL_MAX_CUBE_MAP_TEXTURE_SIZE */
- 1216, /* GL_MULTISAMPLE_FILTER_HINT_NV */
- 1453, /* GL_PRIMITIVE_RESTART_NV */
- 1452, /* GL_PRIMITIVE_RESTART_INDEX_NV */
+ 1181, /* GL_MODELVIEW1_ARB */
+ 1239, /* GL_NORMAL_MAP */
+ 1567, /* GL_REFLECTION_MAP */
+ 2037, /* GL_TEXTURE_CUBE_MAP */
+ 1989, /* GL_TEXTURE_BINDING_CUBE_MAP */
+ 2049, /* GL_TEXTURE_CUBE_MAP_POSITIVE_X */
+ 2039, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_X */
+ 2052, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Y */
+ 2042, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Y */
+ 2055, /* GL_TEXTURE_CUBE_MAP_POSITIVE_Z */
+ 2045, /* GL_TEXTURE_CUBE_MAP_NEGATIVE_Z */
+ 1514, /* GL_PROXY_TEXTURE_CUBE_MAP */
+ 1039, /* GL_MAX_CUBE_MAP_TEXTURE_SIZE */
+ 1217, /* GL_MULTISAMPLE_FILTER_HINT_NV */
+ 1454, /* GL_PRIMITIVE_RESTART_NV */
+ 1453, /* GL_PRIMITIVE_RESTART_INDEX_NV */
591, /* GL_FOG_DISTANCE_MODE_NV */
538, /* GL_EYE_RADIAL_NV */
537, /* GL_EYE_PLANE_ABSOLUTE_NV */
273, /* GL_COMBINE */
280, /* GL_COMBINE_RGB */
275, /* GL_COMBINE_ALPHA */
- 1696, /* GL_RGB_SCALE */
+ 1697, /* GL_RGB_SCALE */
25, /* GL_ADD_SIGNED */
771, /* GL_INTERPOLATE */
316, /* GL_CONSTANT */
- 1445, /* GL_PRIMARY_COLOR */
- 1442, /* GL_PREVIOUS */
- 1790, /* GL_SOURCE0_RGB */
- 1796, /* GL_SOURCE1_RGB */
- 1802, /* GL_SOURCE2_RGB */
- 1806, /* GL_SOURCE3_RGB_NV */
- 1787, /* GL_SOURCE0_ALPHA */
- 1793, /* GL_SOURCE1_ALPHA */
- 1799, /* GL_SOURCE2_ALPHA */
- 1805, /* GL_SOURCE3_ALPHA_NV */
- 1281, /* GL_OPERAND0_RGB */
- 1287, /* GL_OPERAND1_RGB */
- 1293, /* GL_OPERAND2_RGB */
- 1297, /* GL_OPERAND3_RGB_NV */
- 1278, /* GL_OPERAND0_ALPHA */
- 1284, /* GL_OPERAND1_ALPHA */
- 1290, /* GL_OPERAND2_ALPHA */
- 1296, /* GL_OPERAND3_ALPHA_NV */
+ 1446, /* GL_PRIMARY_COLOR */
+ 1443, /* GL_PREVIOUS */
+ 1791, /* GL_SOURCE0_RGB */
+ 1797, /* GL_SOURCE1_RGB */
+ 1803, /* GL_SOURCE2_RGB */
+ 1807, /* GL_SOURCE3_RGB_NV */
+ 1788, /* GL_SOURCE0_ALPHA */
+ 1794, /* GL_SOURCE1_ALPHA */
+ 1800, /* GL_SOURCE2_ALPHA */
+ 1806, /* GL_SOURCE3_ALPHA_NV */
+ 1282, /* GL_OPERAND0_RGB */
+ 1288, /* GL_OPERAND1_RGB */
+ 1294, /* GL_OPERAND2_RGB */
+ 1298, /* GL_OPERAND3_RGB_NV */
+ 1279, /* GL_OPERAND0_ALPHA */
+ 1285, /* GL_OPERAND1_ALPHA */
+ 1291, /* GL_OPERAND2_ALPHA */
+ 1297, /* GL_OPERAND3_ALPHA_NV */
137, /* GL_BUFFER_OBJECT_APPLE */
- 2235, /* GL_VERTEX_ARRAY_BINDING */
- 2101, /* GL_TEXTURE_RANGE_LENGTH_APPLE */
- 2102, /* GL_TEXTURE_RANGE_POINTER_APPLE */
- 2312, /* GL_YCBCR_422_APPLE */
- 2224, /* GL_UNSIGNED_SHORT_8_8_APPLE */
- 2226, /* GL_UNSIGNED_SHORT_8_8_REV_APPLE */
- 2113, /* GL_TEXTURE_STORAGE_HINT_APPLE */
- 1876, /* GL_STORAGE_PRIVATE_APPLE */
- 1875, /* GL_STORAGE_CACHED_APPLE */
- 1877, /* GL_STORAGE_SHARED_APPLE */
- 1777, /* GL_SLICE_ACCUM_SUN */
- 1524, /* GL_QUAD_MESH_SUN */
- 2160, /* GL_TRIANGLE_MESH_SUN */
- 2277, /* GL_VERTEX_PROGRAM_ARB */
- 2288, /* GL_VERTEX_STATE_PROGRAM_NV */
- 2262, /* GL_VERTEX_ATTRIB_ARRAY_ENABLED */
- 2270, /* GL_VERTEX_ATTRIB_ARRAY_SIZE */
- 2272, /* GL_VERTEX_ATTRIB_ARRAY_STRIDE */
- 2274, /* GL_VERTEX_ATTRIB_ARRAY_TYPE */
+ 2236, /* GL_VERTEX_ARRAY_BINDING */
+ 2102, /* GL_TEXTURE_RANGE_LENGTH_APPLE */
+ 2103, /* GL_TEXTURE_RANGE_POINTER_APPLE */
+ 2313, /* GL_YCBCR_422_APPLE */
+ 2225, /* GL_UNSIGNED_SHORT_8_8_APPLE */
+ 2227, /* GL_UNSIGNED_SHORT_8_8_REV_APPLE */
+ 2114, /* GL_TEXTURE_STORAGE_HINT_APPLE */
+ 1877, /* GL_STORAGE_PRIVATE_APPLE */
+ 1876, /* GL_STORAGE_CACHED_APPLE */
+ 1878, /* GL_STORAGE_SHARED_APPLE */
+ 1778, /* GL_SLICE_ACCUM_SUN */
+ 1525, /* GL_QUAD_MESH_SUN */
+ 2161, /* GL_TRIANGLE_MESH_SUN */
+ 2278, /* GL_VERTEX_PROGRAM_ARB */
+ 2289, /* GL_VERTEX_STATE_PROGRAM_NV */
+ 2263, /* GL_VERTEX_ATTRIB_ARRAY_ENABLED */
+ 2271, /* GL_VERTEX_ATTRIB_ARRAY_SIZE */
+ 2273, /* GL_VERTEX_ATTRIB_ARRAY_STRIDE */
+ 2275, /* GL_VERTEX_ATTRIB_ARRAY_TYPE */
387, /* GL_CURRENT_VERTEX_ATTRIB */
- 1469, /* GL_PROGRAM_LENGTH_ARB */
- 1485, /* GL_PROGRAM_STRING_ARB */
- 1203, /* GL_MODELVIEW_PROJECTION_NV */
+ 1470, /* GL_PROGRAM_LENGTH_ARB */
+ 1486, /* GL_PROGRAM_STRING_ARB */
+ 1204, /* GL_MODELVIEW_PROJECTION_NV */
727, /* GL_IDENTITY_NV */
- 803, /* GL_INVERSE_NV */
- 2151, /* GL_TRANSPOSE_NV */
- 804, /* GL_INVERSE_TRANSPOSE_NV */
- 1083, /* GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB */
- 1082, /* GL_MAX_PROGRAM_MATRICES_ARB */
- 964, /* GL_MATRIX0_NV */
- 976, /* GL_MATRIX1_NV */
- 988, /* GL_MATRIX2_NV */
- 992, /* GL_MATRIX3_NV */
- 994, /* GL_MATRIX4_NV */
- 996, /* GL_MATRIX5_NV */
- 998, /* GL_MATRIX6_NV */
- 1000, /* GL_MATRIX7_NV */
+ 804, /* GL_INVERSE_NV */
+ 2152, /* GL_TRANSPOSE_NV */
+ 805, /* GL_INVERSE_TRANSPOSE_NV */
+ 1084, /* GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB */
+ 1083, /* GL_MAX_PROGRAM_MATRICES_ARB */
+ 965, /* GL_MATRIX0_NV */
+ 977, /* GL_MATRIX1_NV */
+ 989, /* GL_MATRIX2_NV */
+ 993, /* GL_MATRIX3_NV */
+ 995, /* GL_MATRIX4_NV */
+ 997, /* GL_MATRIX5_NV */
+ 999, /* GL_MATRIX6_NV */
+ 1001, /* GL_MATRIX7_NV */
370, /* GL_CURRENT_MATRIX_STACK_DEPTH_ARB */
367, /* GL_CURRENT_MATRIX_ARB */
- 1482, /* GL_PROGRAM_POINT_SIZE */
- 2283, /* GL_VERTEX_PROGRAM_TWO_SIDE */
- 1481, /* GL_PROGRAM_PARAMETER_NV */
- 2268, /* GL_VERTEX_ATTRIB_ARRAY_POINTER */
- 1487, /* GL_PROGRAM_TARGET_NV */
- 1484, /* GL_PROGRAM_RESIDENT_NV */
- 2123, /* GL_TRACK_MATRIX_NV */
- 2124, /* GL_TRACK_MATRIX_TRANSFORM_NV */
- 2278, /* GL_VERTEX_PROGRAM_BINDING_NV */
- 1463, /* GL_PROGRAM_ERROR_POSITION_ARB */
+ 1483, /* GL_PROGRAM_POINT_SIZE */
+ 2284, /* GL_VERTEX_PROGRAM_TWO_SIDE */
+ 1482, /* GL_PROGRAM_PARAMETER_NV */
+ 2269, /* GL_VERTEX_ATTRIB_ARRAY_POINTER */
+ 1488, /* GL_PROGRAM_TARGET_NV */
+ 1485, /* GL_PROGRAM_RESIDENT_NV */
+ 2124, /* GL_TRACK_MATRIX_NV */
+ 2125, /* GL_TRACK_MATRIX_TRANSFORM_NV */
+ 2279, /* GL_VERTEX_PROGRAM_BINDING_NV */
+ 1464, /* GL_PROGRAM_ERROR_POSITION_ARB */
412, /* GL_DEPTH_CLAMP */
- 2243, /* GL_VERTEX_ATTRIB_ARRAY0_NV */
- 2250, /* GL_VERTEX_ATTRIB_ARRAY1_NV */
- 2251, /* GL_VERTEX_ATTRIB_ARRAY2_NV */
- 2252, /* GL_VERTEX_ATTRIB_ARRAY3_NV */
- 2253, /* GL_VERTEX_ATTRIB_ARRAY4_NV */
- 2254, /* GL_VERTEX_ATTRIB_ARRAY5_NV */
- 2255, /* GL_VERTEX_ATTRIB_ARRAY6_NV */
- 2256, /* GL_VERTEX_ATTRIB_ARRAY7_NV */
- 2257, /* GL_VERTEX_ATTRIB_ARRAY8_NV */
- 2258, /* GL_VERTEX_ATTRIB_ARRAY9_NV */
- 2244, /* GL_VERTEX_ATTRIB_ARRAY10_NV */
- 2245, /* GL_VERTEX_ATTRIB_ARRAY11_NV */
- 2246, /* GL_VERTEX_ATTRIB_ARRAY12_NV */
- 2247, /* GL_VERTEX_ATTRIB_ARRAY13_NV */
- 2248, /* GL_VERTEX_ATTRIB_ARRAY14_NV */
- 2249, /* GL_VERTEX_ATTRIB_ARRAY15_NV */
- 912, /* GL_MAP1_VERTEX_ATTRIB0_4_NV */
- 919, /* GL_MAP1_VERTEX_ATTRIB1_4_NV */
- 920, /* GL_MAP1_VERTEX_ATTRIB2_4_NV */
- 921, /* GL_MAP1_VERTEX_ATTRIB3_4_NV */
- 922, /* GL_MAP1_VERTEX_ATTRIB4_4_NV */
- 923, /* GL_MAP1_VERTEX_ATTRIB5_4_NV */
- 924, /* GL_MAP1_VERTEX_ATTRIB6_4_NV */
- 925, /* GL_MAP1_VERTEX_ATTRIB7_4_NV */
- 926, /* GL_MAP1_VERTEX_ATTRIB8_4_NV */
- 927, /* GL_MAP1_VERTEX_ATTRIB9_4_NV */
- 913, /* GL_MAP1_VERTEX_ATTRIB10_4_NV */
- 914, /* GL_MAP1_VERTEX_ATTRIB11_4_NV */
- 915, /* GL_MAP1_VERTEX_ATTRIB12_4_NV */
- 916, /* GL_MAP1_VERTEX_ATTRIB13_4_NV */
- 917, /* GL_MAP1_VERTEX_ATTRIB14_4_NV */
- 918, /* GL_MAP1_VERTEX_ATTRIB15_4_NV */
- 939, /* GL_MAP2_VERTEX_ATTRIB0_4_NV */
- 946, /* GL_MAP2_VERTEX_ATTRIB1_4_NV */
- 947, /* GL_MAP2_VERTEX_ATTRIB2_4_NV */
- 948, /* GL_MAP2_VERTEX_ATTRIB3_4_NV */
- 949, /* GL_MAP2_VERTEX_ATTRIB4_4_NV */
- 950, /* GL_MAP2_VERTEX_ATTRIB5_4_NV */
- 951, /* GL_MAP2_VERTEX_ATTRIB6_4_NV */
- 1462, /* GL_PROGRAM_BINDING_ARB */
- 953, /* GL_MAP2_VERTEX_ATTRIB8_4_NV */
- 954, /* GL_MAP2_VERTEX_ATTRIB9_4_NV */
- 940, /* GL_MAP2_VERTEX_ATTRIB10_4_NV */
- 941, /* GL_MAP2_VERTEX_ATTRIB11_4_NV */
- 942, /* GL_MAP2_VERTEX_ATTRIB12_4_NV */
- 943, /* GL_MAP2_VERTEX_ATTRIB13_4_NV */
- 944, /* GL_MAP2_VERTEX_ATTRIB14_4_NV */
- 945, /* GL_MAP2_VERTEX_ATTRIB15_4_NV */
- 2024, /* GL_TEXTURE_COMPRESSED_IMAGE_SIZE */
- 2021, /* GL_TEXTURE_COMPRESSED */
- 1245, /* GL_NUM_COMPRESSED_TEXTURE_FORMATS */
+ 2244, /* GL_VERTEX_ATTRIB_ARRAY0_NV */
+ 2251, /* GL_VERTEX_ATTRIB_ARRAY1_NV */
+ 2252, /* GL_VERTEX_ATTRIB_ARRAY2_NV */
+ 2253, /* GL_VERTEX_ATTRIB_ARRAY3_NV */
+ 2254, /* GL_VERTEX_ATTRIB_ARRAY4_NV */
+ 2255, /* GL_VERTEX_ATTRIB_ARRAY5_NV */
+ 2256, /* GL_VERTEX_ATTRIB_ARRAY6_NV */
+ 2257, /* GL_VERTEX_ATTRIB_ARRAY7_NV */
+ 2258, /* GL_VERTEX_ATTRIB_ARRAY8_NV */
+ 2259, /* GL_VERTEX_ATTRIB_ARRAY9_NV */
+ 2245, /* GL_VERTEX_ATTRIB_ARRAY10_NV */
+ 2246, /* GL_VERTEX_ATTRIB_ARRAY11_NV */
+ 2247, /* GL_VERTEX_ATTRIB_ARRAY12_NV */
+ 2248, /* GL_VERTEX_ATTRIB_ARRAY13_NV */
+ 2249, /* GL_VERTEX_ATTRIB_ARRAY14_NV */
+ 2250, /* GL_VERTEX_ATTRIB_ARRAY15_NV */
+ 913, /* GL_MAP1_VERTEX_ATTRIB0_4_NV */
+ 920, /* GL_MAP1_VERTEX_ATTRIB1_4_NV */
+ 921, /* GL_MAP1_VERTEX_ATTRIB2_4_NV */
+ 922, /* GL_MAP1_VERTEX_ATTRIB3_4_NV */
+ 923, /* GL_MAP1_VERTEX_ATTRIB4_4_NV */
+ 924, /* GL_MAP1_VERTEX_ATTRIB5_4_NV */
+ 925, /* GL_MAP1_VERTEX_ATTRIB6_4_NV */
+ 926, /* GL_MAP1_VERTEX_ATTRIB7_4_NV */
+ 927, /* GL_MAP1_VERTEX_ATTRIB8_4_NV */
+ 928, /* GL_MAP1_VERTEX_ATTRIB9_4_NV */
+ 914, /* GL_MAP1_VERTEX_ATTRIB10_4_NV */
+ 915, /* GL_MAP1_VERTEX_ATTRIB11_4_NV */
+ 916, /* GL_MAP1_VERTEX_ATTRIB12_4_NV */
+ 917, /* GL_MAP1_VERTEX_ATTRIB13_4_NV */
+ 918, /* GL_MAP1_VERTEX_ATTRIB14_4_NV */
+ 919, /* GL_MAP1_VERTEX_ATTRIB15_4_NV */
+ 940, /* GL_MAP2_VERTEX_ATTRIB0_4_NV */
+ 947, /* GL_MAP2_VERTEX_ATTRIB1_4_NV */
+ 948, /* GL_MAP2_VERTEX_ATTRIB2_4_NV */
+ 949, /* GL_MAP2_VERTEX_ATTRIB3_4_NV */
+ 950, /* GL_MAP2_VERTEX_ATTRIB4_4_NV */
+ 951, /* GL_MAP2_VERTEX_ATTRIB5_4_NV */
+ 952, /* GL_MAP2_VERTEX_ATTRIB6_4_NV */
+ 1463, /* GL_PROGRAM_BINDING_ARB */
+ 954, /* GL_MAP2_VERTEX_ATTRIB8_4_NV */
+ 955, /* GL_MAP2_VERTEX_ATTRIB9_4_NV */
+ 941, /* GL_MAP2_VERTEX_ATTRIB10_4_NV */
+ 942, /* GL_MAP2_VERTEX_ATTRIB11_4_NV */
+ 943, /* GL_MAP2_VERTEX_ATTRIB12_4_NV */
+ 944, /* GL_MAP2_VERTEX_ATTRIB13_4_NV */
+ 945, /* GL_MAP2_VERTEX_ATTRIB14_4_NV */
+ 946, /* GL_MAP2_VERTEX_ATTRIB15_4_NV */
+ 2025, /* GL_TEXTURE_COMPRESSED_IMAGE_SIZE */
+ 2022, /* GL_TEXTURE_COMPRESSED */
+ 1246, /* GL_NUM_COMPRESSED_TEXTURE_FORMATS */
314, /* GL_COMPRESSED_TEXTURE_FORMATS */
- 1143, /* GL_MAX_VERTEX_UNITS_ARB */
+ 1144, /* GL_MAX_VERTEX_UNITS_ARB */
23, /* GL_ACTIVE_VERTEX_UNITS_ARB */
- 2306, /* GL_WEIGHT_SUM_UNITY_ARB */
- 2276, /* GL_VERTEX_BLEND_ARB */
+ 2307, /* GL_WEIGHT_SUM_UNITY_ARB */
+ 2277, /* GL_VERTEX_BLEND_ARB */
389, /* GL_CURRENT_WEIGHT_ARB */
- 2304, /* GL_WEIGHT_ARRAY_TYPE_ARB */
- 2302, /* GL_WEIGHT_ARRAY_STRIDE_ARB */
- 2300, /* GL_WEIGHT_ARRAY_SIZE_ARB */
- 2298, /* GL_WEIGHT_ARRAY_POINTER_ARB */
- 2293, /* GL_WEIGHT_ARRAY_ARB */
+ 2305, /* GL_WEIGHT_ARRAY_TYPE_ARB */
+ 2303, /* GL_WEIGHT_ARRAY_STRIDE_ARB */
+ 2301, /* GL_WEIGHT_ARRAY_SIZE_ARB */
+ 2299, /* GL_WEIGHT_ARRAY_POINTER_ARB */
+ 2294, /* GL_WEIGHT_ARRAY_ARB */
446, /* GL_DOT3_RGB */
447, /* GL_DOT3_RGBA */
308, /* GL_COMPRESSED_RGB_FXT1_3DFX */
303, /* GL_COMPRESSED_RGBA_FXT1_3DFX */
- 1211, /* GL_MULTISAMPLE_3DFX */
- 1735, /* GL_SAMPLE_BUFFERS_3DFX */
- 1726, /* GL_SAMPLES_3DFX */
- 1191, /* GL_MODELVIEW2_ARB */
- 1194, /* GL_MODELVIEW3_ARB */
- 1195, /* GL_MODELVIEW4_ARB */
- 1196, /* GL_MODELVIEW5_ARB */
- 1197, /* GL_MODELVIEW6_ARB */
- 1198, /* GL_MODELVIEW7_ARB */
- 1199, /* GL_MODELVIEW8_ARB */
- 1200, /* GL_MODELVIEW9_ARB */
- 1170, /* GL_MODELVIEW10_ARB */
- 1171, /* GL_MODELVIEW11_ARB */
- 1172, /* GL_MODELVIEW12_ARB */
- 1173, /* GL_MODELVIEW13_ARB */
- 1174, /* GL_MODELVIEW14_ARB */
- 1175, /* GL_MODELVIEW15_ARB */
- 1176, /* GL_MODELVIEW16_ARB */
- 1177, /* GL_MODELVIEW17_ARB */
- 1178, /* GL_MODELVIEW18_ARB */
- 1179, /* GL_MODELVIEW19_ARB */
- 1181, /* GL_MODELVIEW20_ARB */
- 1182, /* GL_MODELVIEW21_ARB */
- 1183, /* GL_MODELVIEW22_ARB */
- 1184, /* GL_MODELVIEW23_ARB */
- 1185, /* GL_MODELVIEW24_ARB */
- 1186, /* GL_MODELVIEW25_ARB */
- 1187, /* GL_MODELVIEW26_ARB */
- 1188, /* GL_MODELVIEW27_ARB */
- 1189, /* GL_MODELVIEW28_ARB */
- 1190, /* GL_MODELVIEW29_ARB */
- 1192, /* GL_MODELVIEW30_ARB */
- 1193, /* GL_MODELVIEW31_ARB */
+ 1212, /* GL_MULTISAMPLE_3DFX */
+ 1736, /* GL_SAMPLE_BUFFERS_3DFX */
+ 1727, /* GL_SAMPLES_3DFX */
+ 1192, /* GL_MODELVIEW2_ARB */
+ 1195, /* GL_MODELVIEW3_ARB */
+ 1196, /* GL_MODELVIEW4_ARB */
+ 1197, /* GL_MODELVIEW5_ARB */
+ 1198, /* GL_MODELVIEW6_ARB */
+ 1199, /* GL_MODELVIEW7_ARB */
+ 1200, /* GL_MODELVIEW8_ARB */
+ 1201, /* GL_MODELVIEW9_ARB */
+ 1171, /* GL_MODELVIEW10_ARB */
+ 1172, /* GL_MODELVIEW11_ARB */
+ 1173, /* GL_MODELVIEW12_ARB */
+ 1174, /* GL_MODELVIEW13_ARB */
+ 1175, /* GL_MODELVIEW14_ARB */
+ 1176, /* GL_MODELVIEW15_ARB */
+ 1177, /* GL_MODELVIEW16_ARB */
+ 1178, /* GL_MODELVIEW17_ARB */
+ 1179, /* GL_MODELVIEW18_ARB */
+ 1180, /* GL_MODELVIEW19_ARB */
+ 1182, /* GL_MODELVIEW20_ARB */
+ 1183, /* GL_MODELVIEW21_ARB */
+ 1184, /* GL_MODELVIEW22_ARB */
+ 1185, /* GL_MODELVIEW23_ARB */
+ 1186, /* GL_MODELVIEW24_ARB */
+ 1187, /* GL_MODELVIEW25_ARB */
+ 1188, /* GL_MODELVIEW26_ARB */
+ 1189, /* GL_MODELVIEW27_ARB */
+ 1190, /* GL_MODELVIEW28_ARB */
+ 1191, /* GL_MODELVIEW29_ARB */
+ 1193, /* GL_MODELVIEW30_ARB */
+ 1194, /* GL_MODELVIEW31_ARB */
451, /* GL_DOT3_RGB_EXT */
- 1459, /* GL_PROGRAM_BINARY_LENGTH */
- 1164, /* GL_MIRROR_CLAMP_EXT */
- 1167, /* GL_MIRROR_CLAMP_TO_EDGE_EXT */
- 1206, /* GL_MODULATE_ADD_ATI */
- 1207, /* GL_MODULATE_SIGNED_ADD_ATI */
- 1208, /* GL_MODULATE_SUBTRACT_ATI */
- 2313, /* GL_YCBCR_MESA */
- 1305, /* GL_PACK_INVERT_MESA */
+ 1460, /* GL_PROGRAM_BINARY_LENGTH */
+ 1165, /* GL_MIRROR_CLAMP_EXT */
+ 1168, /* GL_MIRROR_CLAMP_TO_EDGE_EXT */
+ 1207, /* GL_MODULATE_ADD_ATI */
+ 1208, /* GL_MODULATE_SIGNED_ADD_ATI */
+ 1209, /* GL_MODULATE_SUBTRACT_ATI */
+ 2314, /* GL_YCBCR_MESA */
+ 1306, /* GL_PACK_INVERT_MESA */
392, /* GL_DEBUG_OBJECT_MESA */
393, /* GL_DEBUG_PRINT_MESA */
391, /* GL_DEBUG_ASSERT_MESA */
@@ -5703,31 +5705,31 @@ static const unsigned reduced_enums[1563] =
510, /* GL_DU8DV8_ATI */
143, /* GL_BUMP_ENVMAP_ATI */
147, /* GL_BUMP_TARGET_ATI */
- 1248, /* GL_NUM_PROGRAM_BINARY_FORMATS */
- 1457, /* GL_PROGRAM_BINARY_FORMATS */
- 1839, /* GL_STENCIL_BACK_FUNC */
- 1837, /* GL_STENCIL_BACK_FAIL */
- 1841, /* GL_STENCIL_BACK_PASS_DEPTH_FAIL */
- 1843, /* GL_STENCIL_BACK_PASS_DEPTH_PASS */
+ 1249, /* GL_NUM_PROGRAM_BINARY_FORMATS */
+ 1458, /* GL_PROGRAM_BINARY_FORMATS */
+ 1840, /* GL_STENCIL_BACK_FUNC */
+ 1838, /* GL_STENCIL_BACK_FAIL */
+ 1842, /* GL_STENCIL_BACK_PASS_DEPTH_FAIL */
+ 1844, /* GL_STENCIL_BACK_PASS_DEPTH_PASS */
600, /* GL_FRAGMENT_PROGRAM_ARB */
- 1455, /* GL_PROGRAM_ALU_INSTRUCTIONS_ARB */
- 1490, /* GL_PROGRAM_TEX_INSTRUCTIONS_ARB */
- 1489, /* GL_PROGRAM_TEX_INDIRECTIONS_ARB */
- 1472, /* GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB */
- 1478, /* GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB */
- 1477, /* GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB */
- 1072, /* GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB */
- 1097, /* GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB */
- 1096, /* GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB */
- 1085, /* GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB */
- 1091, /* GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB */
- 1090, /* GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB */
- 1667, /* GL_RGBA32F */
- 1630, /* GL_RGB32F */
- 1658, /* GL_RGBA16F */
- 1622, /* GL_RGB16F */
- 1686, /* GL_RGBA_FLOAT_MODE_ARB */
- 1041, /* GL_MAX_DRAW_BUFFERS */
+ 1456, /* GL_PROGRAM_ALU_INSTRUCTIONS_ARB */
+ 1491, /* GL_PROGRAM_TEX_INSTRUCTIONS_ARB */
+ 1490, /* GL_PROGRAM_TEX_INDIRECTIONS_ARB */
+ 1473, /* GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB */
+ 1479, /* GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB */
+ 1478, /* GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB */
+ 1073, /* GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB */
+ 1098, /* GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB */
+ 1097, /* GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB */
+ 1086, /* GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB */
+ 1092, /* GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB */
+ 1091, /* GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB */
+ 1668, /* GL_RGBA32F */
+ 1631, /* GL_RGB32F */
+ 1659, /* GL_RGBA16F */
+ 1623, /* GL_RGB16F */
+ 1687, /* GL_RGBA_FLOAT_MODE_ARB */
+ 1042, /* GL_MAX_DRAW_BUFFERS */
455, /* GL_DRAW_BUFFER0 */
458, /* GL_DRAW_BUFFER1 */
479, /* GL_DRAW_BUFFER2 */
@@ -5745,184 +5747,184 @@ static const unsigned reduced_enums[1563] =
471, /* GL_DRAW_BUFFER14 */
474, /* GL_DRAW_BUFFER15 */
97, /* GL_BLEND_EQUATION_ALPHA */
- 1015, /* GL_MATRIX_PALETTE_ARB */
- 1065, /* GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB */
- 1068, /* GL_MAX_PALETTE_MATRICES_ARB */
+ 1016, /* GL_MATRIX_PALETTE_ARB */
+ 1066, /* GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB */
+ 1069, /* GL_MAX_PALETTE_MATRICES_ARB */
373, /* GL_CURRENT_PALETTE_MATRIX_ARB */
- 1003, /* GL_MATRIX_INDEX_ARRAY_ARB */
+ 1004, /* GL_MATRIX_INDEX_ARRAY_ARB */
368, /* GL_CURRENT_MATRIX_INDEX_ARB */
- 1008, /* GL_MATRIX_INDEX_ARRAY_SIZE_ARB */
- 1012, /* GL_MATRIX_INDEX_ARRAY_TYPE_ARB */
- 1010, /* GL_MATRIX_INDEX_ARRAY_STRIDE_ARB */
- 1006, /* GL_MATRIX_INDEX_ARRAY_POINTER_ARB */
- 2059, /* GL_TEXTURE_DEPTH_SIZE */
+ 1009, /* GL_MATRIX_INDEX_ARRAY_SIZE_ARB */
+ 1013, /* GL_MATRIX_INDEX_ARRAY_TYPE_ARB */
+ 1011, /* GL_MATRIX_INDEX_ARRAY_STRIDE_ARB */
+ 1007, /* GL_MATRIX_INDEX_ARRAY_POINTER_ARB */
+ 2060, /* GL_TEXTURE_DEPTH_SIZE */
439, /* GL_DEPTH_TEXTURE_MODE */
- 2016, /* GL_TEXTURE_COMPARE_MODE */
- 2014, /* GL_TEXTURE_COMPARE_FUNC */
+ 2017, /* GL_TEXTURE_COMPARE_MODE */
+ 2015, /* GL_TEXTURE_COMPARE_FUNC */
284, /* GL_COMPARE_REF_TO_TEXTURE */
- 1382, /* GL_POINT_SPRITE */
+ 1383, /* GL_POINT_SPRITE */
347, /* GL_COORD_REPLACE */
- 1387, /* GL_POINT_SPRITE_R_MODE_NV */
- 1530, /* GL_QUERY_COUNTER_BITS */
+ 1388, /* GL_POINT_SPRITE_R_MODE_NV */
+ 1531, /* GL_QUERY_COUNTER_BITS */
376, /* GL_CURRENT_QUERY */
- 1534, /* GL_QUERY_RESULT */
- 1536, /* GL_QUERY_RESULT_AVAILABLE */
- 1135, /* GL_MAX_VERTEX_ATTRIBS */
- 2266, /* GL_VERTEX_ATTRIB_ARRAY_NORMALIZED */
+ 1535, /* GL_QUERY_RESULT */
+ 1537, /* GL_QUERY_RESULT_AVAILABLE */
+ 1136, /* GL_MAX_VERTEX_ATTRIBS */
+ 2267, /* GL_VERTEX_ATTRIB_ARRAY_NORMALIZED */
437, /* GL_DEPTH_STENCIL_TO_RGBA_NV */
436, /* GL_DEPTH_STENCIL_TO_BGRA_NV */
- 1112, /* GL_MAX_TEXTURE_COORDS */
- 1114, /* GL_MAX_TEXTURE_IMAGE_UNITS */
- 1465, /* GL_PROGRAM_ERROR_STRING_ARB */
- 1467, /* GL_PROGRAM_FORMAT_ASCII_ARB */
- 1466, /* GL_PROGRAM_FORMAT_ARB */
- 2115, /* GL_TEXTURE_UNSIGNED_REMAP_MODE_NV */
+ 1113, /* GL_MAX_TEXTURE_COORDS */
+ 1115, /* GL_MAX_TEXTURE_IMAGE_UNITS */
+ 1466, /* GL_PROGRAM_ERROR_STRING_ARB */
+ 1468, /* GL_PROGRAM_FORMAT_ASCII_ARB */
+ 1467, /* GL_PROGRAM_FORMAT_ARB */
+ 2116, /* GL_TEXTURE_UNSIGNED_REMAP_MODE_NV */
409, /* GL_DEPTH_BOUNDS_TEST_EXT */
408, /* GL_DEPTH_BOUNDS_EXT */
61, /* GL_ARRAY_BUFFER */
524, /* GL_ELEMENT_ARRAY_BUFFER */
62, /* GL_ARRAY_BUFFER_BINDING */
525, /* GL_ELEMENT_ARRAY_BUFFER_BINDING */
- 2237, /* GL_VERTEX_ARRAY_BUFFER_BINDING */
- 1233, /* GL_NORMAL_ARRAY_BUFFER_BINDING */
+ 2238, /* GL_VERTEX_ARRAY_BUFFER_BINDING */
+ 1234, /* GL_NORMAL_ARRAY_BUFFER_BINDING */
190, /* GL_COLOR_ARRAY_BUFFER_BINDING */
738, /* GL_INDEX_ARRAY_BUFFER_BINDING */
- 2029, /* GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING */
+ 2030, /* GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING */
520, /* GL_EDGE_FLAG_ARRAY_BUFFER_BINDING */
- 1747, /* GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING */
+ 1748, /* GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING */
578, /* GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING */
- 2294, /* GL_WEIGHT_ARRAY_BUFFER_BINDING */
- 2259, /* GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING */
- 1468, /* GL_PROGRAM_INSTRUCTIONS_ARB */
- 1078, /* GL_MAX_PROGRAM_INSTRUCTIONS_ARB */
- 1474, /* GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB */
- 1087, /* GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB */
- 1488, /* GL_PROGRAM_TEMPORARIES_ARB */
- 1093, /* GL_MAX_PROGRAM_TEMPORARIES_ARB */
- 1476, /* GL_PROGRAM_NATIVE_TEMPORARIES_ARB */
- 1089, /* GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB */
- 1480, /* GL_PROGRAM_PARAMETERS_ARB */
- 1092, /* GL_MAX_PROGRAM_PARAMETERS_ARB */
- 1475, /* GL_PROGRAM_NATIVE_PARAMETERS_ARB */
- 1088, /* GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB */
- 1456, /* GL_PROGRAM_ATTRIBS_ARB */
- 1073, /* GL_MAX_PROGRAM_ATTRIBS_ARB */
- 1473, /* GL_PROGRAM_NATIVE_ATTRIBS_ARB */
- 1086, /* GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB */
- 1454, /* GL_PROGRAM_ADDRESS_REGISTERS_ARB */
- 1071, /* GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB */
- 1471, /* GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB */
- 1084, /* GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB */
- 1079, /* GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB */
- 1075, /* GL_MAX_PROGRAM_ENV_PARAMETERS_ARB */
- 1491, /* GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB */
- 2148, /* GL_TRANSPOSE_CURRENT_MATRIX_ARB */
- 1553, /* GL_READ_ONLY */
- 2308, /* GL_WRITE_ONLY */
- 1555, /* GL_READ_WRITE */
+ 2295, /* GL_WEIGHT_ARRAY_BUFFER_BINDING */
+ 2260, /* GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING */
+ 1469, /* GL_PROGRAM_INSTRUCTIONS_ARB */
+ 1079, /* GL_MAX_PROGRAM_INSTRUCTIONS_ARB */
+ 1475, /* GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB */
+ 1088, /* GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB */
+ 1489, /* GL_PROGRAM_TEMPORARIES_ARB */
+ 1094, /* GL_MAX_PROGRAM_TEMPORARIES_ARB */
+ 1477, /* GL_PROGRAM_NATIVE_TEMPORARIES_ARB */
+ 1090, /* GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB */
+ 1481, /* GL_PROGRAM_PARAMETERS_ARB */
+ 1093, /* GL_MAX_PROGRAM_PARAMETERS_ARB */
+ 1476, /* GL_PROGRAM_NATIVE_PARAMETERS_ARB */
+ 1089, /* GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB */
+ 1457, /* GL_PROGRAM_ATTRIBS_ARB */
+ 1074, /* GL_MAX_PROGRAM_ATTRIBS_ARB */
+ 1474, /* GL_PROGRAM_NATIVE_ATTRIBS_ARB */
+ 1087, /* GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB */
+ 1455, /* GL_PROGRAM_ADDRESS_REGISTERS_ARB */
+ 1072, /* GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB */
+ 1472, /* GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB */
+ 1085, /* GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB */
+ 1080, /* GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB */
+ 1076, /* GL_MAX_PROGRAM_ENV_PARAMETERS_ARB */
+ 1492, /* GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB */
+ 2149, /* GL_TRANSPOSE_CURRENT_MATRIX_ARB */
+ 1554, /* GL_READ_ONLY */
+ 2309, /* GL_WRITE_ONLY */
+ 1556, /* GL_READ_WRITE */
124, /* GL_BUFFER_ACCESS */
129, /* GL_BUFFER_MAPPED */
134, /* GL_BUFFER_MAP_POINTER */
- 2122, /* GL_TIME_ELAPSED_EXT */
- 963, /* GL_MATRIX0_ARB */
- 975, /* GL_MATRIX1_ARB */
- 987, /* GL_MATRIX2_ARB */
- 991, /* GL_MATRIX3_ARB */
- 993, /* GL_MATRIX4_ARB */
- 995, /* GL_MATRIX5_ARB */
- 997, /* GL_MATRIX6_ARB */
- 999, /* GL_MATRIX7_ARB */
- 1001, /* GL_MATRIX8_ARB */
- 1002, /* GL_MATRIX9_ARB */
- 965, /* GL_MATRIX10_ARB */
- 966, /* GL_MATRIX11_ARB */
- 967, /* GL_MATRIX12_ARB */
- 968, /* GL_MATRIX13_ARB */
- 969, /* GL_MATRIX14_ARB */
- 970, /* GL_MATRIX15_ARB */
- 971, /* GL_MATRIX16_ARB */
- 972, /* GL_MATRIX17_ARB */
- 973, /* GL_MATRIX18_ARB */
- 974, /* GL_MATRIX19_ARB */
- 977, /* GL_MATRIX20_ARB */
- 978, /* GL_MATRIX21_ARB */
- 979, /* GL_MATRIX22_ARB */
- 980, /* GL_MATRIX23_ARB */
- 981, /* GL_MATRIX24_ARB */
- 982, /* GL_MATRIX25_ARB */
- 983, /* GL_MATRIX26_ARB */
- 984, /* GL_MATRIX27_ARB */
- 985, /* GL_MATRIX28_ARB */
- 986, /* GL_MATRIX29_ARB */
- 989, /* GL_MATRIX30_ARB */
- 990, /* GL_MATRIX31_ARB */
- 1880, /* GL_STREAM_DRAW */
- 1882, /* GL_STREAM_READ */
- 1878, /* GL_STREAM_COPY */
- 1829, /* GL_STATIC_DRAW */
- 1831, /* GL_STATIC_READ */
- 1827, /* GL_STATIC_COPY */
+ 2123, /* GL_TIME_ELAPSED_EXT */
+ 964, /* GL_MATRIX0_ARB */
+ 976, /* GL_MATRIX1_ARB */
+ 988, /* GL_MATRIX2_ARB */
+ 992, /* GL_MATRIX3_ARB */
+ 994, /* GL_MATRIX4_ARB */
+ 996, /* GL_MATRIX5_ARB */
+ 998, /* GL_MATRIX6_ARB */
+ 1000, /* GL_MATRIX7_ARB */
+ 1002, /* GL_MATRIX8_ARB */
+ 1003, /* GL_MATRIX9_ARB */
+ 966, /* GL_MATRIX10_ARB */
+ 967, /* GL_MATRIX11_ARB */
+ 968, /* GL_MATRIX12_ARB */
+ 969, /* GL_MATRIX13_ARB */
+ 970, /* GL_MATRIX14_ARB */
+ 971, /* GL_MATRIX15_ARB */
+ 972, /* GL_MATRIX16_ARB */
+ 973, /* GL_MATRIX17_ARB */
+ 974, /* GL_MATRIX18_ARB */
+ 975, /* GL_MATRIX19_ARB */
+ 978, /* GL_MATRIX20_ARB */
+ 979, /* GL_MATRIX21_ARB */
+ 980, /* GL_MATRIX22_ARB */
+ 981, /* GL_MATRIX23_ARB */
+ 982, /* GL_MATRIX24_ARB */
+ 983, /* GL_MATRIX25_ARB */
+ 984, /* GL_MATRIX26_ARB */
+ 985, /* GL_MATRIX27_ARB */
+ 986, /* GL_MATRIX28_ARB */
+ 987, /* GL_MATRIX29_ARB */
+ 990, /* GL_MATRIX30_ARB */
+ 991, /* GL_MATRIX31_ARB */
+ 1881, /* GL_STREAM_DRAW */
+ 1883, /* GL_STREAM_READ */
+ 1879, /* GL_STREAM_COPY */
+ 1830, /* GL_STATIC_DRAW */
+ 1832, /* GL_STATIC_READ */
+ 1828, /* GL_STATIC_COPY */
514, /* GL_DYNAMIC_DRAW */
516, /* GL_DYNAMIC_READ */
512, /* GL_DYNAMIC_COPY */
- 1345, /* GL_PIXEL_PACK_BUFFER */
- 1349, /* GL_PIXEL_UNPACK_BUFFER */
- 1346, /* GL_PIXEL_PACK_BUFFER_BINDING */
- 1350, /* GL_PIXEL_UNPACK_BUFFER_BINDING */
+ 1346, /* GL_PIXEL_PACK_BUFFER */
+ 1350, /* GL_PIXEL_UNPACK_BUFFER */
+ 1347, /* GL_PIXEL_PACK_BUFFER_BINDING */
+ 1351, /* GL_PIXEL_UNPACK_BUFFER_BINDING */
400, /* GL_DEPTH24_STENCIL8 */
- 2111, /* GL_TEXTURE_STENCIL_SIZE */
- 2057, /* GL_TEXTURE_CUBE_MAP_SEAMLESS */
- 1074, /* GL_MAX_PROGRAM_CALL_DEPTH_NV */
- 1077, /* GL_MAX_PROGRAM_IF_DEPTH_NV */
- 1081, /* GL_MAX_PROGRAM_LOOP_DEPTH_NV */
- 1080, /* GL_MAX_PROGRAM_LOOP_COUNT_NV */
- 2264, /* GL_VERTEX_ATTRIB_ARRAY_INTEGER */
- 2261, /* GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB */
- 1020, /* GL_MAX_ARRAY_TEXTURE_LAYERS */
- 1158, /* GL_MIN_PROGRAM_TEXEL_OFFSET */
- 1094, /* GL_MAX_PROGRAM_TEXEL_OFFSET */
- 1871, /* GL_STENCIL_TEST_TWO_SIDE_EXT */
+ 2112, /* GL_TEXTURE_STENCIL_SIZE */
+ 2058, /* GL_TEXTURE_CUBE_MAP_SEAMLESS */
+ 1075, /* GL_MAX_PROGRAM_CALL_DEPTH_NV */
+ 1078, /* GL_MAX_PROGRAM_IF_DEPTH_NV */
+ 1082, /* GL_MAX_PROGRAM_LOOP_DEPTH_NV */
+ 1081, /* GL_MAX_PROGRAM_LOOP_COUNT_NV */
+ 2265, /* GL_VERTEX_ATTRIB_ARRAY_INTEGER */
+ 2262, /* GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB */
+ 1021, /* GL_MAX_ARRAY_TEXTURE_LAYERS */
+ 1159, /* GL_MIN_PROGRAM_TEXEL_OFFSET */
+ 1095, /* GL_MAX_PROGRAM_TEXEL_OFFSET */
+ 1872, /* GL_STENCIL_TEST_TWO_SIDE_EXT */
18, /* GL_ACTIVE_STENCIL_FACE_EXT */
- 1165, /* GL_MIRROR_CLAMP_TO_BORDER_EXT */
- 1728, /* GL_SAMPLES_PASSED */
+ 1166, /* GL_MIRROR_CLAMP_TO_BORDER_EXT */
+ 1729, /* GL_SAMPLES_PASSED */
693, /* GL_GEOMETRY_VERTICES_OUT */
687, /* GL_GEOMETRY_INPUT_TYPE */
689, /* GL_GEOMETRY_OUTPUT_TYPE */
- 1719, /* GL_SAMPLER_BINDING */
+ 1720, /* GL_SAMPLER_BINDING */
164, /* GL_CLAMP_VERTEX_COLOR_ARB */
156, /* GL_CLAMP_FRAGMENT_COLOR_ARB */
157, /* GL_CLAMP_READ_COLOR */
550, /* GL_FIXED_ONLY */
- 1369, /* GL_POINT_SIZE_ARRAY_TYPE_OES */
- 1368, /* GL_POINT_SIZE_ARRAY_STRIDE_OES */
- 1367, /* GL_POINT_SIZE_ARRAY_POINTER_OES */
- 1202, /* GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES */
- 1494, /* GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES */
- 2091, /* GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES */
+ 1370, /* GL_POINT_SIZE_ARRAY_TYPE_OES */
+ 1369, /* GL_POINT_SIZE_ARRAY_STRIDE_OES */
+ 1368, /* GL_POINT_SIZE_ARRAY_POINTER_OES */
+ 1203, /* GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES */
+ 1495, /* GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES */
+ 2092, /* GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES */
138, /* GL_BUFFER_SERIALIZED_MODIFY_APPLE */
128, /* GL_BUFFER_FLUSHING_UNMAP_APPLE */
- 1570, /* GL_RELEASED_APPLE */
- 2291, /* GL_VOLATILE_APPLE */
- 1610, /* GL_RETAINED_APPLE */
- 2165, /* GL_UNDEFINED_APPLE */
- 1518, /* GL_PURGEABLE_APPLE */
+ 1571, /* GL_RELEASED_APPLE */
+ 2292, /* GL_VOLATILE_APPLE */
+ 1611, /* GL_RETAINED_APPLE */
+ 2166, /* GL_UNDEFINED_APPLE */
+ 1519, /* GL_PURGEABLE_APPLE */
601, /* GL_FRAGMENT_SHADER */
- 2286, /* GL_VERTEX_SHADER */
- 1479, /* GL_PROGRAM_OBJECT_ARB */
- 1764, /* GL_SHADER_OBJECT_ARB */
- 1049, /* GL_MAX_FRAGMENT_UNIFORM_COMPONENTS */
- 1140, /* GL_MAX_VERTEX_UNIFORM_COMPONENTS */
- 1131, /* GL_MAX_VARYING_COMPONENTS */
- 1138, /* GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS */
- 1032, /* GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS */
- 1265, /* GL_OBJECT_TYPE_ARB */
- 1766, /* GL_SHADER_TYPE */
+ 2287, /* GL_VERTEX_SHADER */
+ 1480, /* GL_PROGRAM_OBJECT_ARB */
+ 1765, /* GL_SHADER_OBJECT_ARB */
+ 1050, /* GL_MAX_FRAGMENT_UNIFORM_COMPONENTS */
+ 1141, /* GL_MAX_VERTEX_UNIFORM_COMPONENTS */
+ 1132, /* GL_MAX_VARYING_COMPONENTS */
+ 1139, /* GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS */
+ 1033, /* GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS */
+ 1266, /* GL_OBJECT_TYPE_ARB */
+ 1767, /* GL_SHADER_TYPE */
566, /* GL_FLOAT_VEC2 */
568, /* GL_FLOAT_VEC3 */
570, /* GL_FLOAT_VEC4 */
- 791, /* GL_INT_VEC2 */
- 793, /* GL_INT_VEC3 */
- 795, /* GL_INT_VEC4 */
+ 792, /* GL_INT_VEC2 */
+ 794, /* GL_INT_VEC3 */
+ 796, /* GL_INT_VEC4 */
116, /* GL_BOOL */
118, /* GL_BOOL_VEC2 */
120, /* GL_BOOL_VEC3 */
@@ -5930,14 +5932,14 @@ static const unsigned reduced_enums[1563] =
554, /* GL_FLOAT_MAT2 */
558, /* GL_FLOAT_MAT3 */
562, /* GL_FLOAT_MAT4 */
- 1703, /* GL_SAMPLER_1D */
- 1709, /* GL_SAMPLER_2D */
- 1717, /* GL_SAMPLER_3D */
- 1722, /* GL_SAMPLER_CUBE */
- 1708, /* GL_SAMPLER_1D_SHADOW */
- 1716, /* GL_SAMPLER_2D_SHADOW */
- 1714, /* GL_SAMPLER_2D_RECT */
- 1715, /* GL_SAMPLER_2D_RECT_SHADOW */
+ 1704, /* GL_SAMPLER_1D */
+ 1710, /* GL_SAMPLER_2D */
+ 1718, /* GL_SAMPLER_3D */
+ 1723, /* GL_SAMPLER_CUBE */
+ 1709, /* GL_SAMPLER_1D_SHADOW */
+ 1717, /* GL_SAMPLER_2D_SHADOW */
+ 1715, /* GL_SAMPLER_2D_RECT */
+ 1716, /* GL_SAMPLER_2D_RECT_SHADOW */
556, /* GL_FLOAT_MAT2x3 */
557, /* GL_FLOAT_MAT2x4 */
560, /* GL_FLOAT_MAT3x2 */
@@ -5946,91 +5948,91 @@ static const unsigned reduced_enums[1563] =
565, /* GL_FLOAT_MAT4x3 */
398, /* GL_DELETE_STATUS */
289, /* GL_COMPILE_STATUS */
- 852, /* GL_LINK_STATUS */
- 2231, /* GL_VALIDATE_STATUS */
+ 853, /* GL_LINK_STATUS */
+ 2232, /* GL_VALIDATE_STATUS */
750, /* GL_INFO_LOG_LENGTH */
64, /* GL_ATTACHED_SHADERS */
21, /* GL_ACTIVE_UNIFORMS */
22, /* GL_ACTIVE_UNIFORM_MAX_LENGTH */
- 1765, /* GL_SHADER_SOURCE_LENGTH */
+ 1766, /* GL_SHADER_SOURCE_LENGTH */
15, /* GL_ACTIVE_ATTRIBUTES */
16, /* GL_ACTIVE_ATTRIBUTE_MAX_LENGTH */
603, /* GL_FRAGMENT_SHADER_DERIVATIVE_HINT */
- 1768, /* GL_SHADING_LANGUAGE_VERSION */
+ 1769, /* GL_SHADING_LANGUAGE_VERSION */
375, /* GL_CURRENT_PROGRAM */
- 1314, /* GL_PALETTE4_RGB8_OES */
- 1316, /* GL_PALETTE4_RGBA8_OES */
- 1312, /* GL_PALETTE4_R5_G6_B5_OES */
- 1315, /* GL_PALETTE4_RGBA4_OES */
- 1313, /* GL_PALETTE4_RGB5_A1_OES */
- 1319, /* GL_PALETTE8_RGB8_OES */
- 1321, /* GL_PALETTE8_RGBA8_OES */
- 1317, /* GL_PALETTE8_R5_G6_B5_OES */
- 1320, /* GL_PALETTE8_RGBA4_OES */
- 1318, /* GL_PALETTE8_RGB5_A1_OES */
+ 1315, /* GL_PALETTE4_RGB8_OES */
+ 1317, /* GL_PALETTE4_RGBA8_OES */
+ 1313, /* GL_PALETTE4_R5_G6_B5_OES */
+ 1316, /* GL_PALETTE4_RGBA4_OES */
+ 1314, /* GL_PALETTE4_RGB5_A1_OES */
+ 1320, /* GL_PALETTE8_RGB8_OES */
+ 1322, /* GL_PALETTE8_RGBA8_OES */
+ 1318, /* GL_PALETTE8_R5_G6_B5_OES */
+ 1321, /* GL_PALETTE8_RGBA4_OES */
+ 1319, /* GL_PALETTE8_RGB5_A1_OES */
731, /* GL_IMPLEMENTATION_COLOR_READ_TYPE */
729, /* GL_IMPLEMENTATION_COLOR_READ_FORMAT */
- 1366, /* GL_POINT_SIZE_ARRAY_OES */
- 2035, /* GL_TEXTURE_CROP_RECT_OES */
- 1004, /* GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES */
- 1365, /* GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES */
- 2214, /* GL_UNSIGNED_NORMALIZED */
- 1968, /* GL_TEXTURE_1D_ARRAY */
- 1504, /* GL_PROXY_TEXTURE_1D_ARRAY */
- 1971, /* GL_TEXTURE_2D_ARRAY */
- 1508, /* GL_PROXY_TEXTURE_2D_ARRAY */
- 1979, /* GL_TEXTURE_BINDING_1D_ARRAY */
- 1982, /* GL_TEXTURE_BINDING_2D_ARRAY */
- 1056, /* GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS */
- 1999, /* GL_TEXTURE_BUFFER */
- 1110, /* GL_MAX_TEXTURE_BUFFER_SIZE */
- 1986, /* GL_TEXTURE_BINDING_BUFFER */
- 2001, /* GL_TEXTURE_BUFFER_DATA_STORE_BINDING */
- 2003, /* GL_TEXTURE_BUFFER_FORMAT */
- 1541, /* GL_R11F_G11F_B10F */
- 2180, /* GL_UNSIGNED_INT_10F_11F_11F_REV */
- 1653, /* GL_RGB9_E5 */
- 2189, /* GL_UNSIGNED_INT_5_9_9_9_REV */
- 2109, /* GL_TEXTURE_SHARED_SIZE */
- 1821, /* GL_SRGB */
- 1822, /* GL_SRGB8 */
- 1824, /* GL_SRGB_ALPHA */
- 1823, /* GL_SRGB8_ALPHA8 */
- 1781, /* GL_SLUMINANCE_ALPHA */
- 1780, /* GL_SLUMINANCE8_ALPHA8 */
- 1778, /* GL_SLUMINANCE */
- 1779, /* GL_SLUMINANCE8 */
+ 1367, /* GL_POINT_SIZE_ARRAY_OES */
+ 2036, /* GL_TEXTURE_CROP_RECT_OES */
+ 1005, /* GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES */
+ 1366, /* GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES */
+ 2215, /* GL_UNSIGNED_NORMALIZED */
+ 1969, /* GL_TEXTURE_1D_ARRAY */
+ 1505, /* GL_PROXY_TEXTURE_1D_ARRAY */
+ 1972, /* GL_TEXTURE_2D_ARRAY */
+ 1509, /* GL_PROXY_TEXTURE_2D_ARRAY */
+ 1980, /* GL_TEXTURE_BINDING_1D_ARRAY */
+ 1983, /* GL_TEXTURE_BINDING_2D_ARRAY */
+ 1057, /* GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS */
+ 2000, /* GL_TEXTURE_BUFFER */
+ 1111, /* GL_MAX_TEXTURE_BUFFER_SIZE */
+ 1987, /* GL_TEXTURE_BINDING_BUFFER */
+ 2002, /* GL_TEXTURE_BUFFER_DATA_STORE_BINDING */
+ 2004, /* GL_TEXTURE_BUFFER_FORMAT */
+ 1542, /* GL_R11F_G11F_B10F */
+ 2181, /* GL_UNSIGNED_INT_10F_11F_11F_REV */
+ 1654, /* GL_RGB9_E5 */
+ 2190, /* GL_UNSIGNED_INT_5_9_9_9_REV */
+ 2110, /* GL_TEXTURE_SHARED_SIZE */
+ 1822, /* GL_SRGB */
+ 1823, /* GL_SRGB8 */
+ 1825, /* GL_SRGB_ALPHA */
+ 1824, /* GL_SRGB8_ALPHA8 */
+ 1782, /* GL_SLUMINANCE_ALPHA */
+ 1781, /* GL_SLUMINANCE8_ALPHA8 */
+ 1779, /* GL_SLUMINANCE */
+ 1780, /* GL_SLUMINANCE8 */
312, /* GL_COMPRESSED_SRGB */
313, /* GL_COMPRESSED_SRGB_ALPHA */
310, /* GL_COMPRESSED_SLUMINANCE */
311, /* GL_COMPRESSED_SLUMINANCE_ALPHA */
- 2144, /* GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH */
- 2133, /* GL_TRANSFORM_FEEDBACK_BUFFER_MODE */
- 1129, /* GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS */
- 2142, /* GL_TRANSFORM_FEEDBACK_VARYINGS */
- 2138, /* GL_TRANSFORM_FEEDBACK_BUFFER_START */
- 2136, /* GL_TRANSFORM_FEEDBACK_BUFFER_SIZE */
- 1448, /* GL_PRIMITIVES_GENERATED */
- 2140, /* GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN */
- 1545, /* GL_RASTERIZER_DISCARD */
- 1125, /* GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS */
- 1127, /* GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS */
+ 2145, /* GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH */
+ 2134, /* GL_TRANSFORM_FEEDBACK_BUFFER_MODE */
+ 1130, /* GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS */
+ 2143, /* GL_TRANSFORM_FEEDBACK_VARYINGS */
+ 2139, /* GL_TRANSFORM_FEEDBACK_BUFFER_START */
+ 2137, /* GL_TRANSFORM_FEEDBACK_BUFFER_SIZE */
+ 1449, /* GL_PRIMITIVES_GENERATED */
+ 2141, /* GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN */
+ 1546, /* GL_RASTERIZER_DISCARD */
+ 1126, /* GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS */
+ 1128, /* GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS */
769, /* GL_INTERLEAVED_ATTRIBS */
- 1757, /* GL_SEPARATE_ATTRIBS */
- 2128, /* GL_TRANSFORM_FEEDBACK_BUFFER */
- 2130, /* GL_TRANSFORM_FEEDBACK_BUFFER_BINDING */
- 1384, /* GL_POINT_SPRITE_COORD_ORIGIN */
- 861, /* GL_LOWER_LEFT */
- 2228, /* GL_UPPER_LEFT */
- 1845, /* GL_STENCIL_BACK_REF */
- 1846, /* GL_STENCIL_BACK_VALUE_MASK */
- 1847, /* GL_STENCIL_BACK_WRITEMASK */
+ 1758, /* GL_SEPARATE_ATTRIBS */
+ 2129, /* GL_TRANSFORM_FEEDBACK_BUFFER */
+ 2131, /* GL_TRANSFORM_FEEDBACK_BUFFER_BINDING */
+ 1385, /* GL_POINT_SPRITE_COORD_ORIGIN */
+ 862, /* GL_LOWER_LEFT */
+ 2229, /* GL_UPPER_LEFT */
+ 1846, /* GL_STENCIL_BACK_REF */
+ 1847, /* GL_STENCIL_BACK_VALUE_MASK */
+ 1848, /* GL_STENCIL_BACK_WRITEMASK */
504, /* GL_DRAW_FRAMEBUFFER_BINDING */
- 1575, /* GL_RENDERBUFFER_BINDING */
- 1549, /* GL_READ_FRAMEBUFFER */
+ 1576, /* GL_RENDERBUFFER_BINDING */
+ 1550, /* GL_READ_FRAMEBUFFER */
503, /* GL_DRAW_FRAMEBUFFER */
- 1550, /* GL_READ_FRAMEBUFFER_BINDING */
- 1594, /* GL_RENDERBUFFER_SAMPLES */
+ 1551, /* GL_READ_FRAMEBUFFER_BINDING */
+ 1595, /* GL_RENDERBUFFER_SAMPLES */
617, /* GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE */
614, /* GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME */
629, /* GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL */
@@ -6046,7 +6048,7 @@ static const unsigned reduced_enums[1563] =
660, /* GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER */
666, /* GL_FRAMEBUFFER_UNSUPPORTED */
664, /* GL_FRAMEBUFFER_STATUS_ERROR_EXT */
- 1028, /* GL_MAX_COLOR_ATTACHMENTS */
+ 1029, /* GL_MAX_COLOR_ATTACHMENTS */
196, /* GL_COLOR_ATTACHMENT0 */
199, /* GL_COLOR_ATTACHMENT1 */
213, /* GL_COLOR_ATTACHMENT2 */
@@ -6064,183 +6066,184 @@ static const unsigned reduced_enums[1563] =
208, /* GL_COLOR_ATTACHMENT14 */
210, /* GL_COLOR_ATTACHMENT15 */
403, /* GL_DEPTH_ATTACHMENT */
- 1834, /* GL_STENCIL_ATTACHMENT */
+ 1835, /* GL_STENCIL_ATTACHMENT */
605, /* GL_FRAMEBUFFER */
- 1572, /* GL_RENDERBUFFER */
- 1598, /* GL_RENDERBUFFER_WIDTH */
- 1585, /* GL_RENDERBUFFER_HEIGHT */
- 1588, /* GL_RENDERBUFFER_INTERNAL_FORMAT */
- 1866, /* GL_STENCIL_INDEX_EXT */
- 1855, /* GL_STENCIL_INDEX1 */
- 1860, /* GL_STENCIL_INDEX4 */
- 1863, /* GL_STENCIL_INDEX8 */
- 1856, /* GL_STENCIL_INDEX16 */
- 1592, /* GL_RENDERBUFFER_RED_SIZE */
- 1583, /* GL_RENDERBUFFER_GREEN_SIZE */
- 1578, /* GL_RENDERBUFFER_BLUE_SIZE */
- 1573, /* GL_RENDERBUFFER_ALPHA_SIZE */
- 1580, /* GL_RENDERBUFFER_DEPTH_SIZE */
- 1596, /* GL_RENDERBUFFER_STENCIL_SIZE */
+ 1573, /* GL_RENDERBUFFER */
+ 1599, /* GL_RENDERBUFFER_WIDTH */
+ 1586, /* GL_RENDERBUFFER_HEIGHT */
+ 1589, /* GL_RENDERBUFFER_INTERNAL_FORMAT */
+ 1867, /* GL_STENCIL_INDEX_EXT */
+ 1856, /* GL_STENCIL_INDEX1 */
+ 1861, /* GL_STENCIL_INDEX4 */
+ 1864, /* GL_STENCIL_INDEX8 */
+ 1857, /* GL_STENCIL_INDEX16 */
+ 1593, /* GL_RENDERBUFFER_RED_SIZE */
+ 1584, /* GL_RENDERBUFFER_GREEN_SIZE */
+ 1579, /* GL_RENDERBUFFER_BLUE_SIZE */
+ 1574, /* GL_RENDERBUFFER_ALPHA_SIZE */
+ 1581, /* GL_RENDERBUFFER_DEPTH_SIZE */
+ 1597, /* GL_RENDERBUFFER_STENCIL_SIZE */
658, /* GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE */
- 1105, /* GL_MAX_SAMPLES */
- 2071, /* GL_TEXTURE_GEN_STR_OES */
+ 1106, /* GL_MAX_SAMPLES */
+ 2072, /* GL_TEXTURE_GEN_STR_OES */
705, /* GL_HALF_FLOAT_OES */
- 1639, /* GL_RGB565 */
- 1670, /* GL_RGBA32UI */
- 1633, /* GL_RGB32UI */
+ 1640, /* GL_RGB565 */
+ 1671, /* GL_RGBA32UI */
+ 1634, /* GL_RGB32UI */
40, /* GL_ALPHA32UI_EXT */
761, /* GL_INTENSITY32UI_EXT */
- 878, /* GL_LUMINANCE32UI_EXT */
- 895, /* GL_LUMINANCE_ALPHA32UI_EXT */
- 1661, /* GL_RGBA16UI */
- 1625, /* GL_RGB16UI */
+ 879, /* GL_LUMINANCE32UI_EXT */
+ 896, /* GL_LUMINANCE_ALPHA32UI_EXT */
+ 1662, /* GL_RGBA16UI */
+ 1626, /* GL_RGB16UI */
37, /* GL_ALPHA16UI_EXT */
758, /* GL_INTENSITY16UI_EXT */
- 873, /* GL_LUMINANCE16UI_EXT */
- 893, /* GL_LUMINANCE_ALPHA16UI_EXT */
- 1680, /* GL_RGBA8UI */
- 1648, /* GL_RGB8UI */
+ 874, /* GL_LUMINANCE16UI_EXT */
+ 894, /* GL_LUMINANCE_ALPHA16UI_EXT */
+ 1681, /* GL_RGBA8UI */
+ 1649, /* GL_RGB8UI */
45, /* GL_ALPHA8UI_EXT */
766, /* GL_INTENSITY8UI_EXT */
- 887, /* GL_LUMINANCE8UI_EXT */
- 897, /* GL_LUMINANCE_ALPHA8UI_EXT */
- 1668, /* GL_RGBA32I */
- 1631, /* GL_RGB32I */
+ 888, /* GL_LUMINANCE8UI_EXT */
+ 898, /* GL_LUMINANCE_ALPHA8UI_EXT */
+ 1669, /* GL_RGBA32I */
+ 1632, /* GL_RGB32I */
39, /* GL_ALPHA32I_EXT */
760, /* GL_INTENSITY32I_EXT */
- 877, /* GL_LUMINANCE32I_EXT */
- 894, /* GL_LUMINANCE_ALPHA32I_EXT */
- 1659, /* GL_RGBA16I */
- 1623, /* GL_RGB16I */
+ 878, /* GL_LUMINANCE32I_EXT */
+ 895, /* GL_LUMINANCE_ALPHA32I_EXT */
+ 1660, /* GL_RGBA16I */
+ 1624, /* GL_RGB16I */
36, /* GL_ALPHA16I_EXT */
757, /* GL_INTENSITY16I_EXT */
- 872, /* GL_LUMINANCE16I_EXT */
- 892, /* GL_LUMINANCE_ALPHA16I_EXT */
- 1678, /* GL_RGBA8I */
- 1646, /* GL_RGB8I */
+ 873, /* GL_LUMINANCE16I_EXT */
+ 893, /* GL_LUMINANCE_ALPHA16I_EXT */
+ 1679, /* GL_RGBA8I */
+ 1647, /* GL_RGB8I */
44, /* GL_ALPHA8I_EXT */
765, /* GL_INTENSITY8I_EXT */
- 886, /* GL_LUMINANCE8I_EXT */
- 896, /* GL_LUMINANCE_ALPHA8I_EXT */
- 1562, /* GL_RED_INTEGER */
+ 887, /* GL_LUMINANCE8I_EXT */
+ 897, /* GL_LUMINANCE_ALPHA8I_EXT */
+ 1563, /* GL_RED_INTEGER */
700, /* GL_GREEN_INTEGER */
113, /* GL_BLUE_INTEGER */
49, /* GL_ALPHA_INTEGER_EXT */
- 1693, /* GL_RGB_INTEGER */
- 1687, /* GL_RGBA_INTEGER */
+ 1694, /* GL_RGB_INTEGER */
+ 1688, /* GL_RGBA_INTEGER */
84, /* GL_BGR_INTEGER */
82, /* GL_BGRA_INTEGER */
- 899, /* GL_LUMINANCE_INTEGER_EXT */
- 898, /* GL_LUMINANCE_ALPHA_INTEGER_EXT */
- 1689, /* GL_RGBA_INTEGER_MODE_EXT */
+ 900, /* GL_LUMINANCE_INTEGER_EXT */
+ 899, /* GL_LUMINANCE_ALPHA_INTEGER_EXT */
+ 1690, /* GL_RGBA_INTEGER_MODE_EXT */
+ 775, /* GL_INT_2_10_10_10_REV */
612, /* GL_FRAMEBUFFER_ATTACHMENT_LAYERED */
653, /* GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS */
652, /* GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB */
- 1704, /* GL_SAMPLER_1D_ARRAY */
- 1710, /* GL_SAMPLER_2D_ARRAY */
- 1720, /* GL_SAMPLER_BUFFER */
- 1706, /* GL_SAMPLER_1D_ARRAY_SHADOW */
- 1712, /* GL_SAMPLER_2D_ARRAY_SHADOW */
- 1723, /* GL_SAMPLER_CUBE_SHADOW */
- 2208, /* GL_UNSIGNED_INT_VEC2 */
- 2210, /* GL_UNSIGNED_INT_VEC3 */
- 2212, /* GL_UNSIGNED_INT_VEC4 */
- 775, /* GL_INT_SAMPLER_1D */
- 779, /* GL_INT_SAMPLER_2D */
- 785, /* GL_INT_SAMPLER_3D */
- 789, /* GL_INT_SAMPLER_CUBE */
- 783, /* GL_INT_SAMPLER_2D_RECT */
- 776, /* GL_INT_SAMPLER_1D_ARRAY */
- 780, /* GL_INT_SAMPLER_2D_ARRAY */
- 787, /* GL_INT_SAMPLER_BUFFER */
- 2192, /* GL_UNSIGNED_INT_SAMPLER_1D */
- 2196, /* GL_UNSIGNED_INT_SAMPLER_2D */
- 2202, /* GL_UNSIGNED_INT_SAMPLER_3D */
- 2206, /* GL_UNSIGNED_INT_SAMPLER_CUBE */
- 2200, /* GL_UNSIGNED_INT_SAMPLER_2D_RECT */
- 2193, /* GL_UNSIGNED_INT_SAMPLER_1D_ARRAY */
- 2197, /* GL_UNSIGNED_INT_SAMPLER_2D_ARRAY */
- 2204, /* GL_UNSIGNED_INT_SAMPLER_BUFFER */
+ 1705, /* GL_SAMPLER_1D_ARRAY */
+ 1711, /* GL_SAMPLER_2D_ARRAY */
+ 1721, /* GL_SAMPLER_BUFFER */
+ 1707, /* GL_SAMPLER_1D_ARRAY_SHADOW */
+ 1713, /* GL_SAMPLER_2D_ARRAY_SHADOW */
+ 1724, /* GL_SAMPLER_CUBE_SHADOW */
+ 2209, /* GL_UNSIGNED_INT_VEC2 */
+ 2211, /* GL_UNSIGNED_INT_VEC3 */
+ 2213, /* GL_UNSIGNED_INT_VEC4 */
+ 776, /* GL_INT_SAMPLER_1D */
+ 780, /* GL_INT_SAMPLER_2D */
+ 786, /* GL_INT_SAMPLER_3D */
+ 790, /* GL_INT_SAMPLER_CUBE */
+ 784, /* GL_INT_SAMPLER_2D_RECT */
+ 777, /* GL_INT_SAMPLER_1D_ARRAY */
+ 781, /* GL_INT_SAMPLER_2D_ARRAY */
+ 788, /* GL_INT_SAMPLER_BUFFER */
+ 2193, /* GL_UNSIGNED_INT_SAMPLER_1D */
+ 2197, /* GL_UNSIGNED_INT_SAMPLER_2D */
+ 2203, /* GL_UNSIGNED_INT_SAMPLER_3D */
+ 2207, /* GL_UNSIGNED_INT_SAMPLER_CUBE */
+ 2201, /* GL_UNSIGNED_INT_SAMPLER_2D_RECT */
+ 2194, /* GL_UNSIGNED_INT_SAMPLER_1D_ARRAY */
+ 2198, /* GL_UNSIGNED_INT_SAMPLER_2D_ARRAY */
+ 2205, /* GL_UNSIGNED_INT_SAMPLER_BUFFER */
691, /* GL_GEOMETRY_SHADER */
694, /* GL_GEOMETRY_VERTICES_OUT_ARB */
688, /* GL_GEOMETRY_INPUT_TYPE_ARB */
690, /* GL_GEOMETRY_OUTPUT_TYPE_ARB */
- 1062, /* GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB */
- 1145, /* GL_MAX_VERTEX_VARYING_COMPONENTS_ARB */
- 1060, /* GL_MAX_GEOMETRY_UNIFORM_COMPONENTS */
- 1054, /* GL_MAX_GEOMETRY_OUTPUT_VERTICES */
- 1058, /* GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS */
- 862, /* GL_LOW_FLOAT */
- 1147, /* GL_MEDIUM_FLOAT */
+ 1063, /* GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB */
+ 1146, /* GL_MAX_VERTEX_VARYING_COMPONENTS_ARB */
+ 1061, /* GL_MAX_GEOMETRY_UNIFORM_COMPONENTS */
+ 1055, /* GL_MAX_GEOMETRY_OUTPUT_VERTICES */
+ 1059, /* GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS */
+ 863, /* GL_LOW_FLOAT */
+ 1148, /* GL_MEDIUM_FLOAT */
706, /* GL_HIGH_FLOAT */
- 863, /* GL_LOW_INT */
- 1148, /* GL_MEDIUM_INT */
+ 864, /* GL_LOW_INT */
+ 1149, /* GL_MEDIUM_INT */
707, /* GL_HIGH_INT */
- 2182, /* GL_UNSIGNED_INT_10_10_10_2_OES */
+ 2183, /* GL_UNSIGNED_INT_10_10_10_2_OES */
774, /* GL_INT_10_10_10_2_OES */
- 1762, /* GL_SHADER_BINARY_FORMATS */
- 1250, /* GL_NUM_SHADER_BINARY_FORMATS */
- 1763, /* GL_SHADER_COMPILER */
- 1142, /* GL_MAX_VERTEX_UNIFORM_VECTORS */
- 1134, /* GL_MAX_VARYING_VECTORS */
- 1051, /* GL_MAX_FRAGMENT_UNIFORM_VECTORS */
- 1538, /* GL_QUERY_WAIT */
- 1532, /* GL_QUERY_NO_WAIT */
- 1528, /* GL_QUERY_BY_REGION_WAIT */
- 1526, /* GL_QUERY_BY_REGION_NO_WAIT */
- 2126, /* GL_TRANSFORM_FEEDBACK */
- 2135, /* GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED */
- 2129, /* GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE */
- 2127, /* GL_TRANSFORM_FEEDBACK_BINDING */
- 1522, /* GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION */
+ 1763, /* GL_SHADER_BINARY_FORMATS */
+ 1251, /* GL_NUM_SHADER_BINARY_FORMATS */
+ 1764, /* GL_SHADER_COMPILER */
+ 1143, /* GL_MAX_VERTEX_UNIFORM_VECTORS */
+ 1135, /* GL_MAX_VARYING_VECTORS */
+ 1052, /* GL_MAX_FRAGMENT_UNIFORM_VECTORS */
+ 1539, /* GL_QUERY_WAIT */
+ 1533, /* GL_QUERY_NO_WAIT */
+ 1529, /* GL_QUERY_BY_REGION_WAIT */
+ 1527, /* GL_QUERY_BY_REGION_NO_WAIT */
+ 2127, /* GL_TRANSFORM_FEEDBACK */
+ 2136, /* GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED */
+ 2130, /* GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE */
+ 2128, /* GL_TRANSFORM_FEEDBACK_BINDING */
+ 1523, /* GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION */
546, /* GL_FIRST_VERTEX_CONVENTION */
- 807, /* GL_LAST_VERTEX_CONVENTION */
- 1496, /* GL_PROVOKING_VERTEX */
+ 808, /* GL_LAST_VERTEX_CONVENTION */
+ 1497, /* GL_PROVOKING_VERTEX */
354, /* GL_COPY_READ_BUFFER */
355, /* GL_COPY_WRITE_BUFFER */
- 1565, /* GL_RED_SNORM */
- 1700, /* GL_RG_SNORM */
- 1699, /* GL_RGB_SNORM */
- 1692, /* GL_RGBA_SNORM */
- 1544, /* GL_R8_SNORM */
- 1613, /* GL_RG8_SNORM */
- 1652, /* GL_RGB8_SNORM */
- 1684, /* GL_RGBA8_SNORM */
- 1542, /* GL_R16_SNORM */
- 1612, /* GL_RG16_SNORM */
- 1628, /* GL_RGB16_SNORM */
- 1664, /* GL_RGBA16_SNORM */
- 1774, /* GL_SIGNED_NORMALIZED */
- 1450, /* GL_PRIMITIVE_RESTART */
- 1451, /* GL_PRIMITIVE_RESTART_INDEX */
- 1107, /* GL_MAX_SERVER_WAIT_TIMEOUT */
- 1264, /* GL_OBJECT_TYPE */
- 1887, /* GL_SYNC_CONDITION */
- 1892, /* GL_SYNC_STATUS */
- 1889, /* GL_SYNC_FLAGS */
- 1888, /* GL_SYNC_FENCE */
- 1891, /* GL_SYNC_GPU_COMMANDS_COMPLETE */
- 2175, /* GL_UNSIGNALED */
- 1773, /* GL_SIGNALED */
+ 1566, /* GL_RED_SNORM */
+ 1701, /* GL_RG_SNORM */
+ 1700, /* GL_RGB_SNORM */
+ 1693, /* GL_RGBA_SNORM */
+ 1545, /* GL_R8_SNORM */
+ 1614, /* GL_RG8_SNORM */
+ 1653, /* GL_RGB8_SNORM */
+ 1685, /* GL_RGBA8_SNORM */
+ 1543, /* GL_R16_SNORM */
+ 1613, /* GL_RG16_SNORM */
+ 1629, /* GL_RGB16_SNORM */
+ 1665, /* GL_RGBA16_SNORM */
+ 1775, /* GL_SIGNED_NORMALIZED */
+ 1451, /* GL_PRIMITIVE_RESTART */
+ 1452, /* GL_PRIMITIVE_RESTART_INDEX */
+ 1108, /* GL_MAX_SERVER_WAIT_TIMEOUT */
+ 1265, /* GL_OBJECT_TYPE */
+ 1888, /* GL_SYNC_CONDITION */
+ 1893, /* GL_SYNC_STATUS */
+ 1890, /* GL_SYNC_FLAGS */
+ 1889, /* GL_SYNC_FENCE */
+ 1892, /* GL_SYNC_GPU_COMMANDS_COMPLETE */
+ 2176, /* GL_UNSIGNALED */
+ 1774, /* GL_SIGNALED */
54, /* GL_ALREADY_SIGNALED */
- 2121, /* GL_TIMEOUT_EXPIRED */
+ 2122, /* GL_TIMEOUT_EXPIRED */
315, /* GL_CONDITION_SATISFIED */
- 2292, /* GL_WAIT_FAILED */
+ 2293, /* GL_WAIT_FAILED */
126, /* GL_BUFFER_ACCESS_FLAGS */
132, /* GL_BUFFER_MAP_LENGTH */
133, /* GL_BUFFER_MAP_OFFSET */
- 1137, /* GL_MAX_VERTEX_OUTPUT_COMPONENTS */
- 1052, /* GL_MAX_GEOMETRY_INPUT_COMPONENTS */
- 1053, /* GL_MAX_GEOMETRY_OUTPUT_COMPONENTS */
- 1048, /* GL_MAX_FRAGMENT_INPUT_COMPONENTS */
+ 1138, /* GL_MAX_VERTEX_OUTPUT_COMPONENTS */
+ 1053, /* GL_MAX_GEOMETRY_INPUT_COMPONENTS */
+ 1054, /* GL_MAX_GEOMETRY_OUTPUT_COMPONENTS */
+ 1049, /* GL_MAX_FRAGMENT_INPUT_COMPONENTS */
330, /* GL_CONTEXT_PROFILE_MASK */
531, /* GL_EVAL_BIT */
- 1547, /* GL_RASTER_POSITION_UNCLIPPED_IBM */
- 854, /* GL_LIST_BIT */
- 1994, /* GL_TEXTURE_BIT */
- 1743, /* GL_SCISSOR_BIT */
+ 1548, /* GL_RASTER_POSITION_UNCLIPPED_IBM */
+ 855, /* GL_LIST_BIT */
+ 1995, /* GL_TEXTURE_BIT */
+ 1744, /* GL_SCISSOR_BIT */
30, /* GL_ALL_ATTRIB_BITS */
- 1213, /* GL_MULTISAMPLE_BIT */
+ 1214, /* GL_MULTISAMPLE_BIT */
31, /* GL_ALL_CLIENT_ATTRIB_BITS */
};
diff --git a/src/mesa/main/remap_helper.h b/src/mesa/main/remap_helper.h
index bb714e8d27b..9460bf9d832 100644
--- a/src/mesa/main/remap_helper.h
+++ b/src/mesa/main/remap_helper.h
@@ -70,4859 +70,5011 @@ static const char _mesa_function_pool[] =
"\0"
"glLoadIdentity\0"
"\0"
- /* _mesa_function_pool[216]: SampleCoverageARB (will be remapped) */
+ /* _mesa_function_pool[216]: GetCombinerOutputParameterfvNV (will be remapped) */
+ "iiip\0"
+ "glGetCombinerOutputParameterfvNV\0"
+ "\0"
+ /* _mesa_function_pool[255]: SampleCoverageARB (will be remapped) */
"fi\0"
"glSampleCoverage\0"
"glSampleCoverageARB\0"
"\0"
- /* _mesa_function_pool[257]: ConvolutionFilter1D (offset 348) */
+ /* _mesa_function_pool[296]: ConvolutionFilter1D (offset 348) */
"iiiiip\0"
"glConvolutionFilter1D\0"
"glConvolutionFilter1DEXT\0"
"\0"
- /* _mesa_function_pool[312]: BeginQueryARB (will be remapped) */
+ /* _mesa_function_pool[351]: BeginQueryARB (will be remapped) */
"ii\0"
"glBeginQuery\0"
"glBeginQueryARB\0"
"\0"
- /* _mesa_function_pool[345]: RasterPos3dv (offset 71) */
+ /* _mesa_function_pool[384]: RasterPos3dv (offset 71) */
"p\0"
"glRasterPos3dv\0"
"\0"
- /* _mesa_function_pool[363]: PointParameteriNV (will be remapped) */
+ /* _mesa_function_pool[402]: PointParameteriNV (will be remapped) */
"ii\0"
"glPointParameteri\0"
"glPointParameteriNV\0"
"\0"
- /* _mesa_function_pool[405]: GetProgramiv (will be remapped) */
+ /* _mesa_function_pool[444]: GetProgramiv (will be remapped) */
"iip\0"
"glGetProgramiv\0"
"\0"
- /* _mesa_function_pool[425]: MultiTexCoord3sARB (offset 398) */
+ /* _mesa_function_pool[464]: MultiTexCoord3sARB (offset 398) */
"iiii\0"
"glMultiTexCoord3s\0"
"glMultiTexCoord3sARB\0"
"\0"
- /* _mesa_function_pool[470]: SecondaryColor3iEXT (will be remapped) */
+ /* _mesa_function_pool[509]: SecondaryColor3iEXT (will be remapped) */
"iii\0"
"glSecondaryColor3i\0"
"glSecondaryColor3iEXT\0"
"\0"
- /* _mesa_function_pool[516]: WindowPos3fMESA (will be remapped) */
+ /* _mesa_function_pool[555]: WindowPos3fMESA (will be remapped) */
"fff\0"
"glWindowPos3f\0"
"glWindowPos3fARB\0"
"glWindowPos3fMESA\0"
"\0"
- /* _mesa_function_pool[570]: TexCoord1iv (offset 99) */
+ /* _mesa_function_pool[609]: TexCoord1iv (offset 99) */
"p\0"
"glTexCoord1iv\0"
"\0"
- /* _mesa_function_pool[587]: TexCoord4sv (offset 125) */
+ /* _mesa_function_pool[626]: TexCoord4sv (offset 125) */
"p\0"
"glTexCoord4sv\0"
"\0"
- /* _mesa_function_pool[604]: RasterPos4s (offset 84) */
+ /* _mesa_function_pool[643]: RasterPos4s (offset 84) */
"iiii\0"
"glRasterPos4s\0"
"\0"
- /* _mesa_function_pool[624]: PixelTexGenParameterfvSGIS (will be remapped) */
+ /* _mesa_function_pool[663]: PixelTexGenParameterfvSGIS (will be remapped) */
"ip\0"
"glPixelTexGenParameterfvSGIS\0"
"\0"
- /* _mesa_function_pool[657]: ActiveTextureARB (offset 374) */
+ /* _mesa_function_pool[696]: ActiveTextureARB (offset 374) */
"i\0"
"glActiveTexture\0"
"glActiveTextureARB\0"
"\0"
- /* _mesa_function_pool[695]: BlitFramebufferEXT (will be remapped) */
+ /* _mesa_function_pool[734]: BlitFramebufferEXT (will be remapped) */
"iiiiiiiiii\0"
"glBlitFramebuffer\0"
"glBlitFramebufferEXT\0"
"\0"
- /* _mesa_function_pool[746]: TexCoord1f (offset 96) */
+ /* _mesa_function_pool[785]: TexCoord1f (offset 96) */
"f\0"
"glTexCoord1f\0"
"\0"
- /* _mesa_function_pool[762]: TexCoord1d (offset 94) */
+ /* _mesa_function_pool[801]: TexCoord1d (offset 94) */
"d\0"
"glTexCoord1d\0"
"\0"
- /* _mesa_function_pool[778]: VertexAttrib4ubvNV (will be remapped) */
+ /* _mesa_function_pool[817]: VertexAttrib4ubvNV (will be remapped) */
"ip\0"
"glVertexAttrib4ubvNV\0"
"\0"
- /* _mesa_function_pool[803]: TexCoord1i (offset 98) */
+ /* _mesa_function_pool[842]: TexCoord1i (offset 98) */
"i\0"
"glTexCoord1i\0"
"\0"
- /* _mesa_function_pool[819]: GetProgramNamedParameterdvNV (will be remapped) */
+ /* _mesa_function_pool[858]: GetProgramNamedParameterdvNV (will be remapped) */
"iipp\0"
"glGetProgramNamedParameterdvNV\0"
"\0"
- /* _mesa_function_pool[856]: Histogram (offset 367) */
+ /* _mesa_function_pool[895]: Histogram (offset 367) */
"iiii\0"
"glHistogram\0"
"glHistogramEXT\0"
"\0"
- /* _mesa_function_pool[889]: TexCoord1s (offset 100) */
+ /* _mesa_function_pool[928]: TexCoord1s (offset 100) */
"i\0"
"glTexCoord1s\0"
"\0"
- /* _mesa_function_pool[905]: GetMapfv (offset 267) */
+ /* _mesa_function_pool[944]: GetMapfv (offset 267) */
"iip\0"
"glGetMapfv\0"
"\0"
- /* _mesa_function_pool[921]: EvalCoord1f (offset 230) */
+ /* _mesa_function_pool[960]: EvalCoord1f (offset 230) */
"f\0"
"glEvalCoord1f\0"
"\0"
- /* _mesa_function_pool[938]: FramebufferTexture (will be remapped) */
+ /* _mesa_function_pool[977]: FramebufferTexture (will be remapped) */
"iiii\0"
"glFramebufferTexture\0"
"\0"
- /* _mesa_function_pool[965]: GetGraphicsResetStatusARB (will be remapped) */
+ /* _mesa_function_pool[1004]: GetGraphicsResetStatusARB (will be remapped) */
"\0"
"glGetGraphicsResetStatusARB\0"
"\0"
- /* _mesa_function_pool[995]: TexImage4DSGIS (dynamic) */
+ /* _mesa_function_pool[1034]: TexImage4DSGIS (dynamic) */
"iiiiiiiiiip\0"
"glTexImage4DSGIS\0"
"\0"
- /* _mesa_function_pool[1025]: PolygonStipple (offset 175) */
+ /* _mesa_function_pool[1064]: PolygonStipple (offset 175) */
"p\0"
"glPolygonStipple\0"
"\0"
- /* _mesa_function_pool[1045]: WindowPos2dvMESA (will be remapped) */
+ /* _mesa_function_pool[1084]: WindowPos2dvMESA (will be remapped) */
"p\0"
"glWindowPos2dv\0"
"glWindowPos2dvARB\0"
"glWindowPos2dvMESA\0"
"\0"
- /* _mesa_function_pool[1100]: ReplacementCodeuiColor3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[1139]: ReplacementCodeuiColor3fVertex3fvSUN (dynamic) */
"ppp\0"
"glReplacementCodeuiColor3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[1144]: BlendEquationSeparateEXT (will be remapped) */
+ /* _mesa_function_pool[1183]: BlendEquationSeparateEXT (will be remapped) */
"ii\0"
"glBlendEquationSeparate\0"
"glBlendEquationSeparateEXT\0"
"glBlendEquationSeparateATI\0"
"\0"
- /* _mesa_function_pool[1226]: ListParameterfSGIX (dynamic) */
+ /* _mesa_function_pool[1265]: ListParameterfSGIX (dynamic) */
"iif\0"
"glListParameterfSGIX\0"
"\0"
- /* _mesa_function_pool[1252]: SecondaryColor3bEXT (will be remapped) */
+ /* _mesa_function_pool[1291]: SecondaryColor3bEXT (will be remapped) */
"iii\0"
"glSecondaryColor3b\0"
"glSecondaryColor3bEXT\0"
"\0"
- /* _mesa_function_pool[1298]: TexCoord4fColor4fNormal3fVertex4fvSUN (dynamic) */
+ /* _mesa_function_pool[1337]: TexCoord4fColor4fNormal3fVertex4fvSUN (dynamic) */
"pppp\0"
"glTexCoord4fColor4fNormal3fVertex4fvSUN\0"
"\0"
- /* _mesa_function_pool[1344]: GetnPolygonStippleARB (will be remapped) */
+ /* _mesa_function_pool[1383]: GetnPolygonStippleARB (will be remapped) */
"ip\0"
"glGetnPolygonStippleARB\0"
"\0"
- /* _mesa_function_pool[1372]: GetPixelMapfv (offset 271) */
+ /* _mesa_function_pool[1411]: GetPixelMapfv (offset 271) */
"ip\0"
"glGetPixelMapfv\0"
"\0"
- /* _mesa_function_pool[1392]: Color3uiv (offset 22) */
+ /* _mesa_function_pool[1431]: Color3uiv (offset 22) */
"p\0"
"glColor3uiv\0"
"\0"
- /* _mesa_function_pool[1407]: IsEnabled (offset 286) */
+ /* _mesa_function_pool[1446]: IsEnabled (offset 286) */
"i\0"
"glIsEnabled\0"
"\0"
- /* _mesa_function_pool[1422]: VertexAttrib4svNV (will be remapped) */
+ /* _mesa_function_pool[1461]: VertexAttrib4svNV (will be remapped) */
"ip\0"
"glVertexAttrib4svNV\0"
"\0"
- /* _mesa_function_pool[1446]: EvalCoord2fv (offset 235) */
+ /* _mesa_function_pool[1485]: EvalCoord2fv (offset 235) */
"p\0"
"glEvalCoord2fv\0"
"\0"
- /* _mesa_function_pool[1464]: GetBufferSubDataARB (will be remapped) */
+ /* _mesa_function_pool[1503]: GetBufferSubDataARB (will be remapped) */
"iiip\0"
"glGetBufferSubData\0"
"glGetBufferSubDataARB\0"
"\0"
- /* _mesa_function_pool[1511]: BufferSubDataARB (will be remapped) */
+ /* _mesa_function_pool[1550]: BufferSubDataARB (will be remapped) */
"iiip\0"
"glBufferSubData\0"
"glBufferSubDataARB\0"
"\0"
- /* _mesa_function_pool[1552]: TexCoord2fColor4ubVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[1591]: TexCoord2fColor4ubVertex3fvSUN (dynamic) */
"ppp\0"
"glTexCoord2fColor4ubVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[1590]: AttachShader (will be remapped) */
+ /* _mesa_function_pool[1629]: AttachShader (will be remapped) */
"ii\0"
"glAttachShader\0"
"\0"
- /* _mesa_function_pool[1609]: GetCombinerInputParameterfvNV (will be remapped) */
+ /* _mesa_function_pool[1648]: GetCombinerInputParameterfvNV (will be remapped) */
"iiiip\0"
"glGetCombinerInputParameterfvNV\0"
"\0"
- /* _mesa_function_pool[1648]: VertexAttrib2fARB (will be remapped) */
+ /* _mesa_function_pool[1687]: MultiTexCoordP2ui (will be remapped) */
+ "iii\0"
+ "glMultiTexCoordP2ui\0"
+ "\0"
+ /* _mesa_function_pool[1712]: VertexAttrib2fARB (will be remapped) */
"iff\0"
"glVertexAttrib2f\0"
"glVertexAttrib2fARB\0"
"\0"
- /* _mesa_function_pool[1690]: GetDebugLogLengthMESA (dynamic) */
+ /* _mesa_function_pool[1754]: GetDebugLogLengthMESA (dynamic) */
"iii\0"
"glGetDebugLogLengthMESA\0"
"\0"
- /* _mesa_function_pool[1719]: GetMapiv (offset 268) */
+ /* _mesa_function_pool[1783]: GetMapiv (offset 268) */
"iip\0"
"glGetMapiv\0"
"\0"
- /* _mesa_function_pool[1735]: VertexAttrib3fARB (will be remapped) */
+ /* _mesa_function_pool[1799]: VertexAttrib3fARB (will be remapped) */
"ifff\0"
"glVertexAttrib3f\0"
"glVertexAttrib3fARB\0"
"\0"
- /* _mesa_function_pool[1778]: Indexubv (offset 316) */
+ /* _mesa_function_pool[1842]: Indexubv (offset 316) */
"p\0"
"glIndexubv\0"
"\0"
- /* _mesa_function_pool[1792]: GetQueryivARB (will be remapped) */
+ /* _mesa_function_pool[1856]: GetQueryivARB (will be remapped) */
"iip\0"
"glGetQueryiv\0"
"glGetQueryivARB\0"
"\0"
- /* _mesa_function_pool[1826]: TexImage3D (offset 371) */
+ /* _mesa_function_pool[1890]: TexImage3D (offset 371) */
"iiiiiiiiip\0"
"glTexImage3D\0"
"glTexImage3DEXT\0"
"\0"
- /* _mesa_function_pool[1867]: BindFragDataLocationEXT (will be remapped) */
+ /* _mesa_function_pool[1931]: BindFragDataLocationEXT (will be remapped) */
"iip\0"
"glBindFragDataLocationEXT\0"
"glBindFragDataLocation\0"
"\0"
- /* _mesa_function_pool[1921]: ReplacementCodeuiVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[1985]: TexCoordP4ui (will be remapped) */
+ "ii\0"
+ "glTexCoordP4ui\0"
+ "\0"
+ /* _mesa_function_pool[2004]: ReplacementCodeuiVertex3fvSUN (dynamic) */
"pp\0"
"glReplacementCodeuiVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[1957]: EdgeFlagPointer (offset 312) */
+ /* _mesa_function_pool[2040]: EdgeFlagPointer (offset 312) */
"ip\0"
"glEdgeFlagPointer\0"
"\0"
- /* _mesa_function_pool[1979]: Color3ubv (offset 20) */
+ /* _mesa_function_pool[2062]: Color3ubv (offset 20) */
"p\0"
"glColor3ubv\0"
"\0"
- /* _mesa_function_pool[1994]: GetQueryObjectivARB (will be remapped) */
+ /* _mesa_function_pool[2077]: GetQueryObjectivARB (will be remapped) */
"iip\0"
"glGetQueryObjectiv\0"
"glGetQueryObjectivARB\0"
"\0"
- /* _mesa_function_pool[2040]: Vertex3dv (offset 135) */
+ /* _mesa_function_pool[2123]: Vertex3dv (offset 135) */
"p\0"
"glVertex3dv\0"
"\0"
- /* _mesa_function_pool[2055]: ReplacementCodeuiTexCoord2fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[2138]: ReplacementCodeuiTexCoord2fVertex3fvSUN (dynamic) */
"ppp\0"
"glReplacementCodeuiTexCoord2fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[2102]: CompressedTexSubImage2DARB (will be remapped) */
+ /* _mesa_function_pool[2185]: CompressedTexSubImage2DARB (will be remapped) */
"iiiiiiiip\0"
"glCompressedTexSubImage2D\0"
"glCompressedTexSubImage2DARB\0"
"\0"
- /* _mesa_function_pool[2168]: CombinerOutputNV (will be remapped) */
+ /* _mesa_function_pool[2251]: CombinerOutputNV (will be remapped) */
"iiiiiiiiii\0"
"glCombinerOutputNV\0"
"\0"
- /* _mesa_function_pool[2199]: VertexAttribs3fvNV (will be remapped) */
+ /* _mesa_function_pool[2282]: VertexAttribs3fvNV (will be remapped) */
"iip\0"
"glVertexAttribs3fvNV\0"
"\0"
- /* _mesa_function_pool[2225]: GetnMapivARB (will be remapped) */
+ /* _mesa_function_pool[2308]: GetnMapivARB (will be remapped) */
"iiip\0"
"glGetnMapivARB\0"
"\0"
- /* _mesa_function_pool[2246]: Uniform2fARB (will be remapped) */
+ /* _mesa_function_pool[2329]: Uniform2fARB (will be remapped) */
"iff\0"
"glUniform2f\0"
"glUniform2fARB\0"
"\0"
- /* _mesa_function_pool[2278]: LightModeliv (offset 166) */
+ /* _mesa_function_pool[2361]: LightModeliv (offset 166) */
"ip\0"
"glLightModeliv\0"
"\0"
- /* _mesa_function_pool[2297]: VertexAttrib1svARB (will be remapped) */
+ /* _mesa_function_pool[2380]: VertexAttrib1svARB (will be remapped) */
"ip\0"
"glVertexAttrib1sv\0"
"glVertexAttrib1svARB\0"
"\0"
- /* _mesa_function_pool[2340]: VertexAttribs1dvNV (will be remapped) */
+ /* _mesa_function_pool[2423]: VertexAttribs1dvNV (will be remapped) */
"iip\0"
"glVertexAttribs1dvNV\0"
"\0"
- /* _mesa_function_pool[2366]: Uniform2ivARB (will be remapped) */
+ /* _mesa_function_pool[2449]: VertexP3ui (will be remapped) */
+ "ii\0"
+ "glVertexP3ui\0"
+ "\0"
+ /* _mesa_function_pool[2466]: Uniform2ivARB (will be remapped) */
"iip\0"
"glUniform2iv\0"
"glUniform2ivARB\0"
"\0"
- /* _mesa_function_pool[2400]: GetImageTransformParameterfvHP (dynamic) */
+ /* _mesa_function_pool[2500]: GetImageTransformParameterfvHP (dynamic) */
"iip\0"
"glGetImageTransformParameterfvHP\0"
"\0"
- /* _mesa_function_pool[2438]: Normal3bv (offset 53) */
+ /* _mesa_function_pool[2538]: Normal3bv (offset 53) */
"p\0"
"glNormal3bv\0"
"\0"
- /* _mesa_function_pool[2453]: TexGeniv (offset 193) */
+ /* _mesa_function_pool[2553]: TexGeniv (offset 193) */
"iip\0"
"glTexGeniv\0"
"\0"
- /* _mesa_function_pool[2469]: WeightubvARB (dynamic) */
+ /* _mesa_function_pool[2569]: TexCoordP1uiv (will be remapped) */
+ "ip\0"
+ "glTexCoordP1uiv\0"
+ "\0"
+ /* _mesa_function_pool[2589]: WeightubvARB (dynamic) */
"ip\0"
"glWeightubvARB\0"
"\0"
- /* _mesa_function_pool[2488]: VertexAttrib1fvNV (will be remapped) */
+ /* _mesa_function_pool[2608]: VertexAttrib1fvNV (will be remapped) */
"ip\0"
"glVertexAttrib1fvNV\0"
"\0"
- /* _mesa_function_pool[2512]: Vertex3iv (offset 139) */
+ /* _mesa_function_pool[2632]: Vertex3iv (offset 139) */
"p\0"
"glVertex3iv\0"
"\0"
- /* _mesa_function_pool[2527]: CopyConvolutionFilter1D (offset 354) */
+ /* _mesa_function_pool[2647]: CopyConvolutionFilter1D (offset 354) */
"iiiii\0"
"glCopyConvolutionFilter1D\0"
"glCopyConvolutionFilter1DEXT\0"
"\0"
- /* _mesa_function_pool[2589]: VertexAttribI1uiEXT (will be remapped) */
+ /* _mesa_function_pool[2709]: VertexAttribI1uiEXT (will be remapped) */
"ii\0"
"glVertexAttribI1uiEXT\0"
"glVertexAttribI1ui\0"
"\0"
- /* _mesa_function_pool[2634]: ReplacementCodeuiNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[2754]: ReplacementCodeuiNormal3fVertex3fSUN (dynamic) */
"iffffff\0"
"glReplacementCodeuiNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[2682]: DeleteSync (will be remapped) */
+ /* _mesa_function_pool[2802]: TexCoordP1ui (will be remapped) */
+ "ii\0"
+ "glTexCoordP1ui\0"
+ "\0"
+ /* _mesa_function_pool[2821]: DeleteSync (will be remapped) */
"i\0"
"glDeleteSync\0"
"\0"
- /* _mesa_function_pool[2698]: FragmentMaterialfvSGIX (dynamic) */
+ /* _mesa_function_pool[2837]: FragmentMaterialfvSGIX (dynamic) */
"iip\0"
"glFragmentMaterialfvSGIX\0"
"\0"
- /* _mesa_function_pool[2728]: BlendColor (offset 336) */
+ /* _mesa_function_pool[2867]: BlendColor (offset 336) */
"ffff\0"
"glBlendColor\0"
"glBlendColorEXT\0"
"\0"
- /* _mesa_function_pool[2763]: UniformMatrix4fvARB (will be remapped) */
+ /* _mesa_function_pool[2902]: UniformMatrix4fvARB (will be remapped) */
"iiip\0"
"glUniformMatrix4fv\0"
"glUniformMatrix4fvARB\0"
"\0"
- /* _mesa_function_pool[2810]: DeleteVertexArraysAPPLE (will be remapped) */
+ /* _mesa_function_pool[2949]: DeleteVertexArraysAPPLE (will be remapped) */
"ip\0"
"glDeleteVertexArrays\0"
"glDeleteVertexArraysAPPLE\0"
"\0"
- /* _mesa_function_pool[2861]: TexBuffer (will be remapped) */
+ /* _mesa_function_pool[3000]: TexBuffer (will be remapped) */
"iii\0"
"glTexBuffer\0"
"\0"
- /* _mesa_function_pool[2878]: ReadInstrumentsSGIX (dynamic) */
+ /* _mesa_function_pool[3017]: ReadInstrumentsSGIX (dynamic) */
"i\0"
"glReadInstrumentsSGIX\0"
"\0"
- /* _mesa_function_pool[2903]: CallLists (offset 3) */
+ /* _mesa_function_pool[3042]: CallLists (offset 3) */
"iip\0"
"glCallLists\0"
"\0"
- /* _mesa_function_pool[2920]: UniformMatrix2x4fv (will be remapped) */
+ /* _mesa_function_pool[3059]: DeformationMap3dSGIX (dynamic) */
+ "iddiiddiiddiip\0"
+ "glDeformationMap3dSGIX\0"
+ "\0"
+ /* _mesa_function_pool[3098]: UniformMatrix2x4fv (will be remapped) */
"iiip\0"
"glUniformMatrix2x4fv\0"
"\0"
- /* _mesa_function_pool[2947]: ReadnPixelsARB (will be remapped) */
+ /* _mesa_function_pool[3125]: ReadnPixelsARB (will be remapped) */
"iiiiiiip\0"
"glReadnPixelsARB\0"
"\0"
- /* _mesa_function_pool[2974]: Color4ubVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[3152]: Color4ubVertex3fvSUN (dynamic) */
"pp\0"
"glColor4ubVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[3001]: Normal3iv (offset 59) */
+ /* _mesa_function_pool[3179]: Normal3iv (offset 59) */
"p\0"
"glNormal3iv\0"
"\0"
- /* _mesa_function_pool[3016]: PassThrough (offset 199) */
+ /* _mesa_function_pool[3194]: PassThrough (offset 199) */
"f\0"
"glPassThrough\0"
"\0"
- /* _mesa_function_pool[3033]: GetnPixelMapusvARB (will be remapped) */
+ /* _mesa_function_pool[3211]: GetnPixelMapusvARB (will be remapped) */
"iip\0"
"glGetnPixelMapusvARB\0"
"\0"
- /* _mesa_function_pool[3059]: TexParameterIivEXT (will be remapped) */
+ /* _mesa_function_pool[3237]: TexParameterIivEXT (will be remapped) */
"iip\0"
"glTexParameterIivEXT\0"
"glTexParameterIiv\0"
"\0"
- /* _mesa_function_pool[3103]: FramebufferTextureLayerEXT (will be remapped) */
+ /* _mesa_function_pool[3281]: FramebufferTextureLayerEXT (will be remapped) */
"iiiii\0"
"glFramebufferTextureLayer\0"
"glFramebufferTextureLayerARB\0"
"glFramebufferTextureLayerEXT\0"
"\0"
- /* _mesa_function_pool[3194]: GetListParameterfvSGIX (dynamic) */
+ /* _mesa_function_pool[3372]: GetListParameterfvSGIX (dynamic) */
"iip\0"
"glGetListParameterfvSGIX\0"
"\0"
- /* _mesa_function_pool[3224]: Viewport (offset 305) */
+ /* _mesa_function_pool[3402]: Viewport (offset 305) */
"iiii\0"
"glViewport\0"
"\0"
- /* _mesa_function_pool[3241]: VertexAttrib4NusvARB (will be remapped) */
+ /* _mesa_function_pool[3419]: VertexAttrib4NusvARB (will be remapped) */
"ip\0"
"glVertexAttrib4Nusv\0"
"glVertexAttrib4NusvARB\0"
"\0"
- /* _mesa_function_pool[3288]: WindowPos4svMESA (will be remapped) */
+ /* _mesa_function_pool[3466]: VertexP4uiv (will be remapped) */
+ "ip\0"
+ "glVertexP4uiv\0"
+ "\0"
+ /* _mesa_function_pool[3484]: VertexAttribP3ui (will be remapped) */
+ "iiii\0"
+ "glVertexAttribP3ui\0"
+ "\0"
+ /* _mesa_function_pool[3509]: WindowPos4svMESA (will be remapped) */
"p\0"
"glWindowPos4svMESA\0"
"\0"
- /* _mesa_function_pool[3310]: CreateProgramObjectARB (will be remapped) */
+ /* _mesa_function_pool[3531]: CreateProgramObjectARB (will be remapped) */
"\0"
"glCreateProgramObjectARB\0"
"\0"
- /* _mesa_function_pool[3337]: DeleteTransformFeedbacks (will be remapped) */
+ /* _mesa_function_pool[3558]: DeleteTransformFeedbacks (will be remapped) */
"ip\0"
"glDeleteTransformFeedbacks\0"
"\0"
- /* _mesa_function_pool[3368]: UniformMatrix4x3fv (will be remapped) */
+ /* _mesa_function_pool[3589]: UniformMatrix4x3fv (will be remapped) */
"iiip\0"
"glUniformMatrix4x3fv\0"
"\0"
- /* _mesa_function_pool[3395]: PrioritizeTextures (offset 331) */
+ /* _mesa_function_pool[3616]: PrioritizeTextures (offset 331) */
"ipp\0"
"glPrioritizeTextures\0"
"glPrioritizeTexturesEXT\0"
"\0"
- /* _mesa_function_pool[3445]: VertexAttribI3uiEXT (will be remapped) */
+ /* _mesa_function_pool[3666]: VertexAttribI3uiEXT (will be remapped) */
"iiii\0"
"glVertexAttribI3uiEXT\0"
"glVertexAttribI3ui\0"
"\0"
- /* _mesa_function_pool[3492]: AsyncMarkerSGIX (dynamic) */
+ /* _mesa_function_pool[3713]: AsyncMarkerSGIX (dynamic) */
"i\0"
"glAsyncMarkerSGIX\0"
"\0"
- /* _mesa_function_pool[3513]: GlobalAlphaFactorubSUN (dynamic) */
+ /* _mesa_function_pool[3734]: GlobalAlphaFactorubSUN (dynamic) */
"i\0"
"glGlobalAlphaFactorubSUN\0"
"\0"
- /* _mesa_function_pool[3541]: ClearColorIuiEXT (will be remapped) */
+ /* _mesa_function_pool[3762]: ClearColorIuiEXT (will be remapped) */
"iiii\0"
"glClearColorIuiEXT\0"
"\0"
- /* _mesa_function_pool[3566]: ClearDebugLogMESA (dynamic) */
+ /* _mesa_function_pool[3787]: ClearDebugLogMESA (dynamic) */
"iii\0"
"glClearDebugLogMESA\0"
"\0"
- /* _mesa_function_pool[3591]: Uniform4uiEXT (will be remapped) */
+ /* _mesa_function_pool[3812]: Uniform4uiEXT (will be remapped) */
"iiiii\0"
"glUniform4uiEXT\0"
"glUniform4ui\0"
"\0"
- /* _mesa_function_pool[3627]: ResetHistogram (offset 369) */
+ /* _mesa_function_pool[3848]: ResetHistogram (offset 369) */
"i\0"
"glResetHistogram\0"
"glResetHistogramEXT\0"
"\0"
- /* _mesa_function_pool[3667]: GetProgramNamedParameterfvNV (will be remapped) */
+ /* _mesa_function_pool[3888]: GetProgramNamedParameterfvNV (will be remapped) */
"iipp\0"
"glGetProgramNamedParameterfvNV\0"
"\0"
- /* _mesa_function_pool[3704]: PointParameterfEXT (will be remapped) */
+ /* _mesa_function_pool[3925]: PointParameterfEXT (will be remapped) */
"if\0"
"glPointParameterf\0"
"glPointParameterfARB\0"
"glPointParameterfEXT\0"
"glPointParameterfSGIS\0"
"\0"
- /* _mesa_function_pool[3790]: LoadIdentityDeformationMapSGIX (dynamic) */
+ /* _mesa_function_pool[4011]: MultiTexCoordP4uiv (will be remapped) */
+ "iip\0"
+ "glMultiTexCoordP4uiv\0"
+ "\0"
+ /* _mesa_function_pool[4037]: LoadIdentityDeformationMapSGIX (dynamic) */
"i\0"
"glLoadIdentityDeformationMapSGIX\0"
"\0"
- /* _mesa_function_pool[3826]: GenFencesNV (will be remapped) */
+ /* _mesa_function_pool[4073]: GenFencesNV (will be remapped) */
"ip\0"
"glGenFencesNV\0"
"\0"
- /* _mesa_function_pool[3844]: ImageTransformParameterfHP (dynamic) */
+ /* _mesa_function_pool[4091]: ImageTransformParameterfHP (dynamic) */
"iif\0"
"glImageTransformParameterfHP\0"
"\0"
- /* _mesa_function_pool[3878]: MatrixIndexusvARB (dynamic) */
+ /* _mesa_function_pool[4125]: MatrixIndexusvARB (dynamic) */
"ip\0"
"glMatrixIndexusvARB\0"
"\0"
- /* _mesa_function_pool[3902]: DrawElementsBaseVertex (will be remapped) */
+ /* _mesa_function_pool[4149]: DrawElementsBaseVertex (will be remapped) */
"iiipi\0"
"glDrawElementsBaseVertex\0"
"\0"
- /* _mesa_function_pool[3934]: DisableVertexAttribArrayARB (will be remapped) */
+ /* _mesa_function_pool[4181]: DisableVertexAttribArrayARB (will be remapped) */
"i\0"
"glDisableVertexAttribArray\0"
"glDisableVertexAttribArrayARB\0"
"\0"
- /* _mesa_function_pool[3994]: GetnConvolutionFilterARB (will be remapped) */
+ /* _mesa_function_pool[4241]: VertexAttribI4ubvEXT (will be remapped) */
+ "ip\0"
+ "glVertexAttribI4ubvEXT\0"
+ "glVertexAttribI4ubv\0"
+ "\0"
+ /* _mesa_function_pool[4288]: GetnConvolutionFilterARB (will be remapped) */
"iiiip\0"
"glGetnConvolutionFilterARB\0"
"\0"
- /* _mesa_function_pool[4028]: TexCoord2sv (offset 109) */
+ /* _mesa_function_pool[4322]: TexCoord2sv (offset 109) */
"p\0"
"glTexCoord2sv\0"
"\0"
- /* _mesa_function_pool[4045]: Vertex4dv (offset 143) */
+ /* _mesa_function_pool[4339]: ColorP4uiv (will be remapped) */
+ "ip\0"
+ "glColorP4uiv\0"
+ "\0"
+ /* _mesa_function_pool[4356]: Vertex4dv (offset 143) */
"p\0"
"glVertex4dv\0"
"\0"
- /* _mesa_function_pool[4060]: StencilMaskSeparate (will be remapped) */
+ /* _mesa_function_pool[4371]: StencilMaskSeparate (will be remapped) */
"ii\0"
"glStencilMaskSeparate\0"
"\0"
- /* _mesa_function_pool[4086]: ProgramLocalParameter4dARB (will be remapped) */
+ /* _mesa_function_pool[4397]: ProgramLocalParameter4dARB (will be remapped) */
"iidddd\0"
"glProgramLocalParameter4dARB\0"
"\0"
- /* _mesa_function_pool[4123]: CompressedTexImage3DARB (will be remapped) */
+ /* _mesa_function_pool[4434]: CompressedTexImage3DARB (will be remapped) */
"iiiiiiiip\0"
"glCompressedTexImage3D\0"
"glCompressedTexImage3DARB\0"
"\0"
- /* _mesa_function_pool[4183]: Color3sv (offset 18) */
+ /* _mesa_function_pool[4494]: Color3sv (offset 18) */
"p\0"
"glColor3sv\0"
"\0"
- /* _mesa_function_pool[4197]: GetConvolutionParameteriv (offset 358) */
+ /* _mesa_function_pool[4508]: GetConvolutionParameteriv (offset 358) */
"iip\0"
"glGetConvolutionParameteriv\0"
"glGetConvolutionParameterivEXT\0"
"\0"
- /* _mesa_function_pool[4261]: DeleteSamplers (will be remapped) */
+ /* _mesa_function_pool[4572]: DeleteSamplers (will be remapped) */
"ip\0"
"glDeleteSamplers\0"
"\0"
- /* _mesa_function_pool[4282]: VertexAttrib1fARB (will be remapped) */
+ /* _mesa_function_pool[4593]: VertexAttrib1fARB (will be remapped) */
"if\0"
"glVertexAttrib1f\0"
"glVertexAttrib1fARB\0"
"\0"
- /* _mesa_function_pool[4323]: Vertex2dv (offset 127) */
+ /* _mesa_function_pool[4634]: Vertex2dv (offset 127) */
"p\0"
"glVertex2dv\0"
"\0"
- /* _mesa_function_pool[4338]: TestFenceNV (will be remapped) */
+ /* _mesa_function_pool[4649]: TestFenceNV (will be remapped) */
"i\0"
"glTestFenceNV\0"
"\0"
- /* _mesa_function_pool[4355]: GetVertexAttribIuivEXT (will be remapped) */
- "iip\0"
- "glGetVertexAttribIuivEXT\0"
- "glGetVertexAttribIuiv\0"
- "\0"
- /* _mesa_function_pool[4407]: MultiTexCoord1fvARB (offset 379) */
+ /* _mesa_function_pool[4666]: MultiTexCoord1fvARB (offset 379) */
"ip\0"
"glMultiTexCoord1fv\0"
"glMultiTexCoord1fvARB\0"
"\0"
- /* _mesa_function_pool[4452]: TexCoord3iv (offset 115) */
+ /* _mesa_function_pool[4711]: TexCoord3iv (offset 115) */
"p\0"
"glTexCoord3iv\0"
"\0"
- /* _mesa_function_pool[4469]: Uniform2uivEXT (will be remapped) */
+ /* _mesa_function_pool[4728]: Uniform2uivEXT (will be remapped) */
"iip\0"
"glUniform2uivEXT\0"
"glUniform2uiv\0"
"\0"
- /* _mesa_function_pool[4505]: ColorFragmentOp2ATI (will be remapped) */
+ /* _mesa_function_pool[4764]: ColorFragmentOp2ATI (will be remapped) */
"iiiiiiiiii\0"
"glColorFragmentOp2ATI\0"
"\0"
- /* _mesa_function_pool[4539]: SecondaryColorPointerListIBM (dynamic) */
+ /* _mesa_function_pool[4798]: SecondaryColorPointerListIBM (dynamic) */
"iiipi\0"
"glSecondaryColorPointerListIBM\0"
"\0"
- /* _mesa_function_pool[4577]: GetPixelTexGenParameterivSGIS (will be remapped) */
+ /* _mesa_function_pool[4836]: GetPixelTexGenParameterivSGIS (will be remapped) */
"ip\0"
"glGetPixelTexGenParameterivSGIS\0"
"\0"
- /* _mesa_function_pool[4613]: Color3fv (offset 14) */
+ /* _mesa_function_pool[4872]: Color3fv (offset 14) */
"p\0"
"glColor3fv\0"
"\0"
- /* _mesa_function_pool[4627]: GetnPixelMapfvARB (will be remapped) */
+ /* _mesa_function_pool[4886]: GetnPixelMapfvARB (will be remapped) */
"iip\0"
"glGetnPixelMapfvARB\0"
"\0"
- /* _mesa_function_pool[4652]: ReplacementCodeubSUN (dynamic) */
+ /* _mesa_function_pool[4911]: ReplacementCodeubSUN (dynamic) */
"i\0"
"glReplacementCodeubSUN\0"
"\0"
- /* _mesa_function_pool[4678]: FinishAsyncSGIX (dynamic) */
+ /* _mesa_function_pool[4937]: FinishAsyncSGIX (dynamic) */
"p\0"
"glFinishAsyncSGIX\0"
"\0"
- /* _mesa_function_pool[4699]: GetnUniformfvARB (will be remapped) */
+ /* _mesa_function_pool[4958]: GetnUniformfvARB (will be remapped) */
"iiip\0"
"glGetnUniformfvARB\0"
"\0"
- /* _mesa_function_pool[4724]: GetDebugLogMESA (dynamic) */
+ /* _mesa_function_pool[4983]: GetDebugLogMESA (dynamic) */
"iiiipp\0"
"glGetDebugLogMESA\0"
"\0"
- /* _mesa_function_pool[4750]: FogCoorddEXT (will be remapped) */
+ /* _mesa_function_pool[5009]: FogCoorddEXT (will be remapped) */
"d\0"
"glFogCoordd\0"
"glFogCoorddEXT\0"
"\0"
- /* _mesa_function_pool[4780]: BeginConditionalRenderNV (will be remapped) */
+ /* _mesa_function_pool[5039]: BeginConditionalRenderNV (will be remapped) */
"ii\0"
"glBeginConditionalRenderNV\0"
"glBeginConditionalRender\0"
"\0"
- /* _mesa_function_pool[4836]: Color4ubVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[5095]: Color4ubVertex3fSUN (dynamic) */
"iiiifff\0"
"glColor4ubVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[4867]: FogCoordfEXT (will be remapped) */
+ /* _mesa_function_pool[5126]: FogCoordfEXT (will be remapped) */
"f\0"
"glFogCoordf\0"
"glFogCoordfEXT\0"
"\0"
- /* _mesa_function_pool[4897]: PointSize (offset 173) */
+ /* _mesa_function_pool[5156]: PointSize (offset 173) */
"f\0"
"glPointSize\0"
"\0"
- /* _mesa_function_pool[4912]: VertexAttribI2uivEXT (will be remapped) */
+ /* _mesa_function_pool[5171]: VertexAttribI2uivEXT (will be remapped) */
"ip\0"
"glVertexAttribI2uivEXT\0"
"glVertexAttribI2uiv\0"
"\0"
- /* _mesa_function_pool[4959]: TexCoord2fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[5218]: TexCoord2fVertex3fSUN (dynamic) */
"fffff\0"
"glTexCoord2fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[4990]: PopName (offset 200) */
+ /* _mesa_function_pool[5249]: PopName (offset 200) */
"\0"
"glPopName\0"
"\0"
- /* _mesa_function_pool[5002]: GetSamplerParameterfv (will be remapped) */
+ /* _mesa_function_pool[5261]: GetSamplerParameterfv (will be remapped) */
"iip\0"
"glGetSamplerParameterfv\0"
"\0"
- /* _mesa_function_pool[5031]: GlobalAlphaFactoriSUN (dynamic) */
+ /* _mesa_function_pool[5290]: GlobalAlphaFactoriSUN (dynamic) */
"i\0"
"glGlobalAlphaFactoriSUN\0"
"\0"
- /* _mesa_function_pool[5058]: VertexAttrib2dNV (will be remapped) */
+ /* _mesa_function_pool[5317]: VertexAttrib2dNV (will be remapped) */
"idd\0"
"glVertexAttrib2dNV\0"
"\0"
- /* _mesa_function_pool[5082]: GetProgramInfoLog (will be remapped) */
+ /* _mesa_function_pool[5341]: GetProgramInfoLog (will be remapped) */
"iipp\0"
"glGetProgramInfoLog\0"
"\0"
- /* _mesa_function_pool[5108]: VertexAttrib4NbvARB (will be remapped) */
+ /* _mesa_function_pool[5367]: VertexP2ui (will be remapped) */
+ "ii\0"
+ "glVertexP2ui\0"
+ "\0"
+ /* _mesa_function_pool[5384]: VertexAttrib4NbvARB (will be remapped) */
"ip\0"
"glVertexAttrib4Nbv\0"
"glVertexAttrib4NbvARB\0"
"\0"
- /* _mesa_function_pool[5153]: GetActiveAttribARB (will be remapped) */
+ /* _mesa_function_pool[5429]: GetActiveAttribARB (will be remapped) */
"iiipppp\0"
"glGetActiveAttrib\0"
"glGetActiveAttribARB\0"
"\0"
- /* _mesa_function_pool[5201]: Vertex4sv (offset 149) */
+ /* _mesa_function_pool[5477]: Vertex4sv (offset 149) */
"p\0"
"glVertex4sv\0"
"\0"
- /* _mesa_function_pool[5216]: VertexAttrib4ubNV (will be remapped) */
+ /* _mesa_function_pool[5492]: VertexAttrib4ubNV (will be remapped) */
"iiiii\0"
"glVertexAttrib4ubNV\0"
"\0"
- /* _mesa_function_pool[5243]: VertexAttribI1ivEXT (will be remapped) */
+ /* _mesa_function_pool[5519]: VertexAttribI1ivEXT (will be remapped) */
"ip\0"
"glVertexAttribI1ivEXT\0"
"glVertexAttribI1iv\0"
"\0"
- /* _mesa_function_pool[5288]: ClampColor (will be remapped) */
+ /* _mesa_function_pool[5564]: ClampColor (will be remapped) */
"ii\0"
"glClampColor\0"
"\0"
- /* _mesa_function_pool[5305]: TextureRangeAPPLE (will be remapped) */
+ /* _mesa_function_pool[5581]: TextureRangeAPPLE (will be remapped) */
"iip\0"
"glTextureRangeAPPLE\0"
"\0"
- /* _mesa_function_pool[5330]: GetTexEnvfv (offset 276) */
+ /* _mesa_function_pool[5606]: GetTexEnvfv (offset 276) */
"iip\0"
"glGetTexEnvfv\0"
"\0"
- /* _mesa_function_pool[5349]: BindTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[5625]: VertexAttribP2uiv (will be remapped) */
+ "iiip\0"
+ "glVertexAttribP2uiv\0"
+ "\0"
+ /* _mesa_function_pool[5651]: BindTransformFeedback (will be remapped) */
"ii\0"
"glBindTransformFeedback\0"
"\0"
- /* _mesa_function_pool[5377]: TexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[5679]: TexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
"ffffffffffff\0"
"glTexCoord2fColor4fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[5430]: Indexub (offset 315) */
+ /* _mesa_function_pool[5732]: Indexub (offset 315) */
"i\0"
"glIndexub\0"
"\0"
- /* _mesa_function_pool[5443]: VertexAttrib4fNV (will be remapped) */
+ /* _mesa_function_pool[5745]: VertexAttrib4fNV (will be remapped) */
"iffff\0"
"glVertexAttrib4fNV\0"
"\0"
- /* _mesa_function_pool[5469]: TexEnvi (offset 186) */
+ /* _mesa_function_pool[5771]: TexEnvi (offset 186) */
"iii\0"
"glTexEnvi\0"
"\0"
- /* _mesa_function_pool[5484]: GetClipPlane (offset 259) */
+ /* _mesa_function_pool[5786]: GetClipPlane (offset 259) */
"ip\0"
"glGetClipPlane\0"
"\0"
- /* _mesa_function_pool[5503]: CombinerParameterfvNV (will be remapped) */
+ /* _mesa_function_pool[5805]: CombinerParameterfvNV (will be remapped) */
"ip\0"
"glCombinerParameterfvNV\0"
"\0"
- /* _mesa_function_pool[5531]: VertexAttribs3dvNV (will be remapped) */
+ /* _mesa_function_pool[5833]: TexCoordP4uiv (will be remapped) */
+ "ip\0"
+ "glTexCoordP4uiv\0"
+ "\0"
+ /* _mesa_function_pool[5853]: VertexAttribs3dvNV (will be remapped) */
"iip\0"
"glVertexAttribs3dvNV\0"
"\0"
- /* _mesa_function_pool[5557]: VertexAttribI2uiEXT (will be remapped) */
+ /* _mesa_function_pool[5879]: VertexAttribI2uiEXT (will be remapped) */
"iii\0"
"glVertexAttribI2uiEXT\0"
"glVertexAttribI2ui\0"
"\0"
- /* _mesa_function_pool[5603]: VertexAttribs4fvNV (will be remapped) */
+ /* _mesa_function_pool[5925]: VertexAttribs4fvNV (will be remapped) */
"iip\0"
"glVertexAttribs4fvNV\0"
"\0"
- /* _mesa_function_pool[5629]: VertexArrayRangeNV (will be remapped) */
+ /* _mesa_function_pool[5951]: VertexArrayRangeNV (will be remapped) */
"ip\0"
"glVertexArrayRangeNV\0"
"\0"
- /* _mesa_function_pool[5654]: FragmentLightiSGIX (dynamic) */
+ /* _mesa_function_pool[5976]: FragmentLightiSGIX (dynamic) */
"iii\0"
"glFragmentLightiSGIX\0"
"\0"
- /* _mesa_function_pool[5680]: PolygonOffsetEXT (will be remapped) */
+ /* _mesa_function_pool[6002]: PolygonOffsetEXT (will be remapped) */
"ff\0"
"glPolygonOffsetEXT\0"
"\0"
- /* _mesa_function_pool[5703]: VertexAttribI4uivEXT (will be remapped) */
+ /* _mesa_function_pool[6025]: VertexAttribI4uivEXT (will be remapped) */
"ip\0"
"glVertexAttribI4uivEXT\0"
"glVertexAttribI4uiv\0"
"\0"
- /* _mesa_function_pool[5750]: PollAsyncSGIX (dynamic) */
+ /* _mesa_function_pool[6072]: PollAsyncSGIX (dynamic) */
"p\0"
"glPollAsyncSGIX\0"
"\0"
- /* _mesa_function_pool[5769]: DeleteFragmentShaderATI (will be remapped) */
+ /* _mesa_function_pool[6091]: DeleteFragmentShaderATI (will be remapped) */
"i\0"
"glDeleteFragmentShaderATI\0"
"\0"
- /* _mesa_function_pool[5798]: Scaled (offset 301) */
+ /* _mesa_function_pool[6120]: Scaled (offset 301) */
"ddd\0"
"glScaled\0"
"\0"
- /* _mesa_function_pool[5812]: ResumeTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[6134]: ResumeTransformFeedback (will be remapped) */
"\0"
"glResumeTransformFeedback\0"
"\0"
- /* _mesa_function_pool[5840]: Scalef (offset 302) */
+ /* _mesa_function_pool[6162]: Scalef (offset 302) */
"fff\0"
"glScalef\0"
"\0"
- /* _mesa_function_pool[5854]: TexCoord2fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[6176]: TexCoord2fNormal3fVertex3fvSUN (dynamic) */
"ppp\0"
"glTexCoord2fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[5892]: ProgramEnvParameters4fvEXT (will be remapped) */
+ /* _mesa_function_pool[6214]: ProgramEnvParameters4fvEXT (will be remapped) */
"iiip\0"
"glProgramEnvParameters4fvEXT\0"
"\0"
- /* _mesa_function_pool[5927]: MultTransposeMatrixdARB (will be remapped) */
+ /* _mesa_function_pool[6249]: MultTransposeMatrixdARB (will be remapped) */
"p\0"
"glMultTransposeMatrixd\0"
"glMultTransposeMatrixdARB\0"
"\0"
- /* _mesa_function_pool[5979]: ColorMaskIndexedEXT (will be remapped) */
- "iiiii\0"
- "glColorMaskIndexedEXT\0"
- "glColorMaski\0"
- "\0"
- /* _mesa_function_pool[6021]: ObjectUnpurgeableAPPLE (will be remapped) */
+ /* _mesa_function_pool[6301]: ObjectUnpurgeableAPPLE (will be remapped) */
"iii\0"
"glObjectUnpurgeableAPPLE\0"
"\0"
- /* _mesa_function_pool[6051]: AlphaFunc (offset 240) */
+ /* _mesa_function_pool[6331]: TexCoordP3ui (will be remapped) */
+ "ii\0"
+ "glTexCoordP3ui\0"
+ "\0"
+ /* _mesa_function_pool[6350]: AlphaFunc (offset 240) */
"if\0"
"glAlphaFunc\0"
"\0"
- /* _mesa_function_pool[6067]: WindowPos2svMESA (will be remapped) */
+ /* _mesa_function_pool[6366]: WindowPos2svMESA (will be remapped) */
"p\0"
"glWindowPos2sv\0"
"glWindowPos2svARB\0"
"glWindowPos2svMESA\0"
"\0"
- /* _mesa_function_pool[6122]: EdgeFlag (offset 41) */
+ /* _mesa_function_pool[6421]: EdgeFlag (offset 41) */
"i\0"
"glEdgeFlag\0"
"\0"
- /* _mesa_function_pool[6136]: TexCoord2iv (offset 107) */
+ /* _mesa_function_pool[6435]: TexCoord2iv (offset 107) */
"p\0"
"glTexCoord2iv\0"
"\0"
- /* _mesa_function_pool[6153]: CompressedTexImage1DARB (will be remapped) */
+ /* _mesa_function_pool[6452]: CompressedTexImage1DARB (will be remapped) */
"iiiiiip\0"
"glCompressedTexImage1D\0"
"glCompressedTexImage1DARB\0"
"\0"
- /* _mesa_function_pool[6211]: Rotated (offset 299) */
+ /* _mesa_function_pool[6510]: Rotated (offset 299) */
"dddd\0"
"glRotated\0"
"\0"
- /* _mesa_function_pool[6227]: GetTexParameterIuivEXT (will be remapped) */
+ /* _mesa_function_pool[6526]: GetTexParameterIuivEXT (will be remapped) */
"iip\0"
"glGetTexParameterIuivEXT\0"
"glGetTexParameterIuiv\0"
"\0"
- /* _mesa_function_pool[6279]: VertexAttrib2sNV (will be remapped) */
+ /* _mesa_function_pool[6578]: VertexAttrib2sNV (will be remapped) */
"iii\0"
"glVertexAttrib2sNV\0"
"\0"
- /* _mesa_function_pool[6303]: ReadPixels (offset 256) */
+ /* _mesa_function_pool[6602]: ReadPixels (offset 256) */
"iiiiiip\0"
"glReadPixels\0"
"\0"
- /* _mesa_function_pool[6325]: VertexAttribDivisorARB (will be remapped) */
+ /* _mesa_function_pool[6624]: VertexAttribDivisorARB (will be remapped) */
"ii\0"
"glVertexAttribDivisorARB\0"
"\0"
- /* _mesa_function_pool[6354]: EdgeFlagv (offset 42) */
+ /* _mesa_function_pool[6653]: EdgeFlagv (offset 42) */
"p\0"
"glEdgeFlagv\0"
"\0"
- /* _mesa_function_pool[6369]: NormalPointerListIBM (dynamic) */
+ /* _mesa_function_pool[6668]: NormalPointerListIBM (dynamic) */
"iipi\0"
"glNormalPointerListIBM\0"
"\0"
- /* _mesa_function_pool[6398]: IndexPointerEXT (will be remapped) */
+ /* _mesa_function_pool[6697]: IndexPointerEXT (will be remapped) */
"iiip\0"
"glIndexPointerEXT\0"
"\0"
- /* _mesa_function_pool[6422]: Color4iv (offset 32) */
+ /* _mesa_function_pool[6721]: Color4iv (offset 32) */
"p\0"
"glColor4iv\0"
"\0"
- /* _mesa_function_pool[6436]: TexParameterf (offset 178) */
+ /* _mesa_function_pool[6735]: TexParameterf (offset 178) */
"iif\0"
"glTexParameterf\0"
"\0"
- /* _mesa_function_pool[6457]: TexParameteri (offset 180) */
+ /* _mesa_function_pool[6756]: TexParameteri (offset 180) */
"iii\0"
"glTexParameteri\0"
"\0"
- /* _mesa_function_pool[6478]: NormalPointerEXT (will be remapped) */
+ /* _mesa_function_pool[6777]: NormalPointerEXT (will be remapped) */
"iiip\0"
"glNormalPointerEXT\0"
"\0"
- /* _mesa_function_pool[6503]: MultiTexCoord3dARB (offset 392) */
+ /* _mesa_function_pool[6802]: MultiTexCoord3dARB (offset 392) */
"iddd\0"
"glMultiTexCoord3d\0"
"glMultiTexCoord3dARB\0"
"\0"
- /* _mesa_function_pool[6548]: MultiTexCoord2iARB (offset 388) */
+ /* _mesa_function_pool[6847]: MultiTexCoord2iARB (offset 388) */
"iii\0"
"glMultiTexCoord2i\0"
"glMultiTexCoord2iARB\0"
"\0"
- /* _mesa_function_pool[6592]: DrawPixels (offset 257) */
+ /* _mesa_function_pool[6891]: DrawPixels (offset 257) */
"iiiip\0"
"glDrawPixels\0"
"\0"
- /* _mesa_function_pool[6612]: ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[6911]: ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN (dynamic) */
"iffffffff\0"
"glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[6672]: MultiTexCoord2svARB (offset 391) */
+ /* _mesa_function_pool[6971]: MultiTexCoord2svARB (offset 391) */
"ip\0"
"glMultiTexCoord2sv\0"
"glMultiTexCoord2svARB\0"
"\0"
- /* _mesa_function_pool[6717]: ReplacementCodeubvSUN (dynamic) */
+ /* _mesa_function_pool[7016]: ReplacementCodeubvSUN (dynamic) */
"p\0"
"glReplacementCodeubvSUN\0"
"\0"
- /* _mesa_function_pool[6744]: Uniform3iARB (will be remapped) */
+ /* _mesa_function_pool[7043]: Uniform3iARB (will be remapped) */
"iiii\0"
"glUniform3i\0"
"glUniform3iARB\0"
"\0"
- /* _mesa_function_pool[6777]: DrawTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[7076]: DrawTransformFeedback (will be remapped) */
"ii\0"
"glDrawTransformFeedback\0"
"\0"
- /* _mesa_function_pool[6805]: DrawElementsInstancedARB (will be remapped) */
+ /* _mesa_function_pool[7104]: DrawElementsInstancedARB (will be remapped) */
"iiipi\0"
"glDrawElementsInstancedARB\0"
"glDrawElementsInstancedEXT\0"
"glDrawElementsInstanced\0"
"\0"
- /* _mesa_function_pool[6890]: GetShaderInfoLog (will be remapped) */
+ /* _mesa_function_pool[7189]: GetShaderInfoLog (will be remapped) */
"iipp\0"
"glGetShaderInfoLog\0"
"\0"
- /* _mesa_function_pool[6915]: WeightivARB (dynamic) */
+ /* _mesa_function_pool[7214]: WeightivARB (dynamic) */
"ip\0"
"glWeightivARB\0"
"\0"
- /* _mesa_function_pool[6933]: PollInstrumentsSGIX (dynamic) */
+ /* _mesa_function_pool[7232]: PollInstrumentsSGIX (dynamic) */
"p\0"
"glPollInstrumentsSGIX\0"
"\0"
- /* _mesa_function_pool[6958]: GlobalAlphaFactordSUN (dynamic) */
+ /* _mesa_function_pool[7257]: GlobalAlphaFactordSUN (dynamic) */
"d\0"
"glGlobalAlphaFactordSUN\0"
"\0"
- /* _mesa_function_pool[6985]: GetFinalCombinerInputParameterfvNV (will be remapped) */
+ /* _mesa_function_pool[7284]: GetFinalCombinerInputParameterfvNV (will be remapped) */
"iip\0"
"glGetFinalCombinerInputParameterfvNV\0"
"\0"
- /* _mesa_function_pool[7027]: GenerateMipmapEXT (will be remapped) */
+ /* _mesa_function_pool[7326]: GenerateMipmapEXT (will be remapped) */
"i\0"
"glGenerateMipmap\0"
"glGenerateMipmapEXT\0"
"\0"
- /* _mesa_function_pool[7067]: GenLists (offset 5) */
+ /* _mesa_function_pool[7366]: GenLists (offset 5) */
"i\0"
"glGenLists\0"
"\0"
- /* _mesa_function_pool[7081]: DepthRangef (will be remapped) */
+ /* _mesa_function_pool[7380]: DepthRangef (will be remapped) */
"ff\0"
"glDepthRangef\0"
"\0"
- /* _mesa_function_pool[7099]: GetMapAttribParameterivNV (dynamic) */
+ /* _mesa_function_pool[7398]: GetMapAttribParameterivNV (dynamic) */
"iiip\0"
"glGetMapAttribParameterivNV\0"
"\0"
- /* _mesa_function_pool[7133]: CreateShaderObjectARB (will be remapped) */
+ /* _mesa_function_pool[7432]: CreateShaderObjectARB (will be remapped) */
"i\0"
"glCreateShaderObjectARB\0"
"\0"
- /* _mesa_function_pool[7160]: GetSharpenTexFuncSGIS (dynamic) */
+ /* _mesa_function_pool[7459]: GetSharpenTexFuncSGIS (dynamic) */
"ip\0"
"glGetSharpenTexFuncSGIS\0"
"\0"
- /* _mesa_function_pool[7188]: BufferDataARB (will be remapped) */
+ /* _mesa_function_pool[7487]: BufferDataARB (will be remapped) */
"iipi\0"
"glBufferData\0"
"glBufferDataARB\0"
"\0"
- /* _mesa_function_pool[7223]: FlushVertexArrayRangeNV (will be remapped) */
+ /* _mesa_function_pool[7522]: FlushVertexArrayRangeNV (will be remapped) */
"\0"
"glFlushVertexArrayRangeNV\0"
"\0"
- /* _mesa_function_pool[7251]: MapGrid2d (offset 226) */
+ /* _mesa_function_pool[7550]: MapGrid2d (offset 226) */
"iddidd\0"
"glMapGrid2d\0"
"\0"
- /* _mesa_function_pool[7271]: MapGrid2f (offset 227) */
+ /* _mesa_function_pool[7570]: MapGrid2f (offset 227) */
"iffiff\0"
"glMapGrid2f\0"
"\0"
- /* _mesa_function_pool[7291]: SampleMapATI (will be remapped) */
+ /* _mesa_function_pool[7590]: SampleMapATI (will be remapped) */
"iii\0"
"glSampleMapATI\0"
"\0"
- /* _mesa_function_pool[7311]: VertexPointerEXT (will be remapped) */
+ /* _mesa_function_pool[7610]: VertexPointerEXT (will be remapped) */
"iiiip\0"
"glVertexPointerEXT\0"
"\0"
- /* _mesa_function_pool[7337]: GetTexFilterFuncSGIS (dynamic) */
+ /* _mesa_function_pool[7636]: GetTexFilterFuncSGIS (dynamic) */
"iip\0"
"glGetTexFilterFuncSGIS\0"
"\0"
- /* _mesa_function_pool[7365]: Scissor (offset 176) */
+ /* _mesa_function_pool[7664]: Scissor (offset 176) */
"iiii\0"
"glScissor\0"
"\0"
- /* _mesa_function_pool[7381]: Fogf (offset 153) */
+ /* _mesa_function_pool[7680]: Fogf (offset 153) */
"if\0"
"glFogf\0"
"\0"
- /* _mesa_function_pool[7392]: ReplacementCodeuiColor4ubVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[7691]: ReplacementCodeuiColor4ubVertex3fvSUN (dynamic) */
"ppp\0"
"glReplacementCodeuiColor4ubVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[7437]: TexSubImage1D (offset 332) */
+ /* _mesa_function_pool[7736]: TexSubImage1D (offset 332) */
"iiiiiip\0"
"glTexSubImage1D\0"
"glTexSubImage1DEXT\0"
"\0"
- /* _mesa_function_pool[7481]: VertexAttrib1sARB (will be remapped) */
+ /* _mesa_function_pool[7780]: VertexAttrib1sARB (will be remapped) */
"ii\0"
"glVertexAttrib1s\0"
"glVertexAttrib1sARB\0"
"\0"
- /* _mesa_function_pool[7522]: FenceSync (will be remapped) */
+ /* _mesa_function_pool[7821]: FenceSync (will be remapped) */
"ii\0"
"glFenceSync\0"
"\0"
- /* _mesa_function_pool[7538]: Color4usv (offset 40) */
+ /* _mesa_function_pool[7837]: Color4usv (offset 40) */
"p\0"
"glColor4usv\0"
"\0"
- /* _mesa_function_pool[7553]: Fogi (offset 155) */
+ /* _mesa_function_pool[7852]: Fogi (offset 155) */
"ii\0"
"glFogi\0"
"\0"
- /* _mesa_function_pool[7564]: DepthRange (offset 288) */
+ /* _mesa_function_pool[7863]: DepthRange (offset 288) */
"dd\0"
"glDepthRange\0"
"\0"
- /* _mesa_function_pool[7581]: RasterPos3iv (offset 75) */
+ /* _mesa_function_pool[7880]: RasterPos3iv (offset 75) */
"p\0"
"glRasterPos3iv\0"
"\0"
- /* _mesa_function_pool[7599]: FinalCombinerInputNV (will be remapped) */
+ /* _mesa_function_pool[7898]: FinalCombinerInputNV (will be remapped) */
"iiii\0"
"glFinalCombinerInputNV\0"
"\0"
- /* _mesa_function_pool[7628]: TexCoord2i (offset 106) */
+ /* _mesa_function_pool[7927]: TexCoord2i (offset 106) */
"ii\0"
"glTexCoord2i\0"
"\0"
- /* _mesa_function_pool[7645]: PixelMapfv (offset 251) */
+ /* _mesa_function_pool[7944]: PixelMapfv (offset 251) */
"iip\0"
"glPixelMapfv\0"
"\0"
- /* _mesa_function_pool[7663]: Color4ui (offset 37) */
+ /* _mesa_function_pool[7962]: Color4ui (offset 37) */
"iiii\0"
"glColor4ui\0"
"\0"
- /* _mesa_function_pool[7680]: RasterPos3s (offset 76) */
+ /* _mesa_function_pool[7979]: RasterPos3s (offset 76) */
"iii\0"
"glRasterPos3s\0"
"\0"
- /* _mesa_function_pool[7699]: Color3usv (offset 24) */
+ /* _mesa_function_pool[7998]: Color3usv (offset 24) */
"p\0"
"glColor3usv\0"
"\0"
- /* _mesa_function_pool[7714]: FlushRasterSGIX (dynamic) */
+ /* _mesa_function_pool[8013]: FlushRasterSGIX (dynamic) */
"\0"
"glFlushRasterSGIX\0"
"\0"
- /* _mesa_function_pool[7734]: TexCoord2f (offset 104) */
+ /* _mesa_function_pool[8033]: TexCoord2f (offset 104) */
"ff\0"
"glTexCoord2f\0"
"\0"
- /* _mesa_function_pool[7751]: ReplacementCodeuiTexCoord2fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[8050]: ReplacementCodeuiTexCoord2fVertex3fSUN (dynamic) */
"ifffff\0"
"glReplacementCodeuiTexCoord2fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[7800]: TexCoord2d (offset 102) */
+ /* _mesa_function_pool[8099]: TexCoord2d (offset 102) */
"dd\0"
"glTexCoord2d\0"
"\0"
- /* _mesa_function_pool[7817]: RasterPos3d (offset 70) */
+ /* _mesa_function_pool[8116]: RasterPos3d (offset 70) */
"ddd\0"
"glRasterPos3d\0"
"\0"
- /* _mesa_function_pool[7836]: RasterPos3f (offset 72) */
+ /* _mesa_function_pool[8135]: RasterPos3f (offset 72) */
"fff\0"
"glRasterPos3f\0"
"\0"
- /* _mesa_function_pool[7855]: Uniform1fARB (will be remapped) */
+ /* _mesa_function_pool[8154]: Uniform1fARB (will be remapped) */
"if\0"
"glUniform1f\0"
"glUniform1fARB\0"
"\0"
- /* _mesa_function_pool[7886]: AreTexturesResident (offset 322) */
+ /* _mesa_function_pool[8185]: AreTexturesResident (offset 322) */
"ipp\0"
"glAreTexturesResident\0"
"glAreTexturesResidentEXT\0"
"\0"
- /* _mesa_function_pool[7938]: TexCoord2s (offset 108) */
+ /* _mesa_function_pool[8237]: TexCoord2s (offset 108) */
"ii\0"
"glTexCoord2s\0"
"\0"
- /* _mesa_function_pool[7955]: StencilOpSeparate (will be remapped) */
+ /* _mesa_function_pool[8254]: StencilOpSeparate (will be remapped) */
"iiii\0"
"glStencilOpSeparate\0"
"glStencilOpSeparateATI\0"
"\0"
- /* _mesa_function_pool[8004]: ColorTableParameteriv (offset 341) */
+ /* _mesa_function_pool[8303]: ColorTableParameteriv (offset 341) */
"iip\0"
"glColorTableParameteriv\0"
"glColorTableParameterivSGI\0"
"\0"
- /* _mesa_function_pool[8060]: FogCoordPointerListIBM (dynamic) */
+ /* _mesa_function_pool[8359]: FogCoordPointerListIBM (dynamic) */
"iipi\0"
"glFogCoordPointerListIBM\0"
"\0"
- /* _mesa_function_pool[8091]: WindowPos3dMESA (will be remapped) */
+ /* _mesa_function_pool[8390]: WindowPos3dMESA (will be remapped) */
"ddd\0"
"glWindowPos3d\0"
"glWindowPos3dARB\0"
"glWindowPos3dMESA\0"
"\0"
- /* _mesa_function_pool[8145]: Color4us (offset 39) */
+ /* _mesa_function_pool[8444]: Color4us (offset 39) */
"iiii\0"
"glColor4us\0"
"\0"
- /* _mesa_function_pool[8162]: PointParameterfvEXT (will be remapped) */
+ /* _mesa_function_pool[8461]: PointParameterfvEXT (will be remapped) */
"ip\0"
"glPointParameterfv\0"
"glPointParameterfvARB\0"
"glPointParameterfvEXT\0"
"glPointParameterfvSGIS\0"
"\0"
- /* _mesa_function_pool[8252]: Color3bv (offset 10) */
+ /* _mesa_function_pool[8551]: Color3bv (offset 10) */
"p\0"
"glColor3bv\0"
"\0"
- /* _mesa_function_pool[8266]: GetnCompressedTexImageARB (will be remapped) */
+ /* _mesa_function_pool[8565]: GetnCompressedTexImageARB (will be remapped) */
"iiip\0"
"glGetnCompressedTexImageARB\0"
"\0"
- /* _mesa_function_pool[8300]: WindowPos2fvMESA (will be remapped) */
+ /* _mesa_function_pool[8599]: WindowPos2fvMESA (will be remapped) */
"p\0"
"glWindowPos2fv\0"
"glWindowPos2fvARB\0"
"glWindowPos2fvMESA\0"
"\0"
- /* _mesa_function_pool[8355]: SecondaryColor3bvEXT (will be remapped) */
+ /* _mesa_function_pool[8654]: SecondaryColor3bvEXT (will be remapped) */
"p\0"
"glSecondaryColor3bv\0"
"glSecondaryColor3bvEXT\0"
"\0"
- /* _mesa_function_pool[8401]: VertexPointerListIBM (dynamic) */
+ /* _mesa_function_pool[8700]: VertexPointerListIBM (dynamic) */
"iiipi\0"
"glVertexPointerListIBM\0"
"\0"
- /* _mesa_function_pool[8431]: GetProgramLocalParameterfvARB (will be remapped) */
+ /* _mesa_function_pool[8730]: GetProgramLocalParameterfvARB (will be remapped) */
"iip\0"
"glGetProgramLocalParameterfvARB\0"
"\0"
- /* _mesa_function_pool[8468]: FragmentMaterialfSGIX (dynamic) */
+ /* _mesa_function_pool[8767]: FragmentMaterialfSGIX (dynamic) */
"iif\0"
"glFragmentMaterialfSGIX\0"
"\0"
- /* _mesa_function_pool[8497]: BindSampler (will be remapped) */
+ /* _mesa_function_pool[8796]: BindSampler (will be remapped) */
"ii\0"
"glBindSampler\0"
"\0"
- /* _mesa_function_pool[8515]: RenderbufferStorageEXT (will be remapped) */
+ /* _mesa_function_pool[8814]: RenderbufferStorageEXT (will be remapped) */
"iiii\0"
"glRenderbufferStorage\0"
"glRenderbufferStorageEXT\0"
"\0"
- /* _mesa_function_pool[8568]: IsFenceNV (will be remapped) */
+ /* _mesa_function_pool[8867]: IsFenceNV (will be remapped) */
"i\0"
"glIsFenceNV\0"
"\0"
- /* _mesa_function_pool[8583]: AttachObjectARB (will be remapped) */
+ /* _mesa_function_pool[8882]: AttachObjectARB (will be remapped) */
"ii\0"
"glAttachObjectARB\0"
"\0"
- /* _mesa_function_pool[8605]: GetFragmentLightivSGIX (dynamic) */
+ /* _mesa_function_pool[8904]: GetFragmentLightivSGIX (dynamic) */
"iip\0"
"glGetFragmentLightivSGIX\0"
"\0"
- /* _mesa_function_pool[8635]: UniformMatrix2fvARB (will be remapped) */
+ /* _mesa_function_pool[8934]: UniformMatrix2fvARB (will be remapped) */
"iiip\0"
"glUniformMatrix2fv\0"
"glUniformMatrix2fvARB\0"
"\0"
- /* _mesa_function_pool[8682]: MultiTexCoord2fARB (offset 386) */
+ /* _mesa_function_pool[8981]: MultiTexCoord2fARB (offset 386) */
"iff\0"
"glMultiTexCoord2f\0"
"glMultiTexCoord2fARB\0"
"\0"
- /* _mesa_function_pool[8726]: ColorTable (offset 339) */
+ /* _mesa_function_pool[9025]: ColorTable (offset 339) */
"iiiiip\0"
"glColorTable\0"
"glColorTableSGI\0"
"glColorTableEXT\0"
"\0"
- /* _mesa_function_pool[8779]: IndexPointer (offset 314) */
+ /* _mesa_function_pool[9078]: IndexPointer (offset 314) */
"iip\0"
"glIndexPointer\0"
"\0"
- /* _mesa_function_pool[8799]: Accum (offset 213) */
+ /* _mesa_function_pool[9098]: Accum (offset 213) */
"if\0"
"glAccum\0"
"\0"
- /* _mesa_function_pool[8811]: GetTexImage (offset 281) */
+ /* _mesa_function_pool[9110]: GetTexImage (offset 281) */
"iiiip\0"
"glGetTexImage\0"
"\0"
- /* _mesa_function_pool[8832]: MapControlPointsNV (dynamic) */
+ /* _mesa_function_pool[9131]: MapControlPointsNV (dynamic) */
"iiiiiiiip\0"
"glMapControlPointsNV\0"
"\0"
- /* _mesa_function_pool[8864]: ConvolutionFilter2D (offset 349) */
+ /* _mesa_function_pool[9163]: ConvolutionFilter2D (offset 349) */
"iiiiiip\0"
"glConvolutionFilter2D\0"
"glConvolutionFilter2DEXT\0"
"\0"
- /* _mesa_function_pool[8920]: Finish (offset 216) */
+ /* _mesa_function_pool[9219]: Finish (offset 216) */
"\0"
"glFinish\0"
"\0"
- /* _mesa_function_pool[8931]: MapParameterfvNV (dynamic) */
+ /* _mesa_function_pool[9230]: MapParameterfvNV (dynamic) */
"iip\0"
"glMapParameterfvNV\0"
"\0"
- /* _mesa_function_pool[8955]: ClearStencil (offset 207) */
+ /* _mesa_function_pool[9254]: ClearStencil (offset 207) */
"i\0"
"glClearStencil\0"
"\0"
- /* _mesa_function_pool[8973]: VertexAttrib3dvARB (will be remapped) */
+ /* _mesa_function_pool[9272]: VertexAttrib3dvARB (will be remapped) */
"ip\0"
"glVertexAttrib3dv\0"
"glVertexAttrib3dvARB\0"
"\0"
- /* _mesa_function_pool[9016]: Uniform4uivEXT (will be remapped) */
+ /* _mesa_function_pool[9315]: Uniform4uivEXT (will be remapped) */
"iip\0"
"glUniform4uivEXT\0"
"glUniform4uiv\0"
"\0"
- /* _mesa_function_pool[9052]: HintPGI (dynamic) */
+ /* _mesa_function_pool[9351]: HintPGI (dynamic) */
"ii\0"
"glHintPGI\0"
"\0"
- /* _mesa_function_pool[9066]: ConvolutionParameteriv (offset 353) */
+ /* _mesa_function_pool[9365]: ConvolutionParameteriv (offset 353) */
"iip\0"
"glConvolutionParameteriv\0"
"glConvolutionParameterivEXT\0"
"\0"
- /* _mesa_function_pool[9124]: Color4s (offset 33) */
+ /* _mesa_function_pool[9423]: Color4s (offset 33) */
"iiii\0"
"glColor4s\0"
"\0"
- /* _mesa_function_pool[9140]: InterleavedArrays (offset 317) */
+ /* _mesa_function_pool[9439]: InterleavedArrays (offset 317) */
"iip\0"
"glInterleavedArrays\0"
"\0"
- /* _mesa_function_pool[9165]: RasterPos2fv (offset 65) */
+ /* _mesa_function_pool[9464]: RasterPos2fv (offset 65) */
"p\0"
"glRasterPos2fv\0"
"\0"
- /* _mesa_function_pool[9183]: TexCoord1fv (offset 97) */
+ /* _mesa_function_pool[9482]: TexCoord1fv (offset 97) */
"p\0"
"glTexCoord1fv\0"
"\0"
- /* _mesa_function_pool[9200]: Vertex2d (offset 126) */
+ /* _mesa_function_pool[9499]: Vertex2d (offset 126) */
"dd\0"
"glVertex2d\0"
"\0"
- /* _mesa_function_pool[9215]: CullParameterdvEXT (dynamic) */
+ /* _mesa_function_pool[9514]: CullParameterdvEXT (dynamic) */
"ip\0"
"glCullParameterdvEXT\0"
"\0"
- /* _mesa_function_pool[9240]: ProgramNamedParameter4fNV (will be remapped) */
+ /* _mesa_function_pool[9539]: ProgramNamedParameter4fNV (will be remapped) */
"iipffff\0"
"glProgramNamedParameter4fNV\0"
"\0"
- /* _mesa_function_pool[9277]: Color3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[9576]: Color3fVertex3fSUN (dynamic) */
"ffffff\0"
"glColor3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[9306]: ProgramEnvParameter4fvARB (will be remapped) */
+ /* _mesa_function_pool[9605]: ProgramEnvParameter4fvARB (will be remapped) */
"iip\0"
"glProgramEnvParameter4fvARB\0"
"glProgramParameter4fvNV\0"
"\0"
- /* _mesa_function_pool[9363]: Color4i (offset 31) */
+ /* _mesa_function_pool[9662]: Color4i (offset 31) */
"iiii\0"
"glColor4i\0"
"\0"
- /* _mesa_function_pool[9379]: Color4f (offset 29) */
+ /* _mesa_function_pool[9678]: Color4f (offset 29) */
"ffff\0"
"glColor4f\0"
"\0"
- /* _mesa_function_pool[9395]: RasterPos4fv (offset 81) */
+ /* _mesa_function_pool[9694]: RasterPos4fv (offset 81) */
"p\0"
"glRasterPos4fv\0"
"\0"
- /* _mesa_function_pool[9413]: Color4d (offset 27) */
+ /* _mesa_function_pool[9712]: Color4d (offset 27) */
"dddd\0"
"glColor4d\0"
"\0"
- /* _mesa_function_pool[9429]: ClearIndex (offset 205) */
+ /* _mesa_function_pool[9728]: ClearIndex (offset 205) */
"f\0"
"glClearIndex\0"
"\0"
- /* _mesa_function_pool[9445]: Color4b (offset 25) */
+ /* _mesa_function_pool[9744]: Color4b (offset 25) */
"iiii\0"
"glColor4b\0"
"\0"
- /* _mesa_function_pool[9461]: LoadMatrixd (offset 292) */
+ /* _mesa_function_pool[9760]: LoadMatrixd (offset 292) */
"p\0"
"glLoadMatrixd\0"
"\0"
- /* _mesa_function_pool[9478]: FragmentLightModeliSGIX (dynamic) */
+ /* _mesa_function_pool[9777]: FragmentLightModeliSGIX (dynamic) */
"ii\0"
"glFragmentLightModeliSGIX\0"
"\0"
- /* _mesa_function_pool[9508]: RasterPos2dv (offset 63) */
+ /* _mesa_function_pool[9807]: RasterPos2dv (offset 63) */
"p\0"
"glRasterPos2dv\0"
"\0"
- /* _mesa_function_pool[9526]: ConvolutionParameterfv (offset 351) */
+ /* _mesa_function_pool[9825]: ConvolutionParameterfv (offset 351) */
"iip\0"
"glConvolutionParameterfv\0"
"glConvolutionParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[9584]: TbufferMask3DFX (dynamic) */
+ /* _mesa_function_pool[9883]: TbufferMask3DFX (dynamic) */
"i\0"
"glTbufferMask3DFX\0"
"\0"
- /* _mesa_function_pool[9605]: GetTexGendv (offset 278) */
+ /* _mesa_function_pool[9904]: GetTexGendv (offset 278) */
"iip\0"
"glGetTexGendv\0"
"\0"
- /* _mesa_function_pool[9624]: GetVertexAttribfvNV (will be remapped) */
+ /* _mesa_function_pool[9923]: GetVertexAttribfvNV (will be remapped) */
"iip\0"
"glGetVertexAttribfvNV\0"
"\0"
- /* _mesa_function_pool[9651]: BeginTransformFeedbackEXT (will be remapped) */
+ /* _mesa_function_pool[9950]: BeginTransformFeedbackEXT (will be remapped) */
"i\0"
"glBeginTransformFeedbackEXT\0"
"glBeginTransformFeedback\0"
"\0"
- /* _mesa_function_pool[9707]: LoadProgramNV (will be remapped) */
+ /* _mesa_function_pool[10006]: LoadProgramNV (will be remapped) */
"iiip\0"
"glLoadProgramNV\0"
"\0"
- /* _mesa_function_pool[9729]: WaitSync (will be remapped) */
+ /* _mesa_function_pool[10028]: WaitSync (will be remapped) */
"iii\0"
"glWaitSync\0"
"\0"
- /* _mesa_function_pool[9745]: EndList (offset 1) */
+ /* _mesa_function_pool[10044]: EndList (offset 1) */
"\0"
"glEndList\0"
"\0"
- /* _mesa_function_pool[9757]: VertexAttrib4fvNV (will be remapped) */
+ /* _mesa_function_pool[10056]: VertexP4ui (will be remapped) */
+ "ii\0"
+ "glVertexP4ui\0"
+ "\0"
+ /* _mesa_function_pool[10073]: VertexAttrib4fvNV (will be remapped) */
"ip\0"
"glVertexAttrib4fvNV\0"
"\0"
- /* _mesa_function_pool[9781]: GetAttachedObjectsARB (will be remapped) */
+ /* _mesa_function_pool[10097]: GetAttachedObjectsARB (will be remapped) */
"iipp\0"
"glGetAttachedObjectsARB\0"
"\0"
- /* _mesa_function_pool[9811]: Uniform3fvARB (will be remapped) */
+ /* _mesa_function_pool[10127]: Uniform3fvARB (will be remapped) */
"iip\0"
"glUniform3fv\0"
"glUniform3fvARB\0"
"\0"
- /* _mesa_function_pool[9845]: EvalCoord1fv (offset 231) */
+ /* _mesa_function_pool[10161]: EvalCoord1fv (offset 231) */
"p\0"
"glEvalCoord1fv\0"
"\0"
- /* _mesa_function_pool[9863]: DrawRangeElements (offset 338) */
+ /* _mesa_function_pool[10179]: DrawRangeElements (offset 338) */
"iiiiip\0"
"glDrawRangeElements\0"
"glDrawRangeElementsEXT\0"
"\0"
- /* _mesa_function_pool[9914]: EvalMesh2 (offset 238) */
+ /* _mesa_function_pool[10230]: EvalMesh2 (offset 238) */
"iiiii\0"
"glEvalMesh2\0"
"\0"
- /* _mesa_function_pool[9933]: Vertex4fv (offset 145) */
+ /* _mesa_function_pool[10249]: Vertex4fv (offset 145) */
"p\0"
"glVertex4fv\0"
"\0"
- /* _mesa_function_pool[9948]: GenTransformFeedbacks (will be remapped) */
+ /* _mesa_function_pool[10264]: GenTransformFeedbacks (will be remapped) */
"ip\0"
"glGenTransformFeedbacks\0"
"\0"
- /* _mesa_function_pool[9976]: SpriteParameterfvSGIX (dynamic) */
+ /* _mesa_function_pool[10292]: SpriteParameterfvSGIX (dynamic) */
"ip\0"
"glSpriteParameterfvSGIX\0"
"\0"
- /* _mesa_function_pool[10004]: CheckFramebufferStatusEXT (will be remapped) */
+ /* _mesa_function_pool[10320]: CheckFramebufferStatusEXT (will be remapped) */
"i\0"
"glCheckFramebufferStatus\0"
"glCheckFramebufferStatusEXT\0"
"\0"
- /* _mesa_function_pool[10060]: GlobalAlphaFactoruiSUN (dynamic) */
+ /* _mesa_function_pool[10376]: GlobalAlphaFactoruiSUN (dynamic) */
"i\0"
"glGlobalAlphaFactoruiSUN\0"
"\0"
- /* _mesa_function_pool[10088]: GetHandleARB (will be remapped) */
+ /* _mesa_function_pool[10404]: GetHandleARB (will be remapped) */
"i\0"
"glGetHandleARB\0"
"\0"
- /* _mesa_function_pool[10106]: GetVertexAttribivARB (will be remapped) */
+ /* _mesa_function_pool[10422]: GetVertexAttribivARB (will be remapped) */
"iip\0"
"glGetVertexAttribiv\0"
"glGetVertexAttribivARB\0"
"\0"
- /* _mesa_function_pool[10154]: BlendFunciARB (will be remapped) */
+ /* _mesa_function_pool[10470]: BlendFunciARB (will be remapped) */
"iii\0"
"glBlendFunciARB\0"
"glBlendFuncIndexedAMD\0"
"\0"
- /* _mesa_function_pool[10197]: GetnUniformivARB (will be remapped) */
+ /* _mesa_function_pool[10513]: VertexAttribP1ui (will be remapped) */
+ "iiii\0"
+ "glVertexAttribP1ui\0"
+ "\0"
+ /* _mesa_function_pool[10538]: GetnUniformivARB (will be remapped) */
"iiip\0"
"glGetnUniformivARB\0"
"\0"
- /* _mesa_function_pool[10222]: GetTexParameterIivEXT (will be remapped) */
+ /* _mesa_function_pool[10563]: GetTexParameterIivEXT (will be remapped) */
"iip\0"
"glGetTexParameterIivEXT\0"
"glGetTexParameterIiv\0"
"\0"
- /* _mesa_function_pool[10272]: CreateProgram (will be remapped) */
+ /* _mesa_function_pool[10613]: CreateProgram (will be remapped) */
"\0"
"glCreateProgram\0"
"\0"
- /* _mesa_function_pool[10290]: LoadTransposeMatrixdARB (will be remapped) */
+ /* _mesa_function_pool[10631]: LoadTransposeMatrixdARB (will be remapped) */
"p\0"
"glLoadTransposeMatrixd\0"
"glLoadTransposeMatrixdARB\0"
"\0"
- /* _mesa_function_pool[10342]: ReleaseShaderCompiler (will be remapped) */
+ /* _mesa_function_pool[10683]: ReleaseShaderCompiler (will be remapped) */
"\0"
"glReleaseShaderCompiler\0"
"\0"
- /* _mesa_function_pool[10368]: GetMinmax (offset 364) */
+ /* _mesa_function_pool[10709]: GetMinmax (offset 364) */
"iiiip\0"
"glGetMinmax\0"
"glGetMinmaxEXT\0"
"\0"
- /* _mesa_function_pool[10402]: StencilFuncSeparate (will be remapped) */
+ /* _mesa_function_pool[10743]: StencilFuncSeparate (will be remapped) */
"iiii\0"
"glStencilFuncSeparate\0"
"\0"
- /* _mesa_function_pool[10430]: SecondaryColor3sEXT (will be remapped) */
+ /* _mesa_function_pool[10771]: SecondaryColor3sEXT (will be remapped) */
"iii\0"
"glSecondaryColor3s\0"
"glSecondaryColor3sEXT\0"
"\0"
- /* _mesa_function_pool[10476]: Color3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[10817]: Color3fVertex3fvSUN (dynamic) */
"pp\0"
"glColor3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[10502]: GetInteger64i_v (will be remapped) */
+ /* _mesa_function_pool[10843]: GetInteger64i_v (will be remapped) */
"iip\0"
"glGetInteger64i_v\0"
"\0"
- /* _mesa_function_pool[10525]: GetVertexAttribdvNV (will be remapped) */
+ /* _mesa_function_pool[10866]: GetVertexAttribdvNV (will be remapped) */
"iip\0"
"glGetVertexAttribdvNV\0"
"\0"
- /* _mesa_function_pool[10552]: Normal3fv (offset 57) */
+ /* _mesa_function_pool[10893]: Normal3fv (offset 57) */
"p\0"
"glNormal3fv\0"
"\0"
- /* _mesa_function_pool[10567]: GlobalAlphaFactorbSUN (dynamic) */
+ /* _mesa_function_pool[10908]: GlobalAlphaFactorbSUN (dynamic) */
"i\0"
"glGlobalAlphaFactorbSUN\0"
"\0"
- /* _mesa_function_pool[10594]: Color3us (offset 23) */
+ /* _mesa_function_pool[10935]: Color3us (offset 23) */
"iii\0"
"glColor3us\0"
"\0"
- /* _mesa_function_pool[10610]: ImageTransformParameterfvHP (dynamic) */
+ /* _mesa_function_pool[10951]: ImageTransformParameterfvHP (dynamic) */
"iip\0"
"glImageTransformParameterfvHP\0"
"\0"
- /* _mesa_function_pool[10645]: VertexAttrib4ivARB (will be remapped) */
+ /* _mesa_function_pool[10986]: VertexAttrib4ivARB (will be remapped) */
"ip\0"
"glVertexAttrib4iv\0"
"glVertexAttrib4ivARB\0"
"\0"
- /* _mesa_function_pool[10688]: End (offset 43) */
+ /* _mesa_function_pool[11029]: End (offset 43) */
"\0"
"glEnd\0"
"\0"
- /* _mesa_function_pool[10696]: VertexAttrib3fNV (will be remapped) */
+ /* _mesa_function_pool[11037]: VertexAttrib3fNV (will be remapped) */
"ifff\0"
"glVertexAttrib3fNV\0"
"\0"
- /* _mesa_function_pool[10721]: VertexAttribs2dvNV (will be remapped) */
+ /* _mesa_function_pool[11062]: MultiTexCoordP3uiv (will be remapped) */
+ "iip\0"
+ "glMultiTexCoordP3uiv\0"
+ "\0"
+ /* _mesa_function_pool[11088]: VertexAttribs2dvNV (will be remapped) */
"iip\0"
"glVertexAttribs2dvNV\0"
"\0"
- /* _mesa_function_pool[10747]: GetQueryObjectui64vEXT (will be remapped) */
+ /* _mesa_function_pool[11114]: GetQueryObjectui64vEXT (will be remapped) */
"iip\0"
"glGetQueryObjectui64vEXT\0"
"\0"
- /* _mesa_function_pool[10777]: MultiTexCoord3fvARB (offset 395) */
+ /* _mesa_function_pool[11144]: MultiTexCoord3fvARB (offset 395) */
"ip\0"
"glMultiTexCoord3fv\0"
"glMultiTexCoord3fvARB\0"
"\0"
- /* _mesa_function_pool[10822]: SecondaryColor3dEXT (will be remapped) */
+ /* _mesa_function_pool[11189]: SecondaryColor3dEXT (will be remapped) */
"ddd\0"
"glSecondaryColor3d\0"
"glSecondaryColor3dEXT\0"
"\0"
- /* _mesa_function_pool[10868]: Color3ub (offset 19) */
+ /* _mesa_function_pool[11235]: Color3ub (offset 19) */
"iii\0"
"glColor3ub\0"
"\0"
- /* _mesa_function_pool[10884]: GetProgramParameterfvNV (will be remapped) */
+ /* _mesa_function_pool[11251]: GetProgramParameterfvNV (will be remapped) */
"iiip\0"
"glGetProgramParameterfvNV\0"
"\0"
- /* _mesa_function_pool[10916]: TangentPointerEXT (dynamic) */
+ /* _mesa_function_pool[11283]: TangentPointerEXT (dynamic) */
"iip\0"
"glTangentPointerEXT\0"
"\0"
- /* _mesa_function_pool[10941]: Color4fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[11308]: Color4fNormal3fVertex3fvSUN (dynamic) */
"ppp\0"
"glColor4fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[10976]: GetInstrumentsSGIX (dynamic) */
+ /* _mesa_function_pool[11343]: GetInstrumentsSGIX (dynamic) */
"\0"
"glGetInstrumentsSGIX\0"
"\0"
- /* _mesa_function_pool[10999]: GetUniformuivEXT (will be remapped) */
+ /* _mesa_function_pool[11366]: GetUniformuivEXT (will be remapped) */
"iip\0"
"glGetUniformuivEXT\0"
"glGetUniformuiv\0"
"\0"
- /* _mesa_function_pool[11039]: Color3ui (offset 21) */
+ /* _mesa_function_pool[11406]: Color3ui (offset 21) */
"iii\0"
"glColor3ui\0"
"\0"
- /* _mesa_function_pool[11055]: EvalMapsNV (dynamic) */
+ /* _mesa_function_pool[11422]: EvalMapsNV (dynamic) */
"ii\0"
"glEvalMapsNV\0"
"\0"
- /* _mesa_function_pool[11072]: TexSubImage2D (offset 333) */
+ /* _mesa_function_pool[11439]: TexSubImage2D (offset 333) */
"iiiiiiiip\0"
"glTexSubImage2D\0"
"glTexSubImage2DEXT\0"
"\0"
- /* _mesa_function_pool[11118]: FragmentLightivSGIX (dynamic) */
+ /* _mesa_function_pool[11485]: FragmentLightivSGIX (dynamic) */
"iip\0"
"glFragmentLightivSGIX\0"
"\0"
- /* _mesa_function_pool[11145]: GetTexParameterPointervAPPLE (will be remapped) */
+ /* _mesa_function_pool[11512]: GetTexParameterPointervAPPLE (will be remapped) */
"iip\0"
"glGetTexParameterPointervAPPLE\0"
"\0"
- /* _mesa_function_pool[11181]: TexGenfv (offset 191) */
+ /* _mesa_function_pool[11548]: TexGenfv (offset 191) */
"iip\0"
"glTexGenfv\0"
"\0"
- /* _mesa_function_pool[11197]: GetTransformFeedbackVaryingEXT (will be remapped) */
+ /* _mesa_function_pool[11564]: GetTransformFeedbackVaryingEXT (will be remapped) */
"iiipppp\0"
"glGetTransformFeedbackVaryingEXT\0"
"glGetTransformFeedbackVarying\0"
"\0"
- /* _mesa_function_pool[11269]: VertexAttrib4bvARB (will be remapped) */
+ /* _mesa_function_pool[11636]: VertexAttrib4bvARB (will be remapped) */
"ip\0"
"glVertexAttrib4bv\0"
"glVertexAttrib4bvARB\0"
"\0"
- /* _mesa_function_pool[11312]: ShaderBinary (will be remapped) */
+ /* _mesa_function_pool[11679]: ShaderBinary (will be remapped) */
"ipipi\0"
"glShaderBinary\0"
"\0"
- /* _mesa_function_pool[11334]: GetIntegerIndexedvEXT (will be remapped) */
+ /* _mesa_function_pool[11701]: GetIntegerIndexedvEXT (will be remapped) */
"iip\0"
"glGetIntegerIndexedvEXT\0"
"glGetIntegeri_v\0"
"\0"
- /* _mesa_function_pool[11379]: MultiTexCoord4sARB (offset 406) */
+ /* _mesa_function_pool[11746]: MultiTexCoord4sARB (offset 406) */
"iiiii\0"
"glMultiTexCoord4s\0"
"glMultiTexCoord4sARB\0"
"\0"
- /* _mesa_function_pool[11425]: GetFragmentMaterialivSGIX (dynamic) */
+ /* _mesa_function_pool[11792]: GetFragmentMaterialivSGIX (dynamic) */
"iip\0"
"glGetFragmentMaterialivSGIX\0"
"\0"
- /* _mesa_function_pool[11458]: WindowPos4dMESA (will be remapped) */
+ /* _mesa_function_pool[11825]: WindowPos4dMESA (will be remapped) */
"dddd\0"
"glWindowPos4dMESA\0"
"\0"
- /* _mesa_function_pool[11482]: WeightPointerARB (dynamic) */
+ /* _mesa_function_pool[11849]: WeightPointerARB (dynamic) */
"iiip\0"
"glWeightPointerARB\0"
"\0"
- /* _mesa_function_pool[11507]: WindowPos2dMESA (will be remapped) */
+ /* _mesa_function_pool[11874]: WindowPos2dMESA (will be remapped) */
"dd\0"
"glWindowPos2d\0"
"glWindowPos2dARB\0"
"glWindowPos2dMESA\0"
"\0"
- /* _mesa_function_pool[11560]: FramebufferTexture3DEXT (will be remapped) */
+ /* _mesa_function_pool[11927]: FramebufferTexture3DEXT (will be remapped) */
"iiiiii\0"
"glFramebufferTexture3D\0"
"glFramebufferTexture3DEXT\0"
"\0"
- /* _mesa_function_pool[11617]: BlendEquation (offset 337) */
+ /* _mesa_function_pool[11984]: BlendEquation (offset 337) */
"i\0"
"glBlendEquation\0"
"glBlendEquationEXT\0"
"\0"
- /* _mesa_function_pool[11655]: VertexAttrib3dNV (will be remapped) */
+ /* _mesa_function_pool[12022]: VertexAttrib3dNV (will be remapped) */
"iddd\0"
"glVertexAttrib3dNV\0"
"\0"
- /* _mesa_function_pool[11680]: VertexAttrib3dARB (will be remapped) */
+ /* _mesa_function_pool[12047]: VertexAttrib3dARB (will be remapped) */
"iddd\0"
"glVertexAttrib3d\0"
"glVertexAttrib3dARB\0"
"\0"
- /* _mesa_function_pool[11723]: VertexAttribI4usvEXT (will be remapped) */
+ /* _mesa_function_pool[12090]: VertexAttribI4usvEXT (will be remapped) */
"ip\0"
"glVertexAttribI4usvEXT\0"
"glVertexAttribI4usv\0"
"\0"
- /* _mesa_function_pool[11770]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[12137]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
"ppppp\0"
"glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[11834]: VertexAttrib4fARB (will be remapped) */
+ /* _mesa_function_pool[12201]: VertexAttrib4fARB (will be remapped) */
"iffff\0"
"glVertexAttrib4f\0"
"glVertexAttrib4fARB\0"
"\0"
- /* _mesa_function_pool[11878]: GetError (offset 261) */
+ /* _mesa_function_pool[12245]: GetError (offset 261) */
"\0"
"glGetError\0"
"\0"
- /* _mesa_function_pool[11891]: IndexFuncEXT (dynamic) */
+ /* _mesa_function_pool[12258]: IndexFuncEXT (dynamic) */
"if\0"
"glIndexFuncEXT\0"
"\0"
- /* _mesa_function_pool[11910]: TexCoord3dv (offset 111) */
+ /* _mesa_function_pool[12277]: TexCoord3dv (offset 111) */
"p\0"
"glTexCoord3dv\0"
"\0"
- /* _mesa_function_pool[11927]: Indexdv (offset 45) */
+ /* _mesa_function_pool[12294]: Indexdv (offset 45) */
"p\0"
"glIndexdv\0"
"\0"
- /* _mesa_function_pool[11940]: FramebufferTexture2DEXT (will be remapped) */
+ /* _mesa_function_pool[12307]: FramebufferTexture2DEXT (will be remapped) */
"iiiii\0"
"glFramebufferTexture2D\0"
"glFramebufferTexture2DEXT\0"
"\0"
- /* _mesa_function_pool[11996]: Normal3s (offset 60) */
+ /* _mesa_function_pool[12363]: Normal3s (offset 60) */
"iii\0"
"glNormal3s\0"
"\0"
- /* _mesa_function_pool[12012]: GetObjectParameterivAPPLE (will be remapped) */
+ /* _mesa_function_pool[12379]: GetObjectParameterivAPPLE (will be remapped) */
"iiip\0"
"glGetObjectParameterivAPPLE\0"
"\0"
- /* _mesa_function_pool[12046]: PushName (offset 201) */
+ /* _mesa_function_pool[12413]: PushName (offset 201) */
"i\0"
"glPushName\0"
"\0"
- /* _mesa_function_pool[12060]: MultiTexCoord2dvARB (offset 385) */
+ /* _mesa_function_pool[12427]: MultiTexCoord2dvARB (offset 385) */
"ip\0"
"glMultiTexCoord2dv\0"
"glMultiTexCoord2dvARB\0"
"\0"
- /* _mesa_function_pool[12105]: CullParameterfvEXT (dynamic) */
+ /* _mesa_function_pool[12472]: CullParameterfvEXT (dynamic) */
"ip\0"
"glCullParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[12130]: Normal3i (offset 58) */
+ /* _mesa_function_pool[12497]: Normal3i (offset 58) */
"iii\0"
"glNormal3i\0"
"\0"
- /* _mesa_function_pool[12146]: ProgramNamedParameter4fvNV (will be remapped) */
+ /* _mesa_function_pool[12513]: ProgramNamedParameter4fvNV (will be remapped) */
"iipp\0"
"glProgramNamedParameter4fvNV\0"
"\0"
- /* _mesa_function_pool[12181]: SecondaryColorPointerEXT (will be remapped) */
+ /* _mesa_function_pool[12548]: SecondaryColorPointerEXT (will be remapped) */
"iiip\0"
"glSecondaryColorPointer\0"
"glSecondaryColorPointerEXT\0"
"\0"
- /* _mesa_function_pool[12238]: VertexAttrib4fvARB (will be remapped) */
+ /* _mesa_function_pool[12605]: VertexAttrib4fvARB (will be remapped) */
"ip\0"
"glVertexAttrib4fv\0"
"glVertexAttrib4fvARB\0"
"\0"
- /* _mesa_function_pool[12281]: PixelTexGenSGIX (will be remapped) */
+ /* _mesa_function_pool[12648]: PixelTexGenSGIX (will be remapped) */
"i\0"
"glPixelTexGenSGIX\0"
"\0"
- /* _mesa_function_pool[12302]: GetActiveUniformARB (will be remapped) */
+ /* _mesa_function_pool[12669]: GetActiveUniformARB (will be remapped) */
"iiipppp\0"
"glGetActiveUniform\0"
"glGetActiveUniformARB\0"
"\0"
- /* _mesa_function_pool[12352]: ImageTransformParameteriHP (dynamic) */
+ /* _mesa_function_pool[12719]: ImageTransformParameteriHP (dynamic) */
"iii\0"
"glImageTransformParameteriHP\0"
"\0"
- /* _mesa_function_pool[12386]: Normal3b (offset 52) */
+ /* _mesa_function_pool[12753]: Normal3b (offset 52) */
"iii\0"
"glNormal3b\0"
"\0"
- /* _mesa_function_pool[12402]: Normal3d (offset 54) */
+ /* _mesa_function_pool[12769]: Normal3d (offset 54) */
"ddd\0"
"glNormal3d\0"
"\0"
- /* _mesa_function_pool[12418]: Uniform1uiEXT (will be remapped) */
+ /* _mesa_function_pool[12785]: Uniform1uiEXT (will be remapped) */
"ii\0"
"glUniform1uiEXT\0"
"glUniform1ui\0"
"\0"
- /* _mesa_function_pool[12451]: Normal3f (offset 56) */
+ /* _mesa_function_pool[12818]: Normal3f (offset 56) */
"fff\0"
"glNormal3f\0"
"\0"
- /* _mesa_function_pool[12467]: MultiTexCoord1svARB (offset 383) */
+ /* _mesa_function_pool[12834]: MultiTexCoord1svARB (offset 383) */
"ip\0"
"glMultiTexCoord1sv\0"
"glMultiTexCoord1svARB\0"
"\0"
- /* _mesa_function_pool[12512]: Indexi (offset 48) */
+ /* _mesa_function_pool[12879]: Indexi (offset 48) */
"i\0"
"glIndexi\0"
"\0"
- /* _mesa_function_pool[12524]: EGLImageTargetTexture2DOES (will be remapped) */
+ /* _mesa_function_pool[12891]: EGLImageTargetTexture2DOES (will be remapped) */
"ip\0"
"glEGLImageTargetTexture2DOES\0"
"\0"
- /* _mesa_function_pool[12557]: EndQueryARB (will be remapped) */
+ /* _mesa_function_pool[12924]: EndQueryARB (will be remapped) */
"i\0"
"glEndQuery\0"
"glEndQueryARB\0"
"\0"
- /* _mesa_function_pool[12585]: DeleteFencesNV (will be remapped) */
+ /* _mesa_function_pool[12952]: DeleteFencesNV (will be remapped) */
"ip\0"
"glDeleteFencesNV\0"
"\0"
- /* _mesa_function_pool[12606]: ColorPointerListIBM (dynamic) */
+ /* _mesa_function_pool[12973]: ColorPointerListIBM (dynamic) */
"iiipi\0"
"glColorPointerListIBM\0"
"\0"
- /* _mesa_function_pool[12635]: BindBufferRangeEXT (will be remapped) */
+ /* _mesa_function_pool[13002]: BindBufferRangeEXT (will be remapped) */
"iiiii\0"
"glBindBufferRangeEXT\0"
"glBindBufferRange\0"
"\0"
- /* _mesa_function_pool[12681]: DepthMask (offset 211) */
+ /* _mesa_function_pool[13048]: DepthMask (offset 211) */
"i\0"
"glDepthMask\0"
"\0"
- /* _mesa_function_pool[12696]: IsShader (will be remapped) */
+ /* _mesa_function_pool[13063]: IsShader (will be remapped) */
"i\0"
"glIsShader\0"
"\0"
- /* _mesa_function_pool[12710]: Indexf (offset 46) */
+ /* _mesa_function_pool[13077]: Indexf (offset 46) */
"f\0"
"glIndexf\0"
"\0"
- /* _mesa_function_pool[12722]: GetImageTransformParameterivHP (dynamic) */
+ /* _mesa_function_pool[13089]: GetImageTransformParameterivHP (dynamic) */
"iip\0"
"glGetImageTransformParameterivHP\0"
"\0"
- /* _mesa_function_pool[12760]: Indexd (offset 44) */
+ /* _mesa_function_pool[13127]: Indexd (offset 44) */
"d\0"
"glIndexd\0"
"\0"
- /* _mesa_function_pool[12772]: GetMaterialiv (offset 270) */
+ /* _mesa_function_pool[13139]: GetMaterialiv (offset 270) */
"iip\0"
"glGetMaterialiv\0"
"\0"
- /* _mesa_function_pool[12793]: StencilOp (offset 244) */
+ /* _mesa_function_pool[13160]: StencilOp (offset 244) */
"iii\0"
"glStencilOp\0"
"\0"
- /* _mesa_function_pool[12810]: WindowPos4ivMESA (will be remapped) */
+ /* _mesa_function_pool[13177]: WindowPos4ivMESA (will be remapped) */
"p\0"
"glWindowPos4ivMESA\0"
"\0"
- /* _mesa_function_pool[12832]: MultiTexCoord3svARB (offset 399) */
+ /* _mesa_function_pool[13199]: MultiTexCoord3svARB (offset 399) */
"ip\0"
"glMultiTexCoord3sv\0"
"glMultiTexCoord3svARB\0"
"\0"
- /* _mesa_function_pool[12877]: TexEnvfv (offset 185) */
+ /* _mesa_function_pool[13244]: TexEnvfv (offset 185) */
"iip\0"
"glTexEnvfv\0"
"\0"
- /* _mesa_function_pool[12893]: MultiTexCoord4iARB (offset 404) */
+ /* _mesa_function_pool[13260]: MultiTexCoord4iARB (offset 404) */
"iiiii\0"
"glMultiTexCoord4i\0"
"glMultiTexCoord4iARB\0"
"\0"
- /* _mesa_function_pool[12939]: Indexs (offset 50) */
+ /* _mesa_function_pool[13306]: Indexs (offset 50) */
"i\0"
"glIndexs\0"
"\0"
- /* _mesa_function_pool[12951]: Binormal3ivEXT (dynamic) */
+ /* _mesa_function_pool[13318]: Binormal3ivEXT (dynamic) */
"p\0"
"glBinormal3ivEXT\0"
"\0"
- /* _mesa_function_pool[12971]: ResizeBuffersMESA (will be remapped) */
+ /* _mesa_function_pool[13338]: ResizeBuffersMESA (will be remapped) */
"\0"
"glResizeBuffersMESA\0"
"\0"
- /* _mesa_function_pool[12993]: BlendFuncSeparateiARB (will be remapped) */
+ /* _mesa_function_pool[13360]: MultiTexCoordP1uiv (will be remapped) */
+ "iip\0"
+ "glMultiTexCoordP1uiv\0"
+ "\0"
+ /* _mesa_function_pool[13386]: BlendFuncSeparateiARB (will be remapped) */
"iiiii\0"
"glBlendFuncSeparateiARB\0"
"glBlendFuncSeparateIndexedAMD\0"
"\0"
- /* _mesa_function_pool[13054]: GetUniformivARB (will be remapped) */
+ /* _mesa_function_pool[13447]: GetUniformivARB (will be remapped) */
"iip\0"
"glGetUniformiv\0"
"glGetUniformivARB\0"
"\0"
- /* _mesa_function_pool[13092]: PixelTexGenParameteriSGIS (will be remapped) */
+ /* _mesa_function_pool[13485]: PixelTexGenParameteriSGIS (will be remapped) */
"ii\0"
"glPixelTexGenParameteriSGIS\0"
"\0"
- /* _mesa_function_pool[13124]: VertexPointervINTEL (dynamic) */
+ /* _mesa_function_pool[13517]: VertexPointervINTEL (dynamic) */
"iip\0"
"glVertexPointervINTEL\0"
"\0"
- /* _mesa_function_pool[13151]: Vertex2i (offset 130) */
+ /* _mesa_function_pool[13544]: Vertex2i (offset 130) */
"ii\0"
"glVertex2i\0"
"\0"
- /* _mesa_function_pool[13166]: LoadMatrixf (offset 291) */
+ /* _mesa_function_pool[13559]: LoadMatrixf (offset 291) */
"p\0"
"glLoadMatrixf\0"
"\0"
- /* _mesa_function_pool[13183]: VertexAttribI1uivEXT (will be remapped) */
+ /* _mesa_function_pool[13576]: VertexAttribI1uivEXT (will be remapped) */
"ip\0"
"glVertexAttribI1uivEXT\0"
"glVertexAttribI1uiv\0"
"\0"
- /* _mesa_function_pool[13230]: Vertex2f (offset 128) */
+ /* _mesa_function_pool[13623]: Vertex2f (offset 128) */
"ff\0"
"glVertex2f\0"
"\0"
- /* _mesa_function_pool[13245]: ReplacementCodeuiColor4fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[13638]: ReplacementCodeuiColor4fNormal3fVertex3fvSUN (dynamic) */
"pppp\0"
"glReplacementCodeuiColor4fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[13298]: Color4bv (offset 26) */
+ /* _mesa_function_pool[13691]: Color4bv (offset 26) */
"p\0"
"glColor4bv\0"
"\0"
- /* _mesa_function_pool[13312]: VertexPointer (offset 321) */
+ /* _mesa_function_pool[13705]: VertexPointer (offset 321) */
"iiip\0"
"glVertexPointer\0"
"\0"
- /* _mesa_function_pool[13334]: SecondaryColor3uiEXT (will be remapped) */
+ /* _mesa_function_pool[13727]: SecondaryColor3uiEXT (will be remapped) */
"iii\0"
"glSecondaryColor3ui\0"
"glSecondaryColor3uiEXT\0"
"\0"
- /* _mesa_function_pool[13382]: StartInstrumentsSGIX (dynamic) */
+ /* _mesa_function_pool[13775]: StartInstrumentsSGIX (dynamic) */
"\0"
"glStartInstrumentsSGIX\0"
"\0"
- /* _mesa_function_pool[13407]: SecondaryColor3usvEXT (will be remapped) */
+ /* _mesa_function_pool[13800]: SecondaryColor3usvEXT (will be remapped) */
"p\0"
"glSecondaryColor3usv\0"
"glSecondaryColor3usvEXT\0"
"\0"
- /* _mesa_function_pool[13455]: VertexAttrib2fvNV (will be remapped) */
+ /* _mesa_function_pool[13848]: VertexAttrib2fvNV (will be remapped) */
"ip\0"
"glVertexAttrib2fvNV\0"
"\0"
- /* _mesa_function_pool[13479]: ProgramLocalParameter4dvARB (will be remapped) */
+ /* _mesa_function_pool[13872]: ProgramLocalParameter4dvARB (will be remapped) */
"iip\0"
"glProgramLocalParameter4dvARB\0"
"\0"
- /* _mesa_function_pool[13514]: DeleteLists (offset 4) */
+ /* _mesa_function_pool[13907]: DeleteLists (offset 4) */
"ii\0"
"glDeleteLists\0"
"\0"
- /* _mesa_function_pool[13532]: LogicOp (offset 242) */
+ /* _mesa_function_pool[13925]: LogicOp (offset 242) */
"i\0"
"glLogicOp\0"
"\0"
- /* _mesa_function_pool[13545]: MatrixIndexuivARB (dynamic) */
+ /* _mesa_function_pool[13938]: MatrixIndexuivARB (dynamic) */
"ip\0"
"glMatrixIndexuivARB\0"
"\0"
- /* _mesa_function_pool[13569]: Vertex2s (offset 132) */
+ /* _mesa_function_pool[13962]: Vertex2s (offset 132) */
"ii\0"
"glVertex2s\0"
"\0"
- /* _mesa_function_pool[13584]: RenderbufferStorageMultisample (will be remapped) */
+ /* _mesa_function_pool[13977]: RenderbufferStorageMultisample (will be remapped) */
"iiiii\0"
"glRenderbufferStorageMultisample\0"
"glRenderbufferStorageMultisampleEXT\0"
"\0"
- /* _mesa_function_pool[13660]: TexCoord4fv (offset 121) */
+ /* _mesa_function_pool[14053]: TexCoord4fv (offset 121) */
"p\0"
"glTexCoord4fv\0"
"\0"
- /* _mesa_function_pool[13677]: Tangent3sEXT (dynamic) */
+ /* _mesa_function_pool[14070]: Tangent3sEXT (dynamic) */
"iii\0"
"glTangent3sEXT\0"
"\0"
- /* _mesa_function_pool[13697]: GlobalAlphaFactorfSUN (dynamic) */
+ /* _mesa_function_pool[14090]: GlobalAlphaFactorfSUN (dynamic) */
"f\0"
"glGlobalAlphaFactorfSUN\0"
"\0"
- /* _mesa_function_pool[13724]: MultiTexCoord3iARB (offset 396) */
+ /* _mesa_function_pool[14117]: MultiTexCoord3iARB (offset 396) */
"iiii\0"
"glMultiTexCoord3i\0"
"glMultiTexCoord3iARB\0"
"\0"
- /* _mesa_function_pool[13769]: IsProgram (will be remapped) */
+ /* _mesa_function_pool[14162]: IsProgram (will be remapped) */
"i\0"
"glIsProgram\0"
"\0"
- /* _mesa_function_pool[13784]: TexCoordPointerListIBM (dynamic) */
+ /* _mesa_function_pool[14177]: TexCoordPointerListIBM (dynamic) */
"iiipi\0"
"glTexCoordPointerListIBM\0"
"\0"
- /* _mesa_function_pool[13816]: VertexAttribI4svEXT (will be remapped) */
+ /* _mesa_function_pool[14209]: VertexAttribI4svEXT (will be remapped) */
"ip\0"
"glVertexAttribI4svEXT\0"
"glVertexAttribI4sv\0"
"\0"
- /* _mesa_function_pool[13861]: GlobalAlphaFactorusSUN (dynamic) */
+ /* _mesa_function_pool[14254]: GlobalAlphaFactorusSUN (dynamic) */
"i\0"
"glGlobalAlphaFactorusSUN\0"
"\0"
- /* _mesa_function_pool[13889]: VertexAttrib2dvNV (will be remapped) */
+ /* _mesa_function_pool[14282]: VertexAttrib2dvNV (will be remapped) */
"ip\0"
"glVertexAttrib2dvNV\0"
"\0"
- /* _mesa_function_pool[13913]: FramebufferRenderbufferEXT (will be remapped) */
+ /* _mesa_function_pool[14306]: FramebufferRenderbufferEXT (will be remapped) */
"iiii\0"
"glFramebufferRenderbuffer\0"
"glFramebufferRenderbufferEXT\0"
"\0"
- /* _mesa_function_pool[13974]: ClearBufferuiv (will be remapped) */
+ /* _mesa_function_pool[14367]: ClearBufferuiv (will be remapped) */
"iip\0"
"glClearBufferuiv\0"
"\0"
- /* _mesa_function_pool[13996]: VertexAttrib1dvNV (will be remapped) */
+ /* _mesa_function_pool[14389]: VertexAttrib1dvNV (will be remapped) */
"ip\0"
"glVertexAttrib1dvNV\0"
"\0"
- /* _mesa_function_pool[14020]: GenTextures (offset 328) */
+ /* _mesa_function_pool[14413]: GenTextures (offset 328) */
"ip\0"
"glGenTextures\0"
"glGenTexturesEXT\0"
"\0"
- /* _mesa_function_pool[14055]: FramebufferTextureARB (will be remapped) */
+ /* _mesa_function_pool[14448]: FramebufferTextureARB (will be remapped) */
"iiii\0"
"glFramebufferTextureARB\0"
"\0"
- /* _mesa_function_pool[14085]: SetFenceNV (will be remapped) */
+ /* _mesa_function_pool[14478]: SetFenceNV (will be remapped) */
"ii\0"
"glSetFenceNV\0"
"\0"
- /* _mesa_function_pool[14102]: FramebufferTexture1DEXT (will be remapped) */
+ /* _mesa_function_pool[14495]: FramebufferTexture1DEXT (will be remapped) */
"iiiii\0"
"glFramebufferTexture1D\0"
"glFramebufferTexture1DEXT\0"
"\0"
- /* _mesa_function_pool[14158]: GetCombinerOutputParameterivNV (will be remapped) */
+ /* _mesa_function_pool[14551]: GetCombinerOutputParameterivNV (will be remapped) */
"iiip\0"
"glGetCombinerOutputParameterivNV\0"
"\0"
- /* _mesa_function_pool[14197]: MultiModeDrawArraysIBM (will be remapped) */
- "pppii\0"
- "glMultiModeDrawArraysIBM\0"
- "\0"
- /* _mesa_function_pool[14229]: PixelTexGenParameterivSGIS (will be remapped) */
+ /* _mesa_function_pool[14590]: PixelTexGenParameterivSGIS (will be remapped) */
"ip\0"
"glPixelTexGenParameterivSGIS\0"
"\0"
- /* _mesa_function_pool[14262]: TextureNormalEXT (dynamic) */
+ /* _mesa_function_pool[14623]: TextureNormalEXT (dynamic) */
"i\0"
"glTextureNormalEXT\0"
"\0"
- /* _mesa_function_pool[14284]: IndexPointerListIBM (dynamic) */
+ /* _mesa_function_pool[14645]: IndexPointerListIBM (dynamic) */
"iipi\0"
"glIndexPointerListIBM\0"
"\0"
- /* _mesa_function_pool[14312]: WeightfvARB (dynamic) */
+ /* _mesa_function_pool[14673]: WeightfvARB (dynamic) */
"ip\0"
"glWeightfvARB\0"
"\0"
- /* _mesa_function_pool[14330]: GetCombinerOutputParameterfvNV (will be remapped) */
- "iiip\0"
- "glGetCombinerOutputParameterfvNV\0"
+ /* _mesa_function_pool[14691]: MultiTexCoordP3ui (will be remapped) */
+ "iii\0"
+ "glMultiTexCoordP3ui\0"
"\0"
- /* _mesa_function_pool[14369]: RasterPos2sv (offset 69) */
+ /* _mesa_function_pool[14716]: RasterPos2sv (offset 69) */
"p\0"
"glRasterPos2sv\0"
"\0"
- /* _mesa_function_pool[14387]: Color4ubv (offset 36) */
+ /* _mesa_function_pool[14734]: Color4ubv (offset 36) */
"p\0"
"glColor4ubv\0"
"\0"
- /* _mesa_function_pool[14402]: DrawBuffer (offset 202) */
+ /* _mesa_function_pool[14749]: DrawBuffer (offset 202) */
"i\0"
"glDrawBuffer\0"
"\0"
- /* _mesa_function_pool[14418]: TexCoord2fv (offset 105) */
+ /* _mesa_function_pool[14765]: TexCoord2fv (offset 105) */
"p\0"
"glTexCoord2fv\0"
"\0"
- /* _mesa_function_pool[14435]: WindowPos4fMESA (will be remapped) */
+ /* _mesa_function_pool[14782]: WindowPos4fMESA (will be remapped) */
"ffff\0"
"glWindowPos4fMESA\0"
"\0"
- /* _mesa_function_pool[14459]: TexCoord1sv (offset 101) */
+ /* _mesa_function_pool[14806]: TexCoord1sv (offset 101) */
"p\0"
"glTexCoord1sv\0"
"\0"
- /* _mesa_function_pool[14476]: WindowPos3dvMESA (will be remapped) */
+ /* _mesa_function_pool[14823]: WindowPos3dvMESA (will be remapped) */
"p\0"
"glWindowPos3dv\0"
"glWindowPos3dvARB\0"
"glWindowPos3dvMESA\0"
"\0"
- /* _mesa_function_pool[14531]: DepthFunc (offset 245) */
+ /* _mesa_function_pool[14878]: VertexAttribP1uiv (will be remapped) */
+ "iiip\0"
+ "glVertexAttribP1uiv\0"
+ "\0"
+ /* _mesa_function_pool[14904]: VertexAttribP4ui (will be remapped) */
+ "iiii\0"
+ "glVertexAttribP4ui\0"
+ "\0"
+ /* _mesa_function_pool[14929]: DepthFunc (offset 245) */
"i\0"
"glDepthFunc\0"
"\0"
- /* _mesa_function_pool[14546]: PixelMapusv (offset 253) */
+ /* _mesa_function_pool[14944]: PixelMapusv (offset 253) */
"iip\0"
"glPixelMapusv\0"
"\0"
- /* _mesa_function_pool[14565]: GetQueryObjecti64vEXT (will be remapped) */
+ /* _mesa_function_pool[14963]: GetQueryObjecti64vEXT (will be remapped) */
"iip\0"
"glGetQueryObjecti64vEXT\0"
"\0"
- /* _mesa_function_pool[14594]: MultiTexCoord1dARB (offset 376) */
+ /* _mesa_function_pool[14992]: MultiTexCoord1dARB (offset 376) */
"id\0"
"glMultiTexCoord1d\0"
"glMultiTexCoord1dARB\0"
"\0"
- /* _mesa_function_pool[14637]: PointParameterivNV (will be remapped) */
+ /* _mesa_function_pool[15035]: PointParameterivNV (will be remapped) */
"ip\0"
"glPointParameteriv\0"
"glPointParameterivNV\0"
"\0"
- /* _mesa_function_pool[14681]: IsSampler (will be remapped) */
+ /* _mesa_function_pool[15079]: IsSampler (will be remapped) */
"i\0"
"glIsSampler\0"
"\0"
- /* _mesa_function_pool[14696]: BlendFunc (offset 241) */
+ /* _mesa_function_pool[15094]: BlendFunc (offset 241) */
"ii\0"
"glBlendFunc\0"
"\0"
- /* _mesa_function_pool[14712]: EndTransformFeedbackEXT (will be remapped) */
+ /* _mesa_function_pool[15110]: EndTransformFeedbackEXT (will be remapped) */
"\0"
"glEndTransformFeedbackEXT\0"
"glEndTransformFeedback\0"
"\0"
- /* _mesa_function_pool[14763]: Uniform2fvARB (will be remapped) */
+ /* _mesa_function_pool[15161]: Uniform2fvARB (will be remapped) */
"iip\0"
"glUniform2fv\0"
"glUniform2fvARB\0"
"\0"
- /* _mesa_function_pool[14797]: BufferParameteriAPPLE (will be remapped) */
+ /* _mesa_function_pool[15195]: BufferParameteriAPPLE (will be remapped) */
"iii\0"
"glBufferParameteriAPPLE\0"
"\0"
- /* _mesa_function_pool[14826]: MultiTexCoord3dvARB (offset 393) */
+ /* _mesa_function_pool[15224]: MultiTexCoord3dvARB (offset 393) */
"ip\0"
"glMultiTexCoord3dv\0"
"glMultiTexCoord3dvARB\0"
"\0"
- /* _mesa_function_pool[14871]: ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[15269]: ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN (dynamic) */
"pppp\0"
"glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[14927]: DeleteObjectARB (will be remapped) */
+ /* _mesa_function_pool[15325]: DeleteObjectARB (will be remapped) */
"i\0"
"glDeleteObjectARB\0"
"\0"
- /* _mesa_function_pool[14948]: GetShaderPrecisionFormat (will be remapped) */
+ /* _mesa_function_pool[15346]: GetShaderPrecisionFormat (will be remapped) */
"iipp\0"
"glGetShaderPrecisionFormat\0"
"\0"
- /* _mesa_function_pool[14981]: MatrixIndexPointerARB (dynamic) */
+ /* _mesa_function_pool[15379]: MatrixIndexPointerARB (dynamic) */
"iiip\0"
"glMatrixIndexPointerARB\0"
"\0"
- /* _mesa_function_pool[15011]: ProgramNamedParameter4dvNV (will be remapped) */
+ /* _mesa_function_pool[15409]: ProgramNamedParameter4dvNV (will be remapped) */
"iipp\0"
"glProgramNamedParameter4dvNV\0"
"\0"
- /* _mesa_function_pool[15046]: Tangent3fvEXT (dynamic) */
+ /* _mesa_function_pool[15444]: Tangent3fvEXT (dynamic) */
"p\0"
"glTangent3fvEXT\0"
"\0"
- /* _mesa_function_pool[15065]: Flush (offset 217) */
+ /* _mesa_function_pool[15463]: Flush (offset 217) */
"\0"
"glFlush\0"
"\0"
- /* _mesa_function_pool[15075]: Color4uiv (offset 38) */
+ /* _mesa_function_pool[15473]: Color4uiv (offset 38) */
"p\0"
"glColor4uiv\0"
"\0"
- /* _mesa_function_pool[15090]: VertexAttribI4iEXT (will be remapped) */
+ /* _mesa_function_pool[15488]: VertexAttribI4iEXT (will be remapped) */
"iiiii\0"
"glVertexAttribI4iEXT\0"
"glVertexAttribI4i\0"
"\0"
- /* _mesa_function_pool[15136]: GenVertexArrays (will be remapped) */
+ /* _mesa_function_pool[15534]: GenVertexArrays (will be remapped) */
"ip\0"
"glGenVertexArrays\0"
"\0"
- /* _mesa_function_pool[15158]: Uniform3uivEXT (will be remapped) */
+ /* _mesa_function_pool[15556]: Uniform3uivEXT (will be remapped) */
"iip\0"
"glUniform3uivEXT\0"
"glUniform3uiv\0"
"\0"
- /* _mesa_function_pool[15194]: RasterPos3sv (offset 77) */
+ /* _mesa_function_pool[15592]: RasterPos3sv (offset 77) */
"p\0"
"glRasterPos3sv\0"
"\0"
- /* _mesa_function_pool[15212]: BindFramebufferEXT (will be remapped) */
+ /* _mesa_function_pool[15610]: TexCoordP2ui (will be remapped) */
+ "ii\0"
+ "glTexCoordP2ui\0"
+ "\0"
+ /* _mesa_function_pool[15629]: BindFramebufferEXT (will be remapped) */
"ii\0"
"glBindFramebuffer\0"
"glBindFramebufferEXT\0"
"\0"
- /* _mesa_function_pool[15255]: ReferencePlaneSGIX (dynamic) */
+ /* _mesa_function_pool[15672]: ReferencePlaneSGIX (dynamic) */
"p\0"
"glReferencePlaneSGIX\0"
"\0"
- /* _mesa_function_pool[15279]: PushAttrib (offset 219) */
+ /* _mesa_function_pool[15696]: PushAttrib (offset 219) */
"i\0"
"glPushAttrib\0"
"\0"
- /* _mesa_function_pool[15295]: RasterPos2i (offset 66) */
+ /* _mesa_function_pool[15712]: RasterPos2i (offset 66) */
"ii\0"
"glRasterPos2i\0"
"\0"
- /* _mesa_function_pool[15313]: ValidateProgramARB (will be remapped) */
+ /* _mesa_function_pool[15730]: ValidateProgramARB (will be remapped) */
"i\0"
"glValidateProgram\0"
"glValidateProgramARB\0"
"\0"
- /* _mesa_function_pool[15355]: TexParameteriv (offset 181) */
+ /* _mesa_function_pool[15772]: TexParameteriv (offset 181) */
"iip\0"
"glTexParameteriv\0"
"\0"
- /* _mesa_function_pool[15377]: UnlockArraysEXT (will be remapped) */
+ /* _mesa_function_pool[15794]: UnlockArraysEXT (will be remapped) */
"\0"
"glUnlockArraysEXT\0"
"\0"
- /* _mesa_function_pool[15397]: TexCoord2fColor3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[15814]: TexCoord2fColor3fVertex3fSUN (dynamic) */
"ffffffff\0"
"glTexCoord2fColor3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[15438]: WindowPos3fvMESA (will be remapped) */
+ /* _mesa_function_pool[15855]: WindowPos3fvMESA (will be remapped) */
"p\0"
"glWindowPos3fv\0"
"glWindowPos3fvARB\0"
"glWindowPos3fvMESA\0"
"\0"
- /* _mesa_function_pool[15493]: RasterPos2f (offset 64) */
+ /* _mesa_function_pool[15910]: RasterPos2f (offset 64) */
"ff\0"
"glRasterPos2f\0"
"\0"
- /* _mesa_function_pool[15511]: VertexAttrib1svNV (will be remapped) */
+ /* _mesa_function_pool[15928]: VertexAttrib1svNV (will be remapped) */
"ip\0"
"glVertexAttrib1svNV\0"
"\0"
- /* _mesa_function_pool[15535]: RasterPos2d (offset 62) */
+ /* _mesa_function_pool[15952]: RasterPos2d (offset 62) */
"dd\0"
"glRasterPos2d\0"
"\0"
- /* _mesa_function_pool[15553]: RasterPos3fv (offset 73) */
+ /* _mesa_function_pool[15970]: RasterPos3fv (offset 73) */
"p\0"
"glRasterPos3fv\0"
"\0"
- /* _mesa_function_pool[15571]: CopyTexSubImage3D (offset 373) */
+ /* _mesa_function_pool[15988]: CopyTexSubImage3D (offset 373) */
"iiiiiiiii\0"
"glCopyTexSubImage3D\0"
"glCopyTexSubImage3DEXT\0"
"\0"
- /* _mesa_function_pool[15625]: VertexAttrib2dARB (will be remapped) */
+ /* _mesa_function_pool[16042]: VertexAttrib2dARB (will be remapped) */
"idd\0"
"glVertexAttrib2d\0"
"glVertexAttrib2dARB\0"
"\0"
- /* _mesa_function_pool[15667]: Color4ub (offset 35) */
+ /* _mesa_function_pool[16084]: Color4ub (offset 35) */
"iiii\0"
"glColor4ub\0"
"\0"
- /* _mesa_function_pool[15684]: GetInteger64v (will be remapped) */
+ /* _mesa_function_pool[16101]: GetInteger64v (will be remapped) */
"ip\0"
"glGetInteger64v\0"
"\0"
- /* _mesa_function_pool[15704]: TextureColorMaskSGIS (dynamic) */
+ /* _mesa_function_pool[16121]: TextureColorMaskSGIS (dynamic) */
"iiii\0"
"glTextureColorMaskSGIS\0"
"\0"
- /* _mesa_function_pool[15733]: RasterPos2s (offset 68) */
+ /* _mesa_function_pool[16150]: RasterPos2s (offset 68) */
"ii\0"
"glRasterPos2s\0"
"\0"
- /* _mesa_function_pool[15751]: GetColorTable (offset 343) */
+ /* _mesa_function_pool[16168]: GetColorTable (offset 343) */
"iiip\0"
"glGetColorTable\0"
"glGetColorTableSGI\0"
"glGetColorTableEXT\0"
"\0"
- /* _mesa_function_pool[15811]: SelectBuffer (offset 195) */
+ /* _mesa_function_pool[16228]: SelectBuffer (offset 195) */
"ip\0"
"glSelectBuffer\0"
"\0"
- /* _mesa_function_pool[15830]: Indexiv (offset 49) */
+ /* _mesa_function_pool[16247]: Indexiv (offset 49) */
"p\0"
"glIndexiv\0"
"\0"
- /* _mesa_function_pool[15843]: TexCoord3i (offset 114) */
+ /* _mesa_function_pool[16260]: TexCoord3i (offset 114) */
"iii\0"
"glTexCoord3i\0"
"\0"
- /* _mesa_function_pool[15861]: CopyColorTable (offset 342) */
+ /* _mesa_function_pool[16278]: CopyColorTable (offset 342) */
"iiiii\0"
"glCopyColorTable\0"
"glCopyColorTableSGI\0"
"\0"
- /* _mesa_function_pool[15905]: GetHistogramParameterfv (offset 362) */
+ /* _mesa_function_pool[16322]: GetHistogramParameterfv (offset 362) */
"iip\0"
"glGetHistogramParameterfv\0"
"glGetHistogramParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[15965]: Frustum (offset 289) */
+ /* _mesa_function_pool[16382]: Frustum (offset 289) */
"dddddd\0"
"glFrustum\0"
"\0"
- /* _mesa_function_pool[15983]: GetString (offset 275) */
+ /* _mesa_function_pool[16400]: GetString (offset 275) */
"i\0"
"glGetString\0"
"\0"
- /* _mesa_function_pool[15998]: ColorPointervINTEL (dynamic) */
+ /* _mesa_function_pool[16415]: ColorPointervINTEL (dynamic) */
"iip\0"
"glColorPointervINTEL\0"
"\0"
- /* _mesa_function_pool[16024]: TexEnvf (offset 184) */
+ /* _mesa_function_pool[16441]: TexEnvf (offset 184) */
"iif\0"
"glTexEnvf\0"
"\0"
- /* _mesa_function_pool[16039]: TexCoord3d (offset 110) */
+ /* _mesa_function_pool[16456]: VertexP2uiv (will be remapped) */
+ "ip\0"
+ "glVertexP2uiv\0"
+ "\0"
+ /* _mesa_function_pool[16474]: TexCoord3d (offset 110) */
"ddd\0"
"glTexCoord3d\0"
"\0"
- /* _mesa_function_pool[16057]: AlphaFragmentOp1ATI (will be remapped) */
+ /* _mesa_function_pool[16492]: AlphaFragmentOp1ATI (will be remapped) */
"iiiiii\0"
"glAlphaFragmentOp1ATI\0"
"\0"
- /* _mesa_function_pool[16087]: TexCoord3f (offset 112) */
+ /* _mesa_function_pool[16522]: TexCoord3f (offset 112) */
"fff\0"
"glTexCoord3f\0"
"\0"
- /* _mesa_function_pool[16105]: MultiTexCoord3ivARB (offset 397) */
+ /* _mesa_function_pool[16540]: MultiTexCoord3ivARB (offset 397) */
"ip\0"
"glMultiTexCoord3iv\0"
"glMultiTexCoord3ivARB\0"
"\0"
- /* _mesa_function_pool[16150]: MultiTexCoord2sARB (offset 390) */
+ /* _mesa_function_pool[16585]: MultiTexCoord2sARB (offset 390) */
"iii\0"
"glMultiTexCoord2s\0"
"glMultiTexCoord2sARB\0"
"\0"
- /* _mesa_function_pool[16194]: VertexAttrib1dvARB (will be remapped) */
+ /* _mesa_function_pool[16629]: VertexAttrib1dvARB (will be remapped) */
"ip\0"
"glVertexAttrib1dv\0"
"glVertexAttrib1dvARB\0"
"\0"
- /* _mesa_function_pool[16237]: GetnHistogramARB (will be remapped) */
+ /* _mesa_function_pool[16672]: GetnHistogramARB (will be remapped) */
"iiiiip\0"
"glGetnHistogramARB\0"
"\0"
- /* _mesa_function_pool[16264]: DeleteTextures (offset 327) */
+ /* _mesa_function_pool[16699]: DeleteTextures (offset 327) */
"ip\0"
"glDeleteTextures\0"
"glDeleteTexturesEXT\0"
"\0"
- /* _mesa_function_pool[16305]: TexCoordPointerEXT (will be remapped) */
+ /* _mesa_function_pool[16740]: TexCoordPointerEXT (will be remapped) */
"iiiip\0"
"glTexCoordPointerEXT\0"
"\0"
- /* _mesa_function_pool[16333]: TexSubImage4DSGIS (dynamic) */
+ /* _mesa_function_pool[16768]: TexSubImage4DSGIS (dynamic) */
"iiiiiiiiiiiip\0"
"glTexSubImage4DSGIS\0"
"\0"
- /* _mesa_function_pool[16368]: TexCoord3s (offset 116) */
+ /* _mesa_function_pool[16803]: TexCoord3s (offset 116) */
"iii\0"
"glTexCoord3s\0"
"\0"
- /* _mesa_function_pool[16386]: GetTexLevelParameteriv (offset 285) */
+ /* _mesa_function_pool[16821]: GetTexLevelParameteriv (offset 285) */
"iiip\0"
"glGetTexLevelParameteriv\0"
"\0"
- /* _mesa_function_pool[16417]: CombinerStageParameterfvNV (dynamic) */
+ /* _mesa_function_pool[16852]: CombinerStageParameterfvNV (dynamic) */
"iip\0"
"glCombinerStageParameterfvNV\0"
"\0"
- /* _mesa_function_pool[16451]: StopInstrumentsSGIX (dynamic) */
+ /* _mesa_function_pool[16886]: VertexAttribP4uiv (will be remapped) */
+ "iiip\0"
+ "glVertexAttribP4uiv\0"
+ "\0"
+ /* _mesa_function_pool[16912]: StopInstrumentsSGIX (dynamic) */
"i\0"
"glStopInstrumentsSGIX\0"
"\0"
- /* _mesa_function_pool[16476]: TexCoord4fColor4fNormal3fVertex4fSUN (dynamic) */
+ /* _mesa_function_pool[16937]: TexCoord4fColor4fNormal3fVertex4fSUN (dynamic) */
"fffffffffffffff\0"
"glTexCoord4fColor4fNormal3fVertex4fSUN\0"
"\0"
- /* _mesa_function_pool[16532]: ClearAccum (offset 204) */
+ /* _mesa_function_pool[16993]: ClearAccum (offset 204) */
"ffff\0"
"glClearAccum\0"
"\0"
- /* _mesa_function_pool[16551]: DeformSGIX (dynamic) */
+ /* _mesa_function_pool[17012]: DeformSGIX (dynamic) */
"i\0"
"glDeformSGIX\0"
"\0"
- /* _mesa_function_pool[16567]: GetVertexAttribfvARB (will be remapped) */
+ /* _mesa_function_pool[17028]: GetVertexAttribfvARB (will be remapped) */
"iip\0"
"glGetVertexAttribfv\0"
"glGetVertexAttribfvARB\0"
"\0"
- /* _mesa_function_pool[16615]: SecondaryColor3ivEXT (will be remapped) */
+ /* _mesa_function_pool[17076]: SecondaryColor3ivEXT (will be remapped) */
"p\0"
"glSecondaryColor3iv\0"
"glSecondaryColor3ivEXT\0"
"\0"
- /* _mesa_function_pool[16661]: TexCoord4iv (offset 123) */
+ /* _mesa_function_pool[17122]: TexCoord4iv (offset 123) */
"p\0"
"glTexCoord4iv\0"
"\0"
- /* _mesa_function_pool[16678]: VertexAttribI4uiEXT (will be remapped) */
+ /* _mesa_function_pool[17139]: VertexAttribI4uiEXT (will be remapped) */
"iiiii\0"
"glVertexAttribI4uiEXT\0"
"glVertexAttribI4ui\0"
"\0"
- /* _mesa_function_pool[16726]: GetFragmentMaterialfvSGIX (dynamic) */
+ /* _mesa_function_pool[17187]: GetFragmentMaterialfvSGIX (dynamic) */
"iip\0"
"glGetFragmentMaterialfvSGIX\0"
"\0"
- /* _mesa_function_pool[16759]: UniformMatrix4x2fv (will be remapped) */
+ /* _mesa_function_pool[17220]: UniformMatrix4x2fv (will be remapped) */
"iiip\0"
"glUniformMatrix4x2fv\0"
"\0"
- /* _mesa_function_pool[16786]: GetDetailTexFuncSGIS (dynamic) */
+ /* _mesa_function_pool[17247]: GetDetailTexFuncSGIS (dynamic) */
"ip\0"
"glGetDetailTexFuncSGIS\0"
"\0"
- /* _mesa_function_pool[16813]: GetCombinerStageParameterfvNV (dynamic) */
+ /* _mesa_function_pool[17274]: GetCombinerStageParameterfvNV (dynamic) */
"iip\0"
"glGetCombinerStageParameterfvNV\0"
"\0"
- /* _mesa_function_pool[16850]: SamplerParameterIiv (will be remapped) */
+ /* _mesa_function_pool[17311]: SamplerParameterIiv (will be remapped) */
"iip\0"
"glSamplerParameterIiv\0"
"\0"
- /* _mesa_function_pool[16877]: PolygonOffset (offset 319) */
+ /* _mesa_function_pool[17338]: PolygonOffset (offset 319) */
"ff\0"
"glPolygonOffset\0"
"\0"
- /* _mesa_function_pool[16897]: BindVertexArray (will be remapped) */
+ /* _mesa_function_pool[17358]: BindVertexArray (will be remapped) */
"i\0"
"glBindVertexArray\0"
"\0"
- /* _mesa_function_pool[16918]: Color4ubVertex2fvSUN (dynamic) */
+ /* _mesa_function_pool[17379]: Color4ubVertex2fvSUN (dynamic) */
"pp\0"
"glColor4ubVertex2fvSUN\0"
"\0"
- /* _mesa_function_pool[16945]: Rectd (offset 86) */
+ /* _mesa_function_pool[17406]: VertexP3uiv (will be remapped) */
+ "ip\0"
+ "glVertexP3uiv\0"
+ "\0"
+ /* _mesa_function_pool[17424]: Rectd (offset 86) */
"dddd\0"
"glRectd\0"
"\0"
- /* _mesa_function_pool[16959]: TexFilterFuncSGIS (dynamic) */
+ /* _mesa_function_pool[17438]: TexFilterFuncSGIS (dynamic) */
"iiip\0"
"glTexFilterFuncSGIS\0"
"\0"
- /* _mesa_function_pool[16985]: TextureBarrierNV (will be remapped) */
+ /* _mesa_function_pool[17464]: TextureBarrierNV (will be remapped) */
"\0"
"glTextureBarrierNV\0"
"\0"
- /* _mesa_function_pool[17006]: SamplerParameterfv (will be remapped) */
+ /* _mesa_function_pool[17485]: SamplerParameterfv (will be remapped) */
"iip\0"
"glSamplerParameterfv\0"
"\0"
- /* _mesa_function_pool[17032]: VertexAttribI4ubvEXT (will be remapped) */
- "ip\0"
- "glVertexAttribI4ubvEXT\0"
- "glVertexAttribI4ubv\0"
+ /* _mesa_function_pool[17511]: ColorMaskIndexedEXT (will be remapped) */
+ "iiiii\0"
+ "glColorMaskIndexedEXT\0"
+ "glColorMaski\0"
"\0"
- /* _mesa_function_pool[17079]: GetAttribLocationARB (will be remapped) */
+ /* _mesa_function_pool[17553]: GetAttribLocationARB (will be remapped) */
"ip\0"
"glGetAttribLocation\0"
"glGetAttribLocationARB\0"
"\0"
- /* _mesa_function_pool[17126]: RasterPos3i (offset 74) */
+ /* _mesa_function_pool[17600]: RasterPos3i (offset 74) */
"iii\0"
"glRasterPos3i\0"
"\0"
- /* _mesa_function_pool[17145]: BlendEquationSeparateiARB (will be remapped) */
- "iii\0"
- "glBlendEquationSeparateiARB\0"
- "glBlendEquationSeparateIndexedAMD\0"
- "\0"
- /* _mesa_function_pool[17212]: VertexAttrib4ubvARB (will be remapped) */
+ /* _mesa_function_pool[17619]: VertexAttrib4ubvARB (will be remapped) */
"ip\0"
"glVertexAttrib4ubv\0"
"glVertexAttrib4ubvARB\0"
"\0"
- /* _mesa_function_pool[17257]: DetailTexFuncSGIS (dynamic) */
+ /* _mesa_function_pool[17664]: DetailTexFuncSGIS (dynamic) */
"iip\0"
"glDetailTexFuncSGIS\0"
"\0"
- /* _mesa_function_pool[17282]: Normal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[17689]: Normal3fVertex3fSUN (dynamic) */
"ffffff\0"
"glNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[17312]: CopyTexImage2D (offset 324) */
+ /* _mesa_function_pool[17719]: CopyTexImage2D (offset 324) */
"iiiiiiii\0"
"glCopyTexImage2D\0"
"glCopyTexImage2DEXT\0"
"\0"
- /* _mesa_function_pool[17359]: GetBufferPointervARB (will be remapped) */
+ /* _mesa_function_pool[17766]: GetBufferPointervARB (will be remapped) */
"iip\0"
"glGetBufferPointerv\0"
"glGetBufferPointervARB\0"
"\0"
- /* _mesa_function_pool[17407]: ProgramEnvParameter4fARB (will be remapped) */
+ /* _mesa_function_pool[17814]: ProgramEnvParameter4fARB (will be remapped) */
"iiffff\0"
"glProgramEnvParameter4fARB\0"
"glProgramParameter4fNV\0"
"\0"
- /* _mesa_function_pool[17465]: Uniform3ivARB (will be remapped) */
+ /* _mesa_function_pool[17872]: Uniform3ivARB (will be remapped) */
"iip\0"
"glUniform3iv\0"
"glUniform3ivARB\0"
"\0"
- /* _mesa_function_pool[17499]: Lightfv (offset 160) */
+ /* _mesa_function_pool[17906]: Lightfv (offset 160) */
"iip\0"
"glLightfv\0"
"\0"
- /* _mesa_function_pool[17514]: PrimitiveRestartIndexNV (will be remapped) */
+ /* _mesa_function_pool[17921]: PrimitiveRestartIndexNV (will be remapped) */
"i\0"
"glPrimitiveRestartIndexNV\0"
"glPrimitiveRestartIndex\0"
"\0"
- /* _mesa_function_pool[17567]: ClearDepth (offset 208) */
+ /* _mesa_function_pool[17974]: ClearDepth (offset 208) */
"d\0"
"glClearDepth\0"
"\0"
- /* _mesa_function_pool[17583]: GetFenceivNV (will be remapped) */
+ /* _mesa_function_pool[17990]: GetFenceivNV (will be remapped) */
"iip\0"
"glGetFenceivNV\0"
"\0"
- /* _mesa_function_pool[17603]: WindowPos4dvMESA (will be remapped) */
+ /* _mesa_function_pool[18010]: WindowPos4dvMESA (will be remapped) */
"p\0"
"glWindowPos4dvMESA\0"
"\0"
- /* _mesa_function_pool[17625]: ColorSubTable (offset 346) */
+ /* _mesa_function_pool[18032]: ColorSubTable (offset 346) */
"iiiiip\0"
"glColorSubTable\0"
"glColorSubTableEXT\0"
"\0"
- /* _mesa_function_pool[17668]: Color4fv (offset 30) */
+ /* _mesa_function_pool[18075]: Color4fv (offset 30) */
"p\0"
"glColor4fv\0"
"\0"
- /* _mesa_function_pool[17682]: MultiTexCoord4ivARB (offset 405) */
+ /* _mesa_function_pool[18089]: MultiTexCoord4ivARB (offset 405) */
"ip\0"
"glMultiTexCoord4iv\0"
"glMultiTexCoord4ivARB\0"
"\0"
- /* _mesa_function_pool[17727]: GetnMinmaxARB (will be remapped) */
+ /* _mesa_function_pool[18134]: GetnMinmaxARB (will be remapped) */
"iiiiip\0"
"glGetnMinmaxARB\0"
"\0"
- /* _mesa_function_pool[17751]: ProgramLocalParameters4fvEXT (will be remapped) */
+ /* _mesa_function_pool[18158]: ProgramLocalParameters4fvEXT (will be remapped) */
"iiip\0"
"glProgramLocalParameters4fvEXT\0"
"\0"
- /* _mesa_function_pool[17788]: ColorPointer (offset 308) */
+ /* _mesa_function_pool[18195]: ColorPointer (offset 308) */
"iiip\0"
"glColorPointer\0"
"\0"
- /* _mesa_function_pool[17809]: Rects (offset 92) */
+ /* _mesa_function_pool[18216]: Rects (offset 92) */
"iiii\0"
"glRects\0"
"\0"
- /* _mesa_function_pool[17823]: GetMapAttribParameterfvNV (dynamic) */
+ /* _mesa_function_pool[18230]: GetMapAttribParameterfvNV (dynamic) */
"iiip\0"
"glGetMapAttribParameterfvNV\0"
"\0"
- /* _mesa_function_pool[17857]: CreateShaderProgramEXT (will be remapped) */
+ /* _mesa_function_pool[18264]: CreateShaderProgramEXT (will be remapped) */
"ip\0"
"glCreateShaderProgramEXT\0"
"\0"
- /* _mesa_function_pool[17886]: ActiveProgramEXT (will be remapped) */
+ /* _mesa_function_pool[18293]: ActiveProgramEXT (will be remapped) */
"i\0"
"glActiveProgramEXT\0"
"\0"
- /* _mesa_function_pool[17908]: Lightiv (offset 162) */
+ /* _mesa_function_pool[18315]: Lightiv (offset 162) */
"iip\0"
"glLightiv\0"
"\0"
- /* _mesa_function_pool[17923]: VertexAttrib4sARB (will be remapped) */
+ /* _mesa_function_pool[18330]: VertexAttrib4sARB (will be remapped) */
"iiiii\0"
"glVertexAttrib4s\0"
"glVertexAttrib4sARB\0"
"\0"
- /* _mesa_function_pool[17967]: GetQueryObjectuivARB (will be remapped) */
+ /* _mesa_function_pool[18374]: GetQueryObjectuivARB (will be remapped) */
"iip\0"
"glGetQueryObjectuiv\0"
"glGetQueryObjectuivARB\0"
"\0"
- /* _mesa_function_pool[18015]: GetTexParameteriv (offset 283) */
+ /* _mesa_function_pool[18422]: GetTexParameteriv (offset 283) */
"iip\0"
"glGetTexParameteriv\0"
"\0"
- /* _mesa_function_pool[18040]: MapParameterivNV (dynamic) */
+ /* _mesa_function_pool[18447]: MapParameterivNV (dynamic) */
"iip\0"
"glMapParameterivNV\0"
"\0"
- /* _mesa_function_pool[18064]: GenRenderbuffersEXT (will be remapped) */
+ /* _mesa_function_pool[18471]: GenRenderbuffersEXT (will be remapped) */
"ip\0"
"glGenRenderbuffers\0"
"glGenRenderbuffersEXT\0"
"\0"
- /* _mesa_function_pool[18109]: ClearBufferfv (will be remapped) */
+ /* _mesa_function_pool[18516]: ClearBufferfv (will be remapped) */
"iip\0"
"glClearBufferfv\0"
"\0"
- /* _mesa_function_pool[18130]: VertexAttrib2dvARB (will be remapped) */
+ /* _mesa_function_pool[18537]: VertexAttrib2dvARB (will be remapped) */
"ip\0"
"glVertexAttrib2dv\0"
"glVertexAttrib2dvARB\0"
"\0"
- /* _mesa_function_pool[18173]: EdgeFlagPointerEXT (will be remapped) */
+ /* _mesa_function_pool[18580]: EdgeFlagPointerEXT (will be remapped) */
"iip\0"
"glEdgeFlagPointerEXT\0"
"\0"
- /* _mesa_function_pool[18199]: VertexAttribs2svNV (will be remapped) */
+ /* _mesa_function_pool[18606]: VertexAttribs2svNV (will be remapped) */
"iip\0"
"glVertexAttribs2svNV\0"
"\0"
- /* _mesa_function_pool[18225]: WeightbvARB (dynamic) */
+ /* _mesa_function_pool[18632]: WeightbvARB (dynamic) */
"ip\0"
"glWeightbvARB\0"
"\0"
- /* _mesa_function_pool[18243]: VertexAttrib2fvARB (will be remapped) */
+ /* _mesa_function_pool[18650]: VertexAttrib2fvARB (will be remapped) */
"ip\0"
"glVertexAttrib2fv\0"
"glVertexAttrib2fvARB\0"
"\0"
- /* _mesa_function_pool[18286]: GetBufferParameterivARB (will be remapped) */
+ /* _mesa_function_pool[18693]: GetBufferParameterivARB (will be remapped) */
"iip\0"
"glGetBufferParameteriv\0"
"glGetBufferParameterivARB\0"
"\0"
- /* _mesa_function_pool[18340]: Rectdv (offset 87) */
+ /* _mesa_function_pool[18747]: Rectdv (offset 87) */
"pp\0"
"glRectdv\0"
"\0"
- /* _mesa_function_pool[18353]: ListParameteriSGIX (dynamic) */
+ /* _mesa_function_pool[18760]: ListParameteriSGIX (dynamic) */
"iii\0"
"glListParameteriSGIX\0"
"\0"
- /* _mesa_function_pool[18379]: BlendEquationiARB (will be remapped) */
+ /* _mesa_function_pool[18786]: BlendEquationiARB (will be remapped) */
"ii\0"
"glBlendEquationiARB\0"
"glBlendEquationIndexedAMD\0"
"\0"
- /* _mesa_function_pool[18429]: ReplacementCodeuiColor4fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[18836]: ReplacementCodeuiColor4fNormal3fVertex3fSUN (dynamic) */
"iffffffffff\0"
"glReplacementCodeuiColor4fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[18488]: InstrumentsBufferSGIX (dynamic) */
+ /* _mesa_function_pool[18895]: InstrumentsBufferSGIX (dynamic) */
"ip\0"
"glInstrumentsBufferSGIX\0"
"\0"
- /* _mesa_function_pool[18516]: VertexAttrib4NivARB (will be remapped) */
+ /* _mesa_function_pool[18923]: VertexAttrib4NivARB (will be remapped) */
"ip\0"
"glVertexAttrib4Niv\0"
"glVertexAttrib4NivARB\0"
"\0"
- /* _mesa_function_pool[18561]: DrawArraysInstancedARB (will be remapped) */
+ /* _mesa_function_pool[18968]: DrawArraysInstancedARB (will be remapped) */
"iiii\0"
"glDrawArraysInstancedARB\0"
"glDrawArraysInstancedEXT\0"
"glDrawArraysInstanced\0"
"\0"
- /* _mesa_function_pool[18639]: GetAttachedShaders (will be remapped) */
+ /* _mesa_function_pool[19046]: GetAttachedShaders (will be remapped) */
"iipp\0"
"glGetAttachedShaders\0"
"\0"
- /* _mesa_function_pool[18666]: GenVertexArraysAPPLE (will be remapped) */
+ /* _mesa_function_pool[19073]: GenVertexArraysAPPLE (will be remapped) */
"ip\0"
"glGenVertexArraysAPPLE\0"
"\0"
- /* _mesa_function_pool[18693]: ClearBufferfi (will be remapped) */
+ /* _mesa_function_pool[19100]: ClearBufferfi (will be remapped) */
"iifi\0"
"glClearBufferfi\0"
"\0"
- /* _mesa_function_pool[18715]: Materialiv (offset 172) */
+ /* _mesa_function_pool[19122]: Materialiv (offset 172) */
"iip\0"
"glMaterialiv\0"
"\0"
- /* _mesa_function_pool[18733]: PushClientAttrib (offset 335) */
+ /* _mesa_function_pool[19140]: PushClientAttrib (offset 335) */
"i\0"
"glPushClientAttrib\0"
"\0"
- /* _mesa_function_pool[18755]: SamplerParameteriv (will be remapped) */
+ /* _mesa_function_pool[19162]: SamplerParameteriv (will be remapped) */
"iip\0"
"glSamplerParameteriv\0"
"\0"
- /* _mesa_function_pool[18781]: TexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[19188]: TexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
"pppp\0"
"glTexCoord2fColor4fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[18827]: WindowPos2iMESA (will be remapped) */
+ /* _mesa_function_pool[19234]: WindowPos2iMESA (will be remapped) */
"ii\0"
"glWindowPos2i\0"
"glWindowPos2iARB\0"
"glWindowPos2iMESA\0"
"\0"
- /* _mesa_function_pool[18880]: SampleMaskSGIS (will be remapped) */
+ /* _mesa_function_pool[19287]: SampleMaskSGIS (will be remapped) */
"fi\0"
"glSampleMaskSGIS\0"
"glSampleMaskEXT\0"
"\0"
- /* _mesa_function_pool[18917]: SecondaryColor3fvEXT (will be remapped) */
+ /* _mesa_function_pool[19324]: SecondaryColor3fvEXT (will be remapped) */
"p\0"
"glSecondaryColor3fv\0"
"glSecondaryColor3fvEXT\0"
"\0"
- /* _mesa_function_pool[18963]: PolygonMode (offset 174) */
+ /* _mesa_function_pool[19370]: PolygonMode (offset 174) */
"ii\0"
"glPolygonMode\0"
"\0"
- /* _mesa_function_pool[18981]: CompressedTexSubImage1DARB (will be remapped) */
+ /* _mesa_function_pool[19388]: CompressedTexSubImage1DARB (will be remapped) */
"iiiiiip\0"
"glCompressedTexSubImage1D\0"
"glCompressedTexSubImage1DARB\0"
"\0"
- /* _mesa_function_pool[19045]: VertexAttribI1iEXT (will be remapped) */
+ /* _mesa_function_pool[19452]: VertexAttribI1iEXT (will be remapped) */
"ii\0"
"glVertexAttribI1iEXT\0"
"glVertexAttribI1i\0"
"\0"
- /* _mesa_function_pool[19088]: TexCoord2fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[19495]: TexCoord2fNormal3fVertex3fSUN (dynamic) */
"ffffffff\0"
"glTexCoord2fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[19130]: GetVertexAttribivNV (will be remapped) */
+ /* _mesa_function_pool[19537]: GetVertexAttribivNV (will be remapped) */
"iip\0"
"glGetVertexAttribivNV\0"
"\0"
- /* _mesa_function_pool[19157]: GetProgramStringARB (will be remapped) */
+ /* _mesa_function_pool[19564]: GetProgramStringARB (will be remapped) */
"iip\0"
"glGetProgramStringARB\0"
"\0"
- /* _mesa_function_pool[19184]: GetnUniformdvARB (will be remapped) */
+ /* _mesa_function_pool[19591]: GetnUniformdvARB (will be remapped) */
"iiip\0"
"glGetnUniformdvARB\0"
"\0"
- /* _mesa_function_pool[19209]: DrawElementsInstancedBaseVertex (will be remapped) */
+ /* _mesa_function_pool[19616]: DrawElementsInstancedBaseVertex (will be remapped) */
"iiipii\0"
"glDrawElementsInstancedBaseVertex\0"
"\0"
- /* _mesa_function_pool[19251]: VertexAttribIPointerEXT (will be remapped) */
+ /* _mesa_function_pool[19658]: VertexAttribIPointerEXT (will be remapped) */
"iiiip\0"
"glVertexAttribIPointerEXT\0"
"glVertexAttribIPointer\0"
"\0"
- /* _mesa_function_pool[19307]: TexBumpParameterfvATI (will be remapped) */
+ /* _mesa_function_pool[19714]: TexBumpParameterfvATI (will be remapped) */
"ip\0"
"glTexBumpParameterfvATI\0"
"\0"
- /* _mesa_function_pool[19335]: Tangent3ivEXT (dynamic) */
+ /* _mesa_function_pool[19742]: Tangent3ivEXT (dynamic) */
"p\0"
"glTangent3ivEXT\0"
"\0"
- /* _mesa_function_pool[19354]: CompileShaderARB (will be remapped) */
+ /* _mesa_function_pool[19761]: CompileShaderARB (will be remapped) */
"i\0"
"glCompileShader\0"
"glCompileShaderARB\0"
"\0"
- /* _mesa_function_pool[19392]: DeleteShader (will be remapped) */
+ /* _mesa_function_pool[19799]: DeleteShader (will be remapped) */
"i\0"
"glDeleteShader\0"
"\0"
- /* _mesa_function_pool[19410]: DisableClientState (offset 309) */
+ /* _mesa_function_pool[19817]: DisableClientState (offset 309) */
"i\0"
"glDisableClientState\0"
"\0"
- /* _mesa_function_pool[19434]: TexGeni (offset 192) */
+ /* _mesa_function_pool[19841]: TexGeni (offset 192) */
"iii\0"
"glTexGeni\0"
"\0"
- /* _mesa_function_pool[19449]: TexGenf (offset 190) */
+ /* _mesa_function_pool[19856]: TexGenf (offset 190) */
"iif\0"
"glTexGenf\0"
"\0"
- /* _mesa_function_pool[19464]: Uniform3fARB (will be remapped) */
+ /* _mesa_function_pool[19871]: Uniform3fARB (will be remapped) */
"ifff\0"
"glUniform3f\0"
"glUniform3fARB\0"
"\0"
- /* _mesa_function_pool[19497]: TexGend (offset 188) */
+ /* _mesa_function_pool[19904]: TexGend (offset 188) */
"iid\0"
"glTexGend\0"
"\0"
- /* _mesa_function_pool[19512]: ListParameterfvSGIX (dynamic) */
+ /* _mesa_function_pool[19919]: ListParameterfvSGIX (dynamic) */
"iip\0"
"glListParameterfvSGIX\0"
"\0"
- /* _mesa_function_pool[19539]: GetPolygonStipple (offset 274) */
+ /* _mesa_function_pool[19946]: GetPolygonStipple (offset 274) */
"p\0"
"glGetPolygonStipple\0"
"\0"
- /* _mesa_function_pool[19562]: Tangent3dvEXT (dynamic) */
+ /* _mesa_function_pool[19969]: ColorP3ui (will be remapped) */
+ "ii\0"
+ "glColorP3ui\0"
+ "\0"
+ /* _mesa_function_pool[19985]: Tangent3dvEXT (dynamic) */
"p\0"
"glTangent3dvEXT\0"
"\0"
- /* _mesa_function_pool[19581]: BindBufferOffsetEXT (will be remapped) */
+ /* _mesa_function_pool[20004]: BindBufferOffsetEXT (will be remapped) */
"iiii\0"
"glBindBufferOffsetEXT\0"
"\0"
- /* _mesa_function_pool[19609]: WindowPos3sMESA (will be remapped) */
+ /* _mesa_function_pool[20032]: WindowPos3sMESA (will be remapped) */
"iii\0"
"glWindowPos3s\0"
"glWindowPos3sARB\0"
"glWindowPos3sMESA\0"
"\0"
- /* _mesa_function_pool[19663]: VertexAttrib2svNV (will be remapped) */
+ /* _mesa_function_pool[20086]: VertexAttrib2svNV (will be remapped) */
"ip\0"
"glVertexAttrib2svNV\0"
"\0"
- /* _mesa_function_pool[19687]: DisableIndexedEXT (will be remapped) */
+ /* _mesa_function_pool[20110]: DisableIndexedEXT (will be remapped) */
"ii\0"
"glDisableIndexedEXT\0"
"glDisablei\0"
"\0"
- /* _mesa_function_pool[19722]: BindBufferBaseEXT (will be remapped) */
+ /* _mesa_function_pool[20145]: NormalP3uiv (will be remapped) */
+ "ip\0"
+ "glNormalP3uiv\0"
+ "\0"
+ /* _mesa_function_pool[20163]: SecondaryColorP3uiv (will be remapped) */
+ "ip\0"
+ "glSecondaryColorP3uiv\0"
+ "\0"
+ /* _mesa_function_pool[20189]: BindBufferBaseEXT (will be remapped) */
"iii\0"
"glBindBufferBaseEXT\0"
"glBindBufferBase\0"
"\0"
- /* _mesa_function_pool[19764]: TexCoord2fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[20231]: TexCoord2fVertex3fvSUN (dynamic) */
"pp\0"
"glTexCoord2fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[19793]: WindowPos4sMESA (will be remapped) */
+ /* _mesa_function_pool[20260]: WindowPos4sMESA (will be remapped) */
"iiii\0"
"glWindowPos4sMESA\0"
"\0"
- /* _mesa_function_pool[19817]: GetnPixelMapuivARB (will be remapped) */
+ /* _mesa_function_pool[20284]: GetnPixelMapuivARB (will be remapped) */
"iip\0"
"glGetnPixelMapuivARB\0"
"\0"
- /* _mesa_function_pool[19843]: VertexAttrib4NuivARB (will be remapped) */
+ /* _mesa_function_pool[20310]: VertexAttrib4NuivARB (will be remapped) */
"ip\0"
"glVertexAttrib4Nuiv\0"
"glVertexAttrib4NuivARB\0"
"\0"
- /* _mesa_function_pool[19890]: ClientActiveTextureARB (offset 375) */
+ /* _mesa_function_pool[20357]: ClientActiveTextureARB (offset 375) */
"i\0"
"glClientActiveTexture\0"
"glClientActiveTextureARB\0"
"\0"
- /* _mesa_function_pool[19940]: GetSamplerParameterIuiv (will be remapped) */
+ /* _mesa_function_pool[20407]: GetSamplerParameterIuiv (will be remapped) */
"iip\0"
"glGetSamplerParameterIuiv\0"
"\0"
- /* _mesa_function_pool[19971]: ReplacementCodeusvSUN (dynamic) */
+ /* _mesa_function_pool[20438]: ReplacementCodeusvSUN (dynamic) */
"p\0"
"glReplacementCodeusvSUN\0"
"\0"
- /* _mesa_function_pool[19998]: Uniform4fARB (will be remapped) */
+ /* _mesa_function_pool[20465]: Uniform4fARB (will be remapped) */
"iffff\0"
"glUniform4f\0"
"glUniform4fARB\0"
"\0"
- /* _mesa_function_pool[20032]: Color4sv (offset 34) */
+ /* _mesa_function_pool[20499]: Color4sv (offset 34) */
"p\0"
"glColor4sv\0"
"\0"
- /* _mesa_function_pool[20046]: FlushMappedBufferRange (will be remapped) */
+ /* _mesa_function_pool[20513]: FlushMappedBufferRange (will be remapped) */
"iii\0"
"glFlushMappedBufferRange\0"
"\0"
- /* _mesa_function_pool[20076]: IsProgramNV (will be remapped) */
+ /* _mesa_function_pool[20543]: IsProgramNV (will be remapped) */
"i\0"
"glIsProgramARB\0"
"glIsProgramNV\0"
"\0"
- /* _mesa_function_pool[20108]: FlushMappedBufferRangeAPPLE (will be remapped) */
+ /* _mesa_function_pool[20575]: FlushMappedBufferRangeAPPLE (will be remapped) */
"iii\0"
"glFlushMappedBufferRangeAPPLE\0"
"\0"
- /* _mesa_function_pool[20143]: PixelZoom (offset 246) */
+ /* _mesa_function_pool[20610]: PixelZoom (offset 246) */
"ff\0"
"glPixelZoom\0"
"\0"
- /* _mesa_function_pool[20159]: ReplacementCodePointerSUN (dynamic) */
+ /* _mesa_function_pool[20626]: ReplacementCodePointerSUN (dynamic) */
"iip\0"
"glReplacementCodePointerSUN\0"
"\0"
- /* _mesa_function_pool[20192]: ProgramEnvParameter4dARB (will be remapped) */
+ /* _mesa_function_pool[20659]: ProgramEnvParameter4dARB (will be remapped) */
"iidddd\0"
"glProgramEnvParameter4dARB\0"
"glProgramParameter4dNV\0"
"\0"
- /* _mesa_function_pool[20250]: ColorTableParameterfv (offset 340) */
+ /* _mesa_function_pool[20717]: ColorTableParameterfv (offset 340) */
"iip\0"
"glColorTableParameterfv\0"
"glColorTableParameterfvSGI\0"
"\0"
- /* _mesa_function_pool[20306]: FragmentLightModelfSGIX (dynamic) */
+ /* _mesa_function_pool[20773]: FragmentLightModelfSGIX (dynamic) */
"if\0"
"glFragmentLightModelfSGIX\0"
"\0"
- /* _mesa_function_pool[20336]: Binormal3bvEXT (dynamic) */
+ /* _mesa_function_pool[20803]: Binormal3bvEXT (dynamic) */
"p\0"
"glBinormal3bvEXT\0"
"\0"
- /* _mesa_function_pool[20356]: PixelMapuiv (offset 252) */
+ /* _mesa_function_pool[20823]: PixelMapuiv (offset 252) */
"iip\0"
"glPixelMapuiv\0"
"\0"
- /* _mesa_function_pool[20375]: Color3dv (offset 12) */
+ /* _mesa_function_pool[20842]: Color3dv (offset 12) */
"p\0"
"glColor3dv\0"
"\0"
- /* _mesa_function_pool[20389]: IsTexture (offset 330) */
+ /* _mesa_function_pool[20856]: IsTexture (offset 330) */
"i\0"
"glIsTexture\0"
"glIsTextureEXT\0"
"\0"
- /* _mesa_function_pool[20419]: GenSamplers (will be remapped) */
+ /* _mesa_function_pool[20886]: GenSamplers (will be remapped) */
"ip\0"
"glGenSamplers\0"
"\0"
- /* _mesa_function_pool[20437]: VertexWeightfvEXT (dynamic) */
+ /* _mesa_function_pool[20904]: VertexAttribP3uiv (will be remapped) */
+ "iiip\0"
+ "glVertexAttribP3uiv\0"
+ "\0"
+ /* _mesa_function_pool[20930]: VertexWeightfvEXT (dynamic) */
"p\0"
"glVertexWeightfvEXT\0"
"\0"
- /* _mesa_function_pool[20460]: VertexAttrib1dARB (will be remapped) */
+ /* _mesa_function_pool[20953]: VertexAttrib1dARB (will be remapped) */
"id\0"
"glVertexAttrib1d\0"
"glVertexAttrib1dARB\0"
"\0"
- /* _mesa_function_pool[20501]: ImageTransformParameterivHP (dynamic) */
+ /* _mesa_function_pool[20994]: ImageTransformParameterivHP (dynamic) */
"iip\0"
"glImageTransformParameterivHP\0"
"\0"
- /* _mesa_function_pool[20536]: TexCoord4i (offset 122) */
+ /* _mesa_function_pool[21029]: TexCoord4i (offset 122) */
"iiii\0"
"glTexCoord4i\0"
"\0"
- /* _mesa_function_pool[20555]: DeleteQueriesARB (will be remapped) */
+ /* _mesa_function_pool[21048]: DeleteQueriesARB (will be remapped) */
"ip\0"
"glDeleteQueries\0"
"glDeleteQueriesARB\0"
"\0"
- /* _mesa_function_pool[20594]: Color4ubVertex2fSUN (dynamic) */
+ /* _mesa_function_pool[21087]: Color4ubVertex2fSUN (dynamic) */
"iiiiff\0"
"glColor4ubVertex2fSUN\0"
"\0"
- /* _mesa_function_pool[20624]: FragmentColorMaterialSGIX (dynamic) */
+ /* _mesa_function_pool[21117]: FragmentColorMaterialSGIX (dynamic) */
"ii\0"
"glFragmentColorMaterialSGIX\0"
"\0"
- /* _mesa_function_pool[20656]: CurrentPaletteMatrixARB (dynamic) */
+ /* _mesa_function_pool[21149]: CurrentPaletteMatrixARB (dynamic) */
"i\0"
"glCurrentPaletteMatrixARB\0"
"\0"
- /* _mesa_function_pool[20685]: GetMapdv (offset 266) */
+ /* _mesa_function_pool[21178]: GetMapdv (offset 266) */
"iip\0"
"glGetMapdv\0"
"\0"
- /* _mesa_function_pool[20701]: ObjectPurgeableAPPLE (will be remapped) */
+ /* _mesa_function_pool[21194]: ObjectPurgeableAPPLE (will be remapped) */
"iii\0"
"glObjectPurgeableAPPLE\0"
"\0"
- /* _mesa_function_pool[20729]: GetStringi (will be remapped) */
+ /* _mesa_function_pool[21222]: GetStringi (will be remapped) */
"ii\0"
"glGetStringi\0"
"\0"
- /* _mesa_function_pool[20746]: SamplePatternSGIS (will be remapped) */
+ /* _mesa_function_pool[21239]: SamplePatternSGIS (will be remapped) */
"i\0"
"glSamplePatternSGIS\0"
"glSamplePatternEXT\0"
"\0"
- /* _mesa_function_pool[20788]: PixelStoref (offset 249) */
+ /* _mesa_function_pool[21281]: PixelStoref (offset 249) */
"if\0"
"glPixelStoref\0"
"\0"
- /* _mesa_function_pool[20806]: IsQueryARB (will be remapped) */
+ /* _mesa_function_pool[21299]: IsQueryARB (will be remapped) */
"i\0"
"glIsQuery\0"
"glIsQueryARB\0"
"\0"
- /* _mesa_function_pool[20832]: ReplacementCodeuiColor4ubVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[21325]: ReplacementCodeuiColor4ubVertex3fSUN (dynamic) */
"iiiiifff\0"
"glReplacementCodeuiColor4ubVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[20881]: PixelStorei (offset 250) */
+ /* _mesa_function_pool[21374]: PixelStorei (offset 250) */
"ii\0"
"glPixelStorei\0"
"\0"
- /* _mesa_function_pool[20899]: VertexAttrib4usvARB (will be remapped) */
+ /* _mesa_function_pool[21392]: VertexAttrib4usvARB (will be remapped) */
"ip\0"
"glVertexAttrib4usv\0"
"glVertexAttrib4usvARB\0"
"\0"
- /* _mesa_function_pool[20944]: LinkProgramARB (will be remapped) */
+ /* _mesa_function_pool[21437]: LinkProgramARB (will be remapped) */
"i\0"
"glLinkProgram\0"
"glLinkProgramARB\0"
"\0"
- /* _mesa_function_pool[20978]: VertexAttrib2fNV (will be remapped) */
+ /* _mesa_function_pool[21471]: VertexAttrib2fNV (will be remapped) */
"iff\0"
"glVertexAttrib2fNV\0"
"\0"
- /* _mesa_function_pool[21002]: ShaderSourceARB (will be remapped) */
+ /* _mesa_function_pool[21495]: ShaderSourceARB (will be remapped) */
"iipp\0"
"glShaderSource\0"
"glShaderSourceARB\0"
"\0"
- /* _mesa_function_pool[21041]: FragmentMaterialiSGIX (dynamic) */
+ /* _mesa_function_pool[21534]: FragmentMaterialiSGIX (dynamic) */
"iii\0"
"glFragmentMaterialiSGIX\0"
"\0"
- /* _mesa_function_pool[21070]: EvalCoord2dv (offset 233) */
+ /* _mesa_function_pool[21563]: EvalCoord2dv (offset 233) */
"p\0"
"glEvalCoord2dv\0"
"\0"
- /* _mesa_function_pool[21088]: VertexAttrib3svARB (will be remapped) */
+ /* _mesa_function_pool[21581]: VertexAttrib3svARB (will be remapped) */
"ip\0"
"glVertexAttrib3sv\0"
"glVertexAttrib3svARB\0"
"\0"
- /* _mesa_function_pool[21131]: ColorMaterial (offset 151) */
+ /* _mesa_function_pool[21624]: ColorMaterial (offset 151) */
"ii\0"
"glColorMaterial\0"
"\0"
- /* _mesa_function_pool[21151]: CompressedTexSubImage3DARB (will be remapped) */
+ /* _mesa_function_pool[21644]: CompressedTexSubImage3DARB (will be remapped) */
"iiiiiiiiiip\0"
"glCompressedTexSubImage3D\0"
"glCompressedTexSubImage3DARB\0"
"\0"
- /* _mesa_function_pool[21219]: WindowPos2ivMESA (will be remapped) */
+ /* _mesa_function_pool[21712]: WindowPos2ivMESA (will be remapped) */
"p\0"
"glWindowPos2iv\0"
"glWindowPos2ivARB\0"
"glWindowPos2ivMESA\0"
"\0"
- /* _mesa_function_pool[21274]: IsFramebufferEXT (will be remapped) */
+ /* _mesa_function_pool[21767]: IsFramebufferEXT (will be remapped) */
"i\0"
"glIsFramebuffer\0"
"glIsFramebufferEXT\0"
"\0"
- /* _mesa_function_pool[21312]: Uniform4ivARB (will be remapped) */
+ /* _mesa_function_pool[21805]: Uniform4ivARB (will be remapped) */
"iip\0"
"glUniform4iv\0"
"glUniform4ivARB\0"
"\0"
- /* _mesa_function_pool[21346]: GetVertexAttribdvARB (will be remapped) */
+ /* _mesa_function_pool[21839]: GetVertexAttribdvARB (will be remapped) */
"iip\0"
"glGetVertexAttribdv\0"
"glGetVertexAttribdvARB\0"
"\0"
- /* _mesa_function_pool[21394]: TexBumpParameterivATI (will be remapped) */
+ /* _mesa_function_pool[21887]: TexBumpParameterivATI (will be remapped) */
"ip\0"
"glTexBumpParameterivATI\0"
"\0"
- /* _mesa_function_pool[21422]: GetSeparableFilter (offset 359) */
+ /* _mesa_function_pool[21915]: GetSeparableFilter (offset 359) */
"iiippp\0"
"glGetSeparableFilter\0"
"glGetSeparableFilterEXT\0"
"\0"
- /* _mesa_function_pool[21475]: Binormal3dEXT (dynamic) */
+ /* _mesa_function_pool[21968]: Binormal3dEXT (dynamic) */
"ddd\0"
"glBinormal3dEXT\0"
"\0"
- /* _mesa_function_pool[21496]: SpriteParameteriSGIX (dynamic) */
+ /* _mesa_function_pool[21989]: SpriteParameteriSGIX (dynamic) */
"ii\0"
"glSpriteParameteriSGIX\0"
"\0"
- /* _mesa_function_pool[21523]: RequestResidentProgramsNV (will be remapped) */
+ /* _mesa_function_pool[22016]: RequestResidentProgramsNV (will be remapped) */
"ip\0"
"glRequestResidentProgramsNV\0"
"\0"
- /* _mesa_function_pool[21555]: TagSampleBufferSGIX (dynamic) */
+ /* _mesa_function_pool[22048]: TagSampleBufferSGIX (dynamic) */
"\0"
"glTagSampleBufferSGIX\0"
"\0"
- /* _mesa_function_pool[21579]: TransformFeedbackVaryingsEXT (will be remapped) */
+ /* _mesa_function_pool[22072]: TransformFeedbackVaryingsEXT (will be remapped) */
"iipi\0"
"glTransformFeedbackVaryingsEXT\0"
"glTransformFeedbackVaryings\0"
"\0"
- /* _mesa_function_pool[21644]: FeedbackBuffer (offset 194) */
+ /* _mesa_function_pool[22137]: FeedbackBuffer (offset 194) */
"iip\0"
"glFeedbackBuffer\0"
"\0"
- /* _mesa_function_pool[21666]: RasterPos2iv (offset 67) */
+ /* _mesa_function_pool[22159]: RasterPos2iv (offset 67) */
"p\0"
"glRasterPos2iv\0"
"\0"
- /* _mesa_function_pool[21684]: TexImage1D (offset 182) */
+ /* _mesa_function_pool[22177]: TexImage1D (offset 182) */
"iiiiiiip\0"
"glTexImage1D\0"
"\0"
- /* _mesa_function_pool[21707]: ListParameterivSGIX (dynamic) */
+ /* _mesa_function_pool[22200]: ListParameterivSGIX (dynamic) */
"iip\0"
"glListParameterivSGIX\0"
"\0"
- /* _mesa_function_pool[21734]: MultiDrawElementsEXT (will be remapped) */
+ /* _mesa_function_pool[22227]: MultiDrawElementsEXT (will be remapped) */
"ipipi\0"
"glMultiDrawElements\0"
"glMultiDrawElementsEXT\0"
"\0"
- /* _mesa_function_pool[21784]: Color3s (offset 17) */
+ /* _mesa_function_pool[22277]: Color3s (offset 17) */
"iii\0"
"glColor3s\0"
"\0"
- /* _mesa_function_pool[21799]: Uniform1ivARB (will be remapped) */
+ /* _mesa_function_pool[22292]: Uniform1ivARB (will be remapped) */
"iip\0"
"glUniform1iv\0"
"glUniform1ivARB\0"
"\0"
- /* _mesa_function_pool[21833]: WindowPos2sMESA (will be remapped) */
+ /* _mesa_function_pool[22326]: WindowPos2sMESA (will be remapped) */
"ii\0"
"glWindowPos2s\0"
"glWindowPos2sARB\0"
"glWindowPos2sMESA\0"
"\0"
- /* _mesa_function_pool[21886]: WeightusvARB (dynamic) */
+ /* _mesa_function_pool[22379]: WeightusvARB (dynamic) */
"ip\0"
"glWeightusvARB\0"
"\0"
- /* _mesa_function_pool[21905]: TexCoordPointer (offset 320) */
+ /* _mesa_function_pool[22398]: ColorP4ui (will be remapped) */
+ "ii\0"
+ "glColorP4ui\0"
+ "\0"
+ /* _mesa_function_pool[22414]: TexCoordPointer (offset 320) */
"iiip\0"
"glTexCoordPointer\0"
"\0"
- /* _mesa_function_pool[21929]: FogCoordPointerEXT (will be remapped) */
+ /* _mesa_function_pool[22438]: FogCoordPointerEXT (will be remapped) */
"iip\0"
"glFogCoordPointer\0"
"glFogCoordPointerEXT\0"
"\0"
- /* _mesa_function_pool[21973]: GetnSeparableFilterARB (will be remapped) */
+ /* _mesa_function_pool[22482]: GetnSeparableFilterARB (will be remapped) */
"iiiipipp\0"
"glGetnSeparableFilterARB\0"
"\0"
- /* _mesa_function_pool[22008]: IndexMaterialEXT (dynamic) */
+ /* _mesa_function_pool[22517]: IndexMaterialEXT (dynamic) */
"ii\0"
"glIndexMaterialEXT\0"
"\0"
- /* _mesa_function_pool[22031]: Color3i (offset 15) */
+ /* _mesa_function_pool[22540]: Color3i (offset 15) */
"iii\0"
"glColor3i\0"
"\0"
- /* _mesa_function_pool[22046]: FrontFace (offset 157) */
+ /* _mesa_function_pool[22555]: FrontFace (offset 157) */
"i\0"
"glFrontFace\0"
"\0"
- /* _mesa_function_pool[22061]: EvalCoord2d (offset 232) */
+ /* _mesa_function_pool[22570]: EvalCoord2d (offset 232) */
"dd\0"
"glEvalCoord2d\0"
"\0"
- /* _mesa_function_pool[22079]: SecondaryColor3ubvEXT (will be remapped) */
+ /* _mesa_function_pool[22588]: SecondaryColor3ubvEXT (will be remapped) */
"p\0"
"glSecondaryColor3ubv\0"
"glSecondaryColor3ubvEXT\0"
"\0"
- /* _mesa_function_pool[22127]: EvalCoord2f (offset 234) */
+ /* _mesa_function_pool[22636]: EvalCoord2f (offset 234) */
"ff\0"
"glEvalCoord2f\0"
"\0"
- /* _mesa_function_pool[22145]: VertexAttrib4dvARB (will be remapped) */
+ /* _mesa_function_pool[22654]: VertexAttrib4dvARB (will be remapped) */
"ip\0"
"glVertexAttrib4dv\0"
"glVertexAttrib4dvARB\0"
"\0"
- /* _mesa_function_pool[22188]: BindAttribLocationARB (will be remapped) */
+ /* _mesa_function_pool[22697]: BindAttribLocationARB (will be remapped) */
"iip\0"
"glBindAttribLocation\0"
"glBindAttribLocationARB\0"
"\0"
- /* _mesa_function_pool[22238]: Color3b (offset 9) */
+ /* _mesa_function_pool[22747]: Color3b (offset 9) */
"iii\0"
"glColor3b\0"
"\0"
- /* _mesa_function_pool[22253]: MultiTexCoord2dARB (offset 384) */
+ /* _mesa_function_pool[22762]: MultiTexCoord2dARB (offset 384) */
"idd\0"
"glMultiTexCoord2d\0"
"glMultiTexCoord2dARB\0"
"\0"
- /* _mesa_function_pool[22297]: ExecuteProgramNV (will be remapped) */
+ /* _mesa_function_pool[22806]: ExecuteProgramNV (will be remapped) */
"iip\0"
"glExecuteProgramNV\0"
"\0"
- /* _mesa_function_pool[22321]: Color3f (offset 13) */
+ /* _mesa_function_pool[22830]: Color3f (offset 13) */
"fff\0"
"glColor3f\0"
"\0"
- /* _mesa_function_pool[22336]: LightEnviSGIX (dynamic) */
+ /* _mesa_function_pool[22845]: LightEnviSGIX (dynamic) */
"ii\0"
"glLightEnviSGIX\0"
"\0"
- /* _mesa_function_pool[22356]: Color3d (offset 11) */
+ /* _mesa_function_pool[22865]: Color3d (offset 11) */
"ddd\0"
"glColor3d\0"
"\0"
- /* _mesa_function_pool[22371]: Normal3dv (offset 55) */
+ /* _mesa_function_pool[22880]: Normal3dv (offset 55) */
"p\0"
"glNormal3dv\0"
"\0"
- /* _mesa_function_pool[22386]: Lightf (offset 159) */
+ /* _mesa_function_pool[22895]: Lightf (offset 159) */
"iif\0"
"glLightf\0"
"\0"
- /* _mesa_function_pool[22400]: ReplacementCodeuiSUN (dynamic) */
+ /* _mesa_function_pool[22909]: ReplacementCodeuiSUN (dynamic) */
"i\0"
"glReplacementCodeuiSUN\0"
"\0"
- /* _mesa_function_pool[22426]: MatrixMode (offset 293) */
+ /* _mesa_function_pool[22935]: MatrixMode (offset 293) */
"i\0"
"glMatrixMode\0"
"\0"
- /* _mesa_function_pool[22442]: GetPixelMapusv (offset 273) */
+ /* _mesa_function_pool[22951]: GetPixelMapusv (offset 273) */
"ip\0"
"glGetPixelMapusv\0"
"\0"
- /* _mesa_function_pool[22463]: Lighti (offset 161) */
+ /* _mesa_function_pool[22972]: Lighti (offset 161) */
"iii\0"
"glLighti\0"
"\0"
- /* _mesa_function_pool[22477]: VertexAttribPointerNV (will be remapped) */
+ /* _mesa_function_pool[22986]: VertexAttribPointerNV (will be remapped) */
"iiiip\0"
"glVertexAttribPointerNV\0"
"\0"
- /* _mesa_function_pool[22508]: ClearDepthf (will be remapped) */
+ /* _mesa_function_pool[23017]: ClearDepthf (will be remapped) */
"f\0"
"glClearDepthf\0"
"\0"
- /* _mesa_function_pool[22525]: GetBooleanIndexedvEXT (will be remapped) */
+ /* _mesa_function_pool[23034]: GetBooleanIndexedvEXT (will be remapped) */
"iip\0"
"glGetBooleanIndexedvEXT\0"
"glGetBooleani_v\0"
"\0"
- /* _mesa_function_pool[22570]: GetFramebufferAttachmentParameterivEXT (will be remapped) */
+ /* _mesa_function_pool[23079]: GetFramebufferAttachmentParameterivEXT (will be remapped) */
"iiip\0"
"glGetFramebufferAttachmentParameteriv\0"
"glGetFramebufferAttachmentParameterivEXT\0"
"\0"
- /* _mesa_function_pool[22655]: PixelTransformParameterfEXT (dynamic) */
+ /* _mesa_function_pool[23164]: PixelTransformParameterfEXT (dynamic) */
"iif\0"
"glPixelTransformParameterfEXT\0"
"\0"
- /* _mesa_function_pool[22690]: MultiTexCoord4dvARB (offset 401) */
+ /* _mesa_function_pool[23199]: MultiTexCoord4dvARB (offset 401) */
"ip\0"
"glMultiTexCoord4dv\0"
"glMultiTexCoord4dvARB\0"
"\0"
- /* _mesa_function_pool[22735]: PixelTransformParameteriEXT (dynamic) */
+ /* _mesa_function_pool[23244]: PixelTransformParameteriEXT (dynamic) */
"iii\0"
"glPixelTransformParameteriEXT\0"
"\0"
- /* _mesa_function_pool[22770]: GetDoublev (offset 260) */
+ /* _mesa_function_pool[23279]: GetDoublev (offset 260) */
"ip\0"
"glGetDoublev\0"
"\0"
- /* _mesa_function_pool[22787]: MultMatrixd (offset 295) */
+ /* _mesa_function_pool[23296]: MultiTexCoordP4ui (will be remapped) */
+ "iii\0"
+ "glMultiTexCoordP4ui\0"
+ "\0"
+ /* _mesa_function_pool[23321]: TexCoordP2uiv (will be remapped) */
+ "ip\0"
+ "glTexCoordP2uiv\0"
+ "\0"
+ /* _mesa_function_pool[23341]: MultMatrixd (offset 295) */
"p\0"
"glMultMatrixd\0"
"\0"
- /* _mesa_function_pool[22804]: MultMatrixf (offset 294) */
+ /* _mesa_function_pool[23358]: MultMatrixf (offset 294) */
"p\0"
"glMultMatrixf\0"
"\0"
- /* _mesa_function_pool[22821]: VertexAttribI4bvEXT (will be remapped) */
+ /* _mesa_function_pool[23375]: VertexAttribI4bvEXT (will be remapped) */
"ip\0"
"glVertexAttribI4bvEXT\0"
"glVertexAttribI4bv\0"
"\0"
- /* _mesa_function_pool[22866]: TexCoord2fColor4ubVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[23420]: TexCoord2fColor4ubVertex3fSUN (dynamic) */
"ffiiiifff\0"
"glTexCoord2fColor4ubVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[22909]: Uniform1iARB (will be remapped) */
+ /* _mesa_function_pool[23463]: Uniform1iARB (will be remapped) */
"ii\0"
"glUniform1i\0"
"glUniform1iARB\0"
"\0"
- /* _mesa_function_pool[22940]: GetnMapfvARB (will be remapped) */
+ /* _mesa_function_pool[23494]: GetnMapfvARB (will be remapped) */
"iiip\0"
"glGetnMapfvARB\0"
"\0"
- /* _mesa_function_pool[22961]: VertexAttribPointerARB (will be remapped) */
+ /* _mesa_function_pool[23515]: VertexAttribPointerARB (will be remapped) */
"iiiiip\0"
"glVertexAttribPointer\0"
"glVertexAttribPointerARB\0"
"\0"
- /* _mesa_function_pool[23016]: VertexAttrib3sNV (will be remapped) */
+ /* _mesa_function_pool[23570]: VertexAttrib3sNV (will be remapped) */
"iiii\0"
"glVertexAttrib3sNV\0"
"\0"
- /* _mesa_function_pool[23041]: SharpenTexFuncSGIS (dynamic) */
+ /* _mesa_function_pool[23595]: SharpenTexFuncSGIS (dynamic) */
"iip\0"
"glSharpenTexFuncSGIS\0"
"\0"
- /* _mesa_function_pool[23067]: MultiTexCoord4fvARB (offset 403) */
+ /* _mesa_function_pool[23621]: MultiTexCoord4fvARB (offset 403) */
"ip\0"
"glMultiTexCoord4fv\0"
"glMultiTexCoord4fvARB\0"
"\0"
- /* _mesa_function_pool[23112]: Uniform2uiEXT (will be remapped) */
+ /* _mesa_function_pool[23666]: Uniform2uiEXT (will be remapped) */
"iii\0"
"glUniform2uiEXT\0"
"glUniform2ui\0"
"\0"
- /* _mesa_function_pool[23146]: UniformMatrix2x3fv (will be remapped) */
+ /* _mesa_function_pool[23700]: TexCoordP3uiv (will be remapped) */
+ "ip\0"
+ "glTexCoordP3uiv\0"
+ "\0"
+ /* _mesa_function_pool[23720]: UniformMatrix2x3fv (will be remapped) */
"iiip\0"
"glUniformMatrix2x3fv\0"
"\0"
- /* _mesa_function_pool[23173]: SamplerParameteri (will be remapped) */
+ /* _mesa_function_pool[23747]: SamplerParameteri (will be remapped) */
"iii\0"
"glSamplerParameteri\0"
"\0"
- /* _mesa_function_pool[23198]: SamplerParameterf (will be remapped) */
+ /* _mesa_function_pool[23772]: SamplerParameterf (will be remapped) */
"iif\0"
"glSamplerParameterf\0"
"\0"
- /* _mesa_function_pool[23223]: CombinerParameteriNV (will be remapped) */
+ /* _mesa_function_pool[23797]: CombinerParameteriNV (will be remapped) */
"ii\0"
"glCombinerParameteriNV\0"
"\0"
- /* _mesa_function_pool[23250]: DeleteAsyncMarkersSGIX (dynamic) */
+ /* _mesa_function_pool[23824]: DeleteAsyncMarkersSGIX (dynamic) */
"ii\0"
"glDeleteAsyncMarkersSGIX\0"
"\0"
- /* _mesa_function_pool[23279]: ReplacementCodeusSUN (dynamic) */
+ /* _mesa_function_pool[23853]: ReplacementCodeusSUN (dynamic) */
"i\0"
"glReplacementCodeusSUN\0"
"\0"
- /* _mesa_function_pool[23305]: IsAsyncMarkerSGIX (dynamic) */
+ /* _mesa_function_pool[23879]: IsAsyncMarkerSGIX (dynamic) */
"i\0"
"glIsAsyncMarkerSGIX\0"
"\0"
- /* _mesa_function_pool[23328]: FrameZoomSGIX (dynamic) */
+ /* _mesa_function_pool[23902]: FrameZoomSGIX (dynamic) */
"i\0"
"glFrameZoomSGIX\0"
"\0"
- /* _mesa_function_pool[23347]: Normal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[23921]: Normal3fVertex3fvSUN (dynamic) */
"pp\0"
"glNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[23374]: GetnUniformuivARB (will be remapped) */
+ /* _mesa_function_pool[23948]: GetnUniformuivARB (will be remapped) */
"iiip\0"
"glGetnUniformuivARB\0"
"\0"
- /* _mesa_function_pool[23400]: RasterPos4sv (offset 85) */
+ /* _mesa_function_pool[23974]: RasterPos4sv (offset 85) */
"p\0"
"glRasterPos4sv\0"
"\0"
- /* _mesa_function_pool[23418]: VertexAttrib4NsvARB (will be remapped) */
+ /* _mesa_function_pool[23992]: VertexAttrib4NsvARB (will be remapped) */
"ip\0"
"glVertexAttrib4Nsv\0"
"glVertexAttrib4NsvARB\0"
"\0"
- /* _mesa_function_pool[23463]: VertexAttrib3fvARB (will be remapped) */
+ /* _mesa_function_pool[24037]: VertexAttrib3fvARB (will be remapped) */
"ip\0"
"glVertexAttrib3fv\0"
"glVertexAttrib3fvARB\0"
"\0"
- /* _mesa_function_pool[23506]: ClearColor (offset 206) */
+ /* _mesa_function_pool[24080]: ClearColor (offset 206) */
"ffff\0"
"glClearColor\0"
"\0"
- /* _mesa_function_pool[23525]: GetSynciv (will be remapped) */
+ /* _mesa_function_pool[24099]: GetSynciv (will be remapped) */
"iiipp\0"
"glGetSynciv\0"
"\0"
- /* _mesa_function_pool[23544]: ClearColorIiEXT (will be remapped) */
+ /* _mesa_function_pool[24118]: ClearColorIiEXT (will be remapped) */
"iiii\0"
"glClearColorIiEXT\0"
"\0"
- /* _mesa_function_pool[23568]: DeleteFramebuffersEXT (will be remapped) */
+ /* _mesa_function_pool[24142]: DeleteFramebuffersEXT (will be remapped) */
"ip\0"
"glDeleteFramebuffers\0"
"glDeleteFramebuffersEXT\0"
"\0"
- /* _mesa_function_pool[23617]: GlobalAlphaFactorsSUN (dynamic) */
+ /* _mesa_function_pool[24191]: GlobalAlphaFactorsSUN (dynamic) */
"i\0"
"glGlobalAlphaFactorsSUN\0"
"\0"
- /* _mesa_function_pool[23644]: IsEnabledIndexedEXT (will be remapped) */
+ /* _mesa_function_pool[24218]: IsEnabledIndexedEXT (will be remapped) */
"ii\0"
"glIsEnabledIndexedEXT\0"
"glIsEnabledi\0"
"\0"
- /* _mesa_function_pool[23683]: TexEnviv (offset 187) */
+ /* _mesa_function_pool[24257]: TexEnviv (offset 187) */
"iip\0"
"glTexEnviv\0"
"\0"
- /* _mesa_function_pool[23699]: TexSubImage3D (offset 372) */
+ /* _mesa_function_pool[24273]: TexSubImage3D (offset 372) */
"iiiiiiiiiip\0"
"glTexSubImage3D\0"
"glTexSubImage3DEXT\0"
"\0"
- /* _mesa_function_pool[23747]: Tangent3fEXT (dynamic) */
+ /* _mesa_function_pool[24321]: Tangent3fEXT (dynamic) */
"fff\0"
"glTangent3fEXT\0"
"\0"
- /* _mesa_function_pool[23767]: SecondaryColor3uivEXT (will be remapped) */
+ /* _mesa_function_pool[24341]: SecondaryColor3uivEXT (will be remapped) */
"p\0"
"glSecondaryColor3uiv\0"
"glSecondaryColor3uivEXT\0"
"\0"
- /* _mesa_function_pool[23815]: MatrixIndexubvARB (dynamic) */
+ /* _mesa_function_pool[24389]: MatrixIndexubvARB (dynamic) */
"ip\0"
"glMatrixIndexubvARB\0"
"\0"
- /* _mesa_function_pool[23839]: Color4fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[24413]: Color4fNormal3fVertex3fSUN (dynamic) */
"ffffffffff\0"
"glColor4fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[23880]: PixelTexGenParameterfSGIS (will be remapped) */
+ /* _mesa_function_pool[24454]: PixelTexGenParameterfSGIS (will be remapped) */
"if\0"
"glPixelTexGenParameterfSGIS\0"
"\0"
- /* _mesa_function_pool[23912]: CreateShader (will be remapped) */
+ /* _mesa_function_pool[24486]: CreateShader (will be remapped) */
"i\0"
"glCreateShader\0"
"\0"
- /* _mesa_function_pool[23930]: GetColorTableParameterfv (offset 344) */
+ /* _mesa_function_pool[24504]: GetColorTableParameterfv (offset 344) */
"iip\0"
"glGetColorTableParameterfv\0"
"glGetColorTableParameterfvSGI\0"
"glGetColorTableParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[24022]: FragmentLightModelfvSGIX (dynamic) */
+ /* _mesa_function_pool[24596]: FragmentLightModelfvSGIX (dynamic) */
"ip\0"
"glFragmentLightModelfvSGIX\0"
"\0"
- /* _mesa_function_pool[24053]: Bitmap (offset 8) */
+ /* _mesa_function_pool[24627]: Bitmap (offset 8) */
"iiffffp\0"
"glBitmap\0"
"\0"
- /* _mesa_function_pool[24071]: MultiTexCoord3fARB (offset 394) */
+ /* _mesa_function_pool[24645]: MultiTexCoord3fARB (offset 394) */
"ifff\0"
"glMultiTexCoord3f\0"
"glMultiTexCoord3fARB\0"
"\0"
- /* _mesa_function_pool[24116]: GetTexLevelParameterfv (offset 284) */
+ /* _mesa_function_pool[24690]: GetTexLevelParameterfv (offset 284) */
"iiip\0"
"glGetTexLevelParameterfv\0"
"\0"
- /* _mesa_function_pool[24147]: GetPixelTexGenParameterfvSGIS (will be remapped) */
+ /* _mesa_function_pool[24721]: GetPixelTexGenParameterfvSGIS (will be remapped) */
"ip\0"
"glGetPixelTexGenParameterfvSGIS\0"
"\0"
- /* _mesa_function_pool[24183]: GenFramebuffersEXT (will be remapped) */
+ /* _mesa_function_pool[24757]: GenFramebuffersEXT (will be remapped) */
"ip\0"
"glGenFramebuffers\0"
"glGenFramebuffersEXT\0"
"\0"
- /* _mesa_function_pool[24226]: VertexAttribDivisor (will be remapped) */
+ /* _mesa_function_pool[24800]: VertexAttribDivisor (will be remapped) */
"ii\0"
"glVertexAttribDivisor\0"
"\0"
- /* _mesa_function_pool[24252]: GetProgramParameterdvNV (will be remapped) */
+ /* _mesa_function_pool[24826]: GetProgramParameterdvNV (will be remapped) */
"iiip\0"
"glGetProgramParameterdvNV\0"
"\0"
- /* _mesa_function_pool[24284]: Vertex2sv (offset 133) */
+ /* _mesa_function_pool[24858]: Vertex2sv (offset 133) */
"p\0"
"glVertex2sv\0"
"\0"
- /* _mesa_function_pool[24299]: GetIntegerv (offset 263) */
+ /* _mesa_function_pool[24873]: GetIntegerv (offset 263) */
"ip\0"
"glGetIntegerv\0"
"\0"
- /* _mesa_function_pool[24317]: IsVertexArrayAPPLE (will be remapped) */
+ /* _mesa_function_pool[24891]: IsVertexArrayAPPLE (will be remapped) */
"i\0"
"glIsVertexArray\0"
"glIsVertexArrayAPPLE\0"
"\0"
- /* _mesa_function_pool[24357]: FragmentLightfvSGIX (dynamic) */
+ /* _mesa_function_pool[24931]: FragmentLightfvSGIX (dynamic) */
"iip\0"
"glFragmentLightfvSGIX\0"
"\0"
- /* _mesa_function_pool[24384]: GetnMapdvARB (will be remapped) */
+ /* _mesa_function_pool[24958]: GetnMapdvARB (will be remapped) */
"iiip\0"
"glGetnMapdvARB\0"
"\0"
- /* _mesa_function_pool[24405]: DetachShader (will be remapped) */
+ /* _mesa_function_pool[24979]: DetachShader (will be remapped) */
"ii\0"
"glDetachShader\0"
"\0"
- /* _mesa_function_pool[24424]: VertexAttrib4NubARB (will be remapped) */
+ /* _mesa_function_pool[24998]: VertexAttrib4NubARB (will be remapped) */
"iiiii\0"
"glVertexAttrib4Nub\0"
"glVertexAttrib4NubARB\0"
"\0"
- /* _mesa_function_pool[24472]: GetProgramEnvParameterfvARB (will be remapped) */
+ /* _mesa_function_pool[25046]: GetProgramEnvParameterfvARB (will be remapped) */
"iip\0"
"glGetProgramEnvParameterfvARB\0"
"\0"
- /* _mesa_function_pool[24507]: GetTrackMatrixivNV (will be remapped) */
+ /* _mesa_function_pool[25081]: GetTrackMatrixivNV (will be remapped) */
"iiip\0"
"glGetTrackMatrixivNV\0"
"\0"
- /* _mesa_function_pool[24534]: VertexAttrib3svNV (will be remapped) */
+ /* _mesa_function_pool[25108]: VertexAttrib3svNV (will be remapped) */
"ip\0"
"glVertexAttrib3svNV\0"
"\0"
- /* _mesa_function_pool[24558]: Uniform4fvARB (will be remapped) */
+ /* _mesa_function_pool[25132]: Uniform4fvARB (will be remapped) */
"iip\0"
"glUniform4fv\0"
"glUniform4fvARB\0"
"\0"
- /* _mesa_function_pool[24592]: MultTransposeMatrixfARB (will be remapped) */
+ /* _mesa_function_pool[25166]: MultTransposeMatrixfARB (will be remapped) */
"p\0"
"glMultTransposeMatrixf\0"
"glMultTransposeMatrixfARB\0"
"\0"
- /* _mesa_function_pool[24644]: GetTexEnviv (offset 277) */
+ /* _mesa_function_pool[25218]: GetTexEnviv (offset 277) */
"iip\0"
"glGetTexEnviv\0"
"\0"
- /* _mesa_function_pool[24663]: ColorFragmentOp1ATI (will be remapped) */
+ /* _mesa_function_pool[25237]: ColorFragmentOp1ATI (will be remapped) */
"iiiiiii\0"
"glColorFragmentOp1ATI\0"
"\0"
- /* _mesa_function_pool[24694]: GetUniformfvARB (will be remapped) */
+ /* _mesa_function_pool[25268]: GetUniformfvARB (will be remapped) */
"iip\0"
"glGetUniformfv\0"
"glGetUniformfvARB\0"
"\0"
- /* _mesa_function_pool[24732]: EGLImageTargetRenderbufferStorageOES (will be remapped) */
+ /* _mesa_function_pool[25306]: EGLImageTargetRenderbufferStorageOES (will be remapped) */
"ip\0"
"glEGLImageTargetRenderbufferStorageOES\0"
"\0"
- /* _mesa_function_pool[24775]: VertexAttribI2ivEXT (will be remapped) */
+ /* _mesa_function_pool[25349]: VertexAttribI2ivEXT (will be remapped) */
"ip\0"
"glVertexAttribI2ivEXT\0"
"glVertexAttribI2iv\0"
"\0"
- /* _mesa_function_pool[24820]: PopClientAttrib (offset 334) */
+ /* _mesa_function_pool[25394]: PopClientAttrib (offset 334) */
"\0"
"glPopClientAttrib\0"
"\0"
- /* _mesa_function_pool[24840]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[25414]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
"iffffffffffff\0"
"glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[24911]: DetachObjectARB (will be remapped) */
+ /* _mesa_function_pool[25485]: DetachObjectARB (will be remapped) */
"ii\0"
"glDetachObjectARB\0"
"\0"
- /* _mesa_function_pool[24933]: VertexBlendARB (dynamic) */
+ /* _mesa_function_pool[25507]: VertexBlendARB (dynamic) */
"i\0"
"glVertexBlendARB\0"
"\0"
- /* _mesa_function_pool[24953]: WindowPos3iMESA (will be remapped) */
+ /* _mesa_function_pool[25527]: WindowPos3iMESA (will be remapped) */
"iii\0"
"glWindowPos3i\0"
"glWindowPos3iARB\0"
"glWindowPos3iMESA\0"
"\0"
- /* _mesa_function_pool[25007]: SeparableFilter2D (offset 360) */
+ /* _mesa_function_pool[25581]: SeparableFilter2D (offset 360) */
"iiiiiipp\0"
"glSeparableFilter2D\0"
"glSeparableFilter2DEXT\0"
"\0"
- /* _mesa_function_pool[25060]: ProgramParameteriARB (will be remapped) */
+ /* _mesa_function_pool[25634]: ProgramParameteriARB (will be remapped) */
"iii\0"
"glProgramParameteriARB\0"
"\0"
- /* _mesa_function_pool[25088]: Map1d (offset 220) */
+ /* _mesa_function_pool[25662]: Map1d (offset 220) */
"iddiip\0"
"glMap1d\0"
"\0"
- /* _mesa_function_pool[25104]: Map1f (offset 221) */
+ /* _mesa_function_pool[25678]: Map1f (offset 221) */
"iffiip\0"
"glMap1f\0"
"\0"
- /* _mesa_function_pool[25120]: CompressedTexImage2DARB (will be remapped) */
+ /* _mesa_function_pool[25694]: CompressedTexImage2DARB (will be remapped) */
"iiiiiiip\0"
"glCompressedTexImage2D\0"
"glCompressedTexImage2DARB\0"
"\0"
- /* _mesa_function_pool[25179]: ArrayElement (offset 306) */
+ /* _mesa_function_pool[25753]: ArrayElement (offset 306) */
"i\0"
"glArrayElement\0"
"glArrayElementEXT\0"
"\0"
- /* _mesa_function_pool[25215]: TexImage2D (offset 183) */
+ /* _mesa_function_pool[25789]: TexImage2D (offset 183) */
"iiiiiiiip\0"
"glTexImage2D\0"
"\0"
- /* _mesa_function_pool[25239]: DepthBoundsEXT (will be remapped) */
+ /* _mesa_function_pool[25813]: DepthBoundsEXT (will be remapped) */
"dd\0"
"glDepthBoundsEXT\0"
"\0"
- /* _mesa_function_pool[25260]: ProgramParameters4fvNV (will be remapped) */
+ /* _mesa_function_pool[25834]: ProgramParameters4fvNV (will be remapped) */
"iiip\0"
"glProgramParameters4fvNV\0"
"\0"
- /* _mesa_function_pool[25291]: DeformationMap3fSGIX (dynamic) */
+ /* _mesa_function_pool[25865]: DeformationMap3fSGIX (dynamic) */
"iffiiffiiffiip\0"
"glDeformationMap3fSGIX\0"
"\0"
- /* _mesa_function_pool[25330]: GetProgramivNV (will be remapped) */
+ /* _mesa_function_pool[25904]: GetProgramivNV (will be remapped) */
"iip\0"
"glGetProgramivNV\0"
"\0"
- /* _mesa_function_pool[25352]: GetFragDataLocationEXT (will be remapped) */
+ /* _mesa_function_pool[25926]: GetFragDataLocationEXT (will be remapped) */
"ip\0"
"glGetFragDataLocationEXT\0"
"glGetFragDataLocation\0"
"\0"
- /* _mesa_function_pool[25403]: GetMinmaxParameteriv (offset 366) */
+ /* _mesa_function_pool[25977]: GetMinmaxParameteriv (offset 366) */
"iip\0"
"glGetMinmaxParameteriv\0"
"glGetMinmaxParameterivEXT\0"
"\0"
- /* _mesa_function_pool[25457]: PixelTransferf (offset 247) */
+ /* _mesa_function_pool[26031]: PixelTransferf (offset 247) */
"if\0"
"glPixelTransferf\0"
"\0"
- /* _mesa_function_pool[25478]: CopyTexImage1D (offset 323) */
+ /* _mesa_function_pool[26052]: CopyTexImage1D (offset 323) */
"iiiiiii\0"
"glCopyTexImage1D\0"
"glCopyTexImage1DEXT\0"
"\0"
- /* _mesa_function_pool[25524]: PushMatrix (offset 298) */
+ /* _mesa_function_pool[26098]: PushMatrix (offset 298) */
"\0"
"glPushMatrix\0"
"\0"
- /* _mesa_function_pool[25539]: Fogiv (offset 156) */
+ /* _mesa_function_pool[26113]: Fogiv (offset 156) */
"ip\0"
"glFogiv\0"
"\0"
- /* _mesa_function_pool[25551]: TexCoord1dv (offset 95) */
+ /* _mesa_function_pool[26125]: TexCoord1dv (offset 95) */
"p\0"
"glTexCoord1dv\0"
"\0"
- /* _mesa_function_pool[25568]: AlphaFragmentOp3ATI (will be remapped) */
+ /* _mesa_function_pool[26142]: AlphaFragmentOp3ATI (will be remapped) */
"iiiiiiiiiiii\0"
"glAlphaFragmentOp3ATI\0"
"\0"
- /* _mesa_function_pool[25604]: PixelTransferi (offset 248) */
+ /* _mesa_function_pool[26178]: PixelTransferi (offset 248) */
"ii\0"
"glPixelTransferi\0"
"\0"
- /* _mesa_function_pool[25625]: GetnColorTableARB (will be remapped) */
+ /* _mesa_function_pool[26199]: GetnColorTableARB (will be remapped) */
"iiiip\0"
"glGetnColorTableARB\0"
"\0"
- /* _mesa_function_pool[25652]: VertexAttrib3fvNV (will be remapped) */
+ /* _mesa_function_pool[26226]: VertexAttrib3fvNV (will be remapped) */
"ip\0"
"glVertexAttrib3fvNV\0"
"\0"
- /* _mesa_function_pool[25676]: Rotatef (offset 300) */
+ /* _mesa_function_pool[26250]: Rotatef (offset 300) */
"ffff\0"
"glRotatef\0"
"\0"
- /* _mesa_function_pool[25692]: GetFinalCombinerInputParameterivNV (will be remapped) */
+ /* _mesa_function_pool[26266]: GetFinalCombinerInputParameterivNV (will be remapped) */
"iip\0"
"glGetFinalCombinerInputParameterivNV\0"
"\0"
- /* _mesa_function_pool[25734]: Vertex3i (offset 138) */
+ /* _mesa_function_pool[26308]: Vertex3i (offset 138) */
"iii\0"
"glVertex3i\0"
"\0"
- /* _mesa_function_pool[25750]: Vertex3f (offset 136) */
+ /* _mesa_function_pool[26324]: SecondaryColorP3ui (will be remapped) */
+ "ii\0"
+ "glSecondaryColorP3ui\0"
+ "\0"
+ /* _mesa_function_pool[26349]: Vertex3f (offset 136) */
"fff\0"
"glVertex3f\0"
"\0"
- /* _mesa_function_pool[25766]: Clear (offset 203) */
+ /* _mesa_function_pool[26365]: Clear (offset 203) */
"i\0"
"glClear\0"
"\0"
- /* _mesa_function_pool[25777]: Vertex3d (offset 134) */
+ /* _mesa_function_pool[26376]: Vertex3d (offset 134) */
"ddd\0"
"glVertex3d\0"
"\0"
- /* _mesa_function_pool[25793]: GetMapParameterivNV (dynamic) */
+ /* _mesa_function_pool[26392]: GetMapParameterivNV (dynamic) */
"iip\0"
"glGetMapParameterivNV\0"
"\0"
- /* _mesa_function_pool[25820]: Uniform4iARB (will be remapped) */
+ /* _mesa_function_pool[26419]: Uniform4iARB (will be remapped) */
"iiiii\0"
"glUniform4i\0"
"glUniform4iARB\0"
"\0"
- /* _mesa_function_pool[25854]: ReadBuffer (offset 254) */
+ /* _mesa_function_pool[26453]: ReadBuffer (offset 254) */
"i\0"
"glReadBuffer\0"
"\0"
- /* _mesa_function_pool[25870]: ConvolutionParameteri (offset 352) */
+ /* _mesa_function_pool[26469]: ConvolutionParameteri (offset 352) */
"iii\0"
"glConvolutionParameteri\0"
"glConvolutionParameteriEXT\0"
"\0"
- /* _mesa_function_pool[25926]: Ortho (offset 296) */
+ /* _mesa_function_pool[26525]: Ortho (offset 296) */
"dddddd\0"
"glOrtho\0"
"\0"
- /* _mesa_function_pool[25942]: Binormal3sEXT (dynamic) */
+ /* _mesa_function_pool[26541]: Binormal3sEXT (dynamic) */
"iii\0"
"glBinormal3sEXT\0"
"\0"
- /* _mesa_function_pool[25963]: ListBase (offset 6) */
+ /* _mesa_function_pool[26562]: ListBase (offset 6) */
"i\0"
"glListBase\0"
"\0"
- /* _mesa_function_pool[25977]: VertexAttribI3ivEXT (will be remapped) */
+ /* _mesa_function_pool[26576]: VertexAttribI3ivEXT (will be remapped) */
"ip\0"
"glVertexAttribI3ivEXT\0"
"glVertexAttribI3iv\0"
"\0"
- /* _mesa_function_pool[26022]: Vertex3s (offset 140) */
+ /* _mesa_function_pool[26621]: MultiTexCoordP1ui (will be remapped) */
+ "iii\0"
+ "glMultiTexCoordP1ui\0"
+ "\0"
+ /* _mesa_function_pool[26646]: Vertex3s (offset 140) */
"iii\0"
"glVertex3s\0"
"\0"
- /* _mesa_function_pool[26038]: ConvolutionParameterf (offset 350) */
+ /* _mesa_function_pool[26662]: ConvolutionParameterf (offset 350) */
"iif\0"
"glConvolutionParameterf\0"
"glConvolutionParameterfEXT\0"
"\0"
- /* _mesa_function_pool[26094]: GetColorTableParameteriv (offset 345) */
+ /* _mesa_function_pool[26718]: GetColorTableParameteriv (offset 345) */
"iip\0"
"glGetColorTableParameteriv\0"
"glGetColorTableParameterivSGI\0"
"glGetColorTableParameterivEXT\0"
"\0"
- /* _mesa_function_pool[26186]: ProgramEnvParameter4dvARB (will be remapped) */
+ /* _mesa_function_pool[26810]: ProgramEnvParameter4dvARB (will be remapped) */
"iip\0"
"glProgramEnvParameter4dvARB\0"
"glProgramParameter4dvNV\0"
"\0"
- /* _mesa_function_pool[26243]: ShadeModel (offset 177) */
+ /* _mesa_function_pool[26867]: ShadeModel (offset 177) */
"i\0"
"glShadeModel\0"
"\0"
- /* _mesa_function_pool[26259]: VertexAttribs2fvNV (will be remapped) */
+ /* _mesa_function_pool[26883]: VertexAttribs2fvNV (will be remapped) */
"iip\0"
"glVertexAttribs2fvNV\0"
"\0"
- /* _mesa_function_pool[26285]: Rectiv (offset 91) */
+ /* _mesa_function_pool[26909]: Rectiv (offset 91) */
"pp\0"
"glRectiv\0"
"\0"
- /* _mesa_function_pool[26298]: UseProgramObjectARB (will be remapped) */
+ /* _mesa_function_pool[26922]: UseProgramObjectARB (will be remapped) */
"i\0"
"glUseProgram\0"
"glUseProgramObjectARB\0"
"\0"
- /* _mesa_function_pool[26336]: GetMapParameterfvNV (dynamic) */
+ /* _mesa_function_pool[26960]: GetMapParameterfvNV (dynamic) */
"iip\0"
"glGetMapParameterfvNV\0"
"\0"
- /* _mesa_function_pool[26363]: EndConditionalRenderNV (will be remapped) */
+ /* _mesa_function_pool[26987]: EndConditionalRenderNV (will be remapped) */
"\0"
"glEndConditionalRenderNV\0"
"glEndConditionalRender\0"
"\0"
- /* _mesa_function_pool[26413]: PassTexCoordATI (will be remapped) */
+ /* _mesa_function_pool[27037]: PassTexCoordATI (will be remapped) */
"iii\0"
"glPassTexCoordATI\0"
"\0"
- /* _mesa_function_pool[26436]: DeleteProgram (will be remapped) */
+ /* _mesa_function_pool[27060]: DeleteProgram (will be remapped) */
"i\0"
"glDeleteProgram\0"
"\0"
- /* _mesa_function_pool[26455]: GetSamplerParameteriv (will be remapped) */
+ /* _mesa_function_pool[27079]: GetSamplerParameteriv (will be remapped) */
"iip\0"
"glGetSamplerParameteriv\0"
"\0"
- /* _mesa_function_pool[26484]: Tangent3dEXT (dynamic) */
+ /* _mesa_function_pool[27108]: Tangent3dEXT (dynamic) */
"ddd\0"
"glTangent3dEXT\0"
"\0"
- /* _mesa_function_pool[26504]: SecondaryColor3dvEXT (will be remapped) */
+ /* _mesa_function_pool[27128]: SecondaryColor3dvEXT (will be remapped) */
"p\0"
"glSecondaryColor3dv\0"
"glSecondaryColor3dvEXT\0"
"\0"
- /* _mesa_function_pool[26550]: AlphaFragmentOp2ATI (will be remapped) */
+ /* _mesa_function_pool[27174]: AlphaFragmentOp2ATI (will be remapped) */
"iiiiiiiii\0"
"glAlphaFragmentOp2ATI\0"
"\0"
- /* _mesa_function_pool[26583]: Vertex2fv (offset 129) */
+ /* _mesa_function_pool[27207]: Vertex2fv (offset 129) */
"p\0"
"glVertex2fv\0"
"\0"
- /* _mesa_function_pool[26598]: MultiDrawArraysEXT (will be remapped) */
+ /* _mesa_function_pool[27222]: MultiDrawArraysEXT (will be remapped) */
"ippi\0"
"glMultiDrawArrays\0"
"glMultiDrawArraysEXT\0"
"\0"
- /* _mesa_function_pool[26643]: BindRenderbufferEXT (will be remapped) */
+ /* _mesa_function_pool[27267]: BindRenderbufferEXT (will be remapped) */
"ii\0"
"glBindRenderbuffer\0"
"glBindRenderbufferEXT\0"
"\0"
- /* _mesa_function_pool[26688]: MultiTexCoord4dARB (offset 400) */
+ /* _mesa_function_pool[27312]: MultiTexCoord4dARB (offset 400) */
"idddd\0"
"glMultiTexCoord4d\0"
"glMultiTexCoord4dARB\0"
"\0"
- /* _mesa_function_pool[26734]: FramebufferTextureFaceARB (will be remapped) */
+ /* _mesa_function_pool[27358]: FramebufferTextureFaceARB (will be remapped) */
"iiiii\0"
"glFramebufferTextureFaceARB\0"
"\0"
- /* _mesa_function_pool[26769]: Vertex3sv (offset 141) */
+ /* _mesa_function_pool[27393]: Vertex3sv (offset 141) */
"p\0"
"glVertex3sv\0"
"\0"
- /* _mesa_function_pool[26784]: SecondaryColor3usEXT (will be remapped) */
+ /* _mesa_function_pool[27408]: SecondaryColor3usEXT (will be remapped) */
"iii\0"
"glSecondaryColor3us\0"
"glSecondaryColor3usEXT\0"
"\0"
- /* _mesa_function_pool[26832]: ProgramLocalParameter4fvARB (will be remapped) */
+ /* _mesa_function_pool[27456]: ProgramLocalParameter4fvARB (will be remapped) */
"iip\0"
"glProgramLocalParameter4fvARB\0"
"\0"
- /* _mesa_function_pool[26867]: DeleteProgramsNV (will be remapped) */
+ /* _mesa_function_pool[27491]: DeleteProgramsNV (will be remapped) */
"ip\0"
"glDeleteProgramsARB\0"
"glDeleteProgramsNV\0"
"\0"
- /* _mesa_function_pool[26910]: EvalMesh1 (offset 236) */
+ /* _mesa_function_pool[27534]: EvalMesh1 (offset 236) */
"iii\0"
"glEvalMesh1\0"
"\0"
- /* _mesa_function_pool[26927]: PauseTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[27551]: PauseTransformFeedback (will be remapped) */
"\0"
"glPauseTransformFeedback\0"
"\0"
- /* _mesa_function_pool[26954]: MultiTexCoord1sARB (offset 382) */
+ /* _mesa_function_pool[27578]: MultiTexCoord1sARB (offset 382) */
"ii\0"
"glMultiTexCoord1s\0"
"glMultiTexCoord1sARB\0"
"\0"
- /* _mesa_function_pool[26997]: ReplacementCodeuiColor3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[27621]: ReplacementCodeuiColor3fVertex3fSUN (dynamic) */
"iffffff\0"
"glReplacementCodeuiColor3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[27044]: GetVertexAttribPointervNV (will be remapped) */
+ /* _mesa_function_pool[27668]: GetVertexAttribPointervNV (will be remapped) */
"iip\0"
"glGetVertexAttribPointerv\0"
"glGetVertexAttribPointervARB\0"
"glGetVertexAttribPointervNV\0"
"\0"
- /* _mesa_function_pool[27132]: VertexAttribs1fvNV (will be remapped) */
+ /* _mesa_function_pool[27756]: VertexAttribs1fvNV (will be remapped) */
"iip\0"
"glVertexAttribs1fvNV\0"
"\0"
- /* _mesa_function_pool[27158]: MultiTexCoord1dvARB (offset 377) */
+ /* _mesa_function_pool[27782]: MultiTexCoord1dvARB (offset 377) */
"ip\0"
"glMultiTexCoord1dv\0"
"glMultiTexCoord1dvARB\0"
"\0"
- /* _mesa_function_pool[27203]: Uniform2iARB (will be remapped) */
+ /* _mesa_function_pool[27827]: Uniform2iARB (will be remapped) */
"iii\0"
"glUniform2i\0"
"glUniform2iARB\0"
"\0"
- /* _mesa_function_pool[27235]: Vertex2iv (offset 131) */
+ /* _mesa_function_pool[27859]: Vertex2iv (offset 131) */
"p\0"
"glVertex2iv\0"
"\0"
- /* _mesa_function_pool[27250]: GetProgramStringNV (will be remapped) */
+ /* _mesa_function_pool[27874]: GetProgramStringNV (will be remapped) */
"iip\0"
"glGetProgramStringNV\0"
"\0"
- /* _mesa_function_pool[27276]: ColorPointerEXT (will be remapped) */
+ /* _mesa_function_pool[27900]: ColorPointerEXT (will be remapped) */
"iiiip\0"
"glColorPointerEXT\0"
"\0"
- /* _mesa_function_pool[27301]: LineWidth (offset 168) */
+ /* _mesa_function_pool[27925]: LineWidth (offset 168) */
"f\0"
"glLineWidth\0"
"\0"
- /* _mesa_function_pool[27316]: MapBufferARB (will be remapped) */
+ /* _mesa_function_pool[27940]: MapBufferARB (will be remapped) */
"ii\0"
"glMapBuffer\0"
"glMapBufferARB\0"
"\0"
- /* _mesa_function_pool[27347]: MultiDrawElementsBaseVertex (will be remapped) */
+ /* _mesa_function_pool[27971]: MultiDrawElementsBaseVertex (will be remapped) */
"ipipip\0"
"glMultiDrawElementsBaseVertex\0"
"\0"
- /* _mesa_function_pool[27385]: TexParameterIuivEXT (will be remapped) */
+ /* _mesa_function_pool[28009]: TexParameterIuivEXT (will be remapped) */
"iip\0"
"glTexParameterIuivEXT\0"
"glTexParameterIuiv\0"
"\0"
- /* _mesa_function_pool[27431]: Binormal3svEXT (dynamic) */
+ /* _mesa_function_pool[28055]: Binormal3svEXT (dynamic) */
"p\0"
"glBinormal3svEXT\0"
"\0"
- /* _mesa_function_pool[27451]: ApplyTextureEXT (dynamic) */
+ /* _mesa_function_pool[28075]: ApplyTextureEXT (dynamic) */
"i\0"
"glApplyTextureEXT\0"
"\0"
- /* _mesa_function_pool[27472]: GetBufferParameteri64v (will be remapped) */
+ /* _mesa_function_pool[28096]: GetBufferParameteri64v (will be remapped) */
"iip\0"
"glGetBufferParameteri64v\0"
"\0"
- /* _mesa_function_pool[27502]: TexGendv (offset 189) */
+ /* _mesa_function_pool[28126]: TexGendv (offset 189) */
"iip\0"
"glTexGendv\0"
"\0"
- /* _mesa_function_pool[27518]: VertexAttribI3iEXT (will be remapped) */
+ /* _mesa_function_pool[28142]: VertexAttribI3iEXT (will be remapped) */
"iiii\0"
"glVertexAttribI3iEXT\0"
"glVertexAttribI3i\0"
"\0"
- /* _mesa_function_pool[27563]: EnableIndexedEXT (will be remapped) */
+ /* _mesa_function_pool[28187]: EnableIndexedEXT (will be remapped) */
"ii\0"
"glEnableIndexedEXT\0"
"glEnablei\0"
"\0"
- /* _mesa_function_pool[27596]: TextureMaterialEXT (dynamic) */
+ /* _mesa_function_pool[28220]: TextureMaterialEXT (dynamic) */
"ii\0"
"glTextureMaterialEXT\0"
"\0"
- /* _mesa_function_pool[27621]: TextureLightEXT (dynamic) */
+ /* _mesa_function_pool[28245]: TextureLightEXT (dynamic) */
"i\0"
"glTextureLightEXT\0"
"\0"
- /* _mesa_function_pool[27642]: ResetMinmax (offset 370) */
+ /* _mesa_function_pool[28266]: ResetMinmax (offset 370) */
"i\0"
"glResetMinmax\0"
"glResetMinmaxEXT\0"
"\0"
- /* _mesa_function_pool[27676]: SpriteParameterfSGIX (dynamic) */
+ /* _mesa_function_pool[28300]: SpriteParameterfSGIX (dynamic) */
"if\0"
"glSpriteParameterfSGIX\0"
"\0"
- /* _mesa_function_pool[27703]: EnableClientState (offset 313) */
+ /* _mesa_function_pool[28327]: EnableClientState (offset 313) */
"i\0"
"glEnableClientState\0"
"\0"
- /* _mesa_function_pool[27726]: VertexAttrib4sNV (will be remapped) */
+ /* _mesa_function_pool[28350]: VertexAttrib4sNV (will be remapped) */
"iiiii\0"
"glVertexAttrib4sNV\0"
"\0"
- /* _mesa_function_pool[27752]: GetConvolutionParameterfv (offset 357) */
+ /* _mesa_function_pool[28376]: GetConvolutionParameterfv (offset 357) */
"iip\0"
"glGetConvolutionParameterfv\0"
"glGetConvolutionParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[27816]: VertexAttribs4dvNV (will be remapped) */
+ /* _mesa_function_pool[28440]: VertexAttribs4dvNV (will be remapped) */
"iip\0"
"glVertexAttribs4dvNV\0"
"\0"
- /* _mesa_function_pool[27842]: VertexAttrib4dARB (will be remapped) */
+ /* _mesa_function_pool[28466]: MultiModeDrawArraysIBM (will be remapped) */
+ "pppii\0"
+ "glMultiModeDrawArraysIBM\0"
+ "\0"
+ /* _mesa_function_pool[28498]: VertexAttrib4dARB (will be remapped) */
"idddd\0"
"glVertexAttrib4d\0"
"glVertexAttrib4dARB\0"
"\0"
- /* _mesa_function_pool[27886]: GetTexBumpParameterfvATI (will be remapped) */
+ /* _mesa_function_pool[28542]: GetTexBumpParameterfvATI (will be remapped) */
"ip\0"
"glGetTexBumpParameterfvATI\0"
"\0"
- /* _mesa_function_pool[27917]: ProgramNamedParameter4dNV (will be remapped) */
+ /* _mesa_function_pool[28573]: ProgramNamedParameter4dNV (will be remapped) */
"iipdddd\0"
"glProgramNamedParameter4dNV\0"
"\0"
- /* _mesa_function_pool[27954]: GetMaterialfv (offset 269) */
+ /* _mesa_function_pool[28610]: GetMaterialfv (offset 269) */
"iip\0"
"glGetMaterialfv\0"
"\0"
- /* _mesa_function_pool[27975]: VertexWeightfEXT (dynamic) */
+ /* _mesa_function_pool[28631]: VertexWeightfEXT (dynamic) */
"f\0"
"glVertexWeightfEXT\0"
"\0"
- /* _mesa_function_pool[27997]: SetFragmentShaderConstantATI (will be remapped) */
+ /* _mesa_function_pool[28653]: SetFragmentShaderConstantATI (will be remapped) */
"ip\0"
"glSetFragmentShaderConstantATI\0"
"\0"
- /* _mesa_function_pool[28032]: Binormal3fEXT (dynamic) */
+ /* _mesa_function_pool[28688]: Binormal3fEXT (dynamic) */
"fff\0"
"glBinormal3fEXT\0"
"\0"
- /* _mesa_function_pool[28053]: CallList (offset 2) */
+ /* _mesa_function_pool[28709]: CallList (offset 2) */
"i\0"
"glCallList\0"
"\0"
- /* _mesa_function_pool[28067]: Materialfv (offset 170) */
+ /* _mesa_function_pool[28723]: Materialfv (offset 170) */
"iip\0"
"glMaterialfv\0"
"\0"
- /* _mesa_function_pool[28085]: TexCoord3fv (offset 113) */
+ /* _mesa_function_pool[28741]: TexCoord3fv (offset 113) */
"p\0"
"glTexCoord3fv\0"
"\0"
- /* _mesa_function_pool[28102]: FogCoordfvEXT (will be remapped) */
+ /* _mesa_function_pool[28758]: FogCoordfvEXT (will be remapped) */
"p\0"
"glFogCoordfv\0"
"glFogCoordfvEXT\0"
"\0"
- /* _mesa_function_pool[28134]: MultiTexCoord1ivARB (offset 381) */
+ /* _mesa_function_pool[28790]: MultiTexCoord1ivARB (offset 381) */
"ip\0"
"glMultiTexCoord1iv\0"
"glMultiTexCoord1ivARB\0"
"\0"
- /* _mesa_function_pool[28179]: SecondaryColor3ubEXT (will be remapped) */
+ /* _mesa_function_pool[28835]: SecondaryColor3ubEXT (will be remapped) */
"iii\0"
"glSecondaryColor3ub\0"
"glSecondaryColor3ubEXT\0"
"\0"
- /* _mesa_function_pool[28227]: MultiTexCoord2ivARB (offset 389) */
+ /* _mesa_function_pool[28883]: MultiTexCoord2ivARB (offset 389) */
"ip\0"
"glMultiTexCoord2iv\0"
"glMultiTexCoord2ivARB\0"
"\0"
- /* _mesa_function_pool[28272]: FogFuncSGIS (dynamic) */
+ /* _mesa_function_pool[28928]: FogFuncSGIS (dynamic) */
"ip\0"
"glFogFuncSGIS\0"
"\0"
- /* _mesa_function_pool[28290]: CopyTexSubImage2D (offset 326) */
+ /* _mesa_function_pool[28946]: CopyTexSubImage2D (offset 326) */
"iiiiiiii\0"
"glCopyTexSubImage2D\0"
"glCopyTexSubImage2DEXT\0"
"\0"
- /* _mesa_function_pool[28343]: GetObjectParameterivARB (will be remapped) */
+ /* _mesa_function_pool[28999]: GetObjectParameterivARB (will be remapped) */
"iip\0"
"glGetObjectParameterivARB\0"
"\0"
- /* _mesa_function_pool[28374]: Color3iv (offset 16) */
+ /* _mesa_function_pool[29030]: Color3iv (offset 16) */
"p\0"
"glColor3iv\0"
"\0"
- /* _mesa_function_pool[28388]: TexCoord4fVertex4fSUN (dynamic) */
+ /* _mesa_function_pool[29044]: TexCoord4fVertex4fSUN (dynamic) */
"ffffffff\0"
"glTexCoord4fVertex4fSUN\0"
"\0"
- /* _mesa_function_pool[28422]: DrawElements (offset 311) */
+ /* _mesa_function_pool[29078]: DrawElements (offset 311) */
"iiip\0"
"glDrawElements\0"
"\0"
- /* _mesa_function_pool[28443]: BindVertexArrayAPPLE (will be remapped) */
+ /* _mesa_function_pool[29099]: BindVertexArrayAPPLE (will be remapped) */
"i\0"
"glBindVertexArrayAPPLE\0"
"\0"
- /* _mesa_function_pool[28469]: GetProgramLocalParameterdvARB (will be remapped) */
+ /* _mesa_function_pool[29125]: GetProgramLocalParameterdvARB (will be remapped) */
"iip\0"
"glGetProgramLocalParameterdvARB\0"
"\0"
- /* _mesa_function_pool[28506]: GetHistogramParameteriv (offset 363) */
+ /* _mesa_function_pool[29162]: GetHistogramParameteriv (offset 363) */
"iip\0"
"glGetHistogramParameteriv\0"
"glGetHistogramParameterivEXT\0"
"\0"
- /* _mesa_function_pool[28566]: MultiTexCoord1iARB (offset 380) */
+ /* _mesa_function_pool[29222]: MultiTexCoord1iARB (offset 380) */
"ii\0"
"glMultiTexCoord1i\0"
"glMultiTexCoord1iARB\0"
"\0"
- /* _mesa_function_pool[28609]: GetConvolutionFilter (offset 356) */
+ /* _mesa_function_pool[29265]: GetConvolutionFilter (offset 356) */
"iiip\0"
"glGetConvolutionFilter\0"
"glGetConvolutionFilterEXT\0"
"\0"
- /* _mesa_function_pool[28664]: GetProgramivARB (will be remapped) */
+ /* _mesa_function_pool[29320]: GetProgramivARB (will be remapped) */
"iip\0"
"glGetProgramivARB\0"
"\0"
- /* _mesa_function_pool[28687]: TexBufferARB (will be remapped) */
+ /* _mesa_function_pool[29343]: TexBufferARB (will be remapped) */
"iii\0"
"glTexBufferARB\0"
"\0"
- /* _mesa_function_pool[28707]: BlendFuncSeparateEXT (will be remapped) */
+ /* _mesa_function_pool[29363]: BlendFuncSeparateEXT (will be remapped) */
"iiii\0"
"glBlendFuncSeparate\0"
"glBlendFuncSeparateEXT\0"
"glBlendFuncSeparateINGR\0"
"\0"
- /* _mesa_function_pool[28780]: MapBufferRange (will be remapped) */
+ /* _mesa_function_pool[29436]: MapBufferRange (will be remapped) */
"iiii\0"
"glMapBufferRange\0"
"\0"
- /* _mesa_function_pool[28803]: ProgramParameters4dvNV (will be remapped) */
+ /* _mesa_function_pool[29459]: ProgramParameters4dvNV (will be remapped) */
"iiip\0"
"glProgramParameters4dvNV\0"
"\0"
- /* _mesa_function_pool[28834]: TexCoord2fColor3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[29490]: TexCoord2fColor3fVertex3fvSUN (dynamic) */
"ppp\0"
"glTexCoord2fColor3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[28871]: EvalPoint2 (offset 239) */
+ /* _mesa_function_pool[29527]: EvalPoint2 (offset 239) */
"ii\0"
"glEvalPoint2\0"
"\0"
- /* _mesa_function_pool[28888]: Uniform1uivEXT (will be remapped) */
+ /* _mesa_function_pool[29544]: Uniform1uivEXT (will be remapped) */
"iip\0"
"glUniform1uivEXT\0"
"glUniform1uiv\0"
"\0"
- /* _mesa_function_pool[28924]: EvalPoint1 (offset 237) */
+ /* _mesa_function_pool[29580]: EvalPoint1 (offset 237) */
"i\0"
"glEvalPoint1\0"
"\0"
- /* _mesa_function_pool[28940]: Binormal3dvEXT (dynamic) */
+ /* _mesa_function_pool[29596]: Binormal3dvEXT (dynamic) */
"p\0"
"glBinormal3dvEXT\0"
"\0"
- /* _mesa_function_pool[28960]: PopMatrix (offset 297) */
+ /* _mesa_function_pool[29616]: PopMatrix (offset 297) */
"\0"
"glPopMatrix\0"
"\0"
- /* _mesa_function_pool[28974]: FinishFenceNV (will be remapped) */
+ /* _mesa_function_pool[29630]: GetVertexAttribIuivEXT (will be remapped) */
+ "iip\0"
+ "glGetVertexAttribIuivEXT\0"
+ "glGetVertexAttribIuiv\0"
+ "\0"
+ /* _mesa_function_pool[29682]: FinishFenceNV (will be remapped) */
"i\0"
"glFinishFenceNV\0"
"\0"
- /* _mesa_function_pool[28993]: GetFogFuncSGIS (dynamic) */
+ /* _mesa_function_pool[29701]: GetFogFuncSGIS (dynamic) */
"p\0"
"glGetFogFuncSGIS\0"
"\0"
- /* _mesa_function_pool[29013]: GetUniformLocationARB (will be remapped) */
+ /* _mesa_function_pool[29721]: GetUniformLocationARB (will be remapped) */
"ip\0"
"glGetUniformLocation\0"
"glGetUniformLocationARB\0"
"\0"
- /* _mesa_function_pool[29062]: SecondaryColor3fEXT (will be remapped) */
+ /* _mesa_function_pool[29770]: SecondaryColor3fEXT (will be remapped) */
"fff\0"
"glSecondaryColor3f\0"
"glSecondaryColor3fEXT\0"
"\0"
- /* _mesa_function_pool[29108]: GetTexGeniv (offset 280) */
+ /* _mesa_function_pool[29816]: GetTexGeniv (offset 280) */
"iip\0"
"glGetTexGeniv\0"
"\0"
- /* _mesa_function_pool[29127]: CombinerInputNV (will be remapped) */
+ /* _mesa_function_pool[29835]: CombinerInputNV (will be remapped) */
"iiiiii\0"
"glCombinerInputNV\0"
"\0"
- /* _mesa_function_pool[29153]: VertexAttrib3sARB (will be remapped) */
+ /* _mesa_function_pool[29861]: VertexAttrib3sARB (will be remapped) */
"iiii\0"
"glVertexAttrib3s\0"
"glVertexAttrib3sARB\0"
"\0"
- /* _mesa_function_pool[29196]: IsTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[29904]: IsTransformFeedback (will be remapped) */
"i\0"
"glIsTransformFeedback\0"
"\0"
- /* _mesa_function_pool[29221]: ReplacementCodeuiNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[29929]: ReplacementCodeuiNormal3fVertex3fvSUN (dynamic) */
"ppp\0"
"glReplacementCodeuiNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[29266]: Map2d (offset 222) */
+ /* _mesa_function_pool[29974]: Map2d (offset 222) */
"iddiiddiip\0"
"glMap2d\0"
"\0"
- /* _mesa_function_pool[29286]: Map2f (offset 223) */
+ /* _mesa_function_pool[29994]: Map2f (offset 223) */
"iffiiffiip\0"
"glMap2f\0"
"\0"
- /* _mesa_function_pool[29306]: ProgramStringARB (will be remapped) */
+ /* _mesa_function_pool[30014]: ProgramStringARB (will be remapped) */
"iiip\0"
"glProgramStringARB\0"
"\0"
- /* _mesa_function_pool[29331]: Vertex4s (offset 148) */
+ /* _mesa_function_pool[30039]: Vertex4s (offset 148) */
"iiii\0"
"glVertex4s\0"
"\0"
- /* _mesa_function_pool[29348]: TexCoord4fVertex4fvSUN (dynamic) */
+ /* _mesa_function_pool[30056]: TexCoord4fVertex4fvSUN (dynamic) */
"pp\0"
"glTexCoord4fVertex4fvSUN\0"
"\0"
- /* _mesa_function_pool[29377]: FragmentLightModelivSGIX (dynamic) */
+ /* _mesa_function_pool[30085]: FragmentLightModelivSGIX (dynamic) */
"ip\0"
"glFragmentLightModelivSGIX\0"
"\0"
- /* _mesa_function_pool[29408]: VertexAttrib1fNV (will be remapped) */
+ /* _mesa_function_pool[30116]: VertexAttrib1fNV (will be remapped) */
"if\0"
"glVertexAttrib1fNV\0"
"\0"
- /* _mesa_function_pool[29431]: Vertex4f (offset 144) */
+ /* _mesa_function_pool[30139]: Vertex4f (offset 144) */
"ffff\0"
"glVertex4f\0"
"\0"
- /* _mesa_function_pool[29448]: EvalCoord1d (offset 228) */
+ /* _mesa_function_pool[30156]: EvalCoord1d (offset 228) */
"d\0"
"glEvalCoord1d\0"
"\0"
- /* _mesa_function_pool[29465]: Vertex4d (offset 142) */
+ /* _mesa_function_pool[30173]: Vertex4d (offset 142) */
"dddd\0"
"glVertex4d\0"
"\0"
- /* _mesa_function_pool[29482]: RasterPos4dv (offset 79) */
+ /* _mesa_function_pool[30190]: RasterPos4dv (offset 79) */
"p\0"
"glRasterPos4dv\0"
"\0"
- /* _mesa_function_pool[29500]: UseShaderProgramEXT (will be remapped) */
+ /* _mesa_function_pool[30208]: UseShaderProgramEXT (will be remapped) */
"ii\0"
"glUseShaderProgramEXT\0"
"\0"
- /* _mesa_function_pool[29526]: FragmentLightfSGIX (dynamic) */
+ /* _mesa_function_pool[30234]: FragmentLightfSGIX (dynamic) */
"iif\0"
"glFragmentLightfSGIX\0"
"\0"
- /* _mesa_function_pool[29552]: GetCompressedTexImageARB (will be remapped) */
+ /* _mesa_function_pool[30260]: GetCompressedTexImageARB (will be remapped) */
"iip\0"
"glGetCompressedTexImage\0"
"glGetCompressedTexImageARB\0"
"\0"
- /* _mesa_function_pool[29608]: GetTexGenfv (offset 279) */
+ /* _mesa_function_pool[30316]: GetTexGenfv (offset 279) */
"iip\0"
"glGetTexGenfv\0"
"\0"
- /* _mesa_function_pool[29627]: Vertex4i (offset 146) */
+ /* _mesa_function_pool[30335]: Vertex4i (offset 146) */
"iiii\0"
"glVertex4i\0"
"\0"
- /* _mesa_function_pool[29644]: VertexWeightPointerEXT (dynamic) */
+ /* _mesa_function_pool[30352]: VertexWeightPointerEXT (dynamic) */
"iiip\0"
"glVertexWeightPointerEXT\0"
"\0"
- /* _mesa_function_pool[29675]: GetHistogram (offset 361) */
+ /* _mesa_function_pool[30383]: GetHistogram (offset 361) */
"iiiip\0"
"glGetHistogram\0"
"glGetHistogramEXT\0"
"\0"
- /* _mesa_function_pool[29715]: ActiveStencilFaceEXT (will be remapped) */
+ /* _mesa_function_pool[30423]: ActiveStencilFaceEXT (will be remapped) */
"i\0"
"glActiveStencilFaceEXT\0"
"\0"
- /* _mesa_function_pool[29741]: StencilFuncSeparateATI (will be remapped) */
+ /* _mesa_function_pool[30449]: StencilFuncSeparateATI (will be remapped) */
"iiii\0"
"glStencilFuncSeparateATI\0"
"\0"
- /* _mesa_function_pool[29772]: Materialf (offset 169) */
+ /* _mesa_function_pool[30480]: Materialf (offset 169) */
"iif\0"
"glMaterialf\0"
"\0"
- /* _mesa_function_pool[29789]: GetShaderSourceARB (will be remapped) */
+ /* _mesa_function_pool[30497]: GetShaderSourceARB (will be remapped) */
"iipp\0"
"glGetShaderSource\0"
"glGetShaderSourceARB\0"
"\0"
- /* _mesa_function_pool[29834]: IglooInterfaceSGIX (dynamic) */
+ /* _mesa_function_pool[30542]: IglooInterfaceSGIX (dynamic) */
"ip\0"
"glIglooInterfaceSGIX\0"
"\0"
- /* _mesa_function_pool[29859]: Materiali (offset 171) */
+ /* _mesa_function_pool[30567]: Materiali (offset 171) */
"iii\0"
"glMateriali\0"
"\0"
- /* _mesa_function_pool[29876]: VertexAttrib4dNV (will be remapped) */
+ /* _mesa_function_pool[30584]: VertexAttrib4dNV (will be remapped) */
"idddd\0"
"glVertexAttrib4dNV\0"
"\0"
- /* _mesa_function_pool[29902]: MultiModeDrawElementsIBM (will be remapped) */
+ /* _mesa_function_pool[30610]: MultiModeDrawElementsIBM (will be remapped) */
"ppipii\0"
"glMultiModeDrawElementsIBM\0"
"\0"
- /* _mesa_function_pool[29937]: Indexsv (offset 51) */
+ /* _mesa_function_pool[30645]: Indexsv (offset 51) */
"p\0"
"glIndexsv\0"
"\0"
- /* _mesa_function_pool[29950]: MultiTexCoord4svARB (offset 407) */
+ /* _mesa_function_pool[30658]: MultiTexCoord4svARB (offset 407) */
"ip\0"
"glMultiTexCoord4sv\0"
"glMultiTexCoord4svARB\0"
"\0"
- /* _mesa_function_pool[29995]: LightModelfv (offset 164) */
+ /* _mesa_function_pool[30703]: LightModelfv (offset 164) */
"ip\0"
"glLightModelfv\0"
"\0"
- /* _mesa_function_pool[30014]: TexCoord2dv (offset 103) */
+ /* _mesa_function_pool[30722]: TexCoord2dv (offset 103) */
"p\0"
"glTexCoord2dv\0"
"\0"
- /* _mesa_function_pool[30031]: GenQueriesARB (will be remapped) */
+ /* _mesa_function_pool[30739]: GenQueriesARB (will be remapped) */
"ip\0"
"glGenQueries\0"
"glGenQueriesARB\0"
"\0"
- /* _mesa_function_pool[30064]: EvalCoord1dv (offset 229) */
+ /* _mesa_function_pool[30772]: EvalCoord1dv (offset 229) */
"p\0"
"glEvalCoord1dv\0"
"\0"
- /* _mesa_function_pool[30082]: ReplacementCodeuiVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[30790]: ReplacementCodeuiVertex3fSUN (dynamic) */
"ifff\0"
"glReplacementCodeuiVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[30119]: Translated (offset 303) */
+ /* _mesa_function_pool[30827]: Translated (offset 303) */
"ddd\0"
"glTranslated\0"
"\0"
- /* _mesa_function_pool[30137]: Translatef (offset 304) */
+ /* _mesa_function_pool[30845]: Translatef (offset 304) */
"fff\0"
"glTranslatef\0"
"\0"
- /* _mesa_function_pool[30155]: Uniform3uiEXT (will be remapped) */
+ /* _mesa_function_pool[30863]: Uniform3uiEXT (will be remapped) */
"iiii\0"
"glUniform3uiEXT\0"
"glUniform3ui\0"
"\0"
- /* _mesa_function_pool[30190]: StencilMask (offset 209) */
+ /* _mesa_function_pool[30898]: StencilMask (offset 209) */
"i\0"
"glStencilMask\0"
"\0"
- /* _mesa_function_pool[30207]: Tangent3iEXT (dynamic) */
+ /* _mesa_function_pool[30915]: Tangent3iEXT (dynamic) */
"iii\0"
"glTangent3iEXT\0"
"\0"
- /* _mesa_function_pool[30227]: ClampColorARB (will be remapped) */
+ /* _mesa_function_pool[30935]: ClampColorARB (will be remapped) */
"ii\0"
"glClampColorARB\0"
"\0"
- /* _mesa_function_pool[30247]: GetLightiv (offset 265) */
+ /* _mesa_function_pool[30955]: GetLightiv (offset 265) */
"iip\0"
"glGetLightiv\0"
"\0"
- /* _mesa_function_pool[30265]: GetSamplerParameterIiv (will be remapped) */
+ /* _mesa_function_pool[30973]: GetSamplerParameterIiv (will be remapped) */
"iip\0"
"glGetSamplerParameterIiv\0"
"\0"
- /* _mesa_function_pool[30295]: DrawMeshArraysSUN (dynamic) */
+ /* _mesa_function_pool[31003]: DrawMeshArraysSUN (dynamic) */
"iiii\0"
"glDrawMeshArraysSUN\0"
"\0"
- /* _mesa_function_pool[30321]: IsList (offset 287) */
+ /* _mesa_function_pool[31029]: IsList (offset 287) */
"i\0"
"glIsList\0"
"\0"
- /* _mesa_function_pool[30333]: IsSync (will be remapped) */
+ /* _mesa_function_pool[31041]: IsSync (will be remapped) */
"i\0"
"glIsSync\0"
"\0"
- /* _mesa_function_pool[30345]: RenderMode (offset 196) */
+ /* _mesa_function_pool[31053]: RenderMode (offset 196) */
"i\0"
"glRenderMode\0"
"\0"
- /* _mesa_function_pool[30361]: GetMapControlPointsNV (dynamic) */
+ /* _mesa_function_pool[31069]: GetMapControlPointsNV (dynamic) */
"iiiiiip\0"
"glGetMapControlPointsNV\0"
"\0"
- /* _mesa_function_pool[30394]: DrawBuffersARB (will be remapped) */
+ /* _mesa_function_pool[31102]: DrawBuffersARB (will be remapped) */
"ip\0"
"glDrawBuffers\0"
"glDrawBuffersARB\0"
"glDrawBuffersATI\0"
"\0"
- /* _mesa_function_pool[30446]: ClearBufferiv (will be remapped) */
+ /* _mesa_function_pool[31154]: ClearBufferiv (will be remapped) */
"iip\0"
"glClearBufferiv\0"
"\0"
- /* _mesa_function_pool[30467]: ProgramLocalParameter4fARB (will be remapped) */
+ /* _mesa_function_pool[31175]: ProgramLocalParameter4fARB (will be remapped) */
"iiffff\0"
"glProgramLocalParameter4fARB\0"
"\0"
- /* _mesa_function_pool[30504]: SpriteParameterivSGIX (dynamic) */
+ /* _mesa_function_pool[31212]: SpriteParameterivSGIX (dynamic) */
"ip\0"
"glSpriteParameterivSGIX\0"
"\0"
- /* _mesa_function_pool[30532]: ProvokingVertexEXT (will be remapped) */
+ /* _mesa_function_pool[31240]: ProvokingVertexEXT (will be remapped) */
"i\0"
"glProvokingVertexEXT\0"
"glProvokingVertex\0"
"\0"
- /* _mesa_function_pool[30574]: MultiTexCoord1fARB (offset 378) */
+ /* _mesa_function_pool[31282]: MultiTexCoord1fARB (offset 378) */
"if\0"
"glMultiTexCoord1f\0"
"glMultiTexCoord1fARB\0"
"\0"
- /* _mesa_function_pool[30617]: LoadName (offset 198) */
+ /* _mesa_function_pool[31325]: LoadName (offset 198) */
"i\0"
"glLoadName\0"
"\0"
- /* _mesa_function_pool[30631]: VertexAttribs4ubvNV (will be remapped) */
+ /* _mesa_function_pool[31339]: VertexAttribs4ubvNV (will be remapped) */
"iip\0"
"glVertexAttribs4ubvNV\0"
"\0"
- /* _mesa_function_pool[30658]: WeightsvARB (dynamic) */
+ /* _mesa_function_pool[31366]: WeightsvARB (dynamic) */
"ip\0"
"glWeightsvARB\0"
"\0"
- /* _mesa_function_pool[30676]: Uniform1fvARB (will be remapped) */
+ /* _mesa_function_pool[31384]: NormalP3ui (will be remapped) */
+ "ii\0"
+ "glNormalP3ui\0"
+ "\0"
+ /* _mesa_function_pool[31401]: Uniform1fvARB (will be remapped) */
"iip\0"
"glUniform1fv\0"
"glUniform1fvARB\0"
"\0"
- /* _mesa_function_pool[30710]: CopyTexSubImage1D (offset 325) */
+ /* _mesa_function_pool[31435]: CopyTexSubImage1D (offset 325) */
"iiiiii\0"
"glCopyTexSubImage1D\0"
"glCopyTexSubImage1DEXT\0"
"\0"
- /* _mesa_function_pool[30761]: CullFace (offset 152) */
+ /* _mesa_function_pool[31486]: CullFace (offset 152) */
"i\0"
"glCullFace\0"
"\0"
- /* _mesa_function_pool[30775]: BindTexture (offset 307) */
+ /* _mesa_function_pool[31500]: BindTexture (offset 307) */
"ii\0"
"glBindTexture\0"
"glBindTextureEXT\0"
"\0"
- /* _mesa_function_pool[30810]: BeginFragmentShaderATI (will be remapped) */
+ /* _mesa_function_pool[31535]: BeginFragmentShaderATI (will be remapped) */
"\0"
"glBeginFragmentShaderATI\0"
"\0"
- /* _mesa_function_pool[30837]: MultiTexCoord4fARB (offset 402) */
+ /* _mesa_function_pool[31562]: MultiTexCoord4fARB (offset 402) */
"iffff\0"
"glMultiTexCoord4f\0"
"glMultiTexCoord4fARB\0"
"\0"
- /* _mesa_function_pool[30883]: VertexAttribs3svNV (will be remapped) */
+ /* _mesa_function_pool[31608]: VertexAttribs3svNV (will be remapped) */
"iip\0"
"glVertexAttribs3svNV\0"
"\0"
- /* _mesa_function_pool[30909]: StencilFunc (offset 243) */
+ /* _mesa_function_pool[31634]: StencilFunc (offset 243) */
"iii\0"
"glStencilFunc\0"
"\0"
- /* _mesa_function_pool[30928]: CopyPixels (offset 255) */
+ /* _mesa_function_pool[31653]: CopyPixels (offset 255) */
"iiiii\0"
"glCopyPixels\0"
"\0"
- /* _mesa_function_pool[30948]: Rectsv (offset 93) */
+ /* _mesa_function_pool[31673]: Rectsv (offset 93) */
"pp\0"
"glRectsv\0"
"\0"
- /* _mesa_function_pool[30961]: ReplacementCodeuivSUN (dynamic) */
+ /* _mesa_function_pool[31686]: ReplacementCodeuivSUN (dynamic) */
"p\0"
"glReplacementCodeuivSUN\0"
"\0"
- /* _mesa_function_pool[30988]: EnableVertexAttribArrayARB (will be remapped) */
+ /* _mesa_function_pool[31713]: MultiTexCoordP2uiv (will be remapped) */
+ "iip\0"
+ "glMultiTexCoordP2uiv\0"
+ "\0"
+ /* _mesa_function_pool[31739]: EnableVertexAttribArrayARB (will be remapped) */
"i\0"
"glEnableVertexAttribArray\0"
"glEnableVertexAttribArrayARB\0"
"\0"
- /* _mesa_function_pool[31046]: NormalPointervINTEL (dynamic) */
+ /* _mesa_function_pool[31797]: NormalPointervINTEL (dynamic) */
"ip\0"
"glNormalPointervINTEL\0"
"\0"
- /* _mesa_function_pool[31072]: CopyConvolutionFilter2D (offset 355) */
+ /* _mesa_function_pool[31823]: CopyConvolutionFilter2D (offset 355) */
"iiiiii\0"
"glCopyConvolutionFilter2D\0"
"glCopyConvolutionFilter2DEXT\0"
"\0"
- /* _mesa_function_pool[31135]: WindowPos3ivMESA (will be remapped) */
+ /* _mesa_function_pool[31886]: WindowPos3ivMESA (will be remapped) */
"p\0"
"glWindowPos3iv\0"
"glWindowPos3ivARB\0"
"glWindowPos3ivMESA\0"
"\0"
- /* _mesa_function_pool[31190]: CopyBufferSubData (will be remapped) */
+ /* _mesa_function_pool[31941]: CopyBufferSubData (will be remapped) */
"iiiii\0"
"glCopyBufferSubData\0"
"\0"
- /* _mesa_function_pool[31217]: NormalPointer (offset 318) */
+ /* _mesa_function_pool[31968]: NormalPointer (offset 318) */
"iip\0"
"glNormalPointer\0"
"\0"
- /* _mesa_function_pool[31238]: TexParameterfv (offset 179) */
+ /* _mesa_function_pool[31989]: TexParameterfv (offset 179) */
"iip\0"
"glTexParameterfv\0"
"\0"
- /* _mesa_function_pool[31260]: IsBufferARB (will be remapped) */
+ /* _mesa_function_pool[32011]: IsBufferARB (will be remapped) */
"i\0"
"glIsBuffer\0"
"glIsBufferARB\0"
"\0"
- /* _mesa_function_pool[31288]: WindowPos4iMESA (will be remapped) */
+ /* _mesa_function_pool[32039]: WindowPos4iMESA (will be remapped) */
"iiii\0"
"glWindowPos4iMESA\0"
"\0"
- /* _mesa_function_pool[31312]: VertexAttrib4uivARB (will be remapped) */
+ /* _mesa_function_pool[32063]: VertexAttrib4uivARB (will be remapped) */
"ip\0"
"glVertexAttrib4uiv\0"
"glVertexAttrib4uivARB\0"
"\0"
- /* _mesa_function_pool[31357]: Tangent3bvEXT (dynamic) */
+ /* _mesa_function_pool[32108]: Tangent3bvEXT (dynamic) */
"p\0"
"glTangent3bvEXT\0"
"\0"
- /* _mesa_function_pool[31376]: VertexAttribI3uivEXT (will be remapped) */
+ /* _mesa_function_pool[32127]: VertexAttribI3uivEXT (will be remapped) */
"ip\0"
"glVertexAttribI3uivEXT\0"
"glVertexAttribI3uiv\0"
"\0"
- /* _mesa_function_pool[31423]: UniformMatrix3x4fv (will be remapped) */
+ /* _mesa_function_pool[32174]: UniformMatrix3x4fv (will be remapped) */
"iiip\0"
"glUniformMatrix3x4fv\0"
"\0"
- /* _mesa_function_pool[31450]: ClipPlane (offset 150) */
+ /* _mesa_function_pool[32201]: ClipPlane (offset 150) */
"ip\0"
"glClipPlane\0"
"\0"
- /* _mesa_function_pool[31466]: Recti (offset 90) */
+ /* _mesa_function_pool[32217]: Recti (offset 90) */
"iiii\0"
"glRecti\0"
"\0"
- /* _mesa_function_pool[31480]: TrackMatrixNV (will be remapped) */
+ /* _mesa_function_pool[32231]: TrackMatrixNV (will be remapped) */
"iiii\0"
"glTrackMatrixNV\0"
"\0"
- /* _mesa_function_pool[31502]: DrawRangeElementsBaseVertex (will be remapped) */
+ /* _mesa_function_pool[32253]: DrawRangeElementsBaseVertex (will be remapped) */
"iiiiipi\0"
"glDrawRangeElementsBaseVertex\0"
"\0"
- /* _mesa_function_pool[31541]: SamplerParameterIuiv (will be remapped) */
+ /* _mesa_function_pool[32292]: SamplerParameterIuiv (will be remapped) */
"iip\0"
"glSamplerParameterIuiv\0"
"\0"
- /* _mesa_function_pool[31569]: TexCoordPointervINTEL (dynamic) */
+ /* _mesa_function_pool[32320]: TexCoordPointervINTEL (dynamic) */
"iip\0"
"glTexCoordPointervINTEL\0"
"\0"
- /* _mesa_function_pool[31598]: DeleteBuffersARB (will be remapped) */
+ /* _mesa_function_pool[32349]: DeleteBuffersARB (will be remapped) */
"ip\0"
"glDeleteBuffers\0"
"glDeleteBuffersARB\0"
"\0"
- /* _mesa_function_pool[31637]: PixelTransformParameterfvEXT (dynamic) */
+ /* _mesa_function_pool[32388]: PixelTransformParameterfvEXT (dynamic) */
"iip\0"
"glPixelTransformParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[31673]: PrimitiveRestartNV (will be remapped) */
+ /* _mesa_function_pool[32424]: PrimitiveRestartNV (will be remapped) */
"\0"
"glPrimitiveRestartNV\0"
"\0"
- /* _mesa_function_pool[31696]: WindowPos4fvMESA (will be remapped) */
+ /* _mesa_function_pool[32447]: WindowPos4fvMESA (will be remapped) */
"p\0"
"glWindowPos4fvMESA\0"
"\0"
- /* _mesa_function_pool[31718]: GetPixelMapuiv (offset 272) */
+ /* _mesa_function_pool[32469]: GetPixelMapuiv (offset 272) */
"ip\0"
"glGetPixelMapuiv\0"
"\0"
- /* _mesa_function_pool[31739]: Rectf (offset 88) */
+ /* _mesa_function_pool[32490]: Rectf (offset 88) */
"ffff\0"
"glRectf\0"
"\0"
- /* _mesa_function_pool[31753]: VertexAttrib1sNV (will be remapped) */
+ /* _mesa_function_pool[32504]: VertexAttrib1sNV (will be remapped) */
"ii\0"
"glVertexAttrib1sNV\0"
"\0"
- /* _mesa_function_pool[31776]: Indexfv (offset 47) */
+ /* _mesa_function_pool[32527]: Indexfv (offset 47) */
"p\0"
"glIndexfv\0"
"\0"
- /* _mesa_function_pool[31789]: SecondaryColor3svEXT (will be remapped) */
+ /* _mesa_function_pool[32540]: ColorP3uiv (will be remapped) */
+ "ip\0"
+ "glColorP3uiv\0"
+ "\0"
+ /* _mesa_function_pool[32557]: SecondaryColor3svEXT (will be remapped) */
"p\0"
"glSecondaryColor3sv\0"
"glSecondaryColor3svEXT\0"
"\0"
- /* _mesa_function_pool[31835]: LoadTransposeMatrixfARB (will be remapped) */
+ /* _mesa_function_pool[32603]: LoadTransposeMatrixfARB (will be remapped) */
"p\0"
"glLoadTransposeMatrixf\0"
"glLoadTransposeMatrixfARB\0"
"\0"
- /* _mesa_function_pool[31887]: GetPointerv (offset 329) */
+ /* _mesa_function_pool[32655]: GetPointerv (offset 329) */
"ip\0"
"glGetPointerv\0"
"glGetPointervEXT\0"
"\0"
- /* _mesa_function_pool[31922]: Tangent3bEXT (dynamic) */
+ /* _mesa_function_pool[32690]: Tangent3bEXT (dynamic) */
"iii\0"
"glTangent3bEXT\0"
"\0"
- /* _mesa_function_pool[31942]: CombinerParameterfNV (will be remapped) */
+ /* _mesa_function_pool[32710]: CombinerParameterfNV (will be remapped) */
"if\0"
"glCombinerParameterfNV\0"
"\0"
- /* _mesa_function_pool[31969]: IndexMask (offset 212) */
+ /* _mesa_function_pool[32737]: IndexMask (offset 212) */
"i\0"
"glIndexMask\0"
"\0"
- /* _mesa_function_pool[31984]: BindProgramNV (will be remapped) */
+ /* _mesa_function_pool[32752]: BindProgramNV (will be remapped) */
"ii\0"
"glBindProgramARB\0"
"glBindProgramNV\0"
"\0"
- /* _mesa_function_pool[32021]: VertexAttrib4svARB (will be remapped) */
+ /* _mesa_function_pool[32789]: VertexAttrib4svARB (will be remapped) */
"ip\0"
"glVertexAttrib4sv\0"
"glVertexAttrib4svARB\0"
"\0"
- /* _mesa_function_pool[32064]: GetFloatv (offset 262) */
+ /* _mesa_function_pool[32832]: GetFloatv (offset 262) */
"ip\0"
"glGetFloatv\0"
"\0"
- /* _mesa_function_pool[32080]: CreateDebugObjectMESA (dynamic) */
+ /* _mesa_function_pool[32848]: CreateDebugObjectMESA (dynamic) */
"\0"
"glCreateDebugObjectMESA\0"
"\0"
- /* _mesa_function_pool[32106]: GetShaderiv (will be remapped) */
+ /* _mesa_function_pool[32874]: GetShaderiv (will be remapped) */
"iip\0"
"glGetShaderiv\0"
"\0"
- /* _mesa_function_pool[32125]: ClientWaitSync (will be remapped) */
+ /* _mesa_function_pool[32893]: ClientWaitSync (will be remapped) */
"iii\0"
"glClientWaitSync\0"
"\0"
- /* _mesa_function_pool[32147]: TexCoord4s (offset 124) */
+ /* _mesa_function_pool[32915]: TexCoord4s (offset 124) */
"iiii\0"
"glTexCoord4s\0"
"\0"
- /* _mesa_function_pool[32166]: TexCoord3sv (offset 117) */
+ /* _mesa_function_pool[32934]: TexCoord3sv (offset 117) */
"p\0"
"glTexCoord3sv\0"
"\0"
- /* _mesa_function_pool[32183]: BindFragmentShaderATI (will be remapped) */
+ /* _mesa_function_pool[32951]: BindFragmentShaderATI (will be remapped) */
"i\0"
"glBindFragmentShaderATI\0"
"\0"
- /* _mesa_function_pool[32210]: PopAttrib (offset 218) */
+ /* _mesa_function_pool[32978]: PopAttrib (offset 218) */
"\0"
"glPopAttrib\0"
"\0"
- /* _mesa_function_pool[32224]: Fogfv (offset 154) */
+ /* _mesa_function_pool[32992]: Fogfv (offset 154) */
"ip\0"
"glFogfv\0"
"\0"
- /* _mesa_function_pool[32236]: UnmapBufferARB (will be remapped) */
+ /* _mesa_function_pool[33004]: UnmapBufferARB (will be remapped) */
"i\0"
"glUnmapBuffer\0"
"glUnmapBufferARB\0"
"\0"
- /* _mesa_function_pool[32270]: InitNames (offset 197) */
+ /* _mesa_function_pool[33038]: InitNames (offset 197) */
"\0"
"glInitNames\0"
"\0"
- /* _mesa_function_pool[32284]: Normal3sv (offset 61) */
+ /* _mesa_function_pool[33052]: Normal3sv (offset 61) */
"p\0"
"glNormal3sv\0"
"\0"
- /* _mesa_function_pool[32299]: Minmax (offset 368) */
+ /* _mesa_function_pool[33067]: Minmax (offset 368) */
"iii\0"
"glMinmax\0"
"glMinmaxEXT\0"
"\0"
- /* _mesa_function_pool[32325]: TexCoord4d (offset 118) */
+ /* _mesa_function_pool[33093]: TexCoord4d (offset 118) */
"dddd\0"
"glTexCoord4d\0"
"\0"
- /* _mesa_function_pool[32344]: DeformationMap3dSGIX (dynamic) */
- "iddiiddiiddiip\0"
- "glDeformationMap3dSGIX\0"
- "\0"
- /* _mesa_function_pool[32383]: TexCoord4f (offset 120) */
+ /* _mesa_function_pool[33112]: TexCoord4f (offset 120) */
"ffff\0"
"glTexCoord4f\0"
"\0"
- /* _mesa_function_pool[32402]: FogCoorddvEXT (will be remapped) */
+ /* _mesa_function_pool[33131]: FogCoorddvEXT (will be remapped) */
"p\0"
"glFogCoorddv\0"
"glFogCoorddvEXT\0"
"\0"
- /* _mesa_function_pool[32434]: FinishTextureSUNX (dynamic) */
+ /* _mesa_function_pool[33163]: FinishTextureSUNX (dynamic) */
"\0"
"glFinishTextureSUNX\0"
"\0"
- /* _mesa_function_pool[32456]: GetFragmentLightfvSGIX (dynamic) */
+ /* _mesa_function_pool[33185]: GetFragmentLightfvSGIX (dynamic) */
"iip\0"
"glGetFragmentLightfvSGIX\0"
"\0"
- /* _mesa_function_pool[32486]: Binormal3fvEXT (dynamic) */
+ /* _mesa_function_pool[33215]: Binormal3fvEXT (dynamic) */
"p\0"
"glBinormal3fvEXT\0"
"\0"
- /* _mesa_function_pool[32506]: GetBooleanv (offset 258) */
+ /* _mesa_function_pool[33235]: GetBooleanv (offset 258) */
"ip\0"
"glGetBooleanv\0"
"\0"
- /* _mesa_function_pool[32524]: ColorFragmentOp3ATI (will be remapped) */
+ /* _mesa_function_pool[33253]: ColorFragmentOp3ATI (will be remapped) */
"iiiiiiiiiiiii\0"
"glColorFragmentOp3ATI\0"
"\0"
- /* _mesa_function_pool[32561]: Hint (offset 158) */
+ /* _mesa_function_pool[33290]: Hint (offset 158) */
"ii\0"
"glHint\0"
"\0"
- /* _mesa_function_pool[32572]: Color4dv (offset 28) */
+ /* _mesa_function_pool[33301]: Color4dv (offset 28) */
"p\0"
"glColor4dv\0"
"\0"
- /* _mesa_function_pool[32586]: VertexAttrib2svARB (will be remapped) */
+ /* _mesa_function_pool[33315]: VertexAttrib2svARB (will be remapped) */
"ip\0"
"glVertexAttrib2sv\0"
"glVertexAttrib2svARB\0"
"\0"
- /* _mesa_function_pool[32629]: AreProgramsResidentNV (will be remapped) */
+ /* _mesa_function_pool[33358]: AreProgramsResidentNV (will be remapped) */
"ipp\0"
"glAreProgramsResidentNV\0"
"\0"
- /* _mesa_function_pool[32658]: WindowPos3svMESA (will be remapped) */
+ /* _mesa_function_pool[33387]: WindowPos3svMESA (will be remapped) */
"p\0"
"glWindowPos3sv\0"
"glWindowPos3svARB\0"
"glWindowPos3svMESA\0"
"\0"
- /* _mesa_function_pool[32713]: CopyColorSubTable (offset 347) */
+ /* _mesa_function_pool[33442]: CopyColorSubTable (offset 347) */
"iiiii\0"
"glCopyColorSubTable\0"
"glCopyColorSubTableEXT\0"
"\0"
- /* _mesa_function_pool[32763]: WeightdvARB (dynamic) */
+ /* _mesa_function_pool[33492]: WeightdvARB (dynamic) */
"ip\0"
"glWeightdvARB\0"
"\0"
- /* _mesa_function_pool[32781]: DeleteRenderbuffersEXT (will be remapped) */
+ /* _mesa_function_pool[33510]: DeleteRenderbuffersEXT (will be remapped) */
"ip\0"
"glDeleteRenderbuffers\0"
"glDeleteRenderbuffersEXT\0"
"\0"
- /* _mesa_function_pool[32832]: VertexAttrib4NubvARB (will be remapped) */
+ /* _mesa_function_pool[33561]: VertexAttrib4NubvARB (will be remapped) */
"ip\0"
"glVertexAttrib4Nubv\0"
"glVertexAttrib4NubvARB\0"
"\0"
- /* _mesa_function_pool[32879]: VertexAttrib3dvNV (will be remapped) */
+ /* _mesa_function_pool[33608]: VertexAttrib3dvNV (will be remapped) */
"ip\0"
"glVertexAttrib3dvNV\0"
"\0"
- /* _mesa_function_pool[32903]: GetObjectParameterfvARB (will be remapped) */
+ /* _mesa_function_pool[33632]: GetObjectParameterfvARB (will be remapped) */
"iip\0"
"glGetObjectParameterfvARB\0"
"\0"
- /* _mesa_function_pool[32934]: Vertex4iv (offset 147) */
+ /* _mesa_function_pool[33663]: Vertex4iv (offset 147) */
"p\0"
"glVertex4iv\0"
"\0"
- /* _mesa_function_pool[32949]: GetProgramEnvParameterdvARB (will be remapped) */
+ /* _mesa_function_pool[33678]: GetProgramEnvParameterdvARB (will be remapped) */
"iip\0"
"glGetProgramEnvParameterdvARB\0"
"\0"
- /* _mesa_function_pool[32984]: TexCoord4dv (offset 119) */
+ /* _mesa_function_pool[33713]: TexCoord4dv (offset 119) */
"p\0"
"glTexCoord4dv\0"
"\0"
- /* _mesa_function_pool[33001]: LockArraysEXT (will be remapped) */
+ /* _mesa_function_pool[33730]: LockArraysEXT (will be remapped) */
"ii\0"
"glLockArraysEXT\0"
"\0"
- /* _mesa_function_pool[33021]: Begin (offset 7) */
+ /* _mesa_function_pool[33750]: Begin (offset 7) */
"i\0"
"glBegin\0"
"\0"
- /* _mesa_function_pool[33032]: LightModeli (offset 165) */
+ /* _mesa_function_pool[33761]: LightModeli (offset 165) */
"ii\0"
"glLightModeli\0"
"\0"
- /* _mesa_function_pool[33050]: VertexAttribI4ivEXT (will be remapped) */
+ /* _mesa_function_pool[33779]: VertexAttribI4ivEXT (will be remapped) */
"ip\0"
"glVertexAttribI4ivEXT\0"
"glVertexAttribI4iv\0"
"\0"
- /* _mesa_function_pool[33095]: Rectfv (offset 89) */
+ /* _mesa_function_pool[33824]: Rectfv (offset 89) */
"pp\0"
"glRectfv\0"
"\0"
- /* _mesa_function_pool[33108]: LightModelf (offset 163) */
+ /* _mesa_function_pool[33837]: BlendEquationSeparateiARB (will be remapped) */
+ "iii\0"
+ "glBlendEquationSeparateiARB\0"
+ "glBlendEquationSeparateIndexedAMD\0"
+ "\0"
+ /* _mesa_function_pool[33904]: LightModelf (offset 163) */
"if\0"
"glLightModelf\0"
"\0"
- /* _mesa_function_pool[33126]: GetTexParameterfv (offset 282) */
+ /* _mesa_function_pool[33922]: GetTexParameterfv (offset 282) */
"iip\0"
"glGetTexParameterfv\0"
"\0"
- /* _mesa_function_pool[33151]: GetLightfv (offset 264) */
+ /* _mesa_function_pool[33947]: GetLightfv (offset 264) */
"iip\0"
"glGetLightfv\0"
"\0"
- /* _mesa_function_pool[33169]: PixelTransformParameterivEXT (dynamic) */
+ /* _mesa_function_pool[33965]: PixelTransformParameterivEXT (dynamic) */
"iip\0"
"glPixelTransformParameterivEXT\0"
"\0"
- /* _mesa_function_pool[33205]: BinormalPointerEXT (dynamic) */
+ /* _mesa_function_pool[34001]: BinormalPointerEXT (dynamic) */
"iip\0"
"glBinormalPointerEXT\0"
"\0"
- /* _mesa_function_pool[33231]: VertexAttrib1dNV (will be remapped) */
+ /* _mesa_function_pool[34027]: VertexAttrib1dNV (will be remapped) */
"id\0"
"glVertexAttrib1dNV\0"
"\0"
- /* _mesa_function_pool[33254]: GetCombinerInputParameterivNV (will be remapped) */
+ /* _mesa_function_pool[34050]: GetCombinerInputParameterivNV (will be remapped) */
"iiiip\0"
"glGetCombinerInputParameterivNV\0"
"\0"
- /* _mesa_function_pool[33293]: Disable (offset 214) */
+ /* _mesa_function_pool[34089]: Disable (offset 214) */
"i\0"
"glDisable\0"
"\0"
- /* _mesa_function_pool[33306]: MultiTexCoord2fvARB (offset 387) */
+ /* _mesa_function_pool[34102]: MultiTexCoord2fvARB (offset 387) */
"ip\0"
"glMultiTexCoord2fv\0"
"glMultiTexCoord2fvARB\0"
"\0"
- /* _mesa_function_pool[33351]: GetRenderbufferParameterivEXT (will be remapped) */
+ /* _mesa_function_pool[34147]: GetRenderbufferParameterivEXT (will be remapped) */
"iip\0"
"glGetRenderbufferParameteriv\0"
"glGetRenderbufferParameterivEXT\0"
"\0"
- /* _mesa_function_pool[33417]: CombinerParameterivNV (will be remapped) */
+ /* _mesa_function_pool[34213]: CombinerParameterivNV (will be remapped) */
"ip\0"
"glCombinerParameterivNV\0"
"\0"
- /* _mesa_function_pool[33445]: GenFragmentShadersATI (will be remapped) */
+ /* _mesa_function_pool[34241]: GenFragmentShadersATI (will be remapped) */
"i\0"
"glGenFragmentShadersATI\0"
"\0"
- /* _mesa_function_pool[33472]: DrawArrays (offset 310) */
+ /* _mesa_function_pool[34268]: DrawArrays (offset 310) */
"iii\0"
"glDrawArrays\0"
"glDrawArraysEXT\0"
"\0"
- /* _mesa_function_pool[33506]: WeightuivARB (dynamic) */
+ /* _mesa_function_pool[34302]: WeightuivARB (dynamic) */
"ip\0"
"glWeightuivARB\0"
"\0"
- /* _mesa_function_pool[33525]: GetVertexAttribIivEXT (will be remapped) */
+ /* _mesa_function_pool[34321]: GetVertexAttribIivEXT (will be remapped) */
"iip\0"
"glGetVertexAttribIivEXT\0"
"glGetVertexAttribIiv\0"
"\0"
- /* _mesa_function_pool[33575]: VertexAttrib2sARB (will be remapped) */
+ /* _mesa_function_pool[34371]: VertexAttrib2sARB (will be remapped) */
"iii\0"
"glVertexAttrib2s\0"
"glVertexAttrib2sARB\0"
"\0"
- /* _mesa_function_pool[33617]: GetnTexImageARB (will be remapped) */
+ /* _mesa_function_pool[34413]: GetnTexImageARB (will be remapped) */
"iiiiip\0"
"glGetnTexImageARB\0"
"\0"
- /* _mesa_function_pool[33643]: ColorMask (offset 210) */
+ /* _mesa_function_pool[34439]: ColorMask (offset 210) */
"iiii\0"
"glColorMask\0"
"\0"
- /* _mesa_function_pool[33661]: GenAsyncMarkersSGIX (dynamic) */
+ /* _mesa_function_pool[34457]: GenAsyncMarkersSGIX (dynamic) */
"i\0"
"glGenAsyncMarkersSGIX\0"
"\0"
- /* _mesa_function_pool[33686]: Tangent3svEXT (dynamic) */
+ /* _mesa_function_pool[34482]: Tangent3svEXT (dynamic) */
"p\0"
"glTangent3svEXT\0"
"\0"
- /* _mesa_function_pool[33705]: GetListParameterivSGIX (dynamic) */
+ /* _mesa_function_pool[34501]: GetListParameterivSGIX (dynamic) */
"iip\0"
"glGetListParameterivSGIX\0"
"\0"
- /* _mesa_function_pool[33735]: BindBufferARB (will be remapped) */
+ /* _mesa_function_pool[34531]: BindBufferARB (will be remapped) */
"ii\0"
"glBindBuffer\0"
"glBindBufferARB\0"
"\0"
- /* _mesa_function_pool[33768]: GetInfoLogARB (will be remapped) */
+ /* _mesa_function_pool[34564]: GetInfoLogARB (will be remapped) */
"iipp\0"
"glGetInfoLogARB\0"
"\0"
- /* _mesa_function_pool[33790]: RasterPos4iv (offset 83) */
+ /* _mesa_function_pool[34586]: RasterPos4iv (offset 83) */
"p\0"
"glRasterPos4iv\0"
"\0"
- /* _mesa_function_pool[33808]: Enable (offset 215) */
+ /* _mesa_function_pool[34604]: Enable (offset 215) */
"i\0"
"glEnable\0"
"\0"
- /* _mesa_function_pool[33820]: LineStipple (offset 167) */
+ /* _mesa_function_pool[34616]: LineStipple (offset 167) */
"ii\0"
"glLineStipple\0"
"\0"
- /* _mesa_function_pool[33838]: VertexAttribs4svNV (will be remapped) */
+ /* _mesa_function_pool[34634]: VertexAttribP2ui (will be remapped) */
+ "iiii\0"
+ "glVertexAttribP2ui\0"
+ "\0"
+ /* _mesa_function_pool[34659]: VertexAttribs4svNV (will be remapped) */
"iip\0"
"glVertexAttribs4svNV\0"
"\0"
- /* _mesa_function_pool[33864]: EdgeFlagPointerListIBM (dynamic) */
+ /* _mesa_function_pool[34685]: EdgeFlagPointerListIBM (dynamic) */
"ipi\0"
"glEdgeFlagPointerListIBM\0"
"\0"
- /* _mesa_function_pool[33894]: UniformMatrix3x2fv (will be remapped) */
+ /* _mesa_function_pool[34715]: UniformMatrix3x2fv (will be remapped) */
"iiip\0"
"glUniformMatrix3x2fv\0"
"\0"
- /* _mesa_function_pool[33921]: GetMinmaxParameterfv (offset 365) */
+ /* _mesa_function_pool[34742]: GetMinmaxParameterfv (offset 365) */
"iip\0"
"glGetMinmaxParameterfv\0"
"glGetMinmaxParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[33975]: VertexAttrib1fvARB (will be remapped) */
+ /* _mesa_function_pool[34796]: VertexAttrib1fvARB (will be remapped) */
"ip\0"
"glVertexAttrib1fv\0"
"glVertexAttrib1fvARB\0"
"\0"
- /* _mesa_function_pool[34018]: GenBuffersARB (will be remapped) */
+ /* _mesa_function_pool[34839]: GenBuffersARB (will be remapped) */
"ip\0"
"glGenBuffers\0"
"glGenBuffersARB\0"
"\0"
- /* _mesa_function_pool[34051]: VertexAttribs1svNV (will be remapped) */
+ /* _mesa_function_pool[34872]: VertexAttribs1svNV (will be remapped) */
"iip\0"
"glVertexAttribs1svNV\0"
"\0"
- /* _mesa_function_pool[34077]: Vertex3fv (offset 137) */
+ /* _mesa_function_pool[34898]: Vertex3fv (offset 137) */
"p\0"
"glVertex3fv\0"
"\0"
- /* _mesa_function_pool[34092]: GetTexBumpParameterivATI (will be remapped) */
+ /* _mesa_function_pool[34913]: GetTexBumpParameterivATI (will be remapped) */
"ip\0"
"glGetTexBumpParameterivATI\0"
"\0"
- /* _mesa_function_pool[34123]: Binormal3bEXT (dynamic) */
+ /* _mesa_function_pool[34944]: Binormal3bEXT (dynamic) */
"iii\0"
"glBinormal3bEXT\0"
"\0"
- /* _mesa_function_pool[34144]: FragmentMaterialivSGIX (dynamic) */
+ /* _mesa_function_pool[34965]: FragmentMaterialivSGIX (dynamic) */
"iip\0"
"glFragmentMaterialivSGIX\0"
"\0"
- /* _mesa_function_pool[34174]: IsRenderbufferEXT (will be remapped) */
+ /* _mesa_function_pool[34995]: IsRenderbufferEXT (will be remapped) */
"i\0"
"glIsRenderbuffer\0"
"glIsRenderbufferEXT\0"
"\0"
- /* _mesa_function_pool[34214]: GenProgramsNV (will be remapped) */
+ /* _mesa_function_pool[35035]: GenProgramsNV (will be remapped) */
"ip\0"
"glGenProgramsARB\0"
"glGenProgramsNV\0"
"\0"
- /* _mesa_function_pool[34251]: VertexAttrib4dvNV (will be remapped) */
+ /* _mesa_function_pool[35072]: VertexAttrib4dvNV (will be remapped) */
"ip\0"
"glVertexAttrib4dvNV\0"
"\0"
- /* _mesa_function_pool[34275]: EndFragmentShaderATI (will be remapped) */
+ /* _mesa_function_pool[35096]: EndFragmentShaderATI (will be remapped) */
"\0"
"glEndFragmentShaderATI\0"
"\0"
- /* _mesa_function_pool[34300]: Binormal3iEXT (dynamic) */
+ /* _mesa_function_pool[35121]: Binormal3iEXT (dynamic) */
"iii\0"
"glBinormal3iEXT\0"
"\0"
- /* _mesa_function_pool[34321]: WindowPos2fMESA (will be remapped) */
+ /* _mesa_function_pool[35142]: WindowPos2fMESA (will be remapped) */
"ff\0"
"glWindowPos2f\0"
"glWindowPos2fARB\0"
@@ -4932,637 +5084,675 @@ static const char _mesa_function_pool[] =
/* these functions need to be remapped */
static const struct gl_function_pool_remap MESA_remap_table_functions[] = {
- { 1590, AttachShader_remap_index },
- { 10272, CreateProgram_remap_index },
- { 23912, CreateShader_remap_index },
- { 26436, DeleteProgram_remap_index },
- { 19392, DeleteShader_remap_index },
- { 24405, DetachShader_remap_index },
- { 18639, GetAttachedShaders_remap_index },
- { 5082, GetProgramInfoLog_remap_index },
- { 405, GetProgramiv_remap_index },
- { 6890, GetShaderInfoLog_remap_index },
- { 32106, GetShaderiv_remap_index },
- { 13769, IsProgram_remap_index },
- { 12696, IsShader_remap_index },
- { 10402, StencilFuncSeparate_remap_index },
- { 4060, StencilMaskSeparate_remap_index },
- { 7955, StencilOpSeparate_remap_index },
- { 23146, UniformMatrix2x3fv_remap_index },
- { 2920, UniformMatrix2x4fv_remap_index },
- { 33894, UniformMatrix3x2fv_remap_index },
- { 31423, UniformMatrix3x4fv_remap_index },
- { 16759, UniformMatrix4x2fv_remap_index },
- { 3368, UniformMatrix4x3fv_remap_index },
- { 5288, ClampColor_remap_index },
- { 18693, ClearBufferfi_remap_index },
- { 18109, ClearBufferfv_remap_index },
- { 30446, ClearBufferiv_remap_index },
- { 13974, ClearBufferuiv_remap_index },
- { 20729, GetStringi_remap_index },
- { 2861, TexBuffer_remap_index },
- { 938, FramebufferTexture_remap_index },
- { 27472, GetBufferParameteri64v_remap_index },
- { 10502, GetInteger64i_v_remap_index },
- { 24226, VertexAttribDivisor_remap_index },
- { 10290, LoadTransposeMatrixdARB_remap_index },
- { 31835, LoadTransposeMatrixfARB_remap_index },
- { 5927, MultTransposeMatrixdARB_remap_index },
- { 24592, MultTransposeMatrixfARB_remap_index },
- { 216, SampleCoverageARB_remap_index },
- { 6153, CompressedTexImage1DARB_remap_index },
- { 25120, CompressedTexImage2DARB_remap_index },
- { 4123, CompressedTexImage3DARB_remap_index },
- { 18981, CompressedTexSubImage1DARB_remap_index },
- { 2102, CompressedTexSubImage2DARB_remap_index },
- { 21151, CompressedTexSubImage3DARB_remap_index },
- { 29552, GetCompressedTexImageARB_remap_index },
- { 3934, DisableVertexAttribArrayARB_remap_index },
- { 30988, EnableVertexAttribArrayARB_remap_index },
- { 32949, GetProgramEnvParameterdvARB_remap_index },
- { 24472, GetProgramEnvParameterfvARB_remap_index },
- { 28469, GetProgramLocalParameterdvARB_remap_index },
- { 8431, GetProgramLocalParameterfvARB_remap_index },
- { 19157, GetProgramStringARB_remap_index },
- { 28664, GetProgramivARB_remap_index },
- { 21346, GetVertexAttribdvARB_remap_index },
- { 16567, GetVertexAttribfvARB_remap_index },
- { 10106, GetVertexAttribivARB_remap_index },
- { 20192, ProgramEnvParameter4dARB_remap_index },
- { 26186, ProgramEnvParameter4dvARB_remap_index },
- { 17407, ProgramEnvParameter4fARB_remap_index },
- { 9306, ProgramEnvParameter4fvARB_remap_index },
- { 4086, ProgramLocalParameter4dARB_remap_index },
- { 13479, ProgramLocalParameter4dvARB_remap_index },
- { 30467, ProgramLocalParameter4fARB_remap_index },
- { 26832, ProgramLocalParameter4fvARB_remap_index },
- { 29306, ProgramStringARB_remap_index },
- { 20460, VertexAttrib1dARB_remap_index },
- { 16194, VertexAttrib1dvARB_remap_index },
- { 4282, VertexAttrib1fARB_remap_index },
- { 33975, VertexAttrib1fvARB_remap_index },
- { 7481, VertexAttrib1sARB_remap_index },
- { 2297, VertexAttrib1svARB_remap_index },
- { 15625, VertexAttrib2dARB_remap_index },
- { 18130, VertexAttrib2dvARB_remap_index },
- { 1648, VertexAttrib2fARB_remap_index },
- { 18243, VertexAttrib2fvARB_remap_index },
- { 33575, VertexAttrib2sARB_remap_index },
- { 32586, VertexAttrib2svARB_remap_index },
- { 11680, VertexAttrib3dARB_remap_index },
- { 8973, VertexAttrib3dvARB_remap_index },
- { 1735, VertexAttrib3fARB_remap_index },
- { 23463, VertexAttrib3fvARB_remap_index },
- { 29153, VertexAttrib3sARB_remap_index },
- { 21088, VertexAttrib3svARB_remap_index },
- { 5108, VertexAttrib4NbvARB_remap_index },
- { 18516, VertexAttrib4NivARB_remap_index },
- { 23418, VertexAttrib4NsvARB_remap_index },
- { 24424, VertexAttrib4NubARB_remap_index },
- { 32832, VertexAttrib4NubvARB_remap_index },
- { 19843, VertexAttrib4NuivARB_remap_index },
- { 3241, VertexAttrib4NusvARB_remap_index },
- { 11269, VertexAttrib4bvARB_remap_index },
- { 27842, VertexAttrib4dARB_remap_index },
- { 22145, VertexAttrib4dvARB_remap_index },
- { 11834, VertexAttrib4fARB_remap_index },
- { 12238, VertexAttrib4fvARB_remap_index },
- { 10645, VertexAttrib4ivARB_remap_index },
- { 17923, VertexAttrib4sARB_remap_index },
- { 32021, VertexAttrib4svARB_remap_index },
- { 17212, VertexAttrib4ubvARB_remap_index },
- { 31312, VertexAttrib4uivARB_remap_index },
- { 20899, VertexAttrib4usvARB_remap_index },
- { 22961, VertexAttribPointerARB_remap_index },
- { 33735, BindBufferARB_remap_index },
- { 7188, BufferDataARB_remap_index },
- { 1511, BufferSubDataARB_remap_index },
- { 31598, DeleteBuffersARB_remap_index },
- { 34018, GenBuffersARB_remap_index },
- { 18286, GetBufferParameterivARB_remap_index },
- { 17359, GetBufferPointervARB_remap_index },
- { 1464, GetBufferSubDataARB_remap_index },
- { 31260, IsBufferARB_remap_index },
- { 27316, MapBufferARB_remap_index },
- { 32236, UnmapBufferARB_remap_index },
- { 312, BeginQueryARB_remap_index },
- { 20555, DeleteQueriesARB_remap_index },
- { 12557, EndQueryARB_remap_index },
- { 30031, GenQueriesARB_remap_index },
- { 1994, GetQueryObjectivARB_remap_index },
- { 17967, GetQueryObjectuivARB_remap_index },
- { 1792, GetQueryivARB_remap_index },
- { 20806, IsQueryARB_remap_index },
- { 8583, AttachObjectARB_remap_index },
- { 19354, CompileShaderARB_remap_index },
- { 3310, CreateProgramObjectARB_remap_index },
- { 7133, CreateShaderObjectARB_remap_index },
- { 14927, DeleteObjectARB_remap_index },
- { 24911, DetachObjectARB_remap_index },
- { 12302, GetActiveUniformARB_remap_index },
- { 9781, GetAttachedObjectsARB_remap_index },
- { 10088, GetHandleARB_remap_index },
- { 33768, GetInfoLogARB_remap_index },
- { 32903, GetObjectParameterfvARB_remap_index },
- { 28343, GetObjectParameterivARB_remap_index },
- { 29789, GetShaderSourceARB_remap_index },
- { 29013, GetUniformLocationARB_remap_index },
- { 24694, GetUniformfvARB_remap_index },
- { 13054, GetUniformivARB_remap_index },
- { 20944, LinkProgramARB_remap_index },
- { 21002, ShaderSourceARB_remap_index },
- { 7855, Uniform1fARB_remap_index },
- { 30676, Uniform1fvARB_remap_index },
- { 22909, Uniform1iARB_remap_index },
- { 21799, Uniform1ivARB_remap_index },
- { 2246, Uniform2fARB_remap_index },
- { 14763, Uniform2fvARB_remap_index },
- { 27203, Uniform2iARB_remap_index },
- { 2366, Uniform2ivARB_remap_index },
- { 19464, Uniform3fARB_remap_index },
- { 9811, Uniform3fvARB_remap_index },
- { 6744, Uniform3iARB_remap_index },
- { 17465, Uniform3ivARB_remap_index },
- { 19998, Uniform4fARB_remap_index },
- { 24558, Uniform4fvARB_remap_index },
- { 25820, Uniform4iARB_remap_index },
- { 21312, Uniform4ivARB_remap_index },
- { 8635, UniformMatrix2fvARB_remap_index },
+ { 1629, AttachShader_remap_index },
+ { 10613, CreateProgram_remap_index },
+ { 24486, CreateShader_remap_index },
+ { 27060, DeleteProgram_remap_index },
+ { 19799, DeleteShader_remap_index },
+ { 24979, DetachShader_remap_index },
+ { 19046, GetAttachedShaders_remap_index },
+ { 5341, GetProgramInfoLog_remap_index },
+ { 444, GetProgramiv_remap_index },
+ { 7189, GetShaderInfoLog_remap_index },
+ { 32874, GetShaderiv_remap_index },
+ { 14162, IsProgram_remap_index },
+ { 13063, IsShader_remap_index },
+ { 10743, StencilFuncSeparate_remap_index },
+ { 4371, StencilMaskSeparate_remap_index },
+ { 8254, StencilOpSeparate_remap_index },
+ { 23720, UniformMatrix2x3fv_remap_index },
+ { 3098, UniformMatrix2x4fv_remap_index },
+ { 34715, UniformMatrix3x2fv_remap_index },
+ { 32174, UniformMatrix3x4fv_remap_index },
+ { 17220, UniformMatrix4x2fv_remap_index },
+ { 3589, UniformMatrix4x3fv_remap_index },
+ { 5564, ClampColor_remap_index },
+ { 19100, ClearBufferfi_remap_index },
+ { 18516, ClearBufferfv_remap_index },
+ { 31154, ClearBufferiv_remap_index },
+ { 14367, ClearBufferuiv_remap_index },
+ { 21222, GetStringi_remap_index },
+ { 3000, TexBuffer_remap_index },
+ { 977, FramebufferTexture_remap_index },
+ { 28096, GetBufferParameteri64v_remap_index },
+ { 10843, GetInteger64i_v_remap_index },
+ { 24800, VertexAttribDivisor_remap_index },
+ { 10631, LoadTransposeMatrixdARB_remap_index },
+ { 32603, LoadTransposeMatrixfARB_remap_index },
+ { 6249, MultTransposeMatrixdARB_remap_index },
+ { 25166, MultTransposeMatrixfARB_remap_index },
+ { 255, SampleCoverageARB_remap_index },
+ { 6452, CompressedTexImage1DARB_remap_index },
+ { 25694, CompressedTexImage2DARB_remap_index },
+ { 4434, CompressedTexImage3DARB_remap_index },
+ { 19388, CompressedTexSubImage1DARB_remap_index },
+ { 2185, CompressedTexSubImage2DARB_remap_index },
+ { 21644, CompressedTexSubImage3DARB_remap_index },
+ { 30260, GetCompressedTexImageARB_remap_index },
+ { 4181, DisableVertexAttribArrayARB_remap_index },
+ { 31739, EnableVertexAttribArrayARB_remap_index },
+ { 33678, GetProgramEnvParameterdvARB_remap_index },
+ { 25046, GetProgramEnvParameterfvARB_remap_index },
+ { 29125, GetProgramLocalParameterdvARB_remap_index },
+ { 8730, GetProgramLocalParameterfvARB_remap_index },
+ { 19564, GetProgramStringARB_remap_index },
+ { 29320, GetProgramivARB_remap_index },
+ { 21839, GetVertexAttribdvARB_remap_index },
+ { 17028, GetVertexAttribfvARB_remap_index },
+ { 10422, GetVertexAttribivARB_remap_index },
+ { 20659, ProgramEnvParameter4dARB_remap_index },
+ { 26810, ProgramEnvParameter4dvARB_remap_index },
+ { 17814, ProgramEnvParameter4fARB_remap_index },
+ { 9605, ProgramEnvParameter4fvARB_remap_index },
+ { 4397, ProgramLocalParameter4dARB_remap_index },
+ { 13872, ProgramLocalParameter4dvARB_remap_index },
+ { 31175, ProgramLocalParameter4fARB_remap_index },
+ { 27456, ProgramLocalParameter4fvARB_remap_index },
+ { 30014, ProgramStringARB_remap_index },
+ { 20953, VertexAttrib1dARB_remap_index },
+ { 16629, VertexAttrib1dvARB_remap_index },
+ { 4593, VertexAttrib1fARB_remap_index },
+ { 34796, VertexAttrib1fvARB_remap_index },
+ { 7780, VertexAttrib1sARB_remap_index },
+ { 2380, VertexAttrib1svARB_remap_index },
+ { 16042, VertexAttrib2dARB_remap_index },
+ { 18537, VertexAttrib2dvARB_remap_index },
+ { 1712, VertexAttrib2fARB_remap_index },
+ { 18650, VertexAttrib2fvARB_remap_index },
+ { 34371, VertexAttrib2sARB_remap_index },
+ { 33315, VertexAttrib2svARB_remap_index },
+ { 12047, VertexAttrib3dARB_remap_index },
+ { 9272, VertexAttrib3dvARB_remap_index },
+ { 1799, VertexAttrib3fARB_remap_index },
+ { 24037, VertexAttrib3fvARB_remap_index },
+ { 29861, VertexAttrib3sARB_remap_index },
+ { 21581, VertexAttrib3svARB_remap_index },
+ { 5384, VertexAttrib4NbvARB_remap_index },
+ { 18923, VertexAttrib4NivARB_remap_index },
+ { 23992, VertexAttrib4NsvARB_remap_index },
+ { 24998, VertexAttrib4NubARB_remap_index },
+ { 33561, VertexAttrib4NubvARB_remap_index },
+ { 20310, VertexAttrib4NuivARB_remap_index },
+ { 3419, VertexAttrib4NusvARB_remap_index },
+ { 11636, VertexAttrib4bvARB_remap_index },
+ { 28498, VertexAttrib4dARB_remap_index },
+ { 22654, VertexAttrib4dvARB_remap_index },
+ { 12201, VertexAttrib4fARB_remap_index },
+ { 12605, VertexAttrib4fvARB_remap_index },
+ { 10986, VertexAttrib4ivARB_remap_index },
+ { 18330, VertexAttrib4sARB_remap_index },
+ { 32789, VertexAttrib4svARB_remap_index },
+ { 17619, VertexAttrib4ubvARB_remap_index },
+ { 32063, VertexAttrib4uivARB_remap_index },
+ { 21392, VertexAttrib4usvARB_remap_index },
+ { 23515, VertexAttribPointerARB_remap_index },
+ { 34531, BindBufferARB_remap_index },
+ { 7487, BufferDataARB_remap_index },
+ { 1550, BufferSubDataARB_remap_index },
+ { 32349, DeleteBuffersARB_remap_index },
+ { 34839, GenBuffersARB_remap_index },
+ { 18693, GetBufferParameterivARB_remap_index },
+ { 17766, GetBufferPointervARB_remap_index },
+ { 1503, GetBufferSubDataARB_remap_index },
+ { 32011, IsBufferARB_remap_index },
+ { 27940, MapBufferARB_remap_index },
+ { 33004, UnmapBufferARB_remap_index },
+ { 351, BeginQueryARB_remap_index },
+ { 21048, DeleteQueriesARB_remap_index },
+ { 12924, EndQueryARB_remap_index },
+ { 30739, GenQueriesARB_remap_index },
+ { 2077, GetQueryObjectivARB_remap_index },
+ { 18374, GetQueryObjectuivARB_remap_index },
+ { 1856, GetQueryivARB_remap_index },
+ { 21299, IsQueryARB_remap_index },
+ { 8882, AttachObjectARB_remap_index },
+ { 19761, CompileShaderARB_remap_index },
+ { 3531, CreateProgramObjectARB_remap_index },
+ { 7432, CreateShaderObjectARB_remap_index },
+ { 15325, DeleteObjectARB_remap_index },
+ { 25485, DetachObjectARB_remap_index },
+ { 12669, GetActiveUniformARB_remap_index },
+ { 10097, GetAttachedObjectsARB_remap_index },
+ { 10404, GetHandleARB_remap_index },
+ { 34564, GetInfoLogARB_remap_index },
+ { 33632, GetObjectParameterfvARB_remap_index },
+ { 28999, GetObjectParameterivARB_remap_index },
+ { 30497, GetShaderSourceARB_remap_index },
+ { 29721, GetUniformLocationARB_remap_index },
+ { 25268, GetUniformfvARB_remap_index },
+ { 13447, GetUniformivARB_remap_index },
+ { 21437, LinkProgramARB_remap_index },
+ { 21495, ShaderSourceARB_remap_index },
+ { 8154, Uniform1fARB_remap_index },
+ { 31401, Uniform1fvARB_remap_index },
+ { 23463, Uniform1iARB_remap_index },
+ { 22292, Uniform1ivARB_remap_index },
+ { 2329, Uniform2fARB_remap_index },
+ { 15161, Uniform2fvARB_remap_index },
+ { 27827, Uniform2iARB_remap_index },
+ { 2466, Uniform2ivARB_remap_index },
+ { 19871, Uniform3fARB_remap_index },
+ { 10127, Uniform3fvARB_remap_index },
+ { 7043, Uniform3iARB_remap_index },
+ { 17872, Uniform3ivARB_remap_index },
+ { 20465, Uniform4fARB_remap_index },
+ { 25132, Uniform4fvARB_remap_index },
+ { 26419, Uniform4iARB_remap_index },
+ { 21805, Uniform4ivARB_remap_index },
+ { 8934, UniformMatrix2fvARB_remap_index },
{ 17, UniformMatrix3fvARB_remap_index },
- { 2763, UniformMatrix4fvARB_remap_index },
- { 26298, UseProgramObjectARB_remap_index },
- { 15313, ValidateProgramARB_remap_index },
- { 22188, BindAttribLocationARB_remap_index },
- { 5153, GetActiveAttribARB_remap_index },
- { 17079, GetAttribLocationARB_remap_index },
- { 30394, DrawBuffersARB_remap_index },
- { 30227, ClampColorARB_remap_index },
- { 18561, DrawArraysInstancedARB_remap_index },
- { 6805, DrawElementsInstancedARB_remap_index },
- { 13584, RenderbufferStorageMultisample_remap_index },
- { 14055, FramebufferTextureARB_remap_index },
- { 26734, FramebufferTextureFaceARB_remap_index },
- { 25060, ProgramParameteriARB_remap_index },
- { 6325, VertexAttribDivisorARB_remap_index },
- { 20046, FlushMappedBufferRange_remap_index },
- { 28780, MapBufferRange_remap_index },
- { 28687, TexBufferARB_remap_index },
- { 16897, BindVertexArray_remap_index },
- { 15136, GenVertexArrays_remap_index },
- { 31190, CopyBufferSubData_remap_index },
- { 32125, ClientWaitSync_remap_index },
- { 2682, DeleteSync_remap_index },
- { 7522, FenceSync_remap_index },
- { 15684, GetInteger64v_remap_index },
- { 23525, GetSynciv_remap_index },
- { 30333, IsSync_remap_index },
- { 9729, WaitSync_remap_index },
- { 3902, DrawElementsBaseVertex_remap_index },
- { 19209, DrawElementsInstancedBaseVertex_remap_index },
- { 31502, DrawRangeElementsBaseVertex_remap_index },
- { 27347, MultiDrawElementsBaseVertex_remap_index },
- { 17145, BlendEquationSeparateiARB_remap_index },
- { 18379, BlendEquationiARB_remap_index },
- { 12993, BlendFuncSeparateiARB_remap_index },
- { 10154, BlendFunciARB_remap_index },
- { 8497, BindSampler_remap_index },
- { 4261, DeleteSamplers_remap_index },
- { 20419, GenSamplers_remap_index },
- { 30265, GetSamplerParameterIiv_remap_index },
- { 19940, GetSamplerParameterIuiv_remap_index },
- { 5002, GetSamplerParameterfv_remap_index },
- { 26455, GetSamplerParameteriv_remap_index },
- { 14681, IsSampler_remap_index },
- { 16850, SamplerParameterIiv_remap_index },
- { 31541, SamplerParameterIuiv_remap_index },
- { 23198, SamplerParameterf_remap_index },
- { 17006, SamplerParameterfv_remap_index },
- { 23173, SamplerParameteri_remap_index },
- { 18755, SamplerParameteriv_remap_index },
- { 5349, BindTransformFeedback_remap_index },
- { 3337, DeleteTransformFeedbacks_remap_index },
- { 6777, DrawTransformFeedback_remap_index },
- { 9948, GenTransformFeedbacks_remap_index },
- { 29196, IsTransformFeedback_remap_index },
- { 26927, PauseTransformFeedback_remap_index },
- { 5812, ResumeTransformFeedback_remap_index },
- { 22508, ClearDepthf_remap_index },
- { 7081, DepthRangef_remap_index },
- { 14948, GetShaderPrecisionFormat_remap_index },
- { 10342, ReleaseShaderCompiler_remap_index },
- { 11312, ShaderBinary_remap_index },
- { 965, GetGraphicsResetStatusARB_remap_index },
- { 25625, GetnColorTableARB_remap_index },
- { 8266, GetnCompressedTexImageARB_remap_index },
- { 3994, GetnConvolutionFilterARB_remap_index },
- { 16237, GetnHistogramARB_remap_index },
- { 24384, GetnMapdvARB_remap_index },
- { 22940, GetnMapfvARB_remap_index },
- { 2225, GetnMapivARB_remap_index },
- { 17727, GetnMinmaxARB_remap_index },
- { 4627, GetnPixelMapfvARB_remap_index },
- { 19817, GetnPixelMapuivARB_remap_index },
- { 3033, GetnPixelMapusvARB_remap_index },
- { 1344, GetnPolygonStippleARB_remap_index },
- { 21973, GetnSeparableFilterARB_remap_index },
- { 33617, GetnTexImageARB_remap_index },
- { 19184, GetnUniformdvARB_remap_index },
- { 4699, GetnUniformfvARB_remap_index },
- { 10197, GetnUniformivARB_remap_index },
- { 23374, GetnUniformuivARB_remap_index },
- { 2947, ReadnPixelsARB_remap_index },
- { 5680, PolygonOffsetEXT_remap_index },
- { 24147, GetPixelTexGenParameterfvSGIS_remap_index },
- { 4577, GetPixelTexGenParameterivSGIS_remap_index },
- { 23880, PixelTexGenParameterfSGIS_remap_index },
- { 624, PixelTexGenParameterfvSGIS_remap_index },
- { 13092, PixelTexGenParameteriSGIS_remap_index },
- { 14229, PixelTexGenParameterivSGIS_remap_index },
- { 18880, SampleMaskSGIS_remap_index },
- { 20746, SamplePatternSGIS_remap_index },
- { 27276, ColorPointerEXT_remap_index },
- { 18173, EdgeFlagPointerEXT_remap_index },
- { 6398, IndexPointerEXT_remap_index },
- { 6478, NormalPointerEXT_remap_index },
- { 16305, TexCoordPointerEXT_remap_index },
- { 7311, VertexPointerEXT_remap_index },
- { 3704, PointParameterfEXT_remap_index },
- { 8162, PointParameterfvEXT_remap_index },
- { 33001, LockArraysEXT_remap_index },
- { 15377, UnlockArraysEXT_remap_index },
- { 1252, SecondaryColor3bEXT_remap_index },
- { 8355, SecondaryColor3bvEXT_remap_index },
- { 10822, SecondaryColor3dEXT_remap_index },
- { 26504, SecondaryColor3dvEXT_remap_index },
- { 29062, SecondaryColor3fEXT_remap_index },
- { 18917, SecondaryColor3fvEXT_remap_index },
- { 470, SecondaryColor3iEXT_remap_index },
- { 16615, SecondaryColor3ivEXT_remap_index },
- { 10430, SecondaryColor3sEXT_remap_index },
- { 31789, SecondaryColor3svEXT_remap_index },
- { 28179, SecondaryColor3ubEXT_remap_index },
- { 22079, SecondaryColor3ubvEXT_remap_index },
- { 13334, SecondaryColor3uiEXT_remap_index },
- { 23767, SecondaryColor3uivEXT_remap_index },
- { 26784, SecondaryColor3usEXT_remap_index },
- { 13407, SecondaryColor3usvEXT_remap_index },
- { 12181, SecondaryColorPointerEXT_remap_index },
- { 26598, MultiDrawArraysEXT_remap_index },
- { 21734, MultiDrawElementsEXT_remap_index },
- { 21929, FogCoordPointerEXT_remap_index },
- { 4750, FogCoorddEXT_remap_index },
- { 32402, FogCoorddvEXT_remap_index },
- { 4867, FogCoordfEXT_remap_index },
- { 28102, FogCoordfvEXT_remap_index },
- { 12281, PixelTexGenSGIX_remap_index },
- { 28707, BlendFuncSeparateEXT_remap_index },
- { 7223, FlushVertexArrayRangeNV_remap_index },
- { 5629, VertexArrayRangeNV_remap_index },
- { 29127, CombinerInputNV_remap_index },
- { 2168, CombinerOutputNV_remap_index },
- { 31942, CombinerParameterfNV_remap_index },
- { 5503, CombinerParameterfvNV_remap_index },
- { 23223, CombinerParameteriNV_remap_index },
- { 33417, CombinerParameterivNV_remap_index },
- { 7599, FinalCombinerInputNV_remap_index },
- { 1609, GetCombinerInputParameterfvNV_remap_index },
- { 33254, GetCombinerInputParameterivNV_remap_index },
- { 14330, GetCombinerOutputParameterfvNV_remap_index },
- { 14158, GetCombinerOutputParameterivNV_remap_index },
- { 6985, GetFinalCombinerInputParameterfvNV_remap_index },
- { 25692, GetFinalCombinerInputParameterivNV_remap_index },
- { 12971, ResizeBuffersMESA_remap_index },
- { 11507, WindowPos2dMESA_remap_index },
- { 1045, WindowPos2dvMESA_remap_index },
- { 34321, WindowPos2fMESA_remap_index },
- { 8300, WindowPos2fvMESA_remap_index },
- { 18827, WindowPos2iMESA_remap_index },
- { 21219, WindowPos2ivMESA_remap_index },
- { 21833, WindowPos2sMESA_remap_index },
- { 6067, WindowPos2svMESA_remap_index },
- { 8091, WindowPos3dMESA_remap_index },
- { 14476, WindowPos3dvMESA_remap_index },
- { 516, WindowPos3fMESA_remap_index },
- { 15438, WindowPos3fvMESA_remap_index },
- { 24953, WindowPos3iMESA_remap_index },
- { 31135, WindowPos3ivMESA_remap_index },
- { 19609, WindowPos3sMESA_remap_index },
- { 32658, WindowPos3svMESA_remap_index },
- { 11458, WindowPos4dMESA_remap_index },
- { 17603, WindowPos4dvMESA_remap_index },
- { 14435, WindowPos4fMESA_remap_index },
- { 31696, WindowPos4fvMESA_remap_index },
- { 31288, WindowPos4iMESA_remap_index },
- { 12810, WindowPos4ivMESA_remap_index },
- { 19793, WindowPos4sMESA_remap_index },
- { 3288, WindowPos4svMESA_remap_index },
- { 14197, MultiModeDrawArraysIBM_remap_index },
- { 29902, MultiModeDrawElementsIBM_remap_index },
- { 12585, DeleteFencesNV_remap_index },
- { 28974, FinishFenceNV_remap_index },
- { 3826, GenFencesNV_remap_index },
- { 17583, GetFenceivNV_remap_index },
- { 8568, IsFenceNV_remap_index },
- { 14085, SetFenceNV_remap_index },
- { 4338, TestFenceNV_remap_index },
- { 32629, AreProgramsResidentNV_remap_index },
- { 31984, BindProgramNV_remap_index },
- { 26867, DeleteProgramsNV_remap_index },
- { 22297, ExecuteProgramNV_remap_index },
- { 34214, GenProgramsNV_remap_index },
- { 24252, GetProgramParameterdvNV_remap_index },
- { 10884, GetProgramParameterfvNV_remap_index },
- { 27250, GetProgramStringNV_remap_index },
- { 25330, GetProgramivNV_remap_index },
- { 24507, GetTrackMatrixivNV_remap_index },
- { 27044, GetVertexAttribPointervNV_remap_index },
- { 10525, GetVertexAttribdvNV_remap_index },
- { 9624, GetVertexAttribfvNV_remap_index },
- { 19130, GetVertexAttribivNV_remap_index },
- { 20076, IsProgramNV_remap_index },
- { 9707, LoadProgramNV_remap_index },
- { 28803, ProgramParameters4dvNV_remap_index },
- { 25260, ProgramParameters4fvNV_remap_index },
- { 21523, RequestResidentProgramsNV_remap_index },
- { 31480, TrackMatrixNV_remap_index },
- { 33231, VertexAttrib1dNV_remap_index },
- { 13996, VertexAttrib1dvNV_remap_index },
- { 29408, VertexAttrib1fNV_remap_index },
- { 2488, VertexAttrib1fvNV_remap_index },
- { 31753, VertexAttrib1sNV_remap_index },
- { 15511, VertexAttrib1svNV_remap_index },
- { 5058, VertexAttrib2dNV_remap_index },
- { 13889, VertexAttrib2dvNV_remap_index },
- { 20978, VertexAttrib2fNV_remap_index },
- { 13455, VertexAttrib2fvNV_remap_index },
- { 6279, VertexAttrib2sNV_remap_index },
- { 19663, VertexAttrib2svNV_remap_index },
- { 11655, VertexAttrib3dNV_remap_index },
- { 32879, VertexAttrib3dvNV_remap_index },
- { 10696, VertexAttrib3fNV_remap_index },
- { 25652, VertexAttrib3fvNV_remap_index },
- { 23016, VertexAttrib3sNV_remap_index },
- { 24534, VertexAttrib3svNV_remap_index },
- { 29876, VertexAttrib4dNV_remap_index },
- { 34251, VertexAttrib4dvNV_remap_index },
- { 5443, VertexAttrib4fNV_remap_index },
- { 9757, VertexAttrib4fvNV_remap_index },
- { 27726, VertexAttrib4sNV_remap_index },
- { 1422, VertexAttrib4svNV_remap_index },
- { 5216, VertexAttrib4ubNV_remap_index },
- { 778, VertexAttrib4ubvNV_remap_index },
- { 22477, VertexAttribPointerNV_remap_index },
- { 2340, VertexAttribs1dvNV_remap_index },
- { 27132, VertexAttribs1fvNV_remap_index },
- { 34051, VertexAttribs1svNV_remap_index },
- { 10721, VertexAttribs2dvNV_remap_index },
- { 26259, VertexAttribs2fvNV_remap_index },
- { 18199, VertexAttribs2svNV_remap_index },
- { 5531, VertexAttribs3dvNV_remap_index },
- { 2199, VertexAttribs3fvNV_remap_index },
- { 30883, VertexAttribs3svNV_remap_index },
- { 27816, VertexAttribs4dvNV_remap_index },
- { 5603, VertexAttribs4fvNV_remap_index },
- { 33838, VertexAttribs4svNV_remap_index },
- { 30631, VertexAttribs4ubvNV_remap_index },
- { 27886, GetTexBumpParameterfvATI_remap_index },
- { 34092, GetTexBumpParameterivATI_remap_index },
- { 19307, TexBumpParameterfvATI_remap_index },
- { 21394, TexBumpParameterivATI_remap_index },
- { 16057, AlphaFragmentOp1ATI_remap_index },
- { 26550, AlphaFragmentOp2ATI_remap_index },
- { 25568, AlphaFragmentOp3ATI_remap_index },
- { 30810, BeginFragmentShaderATI_remap_index },
- { 32183, BindFragmentShaderATI_remap_index },
- { 24663, ColorFragmentOp1ATI_remap_index },
- { 4505, ColorFragmentOp2ATI_remap_index },
- { 32524, ColorFragmentOp3ATI_remap_index },
- { 5769, DeleteFragmentShaderATI_remap_index },
- { 34275, EndFragmentShaderATI_remap_index },
- { 33445, GenFragmentShadersATI_remap_index },
- { 26413, PassTexCoordATI_remap_index },
- { 7291, SampleMapATI_remap_index },
- { 27997, SetFragmentShaderConstantATI_remap_index },
- { 363, PointParameteriNV_remap_index },
- { 14637, PointParameterivNV_remap_index },
- { 29715, ActiveStencilFaceEXT_remap_index },
- { 28443, BindVertexArrayAPPLE_remap_index },
- { 2810, DeleteVertexArraysAPPLE_remap_index },
- { 18666, GenVertexArraysAPPLE_remap_index },
- { 24317, IsVertexArrayAPPLE_remap_index },
- { 819, GetProgramNamedParameterdvNV_remap_index },
- { 3667, GetProgramNamedParameterfvNV_remap_index },
- { 27917, ProgramNamedParameter4dNV_remap_index },
- { 15011, ProgramNamedParameter4dvNV_remap_index },
- { 9240, ProgramNamedParameter4fNV_remap_index },
- { 12146, ProgramNamedParameter4fvNV_remap_index },
- { 17514, PrimitiveRestartIndexNV_remap_index },
- { 31673, PrimitiveRestartNV_remap_index },
- { 25239, DepthBoundsEXT_remap_index },
- { 1144, BlendEquationSeparateEXT_remap_index },
- { 15212, BindFramebufferEXT_remap_index },
- { 26643, BindRenderbufferEXT_remap_index },
- { 10004, CheckFramebufferStatusEXT_remap_index },
- { 23568, DeleteFramebuffersEXT_remap_index },
- { 32781, DeleteRenderbuffersEXT_remap_index },
- { 13913, FramebufferRenderbufferEXT_remap_index },
- { 14102, FramebufferTexture1DEXT_remap_index },
- { 11940, FramebufferTexture2DEXT_remap_index },
- { 11560, FramebufferTexture3DEXT_remap_index },
- { 24183, GenFramebuffersEXT_remap_index },
- { 18064, GenRenderbuffersEXT_remap_index },
- { 7027, GenerateMipmapEXT_remap_index },
- { 22570, GetFramebufferAttachmentParameterivEXT_remap_index },
- { 33351, GetRenderbufferParameterivEXT_remap_index },
- { 21274, IsFramebufferEXT_remap_index },
- { 34174, IsRenderbufferEXT_remap_index },
- { 8515, RenderbufferStorageEXT_remap_index },
- { 695, BlitFramebufferEXT_remap_index },
- { 14797, BufferParameteriAPPLE_remap_index },
- { 20108, FlushMappedBufferRangeAPPLE_remap_index },
- { 1867, BindFragDataLocationEXT_remap_index },
- { 25352, GetFragDataLocationEXT_remap_index },
- { 10999, GetUniformuivEXT_remap_index },
- { 33525, GetVertexAttribIivEXT_remap_index },
- { 4355, GetVertexAttribIuivEXT_remap_index },
- { 12418, Uniform1uiEXT_remap_index },
- { 28888, Uniform1uivEXT_remap_index },
- { 23112, Uniform2uiEXT_remap_index },
- { 4469, Uniform2uivEXT_remap_index },
- { 30155, Uniform3uiEXT_remap_index },
- { 15158, Uniform3uivEXT_remap_index },
- { 3591, Uniform4uiEXT_remap_index },
- { 9016, Uniform4uivEXT_remap_index },
- { 19045, VertexAttribI1iEXT_remap_index },
- { 5243, VertexAttribI1ivEXT_remap_index },
- { 2589, VertexAttribI1uiEXT_remap_index },
- { 13183, VertexAttribI1uivEXT_remap_index },
+ { 2902, UniformMatrix4fvARB_remap_index },
+ { 26922, UseProgramObjectARB_remap_index },
+ { 15730, ValidateProgramARB_remap_index },
+ { 22697, BindAttribLocationARB_remap_index },
+ { 5429, GetActiveAttribARB_remap_index },
+ { 17553, GetAttribLocationARB_remap_index },
+ { 31102, DrawBuffersARB_remap_index },
+ { 30935, ClampColorARB_remap_index },
+ { 18968, DrawArraysInstancedARB_remap_index },
+ { 7104, DrawElementsInstancedARB_remap_index },
+ { 13977, RenderbufferStorageMultisample_remap_index },
+ { 14448, FramebufferTextureARB_remap_index },
+ { 27358, FramebufferTextureFaceARB_remap_index },
+ { 25634, ProgramParameteriARB_remap_index },
+ { 6624, VertexAttribDivisorARB_remap_index },
+ { 20513, FlushMappedBufferRange_remap_index },
+ { 29436, MapBufferRange_remap_index },
+ { 29343, TexBufferARB_remap_index },
+ { 17358, BindVertexArray_remap_index },
+ { 15534, GenVertexArrays_remap_index },
+ { 31941, CopyBufferSubData_remap_index },
+ { 32893, ClientWaitSync_remap_index },
+ { 2821, DeleteSync_remap_index },
+ { 7821, FenceSync_remap_index },
+ { 16101, GetInteger64v_remap_index },
+ { 24099, GetSynciv_remap_index },
+ { 31041, IsSync_remap_index },
+ { 10028, WaitSync_remap_index },
+ { 4149, DrawElementsBaseVertex_remap_index },
+ { 19616, DrawElementsInstancedBaseVertex_remap_index },
+ { 32253, DrawRangeElementsBaseVertex_remap_index },
+ { 27971, MultiDrawElementsBaseVertex_remap_index },
+ { 33837, BlendEquationSeparateiARB_remap_index },
+ { 18786, BlendEquationiARB_remap_index },
+ { 13386, BlendFuncSeparateiARB_remap_index },
+ { 10470, BlendFunciARB_remap_index },
+ { 8796, BindSampler_remap_index },
+ { 4572, DeleteSamplers_remap_index },
+ { 20886, GenSamplers_remap_index },
+ { 30973, GetSamplerParameterIiv_remap_index },
+ { 20407, GetSamplerParameterIuiv_remap_index },
+ { 5261, GetSamplerParameterfv_remap_index },
+ { 27079, GetSamplerParameteriv_remap_index },
+ { 15079, IsSampler_remap_index },
+ { 17311, SamplerParameterIiv_remap_index },
+ { 32292, SamplerParameterIuiv_remap_index },
+ { 23772, SamplerParameterf_remap_index },
+ { 17485, SamplerParameterfv_remap_index },
+ { 23747, SamplerParameteri_remap_index },
+ { 19162, SamplerParameteriv_remap_index },
+ { 19969, ColorP3ui_remap_index },
+ { 32540, ColorP3uiv_remap_index },
+ { 22398, ColorP4ui_remap_index },
+ { 4339, ColorP4uiv_remap_index },
+ { 26621, MultiTexCoordP1ui_remap_index },
+ { 13360, MultiTexCoordP1uiv_remap_index },
+ { 1687, MultiTexCoordP2ui_remap_index },
+ { 31713, MultiTexCoordP2uiv_remap_index },
+ { 14691, MultiTexCoordP3ui_remap_index },
+ { 11062, MultiTexCoordP3uiv_remap_index },
+ { 23296, MultiTexCoordP4ui_remap_index },
+ { 4011, MultiTexCoordP4uiv_remap_index },
+ { 31384, NormalP3ui_remap_index },
+ { 20145, NormalP3uiv_remap_index },
+ { 26324, SecondaryColorP3ui_remap_index },
+ { 20163, SecondaryColorP3uiv_remap_index },
+ { 2802, TexCoordP1ui_remap_index },
+ { 2569, TexCoordP1uiv_remap_index },
+ { 15610, TexCoordP2ui_remap_index },
+ { 23321, TexCoordP2uiv_remap_index },
+ { 6331, TexCoordP3ui_remap_index },
+ { 23700, TexCoordP3uiv_remap_index },
+ { 1985, TexCoordP4ui_remap_index },
+ { 5833, TexCoordP4uiv_remap_index },
+ { 10513, VertexAttribP1ui_remap_index },
+ { 14878, VertexAttribP1uiv_remap_index },
+ { 34634, VertexAttribP2ui_remap_index },
+ { 5625, VertexAttribP2uiv_remap_index },
+ { 3484, VertexAttribP3ui_remap_index },
+ { 20904, VertexAttribP3uiv_remap_index },
+ { 14904, VertexAttribP4ui_remap_index },
+ { 16886, VertexAttribP4uiv_remap_index },
+ { 5367, VertexP2ui_remap_index },
+ { 16456, VertexP2uiv_remap_index },
+ { 2449, VertexP3ui_remap_index },
+ { 17406, VertexP3uiv_remap_index },
+ { 10056, VertexP4ui_remap_index },
+ { 3466, VertexP4uiv_remap_index },
+ { 5651, BindTransformFeedback_remap_index },
+ { 3558, DeleteTransformFeedbacks_remap_index },
+ { 7076, DrawTransformFeedback_remap_index },
+ { 10264, GenTransformFeedbacks_remap_index },
+ { 29904, IsTransformFeedback_remap_index },
+ { 27551, PauseTransformFeedback_remap_index },
+ { 6134, ResumeTransformFeedback_remap_index },
+ { 23017, ClearDepthf_remap_index },
+ { 7380, DepthRangef_remap_index },
+ { 15346, GetShaderPrecisionFormat_remap_index },
+ { 10683, ReleaseShaderCompiler_remap_index },
+ { 11679, ShaderBinary_remap_index },
+ { 1004, GetGraphicsResetStatusARB_remap_index },
+ { 26199, GetnColorTableARB_remap_index },
+ { 8565, GetnCompressedTexImageARB_remap_index },
+ { 4288, GetnConvolutionFilterARB_remap_index },
+ { 16672, GetnHistogramARB_remap_index },
+ { 24958, GetnMapdvARB_remap_index },
+ { 23494, GetnMapfvARB_remap_index },
+ { 2308, GetnMapivARB_remap_index },
+ { 18134, GetnMinmaxARB_remap_index },
+ { 4886, GetnPixelMapfvARB_remap_index },
+ { 20284, GetnPixelMapuivARB_remap_index },
+ { 3211, GetnPixelMapusvARB_remap_index },
+ { 1383, GetnPolygonStippleARB_remap_index },
+ { 22482, GetnSeparableFilterARB_remap_index },
+ { 34413, GetnTexImageARB_remap_index },
+ { 19591, GetnUniformdvARB_remap_index },
+ { 4958, GetnUniformfvARB_remap_index },
+ { 10538, GetnUniformivARB_remap_index },
+ { 23948, GetnUniformuivARB_remap_index },
+ { 3125, ReadnPixelsARB_remap_index },
+ { 6002, PolygonOffsetEXT_remap_index },
+ { 24721, GetPixelTexGenParameterfvSGIS_remap_index },
+ { 4836, GetPixelTexGenParameterivSGIS_remap_index },
+ { 24454, PixelTexGenParameterfSGIS_remap_index },
+ { 663, PixelTexGenParameterfvSGIS_remap_index },
+ { 13485, PixelTexGenParameteriSGIS_remap_index },
+ { 14590, PixelTexGenParameterivSGIS_remap_index },
+ { 19287, SampleMaskSGIS_remap_index },
+ { 21239, SamplePatternSGIS_remap_index },
+ { 27900, ColorPointerEXT_remap_index },
+ { 18580, EdgeFlagPointerEXT_remap_index },
+ { 6697, IndexPointerEXT_remap_index },
+ { 6777, NormalPointerEXT_remap_index },
+ { 16740, TexCoordPointerEXT_remap_index },
+ { 7610, VertexPointerEXT_remap_index },
+ { 3925, PointParameterfEXT_remap_index },
+ { 8461, PointParameterfvEXT_remap_index },
+ { 33730, LockArraysEXT_remap_index },
+ { 15794, UnlockArraysEXT_remap_index },
+ { 1291, SecondaryColor3bEXT_remap_index },
+ { 8654, SecondaryColor3bvEXT_remap_index },
+ { 11189, SecondaryColor3dEXT_remap_index },
+ { 27128, SecondaryColor3dvEXT_remap_index },
+ { 29770, SecondaryColor3fEXT_remap_index },
+ { 19324, SecondaryColor3fvEXT_remap_index },
+ { 509, SecondaryColor3iEXT_remap_index },
+ { 17076, SecondaryColor3ivEXT_remap_index },
+ { 10771, SecondaryColor3sEXT_remap_index },
+ { 32557, SecondaryColor3svEXT_remap_index },
+ { 28835, SecondaryColor3ubEXT_remap_index },
+ { 22588, SecondaryColor3ubvEXT_remap_index },
+ { 13727, SecondaryColor3uiEXT_remap_index },
+ { 24341, SecondaryColor3uivEXT_remap_index },
+ { 27408, SecondaryColor3usEXT_remap_index },
+ { 13800, SecondaryColor3usvEXT_remap_index },
+ { 12548, SecondaryColorPointerEXT_remap_index },
+ { 27222, MultiDrawArraysEXT_remap_index },
+ { 22227, MultiDrawElementsEXT_remap_index },
+ { 22438, FogCoordPointerEXT_remap_index },
+ { 5009, FogCoorddEXT_remap_index },
+ { 33131, FogCoorddvEXT_remap_index },
+ { 5126, FogCoordfEXT_remap_index },
+ { 28758, FogCoordfvEXT_remap_index },
+ { 12648, PixelTexGenSGIX_remap_index },
+ { 29363, BlendFuncSeparateEXT_remap_index },
+ { 7522, FlushVertexArrayRangeNV_remap_index },
+ { 5951, VertexArrayRangeNV_remap_index },
+ { 29835, CombinerInputNV_remap_index },
+ { 2251, CombinerOutputNV_remap_index },
+ { 32710, CombinerParameterfNV_remap_index },
+ { 5805, CombinerParameterfvNV_remap_index },
+ { 23797, CombinerParameteriNV_remap_index },
+ { 34213, CombinerParameterivNV_remap_index },
+ { 7898, FinalCombinerInputNV_remap_index },
+ { 1648, GetCombinerInputParameterfvNV_remap_index },
+ { 34050, GetCombinerInputParameterivNV_remap_index },
+ { 216, GetCombinerOutputParameterfvNV_remap_index },
+ { 14551, GetCombinerOutputParameterivNV_remap_index },
+ { 7284, GetFinalCombinerInputParameterfvNV_remap_index },
+ { 26266, GetFinalCombinerInputParameterivNV_remap_index },
+ { 13338, ResizeBuffersMESA_remap_index },
+ { 11874, WindowPos2dMESA_remap_index },
+ { 1084, WindowPos2dvMESA_remap_index },
+ { 35142, WindowPos2fMESA_remap_index },
+ { 8599, WindowPos2fvMESA_remap_index },
+ { 19234, WindowPos2iMESA_remap_index },
+ { 21712, WindowPos2ivMESA_remap_index },
+ { 22326, WindowPos2sMESA_remap_index },
+ { 6366, WindowPos2svMESA_remap_index },
+ { 8390, WindowPos3dMESA_remap_index },
+ { 14823, WindowPos3dvMESA_remap_index },
+ { 555, WindowPos3fMESA_remap_index },
+ { 15855, WindowPos3fvMESA_remap_index },
+ { 25527, WindowPos3iMESA_remap_index },
+ { 31886, WindowPos3ivMESA_remap_index },
+ { 20032, WindowPos3sMESA_remap_index },
+ { 33387, WindowPos3svMESA_remap_index },
+ { 11825, WindowPos4dMESA_remap_index },
+ { 18010, WindowPos4dvMESA_remap_index },
+ { 14782, WindowPos4fMESA_remap_index },
+ { 32447, WindowPos4fvMESA_remap_index },
+ { 32039, WindowPos4iMESA_remap_index },
+ { 13177, WindowPos4ivMESA_remap_index },
+ { 20260, WindowPos4sMESA_remap_index },
+ { 3509, WindowPos4svMESA_remap_index },
+ { 28466, MultiModeDrawArraysIBM_remap_index },
+ { 30610, MultiModeDrawElementsIBM_remap_index },
+ { 12952, DeleteFencesNV_remap_index },
+ { 29682, FinishFenceNV_remap_index },
+ { 4073, GenFencesNV_remap_index },
+ { 17990, GetFenceivNV_remap_index },
+ { 8867, IsFenceNV_remap_index },
+ { 14478, SetFenceNV_remap_index },
+ { 4649, TestFenceNV_remap_index },
+ { 33358, AreProgramsResidentNV_remap_index },
+ { 32752, BindProgramNV_remap_index },
+ { 27491, DeleteProgramsNV_remap_index },
+ { 22806, ExecuteProgramNV_remap_index },
+ { 35035, GenProgramsNV_remap_index },
+ { 24826, GetProgramParameterdvNV_remap_index },
+ { 11251, GetProgramParameterfvNV_remap_index },
+ { 27874, GetProgramStringNV_remap_index },
+ { 25904, GetProgramivNV_remap_index },
+ { 25081, GetTrackMatrixivNV_remap_index },
+ { 27668, GetVertexAttribPointervNV_remap_index },
+ { 10866, GetVertexAttribdvNV_remap_index },
+ { 9923, GetVertexAttribfvNV_remap_index },
+ { 19537, GetVertexAttribivNV_remap_index },
+ { 20543, IsProgramNV_remap_index },
+ { 10006, LoadProgramNV_remap_index },
+ { 29459, ProgramParameters4dvNV_remap_index },
+ { 25834, ProgramParameters4fvNV_remap_index },
+ { 22016, RequestResidentProgramsNV_remap_index },
+ { 32231, TrackMatrixNV_remap_index },
+ { 34027, VertexAttrib1dNV_remap_index },
+ { 14389, VertexAttrib1dvNV_remap_index },
+ { 30116, VertexAttrib1fNV_remap_index },
+ { 2608, VertexAttrib1fvNV_remap_index },
+ { 32504, VertexAttrib1sNV_remap_index },
+ { 15928, VertexAttrib1svNV_remap_index },
+ { 5317, VertexAttrib2dNV_remap_index },
+ { 14282, VertexAttrib2dvNV_remap_index },
+ { 21471, VertexAttrib2fNV_remap_index },
+ { 13848, VertexAttrib2fvNV_remap_index },
+ { 6578, VertexAttrib2sNV_remap_index },
+ { 20086, VertexAttrib2svNV_remap_index },
+ { 12022, VertexAttrib3dNV_remap_index },
+ { 33608, VertexAttrib3dvNV_remap_index },
+ { 11037, VertexAttrib3fNV_remap_index },
+ { 26226, VertexAttrib3fvNV_remap_index },
+ { 23570, VertexAttrib3sNV_remap_index },
+ { 25108, VertexAttrib3svNV_remap_index },
+ { 30584, VertexAttrib4dNV_remap_index },
+ { 35072, VertexAttrib4dvNV_remap_index },
+ { 5745, VertexAttrib4fNV_remap_index },
+ { 10073, VertexAttrib4fvNV_remap_index },
+ { 28350, VertexAttrib4sNV_remap_index },
+ { 1461, VertexAttrib4svNV_remap_index },
+ { 5492, VertexAttrib4ubNV_remap_index },
+ { 817, VertexAttrib4ubvNV_remap_index },
+ { 22986, VertexAttribPointerNV_remap_index },
+ { 2423, VertexAttribs1dvNV_remap_index },
+ { 27756, VertexAttribs1fvNV_remap_index },
+ { 34872, VertexAttribs1svNV_remap_index },
+ { 11088, VertexAttribs2dvNV_remap_index },
+ { 26883, VertexAttribs2fvNV_remap_index },
+ { 18606, VertexAttribs2svNV_remap_index },
+ { 5853, VertexAttribs3dvNV_remap_index },
+ { 2282, VertexAttribs3fvNV_remap_index },
+ { 31608, VertexAttribs3svNV_remap_index },
+ { 28440, VertexAttribs4dvNV_remap_index },
+ { 5925, VertexAttribs4fvNV_remap_index },
+ { 34659, VertexAttribs4svNV_remap_index },
+ { 31339, VertexAttribs4ubvNV_remap_index },
+ { 28542, GetTexBumpParameterfvATI_remap_index },
+ { 34913, GetTexBumpParameterivATI_remap_index },
+ { 19714, TexBumpParameterfvATI_remap_index },
+ { 21887, TexBumpParameterivATI_remap_index },
+ { 16492, AlphaFragmentOp1ATI_remap_index },
+ { 27174, AlphaFragmentOp2ATI_remap_index },
+ { 26142, AlphaFragmentOp3ATI_remap_index },
+ { 31535, BeginFragmentShaderATI_remap_index },
+ { 32951, BindFragmentShaderATI_remap_index },
+ { 25237, ColorFragmentOp1ATI_remap_index },
+ { 4764, ColorFragmentOp2ATI_remap_index },
+ { 33253, ColorFragmentOp3ATI_remap_index },
+ { 6091, DeleteFragmentShaderATI_remap_index },
+ { 35096, EndFragmentShaderATI_remap_index },
+ { 34241, GenFragmentShadersATI_remap_index },
+ { 27037, PassTexCoordATI_remap_index },
+ { 7590, SampleMapATI_remap_index },
+ { 28653, SetFragmentShaderConstantATI_remap_index },
+ { 402, PointParameteriNV_remap_index },
+ { 15035, PointParameterivNV_remap_index },
+ { 30423, ActiveStencilFaceEXT_remap_index },
+ { 29099, BindVertexArrayAPPLE_remap_index },
+ { 2949, DeleteVertexArraysAPPLE_remap_index },
+ { 19073, GenVertexArraysAPPLE_remap_index },
+ { 24891, IsVertexArrayAPPLE_remap_index },
+ { 858, GetProgramNamedParameterdvNV_remap_index },
+ { 3888, GetProgramNamedParameterfvNV_remap_index },
+ { 28573, ProgramNamedParameter4dNV_remap_index },
+ { 15409, ProgramNamedParameter4dvNV_remap_index },
+ { 9539, ProgramNamedParameter4fNV_remap_index },
+ { 12513, ProgramNamedParameter4fvNV_remap_index },
+ { 17921, PrimitiveRestartIndexNV_remap_index },
+ { 32424, PrimitiveRestartNV_remap_index },
+ { 25813, DepthBoundsEXT_remap_index },
+ { 1183, BlendEquationSeparateEXT_remap_index },
+ { 15629, BindFramebufferEXT_remap_index },
+ { 27267, BindRenderbufferEXT_remap_index },
+ { 10320, CheckFramebufferStatusEXT_remap_index },
+ { 24142, DeleteFramebuffersEXT_remap_index },
+ { 33510, DeleteRenderbuffersEXT_remap_index },
+ { 14306, FramebufferRenderbufferEXT_remap_index },
+ { 14495, FramebufferTexture1DEXT_remap_index },
+ { 12307, FramebufferTexture2DEXT_remap_index },
+ { 11927, FramebufferTexture3DEXT_remap_index },
+ { 24757, GenFramebuffersEXT_remap_index },
+ { 18471, GenRenderbuffersEXT_remap_index },
+ { 7326, GenerateMipmapEXT_remap_index },
+ { 23079, GetFramebufferAttachmentParameterivEXT_remap_index },
+ { 34147, GetRenderbufferParameterivEXT_remap_index },
+ { 21767, IsFramebufferEXT_remap_index },
+ { 34995, IsRenderbufferEXT_remap_index },
+ { 8814, RenderbufferStorageEXT_remap_index },
+ { 734, BlitFramebufferEXT_remap_index },
+ { 15195, BufferParameteriAPPLE_remap_index },
+ { 20575, FlushMappedBufferRangeAPPLE_remap_index },
+ { 1931, BindFragDataLocationEXT_remap_index },
+ { 25926, GetFragDataLocationEXT_remap_index },
+ { 11366, GetUniformuivEXT_remap_index },
+ { 34321, GetVertexAttribIivEXT_remap_index },
+ { 29630, GetVertexAttribIuivEXT_remap_index },
+ { 12785, Uniform1uiEXT_remap_index },
+ { 29544, Uniform1uivEXT_remap_index },
+ { 23666, Uniform2uiEXT_remap_index },
+ { 4728, Uniform2uivEXT_remap_index },
+ { 30863, Uniform3uiEXT_remap_index },
+ { 15556, Uniform3uivEXT_remap_index },
+ { 3812, Uniform4uiEXT_remap_index },
+ { 9315, Uniform4uivEXT_remap_index },
+ { 19452, VertexAttribI1iEXT_remap_index },
+ { 5519, VertexAttribI1ivEXT_remap_index },
+ { 2709, VertexAttribI1uiEXT_remap_index },
+ { 13576, VertexAttribI1uivEXT_remap_index },
{ 81, VertexAttribI2iEXT_remap_index },
- { 24775, VertexAttribI2ivEXT_remap_index },
- { 5557, VertexAttribI2uiEXT_remap_index },
- { 4912, VertexAttribI2uivEXT_remap_index },
- { 27518, VertexAttribI3iEXT_remap_index },
- { 25977, VertexAttribI3ivEXT_remap_index },
- { 3445, VertexAttribI3uiEXT_remap_index },
- { 31376, VertexAttribI3uivEXT_remap_index },
- { 22821, VertexAttribI4bvEXT_remap_index },
- { 15090, VertexAttribI4iEXT_remap_index },
- { 33050, VertexAttribI4ivEXT_remap_index },
- { 13816, VertexAttribI4svEXT_remap_index },
- { 17032, VertexAttribI4ubvEXT_remap_index },
- { 16678, VertexAttribI4uiEXT_remap_index },
- { 5703, VertexAttribI4uivEXT_remap_index },
- { 11723, VertexAttribI4usvEXT_remap_index },
- { 19251, VertexAttribIPointerEXT_remap_index },
- { 3103, FramebufferTextureLayerEXT_remap_index },
- { 5979, ColorMaskIndexedEXT_remap_index },
- { 19687, DisableIndexedEXT_remap_index },
- { 27563, EnableIndexedEXT_remap_index },
- { 22525, GetBooleanIndexedvEXT_remap_index },
- { 11334, GetIntegerIndexedvEXT_remap_index },
- { 23644, IsEnabledIndexedEXT_remap_index },
- { 23544, ClearColorIiEXT_remap_index },
- { 3541, ClearColorIuiEXT_remap_index },
- { 10222, GetTexParameterIivEXT_remap_index },
- { 6227, GetTexParameterIuivEXT_remap_index },
- { 3059, TexParameterIivEXT_remap_index },
- { 27385, TexParameterIuivEXT_remap_index },
- { 4780, BeginConditionalRenderNV_remap_index },
- { 26363, EndConditionalRenderNV_remap_index },
- { 9651, BeginTransformFeedbackEXT_remap_index },
- { 19722, BindBufferBaseEXT_remap_index },
- { 19581, BindBufferOffsetEXT_remap_index },
- { 12635, BindBufferRangeEXT_remap_index },
- { 14712, EndTransformFeedbackEXT_remap_index },
- { 11197, GetTransformFeedbackVaryingEXT_remap_index },
- { 21579, TransformFeedbackVaryingsEXT_remap_index },
- { 30532, ProvokingVertexEXT_remap_index },
- { 11145, GetTexParameterPointervAPPLE_remap_index },
- { 5305, TextureRangeAPPLE_remap_index },
- { 12012, GetObjectParameterivAPPLE_remap_index },
- { 20701, ObjectPurgeableAPPLE_remap_index },
- { 6021, ObjectUnpurgeableAPPLE_remap_index },
- { 17886, ActiveProgramEXT_remap_index },
- { 17857, CreateShaderProgramEXT_remap_index },
- { 29500, UseShaderProgramEXT_remap_index },
- { 16985, TextureBarrierNV_remap_index },
- { 29741, StencilFuncSeparateATI_remap_index },
- { 5892, ProgramEnvParameters4fvEXT_remap_index },
- { 17751, ProgramLocalParameters4fvEXT_remap_index },
- { 14565, GetQueryObjecti64vEXT_remap_index },
- { 10747, GetQueryObjectui64vEXT_remap_index },
- { 24732, EGLImageTargetRenderbufferStorageOES_remap_index },
- { 12524, EGLImageTargetTexture2DOES_remap_index },
+ { 25349, VertexAttribI2ivEXT_remap_index },
+ { 5879, VertexAttribI2uiEXT_remap_index },
+ { 5171, VertexAttribI2uivEXT_remap_index },
+ { 28142, VertexAttribI3iEXT_remap_index },
+ { 26576, VertexAttribI3ivEXT_remap_index },
+ { 3666, VertexAttribI3uiEXT_remap_index },
+ { 32127, VertexAttribI3uivEXT_remap_index },
+ { 23375, VertexAttribI4bvEXT_remap_index },
+ { 15488, VertexAttribI4iEXT_remap_index },
+ { 33779, VertexAttribI4ivEXT_remap_index },
+ { 14209, VertexAttribI4svEXT_remap_index },
+ { 4241, VertexAttribI4ubvEXT_remap_index },
+ { 17139, VertexAttribI4uiEXT_remap_index },
+ { 6025, VertexAttribI4uivEXT_remap_index },
+ { 12090, VertexAttribI4usvEXT_remap_index },
+ { 19658, VertexAttribIPointerEXT_remap_index },
+ { 3281, FramebufferTextureLayerEXT_remap_index },
+ { 17511, ColorMaskIndexedEXT_remap_index },
+ { 20110, DisableIndexedEXT_remap_index },
+ { 28187, EnableIndexedEXT_remap_index },
+ { 23034, GetBooleanIndexedvEXT_remap_index },
+ { 11701, GetIntegerIndexedvEXT_remap_index },
+ { 24218, IsEnabledIndexedEXT_remap_index },
+ { 24118, ClearColorIiEXT_remap_index },
+ { 3762, ClearColorIuiEXT_remap_index },
+ { 10563, GetTexParameterIivEXT_remap_index },
+ { 6526, GetTexParameterIuivEXT_remap_index },
+ { 3237, TexParameterIivEXT_remap_index },
+ { 28009, TexParameterIuivEXT_remap_index },
+ { 5039, BeginConditionalRenderNV_remap_index },
+ { 26987, EndConditionalRenderNV_remap_index },
+ { 9950, BeginTransformFeedbackEXT_remap_index },
+ { 20189, BindBufferBaseEXT_remap_index },
+ { 20004, BindBufferOffsetEXT_remap_index },
+ { 13002, BindBufferRangeEXT_remap_index },
+ { 15110, EndTransformFeedbackEXT_remap_index },
+ { 11564, GetTransformFeedbackVaryingEXT_remap_index },
+ { 22072, TransformFeedbackVaryingsEXT_remap_index },
+ { 31240, ProvokingVertexEXT_remap_index },
+ { 11512, GetTexParameterPointervAPPLE_remap_index },
+ { 5581, TextureRangeAPPLE_remap_index },
+ { 12379, GetObjectParameterivAPPLE_remap_index },
+ { 21194, ObjectPurgeableAPPLE_remap_index },
+ { 6301, ObjectUnpurgeableAPPLE_remap_index },
+ { 18293, ActiveProgramEXT_remap_index },
+ { 18264, CreateShaderProgramEXT_remap_index },
+ { 30208, UseShaderProgramEXT_remap_index },
+ { 17464, TextureBarrierNV_remap_index },
+ { 30449, StencilFuncSeparateATI_remap_index },
+ { 6214, ProgramEnvParameters4fvEXT_remap_index },
+ { 18158, ProgramLocalParameters4fvEXT_remap_index },
+ { 14963, GetQueryObjecti64vEXT_remap_index },
+ { 11114, GetQueryObjectui64vEXT_remap_index },
+ { 25306, EGLImageTargetRenderbufferStorageOES_remap_index },
+ { 12891, EGLImageTargetTexture2DOES_remap_index },
{ -1, -1 }
};
/* these functions are in the ABI, but have alternative names */
static const struct gl_function_remap MESA_alt_functions[] = {
/* from GL_EXT_blend_color */
- { 2728, _gloffset_BlendColor },
+ { 2867, _gloffset_BlendColor },
/* from GL_EXT_blend_minmax */
- { 11617, _gloffset_BlendEquation },
+ { 11984, _gloffset_BlendEquation },
/* from GL_EXT_color_subtable */
- { 17625, _gloffset_ColorSubTable },
- { 32713, _gloffset_CopyColorSubTable },
+ { 18032, _gloffset_ColorSubTable },
+ { 33442, _gloffset_CopyColorSubTable },
/* from GL_EXT_convolution */
- { 257, _gloffset_ConvolutionFilter1D },
- { 2527, _gloffset_CopyConvolutionFilter1D },
- { 4197, _gloffset_GetConvolutionParameteriv },
- { 8864, _gloffset_ConvolutionFilter2D },
- { 9066, _gloffset_ConvolutionParameteriv },
- { 9526, _gloffset_ConvolutionParameterfv },
- { 21422, _gloffset_GetSeparableFilter },
- { 25007, _gloffset_SeparableFilter2D },
- { 25870, _gloffset_ConvolutionParameteri },
- { 26038, _gloffset_ConvolutionParameterf },
- { 27752, _gloffset_GetConvolutionParameterfv },
- { 28609, _gloffset_GetConvolutionFilter },
- { 31072, _gloffset_CopyConvolutionFilter2D },
+ { 296, _gloffset_ConvolutionFilter1D },
+ { 2647, _gloffset_CopyConvolutionFilter1D },
+ { 4508, _gloffset_GetConvolutionParameteriv },
+ { 9163, _gloffset_ConvolutionFilter2D },
+ { 9365, _gloffset_ConvolutionParameteriv },
+ { 9825, _gloffset_ConvolutionParameterfv },
+ { 21915, _gloffset_GetSeparableFilter },
+ { 25581, _gloffset_SeparableFilter2D },
+ { 26469, _gloffset_ConvolutionParameteri },
+ { 26662, _gloffset_ConvolutionParameterf },
+ { 28376, _gloffset_GetConvolutionParameterfv },
+ { 29265, _gloffset_GetConvolutionFilter },
+ { 31823, _gloffset_CopyConvolutionFilter2D },
/* from GL_EXT_copy_texture */
- { 15571, _gloffset_CopyTexSubImage3D },
- { 17312, _gloffset_CopyTexImage2D },
- { 25478, _gloffset_CopyTexImage1D },
- { 28290, _gloffset_CopyTexSubImage2D },
- { 30710, _gloffset_CopyTexSubImage1D },
+ { 15988, _gloffset_CopyTexSubImage3D },
+ { 17719, _gloffset_CopyTexImage2D },
+ { 26052, _gloffset_CopyTexImage1D },
+ { 28946, _gloffset_CopyTexSubImage2D },
+ { 31435, _gloffset_CopyTexSubImage1D },
/* from GL_EXT_draw_range_elements */
- { 9863, _gloffset_DrawRangeElements },
+ { 10179, _gloffset_DrawRangeElements },
/* from GL_EXT_histogram */
- { 856, _gloffset_Histogram },
- { 3627, _gloffset_ResetHistogram },
- { 10368, _gloffset_GetMinmax },
- { 15905, _gloffset_GetHistogramParameterfv },
- { 25403, _gloffset_GetMinmaxParameteriv },
- { 27642, _gloffset_ResetMinmax },
- { 28506, _gloffset_GetHistogramParameteriv },
- { 29675, _gloffset_GetHistogram },
- { 32299, _gloffset_Minmax },
- { 33921, _gloffset_GetMinmaxParameterfv },
+ { 895, _gloffset_Histogram },
+ { 3848, _gloffset_ResetHistogram },
+ { 10709, _gloffset_GetMinmax },
+ { 16322, _gloffset_GetHistogramParameterfv },
+ { 25977, _gloffset_GetMinmaxParameteriv },
+ { 28266, _gloffset_ResetMinmax },
+ { 29162, _gloffset_GetHistogramParameteriv },
+ { 30383, _gloffset_GetHistogram },
+ { 33067, _gloffset_Minmax },
+ { 34742, _gloffset_GetMinmaxParameterfv },
/* from GL_EXT_paletted_texture */
- { 8726, _gloffset_ColorTable },
- { 15751, _gloffset_GetColorTable },
- { 23930, _gloffset_GetColorTableParameterfv },
- { 26094, _gloffset_GetColorTableParameteriv },
+ { 9025, _gloffset_ColorTable },
+ { 16168, _gloffset_GetColorTable },
+ { 24504, _gloffset_GetColorTableParameterfv },
+ { 26718, _gloffset_GetColorTableParameteriv },
/* from GL_EXT_subtexture */
- { 7437, _gloffset_TexSubImage1D },
- { 11072, _gloffset_TexSubImage2D },
+ { 7736, _gloffset_TexSubImage1D },
+ { 11439, _gloffset_TexSubImage2D },
/* from GL_EXT_texture3D */
- { 1826, _gloffset_TexImage3D },
- { 23699, _gloffset_TexSubImage3D },
+ { 1890, _gloffset_TexImage3D },
+ { 24273, _gloffset_TexSubImage3D },
/* from GL_EXT_texture_object */
- { 3395, _gloffset_PrioritizeTextures },
- { 7886, _gloffset_AreTexturesResident },
- { 14020, _gloffset_GenTextures },
- { 16264, _gloffset_DeleteTextures },
- { 20389, _gloffset_IsTexture },
- { 30775, _gloffset_BindTexture },
+ { 3616, _gloffset_PrioritizeTextures },
+ { 8185, _gloffset_AreTexturesResident },
+ { 14413, _gloffset_GenTextures },
+ { 16699, _gloffset_DeleteTextures },
+ { 20856, _gloffset_IsTexture },
+ { 31500, _gloffset_BindTexture },
/* from GL_EXT_vertex_array */
- { 25179, _gloffset_ArrayElement },
- { 31887, _gloffset_GetPointerv },
- { 33472, _gloffset_DrawArrays },
+ { 25753, _gloffset_ArrayElement },
+ { 32655, _gloffset_GetPointerv },
+ { 34268, _gloffset_DrawArrays },
/* from GL_SGI_color_table */
- { 8004, _gloffset_ColorTableParameteriv },
- { 8726, _gloffset_ColorTable },
- { 15751, _gloffset_GetColorTable },
- { 15861, _gloffset_CopyColorTable },
- { 20250, _gloffset_ColorTableParameterfv },
- { 23930, _gloffset_GetColorTableParameterfv },
- { 26094, _gloffset_GetColorTableParameteriv },
+ { 8303, _gloffset_ColorTableParameteriv },
+ { 9025, _gloffset_ColorTable },
+ { 16168, _gloffset_GetColorTable },
+ { 16278, _gloffset_CopyColorTable },
+ { 20717, _gloffset_ColorTableParameterfv },
+ { 24504, _gloffset_GetColorTableParameterfv },
+ { 26718, _gloffset_GetColorTableParameteriv },
/* from GL_VERSION_1_3 */
- { 425, _gloffset_MultiTexCoord3sARB },
- { 657, _gloffset_ActiveTextureARB },
- { 4407, _gloffset_MultiTexCoord1fvARB },
- { 6503, _gloffset_MultiTexCoord3dARB },
- { 6548, _gloffset_MultiTexCoord2iARB },
- { 6672, _gloffset_MultiTexCoord2svARB },
- { 8682, _gloffset_MultiTexCoord2fARB },
- { 10777, _gloffset_MultiTexCoord3fvARB },
- { 11379, _gloffset_MultiTexCoord4sARB },
- { 12060, _gloffset_MultiTexCoord2dvARB },
- { 12467, _gloffset_MultiTexCoord1svARB },
- { 12832, _gloffset_MultiTexCoord3svARB },
- { 12893, _gloffset_MultiTexCoord4iARB },
- { 13724, _gloffset_MultiTexCoord3iARB },
- { 14594, _gloffset_MultiTexCoord1dARB },
- { 14826, _gloffset_MultiTexCoord3dvARB },
- { 16105, _gloffset_MultiTexCoord3ivARB },
- { 16150, _gloffset_MultiTexCoord2sARB },
- { 17682, _gloffset_MultiTexCoord4ivARB },
- { 19890, _gloffset_ClientActiveTextureARB },
- { 22253, _gloffset_MultiTexCoord2dARB },
- { 22690, _gloffset_MultiTexCoord4dvARB },
- { 23067, _gloffset_MultiTexCoord4fvARB },
- { 24071, _gloffset_MultiTexCoord3fARB },
- { 26688, _gloffset_MultiTexCoord4dARB },
- { 26954, _gloffset_MultiTexCoord1sARB },
- { 27158, _gloffset_MultiTexCoord1dvARB },
- { 28134, _gloffset_MultiTexCoord1ivARB },
- { 28227, _gloffset_MultiTexCoord2ivARB },
- { 28566, _gloffset_MultiTexCoord1iARB },
- { 29950, _gloffset_MultiTexCoord4svARB },
- { 30574, _gloffset_MultiTexCoord1fARB },
- { 30837, _gloffset_MultiTexCoord4fARB },
- { 33306, _gloffset_MultiTexCoord2fvARB },
+ { 464, _gloffset_MultiTexCoord3sARB },
+ { 696, _gloffset_ActiveTextureARB },
+ { 4666, _gloffset_MultiTexCoord1fvARB },
+ { 6802, _gloffset_MultiTexCoord3dARB },
+ { 6847, _gloffset_MultiTexCoord2iARB },
+ { 6971, _gloffset_MultiTexCoord2svARB },
+ { 8981, _gloffset_MultiTexCoord2fARB },
+ { 11144, _gloffset_MultiTexCoord3fvARB },
+ { 11746, _gloffset_MultiTexCoord4sARB },
+ { 12427, _gloffset_MultiTexCoord2dvARB },
+ { 12834, _gloffset_MultiTexCoord1svARB },
+ { 13199, _gloffset_MultiTexCoord3svARB },
+ { 13260, _gloffset_MultiTexCoord4iARB },
+ { 14117, _gloffset_MultiTexCoord3iARB },
+ { 14992, _gloffset_MultiTexCoord1dARB },
+ { 15224, _gloffset_MultiTexCoord3dvARB },
+ { 16540, _gloffset_MultiTexCoord3ivARB },
+ { 16585, _gloffset_MultiTexCoord2sARB },
+ { 18089, _gloffset_MultiTexCoord4ivARB },
+ { 20357, _gloffset_ClientActiveTextureARB },
+ { 22762, _gloffset_MultiTexCoord2dARB },
+ { 23199, _gloffset_MultiTexCoord4dvARB },
+ { 23621, _gloffset_MultiTexCoord4fvARB },
+ { 24645, _gloffset_MultiTexCoord3fARB },
+ { 27312, _gloffset_MultiTexCoord4dARB },
+ { 27578, _gloffset_MultiTexCoord1sARB },
+ { 27782, _gloffset_MultiTexCoord1dvARB },
+ { 28790, _gloffset_MultiTexCoord1ivARB },
+ { 28883, _gloffset_MultiTexCoord2ivARB },
+ { 29222, _gloffset_MultiTexCoord1iARB },
+ { 30658, _gloffset_MultiTexCoord4svARB },
+ { 31282, _gloffset_MultiTexCoord1fARB },
+ { 31562, _gloffset_MultiTexCoord4fARB },
+ { 34102, _gloffset_MultiTexCoord2fvARB },
{ -1, -1 }
};
@@ -5570,7 +5760,7 @@ static const struct gl_function_remap MESA_alt_functions[] = {
#if defined(need_GL_3DFX_tbuffer)
static const struct gl_function_remap GL_3DFX_tbuffer_functions[] = {
- { 9584, -1 }, /* TbufferMask3DFX */
+ { 9883, -1 }, /* TbufferMask3DFX */
{ -1, -1 }
};
#endif
@@ -5689,11 +5879,11 @@ static const struct gl_function_remap GL_ARB_map_buffer_range_functions[] = {
#if defined(need_GL_ARB_matrix_palette)
static const struct gl_function_remap GL_ARB_matrix_palette_functions[] = {
- { 3878, -1 }, /* MatrixIndexusvARB */
- { 13545, -1 }, /* MatrixIndexuivARB */
- { 14981, -1 }, /* MatrixIndexPointerARB */
- { 20656, -1 }, /* CurrentPaletteMatrixARB */
- { 23815, -1 }, /* MatrixIndexubvARB */
+ { 4125, -1 }, /* MatrixIndexusvARB */
+ { 13938, -1 }, /* MatrixIndexuivARB */
+ { 15379, -1 }, /* MatrixIndexPointerARB */
+ { 21149, -1 }, /* CurrentPaletteMatrixARB */
+ { 24389, -1 }, /* MatrixIndexubvARB */
{ -1, -1 }
};
#endif
@@ -5791,16 +5981,16 @@ static const struct gl_function_remap GL_ARB_vertex_array_object_functions[] = {
#if defined(need_GL_ARB_vertex_blend)
static const struct gl_function_remap GL_ARB_vertex_blend_functions[] = {
- { 2469, -1 }, /* WeightubvARB */
- { 6915, -1 }, /* WeightivARB */
- { 11482, -1 }, /* WeightPointerARB */
- { 14312, -1 }, /* WeightfvARB */
- { 18225, -1 }, /* WeightbvARB */
- { 21886, -1 }, /* WeightusvARB */
- { 24933, -1 }, /* VertexBlendARB */
- { 30658, -1 }, /* WeightsvARB */
- { 32763, -1 }, /* WeightdvARB */
- { 33506, -1 }, /* WeightuivARB */
+ { 2589, -1 }, /* WeightubvARB */
+ { 7214, -1 }, /* WeightivARB */
+ { 11849, -1 }, /* WeightPointerARB */
+ { 14673, -1 }, /* WeightfvARB */
+ { 18632, -1 }, /* WeightbvARB */
+ { 22379, -1 }, /* WeightusvARB */
+ { 25507, -1 }, /* VertexBlendARB */
+ { 31366, -1 }, /* WeightsvARB */
+ { 33492, -1 }, /* WeightdvARB */
+ { 34302, -1 }, /* WeightuivARB */
{ -1, -1 }
};
#endif
@@ -5826,6 +6016,13 @@ static const struct gl_function_remap GL_ARB_vertex_shader_functions[] = {
};
#endif
+#if defined(need_GL_ARB_vertex_type_2_10_10_10_rev)
+/* functions defined in MESA_remap_table_functions are excluded */
+static const struct gl_function_remap GL_ARB_vertex_type_2_10_10_10_rev_functions[] = {
+ { -1, -1 }
+};
+#endif
+
#if defined(need_GL_ARB_window_pos)
/* functions defined in MESA_remap_table_functions are excluded */
static const struct gl_function_remap GL_ARB_window_pos_functions[] = {
@@ -5870,7 +6067,7 @@ static const struct gl_function_remap GL_ATI_separate_stencil_functions[] = {
#if defined(need_GL_EXT_blend_color)
static const struct gl_function_remap GL_EXT_blend_color_functions[] = {
- { 2728, _gloffset_BlendColor },
+ { 2867, _gloffset_BlendColor },
{ -1, -1 }
};
#endif
@@ -5891,15 +6088,15 @@ static const struct gl_function_remap GL_EXT_blend_func_separate_functions[] = {
#if defined(need_GL_EXT_blend_minmax)
static const struct gl_function_remap GL_EXT_blend_minmax_functions[] = {
- { 11617, _gloffset_BlendEquation },
+ { 11984, _gloffset_BlendEquation },
{ -1, -1 }
};
#endif
#if defined(need_GL_EXT_color_subtable)
static const struct gl_function_remap GL_EXT_color_subtable_functions[] = {
- { 17625, _gloffset_ColorSubTable },
- { 32713, _gloffset_CopyColorSubTable },
+ { 18032, _gloffset_ColorSubTable },
+ { 33442, _gloffset_CopyColorSubTable },
{ -1, -1 }
};
#endif
@@ -5913,66 +6110,66 @@ static const struct gl_function_remap GL_EXT_compiled_vertex_array_functions[] =
#if defined(need_GL_EXT_convolution)
static const struct gl_function_remap GL_EXT_convolution_functions[] = {
- { 257, _gloffset_ConvolutionFilter1D },
- { 2527, _gloffset_CopyConvolutionFilter1D },
- { 4197, _gloffset_GetConvolutionParameteriv },
- { 8864, _gloffset_ConvolutionFilter2D },
- { 9066, _gloffset_ConvolutionParameteriv },
- { 9526, _gloffset_ConvolutionParameterfv },
- { 21422, _gloffset_GetSeparableFilter },
- { 25007, _gloffset_SeparableFilter2D },
- { 25870, _gloffset_ConvolutionParameteri },
- { 26038, _gloffset_ConvolutionParameterf },
- { 27752, _gloffset_GetConvolutionParameterfv },
- { 28609, _gloffset_GetConvolutionFilter },
- { 31072, _gloffset_CopyConvolutionFilter2D },
+ { 296, _gloffset_ConvolutionFilter1D },
+ { 2647, _gloffset_CopyConvolutionFilter1D },
+ { 4508, _gloffset_GetConvolutionParameteriv },
+ { 9163, _gloffset_ConvolutionFilter2D },
+ { 9365, _gloffset_ConvolutionParameteriv },
+ { 9825, _gloffset_ConvolutionParameterfv },
+ { 21915, _gloffset_GetSeparableFilter },
+ { 25581, _gloffset_SeparableFilter2D },
+ { 26469, _gloffset_ConvolutionParameteri },
+ { 26662, _gloffset_ConvolutionParameterf },
+ { 28376, _gloffset_GetConvolutionParameterfv },
+ { 29265, _gloffset_GetConvolutionFilter },
+ { 31823, _gloffset_CopyConvolutionFilter2D },
{ -1, -1 }
};
#endif
#if defined(need_GL_EXT_coordinate_frame)
static const struct gl_function_remap GL_EXT_coordinate_frame_functions[] = {
- { 10916, -1 }, /* TangentPointerEXT */
- { 12951, -1 }, /* Binormal3ivEXT */
- { 13677, -1 }, /* Tangent3sEXT */
- { 15046, -1 }, /* Tangent3fvEXT */
- { 19335, -1 }, /* Tangent3ivEXT */
- { 19562, -1 }, /* Tangent3dvEXT */
- { 20336, -1 }, /* Binormal3bvEXT */
- { 21475, -1 }, /* Binormal3dEXT */
- { 23747, -1 }, /* Tangent3fEXT */
- { 25942, -1 }, /* Binormal3sEXT */
- { 26484, -1 }, /* Tangent3dEXT */
- { 27431, -1 }, /* Binormal3svEXT */
- { 28032, -1 }, /* Binormal3fEXT */
- { 28940, -1 }, /* Binormal3dvEXT */
- { 30207, -1 }, /* Tangent3iEXT */
- { 31357, -1 }, /* Tangent3bvEXT */
- { 31922, -1 }, /* Tangent3bEXT */
- { 32486, -1 }, /* Binormal3fvEXT */
- { 33205, -1 }, /* BinormalPointerEXT */
- { 33686, -1 }, /* Tangent3svEXT */
- { 34123, -1 }, /* Binormal3bEXT */
- { 34300, -1 }, /* Binormal3iEXT */
+ { 11283, -1 }, /* TangentPointerEXT */
+ { 13318, -1 }, /* Binormal3ivEXT */
+ { 14070, -1 }, /* Tangent3sEXT */
+ { 15444, -1 }, /* Tangent3fvEXT */
+ { 19742, -1 }, /* Tangent3ivEXT */
+ { 19985, -1 }, /* Tangent3dvEXT */
+ { 20803, -1 }, /* Binormal3bvEXT */
+ { 21968, -1 }, /* Binormal3dEXT */
+ { 24321, -1 }, /* Tangent3fEXT */
+ { 26541, -1 }, /* Binormal3sEXT */
+ { 27108, -1 }, /* Tangent3dEXT */
+ { 28055, -1 }, /* Binormal3svEXT */
+ { 28688, -1 }, /* Binormal3fEXT */
+ { 29596, -1 }, /* Binormal3dvEXT */
+ { 30915, -1 }, /* Tangent3iEXT */
+ { 32108, -1 }, /* Tangent3bvEXT */
+ { 32690, -1 }, /* Tangent3bEXT */
+ { 33215, -1 }, /* Binormal3fvEXT */
+ { 34001, -1 }, /* BinormalPointerEXT */
+ { 34482, -1 }, /* Tangent3svEXT */
+ { 34944, -1 }, /* Binormal3bEXT */
+ { 35121, -1 }, /* Binormal3iEXT */
{ -1, -1 }
};
#endif
#if defined(need_GL_EXT_copy_texture)
static const struct gl_function_remap GL_EXT_copy_texture_functions[] = {
- { 15571, _gloffset_CopyTexSubImage3D },
- { 17312, _gloffset_CopyTexImage2D },
- { 25478, _gloffset_CopyTexImage1D },
- { 28290, _gloffset_CopyTexSubImage2D },
- { 30710, _gloffset_CopyTexSubImage1D },
+ { 15988, _gloffset_CopyTexSubImage3D },
+ { 17719, _gloffset_CopyTexImage2D },
+ { 26052, _gloffset_CopyTexImage1D },
+ { 28946, _gloffset_CopyTexSubImage2D },
+ { 31435, _gloffset_CopyTexSubImage1D },
{ -1, -1 }
};
#endif
#if defined(need_GL_EXT_cull_vertex)
static const struct gl_function_remap GL_EXT_cull_vertex_functions[] = {
- { 9215, -1 }, /* CullParameterdvEXT */
- { 12105, -1 }, /* CullParameterfvEXT */
+ { 9514, -1 }, /* CullParameterdvEXT */
+ { 12472, -1 }, /* CullParameterfvEXT */
{ -1, -1 }
};
#endif
@@ -6000,7 +6197,7 @@ static const struct gl_function_remap GL_EXT_draw_instanced_functions[] = {
#if defined(need_GL_EXT_draw_range_elements)
static const struct gl_function_remap GL_EXT_draw_range_elements_functions[] = {
- { 9863, _gloffset_DrawRangeElements },
+ { 10179, _gloffset_DrawRangeElements },
{ -1, -1 }
};
#endif
@@ -6049,39 +6246,39 @@ static const struct gl_function_remap GL_EXT_gpu_shader4_functions[] = {
#if defined(need_GL_EXT_histogram)
static const struct gl_function_remap GL_EXT_histogram_functions[] = {
- { 856, _gloffset_Histogram },
- { 3627, _gloffset_ResetHistogram },
- { 10368, _gloffset_GetMinmax },
- { 15905, _gloffset_GetHistogramParameterfv },
- { 25403, _gloffset_GetMinmaxParameteriv },
- { 27642, _gloffset_ResetMinmax },
- { 28506, _gloffset_GetHistogramParameteriv },
- { 29675, _gloffset_GetHistogram },
- { 32299, _gloffset_Minmax },
- { 33921, _gloffset_GetMinmaxParameterfv },
+ { 895, _gloffset_Histogram },
+ { 3848, _gloffset_ResetHistogram },
+ { 10709, _gloffset_GetMinmax },
+ { 16322, _gloffset_GetHistogramParameterfv },
+ { 25977, _gloffset_GetMinmaxParameteriv },
+ { 28266, _gloffset_ResetMinmax },
+ { 29162, _gloffset_GetHistogramParameteriv },
+ { 30383, _gloffset_GetHistogram },
+ { 33067, _gloffset_Minmax },
+ { 34742, _gloffset_GetMinmaxParameterfv },
{ -1, -1 }
};
#endif
#if defined(need_GL_EXT_index_func)
static const struct gl_function_remap GL_EXT_index_func_functions[] = {
- { 11891, -1 }, /* IndexFuncEXT */
+ { 12258, -1 }, /* IndexFuncEXT */
{ -1, -1 }
};
#endif
#if defined(need_GL_EXT_index_material)
static const struct gl_function_remap GL_EXT_index_material_functions[] = {
- { 22008, -1 }, /* IndexMaterialEXT */
+ { 22517, -1 }, /* IndexMaterialEXT */
{ -1, -1 }
};
#endif
#if defined(need_GL_EXT_light_texture)
static const struct gl_function_remap GL_EXT_light_texture_functions[] = {
- { 27451, -1 }, /* ApplyTextureEXT */
- { 27596, -1 }, /* TextureMaterialEXT */
- { 27621, -1 }, /* TextureLightEXT */
+ { 28075, -1 }, /* ApplyTextureEXT */
+ { 28220, -1 }, /* TextureMaterialEXT */
+ { 28245, -1 }, /* TextureLightEXT */
{ -1, -1 }
};
#endif
@@ -6102,20 +6299,20 @@ static const struct gl_function_remap GL_EXT_multisample_functions[] = {
#if defined(need_GL_EXT_paletted_texture)
static const struct gl_function_remap GL_EXT_paletted_texture_functions[] = {
- { 8726, _gloffset_ColorTable },
- { 15751, _gloffset_GetColorTable },
- { 23930, _gloffset_GetColorTableParameterfv },
- { 26094, _gloffset_GetColorTableParameteriv },
+ { 9025, _gloffset_ColorTable },
+ { 16168, _gloffset_GetColorTable },
+ { 24504, _gloffset_GetColorTableParameterfv },
+ { 26718, _gloffset_GetColorTableParameteriv },
{ -1, -1 }
};
#endif
#if defined(need_GL_EXT_pixel_transform)
static const struct gl_function_remap GL_EXT_pixel_transform_functions[] = {
- { 22655, -1 }, /* PixelTransformParameterfEXT */
- { 22735, -1 }, /* PixelTransformParameteriEXT */
- { 31637, -1 }, /* PixelTransformParameterfvEXT */
- { 33169, -1 }, /* PixelTransformParameterivEXT */
+ { 23164, -1 }, /* PixelTransformParameterfEXT */
+ { 23244, -1 }, /* PixelTransformParameteriEXT */
+ { 32388, -1 }, /* PixelTransformParameterfvEXT */
+ { 33965, -1 }, /* PixelTransformParameterivEXT */
{ -1, -1 }
};
#endif
@@ -6164,16 +6361,16 @@ static const struct gl_function_remap GL_EXT_stencil_two_side_functions[] = {
#if defined(need_GL_EXT_subtexture)
static const struct gl_function_remap GL_EXT_subtexture_functions[] = {
- { 7437, _gloffset_TexSubImage1D },
- { 11072, _gloffset_TexSubImage2D },
+ { 7736, _gloffset_TexSubImage1D },
+ { 11439, _gloffset_TexSubImage2D },
{ -1, -1 }
};
#endif
#if defined(need_GL_EXT_texture3D)
static const struct gl_function_remap GL_EXT_texture3D_functions[] = {
- { 1826, _gloffset_TexImage3D },
- { 23699, _gloffset_TexSubImage3D },
+ { 1890, _gloffset_TexImage3D },
+ { 24273, _gloffset_TexSubImage3D },
{ -1, -1 }
};
#endif
@@ -6194,19 +6391,19 @@ static const struct gl_function_remap GL_EXT_texture_integer_functions[] = {
#if defined(need_GL_EXT_texture_object)
static const struct gl_function_remap GL_EXT_texture_object_functions[] = {
- { 3395, _gloffset_PrioritizeTextures },
- { 7886, _gloffset_AreTexturesResident },
- { 14020, _gloffset_GenTextures },
- { 16264, _gloffset_DeleteTextures },
- { 20389, _gloffset_IsTexture },
- { 30775, _gloffset_BindTexture },
+ { 3616, _gloffset_PrioritizeTextures },
+ { 8185, _gloffset_AreTexturesResident },
+ { 14413, _gloffset_GenTextures },
+ { 16699, _gloffset_DeleteTextures },
+ { 20856, _gloffset_IsTexture },
+ { 31500, _gloffset_BindTexture },
{ -1, -1 }
};
#endif
#if defined(need_GL_EXT_texture_perturb_normal)
static const struct gl_function_remap GL_EXT_texture_perturb_normal_functions[] = {
- { 14262, -1 }, /* TextureNormalEXT */
+ { 14623, -1 }, /* TextureNormalEXT */
{ -1, -1 }
};
#endif
@@ -6228,30 +6425,30 @@ static const struct gl_function_remap GL_EXT_transform_feedback_functions[] = {
#if defined(need_GL_EXT_vertex_array)
/* functions defined in MESA_remap_table_functions are excluded */
static const struct gl_function_remap GL_EXT_vertex_array_functions[] = {
- { 25179, _gloffset_ArrayElement },
- { 31887, _gloffset_GetPointerv },
- { 33472, _gloffset_DrawArrays },
+ { 25753, _gloffset_ArrayElement },
+ { 32655, _gloffset_GetPointerv },
+ { 34268, _gloffset_DrawArrays },
{ -1, -1 }
};
#endif
#if defined(need_GL_EXT_vertex_weighting)
static const struct gl_function_remap GL_EXT_vertex_weighting_functions[] = {
- { 20437, -1 }, /* VertexWeightfvEXT */
- { 27975, -1 }, /* VertexWeightfEXT */
- { 29644, -1 }, /* VertexWeightPointerEXT */
+ { 20930, -1 }, /* VertexWeightfvEXT */
+ { 28631, -1 }, /* VertexWeightfEXT */
+ { 30352, -1 }, /* VertexWeightPointerEXT */
{ -1, -1 }
};
#endif
#if defined(need_GL_HP_image_transform)
static const struct gl_function_remap GL_HP_image_transform_functions[] = {
- { 2400, -1 }, /* GetImageTransformParameterfvHP */
- { 3844, -1 }, /* ImageTransformParameterfHP */
- { 10610, -1 }, /* ImageTransformParameterfvHP */
- { 12352, -1 }, /* ImageTransformParameteriHP */
- { 12722, -1 }, /* GetImageTransformParameterivHP */
- { 20501, -1 }, /* ImageTransformParameterivHP */
+ { 2500, -1 }, /* GetImageTransformParameterfvHP */
+ { 4091, -1 }, /* ImageTransformParameterfHP */
+ { 10951, -1 }, /* ImageTransformParameterfvHP */
+ { 12719, -1 }, /* ImageTransformParameteriHP */
+ { 13089, -1 }, /* GetImageTransformParameterivHP */
+ { 20994, -1 }, /* ImageTransformParameterivHP */
{ -1, -1 }
};
#endif
@@ -6265,14 +6462,14 @@ static const struct gl_function_remap GL_IBM_multimode_draw_arrays_functions[] =
#if defined(need_GL_IBM_vertex_array_lists)
static const struct gl_function_remap GL_IBM_vertex_array_lists_functions[] = {
- { 4539, -1 }, /* SecondaryColorPointerListIBM */
- { 6369, -1 }, /* NormalPointerListIBM */
- { 8060, -1 }, /* FogCoordPointerListIBM */
- { 8401, -1 }, /* VertexPointerListIBM */
- { 12606, -1 }, /* ColorPointerListIBM */
- { 13784, -1 }, /* TexCoordPointerListIBM */
- { 14284, -1 }, /* IndexPointerListIBM */
- { 33864, -1 }, /* EdgeFlagPointerListIBM */
+ { 4798, -1 }, /* SecondaryColorPointerListIBM */
+ { 6668, -1 }, /* NormalPointerListIBM */
+ { 8359, -1 }, /* FogCoordPointerListIBM */
+ { 8700, -1 }, /* VertexPointerListIBM */
+ { 12973, -1 }, /* ColorPointerListIBM */
+ { 14177, -1 }, /* TexCoordPointerListIBM */
+ { 14645, -1 }, /* IndexPointerListIBM */
+ { 34685, -1 }, /* EdgeFlagPointerListIBM */
{ -1, -1 }
};
#endif
@@ -6286,10 +6483,10 @@ static const struct gl_function_remap GL_INGR_blend_func_separate_functions[] =
#if defined(need_GL_INTEL_parallel_arrays)
static const struct gl_function_remap GL_INTEL_parallel_arrays_functions[] = {
- { 13124, -1 }, /* VertexPointervINTEL */
- { 15998, -1 }, /* ColorPointervINTEL */
- { 31046, -1 }, /* NormalPointervINTEL */
- { 31569, -1 }, /* TexCoordPointervINTEL */
+ { 13517, -1 }, /* VertexPointervINTEL */
+ { 16415, -1 }, /* ColorPointervINTEL */
+ { 31797, -1 }, /* NormalPointervINTEL */
+ { 32320, -1 }, /* TexCoordPointervINTEL */
{ -1, -1 }
};
#endif
@@ -6303,10 +6500,10 @@ static const struct gl_function_remap GL_MESA_resize_buffers_functions[] = {
#if defined(need_GL_MESA_shader_debug)
static const struct gl_function_remap GL_MESA_shader_debug_functions[] = {
- { 1690, -1 }, /* GetDebugLogLengthMESA */
- { 3566, -1 }, /* ClearDebugLogMESA */
- { 4724, -1 }, /* GetDebugLogMESA */
- { 32080, -1 }, /* CreateDebugObjectMESA */
+ { 1754, -1 }, /* GetDebugLogLengthMESA */
+ { 3787, -1 }, /* ClearDebugLogMESA */
+ { 4983, -1 }, /* GetDebugLogMESA */
+ { 32848, -1 }, /* CreateDebugObjectMESA */
{ -1, -1 }
};
#endif
@@ -6327,15 +6524,15 @@ static const struct gl_function_remap GL_NV_condtitional_render_functions[] = {
#if defined(need_GL_NV_evaluators)
static const struct gl_function_remap GL_NV_evaluators_functions[] = {
- { 7099, -1 }, /* GetMapAttribParameterivNV */
- { 8832, -1 }, /* MapControlPointsNV */
- { 8931, -1 }, /* MapParameterfvNV */
- { 11055, -1 }, /* EvalMapsNV */
- { 17823, -1 }, /* GetMapAttribParameterfvNV */
- { 18040, -1 }, /* MapParameterivNV */
- { 25793, -1 }, /* GetMapParameterivNV */
- { 26336, -1 }, /* GetMapParameterfvNV */
- { 30361, -1 }, /* GetMapControlPointsNV */
+ { 7398, -1 }, /* GetMapAttribParameterivNV */
+ { 9131, -1 }, /* MapControlPointsNV */
+ { 9230, -1 }, /* MapParameterfvNV */
+ { 11422, -1 }, /* EvalMapsNV */
+ { 18230, -1 }, /* GetMapAttribParameterfvNV */
+ { 18447, -1 }, /* MapParameterivNV */
+ { 26392, -1 }, /* GetMapParameterivNV */
+ { 26960, -1 }, /* GetMapParameterfvNV */
+ { 31069, -1 }, /* GetMapControlPointsNV */
{ -1, -1 }
};
#endif
@@ -6377,8 +6574,8 @@ static const struct gl_function_remap GL_NV_register_combiners_functions[] = {
#if defined(need_GL_NV_register_combiners2)
static const struct gl_function_remap GL_NV_register_combiners2_functions[] = {
- { 16417, -1 }, /* CombinerStageParameterfvNV */
- { 16813, -1 }, /* GetCombinerStageParameterfvNV */
+ { 16852, -1 }, /* CombinerStageParameterfvNV */
+ { 17274, -1 }, /* GetCombinerStageParameterfvNV */
{ -1, -1 }
};
#endif
@@ -6413,23 +6610,23 @@ static const struct gl_function_remap GL_OES_EGL_image_functions[] = {
#if defined(need_GL_PGI_misc_hints)
static const struct gl_function_remap GL_PGI_misc_hints_functions[] = {
- { 9052, -1 }, /* HintPGI */
+ { 9351, -1 }, /* HintPGI */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIS_detail_texture)
static const struct gl_function_remap GL_SGIS_detail_texture_functions[] = {
- { 16786, -1 }, /* GetDetailTexFuncSGIS */
- { 17257, -1 }, /* DetailTexFuncSGIS */
+ { 17247, -1 }, /* GetDetailTexFuncSGIS */
+ { 17664, -1 }, /* DetailTexFuncSGIS */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIS_fog_function)
static const struct gl_function_remap GL_SGIS_fog_function_functions[] = {
- { 28272, -1 }, /* FogFuncSGIS */
- { 28993, -1 }, /* GetFogFuncSGIS */
+ { 28928, -1 }, /* FogFuncSGIS */
+ { 29701, -1 }, /* GetFogFuncSGIS */
{ -1, -1 }
};
#endif
@@ -6457,112 +6654,112 @@ static const struct gl_function_remap GL_SGIS_point_parameters_functions[] = {
#if defined(need_GL_SGIS_sharpen_texture)
static const struct gl_function_remap GL_SGIS_sharpen_texture_functions[] = {
- { 7160, -1 }, /* GetSharpenTexFuncSGIS */
- { 23041, -1 }, /* SharpenTexFuncSGIS */
+ { 7459, -1 }, /* GetSharpenTexFuncSGIS */
+ { 23595, -1 }, /* SharpenTexFuncSGIS */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIS_texture4D)
static const struct gl_function_remap GL_SGIS_texture4D_functions[] = {
- { 995, -1 }, /* TexImage4DSGIS */
- { 16333, -1 }, /* TexSubImage4DSGIS */
+ { 1034, -1 }, /* TexImage4DSGIS */
+ { 16768, -1 }, /* TexSubImage4DSGIS */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIS_texture_color_mask)
static const struct gl_function_remap GL_SGIS_texture_color_mask_functions[] = {
- { 15704, -1 }, /* TextureColorMaskSGIS */
+ { 16121, -1 }, /* TextureColorMaskSGIS */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIS_texture_filter4)
static const struct gl_function_remap GL_SGIS_texture_filter4_functions[] = {
- { 7337, -1 }, /* GetTexFilterFuncSGIS */
- { 16959, -1 }, /* TexFilterFuncSGIS */
+ { 7636, -1 }, /* GetTexFilterFuncSGIS */
+ { 17438, -1 }, /* TexFilterFuncSGIS */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIX_async)
static const struct gl_function_remap GL_SGIX_async_functions[] = {
- { 3492, -1 }, /* AsyncMarkerSGIX */
- { 4678, -1 }, /* FinishAsyncSGIX */
- { 5750, -1 }, /* PollAsyncSGIX */
- { 23250, -1 }, /* DeleteAsyncMarkersSGIX */
- { 23305, -1 }, /* IsAsyncMarkerSGIX */
- { 33661, -1 }, /* GenAsyncMarkersSGIX */
+ { 3713, -1 }, /* AsyncMarkerSGIX */
+ { 4937, -1 }, /* FinishAsyncSGIX */
+ { 6072, -1 }, /* PollAsyncSGIX */
+ { 23824, -1 }, /* DeleteAsyncMarkersSGIX */
+ { 23879, -1 }, /* IsAsyncMarkerSGIX */
+ { 34457, -1 }, /* GenAsyncMarkersSGIX */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIX_flush_raster)
static const struct gl_function_remap GL_SGIX_flush_raster_functions[] = {
- { 7714, -1 }, /* FlushRasterSGIX */
+ { 8013, -1 }, /* FlushRasterSGIX */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIX_fragment_lighting)
static const struct gl_function_remap GL_SGIX_fragment_lighting_functions[] = {
- { 2698, -1 }, /* FragmentMaterialfvSGIX */
- { 5654, -1 }, /* FragmentLightiSGIX */
- { 8468, -1 }, /* FragmentMaterialfSGIX */
- { 8605, -1 }, /* GetFragmentLightivSGIX */
- { 9478, -1 }, /* FragmentLightModeliSGIX */
- { 11118, -1 }, /* FragmentLightivSGIX */
- { 11425, -1 }, /* GetFragmentMaterialivSGIX */
- { 16726, -1 }, /* GetFragmentMaterialfvSGIX */
- { 20306, -1 }, /* FragmentLightModelfSGIX */
- { 20624, -1 }, /* FragmentColorMaterialSGIX */
- { 21041, -1 }, /* FragmentMaterialiSGIX */
- { 22336, -1 }, /* LightEnviSGIX */
- { 24022, -1 }, /* FragmentLightModelfvSGIX */
- { 24357, -1 }, /* FragmentLightfvSGIX */
- { 29377, -1 }, /* FragmentLightModelivSGIX */
- { 29526, -1 }, /* FragmentLightfSGIX */
- { 32456, -1 }, /* GetFragmentLightfvSGIX */
- { 34144, -1 }, /* FragmentMaterialivSGIX */
+ { 2837, -1 }, /* FragmentMaterialfvSGIX */
+ { 5976, -1 }, /* FragmentLightiSGIX */
+ { 8767, -1 }, /* FragmentMaterialfSGIX */
+ { 8904, -1 }, /* GetFragmentLightivSGIX */
+ { 9777, -1 }, /* FragmentLightModeliSGIX */
+ { 11485, -1 }, /* FragmentLightivSGIX */
+ { 11792, -1 }, /* GetFragmentMaterialivSGIX */
+ { 17187, -1 }, /* GetFragmentMaterialfvSGIX */
+ { 20773, -1 }, /* FragmentLightModelfSGIX */
+ { 21117, -1 }, /* FragmentColorMaterialSGIX */
+ { 21534, -1 }, /* FragmentMaterialiSGIX */
+ { 22845, -1 }, /* LightEnviSGIX */
+ { 24596, -1 }, /* FragmentLightModelfvSGIX */
+ { 24931, -1 }, /* FragmentLightfvSGIX */
+ { 30085, -1 }, /* FragmentLightModelivSGIX */
+ { 30234, -1 }, /* FragmentLightfSGIX */
+ { 33185, -1 }, /* GetFragmentLightfvSGIX */
+ { 34965, -1 }, /* FragmentMaterialivSGIX */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIX_framezoom)
static const struct gl_function_remap GL_SGIX_framezoom_functions[] = {
- { 23328, -1 }, /* FrameZoomSGIX */
+ { 23902, -1 }, /* FrameZoomSGIX */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIX_igloo_interface)
static const struct gl_function_remap GL_SGIX_igloo_interface_functions[] = {
- { 29834, -1 }, /* IglooInterfaceSGIX */
+ { 30542, -1 }, /* IglooInterfaceSGIX */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIX_instruments)
static const struct gl_function_remap GL_SGIX_instruments_functions[] = {
- { 2878, -1 }, /* ReadInstrumentsSGIX */
- { 6933, -1 }, /* PollInstrumentsSGIX */
- { 10976, -1 }, /* GetInstrumentsSGIX */
- { 13382, -1 }, /* StartInstrumentsSGIX */
- { 16451, -1 }, /* StopInstrumentsSGIX */
- { 18488, -1 }, /* InstrumentsBufferSGIX */
+ { 3017, -1 }, /* ReadInstrumentsSGIX */
+ { 7232, -1 }, /* PollInstrumentsSGIX */
+ { 11343, -1 }, /* GetInstrumentsSGIX */
+ { 13775, -1 }, /* StartInstrumentsSGIX */
+ { 16912, -1 }, /* StopInstrumentsSGIX */
+ { 18895, -1 }, /* InstrumentsBufferSGIX */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIX_list_priority)
static const struct gl_function_remap GL_SGIX_list_priority_functions[] = {
- { 1226, -1 }, /* ListParameterfSGIX */
- { 3194, -1 }, /* GetListParameterfvSGIX */
- { 18353, -1 }, /* ListParameteriSGIX */
- { 19512, -1 }, /* ListParameterfvSGIX */
- { 21707, -1 }, /* ListParameterivSGIX */
- { 33705, -1 }, /* GetListParameterivSGIX */
+ { 1265, -1 }, /* ListParameterfSGIX */
+ { 3372, -1 }, /* GetListParameterfvSGIX */
+ { 18760, -1 }, /* ListParameteriSGIX */
+ { 19919, -1 }, /* ListParameterfvSGIX */
+ { 22200, -1 }, /* ListParameterivSGIX */
+ { 34501, -1 }, /* GetListParameterivSGIX */
{ -1, -1 }
};
#endif
@@ -6576,134 +6773,134 @@ static const struct gl_function_remap GL_SGIX_pixel_texture_functions[] = {
#if defined(need_GL_SGIX_polynomial_ffd)
static const struct gl_function_remap GL_SGIX_polynomial_ffd_functions[] = {
- { 3790, -1 }, /* LoadIdentityDeformationMapSGIX */
- { 16551, -1 }, /* DeformSGIX */
- { 25291, -1 }, /* DeformationMap3fSGIX */
- { 32344, -1 }, /* DeformationMap3dSGIX */
+ { 3059, -1 }, /* DeformationMap3dSGIX */
+ { 4037, -1 }, /* LoadIdentityDeformationMapSGIX */
+ { 17012, -1 }, /* DeformSGIX */
+ { 25865, -1 }, /* DeformationMap3fSGIX */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIX_reference_plane)
static const struct gl_function_remap GL_SGIX_reference_plane_functions[] = {
- { 15255, -1 }, /* ReferencePlaneSGIX */
+ { 15672, -1 }, /* ReferencePlaneSGIX */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIX_sprite)
static const struct gl_function_remap GL_SGIX_sprite_functions[] = {
- { 9976, -1 }, /* SpriteParameterfvSGIX */
- { 21496, -1 }, /* SpriteParameteriSGIX */
- { 27676, -1 }, /* SpriteParameterfSGIX */
- { 30504, -1 }, /* SpriteParameterivSGIX */
+ { 10292, -1 }, /* SpriteParameterfvSGIX */
+ { 21989, -1 }, /* SpriteParameteriSGIX */
+ { 28300, -1 }, /* SpriteParameterfSGIX */
+ { 31212, -1 }, /* SpriteParameterivSGIX */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGIX_tag_sample_buffer)
static const struct gl_function_remap GL_SGIX_tag_sample_buffer_functions[] = {
- { 21555, -1 }, /* TagSampleBufferSGIX */
+ { 22048, -1 }, /* TagSampleBufferSGIX */
{ -1, -1 }
};
#endif
#if defined(need_GL_SGI_color_table)
static const struct gl_function_remap GL_SGI_color_table_functions[] = {
- { 8004, _gloffset_ColorTableParameteriv },
- { 8726, _gloffset_ColorTable },
- { 15751, _gloffset_GetColorTable },
- { 15861, _gloffset_CopyColorTable },
- { 20250, _gloffset_ColorTableParameterfv },
- { 23930, _gloffset_GetColorTableParameterfv },
- { 26094, _gloffset_GetColorTableParameteriv },
+ { 8303, _gloffset_ColorTableParameteriv },
+ { 9025, _gloffset_ColorTable },
+ { 16168, _gloffset_GetColorTable },
+ { 16278, _gloffset_CopyColorTable },
+ { 20717, _gloffset_ColorTableParameterfv },
+ { 24504, _gloffset_GetColorTableParameterfv },
+ { 26718, _gloffset_GetColorTableParameteriv },
{ -1, -1 }
};
#endif
#if defined(need_GL_SUNX_constant_data)
static const struct gl_function_remap GL_SUNX_constant_data_functions[] = {
- { 32434, -1 }, /* FinishTextureSUNX */
+ { 33163, -1 }, /* FinishTextureSUNX */
{ -1, -1 }
};
#endif
#if defined(need_GL_SUN_global_alpha)
static const struct gl_function_remap GL_SUN_global_alpha_functions[] = {
- { 3513, -1 }, /* GlobalAlphaFactorubSUN */
- { 5031, -1 }, /* GlobalAlphaFactoriSUN */
- { 6958, -1 }, /* GlobalAlphaFactordSUN */
- { 10060, -1 }, /* GlobalAlphaFactoruiSUN */
- { 10567, -1 }, /* GlobalAlphaFactorbSUN */
- { 13697, -1 }, /* GlobalAlphaFactorfSUN */
- { 13861, -1 }, /* GlobalAlphaFactorusSUN */
- { 23617, -1 }, /* GlobalAlphaFactorsSUN */
+ { 3734, -1 }, /* GlobalAlphaFactorubSUN */
+ { 5290, -1 }, /* GlobalAlphaFactoriSUN */
+ { 7257, -1 }, /* GlobalAlphaFactordSUN */
+ { 10376, -1 }, /* GlobalAlphaFactoruiSUN */
+ { 10908, -1 }, /* GlobalAlphaFactorbSUN */
+ { 14090, -1 }, /* GlobalAlphaFactorfSUN */
+ { 14254, -1 }, /* GlobalAlphaFactorusSUN */
+ { 24191, -1 }, /* GlobalAlphaFactorsSUN */
{ -1, -1 }
};
#endif
#if defined(need_GL_SUN_mesh_array)
static const struct gl_function_remap GL_SUN_mesh_array_functions[] = {
- { 30295, -1 }, /* DrawMeshArraysSUN */
+ { 31003, -1 }, /* DrawMeshArraysSUN */
{ -1, -1 }
};
#endif
#if defined(need_GL_SUN_triangle_list)
static const struct gl_function_remap GL_SUN_triangle_list_functions[] = {
- { 4652, -1 }, /* ReplacementCodeubSUN */
- { 6717, -1 }, /* ReplacementCodeubvSUN */
- { 19971, -1 }, /* ReplacementCodeusvSUN */
- { 20159, -1 }, /* ReplacementCodePointerSUN */
- { 22400, -1 }, /* ReplacementCodeuiSUN */
- { 23279, -1 }, /* ReplacementCodeusSUN */
- { 30961, -1 }, /* ReplacementCodeuivSUN */
+ { 4911, -1 }, /* ReplacementCodeubSUN */
+ { 7016, -1 }, /* ReplacementCodeubvSUN */
+ { 20438, -1 }, /* ReplacementCodeusvSUN */
+ { 20626, -1 }, /* ReplacementCodePointerSUN */
+ { 22909, -1 }, /* ReplacementCodeuiSUN */
+ { 23853, -1 }, /* ReplacementCodeusSUN */
+ { 31686, -1 }, /* ReplacementCodeuivSUN */
{ -1, -1 }
};
#endif
#if defined(need_GL_SUN_vertex)
static const struct gl_function_remap GL_SUN_vertex_functions[] = {
- { 1100, -1 }, /* ReplacementCodeuiColor3fVertex3fvSUN */
- { 1298, -1 }, /* TexCoord4fColor4fNormal3fVertex4fvSUN */
- { 1552, -1 }, /* TexCoord2fColor4ubVertex3fvSUN */
- { 1921, -1 }, /* ReplacementCodeuiVertex3fvSUN */
- { 2055, -1 }, /* ReplacementCodeuiTexCoord2fVertex3fvSUN */
- { 2634, -1 }, /* ReplacementCodeuiNormal3fVertex3fSUN */
- { 2974, -1 }, /* Color4ubVertex3fvSUN */
- { 4836, -1 }, /* Color4ubVertex3fSUN */
- { 4959, -1 }, /* TexCoord2fVertex3fSUN */
- { 5377, -1 }, /* TexCoord2fColor4fNormal3fVertex3fSUN */
- { 5854, -1 }, /* TexCoord2fNormal3fVertex3fvSUN */
- { 6612, -1 }, /* ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN */
- { 7392, -1 }, /* ReplacementCodeuiColor4ubVertex3fvSUN */
- { 7751, -1 }, /* ReplacementCodeuiTexCoord2fVertex3fSUN */
- { 9277, -1 }, /* Color3fVertex3fSUN */
- { 10476, -1 }, /* Color3fVertex3fvSUN */
- { 10941, -1 }, /* Color4fNormal3fVertex3fvSUN */
- { 11770, -1 }, /* ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN */
- { 13245, -1 }, /* ReplacementCodeuiColor4fNormal3fVertex3fvSUN */
- { 14871, -1 }, /* ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN */
- { 15397, -1 }, /* TexCoord2fColor3fVertex3fSUN */
- { 16476, -1 }, /* TexCoord4fColor4fNormal3fVertex4fSUN */
- { 16918, -1 }, /* Color4ubVertex2fvSUN */
- { 17282, -1 }, /* Normal3fVertex3fSUN */
- { 18429, -1 }, /* ReplacementCodeuiColor4fNormal3fVertex3fSUN */
- { 18781, -1 }, /* TexCoord2fColor4fNormal3fVertex3fvSUN */
- { 19088, -1 }, /* TexCoord2fNormal3fVertex3fSUN */
- { 19764, -1 }, /* TexCoord2fVertex3fvSUN */
- { 20594, -1 }, /* Color4ubVertex2fSUN */
- { 20832, -1 }, /* ReplacementCodeuiColor4ubVertex3fSUN */
- { 22866, -1 }, /* TexCoord2fColor4ubVertex3fSUN */
- { 23347, -1 }, /* Normal3fVertex3fvSUN */
- { 23839, -1 }, /* Color4fNormal3fVertex3fSUN */
- { 24840, -1 }, /* ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN */
- { 26997, -1 }, /* ReplacementCodeuiColor3fVertex3fSUN */
- { 28388, -1 }, /* TexCoord4fVertex4fSUN */
- { 28834, -1 }, /* TexCoord2fColor3fVertex3fvSUN */
- { 29221, -1 }, /* ReplacementCodeuiNormal3fVertex3fvSUN */
- { 29348, -1 }, /* TexCoord4fVertex4fvSUN */
- { 30082, -1 }, /* ReplacementCodeuiVertex3fSUN */
+ { 1139, -1 }, /* ReplacementCodeuiColor3fVertex3fvSUN */
+ { 1337, -1 }, /* TexCoord4fColor4fNormal3fVertex4fvSUN */
+ { 1591, -1 }, /* TexCoord2fColor4ubVertex3fvSUN */
+ { 2004, -1 }, /* ReplacementCodeuiVertex3fvSUN */
+ { 2138, -1 }, /* ReplacementCodeuiTexCoord2fVertex3fvSUN */
+ { 2754, -1 }, /* ReplacementCodeuiNormal3fVertex3fSUN */
+ { 3152, -1 }, /* Color4ubVertex3fvSUN */
+ { 5095, -1 }, /* Color4ubVertex3fSUN */
+ { 5218, -1 }, /* TexCoord2fVertex3fSUN */
+ { 5679, -1 }, /* TexCoord2fColor4fNormal3fVertex3fSUN */
+ { 6176, -1 }, /* TexCoord2fNormal3fVertex3fvSUN */
+ { 6911, -1 }, /* ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN */
+ { 7691, -1 }, /* ReplacementCodeuiColor4ubVertex3fvSUN */
+ { 8050, -1 }, /* ReplacementCodeuiTexCoord2fVertex3fSUN */
+ { 9576, -1 }, /* Color3fVertex3fSUN */
+ { 10817, -1 }, /* Color3fVertex3fvSUN */
+ { 11308, -1 }, /* Color4fNormal3fVertex3fvSUN */
+ { 12137, -1 }, /* ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN */
+ { 13638, -1 }, /* ReplacementCodeuiColor4fNormal3fVertex3fvSUN */
+ { 15269, -1 }, /* ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN */
+ { 15814, -1 }, /* TexCoord2fColor3fVertex3fSUN */
+ { 16937, -1 }, /* TexCoord4fColor4fNormal3fVertex4fSUN */
+ { 17379, -1 }, /* Color4ubVertex2fvSUN */
+ { 17689, -1 }, /* Normal3fVertex3fSUN */
+ { 18836, -1 }, /* ReplacementCodeuiColor4fNormal3fVertex3fSUN */
+ { 19188, -1 }, /* TexCoord2fColor4fNormal3fVertex3fvSUN */
+ { 19495, -1 }, /* TexCoord2fNormal3fVertex3fSUN */
+ { 20231, -1 }, /* TexCoord2fVertex3fvSUN */
+ { 21087, -1 }, /* Color4ubVertex2fSUN */
+ { 21325, -1 }, /* ReplacementCodeuiColor4ubVertex3fSUN */
+ { 23420, -1 }, /* TexCoord2fColor4ubVertex3fSUN */
+ { 23921, -1 }, /* Normal3fVertex3fvSUN */
+ { 24413, -1 }, /* Color4fNormal3fVertex3fSUN */
+ { 25414, -1 }, /* ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN */
+ { 27621, -1 }, /* ReplacementCodeuiColor3fVertex3fSUN */
+ { 29044, -1 }, /* TexCoord4fVertex4fSUN */
+ { 29490, -1 }, /* TexCoord2fColor3fVertex3fvSUN */
+ { 29929, -1 }, /* ReplacementCodeuiNormal3fVertex3fvSUN */
+ { 30056, -1 }, /* TexCoord4fVertex4fvSUN */
+ { 30790, -1 }, /* ReplacementCodeuiVertex3fSUN */
{ -1, -1 }
};
#endif
@@ -6711,40 +6908,40 @@ static const struct gl_function_remap GL_SUN_vertex_functions[] = {
#if defined(need_GL_VERSION_1_3)
/* functions defined in MESA_remap_table_functions are excluded */
static const struct gl_function_remap GL_VERSION_1_3_functions[] = {
- { 425, _gloffset_MultiTexCoord3sARB },
- { 657, _gloffset_ActiveTextureARB },
- { 4407, _gloffset_MultiTexCoord1fvARB },
- { 6503, _gloffset_MultiTexCoord3dARB },
- { 6548, _gloffset_MultiTexCoord2iARB },
- { 6672, _gloffset_MultiTexCoord2svARB },
- { 8682, _gloffset_MultiTexCoord2fARB },
- { 10777, _gloffset_MultiTexCoord3fvARB },
- { 11379, _gloffset_MultiTexCoord4sARB },
- { 12060, _gloffset_MultiTexCoord2dvARB },
- { 12467, _gloffset_MultiTexCoord1svARB },
- { 12832, _gloffset_MultiTexCoord3svARB },
- { 12893, _gloffset_MultiTexCoord4iARB },
- { 13724, _gloffset_MultiTexCoord3iARB },
- { 14594, _gloffset_MultiTexCoord1dARB },
- { 14826, _gloffset_MultiTexCoord3dvARB },
- { 16105, _gloffset_MultiTexCoord3ivARB },
- { 16150, _gloffset_MultiTexCoord2sARB },
- { 17682, _gloffset_MultiTexCoord4ivARB },
- { 19890, _gloffset_ClientActiveTextureARB },
- { 22253, _gloffset_MultiTexCoord2dARB },
- { 22690, _gloffset_MultiTexCoord4dvARB },
- { 23067, _gloffset_MultiTexCoord4fvARB },
- { 24071, _gloffset_MultiTexCoord3fARB },
- { 26688, _gloffset_MultiTexCoord4dARB },
- { 26954, _gloffset_MultiTexCoord1sARB },
- { 27158, _gloffset_MultiTexCoord1dvARB },
- { 28134, _gloffset_MultiTexCoord1ivARB },
- { 28227, _gloffset_MultiTexCoord2ivARB },
- { 28566, _gloffset_MultiTexCoord1iARB },
- { 29950, _gloffset_MultiTexCoord4svARB },
- { 30574, _gloffset_MultiTexCoord1fARB },
- { 30837, _gloffset_MultiTexCoord4fARB },
- { 33306, _gloffset_MultiTexCoord2fvARB },
+ { 464, _gloffset_MultiTexCoord3sARB },
+ { 696, _gloffset_ActiveTextureARB },
+ { 4666, _gloffset_MultiTexCoord1fvARB },
+ { 6802, _gloffset_MultiTexCoord3dARB },
+ { 6847, _gloffset_MultiTexCoord2iARB },
+ { 6971, _gloffset_MultiTexCoord2svARB },
+ { 8981, _gloffset_MultiTexCoord2fARB },
+ { 11144, _gloffset_MultiTexCoord3fvARB },
+ { 11746, _gloffset_MultiTexCoord4sARB },
+ { 12427, _gloffset_MultiTexCoord2dvARB },
+ { 12834, _gloffset_MultiTexCoord1svARB },
+ { 13199, _gloffset_MultiTexCoord3svARB },
+ { 13260, _gloffset_MultiTexCoord4iARB },
+ { 14117, _gloffset_MultiTexCoord3iARB },
+ { 14992, _gloffset_MultiTexCoord1dARB },
+ { 15224, _gloffset_MultiTexCoord3dvARB },
+ { 16540, _gloffset_MultiTexCoord3ivARB },
+ { 16585, _gloffset_MultiTexCoord2sARB },
+ { 18089, _gloffset_MultiTexCoord4ivARB },
+ { 20357, _gloffset_ClientActiveTextureARB },
+ { 22762, _gloffset_MultiTexCoord2dARB },
+ { 23199, _gloffset_MultiTexCoord4dvARB },
+ { 23621, _gloffset_MultiTexCoord4fvARB },
+ { 24645, _gloffset_MultiTexCoord3fARB },
+ { 27312, _gloffset_MultiTexCoord4dARB },
+ { 27578, _gloffset_MultiTexCoord1sARB },
+ { 27782, _gloffset_MultiTexCoord1dvARB },
+ { 28790, _gloffset_MultiTexCoord1ivARB },
+ { 28883, _gloffset_MultiTexCoord2ivARB },
+ { 29222, _gloffset_MultiTexCoord1iARB },
+ { 30658, _gloffset_MultiTexCoord4svARB },
+ { 31282, _gloffset_MultiTexCoord1fARB },
+ { 31562, _gloffset_MultiTexCoord4fARB },
+ { 34102, _gloffset_MultiTexCoord2fvARB },
{ -1, -1 }
};
#endif