regen for "glapi: sort ARB extensions by number"
authorDylan Noblesmith <nobled@dreamwidth.org>
Mon, 26 Mar 2012 21:28:10 +0000 (21:28 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Mon, 26 Mar 2012 21:28:10 +0000 (21:28 +0000)
src/mapi/glapi/glapi_gentable.c
src/mapi/glapi/glapitemp.h
src/mesa/main/remap_helper.h

index d459ae8..e4f75fe 100644 (file)
@@ -8314,14 +8314,14 @@ _glapi_create_table_from_handle(void *handle, const char *symbol_prefix) {
 
     if(!disp->PrimitiveRestartIndexNV) {
         void ** procp = (void **) &disp->PrimitiveRestartIndexNV;
-        snprintf(symboln, sizeof(symboln), "%sPrimitiveRestartIndexNV", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sPrimitiveRestartIndex", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->PrimitiveRestartIndexNV) {
         void ** procp = (void **) &disp->PrimitiveRestartIndexNV;
-        snprintf(symboln, sizeof(symboln), "%sPrimitiveRestartIndex", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sPrimitiveRestartIndexNV", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
@@ -9280,56 +9280,56 @@ _glapi_create_table_from_handle(void *handle, const char *symbol_prefix) {
 
     if(!disp->BeginConditionalRenderNV) {
         void ** procp = (void **) &disp->BeginConditionalRenderNV;
-        snprintf(symboln, sizeof(symboln), "%sBeginConditionalRenderNV", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sBeginConditionalRender", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->BeginConditionalRenderNV) {
         void ** procp = (void **) &disp->BeginConditionalRenderNV;
-        snprintf(symboln, sizeof(symboln), "%sBeginConditionalRender", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sBeginConditionalRenderNV", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->EndConditionalRenderNV) {
         void ** procp = (void **) &disp->EndConditionalRenderNV;
-        snprintf(symboln, sizeof(symboln), "%sEndConditionalRenderNV", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sEndConditionalRender", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->EndConditionalRenderNV) {
         void ** procp = (void **) &disp->EndConditionalRenderNV;
-        snprintf(symboln, sizeof(symboln), "%sEndConditionalRender", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sEndConditionalRenderNV", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->BeginTransformFeedbackEXT) {
         void ** procp = (void **) &disp->BeginTransformFeedbackEXT;
-        snprintf(symboln, sizeof(symboln), "%sBeginTransformFeedbackEXT", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sBeginTransformFeedback", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->BeginTransformFeedbackEXT) {
         void ** procp = (void **) &disp->BeginTransformFeedbackEXT;
-        snprintf(symboln, sizeof(symboln), "%sBeginTransformFeedback", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sBeginTransformFeedbackEXT", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->BindBufferBaseEXT) {
         void ** procp = (void **) &disp->BindBufferBaseEXT;
-        snprintf(symboln, sizeof(symboln), "%sBindBufferBaseEXT", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sBindBufferBase", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->BindBufferBaseEXT) {
         void ** procp = (void **) &disp->BindBufferBaseEXT;
-        snprintf(symboln, sizeof(symboln), "%sBindBufferBase", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sBindBufferBaseEXT", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
@@ -9343,56 +9343,56 @@ _glapi_create_table_from_handle(void *handle, const char *symbol_prefix) {
 
     if(!disp->BindBufferRangeEXT) {
         void ** procp = (void **) &disp->BindBufferRangeEXT;
-        snprintf(symboln, sizeof(symboln), "%sBindBufferRangeEXT", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sBindBufferRange", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->BindBufferRangeEXT) {
         void ** procp = (void **) &disp->BindBufferRangeEXT;
-        snprintf(symboln, sizeof(symboln), "%sBindBufferRange", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sBindBufferRangeEXT", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->EndTransformFeedbackEXT) {
         void ** procp = (void **) &disp->EndTransformFeedbackEXT;
-        snprintf(symboln, sizeof(symboln), "%sEndTransformFeedbackEXT", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sEndTransformFeedback", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->EndTransformFeedbackEXT) {
         void ** procp = (void **) &disp->EndTransformFeedbackEXT;
-        snprintf(symboln, sizeof(symboln), "%sEndTransformFeedback", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sEndTransformFeedbackEXT", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->GetTransformFeedbackVaryingEXT) {
         void ** procp = (void **) &disp->GetTransformFeedbackVaryingEXT;
-        snprintf(symboln, sizeof(symboln), "%sGetTransformFeedbackVaryingEXT", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sGetTransformFeedbackVarying", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->GetTransformFeedbackVaryingEXT) {
         void ** procp = (void **) &disp->GetTransformFeedbackVaryingEXT;
-        snprintf(symboln, sizeof(symboln), "%sGetTransformFeedbackVarying", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sGetTransformFeedbackVaryingEXT", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->TransformFeedbackVaryingsEXT) {
         void ** procp = (void **) &disp->TransformFeedbackVaryingsEXT;
-        snprintf(symboln, sizeof(symboln), "%sTransformFeedbackVaryingsEXT", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sTransformFeedbackVaryings", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
 
     if(!disp->TransformFeedbackVaryingsEXT) {
         void ** procp = (void **) &disp->TransformFeedbackVaryingsEXT;
-        snprintf(symboln, sizeof(symboln), "%sTransformFeedbackVaryings", symbol_prefix);
+        snprintf(symboln, sizeof(symboln), "%sTransformFeedbackVaryingsEXT", symbol_prefix);
         *procp = dlsym(handle, symboln);
     }
 
index 142af2e..b159a9e 100644 (file)
@@ -7045,16 +7045,16 @@ KEYWORD1 void KEYWORD2 NAME(ProgramNamedParameter4fvNV)(GLuint id, GLsizei len,
    DISPATCH(ProgramNamedParameter4fvNV, (id, len, name, v), (F, "glProgramNamedParameter4fvNV(%d, %d, %p, %p);\n", id, len, (const void *) name, (const void *) v));
 }
 
-KEYWORD1 void KEYWORD2 NAME(PrimitiveRestartIndexNV)(GLuint index)
+KEYWORD1 void KEYWORD2 NAME(PrimitiveRestartIndex)(GLuint index)
 {
     (void) index;
-   DISPATCH(PrimitiveRestartIndexNV, (index), (F, "glPrimitiveRestartIndexNV(%d);\n", index));
+   DISPATCH(PrimitiveRestartIndexNV, (index), (F, "glPrimitiveRestartIndex(%d);\n", index));
 }
 
-KEYWORD1 void KEYWORD2 NAME(PrimitiveRestartIndex)(GLuint index)
+KEYWORD1 void KEYWORD2 NAME(PrimitiveRestartIndexNV)(GLuint index)
 {
     (void) index;
-   DISPATCH(PrimitiveRestartIndexNV, (index), (F, "glPrimitiveRestartIndex(%d);\n", index));
+   DISPATCH(PrimitiveRestartIndexNV, (index), (F, "glPrimitiveRestartIndexNV(%d);\n", index));
 }
 
 KEYWORD1 void KEYWORD2 NAME(PrimitiveRestartNV)(void)
@@ -7876,21 +7876,16 @@ KEYWORD1 void KEYWORD2 NAME(TexParameterIuiv)(GLenum target, GLenum pname, const
    DISPATCH(TexParameterIuivEXT, (target, pname, params), (F, "glTexParameterIuiv(0x%x, 0x%x, %p);\n", target, pname, (const void *) params));
 }
 
-KEYWORD1 void KEYWORD2 NAME(BeginConditionalRenderNV)(GLuint query, GLenum mode)
-{
-    (void) query; (void) mode;
-   DISPATCH(BeginConditionalRenderNV, (query, mode), (F, "glBeginConditionalRenderNV(%d, 0x%x);\n", query, mode));
-}
-
 KEYWORD1 void KEYWORD2 NAME(BeginConditionalRender)(GLuint query, GLenum mode)
 {
     (void) query; (void) mode;
    DISPATCH(BeginConditionalRenderNV, (query, mode), (F, "glBeginConditionalRender(%d, 0x%x);\n", query, mode));
 }
 
-KEYWORD1 void KEYWORD2 NAME(EndConditionalRenderNV)(void)
+KEYWORD1 void KEYWORD2 NAME(BeginConditionalRenderNV)(GLuint query, GLenum mode)
 {
-   DISPATCH(EndConditionalRenderNV, (), (F, "glEndConditionalRenderNV();\n"));
+    (void) query; (void) mode;
+   DISPATCH(BeginConditionalRenderNV, (query, mode), (F, "glBeginConditionalRenderNV(%d, 0x%x);\n", query, mode));
 }
 
 KEYWORD1 void KEYWORD2 NAME(EndConditionalRender)(void)
@@ -7898,10 +7893,9 @@ KEYWORD1 void KEYWORD2 NAME(EndConditionalRender)(void)
    DISPATCH(EndConditionalRenderNV, (), (F, "glEndConditionalRender();\n"));
 }
 
-KEYWORD1 void KEYWORD2 NAME(BeginTransformFeedbackEXT)(GLenum mode)
+KEYWORD1 void KEYWORD2 NAME(EndConditionalRenderNV)(void)
 {
-    (void) mode;
-   DISPATCH(BeginTransformFeedbackEXT, (mode), (F, "glBeginTransformFeedbackEXT(0x%x);\n", mode));
+   DISPATCH(EndConditionalRenderNV, (), (F, "glEndConditionalRenderNV();\n"));
 }
 
 KEYWORD1 void KEYWORD2 NAME(BeginTransformFeedback)(GLenum mode)
@@ -7910,10 +7904,10 @@ KEYWORD1 void KEYWORD2 NAME(BeginTransformFeedback)(GLenum mode)
    DISPATCH(BeginTransformFeedbackEXT, (mode), (F, "glBeginTransformFeedback(0x%x);\n", mode));
 }
 
-KEYWORD1 void KEYWORD2 NAME(BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer)
+KEYWORD1 void KEYWORD2 NAME(BeginTransformFeedbackEXT)(GLenum mode)
 {
-    (void) target; (void) index; (void) buffer;
-   DISPATCH(BindBufferBaseEXT, (target, index, buffer), (F, "glBindBufferBaseEXT(0x%x, %d, %d);\n", target, index, buffer));
+    (void) mode;
+   DISPATCH(BeginTransformFeedbackEXT, (mode), (F, "glBeginTransformFeedbackEXT(0x%x);\n", mode));
 }
 
 KEYWORD1 void KEYWORD2 NAME(BindBufferBase)(GLenum target, GLuint index, GLuint buffer)
@@ -7922,16 +7916,16 @@ KEYWORD1 void KEYWORD2 NAME(BindBufferBase)(GLenum target, GLuint index, GLuint
    DISPATCH(BindBufferBaseEXT, (target, index, buffer), (F, "glBindBufferBase(0x%x, %d, %d);\n", target, index, buffer));
 }
 
-KEYWORD1 void KEYWORD2 NAME(BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset)
+KEYWORD1 void KEYWORD2 NAME(BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer)
 {
-    (void) target; (void) index; (void) buffer; (void) offset;
-   DISPATCH(BindBufferOffsetEXT, (target, index, buffer, offset), (F, "glBindBufferOffsetEXT(0x%x, %d, %d, %d);\n", target, index, buffer, offset));
+    (void) target; (void) index; (void) buffer;
+   DISPATCH(BindBufferBaseEXT, (target, index, buffer), (F, "glBindBufferBaseEXT(0x%x, %d, %d);\n", target, index, buffer));
 }
 
-KEYWORD1 void KEYWORD2 NAME(BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
+KEYWORD1 void KEYWORD2 NAME(BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset)
 {
-    (void) target; (void) index; (void) buffer; (void) offset; (void) size;
-   DISPATCH(BindBufferRangeEXT, (target, index, buffer, offset, size), (F, "glBindBufferRangeEXT(0x%x, %d, %d, %d, %d);\n", target, index, buffer, offset, size));
+    (void) target; (void) index; (void) buffer; (void) offset;
+   DISPATCH(BindBufferOffsetEXT, (target, index, buffer, offset), (F, "glBindBufferOffsetEXT(0x%x, %d, %d, %d);\n", target, index, buffer, offset));
 }
 
 KEYWORD1 void KEYWORD2 NAME(BindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
@@ -7940,9 +7934,10 @@ KEYWORD1 void KEYWORD2 NAME(BindBufferRange)(GLenum target, GLuint index, GLuint
    DISPATCH(BindBufferRangeEXT, (target, index, buffer, offset, size), (F, "glBindBufferRange(0x%x, %d, %d, %d, %d);\n", target, index, buffer, offset, size));
 }
 
-KEYWORD1 void KEYWORD2 NAME(EndTransformFeedbackEXT)(void)
+KEYWORD1 void KEYWORD2 NAME(BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
 {
-   DISPATCH(EndTransformFeedbackEXT, (), (F, "glEndTransformFeedbackEXT();\n"));
+    (void) target; (void) index; (void) buffer; (void) offset; (void) size;
+   DISPATCH(BindBufferRangeEXT, (target, index, buffer, offset, size), (F, "glBindBufferRangeEXT(0x%x, %d, %d, %d, %d);\n", target, index, buffer, offset, size));
 }
 
 KEYWORD1 void KEYWORD2 NAME(EndTransformFeedback)(void)
@@ -7950,10 +7945,9 @@ KEYWORD1 void KEYWORD2 NAME(EndTransformFeedback)(void)
    DISPATCH(EndTransformFeedbackEXT, (), (F, "glEndTransformFeedback();\n"));
 }
 
-KEYWORD1 void KEYWORD2 NAME(GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name)
+KEYWORD1 void KEYWORD2 NAME(EndTransformFeedbackEXT)(void)
 {
-    (void) program; (void) index; (void) bufSize; (void) length; (void) size; (void) type; (void) name;
-   DISPATCH(GetTransformFeedbackVaryingEXT, (program, index, bufSize, length, size, type, name), (F, "glGetTransformFeedbackVaryingEXT(%d, %d, %d, %p, %p, %p, %p);\n", program, index, bufSize, (const void *) length, (const void *) size, (const void *) type, (const void *) name));
+   DISPATCH(EndTransformFeedbackEXT, (), (F, "glEndTransformFeedbackEXT();\n"));
 }
 
 KEYWORD1 void KEYWORD2 NAME(GetTransformFeedbackVarying)(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name)
@@ -7962,10 +7956,10 @@ KEYWORD1 void KEYWORD2 NAME(GetTransformFeedbackVarying)(GLuint program, GLuint
    DISPATCH(GetTransformFeedbackVaryingEXT, (program, index, bufSize, length, size, type, name), (F, "glGetTransformFeedbackVarying(%d, %d, %d, %p, %p, %p, %p);\n", program, index, bufSize, (const void *) length, (const void *) size, (const void *) type, (const void *) name));
 }
 
-KEYWORD1 void KEYWORD2 NAME(TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char ** varyings, GLenum bufferMode)
+KEYWORD1 void KEYWORD2 NAME(GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name)
 {
-    (void) program; (void) count; (void) varyings; (void) bufferMode;
-   DISPATCH(TransformFeedbackVaryingsEXT, (program, count, varyings, bufferMode), (F, "glTransformFeedbackVaryingsEXT(%d, %d, %p, 0x%x);\n", program, count, (const void *) varyings, bufferMode));
+    (void) program; (void) index; (void) bufSize; (void) length; (void) size; (void) type; (void) name;
+   DISPATCH(GetTransformFeedbackVaryingEXT, (program, index, bufSize, length, size, type, name), (F, "glGetTransformFeedbackVaryingEXT(%d, %d, %d, %p, %p, %p, %p);\n", program, index, bufSize, (const void *) length, (const void *) size, (const void *) type, (const void *) name));
 }
 
 KEYWORD1 void KEYWORD2 NAME(TransformFeedbackVaryings)(GLuint program, GLsizei count, const GLchar* * varyings, GLenum bufferMode)
@@ -7974,6 +7968,12 @@ KEYWORD1 void KEYWORD2 NAME(TransformFeedbackVaryings)(GLuint program, GLsizei c
    DISPATCH(TransformFeedbackVaryingsEXT, (program, count, varyings, bufferMode), (F, "glTransformFeedbackVaryings(%d, %d, %p, 0x%x);\n", program, count, (const void *) varyings, bufferMode));
 }
 
+KEYWORD1 void KEYWORD2 NAME(TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char ** varyings, GLenum bufferMode)
+{
+    (void) program; (void) count; (void) varyings; (void) bufferMode;
+   DISPATCH(TransformFeedbackVaryingsEXT, (program, count, varyings, bufferMode), (F, "glTransformFeedbackVaryingsEXT(%d, %d, %p, 0x%x);\n", program, count, (const void *) varyings, bufferMode));
+}
+
 KEYWORD1 void KEYWORD2 NAME(ProvokingVertexEXT)(GLenum mode)
 {
     (void) mode;
index aab53ab..4c9063c 100644 (file)
@@ -57,5006 +57,5006 @@ static const char _mesa_function_pool[] =
    "iiii\0"
    "glRasterPos4i\0"
    "\0"
-   /* _mesa_function_pool[145]: RasterPos4d (offset 78) */
+   /* _mesa_function_pool[145]: VertexAttribI4uiEXT (will be remapped) */
+   "iiiii\0"
+   "glVertexAttribI4uiEXT\0"
+   "glVertexAttribI4ui\0"
+   "\0"
+   /* _mesa_function_pool[193]: RasterPos4d (offset 78) */
    "dddd\0"
    "glRasterPos4d\0"
    "\0"
-   /* _mesa_function_pool[165]: NewList (dynamic) */
+   /* _mesa_function_pool[213]: NewList (dynamic) */
    "ii\0"
    "glNewList\0"
    "\0"
-   /* _mesa_function_pool[179]: RasterPos4f (offset 80) */
+   /* _mesa_function_pool[227]: RasterPos4f (offset 80) */
    "ffff\0"
    "glRasterPos4f\0"
    "\0"
-   /* _mesa_function_pool[199]: LoadIdentity (offset 290) */
+   /* _mesa_function_pool[247]: LoadIdentity (offset 290) */
    "\0"
    "glLoadIdentity\0"
    "\0"
-   /* _mesa_function_pool[216]: TexCoordP2uiv (will be remapped) */
-   "ip\0"
-   "glTexCoordP2uiv\0"
-   "\0"
-   /* _mesa_function_pool[236]: SampleCoverageARB (will be remapped) */
+   /* _mesa_function_pool[264]: SampleCoverageARB (will be remapped) */
    "fi\0"
    "glSampleCoverage\0"
    "glSampleCoverageARB\0"
    "\0"
-   /* _mesa_function_pool[277]: ConvolutionFilter1D (offset 348) */
+   /* _mesa_function_pool[305]: ConvolutionFilter1D (offset 348) */
    "iiiiip\0"
    "glConvolutionFilter1D\0"
    "glConvolutionFilter1DEXT\0"
    "\0"
-   /* _mesa_function_pool[332]: BeginQueryARB (will be remapped) */
+   /* _mesa_function_pool[360]: BeginQueryARB (will be remapped) */
    "ii\0"
    "glBeginQuery\0"
    "glBeginQueryARB\0"
    "\0"
-   /* _mesa_function_pool[365]: RasterPos3dv (offset 71) */
+   /* _mesa_function_pool[393]: RasterPos3dv (offset 71) */
    "p\0"
    "glRasterPos3dv\0"
    "\0"
-   /* _mesa_function_pool[383]: PointParameteriNV (will be remapped) */
+   /* _mesa_function_pool[411]: PointParameteriNV (will be remapped) */
    "ii\0"
    "glPointParameteri\0"
    "glPointParameteriNV\0"
    "\0"
-   /* _mesa_function_pool[425]: GetProgramiv (will be remapped) */
+   /* _mesa_function_pool[453]: GetProgramiv (will be remapped) */
    "iip\0"
    "glGetProgramiv\0"
    "\0"
-   /* _mesa_function_pool[445]: MultiTexCoord3sARB (offset 398) */
+   /* _mesa_function_pool[473]: MultiTexCoord3sARB (offset 398) */
    "iiii\0"
    "glMultiTexCoord3s\0"
    "glMultiTexCoord3sARB\0"
    "\0"
-   /* _mesa_function_pool[490]: SecondaryColor3iEXT (will be remapped) */
+   /* _mesa_function_pool[518]: SecondaryColor3iEXT (will be remapped) */
    "iii\0"
    "glSecondaryColor3i\0"
    "glSecondaryColor3iEXT\0"
    "\0"
-   /* _mesa_function_pool[536]: WindowPos3fMESA (will be remapped) */
+   /* _mesa_function_pool[564]: WindowPos3fMESA (will be remapped) */
    "fff\0"
    "glWindowPos3f\0"
    "glWindowPos3fARB\0"
    "glWindowPos3fMESA\0"
    "\0"
-   /* _mesa_function_pool[590]: TexCoord1iv (offset 99) */
+   /* _mesa_function_pool[618]: TexCoord1iv (offset 99) */
    "p\0"
    "glTexCoord1iv\0"
    "\0"
-   /* _mesa_function_pool[607]: TexCoord4sv (offset 125) */
+   /* _mesa_function_pool[635]: TexCoord4sv (offset 125) */
    "p\0"
    "glTexCoord4sv\0"
    "\0"
-   /* _mesa_function_pool[624]: RasterPos4s (offset 84) */
+   /* _mesa_function_pool[652]: RasterPos4s (offset 84) */
    "iiii\0"
    "glRasterPos4s\0"
    "\0"
-   /* _mesa_function_pool[644]: PixelTexGenParameterfvSGIS (will be remapped) */
+   /* _mesa_function_pool[672]: PixelTexGenParameterfvSGIS (will be remapped) */
    "ip\0"
    "glPixelTexGenParameterfvSGIS\0"
    "\0"
-   /* _mesa_function_pool[677]: ActiveTextureARB (offset 374) */
+   /* _mesa_function_pool[705]: ActiveTextureARB (offset 374) */
    "i\0"
    "glActiveTexture\0"
    "glActiveTextureARB\0"
    "\0"
-   /* _mesa_function_pool[715]: BlitFramebufferEXT (will be remapped) */
+   /* _mesa_function_pool[743]: BlitFramebufferEXT (will be remapped) */
    "iiiiiiiiii\0"
    "glBlitFramebuffer\0"
    "glBlitFramebufferEXT\0"
    "\0"
-   /* _mesa_function_pool[766]: TexCoord1f (offset 96) */
+   /* _mesa_function_pool[794]: TexCoord1f (offset 96) */
    "f\0"
    "glTexCoord1f\0"
    "\0"
-   /* _mesa_function_pool[782]: TexCoord1d (offset 94) */
+   /* _mesa_function_pool[810]: TexCoord1d (offset 94) */
    "d\0"
    "glTexCoord1d\0"
    "\0"
-   /* _mesa_function_pool[798]: VertexAttrib4ubvNV (will be remapped) */
+   /* _mesa_function_pool[826]: VertexAttrib4ubvNV (will be remapped) */
    "ip\0"
    "glVertexAttrib4ubvNV\0"
    "\0"
-   /* _mesa_function_pool[823]: TexCoord1i (offset 98) */
+   /* _mesa_function_pool[851]: TexCoord1i (offset 98) */
    "i\0"
    "glTexCoord1i\0"
    "\0"
-   /* _mesa_function_pool[839]: GetProgramNamedParameterdvNV (will be remapped) */
+   /* _mesa_function_pool[867]: GetProgramNamedParameterdvNV (will be remapped) */
    "iipp\0"
    "glGetProgramNamedParameterdvNV\0"
    "\0"
-   /* _mesa_function_pool[876]: Histogram (offset 367) */
+   /* _mesa_function_pool[904]: Histogram (offset 367) */
    "iiii\0"
    "glHistogram\0"
    "glHistogramEXT\0"
    "\0"
-   /* _mesa_function_pool[909]: TexCoord1s (offset 100) */
+   /* _mesa_function_pool[937]: TexCoord1s (offset 100) */
    "i\0"
    "glTexCoord1s\0"
    "\0"
-   /* _mesa_function_pool[925]: GetMapfv (offset 267) */
+   /* _mesa_function_pool[953]: GetMapfv (offset 267) */
    "iip\0"
    "glGetMapfv\0"
    "\0"
-   /* _mesa_function_pool[941]: EvalCoord1f (offset 230) */
+   /* _mesa_function_pool[969]: EvalCoord1f (offset 230) */
    "f\0"
    "glEvalCoord1f\0"
    "\0"
-   /* _mesa_function_pool[958]: FramebufferTexture (will be remapped) */
+   /* _mesa_function_pool[986]: FramebufferTexture (will be remapped) */
    "iiii\0"
    "glFramebufferTexture\0"
    "\0"
-   /* _mesa_function_pool[985]: GetGraphicsResetStatusARB (will be remapped) */
-   "\0"
-   "glGetGraphicsResetStatusARB\0"
+   /* _mesa_function_pool[1013]: TexCoordP1ui (will be remapped) */
+   "ii\0"
+   "glTexCoordP1ui\0"
    "\0"
-   /* _mesa_function_pool[1015]: TexImage4DSGIS (dynamic) */
+   /* _mesa_function_pool[1032]: TexImage4DSGIS (dynamic) */
    "iiiiiiiiiip\0"
    "glTexImage4DSGIS\0"
    "\0"
-   /* _mesa_function_pool[1045]: PolygonStipple (offset 175) */
+   /* _mesa_function_pool[1062]: PolygonStipple (offset 175) */
    "p\0"
    "glPolygonStipple\0"
    "\0"
-   /* _mesa_function_pool[1065]: WindowPos2dvMESA (will be remapped) */
+   /* _mesa_function_pool[1082]: WindowPos2dvMESA (will be remapped) */
    "p\0"
    "glWindowPos2dv\0"
    "glWindowPos2dvARB\0"
    "glWindowPos2dvMESA\0"
    "\0"
-   /* _mesa_function_pool[1120]: ReplacementCodeuiColor3fVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[1137]: ReplacementCodeuiColor3fVertex3fvSUN (dynamic) */
    "ppp\0"
    "glReplacementCodeuiColor3fVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[1164]: BlendEquationSeparateEXT (will be remapped) */
+   /* _mesa_function_pool[1181]: PauseTransformFeedback (will be remapped) */
+   "\0"
+   "glPauseTransformFeedback\0"
+   "\0"
+   /* _mesa_function_pool[1208]: BlendEquationSeparateEXT (will be remapped) */
    "ii\0"
    "glBlendEquationSeparate\0"
    "glBlendEquationSeparateEXT\0"
    "glBlendEquationSeparateATI\0"
    "\0"
-   /* _mesa_function_pool[1246]: ListParameterfSGIX (dynamic) */
+   /* _mesa_function_pool[1290]: ListParameterfSGIX (dynamic) */
    "iif\0"
    "glListParameterfSGIX\0"
    "\0"
-   /* _mesa_function_pool[1272]: TexStorage1D (will be remapped) */
+   /* _mesa_function_pool[1316]: TexStorage1D (will be remapped) */
    "iiii\0"
    "glTexStorage1D\0"
    "\0"
-   /* _mesa_function_pool[1293]: SecondaryColor3bEXT (will be remapped) */
+   /* _mesa_function_pool[1337]: SecondaryColor3bEXT (will be remapped) */
    "iii\0"
    "glSecondaryColor3b\0"
    "glSecondaryColor3bEXT\0"
    "\0"
-   /* _mesa_function_pool[1339]: TexCoord4fColor4fNormal3fVertex4fvSUN (dynamic) */
+   /* _mesa_function_pool[1383]: TexCoord4fColor4fNormal3fVertex4fvSUN (dynamic) */
    "pppp\0"
    "glTexCoord4fColor4fNormal3fVertex4fvSUN\0"
    "\0"
-   /* _mesa_function_pool[1385]: GetnPolygonStippleARB (will be remapped) */
+   /* _mesa_function_pool[1429]: GetnPolygonStippleARB (will be remapped) */
    "ip\0"
    "glGetnPolygonStippleARB\0"
    "\0"
-   /* _mesa_function_pool[1413]: GetPixelMapfv (offset 271) */
+   /* _mesa_function_pool[1457]: GetPixelMapfv (offset 271) */
    "ip\0"
    "glGetPixelMapfv\0"
    "\0"
-   /* _mesa_function_pool[1433]: Color3uiv (offset 22) */
+   /* _mesa_function_pool[1477]: Color3uiv (offset 22) */
    "p\0"
    "glColor3uiv\0"
    "\0"
-   /* _mesa_function_pool[1448]: IsEnabled (offset 286) */
+   /* _mesa_function_pool[1492]: IsEnabled (offset 286) */
    "i\0"
    "glIsEnabled\0"
    "\0"
-   /* _mesa_function_pool[1463]: DebugMessageCallbackARB (will be remapped) */
+   /* _mesa_function_pool[1507]: DebugMessageCallbackARB (will be remapped) */
    "pp\0"
    "glDebugMessageCallbackARB\0"
    "\0"
-   /* _mesa_function_pool[1493]: VertexAttrib4svNV (will be remapped) */
+   /* _mesa_function_pool[1537]: VertexAttrib4svNV (will be remapped) */
    "ip\0"
    "glVertexAttrib4svNV\0"
    "\0"
-   /* _mesa_function_pool[1517]: EvalCoord2fv (offset 235) */
+   /* _mesa_function_pool[1561]: EvalCoord2fv (offset 235) */
    "p\0"
    "glEvalCoord2fv\0"
    "\0"
-   /* _mesa_function_pool[1535]: GetBufferSubDataARB (will be remapped) */
+   /* _mesa_function_pool[1579]: GetBufferSubDataARB (will be remapped) */
    "iiip\0"
    "glGetBufferSubData\0"
    "glGetBufferSubDataARB\0"
    "\0"
-   /* _mesa_function_pool[1582]: BufferSubDataARB (will be remapped) */
+   /* _mesa_function_pool[1626]: BufferSubDataARB (will be remapped) */
    "iiip\0"
    "glBufferSubData\0"
    "glBufferSubDataARB\0"
    "\0"
-   /* _mesa_function_pool[1623]: TexCoord2fColor4ubVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[1667]: TexCoord2fColor4ubVertex3fvSUN (dynamic) */
    "ppp\0"
    "glTexCoord2fColor4ubVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[1661]: AttachShader (will be remapped) */
+   /* _mesa_function_pool[1705]: TexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
+   "ffffffffffff\0"
+   "glTexCoord2fColor4fNormal3fVertex3fSUN\0"
+   "\0"
+   /* _mesa_function_pool[1758]: AttachShader (will be remapped) */
    "ii\0"
    "glAttachShader\0"
    "\0"
-   /* _mesa_function_pool[1680]: GetCombinerInputParameterfvNV (will be remapped) */
-   "iiiip\0"
-   "glGetCombinerInputParameterfvNV\0"
-   "\0"
-   /* _mesa_function_pool[1719]: MultiTexCoordP2ui (will be remapped) */
-   "iii\0"
-   "glMultiTexCoordP2ui\0"
+   /* _mesa_function_pool[1777]: TextureStorage3DEXT (will be remapped) */
+   "iiiiiii\0"
+   "glTextureStorage3DEXT\0"
    "\0"
-   /* _mesa_function_pool[1744]: VertexAttrib2fARB (will be remapped) */
+   /* _mesa_function_pool[1808]: VertexAttrib2fARB (will be remapped) */
    "iff\0"
    "glVertexAttrib2f\0"
    "glVertexAttrib2fARB\0"
    "\0"
-   /* _mesa_function_pool[1786]: GetDebugLogLengthMESA (dynamic) */
+   /* _mesa_function_pool[1850]: GetDebugLogLengthMESA (dynamic) */
    "iii\0"
    "glGetDebugLogLengthMESA\0"
    "\0"
-   /* _mesa_function_pool[1815]: GetMapiv (offset 268) */
+   /* _mesa_function_pool[1879]: GetMapiv (offset 268) */
    "iip\0"
    "glGetMapiv\0"
    "\0"
-   /* _mesa_function_pool[1831]: VertexAttrib3fARB (will be remapped) */
+   /* _mesa_function_pool[1895]: VertexAttrib3fARB (will be remapped) */
    "ifff\0"
    "glVertexAttrib3f\0"
    "glVertexAttrib3fARB\0"
    "\0"
-   /* _mesa_function_pool[1874]: Indexubv (offset 316) */
+   /* _mesa_function_pool[1938]: VertexAttribI4ivEXT (will be remapped) */
+   "ip\0"
+   "glVertexAttribI4ivEXT\0"
+   "glVertexAttribI4iv\0"
+   "\0"
+   /* _mesa_function_pool[1983]: Indexubv (offset 316) */
    "p\0"
    "glIndexubv\0"
    "\0"
-   /* _mesa_function_pool[1888]: GetQueryivARB (will be remapped) */
+   /* _mesa_function_pool[1997]: GetQueryivARB (will be remapped) */
    "iip\0"
    "glGetQueryiv\0"
    "glGetQueryivARB\0"
    "\0"
-   /* _mesa_function_pool[1922]: TexImage3D (offset 371) */
+   /* _mesa_function_pool[2031]: TexImage3D (offset 371) */
    "iiiiiiiiip\0"
    "glTexImage3D\0"
    "glTexImage3DEXT\0"
    "\0"
-   /* _mesa_function_pool[1963]: BindFragDataLocationEXT (will be remapped) */
+   /* _mesa_function_pool[2072]: BindFragDataLocationEXT (will be remapped) */
    "iip\0"
    "glBindFragDataLocationEXT\0"
    "glBindFragDataLocation\0"
    "\0"
-   /* _mesa_function_pool[2017]: TexCoordP4ui (will be remapped) */
+   /* _mesa_function_pool[2126]: TexCoordP4ui (will be remapped) */
    "ii\0"
    "glTexCoordP4ui\0"
    "\0"
-   /* _mesa_function_pool[2036]: ReplacementCodeuiVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[2145]: ReplacementCodeuiVertex3fvSUN (dynamic) */
    "pp\0"
    "glReplacementCodeuiVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[2072]: EdgeFlagPointer (offset 312) */
+   /* _mesa_function_pool[2181]: EdgeFlagPointer (offset 312) */
    "ip\0"
    "glEdgeFlagPointer\0"
    "\0"
-   /* _mesa_function_pool[2094]: Color3ubv (offset 20) */
+   /* _mesa_function_pool[2203]: Color3ubv (offset 20) */
    "p\0"
    "glColor3ubv\0"
    "\0"
-   /* _mesa_function_pool[2109]: GetQueryObjectivARB (will be remapped) */
+   /* _mesa_function_pool[2218]: GetQueryObjectivARB (will be remapped) */
    "iip\0"
    "glGetQueryObjectiv\0"
    "glGetQueryObjectivARB\0"
    "\0"
-   /* _mesa_function_pool[2155]: Vertex3dv (offset 135) */
+   /* _mesa_function_pool[2264]: Vertex3dv (offset 135) */
    "p\0"
    "glVertex3dv\0"
    "\0"
-   /* _mesa_function_pool[2170]: ReplacementCodeuiTexCoord2fVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[2279]: ReplacementCodeuiTexCoord2fVertex3fvSUN (dynamic) */
    "ppp\0"
    "glReplacementCodeuiTexCoord2fVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[2217]: CompressedTexSubImage2DARB (will be remapped) */
+   /* _mesa_function_pool[2326]: CompressedTexSubImage2DARB (will be remapped) */
    "iiiiiiiip\0"
    "glCompressedTexSubImage2D\0"
    "glCompressedTexSubImage2DARB\0"
    "\0"
-   /* _mesa_function_pool[2283]: CombinerOutputNV (will be remapped) */
+   /* _mesa_function_pool[2392]: CombinerOutputNV (will be remapped) */
    "iiiiiiiiii\0"
    "glCombinerOutputNV\0"
    "\0"
-   /* _mesa_function_pool[2314]: VertexAttribs3fvNV (will be remapped) */
+   /* _mesa_function_pool[2423]: VertexAttribs3fvNV (will be remapped) */
    "iip\0"
    "glVertexAttribs3fvNV\0"
    "\0"
-   /* _mesa_function_pool[2340]: GetnMapivARB (will be remapped) */
+   /* _mesa_function_pool[2449]: GetnMapivARB (will be remapped) */
    "iiip\0"
    "glGetnMapivARB\0"
    "\0"
-   /* _mesa_function_pool[2361]: Uniform2fARB (will be remapped) */
+   /* _mesa_function_pool[2470]: Uniform2fARB (will be remapped) */
    "iff\0"
    "glUniform2f\0"
    "glUniform2fARB\0"
    "\0"
-   /* _mesa_function_pool[2393]: LightModeliv (offset 166) */
+   /* _mesa_function_pool[2502]: LightModeliv (offset 166) */
    "ip\0"
    "glLightModeliv\0"
    "\0"
-   /* _mesa_function_pool[2412]: VertexAttrib1svARB (will be remapped) */
+   /* _mesa_function_pool[2521]: VertexAttrib1svARB (will be remapped) */
    "ip\0"
    "glVertexAttrib1sv\0"
    "glVertexAttrib1svARB\0"
    "\0"
-   /* _mesa_function_pool[2455]: VertexAttribs1dvNV (will be remapped) */
+   /* _mesa_function_pool[2564]: VertexAttribs1dvNV (will be remapped) */
    "iip\0"
    "glVertexAttribs1dvNV\0"
    "\0"
-   /* _mesa_function_pool[2481]: VertexP3ui (will be remapped) */
-   "ii\0"
-   "glVertexP3ui\0"
-   "\0"
-   /* _mesa_function_pool[2498]: Uniform2ivARB (will be remapped) */
+   /* _mesa_function_pool[2590]: Uniform2ivARB (will be remapped) */
    "iip\0"
    "glUniform2iv\0"
    "glUniform2ivARB\0"
    "\0"
-   /* _mesa_function_pool[2532]: GetImageTransformParameterfvHP (dynamic) */
+   /* _mesa_function_pool[2624]: GetImageTransformParameterfvHP (dynamic) */
    "iip\0"
    "glGetImageTransformParameterfvHP\0"
    "\0"
-   /* _mesa_function_pool[2570]: Normal3bv (offset 53) */
+   /* _mesa_function_pool[2662]: Normal3bv (offset 53) */
    "p\0"
    "glNormal3bv\0"
    "\0"
-   /* _mesa_function_pool[2585]: TexGeniv (offset 193) */
+   /* _mesa_function_pool[2677]: TexGeniv (offset 193) */
    "iip\0"
    "glTexGeniv\0"
    "\0"
-   /* _mesa_function_pool[2601]: TexCoordP1uiv (will be remapped) */
+   /* _mesa_function_pool[2693]: TexCoordP1uiv (will be remapped) */
    "ip\0"
    "glTexCoordP1uiv\0"
    "\0"
-   /* _mesa_function_pool[2621]: WeightubvARB (dynamic) */
+   /* _mesa_function_pool[2713]: WeightubvARB (dynamic) */
    "ip\0"
    "glWeightubvARB\0"
    "\0"
-   /* _mesa_function_pool[2640]: VertexAttrib1fvNV (will be remapped) */
+   /* _mesa_function_pool[2732]: VertexAttrib1fvNV (will be remapped) */
    "ip\0"
    "glVertexAttrib1fvNV\0"
    "\0"
-   /* _mesa_function_pool[2664]: Vertex3iv (offset 139) */
+   /* _mesa_function_pool[2756]: Vertex3iv (offset 139) */
    "p\0"
    "glVertex3iv\0"
    "\0"
-   /* _mesa_function_pool[2679]: CopyConvolutionFilter1D (offset 354) */
+   /* _mesa_function_pool[2771]: CopyConvolutionFilter1D (offset 354) */
    "iiiii\0"
    "glCopyConvolutionFilter1D\0"
    "glCopyConvolutionFilter1DEXT\0"
    "\0"
-   /* _mesa_function_pool[2741]: VertexAttribI1uiEXT (will be remapped) */
+   /* _mesa_function_pool[2833]: VertexAttribI1uiEXT (will be remapped) */
    "ii\0"
    "glVertexAttribI1uiEXT\0"
    "glVertexAttribI1ui\0"
    "\0"
-   /* _mesa_function_pool[2786]: ReplacementCodeuiNormal3fVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[2878]: ReplacementCodeuiNormal3fVertex3fSUN (dynamic) */
    "iffffff\0"
    "glReplacementCodeuiNormal3fVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[2834]: TexCoordP1ui (will be remapped) */
-   "ii\0"
-   "glTexCoordP1ui\0"
-   "\0"
-   /* _mesa_function_pool[2853]: DeleteSync (will be remapped) */
+   /* _mesa_function_pool[2926]: DeleteSync (will be remapped) */
    "i\0"
    "glDeleteSync\0"
    "\0"
-   /* _mesa_function_pool[2869]: FragmentMaterialfvSGIX (dynamic) */
+   /* _mesa_function_pool[2942]: FragmentMaterialfvSGIX (dynamic) */
    "iip\0"
    "glFragmentMaterialfvSGIX\0"
    "\0"
-   /* _mesa_function_pool[2899]: BlendColor (offset 336) */
+   /* _mesa_function_pool[2972]: BlendColor (offset 336) */
    "ffff\0"
    "glBlendColor\0"
    "glBlendColorEXT\0"
    "\0"
-   /* _mesa_function_pool[2934]: UniformMatrix4fvARB (will be remapped) */
+   /* _mesa_function_pool[3007]: UniformMatrix4fvARB (will be remapped) */
    "iiip\0"
    "glUniformMatrix4fv\0"
    "glUniformMatrix4fvARB\0"
    "\0"
-   /* _mesa_function_pool[2981]: DeleteVertexArraysAPPLE (will be remapped) */
+   /* _mesa_function_pool[3054]: DeleteVertexArraysAPPLE (will be remapped) */
    "ip\0"
    "glDeleteVertexArrays\0"
    "glDeleteVertexArraysAPPLE\0"
    "\0"
-   /* _mesa_function_pool[3032]: GetDebugMessageLogARB (will be remapped) */
+   /* _mesa_function_pool[3105]: GetDebugMessageLogARB (will be remapped) */
    "iipppppp\0"
    "glGetDebugMessageLogARB\0"
    "\0"
-   /* _mesa_function_pool[3066]: ReadInstrumentsSGIX (dynamic) */
+   /* _mesa_function_pool[3139]: ReadInstrumentsSGIX (dynamic) */
    "i\0"
    "glReadInstrumentsSGIX\0"
    "\0"
-   /* _mesa_function_pool[3091]: CallLists (offset 3) */
+   /* _mesa_function_pool[3164]: CallLists (offset 3) */
    "iip\0"
    "glCallLists\0"
    "\0"
-   /* _mesa_function_pool[3108]: UniformMatrix2x4fv (will be remapped) */
+   /* _mesa_function_pool[3181]: UniformMatrix2x4fv (will be remapped) */
    "iiip\0"
    "glUniformMatrix2x4fv\0"
    "\0"
-   /* _mesa_function_pool[3135]: ReadnPixelsARB (will be remapped) */
+   /* _mesa_function_pool[3208]: ReadnPixelsARB (will be remapped) */
    "iiiiiiip\0"
    "glReadnPixelsARB\0"
    "\0"
-   /* _mesa_function_pool[3162]: Color4ubVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[3235]: Color4ubVertex3fvSUN (dynamic) */
    "pp\0"
    "glColor4ubVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[3189]: Normal3iv (offset 59) */
+   /* _mesa_function_pool[3262]: Normal3iv (offset 59) */
    "p\0"
    "glNormal3iv\0"
    "\0"
-   /* _mesa_function_pool[3204]: PassThrough (offset 199) */
+   /* _mesa_function_pool[3277]: PassThrough (offset 199) */
    "f\0"
    "glPassThrough\0"
    "\0"
-   /* _mesa_function_pool[3221]: GetnPixelMapusvARB (will be remapped) */
-   "iip\0"
-   "glGetnPixelMapusvARB\0"
+   /* _mesa_function_pool[3294]: VertexP3ui (will be remapped) */
+   "ii\0"
+   "glVertexP3ui\0"
    "\0"
-   /* _mesa_function_pool[3247]: TexParameterIivEXT (will be remapped) */
+   /* _mesa_function_pool[3311]: TexParameterIivEXT (will be remapped) */
    "iip\0"
    "glTexParameterIivEXT\0"
    "glTexParameterIiv\0"
    "\0"
-   /* _mesa_function_pool[3291]: FramebufferTextureLayerEXT (will be remapped) */
+   /* _mesa_function_pool[3355]: FramebufferTextureLayerEXT (will be remapped) */
    "iiiii\0"
    "glFramebufferTextureLayer\0"
    "glFramebufferTextureLayerARB\0"
    "glFramebufferTextureLayerEXT\0"
    "\0"
-   /* _mesa_function_pool[3382]: GetListParameterfvSGIX (dynamic) */
+   /* _mesa_function_pool[3446]: GetListParameterfvSGIX (dynamic) */
    "iip\0"
    "glGetListParameterfvSGIX\0"
    "\0"
-   /* _mesa_function_pool[3412]: Viewport (offset 305) */
+   /* _mesa_function_pool[3476]: Viewport (offset 305) */
    "iiii\0"
    "glViewport\0"
    "\0"
-   /* _mesa_function_pool[3429]: VertexAttrib4NusvARB (will be remapped) */
+   /* _mesa_function_pool[3493]: VertexAttrib4NusvARB (will be remapped) */
    "ip\0"
    "glVertexAttrib4Nusv\0"
    "glVertexAttrib4NusvARB\0"
    "\0"
-   /* _mesa_function_pool[3476]: VertexP4uiv (will be remapped) */
-   "ip\0"
-   "glVertexP4uiv\0"
-   "\0"
-   /* _mesa_function_pool[3494]: VertexAttribP3ui (will be remapped) */
-   "iiii\0"
-   "glVertexAttribP3ui\0"
-   "\0"
-   /* _mesa_function_pool[3519]: WindowPos4svMESA (will be remapped) */
+   /* _mesa_function_pool[3540]: WindowPos4svMESA (will be remapped) */
    "p\0"
    "glWindowPos4svMESA\0"
    "\0"
-   /* _mesa_function_pool[3541]: CreateProgramObjectARB (will be remapped) */
+   /* _mesa_function_pool[3562]: CreateProgramObjectARB (will be remapped) */
    "\0"
    "glCreateProgramObjectARB\0"
    "\0"
-   /* _mesa_function_pool[3568]: DeleteTransformFeedbacks (will be remapped) */
+   /* _mesa_function_pool[3589]: FragmentLightModelivSGIX (dynamic) */
    "ip\0"
-   "glDeleteTransformFeedbacks\0"
+   "glFragmentLightModelivSGIX\0"
    "\0"
-   /* _mesa_function_pool[3599]: UniformMatrix4x3fv (will be remapped) */
+   /* _mesa_function_pool[3620]: UniformMatrix4x3fv (will be remapped) */
    "iiip\0"
    "glUniformMatrix4x3fv\0"
    "\0"
-   /* _mesa_function_pool[3626]: PrioritizeTextures (offset 331) */
+   /* _mesa_function_pool[3647]: PrioritizeTextures (offset 331) */
    "ipp\0"
    "glPrioritizeTextures\0"
    "glPrioritizeTexturesEXT\0"
    "\0"
-   /* _mesa_function_pool[3676]: VertexAttribI3uiEXT (will be remapped) */
+   /* _mesa_function_pool[3697]: VertexAttribI3uiEXT (will be remapped) */
    "iiii\0"
    "glVertexAttribI3uiEXT\0"
    "glVertexAttribI3ui\0"
    "\0"
-   /* _mesa_function_pool[3723]: AsyncMarkerSGIX (dynamic) */
+   /* _mesa_function_pool[3744]: AsyncMarkerSGIX (dynamic) */
    "i\0"
    "glAsyncMarkerSGIX\0"
    "\0"
-   /* _mesa_function_pool[3744]: GlobalAlphaFactorubSUN (dynamic) */
+   /* _mesa_function_pool[3765]: GlobalAlphaFactorubSUN (dynamic) */
    "i\0"
    "glGlobalAlphaFactorubSUN\0"
    "\0"
-   /* _mesa_function_pool[3772]: ClearColorIuiEXT (will be remapped) */
+   /* _mesa_function_pool[3793]: ClearColorIuiEXT (will be remapped) */
    "iiii\0"
    "glClearColorIuiEXT\0"
    "\0"
-   /* _mesa_function_pool[3797]: ClearDebugLogMESA (dynamic) */
+   /* _mesa_function_pool[3818]: ClearDebugLogMESA (dynamic) */
    "iii\0"
    "glClearDebugLogMESA\0"
    "\0"
-   /* _mesa_function_pool[3822]: Uniform4uiEXT (will be remapped) */
+   /* _mesa_function_pool[3843]: Uniform4uiEXT (will be remapped) */
    "iiiii\0"
    "glUniform4uiEXT\0"
    "glUniform4ui\0"
    "\0"
-   /* _mesa_function_pool[3858]: ResetHistogram (offset 369) */
+   /* _mesa_function_pool[3879]: ResetHistogram (offset 369) */
    "i\0"
    "glResetHistogram\0"
    "glResetHistogramEXT\0"
    "\0"
-   /* _mesa_function_pool[3898]: GetProgramNamedParameterfvNV (will be remapped) */
+   /* _mesa_function_pool[3919]: GetProgramNamedParameterfvNV (will be remapped) */
    "iipp\0"
    "glGetProgramNamedParameterfvNV\0"
    "\0"
-   /* _mesa_function_pool[3935]: PointParameterfEXT (will be remapped) */
+   /* _mesa_function_pool[3956]: PointParameterfEXT (will be remapped) */
    "if\0"
    "glPointParameterf\0"
    "glPointParameterfARB\0"
    "glPointParameterfEXT\0"
    "glPointParameterfSGIS\0"
    "\0"
-   /* _mesa_function_pool[4021]: MultiTexCoordP4uiv (will be remapped) */
-   "iip\0"
-   "glMultiTexCoordP4uiv\0"
-   "\0"
-   /* _mesa_function_pool[4047]: LoadIdentityDeformationMapSGIX (dynamic) */
+   /* _mesa_function_pool[4042]: LoadIdentityDeformationMapSGIX (dynamic) */
    "i\0"
    "glLoadIdentityDeformationMapSGIX\0"
    "\0"
-   /* _mesa_function_pool[4083]: GenFencesNV (will be remapped) */
+   /* _mesa_function_pool[4078]: GenFencesNV (will be remapped) */
    "ip\0"
    "glGenFencesNV\0"
    "\0"
-   /* _mesa_function_pool[4101]: ImageTransformParameterfHP (dynamic) */
+   /* _mesa_function_pool[4096]: ImageTransformParameterfHP (dynamic) */
    "iif\0"
    "glImageTransformParameterfHP\0"
    "\0"
-   /* _mesa_function_pool[4135]: MatrixIndexusvARB (dynamic) */
+   /* _mesa_function_pool[4130]: MatrixIndexusvARB (dynamic) */
    "ip\0"
    "glMatrixIndexusvARB\0"
    "\0"
-   /* _mesa_function_pool[4159]: DrawElementsBaseVertex (will be remapped) */
+   /* _mesa_function_pool[4154]: DrawElementsBaseVertex (will be remapped) */
    "iiipi\0"
    "glDrawElementsBaseVertex\0"
    "\0"
-   /* _mesa_function_pool[4191]: DisableVertexAttribArrayARB (will be remapped) */
+   /* _mesa_function_pool[4186]: DisableVertexAttribArrayARB (will be remapped) */
    "i\0"
    "glDisableVertexAttribArray\0"
    "glDisableVertexAttribArrayARB\0"
    "\0"
-   /* _mesa_function_pool[4251]: GetnConvolutionFilterARB (will be remapped) */
+   /* _mesa_function_pool[4246]: GetnConvolutionFilterARB (will be remapped) */
    "iiiip\0"
    "glGetnConvolutionFilterARB\0"
    "\0"
-   /* _mesa_function_pool[4285]: TexCoord2sv (offset 109) */
+   /* _mesa_function_pool[4280]: TexCoord2sv (offset 109) */
    "p\0"
    "glTexCoord2sv\0"
    "\0"
-   /* _mesa_function_pool[4302]: ColorP4uiv (will be remapped) */
-   "ip\0"
-   "glColorP4uiv\0"
-   "\0"
-   /* _mesa_function_pool[4319]: Vertex4dv (offset 143) */
+   /* _mesa_function_pool[4297]: Vertex4dv (offset 143) */
    "p\0"
    "glVertex4dv\0"
    "\0"
-   /* _mesa_function_pool[4334]: StencilMaskSeparate (will be remapped) */
+   /* _mesa_function_pool[4312]: StencilMaskSeparate (will be remapped) */
    "ii\0"
    "glStencilMaskSeparate\0"
    "\0"
-   /* _mesa_function_pool[4360]: ProgramLocalParameter4dARB (will be remapped) */
+   /* _mesa_function_pool[4338]: ProgramLocalParameter4dARB (will be remapped) */
    "iidddd\0"
    "glProgramLocalParameter4dARB\0"
    "\0"
-   /* _mesa_function_pool[4397]: CompressedTexImage3DARB (will be remapped) */
+   /* _mesa_function_pool[4375]: CompressedTexImage3DARB (will be remapped) */
    "iiiiiiiip\0"
    "glCompressedTexImage3D\0"
    "glCompressedTexImage3DARB\0"
    "\0"
-   /* _mesa_function_pool[4457]: Color3sv (offset 18) */
+   /* _mesa_function_pool[4435]: Color3sv (offset 18) */
    "p\0"
    "glColor3sv\0"
    "\0"
-   /* _mesa_function_pool[4471]: GetConvolutionParameteriv (offset 358) */
+   /* _mesa_function_pool[4449]: GetConvolutionParameteriv (offset 358) */
    "iip\0"
    "glGetConvolutionParameteriv\0"
    "glGetConvolutionParameterivEXT\0"
    "\0"
-   /* _mesa_function_pool[4535]: DeleteSamplers (will be remapped) */
+   /* _mesa_function_pool[4513]: DeleteSamplers (will be remapped) */
    "ip\0"
    "glDeleteSamplers\0"
    "\0"
-   /* _mesa_function_pool[4556]: VertexAttrib1fARB (will be remapped) */
+   /* _mesa_function_pool[4534]: VertexAttrib1fARB (will be remapped) */
    "if\0"
    "glVertexAttrib1f\0"
    "glVertexAttrib1fARB\0"
    "\0"
-   /* _mesa_function_pool[4597]: Vertex2dv (offset 127) */
+   /* _mesa_function_pool[4575]: Vertex2dv (offset 127) */
    "p\0"
    "glVertex2dv\0"
    "\0"
-   /* _mesa_function_pool[4612]: TestFenceNV (will be remapped) */
+   /* _mesa_function_pool[4590]: TestFenceNV (will be remapped) */
    "i\0"
    "glTestFenceNV\0"
    "\0"
-   /* _mesa_function_pool[4629]: GetVertexAttribIuivEXT (will be remapped) */
+   /* _mesa_function_pool[4607]: GetVertexAttribIuivEXT (will be remapped) */
    "iip\0"
    "glGetVertexAttribIuivEXT\0"
    "glGetVertexAttribIuiv\0"
    "\0"
-   /* _mesa_function_pool[4681]: MultiTexCoord1fvARB (offset 379) */
+   /* _mesa_function_pool[4659]: CreateShaderProgramEXT (will be remapped) */
+   "ip\0"
+   "glCreateShaderProgramEXT\0"
+   "\0"
+   /* _mesa_function_pool[4688]: MultiTexCoord1fvARB (offset 379) */
    "ip\0"
    "glMultiTexCoord1fv\0"
    "glMultiTexCoord1fvARB\0"
    "\0"
-   /* _mesa_function_pool[4726]: TexCoord3iv (offset 115) */
+   /* _mesa_function_pool[4733]: TexCoord3iv (offset 115) */
    "p\0"
    "glTexCoord3iv\0"
    "\0"
-   /* _mesa_function_pool[4743]: Uniform2uivEXT (will be remapped) */
+   /* _mesa_function_pool[4750]: Uniform2uivEXT (will be remapped) */
    "iip\0"
    "glUniform2uivEXT\0"
    "glUniform2uiv\0"
    "\0"
-   /* _mesa_function_pool[4779]: ColorFragmentOp2ATI (will be remapped) */
+   /* _mesa_function_pool[4786]: ColorFragmentOp2ATI (will be remapped) */
    "iiiiiiiiii\0"
    "glColorFragmentOp2ATI\0"
    "\0"
-   /* _mesa_function_pool[4813]: TexStorage2D (will be remapped) */
+   /* _mesa_function_pool[4820]: TexStorage2D (will be remapped) */
    "iiiii\0"
    "glTexStorage2D\0"
    "\0"
-   /* _mesa_function_pool[4835]: SecondaryColorPointerListIBM (dynamic) */
+   /* _mesa_function_pool[4842]: SecondaryColorPointerListIBM (dynamic) */
    "iiipi\0"
    "glSecondaryColorPointerListIBM\0"
    "\0"
-   /* _mesa_function_pool[4873]: GetPixelTexGenParameterivSGIS (will be remapped) */
+   /* _mesa_function_pool[4880]: GetPixelTexGenParameterivSGIS (will be remapped) */
    "ip\0"
    "glGetPixelTexGenParameterivSGIS\0"
    "\0"
-   /* _mesa_function_pool[4909]: Color3fv (offset 14) */
+   /* _mesa_function_pool[4916]: Color3fv (offset 14) */
    "p\0"
    "glColor3fv\0"
    "\0"
-   /* _mesa_function_pool[4923]: GetnPixelMapfvARB (will be remapped) */
+   /* _mesa_function_pool[4930]: GetnPixelMapfvARB (will be remapped) */
    "iip\0"
    "glGetnPixelMapfvARB\0"
    "\0"
-   /* _mesa_function_pool[4948]: TextureStorage1DEXT (will be remapped) */
+   /* _mesa_function_pool[4955]: GetnMapdvARB (will be remapped) */
+   "iiip\0"
+   "glGetnMapdvARB\0"
+   "\0"
+   /* _mesa_function_pool[4976]: TextureStorage1DEXT (will be remapped) */
    "iiiii\0"
    "glTextureStorage1DEXT\0"
    "\0"
-   /* _mesa_function_pool[4977]: ReplacementCodeubSUN (dynamic) */
+   /* _mesa_function_pool[5005]: ReplacementCodeubSUN (dynamic) */
    "i\0"
    "glReplacementCodeubSUN\0"
    "\0"
-   /* _mesa_function_pool[5003]: FinishAsyncSGIX (dynamic) */
+   /* _mesa_function_pool[5031]: FinishAsyncSGIX (dynamic) */
    "p\0"
    "glFinishAsyncSGIX\0"
    "\0"
-   /* _mesa_function_pool[5024]: GetnUniformfvARB (will be remapped) */
-   "iiip\0"
-   "glGetnUniformfvARB\0"
+   /* _mesa_function_pool[5052]: VertexAttribP3ui (will be remapped) */
+   "iiii\0"
+   "glVertexAttribP3ui\0"
    "\0"
-   /* _mesa_function_pool[5049]: GetDebugLogMESA (dynamic) */
+   /* _mesa_function_pool[5077]: GetDebugLogMESA (dynamic) */
    "iiiipp\0"
    "glGetDebugLogMESA\0"
    "\0"
-   /* _mesa_function_pool[5075]: FogCoorddEXT (will be remapped) */
+   /* _mesa_function_pool[5103]: FogCoorddEXT (will be remapped) */
    "d\0"
    "glFogCoordd\0"
    "glFogCoorddEXT\0"
    "\0"
-   /* _mesa_function_pool[5105]: BeginConditionalRenderNV (will be remapped) */
+   /* _mesa_function_pool[5133]: BeginConditionalRenderNV (will be remapped) */
    "ii\0"
-   "glBeginConditionalRenderNV\0"
    "glBeginConditionalRender\0"
+   "glBeginConditionalRenderNV\0"
    "\0"
-   /* _mesa_function_pool[5161]: Color4ubVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[5189]: Color4ubVertex3fSUN (dynamic) */
    "iiiifff\0"
    "glColor4ubVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[5192]: FogCoordfEXT (will be remapped) */
+   /* _mesa_function_pool[5220]: FogCoordfEXT (will be remapped) */
    "f\0"
    "glFogCoordf\0"
    "glFogCoordfEXT\0"
    "\0"
-   /* _mesa_function_pool[5222]: PointSize (offset 173) */
+   /* _mesa_function_pool[5250]: PointSize (offset 173) */
    "f\0"
    "glPointSize\0"
    "\0"
-   /* _mesa_function_pool[5237]: VertexAttribI2uivEXT (will be remapped) */
+   /* _mesa_function_pool[5265]: VertexAttribI2uivEXT (will be remapped) */
    "ip\0"
    "glVertexAttribI2uivEXT\0"
    "glVertexAttribI2uiv\0"
    "\0"
-   /* _mesa_function_pool[5284]: TexCoord2fVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[5312]: TexCoord2fVertex3fSUN (dynamic) */
    "fffff\0"
    "glTexCoord2fVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[5315]: PopName (offset 200) */
+   /* _mesa_function_pool[5343]: PopName (offset 200) */
    "\0"
    "glPopName\0"
    "\0"
-   /* _mesa_function_pool[5327]: GetSamplerParameterfv (will be remapped) */
+   /* _mesa_function_pool[5355]: GetSamplerParameterfv (will be remapped) */
    "iip\0"
    "glGetSamplerParameterfv\0"
    "\0"
-   /* _mesa_function_pool[5356]: GlobalAlphaFactoriSUN (dynamic) */
+   /* _mesa_function_pool[5384]: GlobalAlphaFactoriSUN (dynamic) */
    "i\0"
    "glGlobalAlphaFactoriSUN\0"
    "\0"
-   /* _mesa_function_pool[5383]: VertexAttrib2dNV (will be remapped) */
+   /* _mesa_function_pool[5411]: VertexAttrib2dNV (will be remapped) */
    "idd\0"
    "glVertexAttrib2dNV\0"
    "\0"
-   /* _mesa_function_pool[5407]: GetProgramInfoLog (will be remapped) */
+   /* _mesa_function_pool[5435]: GetProgramInfoLog (will be remapped) */
    "iipp\0"
    "glGetProgramInfoLog\0"
    "\0"
-   /* _mesa_function_pool[5433]: VertexP2ui (will be remapped) */
+   /* _mesa_function_pool[5461]: VertexP2ui (will be remapped) */
    "ii\0"
    "glVertexP2ui\0"
    "\0"
-   /* _mesa_function_pool[5450]: VertexAttrib4NbvARB (will be remapped) */
+   /* _mesa_function_pool[5478]: VertexAttrib4NbvARB (will be remapped) */
    "ip\0"
    "glVertexAttrib4Nbv\0"
    "glVertexAttrib4NbvARB\0"
    "\0"
-   /* _mesa_function_pool[5495]: GetActiveAttribARB (will be remapped) */
+   /* _mesa_function_pool[5523]: GetActiveAttribARB (will be remapped) */
    "iiipppp\0"
    "glGetActiveAttrib\0"
    "glGetActiveAttribARB\0"
    "\0"
-   /* _mesa_function_pool[5543]: Vertex4sv (offset 149) */
+   /* _mesa_function_pool[5571]: Vertex4sv (offset 149) */
    "p\0"
    "glVertex4sv\0"
    "\0"
-   /* _mesa_function_pool[5558]: VertexAttrib4ubNV (will be remapped) */
+   /* _mesa_function_pool[5586]: VertexAttrib4ubNV (will be remapped) */
    "iiiii\0"
    "glVertexAttrib4ubNV\0"
    "\0"
-   /* _mesa_function_pool[5585]: VertexAttribI1ivEXT (will be remapped) */
+   /* _mesa_function_pool[5613]: VertexAttribI1ivEXT (will be remapped) */
    "ip\0"
    "glVertexAttribI1ivEXT\0"
    "glVertexAttribI1iv\0"
    "\0"
-   /* _mesa_function_pool[5630]: ClampColor (will be remapped) */
+   /* _mesa_function_pool[5658]: ClampColor (will be remapped) */
    "ii\0"
    "glClampColor\0"
    "\0"
-   /* _mesa_function_pool[5647]: TextureRangeAPPLE (will be remapped) */
+   /* _mesa_function_pool[5675]: TextureRangeAPPLE (will be remapped) */
    "iip\0"
    "glTextureRangeAPPLE\0"
    "\0"
-   /* _mesa_function_pool[5672]: GetTexEnvfv (offset 276) */
+   /* _mesa_function_pool[5700]: GetTexEnvfv (offset 276) */
    "iip\0"
    "glGetTexEnvfv\0"
    "\0"
-   /* _mesa_function_pool[5691]: VertexAttribP2uiv (will be remapped) */
+   /* _mesa_function_pool[5719]: BindFragDataLocationIndexed (will be remapped) */
    "iiip\0"
-   "glVertexAttribP2uiv\0"
+   "glBindFragDataLocationIndexed\0"
    "\0"
-   /* _mesa_function_pool[5717]: BindTransformFeedback (will be remapped) */
+   /* _mesa_function_pool[5755]: BindTransformFeedback (will be remapped) */
    "ii\0"
    "glBindTransformFeedback\0"
    "\0"
-   /* _mesa_function_pool[5745]: TexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
-   "ffffffffffff\0"
-   "glTexCoord2fColor4fNormal3fVertex3fSUN\0"
+   /* _mesa_function_pool[5783]: TextureStorage2DEXT (will be remapped) */
+   "iiiiii\0"
+   "glTextureStorage2DEXT\0"
    "\0"
-   /* _mesa_function_pool[5798]: Indexub (offset 315) */
+   /* _mesa_function_pool[5813]: Indexub (offset 315) */
    "i\0"
    "glIndexub\0"
    "\0"
-   /* _mesa_function_pool[5811]: VertexAttrib4fNV (will be remapped) */
+   /* _mesa_function_pool[5826]: VertexAttrib4fNV (will be remapped) */
    "iffff\0"
    "glVertexAttrib4fNV\0"
    "\0"
-   /* _mesa_function_pool[5837]: TexEnvi (offset 186) */
+   /* _mesa_function_pool[5852]: GetTransformFeedbackVaryingEXT (will be remapped) */
+   "iiipppp\0"
+   "glGetTransformFeedbackVarying\0"
+   "glGetTransformFeedbackVaryingEXT\0"
+   "\0"
+   /* _mesa_function_pool[5924]: TexEnvi (offset 186) */
    "iii\0"
    "glTexEnvi\0"
    "\0"
-   /* _mesa_function_pool[5852]: GetClipPlane (offset 259) */
+   /* _mesa_function_pool[5939]: GetClipPlane (offset 259) */
    "ip\0"
    "glGetClipPlane\0"
    "\0"
-   /* _mesa_function_pool[5871]: CombinerParameterfvNV (will be remapped) */
+   /* _mesa_function_pool[5958]: CombinerParameterfvNV (will be remapped) */
    "ip\0"
    "glCombinerParameterfvNV\0"
    "\0"
-   /* _mesa_function_pool[5899]: TexCoordP4uiv (will be remapped) */
+   /* _mesa_function_pool[5986]: TexCoordP4uiv (will be remapped) */
    "ip\0"
    "glTexCoordP4uiv\0"
    "\0"
-   /* _mesa_function_pool[5919]: VertexAttribs3dvNV (will be remapped) */
+   /* _mesa_function_pool[6006]: VertexAttribs3dvNV (will be remapped) */
    "iip\0"
    "glVertexAttribs3dvNV\0"
    "\0"
-   /* _mesa_function_pool[5945]: VertexAttribI2uiEXT (will be remapped) */
+   /* _mesa_function_pool[6032]: VertexAttribI2uiEXT (will be remapped) */
    "iii\0"
    "glVertexAttribI2uiEXT\0"
    "glVertexAttribI2ui\0"
    "\0"
-   /* _mesa_function_pool[5991]: VertexAttribs4fvNV (will be remapped) */
+   /* _mesa_function_pool[6078]: VertexAttribs4fvNV (will be remapped) */
    "iip\0"
    "glVertexAttribs4fvNV\0"
    "\0"
-   /* _mesa_function_pool[6017]: VertexArrayRangeNV (will be remapped) */
+   /* _mesa_function_pool[6104]: VertexArrayRangeNV (will be remapped) */
    "ip\0"
    "glVertexArrayRangeNV\0"
    "\0"
-   /* _mesa_function_pool[6042]: FragmentLightiSGIX (dynamic) */
+   /* _mesa_function_pool[6129]: FragmentLightiSGIX (dynamic) */
    "iii\0"
    "glFragmentLightiSGIX\0"
    "\0"
-   /* _mesa_function_pool[6068]: PolygonOffsetEXT (will be remapped) */
+   /* _mesa_function_pool[6155]: PolygonOffsetEXT (will be remapped) */
    "ff\0"
    "glPolygonOffsetEXT\0"
    "\0"
-   /* _mesa_function_pool[6091]: VertexAttribI4uivEXT (will be remapped) */
+   /* _mesa_function_pool[6178]: VertexAttribI4uivEXT (will be remapped) */
    "ip\0"
    "glVertexAttribI4uivEXT\0"
    "glVertexAttribI4uiv\0"
    "\0"
-   /* _mesa_function_pool[6138]: PollAsyncSGIX (dynamic) */
+   /* _mesa_function_pool[6225]: PollAsyncSGIX (dynamic) */
    "p\0"
    "glPollAsyncSGIX\0"
    "\0"
-   /* _mesa_function_pool[6157]: DeleteFragmentShaderATI (will be remapped) */
+   /* _mesa_function_pool[6244]: DeleteFragmentShaderATI (will be remapped) */
    "i\0"
    "glDeleteFragmentShaderATI\0"
    "\0"
-   /* _mesa_function_pool[6186]: Scaled (offset 301) */
+   /* _mesa_function_pool[6273]: Scaled (offset 301) */
    "ddd\0"
    "glScaled\0"
    "\0"
-   /* _mesa_function_pool[6200]: ResumeTransformFeedback (will be remapped) */
+   /* _mesa_function_pool[6287]: ResumeTransformFeedback (will be remapped) */
    "\0"
    "glResumeTransformFeedback\0"
    "\0"
-   /* _mesa_function_pool[6228]: Scalef (offset 302) */
+   /* _mesa_function_pool[6315]: Scalef (offset 302) */
    "fff\0"
    "glScalef\0"
    "\0"
-   /* _mesa_function_pool[6242]: TexCoord2fNormal3fVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[6329]: TexCoord2fNormal3fVertex3fvSUN (dynamic) */
    "ppp\0"
    "glTexCoord2fNormal3fVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[6280]: ProgramEnvParameters4fvEXT (will be remapped) */
+   /* _mesa_function_pool[6367]: ProgramEnvParameters4fvEXT (will be remapped) */
    "iiip\0"
    "glProgramEnvParameters4fvEXT\0"
    "\0"
-   /* _mesa_function_pool[6315]: MultTransposeMatrixdARB (will be remapped) */
+   /* _mesa_function_pool[6402]: MultTransposeMatrixdARB (will be remapped) */
    "p\0"
    "glMultTransposeMatrixd\0"
    "glMultTransposeMatrixdARB\0"
    "\0"
-   /* _mesa_function_pool[6367]: ColorMaskIndexedEXT (will be remapped) */
-   "iiiii\0"
-   "glColorMaskIndexedEXT\0"
-   "glColorMaski\0"
-   "\0"
-   /* _mesa_function_pool[6409]: ObjectUnpurgeableAPPLE (will be remapped) */
+   /* _mesa_function_pool[6454]: ObjectUnpurgeableAPPLE (will be remapped) */
    "iii\0"
    "glObjectUnpurgeableAPPLE\0"
    "\0"
-   /* _mesa_function_pool[6439]: TexCoordP3ui (will be remapped) */
-   "ii\0"
-   "glTexCoordP3ui\0"
-   "\0"
-   /* _mesa_function_pool[6458]: AlphaFunc (offset 240) */
+   /* _mesa_function_pool[6484]: AlphaFunc (offset 240) */
    "if\0"
    "glAlphaFunc\0"
    "\0"
-   /* _mesa_function_pool[6474]: WindowPos2svMESA (will be remapped) */
+   /* _mesa_function_pool[6500]: WindowPos2svMESA (will be remapped) */
    "p\0"
    "glWindowPos2sv\0"
    "glWindowPos2svARB\0"
    "glWindowPos2svMESA\0"
    "\0"
-   /* _mesa_function_pool[6529]: EdgeFlag (offset 41) */
+   /* _mesa_function_pool[6555]: EdgeFlag (offset 41) */
    "i\0"
    "glEdgeFlag\0"
    "\0"
-   /* _mesa_function_pool[6543]: TexCoord2iv (offset 107) */
+   /* _mesa_function_pool[6569]: TexCoord2iv (offset 107) */
    "p\0"
    "glTexCoord2iv\0"
    "\0"
-   /* _mesa_function_pool[6560]: CompressedTexImage1DARB (will be remapped) */
+   /* _mesa_function_pool[6586]: CompressedTexImage1DARB (will be remapped) */
    "iiiiiip\0"
    "glCompressedTexImage1D\0"
    "glCompressedTexImage1DARB\0"
    "\0"
-   /* _mesa_function_pool[6618]: Rotated (offset 299) */
+   /* _mesa_function_pool[6644]: Rotated (offset 299) */
    "dddd\0"
    "glRotated\0"
    "\0"
-   /* _mesa_function_pool[6634]: GetTexParameterIuivEXT (will be remapped) */
+   /* _mesa_function_pool[6660]: GetTexParameterIuivEXT (will be remapped) */
    "iip\0"
    "glGetTexParameterIuivEXT\0"
    "glGetTexParameterIuiv\0"
    "\0"
-   /* _mesa_function_pool[6686]: VertexAttrib2sNV (will be remapped) */
+   /* _mesa_function_pool[6712]: VertexAttrib2sNV (will be remapped) */
    "iii\0"
    "glVertexAttrib2sNV\0"
    "\0"
-   /* _mesa_function_pool[6710]: ReadPixels (offset 256) */
+   /* _mesa_function_pool[6736]: BindBufferBaseEXT (will be remapped) */
+   "iii\0"
+   "glBindBufferBase\0"
+   "glBindBufferBaseEXT\0"
+   "\0"
+   /* _mesa_function_pool[6778]: ReadPixels (offset 256) */
    "iiiiiip\0"
    "glReadPixels\0"
    "\0"
-   /* _mesa_function_pool[6732]: VertexAttribDivisorARB (will be remapped) */
-   "ii\0"
-   "glVertexAttribDivisorARB\0"
-   "\0"
-   /* _mesa_function_pool[6761]: EdgeFlagv (offset 42) */
+   /* _mesa_function_pool[6800]: EdgeFlagv (offset 42) */
    "p\0"
    "glEdgeFlagv\0"
    "\0"
-   /* _mesa_function_pool[6776]: NormalPointerListIBM (dynamic) */
+   /* _mesa_function_pool[6815]: NormalPointerListIBM (dynamic) */
    "iipi\0"
    "glNormalPointerListIBM\0"
    "\0"
-   /* _mesa_function_pool[6805]: IndexPointerEXT (will be remapped) */
+   /* _mesa_function_pool[6844]: IndexPointerEXT (will be remapped) */
    "iiip\0"
    "glIndexPointerEXT\0"
    "\0"
-   /* _mesa_function_pool[6829]: Color4iv (offset 32) */
+   /* _mesa_function_pool[6868]: Color4iv (offset 32) */
    "p\0"
    "glColor4iv\0"
    "\0"
-   /* _mesa_function_pool[6843]: TexParameterf (offset 178) */
+   /* _mesa_function_pool[6882]: TexParameterf (offset 178) */
    "iif\0"
    "glTexParameterf\0"
    "\0"
-   /* _mesa_function_pool[6864]: TexParameteri (offset 180) */
+   /* _mesa_function_pool[6903]: TexParameteri (offset 180) */
    "iii\0"
    "glTexParameteri\0"
    "\0"
-   /* _mesa_function_pool[6885]: NormalPointerEXT (will be remapped) */
+   /* _mesa_function_pool[6924]: NormalPointerEXT (will be remapped) */
    "iiip\0"
    "glNormalPointerEXT\0"
    "\0"
-   /* _mesa_function_pool[6910]: MultiTexCoord3dARB (offset 392) */
+   /* _mesa_function_pool[6949]: MultiTexCoord3dARB (offset 392) */
    "iddd\0"
    "glMultiTexCoord3d\0"
    "glMultiTexCoord3dARB\0"
    "\0"
-   /* _mesa_function_pool[6955]: MultiTexCoord2iARB (offset 388) */
+   /* _mesa_function_pool[6994]: MultiTexCoord2iARB (offset 388) */
    "iii\0"
    "glMultiTexCoord2i\0"
    "glMultiTexCoord2iARB\0"
    "\0"
-   /* _mesa_function_pool[6999]: DrawPixels (offset 257) */
+   /* _mesa_function_pool[7038]: DrawPixels (offset 257) */
    "iiiip\0"
    "glDrawPixels\0"
    "\0"
-   /* _mesa_function_pool[7019]: ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[7058]: ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN (dynamic) */
    "iffffffff\0"
    "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[7079]: MultiTexCoord2svARB (offset 391) */
+   /* _mesa_function_pool[7118]: MultiTexCoord2svARB (offset 391) */
    "ip\0"
    "glMultiTexCoord2sv\0"
    "glMultiTexCoord2svARB\0"
    "\0"
-   /* _mesa_function_pool[7124]: ReplacementCodeubvSUN (dynamic) */
+   /* _mesa_function_pool[7163]: ReplacementCodeubvSUN (dynamic) */
    "p\0"
    "glReplacementCodeubvSUN\0"
    "\0"
-   /* _mesa_function_pool[7151]: Uniform3iARB (will be remapped) */
+   /* _mesa_function_pool[7190]: Uniform3iARB (will be remapped) */
    "iiii\0"
    "glUniform3i\0"
    "glUniform3iARB\0"
    "\0"
-   /* _mesa_function_pool[7184]: DrawTransformFeedback (will be remapped) */
+   /* _mesa_function_pool[7223]: DrawTransformFeedback (will be remapped) */
    "ii\0"
    "glDrawTransformFeedback\0"
    "\0"
-   /* _mesa_function_pool[7212]: DrawElementsInstancedARB (will be remapped) */
+   /* _mesa_function_pool[7251]: DrawElementsInstancedARB (will be remapped) */
    "iiipi\0"
    "glDrawElementsInstancedARB\0"
    "glDrawElementsInstancedEXT\0"
    "glDrawElementsInstanced\0"
    "\0"
-   /* _mesa_function_pool[7297]: GetShaderInfoLog (will be remapped) */
+   /* _mesa_function_pool[7336]: VertexAttribI1iEXT (will be remapped) */
+   "ii\0"
+   "glVertexAttribI1iEXT\0"
+   "glVertexAttribI1i\0"
+   "\0"
+   /* _mesa_function_pool[7379]: GetShaderInfoLog (will be remapped) */
    "iipp\0"
    "glGetShaderInfoLog\0"
    "\0"
-   /* _mesa_function_pool[7322]: WeightivARB (dynamic) */
+   /* _mesa_function_pool[7404]: GetCombinerInputParameterfvNV (will be remapped) */
+   "iiiip\0"
+   "glGetCombinerInputParameterfvNV\0"
+   "\0"
+   /* _mesa_function_pool[7443]: WeightivARB (dynamic) */
    "ip\0"
    "glWeightivARB\0"
    "\0"
-   /* _mesa_function_pool[7340]: PollInstrumentsSGIX (dynamic) */
+   /* _mesa_function_pool[7461]: PollInstrumentsSGIX (dynamic) */
    "p\0"
    "glPollInstrumentsSGIX\0"
    "\0"
-   /* _mesa_function_pool[7365]: GlobalAlphaFactordSUN (dynamic) */
+   /* _mesa_function_pool[7486]: GlobalAlphaFactordSUN (dynamic) */
    "d\0"
    "glGlobalAlphaFactordSUN\0"
    "\0"
-   /* _mesa_function_pool[7392]: GetFinalCombinerInputParameterfvNV (will be remapped) */
+   /* _mesa_function_pool[7513]: GetFinalCombinerInputParameterfvNV (will be remapped) */
    "iip\0"
    "glGetFinalCombinerInputParameterfvNV\0"
    "\0"
-   /* _mesa_function_pool[7434]: GenerateMipmapEXT (will be remapped) */
+   /* _mesa_function_pool[7555]: GenerateMipmapEXT (will be remapped) */
    "i\0"
    "glGenerateMipmap\0"
    "glGenerateMipmapEXT\0"
    "\0"
-   /* _mesa_function_pool[7474]: GenLists (offset 5) */
+   /* _mesa_function_pool[7595]: GenLists (offset 5) */
    "i\0"
    "glGenLists\0"
    "\0"
-   /* _mesa_function_pool[7488]: DepthRangef (will be remapped) */
+   /* _mesa_function_pool[7609]: DepthRangef (will be remapped) */
    "ff\0"
    "glDepthRangef\0"
    "\0"
-   /* _mesa_function_pool[7506]: GetMapAttribParameterivNV (dynamic) */
+   /* _mesa_function_pool[7627]: GetMapAttribParameterivNV (dynamic) */
    "iiip\0"
    "glGetMapAttribParameterivNV\0"
    "\0"
-   /* _mesa_function_pool[7540]: CreateShaderObjectARB (will be remapped) */
+   /* _mesa_function_pool[7661]: CreateShaderObjectARB (will be remapped) */
    "i\0"
    "glCreateShaderObjectARB\0"
    "\0"
-   /* _mesa_function_pool[7567]: GetSharpenTexFuncSGIS (dynamic) */
+   /* _mesa_function_pool[7688]: GetSharpenTexFuncSGIS (dynamic) */
    "ip\0"
    "glGetSharpenTexFuncSGIS\0"
    "\0"
-   /* _mesa_function_pool[7595]: BufferDataARB (will be remapped) */
+   /* _mesa_function_pool[7716]: BufferDataARB (will be remapped) */
    "iipi\0"
    "glBufferData\0"
    "glBufferDataARB\0"
    "\0"
-   /* _mesa_function_pool[7630]: FlushVertexArrayRangeNV (will be remapped) */
+   /* _mesa_function_pool[7751]: FlushVertexArrayRangeNV (will be remapped) */
    "\0"
    "glFlushVertexArrayRangeNV\0"
    "\0"
-   /* _mesa_function_pool[7658]: MapGrid2d (offset 226) */
+   /* _mesa_function_pool[7779]: MapGrid2d (offset 226) */
    "iddidd\0"
    "glMapGrid2d\0"
    "\0"
-   /* _mesa_function_pool[7678]: MapGrid2f (offset 227) */
+   /* _mesa_function_pool[7799]: MapGrid2f (offset 227) */
    "iffiff\0"
    "glMapGrid2f\0"
    "\0"
-   /* _mesa_function_pool[7698]: SampleMapATI (will be remapped) */
+   /* _mesa_function_pool[7819]: SampleMapATI (will be remapped) */
    "iii\0"
    "glSampleMapATI\0"
    "\0"
-   /* _mesa_function_pool[7718]: VertexPointerEXT (will be remapped) */
+   /* _mesa_function_pool[7839]: VertexPointerEXT (will be remapped) */
    "iiiip\0"
    "glVertexPointerEXT\0"
    "\0"
-   /* _mesa_function_pool[7744]: GetTexFilterFuncSGIS (dynamic) */
+   /* _mesa_function_pool[7865]: GetTexFilterFuncSGIS (dynamic) */
    "iip\0"
    "glGetTexFilterFuncSGIS\0"
    "\0"
-   /* _mesa_function_pool[7772]: Scissor (offset 176) */
+   /* _mesa_function_pool[7893]: Scissor (offset 176) */
    "iiii\0"
    "glScissor\0"
    "\0"
-   /* _mesa_function_pool[7788]: Fogf (offset 153) */
+   /* _mesa_function_pool[7909]: Fogf (offset 153) */
    "if\0"
    "glFogf\0"
    "\0"
-   /* _mesa_function_pool[7799]: ReplacementCodeuiColor4ubVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[7920]: ReplacementCodeuiColor4ubVertex3fvSUN (dynamic) */
    "ppp\0"
    "glReplacementCodeuiColor4ubVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[7844]: TexSubImage1D (offset 332) */
+   /* _mesa_function_pool[7965]: TexSubImage1D (offset 332) */
    "iiiiiip\0"
    "glTexSubImage1D\0"
    "glTexSubImage1DEXT\0"
    "\0"
-   /* _mesa_function_pool[7888]: VertexAttrib1sARB (will be remapped) */
+   /* _mesa_function_pool[8009]: VertexAttrib1sARB (will be remapped) */
    "ii\0"
    "glVertexAttrib1s\0"
    "glVertexAttrib1sARB\0"
    "\0"
-   /* _mesa_function_pool[7929]: FenceSync (will be remapped) */
+   /* _mesa_function_pool[8050]: FenceSync (will be remapped) */
    "ii\0"
    "glFenceSync\0"
    "\0"
-   /* _mesa_function_pool[7945]: Color4usv (offset 40) */
+   /* _mesa_function_pool[8066]: Color4usv (offset 40) */
    "p\0"
    "glColor4usv\0"
    "\0"
-   /* _mesa_function_pool[7960]: Fogi (offset 155) */
+   /* _mesa_function_pool[8081]: GetnUniformfvARB (will be remapped) */
+   "iiip\0"
+   "glGetnUniformfvARB\0"
+   "\0"
+   /* _mesa_function_pool[8106]: Fogi (offset 155) */
    "ii\0"
    "glFogi\0"
    "\0"
-   /* _mesa_function_pool[7971]: DepthRange (offset 288) */
+   /* _mesa_function_pool[8117]: DepthRange (offset 288) */
    "dd\0"
    "glDepthRange\0"
    "\0"
-   /* _mesa_function_pool[7988]: RasterPos3iv (offset 75) */
+   /* _mesa_function_pool[8134]: RasterPos3iv (offset 75) */
    "p\0"
    "glRasterPos3iv\0"
    "\0"
-   /* _mesa_function_pool[8006]: FinalCombinerInputNV (will be remapped) */
+   /* _mesa_function_pool[8152]: FinalCombinerInputNV (will be remapped) */
    "iiii\0"
    "glFinalCombinerInputNV\0"
    "\0"
-   /* _mesa_function_pool[8035]: TexCoord2i (offset 106) */
+   /* _mesa_function_pool[8181]: TexCoord2i (offset 106) */
    "ii\0"
    "glTexCoord2i\0"
    "\0"
-   /* _mesa_function_pool[8052]: PixelMapfv (offset 251) */
+   /* _mesa_function_pool[8198]: PixelMapfv (offset 251) */
    "iip\0"
    "glPixelMapfv\0"
    "\0"
-   /* _mesa_function_pool[8070]: Color4ui (offset 37) */
+   /* _mesa_function_pool[8216]: Color4ui (offset 37) */
    "iiii\0"
    "glColor4ui\0"
    "\0"
-   /* _mesa_function_pool[8087]: RasterPos3s (offset 76) */
+   /* _mesa_function_pool[8233]: RasterPos3s (offset 76) */
    "iii\0"
    "glRasterPos3s\0"
    "\0"
-   /* _mesa_function_pool[8106]: Color3usv (offset 24) */
+   /* _mesa_function_pool[8252]: Color3usv (offset 24) */
    "p\0"
    "glColor3usv\0"
    "\0"
-   /* _mesa_function_pool[8121]: FlushRasterSGIX (dynamic) */
+   /* _mesa_function_pool[8267]: FlushRasterSGIX (dynamic) */
    "\0"
    "glFlushRasterSGIX\0"
    "\0"
-   /* _mesa_function_pool[8141]: TexCoord2f (offset 104) */
+   /* _mesa_function_pool[8287]: TexCoord2f (offset 104) */
    "ff\0"
    "glTexCoord2f\0"
    "\0"
-   /* _mesa_function_pool[8158]: ReplacementCodeuiTexCoord2fVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[8304]: ReplacementCodeuiTexCoord2fVertex3fSUN (dynamic) */
    "ifffff\0"
    "glReplacementCodeuiTexCoord2fVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[8207]: TexCoord2d (offset 102) */
+   /* _mesa_function_pool[8353]: TexCoord2d (offset 102) */
    "dd\0"
    "glTexCoord2d\0"
    "\0"
-   /* _mesa_function_pool[8224]: RasterPos3d (offset 70) */
+   /* _mesa_function_pool[8370]: RasterPos3d (offset 70) */
    "ddd\0"
    "glRasterPos3d\0"
    "\0"
-   /* _mesa_function_pool[8243]: RasterPos3f (offset 72) */
+   /* _mesa_function_pool[8389]: RasterPos3f (offset 72) */
    "fff\0"
    "glRasterPos3f\0"
    "\0"
-   /* _mesa_function_pool[8262]: Uniform1fARB (will be remapped) */
+   /* _mesa_function_pool[8408]: Uniform1fARB (will be remapped) */
    "if\0"
    "glUniform1f\0"
    "glUniform1fARB\0"
    "\0"
-   /* _mesa_function_pool[8293]: AreTexturesResident (offset 322) */
+   /* _mesa_function_pool[8439]: AreTexturesResident (offset 322) */
    "ipp\0"
    "glAreTexturesResident\0"
    "glAreTexturesResidentEXT\0"
    "\0"
-   /* _mesa_function_pool[8345]: TexCoord2s (offset 108) */
+   /* _mesa_function_pool[8491]: TexCoord2s (offset 108) */
    "ii\0"
    "glTexCoord2s\0"
    "\0"
-   /* _mesa_function_pool[8362]: StencilOpSeparate (will be remapped) */
+   /* _mesa_function_pool[8508]: StencilOpSeparate (will be remapped) */
    "iiii\0"
    "glStencilOpSeparate\0"
    "glStencilOpSeparateATI\0"
    "\0"
-   /* _mesa_function_pool[8411]: ColorTableParameteriv (offset 341) */
+   /* _mesa_function_pool[8557]: ColorTableParameteriv (offset 341) */
    "iip\0"
    "glColorTableParameteriv\0"
    "glColorTableParameterivSGI\0"
    "\0"
-   /* _mesa_function_pool[8467]: FogCoordPointerListIBM (dynamic) */
-   "iipi\0"
-   "glFogCoordPointerListIBM\0"
+   /* _mesa_function_pool[8613]: VertexAttribP2ui (will be remapped) */
+   "iiii\0"
+   "glVertexAttribP2ui\0"
    "\0"
-   /* _mesa_function_pool[8498]: WindowPos3dMESA (will be remapped) */
+   /* _mesa_function_pool[8638]: WindowPos3dMESA (will be remapped) */
    "ddd\0"
    "glWindowPos3d\0"
    "glWindowPos3dARB\0"
    "glWindowPos3dMESA\0"
    "\0"
-   /* _mesa_function_pool[8552]: Color4us (offset 39) */
+   /* _mesa_function_pool[8692]: Color4us (offset 39) */
    "iiii\0"
    "glColor4us\0"
    "\0"
-   /* _mesa_function_pool[8569]: PointParameterfvEXT (will be remapped) */
+   /* _mesa_function_pool[8709]: PointParameterfvEXT (will be remapped) */
    "ip\0"
    "glPointParameterfv\0"
    "glPointParameterfvARB\0"
    "glPointParameterfvEXT\0"
    "glPointParameterfvSGIS\0"
    "\0"
-   /* _mesa_function_pool[8659]: Color3bv (offset 10) */
+   /* _mesa_function_pool[8799]: Color3bv (offset 10) */
    "p\0"
    "glColor3bv\0"
    "\0"
-   /* _mesa_function_pool[8673]: GetnCompressedTexImageARB (will be remapped) */
+   /* _mesa_function_pool[8813]: GetnCompressedTexImageARB (will be remapped) */
    "iiip\0"
    "glGetnCompressedTexImageARB\0"
    "\0"
-   /* _mesa_function_pool[8707]: WindowPos2fvMESA (will be remapped) */
+   /* _mesa_function_pool[8847]: WindowPos2fvMESA (will be remapped) */
    "p\0"
    "glWindowPos2fv\0"
    "glWindowPos2fvARB\0"
    "glWindowPos2fvMESA\0"
    "\0"
-   /* _mesa_function_pool[8762]: SecondaryColor3bvEXT (will be remapped) */
+   /* _mesa_function_pool[8902]: SecondaryColor3bvEXT (will be remapped) */
    "p\0"
    "glSecondaryColor3bv\0"
    "glSecondaryColor3bvEXT\0"
    "\0"
-   /* _mesa_function_pool[8808]: VertexPointerListIBM (dynamic) */
+   /* _mesa_function_pool[8948]: VertexPointerListIBM (dynamic) */
    "iiipi\0"
    "glVertexPointerListIBM\0"
    "\0"
-   /* _mesa_function_pool[8838]: GetProgramLocalParameterfvARB (will be remapped) */
+   /* _mesa_function_pool[8978]: GetProgramLocalParameterfvARB (will be remapped) */
    "iip\0"
    "glGetProgramLocalParameterfvARB\0"
    "\0"
-   /* _mesa_function_pool[8875]: FragmentMaterialfSGIX (dynamic) */
+   /* _mesa_function_pool[9015]: FragmentMaterialfSGIX (dynamic) */
    "iif\0"
    "glFragmentMaterialfSGIX\0"
    "\0"
-   /* _mesa_function_pool[8904]: BindSampler (will be remapped) */
+   /* _mesa_function_pool[9044]: BindSampler (will be remapped) */
    "ii\0"
    "glBindSampler\0"
    "\0"
-   /* _mesa_function_pool[8922]: RenderbufferStorageEXT (will be remapped) */
+   /* _mesa_function_pool[9062]: RenderbufferStorageEXT (will be remapped) */
    "iiii\0"
    "glRenderbufferStorage\0"
    "glRenderbufferStorageEXT\0"
    "\0"
-   /* _mesa_function_pool[8975]: IsFenceNV (will be remapped) */
+   /* _mesa_function_pool[9115]: IsFenceNV (will be remapped) */
    "i\0"
    "glIsFenceNV\0"
    "\0"
-   /* _mesa_function_pool[8990]: AttachObjectARB (will be remapped) */
+   /* _mesa_function_pool[9130]: AlphaFragmentOp2ATI (will be remapped) */
+   "iiiiiiiii\0"
+   "glAlphaFragmentOp2ATI\0"
+   "\0"
+   /* _mesa_function_pool[9163]: AttachObjectARB (will be remapped) */
    "ii\0"
    "glAttachObjectARB\0"
    "\0"
-   /* _mesa_function_pool[9012]: GetFragmentLightivSGIX (dynamic) */
+   /* _mesa_function_pool[9185]: GetFragmentLightivSGIX (dynamic) */
    "iip\0"
    "glGetFragmentLightivSGIX\0"
    "\0"
-   /* _mesa_function_pool[9042]: UniformMatrix2fvARB (will be remapped) */
+   /* _mesa_function_pool[9215]: UniformMatrix2fvARB (will be remapped) */
    "iiip\0"
    "glUniformMatrix2fv\0"
    "glUniformMatrix2fvARB\0"
    "\0"
-   /* _mesa_function_pool[9089]: MultiTexCoord2fARB (offset 386) */
+   /* _mesa_function_pool[9262]: MultiTexCoord2fARB (offset 386) */
    "iff\0"
    "glMultiTexCoord2f\0"
    "glMultiTexCoord2fARB\0"
    "\0"
-   /* _mesa_function_pool[9133]: ColorTable (offset 339) */
+   /* _mesa_function_pool[9306]: ColorTable (offset 339) */
    "iiiiip\0"
    "glColorTable\0"
    "glColorTableSGI\0"
    "glColorTableEXT\0"
    "\0"
-   /* _mesa_function_pool[9186]: IndexPointer (offset 314) */
+   /* _mesa_function_pool[9359]: IndexPointer (offset 314) */
    "iip\0"
    "glIndexPointer\0"
    "\0"
-   /* _mesa_function_pool[9206]: Accum (offset 213) */
+   /* _mesa_function_pool[9379]: Accum (offset 213) */
    "if\0"
    "glAccum\0"
    "\0"
-   /* _mesa_function_pool[9218]: GetTexImage (offset 281) */
+   /* _mesa_function_pool[9391]: GetTexImage (offset 281) */
    "iiiip\0"
    "glGetTexImage\0"
    "\0"
-   /* _mesa_function_pool[9239]: MapControlPointsNV (dynamic) */
+   /* _mesa_function_pool[9412]: MapControlPointsNV (dynamic) */
    "iiiiiiiip\0"
    "glMapControlPointsNV\0"
    "\0"
-   /* _mesa_function_pool[9271]: ConvolutionFilter2D (offset 349) */
+   /* _mesa_function_pool[9444]: ConvolutionFilter2D (offset 349) */
    "iiiiiip\0"
    "glConvolutionFilter2D\0"
    "glConvolutionFilter2DEXT\0"
    "\0"
-   /* _mesa_function_pool[9327]: Finish (offset 216) */
+   /* _mesa_function_pool[9500]: Finish (offset 216) */
    "\0"
    "glFinish\0"
    "\0"
-   /* _mesa_function_pool[9338]: MapParameterfvNV (dynamic) */
+   /* _mesa_function_pool[9511]: MapParameterfvNV (dynamic) */
    "iip\0"
    "glMapParameterfvNV\0"
    "\0"
-   /* _mesa_function_pool[9362]: ClearStencil (offset 207) */
+   /* _mesa_function_pool[9535]: ClearStencil (offset 207) */
    "i\0"
    "glClearStencil\0"
    "\0"
-   /* _mesa_function_pool[9380]: VertexAttrib3dvARB (will be remapped) */
+   /* _mesa_function_pool[9553]: VertexAttrib3dvARB (will be remapped) */
    "ip\0"
    "glVertexAttrib3dv\0"
    "glVertexAttrib3dvARB\0"
    "\0"
-   /* _mesa_function_pool[9423]: Uniform4uivEXT (will be remapped) */
+   /* _mesa_function_pool[9596]: Uniform4uivEXT (will be remapped) */
    "iip\0"
    "glUniform4uivEXT\0"
    "glUniform4uiv\0"
    "\0"
-   /* _mesa_function_pool[9459]: HintPGI (dynamic) */
+   /* _mesa_function_pool[9632]: HintPGI (dynamic) */
    "ii\0"
    "glHintPGI\0"
    "\0"
-   /* _mesa_function_pool[9473]: ConvolutionParameteriv (offset 353) */
+   /* _mesa_function_pool[9646]: ConvolutionParameteriv (offset 353) */
    "iip\0"
    "glConvolutionParameteriv\0"
    "glConvolutionParameterivEXT\0"
    "\0"
-   /* _mesa_function_pool[9531]: Color4s (offset 33) */
+   /* _mesa_function_pool[9704]: Color4s (offset 33) */
    "iiii\0"
    "glColor4s\0"
    "\0"
-   /* _mesa_function_pool[9547]: InterleavedArrays (offset 317) */
+   /* _mesa_function_pool[9720]: InterleavedArrays (offset 317) */
    "iip\0"
    "glInterleavedArrays\0"
    "\0"
-   /* _mesa_function_pool[9572]: RasterPos2fv (offset 65) */
+   /* _mesa_function_pool[9745]: RasterPos2fv (offset 65) */
    "p\0"
    "glRasterPos2fv\0"
    "\0"
-   /* _mesa_function_pool[9590]: TexCoord1fv (offset 97) */
+   /* _mesa_function_pool[9763]: TexCoord1fv (offset 97) */
    "p\0"
    "glTexCoord1fv\0"
    "\0"
-   /* _mesa_function_pool[9607]: Vertex2d (offset 126) */
+   /* _mesa_function_pool[9780]: Vertex2d (offset 126) */
    "dd\0"
    "glVertex2d\0"
    "\0"
-   /* _mesa_function_pool[9622]: CullParameterdvEXT (dynamic) */
+   /* _mesa_function_pool[9795]: CullParameterdvEXT (dynamic) */
    "ip\0"
    "glCullParameterdvEXT\0"
    "\0"
-   /* _mesa_function_pool[9647]: ProgramNamedParameter4fNV (will be remapped) */
+   /* _mesa_function_pool[9820]: ProgramNamedParameter4fNV (will be remapped) */
    "iipffff\0"
    "glProgramNamedParameter4fNV\0"
    "\0"
-   /* _mesa_function_pool[9684]: Color3fVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[9857]: Color3fVertex3fSUN (dynamic) */
    "ffffff\0"
    "glColor3fVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[9713]: ProgramEnvParameter4fvARB (will be remapped) */
+   /* _mesa_function_pool[9886]: ProgramEnvParameter4fvARB (will be remapped) */
    "iip\0"
    "glProgramEnvParameter4fvARB\0"
    "glProgramParameter4fvNV\0"
    "\0"
-   /* _mesa_function_pool[9770]: Color4i (offset 31) */
+   /* _mesa_function_pool[9943]: Color4i (offset 31) */
    "iiii\0"
    "glColor4i\0"
    "\0"
-   /* _mesa_function_pool[9786]: Color4f (offset 29) */
+   /* _mesa_function_pool[9959]: Color4f (offset 29) */
    "ffff\0"
    "glColor4f\0"
    "\0"
-   /* _mesa_function_pool[9802]: RasterPos4fv (offset 81) */
+   /* _mesa_function_pool[9975]: RasterPos4fv (offset 81) */
    "p\0"
    "glRasterPos4fv\0"
    "\0"
-   /* _mesa_function_pool[9820]: Color4d (offset 27) */
+   /* _mesa_function_pool[9993]: Color4d (offset 27) */
    "dddd\0"
    "glColor4d\0"
    "\0"
-   /* _mesa_function_pool[9836]: ClearIndex (offset 205) */
+   /* _mesa_function_pool[10009]: ClearIndex (offset 205) */
    "f\0"
    "glClearIndex\0"
    "\0"
-   /* _mesa_function_pool[9852]: Color4b (offset 25) */
+   /* _mesa_function_pool[10025]: Color4b (offset 25) */
    "iiii\0"
    "glColor4b\0"
    "\0"
-   /* _mesa_function_pool[9868]: LoadMatrixd (offset 292) */
+   /* _mesa_function_pool[10041]: LoadMatrixd (offset 292) */
    "p\0"
    "glLoadMatrixd\0"
    "\0"
-   /* _mesa_function_pool[9885]: FragmentLightModeliSGIX (dynamic) */
+   /* _mesa_function_pool[10058]: FragmentLightModeliSGIX (dynamic) */
    "ii\0"
    "glFragmentLightModeliSGIX\0"
    "\0"
-   /* _mesa_function_pool[9915]: RasterPos2dv (offset 63) */
+   /* _mesa_function_pool[10088]: RasterPos2dv (offset 63) */
    "p\0"
    "glRasterPos2dv\0"
    "\0"
-   /* _mesa_function_pool[9933]: ConvolutionParameterfv (offset 351) */
+   /* _mesa_function_pool[10106]: ConvolutionParameterfv (offset 351) */
    "iip\0"
    "glConvolutionParameterfv\0"
    "glConvolutionParameterfvEXT\0"
    "\0"
-   /* _mesa_function_pool[9991]: TbufferMask3DFX (dynamic) */
+   /* _mesa_function_pool[10164]: TbufferMask3DFX (dynamic) */
    "i\0"
    "glTbufferMask3DFX\0"
    "\0"
-   /* _mesa_function_pool[10012]: GetTexGendv (offset 278) */
+   /* _mesa_function_pool[10185]: GetTexGendv (offset 278) */
    "iip\0"
    "glGetTexGendv\0"
    "\0"
-   /* _mesa_function_pool[10031]: GetVertexAttribfvNV (will be remapped) */
-   "iip\0"
-   "glGetVertexAttribfvNV\0"
+   /* _mesa_function_pool[10204]: ColorMaskIndexedEXT (will be remapped) */
+   "iiiii\0"
+   "glColorMaskIndexedEXT\0"
+   "glColorMaski\0"
    "\0"
-   /* _mesa_function_pool[10058]: BeginTransformFeedbackEXT (will be remapped) */
-   "i\0"
-   "glBeginTransformFeedbackEXT\0"
-   "glBeginTransformFeedback\0"
+   /* _mesa_function_pool[10246]: GetFragDataLocationEXT (will be remapped) */
+   "ip\0"
+   "glGetFragDataLocationEXT\0"
+   "glGetFragDataLocation\0"
    "\0"
-   /* _mesa_function_pool[10114]: LoadProgramNV (will be remapped) */
+   /* _mesa_function_pool[10297]: LoadProgramNV (will be remapped) */
    "iiip\0"
    "glLoadProgramNV\0"
    "\0"
-   /* _mesa_function_pool[10136]: WaitSync (will be remapped) */
+   /* _mesa_function_pool[10319]: WaitSync (will be remapped) */
    "iii\0"
    "glWaitSync\0"
    "\0"
-   /* _mesa_function_pool[10152]: EndList (offset 1) */
+   /* _mesa_function_pool[10335]: EndList (offset 1) */
    "\0"
    "glEndList\0"
    "\0"
-   /* _mesa_function_pool[10164]: VertexP4ui (will be remapped) */
+   /* _mesa_function_pool[10347]: VertexP4ui (will be remapped) */
    "ii\0"
    "glVertexP4ui\0"
    "\0"
-   /* _mesa_function_pool[10181]: VertexAttrib4fvNV (will be remapped) */
-   "ip\0"
-   "glVertexAttrib4fvNV\0"
+   /* _mesa_function_pool[10364]: MultiTexCoordP1ui (will be remapped) */
+   "iii\0"
+   "glMultiTexCoordP1ui\0"
    "\0"
-   /* _mesa_function_pool[10205]: GetAttachedObjectsARB (will be remapped) */
+   /* _mesa_function_pool[10389]: GetAttachedObjectsARB (will be remapped) */
    "iipp\0"
    "glGetAttachedObjectsARB\0"
    "\0"
-   /* _mesa_function_pool[10235]: Uniform3fvARB (will be remapped) */
+   /* _mesa_function_pool[10419]: Uniform3fvARB (will be remapped) */
    "iip\0"
    "glUniform3fv\0"
    "glUniform3fvARB\0"
    "\0"
-   /* _mesa_function_pool[10269]: EvalCoord1fv (offset 231) */
+   /* _mesa_function_pool[10453]: EvalCoord1fv (offset 231) */
    "p\0"
    "glEvalCoord1fv\0"
    "\0"
-   /* _mesa_function_pool[10287]: DrawRangeElements (offset 338) */
+   /* _mesa_function_pool[10471]: DrawRangeElements (offset 338) */
    "iiiiip\0"
    "glDrawRangeElements\0"
    "glDrawRangeElementsEXT\0"
    "\0"
-   /* _mesa_function_pool[10338]: EvalMesh2 (offset 238) */
+   /* _mesa_function_pool[10522]: EvalMesh2 (offset 238) */
    "iiiii\0"
    "glEvalMesh2\0"
    "\0"
-   /* _mesa_function_pool[10357]: Vertex4fv (offset 145) */
+   /* _mesa_function_pool[10541]: Vertex4fv (offset 145) */
    "p\0"
    "glVertex4fv\0"
    "\0"
-   /* _mesa_function_pool[10372]: GenTransformFeedbacks (will be remapped) */
+   /* _mesa_function_pool[10556]: GenTransformFeedbacks (will be remapped) */
    "ip\0"
    "glGenTransformFeedbacks\0"
    "\0"
-   /* _mesa_function_pool[10400]: SpriteParameterfvSGIX (dynamic) */
+   /* _mesa_function_pool[10584]: SpriteParameterfvSGIX (dynamic) */
    "ip\0"
    "glSpriteParameterfvSGIX\0"
    "\0"
-   /* _mesa_function_pool[10428]: CheckFramebufferStatusEXT (will be remapped) */
+   /* _mesa_function_pool[10612]: CheckFramebufferStatusEXT (will be remapped) */
    "i\0"
    "glCheckFramebufferStatus\0"
    "glCheckFramebufferStatusEXT\0"
    "\0"
-   /* _mesa_function_pool[10484]: GlobalAlphaFactoruiSUN (dynamic) */
+   /* _mesa_function_pool[10668]: GlobalAlphaFactoruiSUN (dynamic) */
    "i\0"
    "glGlobalAlphaFactoruiSUN\0"
    "\0"
-   /* _mesa_function_pool[10512]: GetHandleARB (will be remapped) */
+   /* _mesa_function_pool[10696]: GetHandleARB (will be remapped) */
    "i\0"
    "glGetHandleARB\0"
    "\0"
-   /* _mesa_function_pool[10530]: DebugMessageControlARB (will be remapped) */
+   /* _mesa_function_pool[10714]: DebugMessageControlARB (will be remapped) */
    "iiiipi\0"
    "glDebugMessageControlARB\0"
    "\0"
-   /* _mesa_function_pool[10563]: GetVertexAttribivARB (will be remapped) */
+   /* _mesa_function_pool[10747]: GetVertexAttribivARB (will be remapped) */
    "iip\0"
    "glGetVertexAttribiv\0"
    "glGetVertexAttribivARB\0"
    "\0"
-   /* _mesa_function_pool[10611]: BlendFunciARB (will be remapped) */
+   /* _mesa_function_pool[10795]: BlendFunciARB (will be remapped) */
    "iii\0"
    "glBlendFunciARB\0"
    "glBlendFuncIndexedAMD\0"
    "\0"
-   /* _mesa_function_pool[10654]: VertexAttribP1ui (will be remapped) */
+   /* _mesa_function_pool[10838]: VertexAttribP1ui (will be remapped) */
    "iiii\0"
    "glVertexAttribP1ui\0"
    "\0"
-   /* _mesa_function_pool[10679]: GetnUniformivARB (will be remapped) */
+   /* _mesa_function_pool[10863]: GetnUniformivARB (will be remapped) */
    "iiip\0"
    "glGetnUniformivARB\0"
    "\0"
-   /* _mesa_function_pool[10704]: GetTexParameterIivEXT (will be remapped) */
+   /* _mesa_function_pool[10888]: GetTexParameterIivEXT (will be remapped) */
    "iip\0"
    "glGetTexParameterIivEXT\0"
    "glGetTexParameterIiv\0"
    "\0"
-   /* _mesa_function_pool[10754]: CreateProgram (will be remapped) */
+   /* _mesa_function_pool[10938]: CreateProgram (will be remapped) */
    "\0"
    "glCreateProgram\0"
    "\0"
-   /* _mesa_function_pool[10772]: LoadTransposeMatrixdARB (will be remapped) */
+   /* _mesa_function_pool[10956]: LoadTransposeMatrixdARB (will be remapped) */
    "p\0"
    "glLoadTransposeMatrixd\0"
    "glLoadTransposeMatrixdARB\0"
    "\0"
-   /* _mesa_function_pool[10824]: ReleaseShaderCompiler (will be remapped) */
+   /* _mesa_function_pool[11008]: ReleaseShaderCompiler (will be remapped) */
    "\0"
    "glReleaseShaderCompiler\0"
    "\0"
-   /* _mesa_function_pool[10850]: GetMinmax (offset 364) */
+   /* _mesa_function_pool[11034]: GetMinmax (offset 364) */
    "iiiip\0"
    "glGetMinmax\0"
    "glGetMinmaxEXT\0"
    "\0"
-   /* _mesa_function_pool[10884]: StencilFuncSeparate (will be remapped) */
+   /* _mesa_function_pool[11068]: StencilFuncSeparate (will be remapped) */
    "iiii\0"
    "glStencilFuncSeparate\0"
    "\0"
-   /* _mesa_function_pool[10912]: SecondaryColor3sEXT (will be remapped) */
+   /* _mesa_function_pool[11096]: SecondaryColor3sEXT (will be remapped) */
    "iii\0"
    "glSecondaryColor3s\0"
    "glSecondaryColor3sEXT\0"
    "\0"
-   /* _mesa_function_pool[10958]: Color3fVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[11142]: Color3fVertex3fvSUN (dynamic) */
    "pp\0"
    "glColor3fVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[10984]: GetInteger64i_v (will be remapped) */
+   /* _mesa_function_pool[11168]: GetInteger64i_v (will be remapped) */
    "iip\0"
    "glGetInteger64i_v\0"
    "\0"
-   /* _mesa_function_pool[11007]: GetVertexAttribdvNV (will be remapped) */
+   /* _mesa_function_pool[11191]: GetVertexAttribdvNV (will be remapped) */
    "iip\0"
    "glGetVertexAttribdvNV\0"
    "\0"
-   /* _mesa_function_pool[11034]: Normal3fv (offset 57) */
+   /* _mesa_function_pool[11218]: DeleteTransformFeedbacks (will be remapped) */
+   "ip\0"
+   "glDeleteTransformFeedbacks\0"
+   "\0"
+   /* _mesa_function_pool[11249]: Normal3fv (offset 57) */
    "p\0"
    "glNormal3fv\0"
    "\0"
-   /* _mesa_function_pool[11049]: GlobalAlphaFactorbSUN (dynamic) */
+   /* _mesa_function_pool[11264]: GlobalAlphaFactorbSUN (dynamic) */
    "i\0"
    "glGlobalAlphaFactorbSUN\0"
    "\0"
-   /* _mesa_function_pool[11076]: Color3us (offset 23) */
+   /* _mesa_function_pool[11291]: Color3us (offset 23) */
    "iii\0"
    "glColor3us\0"
    "\0"
-   /* _mesa_function_pool[11092]: ImageTransformParameterfvHP (dynamic) */
+   /* _mesa_function_pool[11307]: ImageTransformParameterfvHP (dynamic) */
    "iip\0"
    "glImageTransformParameterfvHP\0"
    "\0"
-   /* _mesa_function_pool[11127]: VertexAttrib4ivARB (will be remapped) */
+   /* _mesa_function_pool[11342]: VertexAttrib4ivARB (will be remapped) */
    "ip\0"
    "glVertexAttrib4iv\0"
    "glVertexAttrib4ivARB\0"
    "\0"
-   /* _mesa_function_pool[11170]: End (offset 43) */
+   /* _mesa_function_pool[11385]: End (offset 43) */
    "\0"
    "glEnd\0"
    "\0"
-   /* _mesa_function_pool[11178]: VertexAttrib3fNV (will be remapped) */
+   /* _mesa_function_pool[11393]: VertexAttrib3fNV (will be remapped) */
    "ifff\0"
    "glVertexAttrib3fNV\0"
    "\0"
-   /* _mesa_function_pool[11203]: MultiTexCoordP3uiv (will be remapped) */
+   /* _mesa_function_pool[11418]: MultiTexCoordP3uiv (will be remapped) */
    "iip\0"
    "glMultiTexCoordP3uiv\0"
    "\0"
-   /* _mesa_function_pool[11229]: VertexAttribs2dvNV (will be remapped) */
+   /* _mesa_function_pool[11444]: VertexAttribs2dvNV (will be remapped) */
    "iip\0"
    "glVertexAttribs2dvNV\0"
    "\0"
-   /* _mesa_function_pool[11255]: GetQueryObjectui64vEXT (will be remapped) */
+   /* _mesa_function_pool[11470]: GetQueryObjectui64vEXT (will be remapped) */
    "iip\0"
    "glGetQueryObjectui64vEXT\0"
    "\0"
-   /* _mesa_function_pool[11285]: MultiTexCoord3fvARB (offset 395) */
+   /* _mesa_function_pool[11500]: MultiTexCoord3fvARB (offset 395) */
    "ip\0"
    "glMultiTexCoord3fv\0"
    "glMultiTexCoord3fvARB\0"
    "\0"
-   /* _mesa_function_pool[11330]: SecondaryColor3dEXT (will be remapped) */
+   /* _mesa_function_pool[11545]: SecondaryColor3dEXT (will be remapped) */
    "ddd\0"
    "glSecondaryColor3d\0"
    "glSecondaryColor3dEXT\0"
    "\0"
-   /* _mesa_function_pool[11376]: Color3ub (offset 19) */
+   /* _mesa_function_pool[11591]: Color3ub (offset 19) */
    "iii\0"
    "glColor3ub\0"
    "\0"
-   /* _mesa_function_pool[11392]: GetProgramParameterfvNV (will be remapped) */
+   /* _mesa_function_pool[11607]: GetProgramParameterfvNV (will be remapped) */
    "iiip\0"
    "glGetProgramParameterfvNV\0"
    "\0"
-   /* _mesa_function_pool[11424]: TangentPointerEXT (dynamic) */
+   /* _mesa_function_pool[11639]: TangentPointerEXT (dynamic) */
    "iip\0"
    "glTangentPointerEXT\0"
    "\0"
-   /* _mesa_function_pool[11449]: Color4fNormal3fVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[11664]: Color4fNormal3fVertex3fvSUN (dynamic) */
    "ppp\0"
    "glColor4fNormal3fVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[11484]: GetInstrumentsSGIX (dynamic) */
+   /* _mesa_function_pool[11699]: GetInstrumentsSGIX (dynamic) */
    "\0"
    "glGetInstrumentsSGIX\0"
    "\0"
-   /* _mesa_function_pool[11507]: GetUniformuivEXT (will be remapped) */
+   /* _mesa_function_pool[11722]: GetUniformuivEXT (will be remapped) */
    "iip\0"
    "glGetUniformuivEXT\0"
    "glGetUniformuiv\0"
    "\0"
-   /* _mesa_function_pool[11547]: Color3ui (offset 21) */
+   /* _mesa_function_pool[11762]: Color3ui (offset 21) */
    "iii\0"
    "glColor3ui\0"
    "\0"
-   /* _mesa_function_pool[11563]: EvalMapsNV (dynamic) */
+   /* _mesa_function_pool[11778]: EvalMapsNV (dynamic) */
    "ii\0"
    "glEvalMapsNV\0"
    "\0"
-   /* _mesa_function_pool[11580]: TexSubImage2D (offset 333) */
+   /* _mesa_function_pool[11795]: TexSubImage2D (offset 333) */
    "iiiiiiiip\0"
    "glTexSubImage2D\0"
    "glTexSubImage2DEXT\0"
    "\0"
-   /* _mesa_function_pool[11626]: FragmentLightivSGIX (dynamic) */
+   /* _mesa_function_pool[11841]: FragmentLightivSGIX (dynamic) */
    "iip\0"
    "glFragmentLightivSGIX\0"
    "\0"
-   /* _mesa_function_pool[11653]: GetTexParameterPointervAPPLE (will be remapped) */
+   /* _mesa_function_pool[11868]: GetTexParameterPointervAPPLE (will be remapped) */
    "iip\0"
    "glGetTexParameterPointervAPPLE\0"
    "\0"
-   /* _mesa_function_pool[11689]: TexGenfv (offset 191) */
+   /* _mesa_function_pool[11904]: TexGenfv (offset 191) */
    "iip\0"
    "glTexGenfv\0"
    "\0"
-   /* _mesa_function_pool[11705]: GetTransformFeedbackVaryingEXT (will be remapped) */
-   "iiipppp\0"
-   "glGetTransformFeedbackVaryingEXT\0"
-   "glGetTransformFeedbackVarying\0"
+   /* _mesa_function_pool[11920]: PixelTransformParameterfvEXT (dynamic) */
+   "iip\0"
+   "glPixelTransformParameterfvEXT\0"
    "\0"
-   /* _mesa_function_pool[11777]: VertexAttrib4bvARB (will be remapped) */
+   /* _mesa_function_pool[11956]: VertexAttrib4bvARB (will be remapped) */
    "ip\0"
    "glVertexAttrib4bv\0"
    "glVertexAttrib4bvARB\0"
    "\0"
-   /* _mesa_function_pool[11820]: ShaderBinary (will be remapped) */
+   /* _mesa_function_pool[11999]: ShaderBinary (will be remapped) */
    "ipipi\0"
    "glShaderBinary\0"
    "\0"
-   /* _mesa_function_pool[11842]: GetIntegerIndexedvEXT (will be remapped) */
-   "iip\0"
-   "glGetIntegerIndexedvEXT\0"
-   "glGetIntegeri_v\0"
+   /* _mesa_function_pool[12021]: TexCoordP2uiv (will be remapped) */
+   "ip\0"
+   "glTexCoordP2uiv\0"
    "\0"
-   /* _mesa_function_pool[11887]: MultiTexCoord4sARB (offset 406) */
+   /* _mesa_function_pool[12041]: MultiTexCoord4sARB (offset 406) */
    "iiiii\0"
    "glMultiTexCoord4s\0"
    "glMultiTexCoord4sARB\0"
    "\0"
-   /* _mesa_function_pool[11933]: GetFragmentMaterialivSGIX (dynamic) */
+   /* _mesa_function_pool[12087]: GetFragmentMaterialivSGIX (dynamic) */
    "iip\0"
    "glGetFragmentMaterialivSGIX\0"
    "\0"
-   /* _mesa_function_pool[11966]: WindowPos4dMESA (will be remapped) */
+   /* _mesa_function_pool[12120]: WindowPos4dMESA (will be remapped) */
    "dddd\0"
    "glWindowPos4dMESA\0"
    "\0"
-   /* _mesa_function_pool[11990]: WeightPointerARB (dynamic) */
+   /* _mesa_function_pool[12144]: WeightPointerARB (dynamic) */
    "iiip\0"
    "glWeightPointerARB\0"
    "\0"
-   /* _mesa_function_pool[12015]: WindowPos2dMESA (will be remapped) */
+   /* _mesa_function_pool[12169]: WindowPos2dMESA (will be remapped) */
    "dd\0"
    "glWindowPos2d\0"
    "glWindowPos2dARB\0"
    "glWindowPos2dMESA\0"
    "\0"
-   /* _mesa_function_pool[12068]: FramebufferTexture3DEXT (will be remapped) */
+   /* _mesa_function_pool[12222]: FramebufferTexture3DEXT (will be remapped) */
    "iiiiii\0"
    "glFramebufferTexture3D\0"
    "glFramebufferTexture3DEXT\0"
    "\0"
-   /* _mesa_function_pool[12125]: BlendEquation (offset 337) */
+   /* _mesa_function_pool[12279]: BlendEquation (offset 337) */
    "i\0"
    "glBlendEquation\0"
    "glBlendEquationEXT\0"
    "\0"
-   /* _mesa_function_pool[12163]: VertexAttrib3dNV (will be remapped) */
+   /* _mesa_function_pool[12317]: VertexAttrib3dNV (will be remapped) */
    "iddd\0"
    "glVertexAttrib3dNV\0"
    "\0"
-   /* _mesa_function_pool[12188]: VertexAttrib3dARB (will be remapped) */
+   /* _mesa_function_pool[12342]: VertexAttrib3dARB (will be remapped) */
    "iddd\0"
    "glVertexAttrib3d\0"
    "glVertexAttrib3dARB\0"
    "\0"
-   /* _mesa_function_pool[12231]: VertexAttribI4usvEXT (will be remapped) */
+   /* _mesa_function_pool[12385]: VertexAttribI4usvEXT (will be remapped) */
    "ip\0"
    "glVertexAttribI4usvEXT\0"
    "glVertexAttribI4usv\0"
    "\0"
-   /* _mesa_function_pool[12278]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[12432]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
    "ppppp\0"
    "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[12342]: VertexAttrib4fARB (will be remapped) */
+   /* _mesa_function_pool[12496]: VertexAttrib4fARB (will be remapped) */
    "iffff\0"
    "glVertexAttrib4f\0"
    "glVertexAttrib4fARB\0"
    "\0"
-   /* _mesa_function_pool[12386]: GetError (offset 261) */
+   /* _mesa_function_pool[12540]: GetError (offset 261) */
    "\0"
    "glGetError\0"
    "\0"
-   /* _mesa_function_pool[12399]: IndexFuncEXT (dynamic) */
+   /* _mesa_function_pool[12553]: IndexFuncEXT (dynamic) */
    "if\0"
    "glIndexFuncEXT\0"
    "\0"
-   /* _mesa_function_pool[12418]: TexCoord3dv (offset 111) */
+   /* _mesa_function_pool[12572]: TexCoord3dv (offset 111) */
    "p\0"
    "glTexCoord3dv\0"
    "\0"
-   /* _mesa_function_pool[12435]: Indexdv (offset 45) */
+   /* _mesa_function_pool[12589]: Indexdv (offset 45) */
    "p\0"
    "glIndexdv\0"
    "\0"
-   /* _mesa_function_pool[12448]: FramebufferTexture2DEXT (will be remapped) */
+   /* _mesa_function_pool[12602]: FramebufferTexture2DEXT (will be remapped) */
    "iiiii\0"
    "glFramebufferTexture2D\0"
    "glFramebufferTexture2DEXT\0"
    "\0"
-   /* _mesa_function_pool[12504]: Normal3s (offset 60) */
+   /* _mesa_function_pool[12658]: Normal3s (offset 60) */
    "iii\0"
    "glNormal3s\0"
    "\0"
-   /* _mesa_function_pool[12520]: GetObjectParameterivAPPLE (will be remapped) */
+   /* _mesa_function_pool[12674]: GetObjectParameterivAPPLE (will be remapped) */
    "iiip\0"
    "glGetObjectParameterivAPPLE\0"
    "\0"
-   /* _mesa_function_pool[12554]: PushName (offset 201) */
+   /* _mesa_function_pool[12708]: PushName (offset 201) */
    "i\0"
    "glPushName\0"
    "\0"
-   /* _mesa_function_pool[12568]: MultiTexCoord2dvARB (offset 385) */
+   /* _mesa_function_pool[12722]: MultiTexCoord2dvARB (offset 385) */
    "ip\0"
    "glMultiTexCoord2dv\0"
    "glMultiTexCoord2dvARB\0"
    "\0"
-   /* _mesa_function_pool[12613]: CullParameterfvEXT (dynamic) */
+   /* _mesa_function_pool[12767]: CullParameterfvEXT (dynamic) */
    "ip\0"
    "glCullParameterfvEXT\0"
    "\0"
-   /* _mesa_function_pool[12638]: Normal3i (offset 58) */
+   /* _mesa_function_pool[12792]: Normal3i (offset 58) */
    "iii\0"
    "glNormal3i\0"
    "\0"
-   /* _mesa_function_pool[12654]: ProgramNamedParameter4fvNV (will be remapped) */
+   /* _mesa_function_pool[12808]: ProgramNamedParameter4fvNV (will be remapped) */
    "iipp\0"
    "glProgramNamedParameter4fvNV\0"
    "\0"
-   /* _mesa_function_pool[12689]: SecondaryColorPointerEXT (will be remapped) */
+   /* _mesa_function_pool[12843]: SecondaryColorPointerEXT (will be remapped) */
    "iiip\0"
    "glSecondaryColorPointer\0"
    "glSecondaryColorPointerEXT\0"
    "\0"
-   /* _mesa_function_pool[12746]: VertexAttrib4fvARB (will be remapped) */
+   /* _mesa_function_pool[12900]: VertexAttrib4fvARB (will be remapped) */
    "ip\0"
    "glVertexAttrib4fv\0"
    "glVertexAttrib4fvARB\0"
    "\0"
-   /* _mesa_function_pool[12789]: PixelTexGenSGIX (will be remapped) */
+   /* _mesa_function_pool[12943]: PixelTexGenSGIX (will be remapped) */
    "i\0"
    "glPixelTexGenSGIX\0"
    "\0"
-   /* _mesa_function_pool[12810]: GetActiveUniformARB (will be remapped) */
+   /* _mesa_function_pool[12964]: GetActiveUniformARB (will be remapped) */
    "iiipppp\0"
    "glGetActiveUniform\0"
    "glGetActiveUniformARB\0"
    "\0"
-   /* _mesa_function_pool[12860]: ImageTransformParameteriHP (dynamic) */
-   "iii\0"
-   "glImageTransformParameteriHP\0"
+   /* _mesa_function_pool[13014]: VertexAttribP1uiv (will be remapped) */
+   "iiip\0"
+   "glVertexAttribP1uiv\0"
    "\0"
-   /* _mesa_function_pool[12894]: Normal3b (offset 52) */
+   /* _mesa_function_pool[13040]: Normal3b (offset 52) */
    "iii\0"
    "glNormal3b\0"
    "\0"
-   /* _mesa_function_pool[12910]: Normal3d (offset 54) */
+   /* _mesa_function_pool[13056]: Normal3d (offset 54) */
    "ddd\0"
    "glNormal3d\0"
    "\0"
-   /* _mesa_function_pool[12926]: Uniform1uiEXT (will be remapped) */
+   /* _mesa_function_pool[13072]: Uniform1uiEXT (will be remapped) */
    "ii\0"
    "glUniform1uiEXT\0"
    "glUniform1ui\0"
    "\0"
-   /* _mesa_function_pool[12959]: Normal3f (offset 56) */
+   /* _mesa_function_pool[13105]: Normal3f (offset 56) */
    "fff\0"
    "glNormal3f\0"
    "\0"
-   /* _mesa_function_pool[12975]: MultiTexCoord1svARB (offset 383) */
+   /* _mesa_function_pool[13121]: MultiTexCoord1svARB (offset 383) */
    "ip\0"
    "glMultiTexCoord1sv\0"
    "glMultiTexCoord1svARB\0"
    "\0"
-   /* _mesa_function_pool[13020]: Indexi (offset 48) */
+   /* _mesa_function_pool[13166]: Indexi (offset 48) */
    "i\0"
    "glIndexi\0"
    "\0"
-   /* _mesa_function_pool[13032]: EGLImageTargetTexture2DOES (will be remapped) */
+   /* _mesa_function_pool[13178]: EGLImageTargetTexture2DOES (will be remapped) */
    "ip\0"
    "glEGLImageTargetTexture2DOES\0"
    "\0"
-   /* _mesa_function_pool[13065]: EndQueryARB (will be remapped) */
+   /* _mesa_function_pool[13211]: EndQueryARB (will be remapped) */
    "i\0"
    "glEndQuery\0"
    "glEndQueryARB\0"
    "\0"
-   /* _mesa_function_pool[13093]: DeleteFencesNV (will be remapped) */
+   /* _mesa_function_pool[13239]: DeleteFencesNV (will be remapped) */
    "ip\0"
    "glDeleteFencesNV\0"
    "\0"
-   /* _mesa_function_pool[13114]: ColorPointerListIBM (dynamic) */
+   /* _mesa_function_pool[13260]: ColorPointerListIBM (dynamic) */
    "iiipi\0"
    "glColorPointerListIBM\0"
    "\0"
-   /* _mesa_function_pool[13143]: BindBufferRangeEXT (will be remapped) */
+   /* _mesa_function_pool[13289]: BindBufferRangeEXT (will be remapped) */
    "iiiii\0"
-   "glBindBufferRangeEXT\0"
    "glBindBufferRange\0"
+   "glBindBufferRangeEXT\0"
    "\0"
-   /* _mesa_function_pool[13189]: DepthMask (offset 211) */
+   /* _mesa_function_pool[13335]: DepthMask (offset 211) */
    "i\0"
    "glDepthMask\0"
    "\0"
-   /* _mesa_function_pool[13204]: IsShader (will be remapped) */
+   /* _mesa_function_pool[13350]: IsShader (will be remapped) */
    "i\0"
    "glIsShader\0"
    "\0"
-   /* _mesa_function_pool[13218]: Indexf (offset 46) */
+   /* _mesa_function_pool[13364]: Indexf (offset 46) */
    "f\0"
    "glIndexf\0"
    "\0"
-   /* _mesa_function_pool[13230]: GetImageTransformParameterivHP (dynamic) */
+   /* _mesa_function_pool[13376]: GetImageTransformParameterivHP (dynamic) */
    "iip\0"
    "glGetImageTransformParameterivHP\0"
    "\0"
-   /* _mesa_function_pool[13268]: Indexd (offset 44) */
+   /* _mesa_function_pool[13414]: Indexd (offset 44) */
    "d\0"
    "glIndexd\0"
    "\0"
-   /* _mesa_function_pool[13280]: GetMaterialiv (offset 270) */
+   /* _mesa_function_pool[13426]: GetMaterialiv (offset 270) */
    "iip\0"
    "glGetMaterialiv\0"
    "\0"
-   /* _mesa_function_pool[13301]: StencilOp (offset 244) */
+   /* _mesa_function_pool[13447]: StencilOp (offset 244) */
    "iii\0"
    "glStencilOp\0"
    "\0"
-   /* _mesa_function_pool[13318]: WindowPos4ivMESA (will be remapped) */
+   /* _mesa_function_pool[13464]: WindowPos4ivMESA (will be remapped) */
    "p\0"
    "glWindowPos4ivMESA\0"
    "\0"
-   /* _mesa_function_pool[13340]: MultiTexCoord3svARB (offset 399) */
+   /* _mesa_function_pool[13486]: MultiTexCoord3svARB (offset 399) */
    "ip\0"
    "glMultiTexCoord3sv\0"
    "glMultiTexCoord3svARB\0"
    "\0"
-   /* _mesa_function_pool[13385]: TexEnvfv (offset 185) */
+   /* _mesa_function_pool[13531]: TexEnvfv (offset 185) */
    "iip\0"
    "glTexEnvfv\0"
    "\0"
-   /* _mesa_function_pool[13401]: MultiTexCoord4iARB (offset 404) */
+   /* _mesa_function_pool[13547]: MultiTexCoord4iARB (offset 404) */
    "iiiii\0"
    "glMultiTexCoord4i\0"
    "glMultiTexCoord4iARB\0"
    "\0"
-   /* _mesa_function_pool[13447]: Indexs (offset 50) */
+   /* _mesa_function_pool[13593]: Indexs (offset 50) */
    "i\0"
    "glIndexs\0"
    "\0"
-   /* _mesa_function_pool[13459]: Binormal3ivEXT (dynamic) */
-   "p\0"
-   "glBinormal3ivEXT\0"
+   /* _mesa_function_pool[13605]: TexCoordP3ui (will be remapped) */
+   "ii\0"
+   "glTexCoordP3ui\0"
    "\0"
-   /* _mesa_function_pool[13479]: ResizeBuffersMESA (will be remapped) */
+   /* _mesa_function_pool[13624]: ResizeBuffersMESA (will be remapped) */
    "\0"
    "glResizeBuffersMESA\0"
    "\0"
-   /* _mesa_function_pool[13501]: MultiTexCoordP1uiv (will be remapped) */
+   /* _mesa_function_pool[13646]: MultiTexCoordP1uiv (will be remapped) */
    "iip\0"
    "glMultiTexCoordP1uiv\0"
    "\0"
-   /* _mesa_function_pool[13527]: BlendFuncSeparateiARB (will be remapped) */
+   /* _mesa_function_pool[13672]: BlendFuncSeparateiARB (will be remapped) */
    "iiiii\0"
    "glBlendFuncSeparateiARB\0"
    "glBlendFuncSeparateIndexedAMD\0"
    "\0"
-   /* _mesa_function_pool[13588]: GetUniformivARB (will be remapped) */
+   /* _mesa_function_pool[13733]: GetUniformivARB (will be remapped) */
    "iip\0"
    "glGetUniformiv\0"
    "glGetUniformivARB\0"
    "\0"
-   /* _mesa_function_pool[13626]: PixelTexGenParameteriSGIS (will be remapped) */
+   /* _mesa_function_pool[13771]: PixelTexGenParameteriSGIS (will be remapped) */
    "ii\0"
    "glPixelTexGenParameteriSGIS\0"
    "\0"
-   /* _mesa_function_pool[13658]: VertexPointervINTEL (dynamic) */
+   /* _mesa_function_pool[13803]: VertexPointervINTEL (dynamic) */
    "iip\0"
    "glVertexPointervINTEL\0"
    "\0"
-   /* _mesa_function_pool[13685]: Vertex2i (offset 130) */
+   /* _mesa_function_pool[13830]: Vertex2i (offset 130) */
    "ii\0"
    "glVertex2i\0"
    "\0"
-   /* _mesa_function_pool[13700]: LoadMatrixf (offset 291) */
+   /* _mesa_function_pool[13845]: LoadMatrixf (offset 291) */
    "p\0"
    "glLoadMatrixf\0"
    "\0"
-   /* _mesa_function_pool[13717]: VertexAttribI1uivEXT (will be remapped) */
+   /* _mesa_function_pool[13862]: VertexAttribI1uivEXT (will be remapped) */
    "ip\0"
    "glVertexAttribI1uivEXT\0"
    "glVertexAttribI1uiv\0"
    "\0"
-   /* _mesa_function_pool[13764]: Vertex2f (offset 128) */
+   /* _mesa_function_pool[13909]: Vertex2f (offset 128) */
    "ff\0"
    "glVertex2f\0"
    "\0"
-   /* _mesa_function_pool[13779]: ReplacementCodeuiColor4fNormal3fVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[13924]: ReplacementCodeuiColor4fNormal3fVertex3fvSUN (dynamic) */
    "pppp\0"
    "glReplacementCodeuiColor4fNormal3fVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[13832]: Color4bv (offset 26) */
+   /* _mesa_function_pool[13977]: Color4bv (offset 26) */
    "p\0"
    "glColor4bv\0"
    "\0"
-   /* _mesa_function_pool[13846]: VertexPointer (offset 321) */
+   /* _mesa_function_pool[13991]: VertexPointer (offset 321) */
    "iiip\0"
    "glVertexPointer\0"
    "\0"
-   /* _mesa_function_pool[13868]: SecondaryColor3uiEXT (will be remapped) */
+   /* _mesa_function_pool[14013]: SecondaryColor3uiEXT (will be remapped) */
    "iii\0"
    "glSecondaryColor3ui\0"
    "glSecondaryColor3uiEXT\0"
    "\0"
-   /* _mesa_function_pool[13916]: StartInstrumentsSGIX (dynamic) */
+   /* _mesa_function_pool[14061]: StartInstrumentsSGIX (dynamic) */
    "\0"
    "glStartInstrumentsSGIX\0"
    "\0"
-   /* _mesa_function_pool[13941]: SecondaryColor3usvEXT (will be remapped) */
+   /* _mesa_function_pool[14086]: SecondaryColor3usvEXT (will be remapped) */
    "p\0"
    "glSecondaryColor3usv\0"
    "glSecondaryColor3usvEXT\0"
    "\0"
-   /* _mesa_function_pool[13989]: VertexAttrib2fvNV (will be remapped) */
+   /* _mesa_function_pool[14134]: VertexAttrib2fvNV (will be remapped) */
    "ip\0"
    "glVertexAttrib2fvNV\0"
    "\0"
-   /* _mesa_function_pool[14013]: ProgramLocalParameter4dvARB (will be remapped) */
+   /* _mesa_function_pool[14158]: ProgramLocalParameter4dvARB (will be remapped) */
    "iip\0"
    "glProgramLocalParameter4dvARB\0"
    "\0"
-   /* _mesa_function_pool[14048]: DeleteLists (offset 4) */
+   /* _mesa_function_pool[14193]: DeleteLists (offset 4) */
    "ii\0"
    "glDeleteLists\0"
    "\0"
-   /* _mesa_function_pool[14066]: LogicOp (offset 242) */
+   /* _mesa_function_pool[14211]: LogicOp (offset 242) */
    "i\0"
    "glLogicOp\0"
    "\0"
-   /* _mesa_function_pool[14079]: MatrixIndexuivARB (dynamic) */
+   /* _mesa_function_pool[14224]: MatrixIndexuivARB (dynamic) */
    "ip\0"
    "glMatrixIndexuivARB\0"
    "\0"
-   /* _mesa_function_pool[14103]: Vertex2s (offset 132) */
+   /* _mesa_function_pool[14248]: Vertex2s (offset 132) */
    "ii\0"
    "glVertex2s\0"
    "\0"
-   /* _mesa_function_pool[14118]: RenderbufferStorageMultisample (will be remapped) */
+   /* _mesa_function_pool[14263]: RenderbufferStorageMultisample (will be remapped) */
    "iiiii\0"
    "glRenderbufferStorageMultisample\0"
    "glRenderbufferStorageMultisampleEXT\0"
    "\0"
-   /* _mesa_function_pool[14194]: TexCoord4fv (offset 121) */
+   /* _mesa_function_pool[14339]: TexCoord4fv (offset 121) */
    "p\0"
    "glTexCoord4fv\0"
    "\0"
-   /* _mesa_function_pool[14211]: Tangent3sEXT (dynamic) */
+   /* _mesa_function_pool[14356]: Tangent3sEXT (dynamic) */
    "iii\0"
    "glTangent3sEXT\0"
    "\0"
-   /* _mesa_function_pool[14231]: GlobalAlphaFactorfSUN (dynamic) */
+   /* _mesa_function_pool[14376]: GlobalAlphaFactorfSUN (dynamic) */
    "f\0"
    "glGlobalAlphaFactorfSUN\0"
    "\0"
-   /* _mesa_function_pool[14258]: MultiTexCoord3iARB (offset 396) */
+   /* _mesa_function_pool[14403]: MultiTexCoord3iARB (offset 396) */
    "iiii\0"
    "glMultiTexCoord3i\0"
    "glMultiTexCoord3iARB\0"
    "\0"
-   /* _mesa_function_pool[14303]: IsProgram (will be remapped) */
+   /* _mesa_function_pool[14448]: IsProgram (will be remapped) */
    "i\0"
    "glIsProgram\0"
    "\0"
-   /* _mesa_function_pool[14318]: TexCoordPointerListIBM (dynamic) */
+   /* _mesa_function_pool[14463]: TexCoordPointerListIBM (dynamic) */
    "iiipi\0"
    "glTexCoordPointerListIBM\0"
    "\0"
-   /* _mesa_function_pool[14350]: VertexAttribI4svEXT (will be remapped) */
+   /* _mesa_function_pool[14495]: VertexAttribI4svEXT (will be remapped) */
    "ip\0"
    "glVertexAttribI4svEXT\0"
    "glVertexAttribI4sv\0"
    "\0"
-   /* _mesa_function_pool[14395]: GlobalAlphaFactorusSUN (dynamic) */
+   /* _mesa_function_pool[14540]: GlobalAlphaFactorusSUN (dynamic) */
    "i\0"
    "glGlobalAlphaFactorusSUN\0"
    "\0"
-   /* _mesa_function_pool[14423]: VertexAttrib2dvNV (will be remapped) */
+   /* _mesa_function_pool[14568]: ColorP4uiv (will be remapped) */
    "ip\0"
-   "glVertexAttrib2dvNV\0"
+   "glColorP4uiv\0"
    "\0"
-   /* _mesa_function_pool[14447]: FramebufferRenderbufferEXT (will be remapped) */
+   /* _mesa_function_pool[14585]: FramebufferRenderbufferEXT (will be remapped) */
    "iiii\0"
    "glFramebufferRenderbuffer\0"
    "glFramebufferRenderbufferEXT\0"
    "\0"
-   /* _mesa_function_pool[14508]: ClearBufferuiv (will be remapped) */
+   /* _mesa_function_pool[14646]: ClearBufferuiv (will be remapped) */
    "iip\0"
    "glClearBufferuiv\0"
    "\0"
-   /* _mesa_function_pool[14530]: VertexAttrib1dvNV (will be remapped) */
+   /* _mesa_function_pool[14668]: VertexAttrib1dvNV (will be remapped) */
    "ip\0"
    "glVertexAttrib1dvNV\0"
    "\0"
-   /* _mesa_function_pool[14554]: GenTextures (offset 328) */
+   /* _mesa_function_pool[14692]: GenTextures (offset 328) */
    "ip\0"
    "glGenTextures\0"
    "glGenTexturesEXT\0"
    "\0"
-   /* _mesa_function_pool[14589]: FramebufferTextureARB (will be remapped) */
+   /* _mesa_function_pool[14727]: FramebufferTextureARB (will be remapped) */
    "iiii\0"
    "glFramebufferTextureARB\0"
    "\0"
-   /* _mesa_function_pool[14619]: SetFenceNV (will be remapped) */
-   "ii\0"
-   "glSetFenceNV\0"
+   /* _mesa_function_pool[14757]: MultiTexCoordP4uiv (will be remapped) */
+   "iip\0"
+   "glMultiTexCoordP4uiv\0"
    "\0"
-   /* _mesa_function_pool[14636]: FramebufferTexture1DEXT (will be remapped) */
+   /* _mesa_function_pool[14783]: FramebufferTexture1DEXT (will be remapped) */
    "iiiii\0"
    "glFramebufferTexture1D\0"
    "glFramebufferTexture1DEXT\0"
    "\0"
-   /* _mesa_function_pool[14692]: GetCombinerOutputParameterivNV (will be remapped) */
+   /* _mesa_function_pool[14839]: GetCombinerOutputParameterivNV (will be remapped) */
    "iiip\0"
    "glGetCombinerOutputParameterivNV\0"
    "\0"
-   /* _mesa_function_pool[14731]: MultiModeDrawArraysIBM (will be remapped) */
+   /* _mesa_function_pool[14878]: MultiModeDrawArraysIBM (will be remapped) */
    "pppii\0"
    "glMultiModeDrawArraysIBM\0"
    "\0"
-   /* _mesa_function_pool[14763]: PixelTexGenParameterivSGIS (will be remapped) */
+   /* _mesa_function_pool[14910]: PixelTexGenParameterivSGIS (will be remapped) */
    "ip\0"
    "glPixelTexGenParameterivSGIS\0"
    "\0"
-   /* _mesa_function_pool[14796]: TextureNormalEXT (dynamic) */
+   /* _mesa_function_pool[14943]: TextureNormalEXT (dynamic) */
    "i\0"
    "glTextureNormalEXT\0"
    "\0"
-   /* _mesa_function_pool[14818]: IndexPointerListIBM (dynamic) */
+   /* _mesa_function_pool[14965]: IndexPointerListIBM (dynamic) */
    "iipi\0"
    "glIndexPointerListIBM\0"
    "\0"
-   /* _mesa_function_pool[14846]: WeightfvARB (dynamic) */
+   /* _mesa_function_pool[14993]: WeightfvARB (dynamic) */
    "ip\0"
    "glWeightfvARB\0"
    "\0"
-   /* _mesa_function_pool[14864]: GetCombinerOutputParameterfvNV (will be remapped) */
-   "iiip\0"
-   "glGetCombinerOutputParameterfvNV\0"
-   "\0"
-   /* _mesa_function_pool[14903]: MultiTexCoordP3ui (will be remapped) */
+   /* _mesa_function_pool[15011]: MultiTexCoordP3ui (will be remapped) */
    "iii\0"
    "glMultiTexCoordP3ui\0"
    "\0"
-   /* _mesa_function_pool[14928]: RasterPos2sv (offset 69) */
+   /* _mesa_function_pool[15036]: RasterPos2sv (offset 69) */
    "p\0"
    "glRasterPos2sv\0"
    "\0"
-   /* _mesa_function_pool[14946]: Color4ubv (offset 36) */
+   /* _mesa_function_pool[15054]: Color4ubv (offset 36) */
    "p\0"
    "glColor4ubv\0"
    "\0"
-   /* _mesa_function_pool[14961]: DrawBuffer (offset 202) */
+   /* _mesa_function_pool[15069]: DrawBuffer (offset 202) */
    "i\0"
    "glDrawBuffer\0"
    "\0"
-   /* _mesa_function_pool[14977]: TexCoord2fv (offset 105) */
+   /* _mesa_function_pool[15085]: TexCoord2fv (offset 105) */
    "p\0"
    "glTexCoord2fv\0"
    "\0"
-   /* _mesa_function_pool[14994]: WindowPos4fMESA (will be remapped) */
+   /* _mesa_function_pool[15102]: BeginFragmentShaderATI (will be remapped) */
+   "\0"
+   "glBeginFragmentShaderATI\0"
+   "\0"
+   /* _mesa_function_pool[15129]: WindowPos4fMESA (will be remapped) */
    "ffff\0"
    "glWindowPos4fMESA\0"
    "\0"
-   /* _mesa_function_pool[15018]: TexCoord1sv (offset 101) */
+   /* _mesa_function_pool[15153]: TexCoord1sv (offset 101) */
    "p\0"
    "glTexCoord1sv\0"
    "\0"
-   /* _mesa_function_pool[15035]: WindowPos3dvMESA (will be remapped) */
+   /* _mesa_function_pool[15170]: WindowPos3dvMESA (will be remapped) */
    "p\0"
    "glWindowPos3dv\0"
    "glWindowPos3dvARB\0"
    "glWindowPos3dvMESA\0"
    "\0"
-   /* _mesa_function_pool[15090]: VertexAttribP1uiv (will be remapped) */
-   "iiip\0"
-   "glVertexAttribP1uiv\0"
-   "\0"
-   /* _mesa_function_pool[15116]: VertexAttribP4ui (will be remapped) */
+   /* _mesa_function_pool[15225]: VertexAttribP4ui (will be remapped) */
    "iiii\0"
    "glVertexAttribP4ui\0"
    "\0"
-   /* _mesa_function_pool[15141]: DepthFunc (offset 245) */
+   /* _mesa_function_pool[15250]: DepthFunc (offset 245) */
    "i\0"
    "glDepthFunc\0"
    "\0"
-   /* _mesa_function_pool[15156]: PixelMapusv (offset 253) */
+   /* _mesa_function_pool[15265]: PixelMapusv (offset 253) */
    "iip\0"
    "glPixelMapusv\0"
    "\0"
-   /* _mesa_function_pool[15175]: GetQueryObjecti64vEXT (will be remapped) */
+   /* _mesa_function_pool[15284]: GetQueryObjecti64vEXT (will be remapped) */
    "iip\0"
    "glGetQueryObjecti64vEXT\0"
    "\0"
-   /* _mesa_function_pool[15204]: MultiTexCoord1dARB (offset 376) */
+   /* _mesa_function_pool[15313]: MultiTexCoord1dARB (offset 376) */
    "id\0"
    "glMultiTexCoord1d\0"
    "glMultiTexCoord1dARB\0"
    "\0"
-   /* _mesa_function_pool[15247]: PointParameterivNV (will be remapped) */
+   /* _mesa_function_pool[15356]: PointParameterivNV (will be remapped) */
    "ip\0"
    "glPointParameteriv\0"
    "glPointParameterivNV\0"
    "\0"
-   /* _mesa_function_pool[15291]: IsSampler (will be remapped) */
+   /* _mesa_function_pool[15400]: IsSampler (will be remapped) */
    "i\0"
    "glIsSampler\0"
    "\0"
-   /* _mesa_function_pool[15306]: BlendFunc (offset 241) */
+   /* _mesa_function_pool[15415]: BlendFunc (offset 241) */
    "ii\0"
    "glBlendFunc\0"
    "\0"
-   /* _mesa_function_pool[15322]: EndTransformFeedbackEXT (will be remapped) */
-   "\0"
-   "glEndTransformFeedbackEXT\0"
-   "glEndTransformFeedback\0"
+   /* _mesa_function_pool[15431]: ColorP3ui (will be remapped) */
+   "ii\0"
+   "glColorP3ui\0"
    "\0"
-   /* _mesa_function_pool[15373]: Uniform2fvARB (will be remapped) */
+   /* _mesa_function_pool[15447]: Uniform2fvARB (will be remapped) */
    "iip\0"
    "glUniform2fv\0"
    "glUniform2fvARB\0"
    "\0"
-   /* _mesa_function_pool[15407]: BufferParameteriAPPLE (will be remapped) */
+   /* _mesa_function_pool[15481]: BufferParameteriAPPLE (will be remapped) */
    "iii\0"
    "glBufferParameteriAPPLE\0"
    "\0"
-   /* _mesa_function_pool[15436]: MultiTexCoord3dvARB (offset 393) */
+   /* _mesa_function_pool[15510]: MultiTexCoord3dvARB (offset 393) */
    "ip\0"
    "glMultiTexCoord3dv\0"
    "glMultiTexCoord3dvARB\0"
    "\0"
-   /* _mesa_function_pool[15481]: ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[15555]: ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN (dynamic) */
    "pppp\0"
    "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[15537]: DeleteObjectARB (will be remapped) */
+   /* _mesa_function_pool[15611]: DeleteObjectARB (will be remapped) */
    "i\0"
    "glDeleteObjectARB\0"
    "\0"
-   /* _mesa_function_pool[15558]: GetShaderPrecisionFormat (will be remapped) */
+   /* _mesa_function_pool[15632]: GetShaderPrecisionFormat (will be remapped) */
    "iipp\0"
    "glGetShaderPrecisionFormat\0"
    "\0"
-   /* _mesa_function_pool[15591]: MatrixIndexPointerARB (dynamic) */
+   /* _mesa_function_pool[15665]: MatrixIndexPointerARB (dynamic) */
    "iiip\0"
    "glMatrixIndexPointerARB\0"
    "\0"
-   /* _mesa_function_pool[15621]: ProgramNamedParameter4dvNV (will be remapped) */
+   /* _mesa_function_pool[15695]: ProgramNamedParameter4dvNV (will be remapped) */
    "iipp\0"
    "glProgramNamedParameter4dvNV\0"
    "\0"
-   /* _mesa_function_pool[15656]: Tangent3fvEXT (dynamic) */
+   /* _mesa_function_pool[15730]: Tangent3fvEXT (dynamic) */
    "p\0"
    "glTangent3fvEXT\0"
    "\0"
-   /* _mesa_function_pool[15675]: Flush (offset 217) */
+   /* _mesa_function_pool[15749]: Flush (offset 217) */
    "\0"
    "glFlush\0"
    "\0"
-   /* _mesa_function_pool[15685]: Color4uiv (offset 38) */
+   /* _mesa_function_pool[15759]: Color4uiv (offset 38) */
    "p\0"
    "glColor4uiv\0"
    "\0"
-   /* _mesa_function_pool[15700]: VertexAttribI4iEXT (will be remapped) */
+   /* _mesa_function_pool[15774]: VertexAttribI4iEXT (will be remapped) */
    "iiiii\0"
    "glVertexAttribI4iEXT\0"
    "glVertexAttribI4i\0"
    "\0"
-   /* _mesa_function_pool[15746]: GenVertexArrays (will be remapped) */
+   /* _mesa_function_pool[15820]: GenVertexArrays (will be remapped) */
    "ip\0"
    "glGenVertexArrays\0"
    "\0"
-   /* _mesa_function_pool[15768]: Uniform3uivEXT (will be remapped) */
+   /* _mesa_function_pool[15842]: Uniform3uivEXT (will be remapped) */
    "iip\0"
    "glUniform3uivEXT\0"
    "glUniform3uiv\0"
    "\0"
-   /* _mesa_function_pool[15804]: RasterPos3sv (offset 77) */
+   /* _mesa_function_pool[15878]: RasterPos3sv (offset 77) */
    "p\0"
    "glRasterPos3sv\0"
    "\0"
-   /* _mesa_function_pool[15822]: TexCoordP2ui (will be remapped) */
+   /* _mesa_function_pool[15896]: TexCoordP2ui (will be remapped) */
    "ii\0"
    "glTexCoordP2ui\0"
    "\0"
-   /* _mesa_function_pool[15841]: BindFramebufferEXT (will be remapped) */
+   /* _mesa_function_pool[15915]: BindFramebufferEXT (will be remapped) */
    "ii\0"
    "glBindFramebuffer\0"
    "glBindFramebufferEXT\0"
    "\0"
-   /* _mesa_function_pool[15884]: ReferencePlaneSGIX (dynamic) */
+   /* _mesa_function_pool[15958]: ReferencePlaneSGIX (dynamic) */
    "p\0"
    "glReferencePlaneSGIX\0"
    "\0"
-   /* _mesa_function_pool[15908]: PushAttrib (offset 219) */
+   /* _mesa_function_pool[15982]: PushAttrib (offset 219) */
    "i\0"
    "glPushAttrib\0"
    "\0"
-   /* _mesa_function_pool[15924]: RasterPos2i (offset 66) */
+   /* _mesa_function_pool[15998]: RasterPos2i (offset 66) */
    "ii\0"
    "glRasterPos2i\0"
    "\0"
-   /* _mesa_function_pool[15942]: ValidateProgramARB (will be remapped) */
+   /* _mesa_function_pool[16016]: ValidateProgramARB (will be remapped) */
    "i\0"
    "glValidateProgram\0"
    "glValidateProgramARB\0"
    "\0"
-   /* _mesa_function_pool[15984]: TexParameteriv (offset 181) */
+   /* _mesa_function_pool[16058]: TexParameteriv (offset 181) */
    "iip\0"
    "glTexParameteriv\0"
    "\0"
-   /* _mesa_function_pool[16006]: UnlockArraysEXT (will be remapped) */
+   /* _mesa_function_pool[16080]: UnlockArraysEXT (will be remapped) */
    "\0"
    "glUnlockArraysEXT\0"
    "\0"
-   /* _mesa_function_pool[16026]: TexCoord2fColor3fVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[16100]: TexCoord2fColor3fVertex3fSUN (dynamic) */
    "ffffffff\0"
    "glTexCoord2fColor3fVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[16067]: WindowPos3fvMESA (will be remapped) */
+   /* _mesa_function_pool[16141]: WindowPos3fvMESA (will be remapped) */
    "p\0"
    "glWindowPos3fv\0"
    "glWindowPos3fvARB\0"
    "glWindowPos3fvMESA\0"
    "\0"
-   /* _mesa_function_pool[16122]: RasterPos2f (offset 64) */
+   /* _mesa_function_pool[16196]: RasterPos2f (offset 64) */
    "ff\0"
    "glRasterPos2f\0"
    "\0"
-   /* _mesa_function_pool[16140]: VertexAttrib1svNV (will be remapped) */
+   /* _mesa_function_pool[16214]: VertexAttrib1svNV (will be remapped) */
    "ip\0"
    "glVertexAttrib1svNV\0"
    "\0"
-   /* _mesa_function_pool[16164]: RasterPos2d (offset 62) */
+   /* _mesa_function_pool[16238]: RasterPos2d (offset 62) */
    "dd\0"
    "glRasterPos2d\0"
    "\0"
-   /* _mesa_function_pool[16182]: RasterPos3fv (offset 73) */
+   /* _mesa_function_pool[16256]: RasterPos3fv (offset 73) */
    "p\0"
    "glRasterPos3fv\0"
    "\0"
-   /* _mesa_function_pool[16200]: CopyTexSubImage3D (offset 373) */
+   /* _mesa_function_pool[16274]: CopyTexSubImage3D (offset 373) */
    "iiiiiiiii\0"
    "glCopyTexSubImage3D\0"
    "glCopyTexSubImage3DEXT\0"
    "\0"
-   /* _mesa_function_pool[16254]: VertexAttrib2dARB (will be remapped) */
+   /* _mesa_function_pool[16328]: VertexAttrib2dARB (will be remapped) */
    "idd\0"
    "glVertexAttrib2d\0"
    "glVertexAttrib2dARB\0"
    "\0"
-   /* _mesa_function_pool[16296]: Color4ub (offset 35) */
+   /* _mesa_function_pool[16370]: Color4ub (offset 35) */
    "iiii\0"
    "glColor4ub\0"
    "\0"
-   /* _mesa_function_pool[16313]: GetInteger64v (will be remapped) */
+   /* _mesa_function_pool[16387]: GetInteger64v (will be remapped) */
    "ip\0"
    "glGetInteger64v\0"
    "\0"
-   /* _mesa_function_pool[16333]: TextureColorMaskSGIS (dynamic) */
+   /* _mesa_function_pool[16407]: TextureColorMaskSGIS (dynamic) */
    "iiii\0"
    "glTextureColorMaskSGIS\0"
    "\0"
-   /* _mesa_function_pool[16362]: RasterPos2s (offset 68) */
+   /* _mesa_function_pool[16436]: RasterPos2s (offset 68) */
    "ii\0"
    "glRasterPos2s\0"
    "\0"
-   /* _mesa_function_pool[16380]: GetColorTable (offset 343) */
+   /* _mesa_function_pool[16454]: GetColorTable (offset 343) */
    "iiip\0"
    "glGetColorTable\0"
    "glGetColorTableSGI\0"
    "glGetColorTableEXT\0"
    "\0"
-   /* _mesa_function_pool[16440]: SelectBuffer (offset 195) */
+   /* _mesa_function_pool[16514]: SelectBuffer (offset 195) */
    "ip\0"
    "glSelectBuffer\0"
    "\0"
-   /* _mesa_function_pool[16459]: Indexiv (offset 49) */
+   /* _mesa_function_pool[16533]: Indexiv (offset 49) */
    "p\0"
    "glIndexiv\0"
    "\0"
-   /* _mesa_function_pool[16472]: TexCoord3i (offset 114) */
+   /* _mesa_function_pool[16546]: TexCoord3i (offset 114) */
    "iii\0"
    "glTexCoord3i\0"
    "\0"
-   /* _mesa_function_pool[16490]: CopyColorTable (offset 342) */
+   /* _mesa_function_pool[16564]: CopyColorTable (offset 342) */
    "iiiii\0"
    "glCopyColorTable\0"
    "glCopyColorTableSGI\0"
    "\0"
-   /* _mesa_function_pool[16534]: GetHistogramParameterfv (offset 362) */
+   /* _mesa_function_pool[16608]: GetHistogramParameterfv (offset 362) */
    "iip\0"
    "glGetHistogramParameterfv\0"
    "glGetHistogramParameterfvEXT\0"
    "\0"
-   /* _mesa_function_pool[16594]: Frustum (offset 289) */
+   /* _mesa_function_pool[16668]: Frustum (offset 289) */
    "dddddd\0"
    "glFrustum\0"
    "\0"
-   /* _mesa_function_pool[16612]: GetString (offset 275) */
+   /* _mesa_function_pool[16686]: GetString (offset 275) */
    "i\0"
    "glGetString\0"
    "\0"
-   /* _mesa_function_pool[16627]: ColorPointervINTEL (dynamic) */
+   /* _mesa_function_pool[16701]: ColorPointervINTEL (dynamic) */
    "iip\0"
    "glColorPointervINTEL\0"
    "\0"
-   /* _mesa_function_pool[16653]: TexEnvf (offset 184) */
+   /* _mesa_function_pool[16727]: TexEnvf (offset 184) */
    "iif\0"
    "glTexEnvf\0"
    "\0"
-   /* _mesa_function_pool[16668]: VertexP2uiv (will be remapped) */
+   /* _mesa_function_pool[16742]: VertexP2uiv (will be remapped) */
    "ip\0"
    "glVertexP2uiv\0"
    "\0"
-   /* _mesa_function_pool[16686]: TexCoord3d (offset 110) */
+   /* _mesa_function_pool[16760]: TexCoord3d (offset 110) */
    "ddd\0"
    "glTexCoord3d\0"
    "\0"
-   /* _mesa_function_pool[16704]: AlphaFragmentOp1ATI (will be remapped) */
+   /* _mesa_function_pool[16778]: AlphaFragmentOp1ATI (will be remapped) */
    "iiiiii\0"
    "glAlphaFragmentOp1ATI\0"
    "\0"
-   /* _mesa_function_pool[16734]: TexCoord3f (offset 112) */
+   /* _mesa_function_pool[16808]: TexCoord3f (offset 112) */
    "fff\0"
    "glTexCoord3f\0"
    "\0"
-   /* _mesa_function_pool[16752]: MultiTexCoord3ivARB (offset 397) */
+   /* _mesa_function_pool[16826]: MultiTexCoord3ivARB (offset 397) */
    "ip\0"
    "glMultiTexCoord3iv\0"
    "glMultiTexCoord3ivARB\0"
    "\0"
-   /* _mesa_function_pool[16797]: MultiTexCoord2sARB (offset 390) */
+   /* _mesa_function_pool[16871]: MultiTexCoord2sARB (offset 390) */
    "iii\0"
    "glMultiTexCoord2s\0"
    "glMultiTexCoord2sARB\0"
    "\0"
-   /* _mesa_function_pool[16841]: VertexAttrib1dvARB (will be remapped) */
+   /* _mesa_function_pool[16915]: VertexAttrib1dvARB (will be remapped) */
    "ip\0"
    "glVertexAttrib1dv\0"
    "glVertexAttrib1dvARB\0"
    "\0"
-   /* _mesa_function_pool[16884]: GetnHistogramARB (will be remapped) */
+   /* _mesa_function_pool[16958]: GetnHistogramARB (will be remapped) */
    "iiiiip\0"
    "glGetnHistogramARB\0"
    "\0"
-   /* _mesa_function_pool[16911]: DeleteTextures (offset 327) */
+   /* _mesa_function_pool[16985]: DeleteTextures (offset 327) */
    "ip\0"
    "glDeleteTextures\0"
    "glDeleteTexturesEXT\0"
    "\0"
-   /* _mesa_function_pool[16952]: TexCoordPointerEXT (will be remapped) */
+   /* _mesa_function_pool[17026]: TexCoordPointerEXT (will be remapped) */
    "iiiip\0"
    "glTexCoordPointerEXT\0"
    "\0"
-   /* _mesa_function_pool[16980]: TexSubImage4DSGIS (dynamic) */
+   /* _mesa_function_pool[17054]: TexSubImage4DSGIS (dynamic) */
    "iiiiiiiiiiiip\0"
    "glTexSubImage4DSGIS\0"
    "\0"
-   /* _mesa_function_pool[17015]: TexCoord3s (offset 116) */
+   /* _mesa_function_pool[17089]: TexCoord3s (offset 116) */
    "iii\0"
    "glTexCoord3s\0"
    "\0"
-   /* _mesa_function_pool[17033]: GetTexLevelParameteriv (offset 285) */
+   /* _mesa_function_pool[17107]: GetTexLevelParameteriv (offset 285) */
    "iiip\0"
    "glGetTexLevelParameteriv\0"
    "\0"
-   /* _mesa_function_pool[17064]: CombinerStageParameterfvNV (dynamic) */
+   /* _mesa_function_pool[17138]: CombinerStageParameterfvNV (dynamic) */
    "iip\0"
    "glCombinerStageParameterfvNV\0"
    "\0"
-   /* _mesa_function_pool[17098]: VertexAttribP4uiv (will be remapped) */
+   /* _mesa_function_pool[17172]: VertexAttribP4uiv (will be remapped) */
    "iiip\0"
    "glVertexAttribP4uiv\0"
    "\0"
-   /* _mesa_function_pool[17124]: StopInstrumentsSGIX (dynamic) */
+   /* _mesa_function_pool[17198]: StopInstrumentsSGIX (dynamic) */
    "i\0"
    "glStopInstrumentsSGIX\0"
    "\0"
-   /* _mesa_function_pool[17149]: TexCoord4fColor4fNormal3fVertex4fSUN (dynamic) */
+   /* _mesa_function_pool[17223]: TexCoord4fColor4fNormal3fVertex4fSUN (dynamic) */
    "fffffffffffffff\0"
    "glTexCoord4fColor4fNormal3fVertex4fSUN\0"
    "\0"
-   /* _mesa_function_pool[17205]: ClearAccum (offset 204) */
+   /* _mesa_function_pool[17279]: ClearAccum (offset 204) */
    "ffff\0"
    "glClearAccum\0"
    "\0"
-   /* _mesa_function_pool[17224]: DeformSGIX (dynamic) */
+   /* _mesa_function_pool[17298]: DeformSGIX (dynamic) */
    "i\0"
    "glDeformSGIX\0"
    "\0"
-   /* _mesa_function_pool[17240]: GetVertexAttribfvARB (will be remapped) */
+   /* _mesa_function_pool[17314]: GetVertexAttribfvARB (will be remapped) */
    "iip\0"
    "glGetVertexAttribfv\0"
    "glGetVertexAttribfvARB\0"
    "\0"
-   /* _mesa_function_pool[17288]: SecondaryColor3ivEXT (will be remapped) */
+   /* _mesa_function_pool[17362]: SecondaryColor3ivEXT (will be remapped) */
    "p\0"
    "glSecondaryColor3iv\0"
    "glSecondaryColor3ivEXT\0"
    "\0"
-   /* _mesa_function_pool[17334]: TexCoord4iv (offset 123) */
+   /* _mesa_function_pool[17408]: TexCoord4iv (offset 123) */
    "p\0"
    "glTexCoord4iv\0"
    "\0"
-   /* _mesa_function_pool[17351]: VertexAttribI4uiEXT (will be remapped) */
-   "iiiii\0"
-   "glVertexAttribI4uiEXT\0"
-   "glVertexAttribI4ui\0"
+   /* _mesa_function_pool[17425]: TexStorage3D (will be remapped) */
+   "iiiiii\0"
+   "glTexStorage3D\0"
    "\0"
-   /* _mesa_function_pool[17399]: GetFragmentMaterialfvSGIX (dynamic) */
+   /* _mesa_function_pool[17448]: GetFragmentMaterialfvSGIX (dynamic) */
    "iip\0"
    "glGetFragmentMaterialfvSGIX\0"
    "\0"
-   /* _mesa_function_pool[17432]: UniformMatrix4x2fv (will be remapped) */
+   /* _mesa_function_pool[17481]: UniformMatrix4x2fv (will be remapped) */
    "iiip\0"
    "glUniformMatrix4x2fv\0"
    "\0"
-   /* _mesa_function_pool[17459]: GetDetailTexFuncSGIS (dynamic) */
+   /* _mesa_function_pool[17508]: GetDetailTexFuncSGIS (dynamic) */
    "ip\0"
    "glGetDetailTexFuncSGIS\0"
    "\0"
-   /* _mesa_function_pool[17486]: GetCombinerStageParameterfvNV (dynamic) */
+   /* _mesa_function_pool[17535]: GetCombinerStageParameterfvNV (dynamic) */
    "iip\0"
    "glGetCombinerStageParameterfvNV\0"
    "\0"
-   /* _mesa_function_pool[17523]: SamplerParameterIiv (will be remapped) */
+   /* _mesa_function_pool[17572]: SamplerParameterIiv (will be remapped) */
    "iip\0"
    "glSamplerParameterIiv\0"
    "\0"
-   /* _mesa_function_pool[17550]: PolygonOffset (offset 319) */
+   /* _mesa_function_pool[17599]: PolygonOffset (offset 319) */
    "ff\0"
    "glPolygonOffset\0"
    "\0"
-   /* _mesa_function_pool[17570]: BindVertexArray (will be remapped) */
+   /* _mesa_function_pool[17619]: BindVertexArray (will be remapped) */
    "i\0"
    "glBindVertexArray\0"
    "\0"
-   /* _mesa_function_pool[17591]: Color4ubVertex2fvSUN (dynamic) */
+   /* _mesa_function_pool[17640]: Color4ubVertex2fvSUN (dynamic) */
    "pp\0"
    "glColor4ubVertex2fvSUN\0"
    "\0"
-   /* _mesa_function_pool[17618]: VertexP3uiv (will be remapped) */
-   "ip\0"
-   "glVertexP3uiv\0"
+   /* _mesa_function_pool[17667]: ImageTransformParameterivHP (dynamic) */
+   "iip\0"
+   "glImageTransformParameterivHP\0"
    "\0"
-   /* _mesa_function_pool[17636]: Rectd (offset 86) */
+   /* _mesa_function_pool[17702]: Rectd (offset 86) */
    "dddd\0"
    "glRectd\0"
    "\0"
-   /* _mesa_function_pool[17650]: TexFilterFuncSGIS (dynamic) */
+   /* _mesa_function_pool[17716]: TexFilterFuncSGIS (dynamic) */
    "iiip\0"
    "glTexFilterFuncSGIS\0"
    "\0"
-   /* _mesa_function_pool[17676]: TextureBarrierNV (will be remapped) */
+   /* _mesa_function_pool[17742]: SampleMaskSGIS (will be remapped) */
+   "fi\0"
+   "glSampleMaskSGIS\0"
+   "glSampleMaskEXT\0"
    "\0"
-   "glTextureBarrierNV\0"
+   /* _mesa_function_pool[17779]: Binormal3ivEXT (dynamic) */
+   "p\0"
+   "glBinormal3ivEXT\0"
    "\0"
-   /* _mesa_function_pool[17697]: SamplerParameterfv (will be remapped) */
+   /* _mesa_function_pool[17799]: SamplerParameterfv (will be remapped) */
    "iip\0"
    "glSamplerParameterfv\0"
    "\0"
-   /* _mesa_function_pool[17723]: VertexAttribI4ubvEXT (will be remapped) */
+   /* _mesa_function_pool[17825]: VertexAttribI4ubvEXT (will be remapped) */
    "ip\0"
    "glVertexAttribI4ubvEXT\0"
    "glVertexAttribI4ubv\0"
    "\0"
-   /* _mesa_function_pool[17770]: GetAttribLocationARB (will be remapped) */
+   /* _mesa_function_pool[17872]: GetAttribLocationARB (will be remapped) */
    "ip\0"
    "glGetAttribLocation\0"
    "glGetAttribLocationARB\0"
    "\0"
-   /* _mesa_function_pool[17817]: RasterPos3i (offset 74) */
+   /* _mesa_function_pool[17919]: RasterPos3i (offset 74) */
    "iii\0"
    "glRasterPos3i\0"
    "\0"
-   /* _mesa_function_pool[17836]: BlendEquationSeparateiARB (will be remapped) */
-   "iii\0"
-   "glBlendEquationSeparateiARB\0"
-   "glBlendEquationSeparateIndexedAMD\0"
-   "\0"
-   /* _mesa_function_pool[17903]: VertexAttrib4ubvARB (will be remapped) */
+   /* _mesa_function_pool[17938]: VertexAttrib4ubvARB (will be remapped) */
    "ip\0"
    "glVertexAttrib4ubv\0"
    "glVertexAttrib4ubvARB\0"
    "\0"
-   /* _mesa_function_pool[17948]: DetailTexFuncSGIS (dynamic) */
+   /* _mesa_function_pool[17983]: DetailTexFuncSGIS (dynamic) */
    "iip\0"
    "glDetailTexFuncSGIS\0"
    "\0"
-   /* _mesa_function_pool[17973]: Normal3fVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[18008]: Normal3fVertex3fSUN (dynamic) */
    "ffffff\0"
    "glNormal3fVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[18003]: CopyTexImage2D (offset 324) */
+   /* _mesa_function_pool[18038]: CopyTexImage2D (offset 324) */
    "iiiiiiii\0"
    "glCopyTexImage2D\0"
    "glCopyTexImage2DEXT\0"
    "\0"
-   /* _mesa_function_pool[18050]: GetBufferPointervARB (will be remapped) */
+   /* _mesa_function_pool[18085]: GetBufferPointervARB (will be remapped) */
    "iip\0"
    "glGetBufferPointerv\0"
    "glGetBufferPointervARB\0"
    "\0"
-   /* _mesa_function_pool[18098]: ProgramEnvParameter4fARB (will be remapped) */
+   /* _mesa_function_pool[18133]: ProgramEnvParameter4fARB (will be remapped) */
    "iiffff\0"
    "glProgramEnvParameter4fARB\0"
    "glProgramParameter4fNV\0"
    "\0"
-   /* _mesa_function_pool[18156]: Uniform3ivARB (will be remapped) */
+   /* _mesa_function_pool[18191]: Uniform3ivARB (will be remapped) */
    "iip\0"
    "glUniform3iv\0"
    "glUniform3ivARB\0"
    "\0"
-   /* _mesa_function_pool[18190]: Lightfv (offset 160) */
+   /* _mesa_function_pool[18225]: Lightfv (offset 160) */
    "iip\0"
    "glLightfv\0"
    "\0"
-   /* _mesa_function_pool[18205]: PrimitiveRestartIndexNV (will be remapped) */
+   /* _mesa_function_pool[18240]: PrimitiveRestartIndexNV (will be remapped) */
    "i\0"
-   "glPrimitiveRestartIndexNV\0"
    "glPrimitiveRestartIndex\0"
+   "glPrimitiveRestartIndexNV\0"
    "\0"
-   /* _mesa_function_pool[18258]: ClearDepth (offset 208) */
+   /* _mesa_function_pool[18293]: ClearDepth (offset 208) */
    "d\0"
    "glClearDepth\0"
    "\0"
-   /* _mesa_function_pool[18274]: GetFenceivNV (will be remapped) */
+   /* _mesa_function_pool[18309]: GetFenceivNV (will be remapped) */
    "iip\0"
    "glGetFenceivNV\0"
    "\0"
-   /* _mesa_function_pool[18294]: WindowPos4dvMESA (will be remapped) */
+   /* _mesa_function_pool[18329]: WindowPos4dvMESA (will be remapped) */
    "p\0"
    "glWindowPos4dvMESA\0"
    "\0"
-   /* _mesa_function_pool[18316]: ColorSubTable (offset 346) */
+   /* _mesa_function_pool[18351]: ColorSubTable (offset 346) */
    "iiiiip\0"
    "glColorSubTable\0"
    "glColorSubTableEXT\0"
    "\0"
-   /* _mesa_function_pool[18359]: Color4fv (offset 30) */
+   /* _mesa_function_pool[18394]: Color4fv (offset 30) */
    "p\0"
    "glColor4fv\0"
    "\0"
-   /* _mesa_function_pool[18373]: MultiTexCoord4ivARB (offset 405) */
+   /* _mesa_function_pool[18408]: MultiTexCoord4ivARB (offset 405) */
    "ip\0"
    "glMultiTexCoord4iv\0"
    "glMultiTexCoord4ivARB\0"
    "\0"
-   /* _mesa_function_pool[18418]: GetnMinmaxARB (will be remapped) */
+   /* _mesa_function_pool[18453]: GetnMinmaxARB (will be remapped) */
    "iiiiip\0"
    "glGetnMinmaxARB\0"
    "\0"
-   /* _mesa_function_pool[18442]: ProgramLocalParameters4fvEXT (will be remapped) */
+   /* _mesa_function_pool[18477]: ProgramLocalParameters4fvEXT (will be remapped) */
    "iiip\0"
    "glProgramLocalParameters4fvEXT\0"
    "\0"
-   /* _mesa_function_pool[18479]: ColorPointer (offset 308) */
+   /* _mesa_function_pool[18514]: ColorPointer (offset 308) */
    "iiip\0"
    "glColorPointer\0"
    "\0"
-   /* _mesa_function_pool[18500]: Rects (offset 92) */
+   /* _mesa_function_pool[18535]: Rects (offset 92) */
    "iiii\0"
    "glRects\0"
    "\0"
-   /* _mesa_function_pool[18514]: GetMapAttribParameterfvNV (dynamic) */
+   /* _mesa_function_pool[18549]: GetMapAttribParameterfvNV (dynamic) */
    "iiip\0"
    "glGetMapAttribParameterfvNV\0"
    "\0"
-   /* _mesa_function_pool[18548]: CreateShaderProgramEXT (will be remapped) */
-   "ip\0"
-   "glCreateShaderProgramEXT\0"
+   /* _mesa_function_pool[18583]: MultiTexCoordP2ui (will be remapped) */
+   "iii\0"
+   "glMultiTexCoordP2ui\0"
    "\0"
-   /* _mesa_function_pool[18577]: ActiveProgramEXT (will be remapped) */
+   /* _mesa_function_pool[18608]: ActiveProgramEXT (will be remapped) */
    "i\0"
    "glActiveProgramEXT\0"
    "\0"
-   /* _mesa_function_pool[18599]: Lightiv (offset 162) */
+   /* _mesa_function_pool[18630]: Lightiv (offset 162) */
    "iip\0"
    "glLightiv\0"
    "\0"
-   /* _mesa_function_pool[18614]: VertexAttrib4sARB (will be remapped) */
+   /* _mesa_function_pool[18645]: VertexAttrib4sARB (will be remapped) */
    "iiiii\0"
    "glVertexAttrib4s\0"
    "glVertexAttrib4sARB\0"
    "\0"
-   /* _mesa_function_pool[18658]: GetQueryObjectuivARB (will be remapped) */
+   /* _mesa_function_pool[18689]: GetQueryObjectuivARB (will be remapped) */
    "iip\0"
    "glGetQueryObjectuiv\0"
    "glGetQueryObjectuivARB\0"
    "\0"
-   /* _mesa_function_pool[18706]: GetTexParameteriv (offset 283) */
+   /* _mesa_function_pool[18737]: GetTexParameteriv (offset 283) */
    "iip\0"
    "glGetTexParameteriv\0"
    "\0"
-   /* _mesa_function_pool[18731]: MapParameterivNV (dynamic) */
+   /* _mesa_function_pool[18762]: MapParameterivNV (dynamic) */
    "iip\0"
    "glMapParameterivNV\0"
    "\0"
-   /* _mesa_function_pool[18755]: GenRenderbuffersEXT (will be remapped) */
+   /* _mesa_function_pool[18786]: GenRenderbuffersEXT (will be remapped) */
    "ip\0"
    "glGenRenderbuffers\0"
    "glGenRenderbuffersEXT\0"
    "\0"
-   /* _mesa_function_pool[18800]: ClearBufferfv (will be remapped) */
+   /* _mesa_function_pool[18831]: ClearBufferfv (will be remapped) */
    "iip\0"
    "glClearBufferfv\0"
    "\0"
-   /* _mesa_function_pool[18821]: VertexAttrib2dvARB (will be remapped) */
+   /* _mesa_function_pool[18852]: VertexAttrib2dvARB (will be remapped) */
    "ip\0"
    "glVertexAttrib2dv\0"
    "glVertexAttrib2dvARB\0"
    "\0"
-   /* _mesa_function_pool[18864]: EdgeFlagPointerEXT (will be remapped) */
+   /* _mesa_function_pool[18895]: EdgeFlagPointerEXT (will be remapped) */
    "iip\0"
    "glEdgeFlagPointerEXT\0"
    "\0"
-   /* _mesa_function_pool[18890]: VertexAttribs2svNV (will be remapped) */
+   /* _mesa_function_pool[18921]: VertexAttribs2svNV (will be remapped) */
    "iip\0"
    "glVertexAttribs2svNV\0"
    "\0"
-   /* _mesa_function_pool[18916]: WeightbvARB (dynamic) */
+   /* _mesa_function_pool[18947]: WeightbvARB (dynamic) */
    "ip\0"
    "glWeightbvARB\0"
    "\0"
-   /* _mesa_function_pool[18934]: VertexAttrib2fvARB (will be remapped) */
+   /* _mesa_function_pool[18965]: VertexAttrib2fvARB (will be remapped) */
    "ip\0"
    "glVertexAttrib2fv\0"
    "glVertexAttrib2fvARB\0"
    "\0"
-   /* _mesa_function_pool[18977]: GetBufferParameterivARB (will be remapped) */
+   /* _mesa_function_pool[19008]: GetBufferParameterivARB (will be remapped) */
    "iip\0"
    "glGetBufferParameteriv\0"
    "glGetBufferParameterivARB\0"
    "\0"
-   /* _mesa_function_pool[19031]: Rectdv (offset 87) */
+   /* _mesa_function_pool[19062]: Rectdv (offset 87) */
    "pp\0"
    "glRectdv\0"
    "\0"
-   /* _mesa_function_pool[19044]: ListParameteriSGIX (dynamic) */
+   /* _mesa_function_pool[19075]: ListParameteriSGIX (dynamic) */
    "iii\0"
    "glListParameteriSGIX\0"
    "\0"
-   /* _mesa_function_pool[19070]: BlendEquationiARB (will be remapped) */
+   /* _mesa_function_pool[19101]: BlendEquationiARB (will be remapped) */
    "ii\0"
    "glBlendEquationiARB\0"
    "glBlendEquationIndexedAMD\0"
    "\0"
-   /* _mesa_function_pool[19120]: ReplacementCodeuiColor4fNormal3fVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[19151]: ReplacementCodeuiColor4fNormal3fVertex3fSUN (dynamic) */
    "iffffffffff\0"
    "glReplacementCodeuiColor4fNormal3fVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[19179]: InstrumentsBufferSGIX (dynamic) */
+   /* _mesa_function_pool[19210]: InstrumentsBufferSGIX (dynamic) */
    "ip\0"
    "glInstrumentsBufferSGIX\0"
    "\0"
-   /* _mesa_function_pool[19207]: VertexAttrib4NivARB (will be remapped) */
+   /* _mesa_function_pool[19238]: VertexAttrib4NivARB (will be remapped) */
    "ip\0"
    "glVertexAttrib4Niv\0"
    "glVertexAttrib4NivARB\0"
    "\0"
-   /* _mesa_function_pool[19252]: DrawArraysInstancedARB (will be remapped) */
+   /* _mesa_function_pool[19283]: DrawArraysInstancedARB (will be remapped) */
    "iiii\0"
    "glDrawArraysInstancedARB\0"
    "glDrawArraysInstancedEXT\0"
    "glDrawArraysInstanced\0"
    "\0"
-   /* _mesa_function_pool[19330]: GetAttachedShaders (will be remapped) */
+   /* _mesa_function_pool[19361]: GetAttachedShaders (will be remapped) */
    "iipp\0"
    "glGetAttachedShaders\0"
    "\0"
-   /* _mesa_function_pool[19357]: GenVertexArraysAPPLE (will be remapped) */
+   /* _mesa_function_pool[19388]: GenVertexArraysAPPLE (will be remapped) */
    "ip\0"
    "glGenVertexArraysAPPLE\0"
    "\0"
-   /* _mesa_function_pool[19384]: ClearBufferfi (will be remapped) */
+   /* _mesa_function_pool[19415]: ClearBufferfi (will be remapped) */
    "iifi\0"
    "glClearBufferfi\0"
    "\0"
-   /* _mesa_function_pool[19406]: Materialiv (offset 172) */
+   /* _mesa_function_pool[19437]: Materialiv (offset 172) */
    "iip\0"
    "glMaterialiv\0"
    "\0"
-   /* _mesa_function_pool[19424]: PushClientAttrib (offset 335) */
+   /* _mesa_function_pool[19455]: PushClientAttrib (offset 335) */
    "i\0"
    "glPushClientAttrib\0"
    "\0"
-   /* _mesa_function_pool[19446]: SamplerParameteriv (will be remapped) */
+   /* _mesa_function_pool[19477]: SamplerParameteriv (will be remapped) */
    "iip\0"
    "glSamplerParameteriv\0"
    "\0"
-   /* _mesa_function_pool[19472]: TexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[19503]: TexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
    "pppp\0"
    "glTexCoord2fColor4fNormal3fVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[19518]: WindowPos2iMESA (will be remapped) */
+   /* _mesa_function_pool[19549]: WindowPos2iMESA (will be remapped) */
    "ii\0"
    "glWindowPos2i\0"
    "glWindowPos2iARB\0"
    "glWindowPos2iMESA\0"
    "\0"
-   /* _mesa_function_pool[19571]: SampleMaskSGIS (will be remapped) */
-   "fi\0"
-   "glSampleMaskSGIS\0"
-   "glSampleMaskEXT\0"
-   "\0"
-   /* _mesa_function_pool[19608]: SecondaryColor3fvEXT (will be remapped) */
+   /* _mesa_function_pool[19602]: SecondaryColor3fvEXT (will be remapped) */
    "p\0"
    "glSecondaryColor3fv\0"
    "glSecondaryColor3fvEXT\0"
    "\0"
-   /* _mesa_function_pool[19654]: PolygonMode (offset 174) */
+   /* _mesa_function_pool[19648]: PolygonMode (offset 174) */
    "ii\0"
    "glPolygonMode\0"
    "\0"
-   /* _mesa_function_pool[19672]: CompressedTexSubImage1DARB (will be remapped) */
+   /* _mesa_function_pool[19666]: CompressedTexSubImage1DARB (will be remapped) */
    "iiiiiip\0"
    "glCompressedTexSubImage1D\0"
    "glCompressedTexSubImage1DARB\0"
    "\0"
-   /* _mesa_function_pool[19736]: VertexAttribI1iEXT (will be remapped) */
-   "ii\0"
-   "glVertexAttribI1iEXT\0"
-   "glVertexAttribI1i\0"
+   /* _mesa_function_pool[19730]: VertexAttrib2dvNV (will be remapped) */
+   "ip\0"
+   "glVertexAttrib2dvNV\0"
    "\0"
-   /* _mesa_function_pool[19779]: TexCoord2fNormal3fVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[19754]: TexCoord2fNormal3fVertex3fSUN (dynamic) */
    "ffffffff\0"
    "glTexCoord2fNormal3fVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[19821]: GetVertexAttribivNV (will be remapped) */
+   /* _mesa_function_pool[19796]: GetVertexAttribivNV (will be remapped) */
    "iip\0"
    "glGetVertexAttribivNV\0"
    "\0"
-   /* _mesa_function_pool[19848]: GetProgramStringARB (will be remapped) */
+   /* _mesa_function_pool[19823]: GetProgramStringARB (will be remapped) */
    "iip\0"
    "glGetProgramStringARB\0"
    "\0"
-   /* _mesa_function_pool[19875]: GetnUniformdvARB (will be remapped) */
+   /* _mesa_function_pool[19850]: GetnUniformdvARB (will be remapped) */
    "iiip\0"
    "glGetnUniformdvARB\0"
    "\0"
-   /* _mesa_function_pool[19900]: DrawElementsInstancedBaseVertex (will be remapped) */
+   /* _mesa_function_pool[19875]: DrawElementsInstancedBaseVertex (will be remapped) */
    "iiipii\0"
    "glDrawElementsInstancedBaseVertex\0"
    "\0"
-   /* _mesa_function_pool[19942]: TexBuffer (will be remapped) */
+   /* _mesa_function_pool[19917]: TexBuffer (will be remapped) */
    "iii\0"
    "glTexBuffer\0"
    "\0"
-   /* _mesa_function_pool[19959]: VertexAttribIPointerEXT (will be remapped) */
+   /* _mesa_function_pool[19934]: VertexAttribIPointerEXT (will be remapped) */
    "iiiip\0"
    "glVertexAttribIPointerEXT\0"
    "glVertexAttribIPointer\0"
    "\0"
-   /* _mesa_function_pool[20015]: TexBumpParameterfvATI (will be remapped) */
+   /* _mesa_function_pool[19990]: TexBumpParameterfvATI (will be remapped) */
    "ip\0"
    "glTexBumpParameterfvATI\0"
    "\0"
-   /* _mesa_function_pool[20043]: Tangent3ivEXT (dynamic) */
+   /* _mesa_function_pool[20018]: Tangent3ivEXT (dynamic) */
    "p\0"
    "glTangent3ivEXT\0"
    "\0"
-   /* _mesa_function_pool[20062]: CompileShaderARB (will be remapped) */
+   /* _mesa_function_pool[20037]: CompileShaderARB (will be remapped) */
    "i\0"
    "glCompileShader\0"
    "glCompileShaderARB\0"
    "\0"
-   /* _mesa_function_pool[20100]: DeleteShader (will be remapped) */
+   /* _mesa_function_pool[20075]: DeleteShader (will be remapped) */
    "i\0"
    "glDeleteShader\0"
    "\0"
-   /* _mesa_function_pool[20118]: DisableClientState (offset 309) */
+   /* _mesa_function_pool[20093]: DisableClientState (offset 309) */
    "i\0"
    "glDisableClientState\0"
    "\0"
-   /* _mesa_function_pool[20142]: TexGeni (offset 192) */
+   /* _mesa_function_pool[20117]: TexGeni (offset 192) */
    "iii\0"
    "glTexGeni\0"
    "\0"
-   /* _mesa_function_pool[20157]: TexGenf (offset 190) */
+   /* _mesa_function_pool[20132]: TexGenf (offset 190) */
    "iif\0"
    "glTexGenf\0"
    "\0"
-   /* _mesa_function_pool[20172]: Uniform3fARB (will be remapped) */
+   /* _mesa_function_pool[20147]: Uniform3fARB (will be remapped) */
    "ifff\0"
    "glUniform3f\0"
    "glUniform3fARB\0"
    "\0"
-   /* _mesa_function_pool[20205]: TexGend (offset 188) */
+   /* _mesa_function_pool[20180]: TexGend (offset 188) */
    "iid\0"
    "glTexGend\0"
    "\0"
-   /* _mesa_function_pool[20220]: ListParameterfvSGIX (dynamic) */
+   /* _mesa_function_pool[20195]: ListParameterfvSGIX (dynamic) */
    "iip\0"
    "glListParameterfvSGIX\0"
    "\0"
-   /* _mesa_function_pool[20247]: GetPolygonStipple (offset 274) */
+   /* _mesa_function_pool[20222]: GetPolygonStipple (offset 274) */
    "p\0"
    "glGetPolygonStipple\0"
    "\0"
-   /* _mesa_function_pool[20270]: ColorP3ui (will be remapped) */
-   "ii\0"
-   "glColorP3ui\0"
-   "\0"
-   /* _mesa_function_pool[20286]: Tangent3dvEXT (dynamic) */
+   /* _mesa_function_pool[20245]: Tangent3dvEXT (dynamic) */
    "p\0"
    "glTangent3dvEXT\0"
    "\0"
-   /* _mesa_function_pool[20305]: BindBufferOffsetEXT (will be remapped) */
-   "iiii\0"
-   "glBindBufferOffsetEXT\0"
+   /* _mesa_function_pool[20264]: GetVertexAttribfvNV (will be remapped) */
+   "iip\0"
+   "glGetVertexAttribfvNV\0"
    "\0"
-   /* _mesa_function_pool[20333]: WindowPos3sMESA (will be remapped) */
+   /* _mesa_function_pool[20291]: WindowPos3sMESA (will be remapped) */
    "iii\0"
    "glWindowPos3s\0"
    "glWindowPos3sARB\0"
    "glWindowPos3sMESA\0"
    "\0"
-   /* _mesa_function_pool[20387]: VertexAttrib2svNV (will be remapped) */
+   /* _mesa_function_pool[20345]: VertexAttrib2svNV (will be remapped) */
    "ip\0"
    "glVertexAttrib2svNV\0"
    "\0"
-   /* _mesa_function_pool[20411]: DisableIndexedEXT (will be remapped) */
-   "ii\0"
-   "glDisableIndexedEXT\0"
-   "glDisablei\0"
-   "\0"
-   /* _mesa_function_pool[20446]: NormalP3uiv (will be remapped) */
+   /* _mesa_function_pool[20369]: NormalP3uiv (will be remapped) */
    "ip\0"
    "glNormalP3uiv\0"
    "\0"
-   /* _mesa_function_pool[20464]: SecondaryColorP3uiv (will be remapped) */
+   /* _mesa_function_pool[20387]: SecondaryColorP3uiv (will be remapped) */
    "ip\0"
    "glSecondaryColorP3uiv\0"
    "\0"
-   /* _mesa_function_pool[20490]: BindBufferBaseEXT (will be remapped) */
-   "iii\0"
-   "glBindBufferBaseEXT\0"
-   "glBindBufferBase\0"
+   /* _mesa_function_pool[20413]: VertexAttribs1fvNV (will be remapped) */
+   "iip\0"
+   "glVertexAttribs1fvNV\0"
    "\0"
-   /* _mesa_function_pool[20532]: TexCoord2fVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[20439]: TexCoord2fVertex3fvSUN (dynamic) */
    "pp\0"
    "glTexCoord2fVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[20561]: WindowPos4sMESA (will be remapped) */
+   /* _mesa_function_pool[20468]: WindowPos4sMESA (will be remapped) */
    "iiii\0"
    "glWindowPos4sMESA\0"
    "\0"
-   /* _mesa_function_pool[20585]: GetnPixelMapuivARB (will be remapped) */
+   /* _mesa_function_pool[20492]: GetnPixelMapuivARB (will be remapped) */
    "iip\0"
    "glGetnPixelMapuivARB\0"
    "\0"
-   /* _mesa_function_pool[20611]: VertexAttrib4NuivARB (will be remapped) */
+   /* _mesa_function_pool[20518]: VertexAttrib4NuivARB (will be remapped) */
    "ip\0"
    "glVertexAttrib4Nuiv\0"
    "glVertexAttrib4NuivARB\0"
    "\0"
-   /* _mesa_function_pool[20658]: ClientActiveTextureARB (offset 375) */
+   /* _mesa_function_pool[20565]: ClientActiveTextureARB (offset 375) */
    "i\0"
    "glClientActiveTexture\0"
    "glClientActiveTextureARB\0"
    "\0"
-   /* _mesa_function_pool[20708]: GetSamplerParameterIuiv (will be remapped) */
+   /* _mesa_function_pool[20615]: GetSamplerParameterIuiv (will be remapped) */
    "iip\0"
    "glGetSamplerParameterIuiv\0"
    "\0"
-   /* _mesa_function_pool[20739]: ReplacementCodeusvSUN (dynamic) */
+   /* _mesa_function_pool[20646]: ReplacementCodeusvSUN (dynamic) */
    "p\0"
    "glReplacementCodeusvSUN\0"
    "\0"
-   /* _mesa_function_pool[20766]: Uniform4fARB (will be remapped) */
+   /* _mesa_function_pool[20673]: Uniform4fARB (will be remapped) */
    "iffff\0"
    "glUniform4f\0"
    "glUniform4fARB\0"
    "\0"
-   /* _mesa_function_pool[20800]: Color4sv (offset 34) */
+   /* _mesa_function_pool[20707]: Color4sv (offset 34) */
    "p\0"
    "glColor4sv\0"
    "\0"
-   /* _mesa_function_pool[20814]: FlushMappedBufferRange (will be remapped) */
+   /* _mesa_function_pool[20721]: FlushMappedBufferRange (will be remapped) */
    "iii\0"
    "glFlushMappedBufferRange\0"
    "\0"
-   /* _mesa_function_pool[20844]: IsProgramNV (will be remapped) */
+   /* _mesa_function_pool[20751]: IsProgramNV (will be remapped) */
    "i\0"
    "glIsProgramARB\0"
    "glIsProgramNV\0"
    "\0"
-   /* _mesa_function_pool[20876]: FlushMappedBufferRangeAPPLE (will be remapped) */
+   /* _mesa_function_pool[20783]: FlushMappedBufferRangeAPPLE (will be remapped) */
    "iii\0"
    "glFlushMappedBufferRangeAPPLE\0"
    "\0"
-   /* _mesa_function_pool[20911]: PixelZoom (offset 246) */
+   /* _mesa_function_pool[20818]: PixelZoom (offset 246) */
    "ff\0"
    "glPixelZoom\0"
    "\0"
-   /* _mesa_function_pool[20927]: ReplacementCodePointerSUN (dynamic) */
+   /* _mesa_function_pool[20834]: ReplacementCodePointerSUN (dynamic) */
    "iip\0"
    "glReplacementCodePointerSUN\0"
    "\0"
-   /* _mesa_function_pool[20960]: ProgramEnvParameter4dARB (will be remapped) */
+   /* _mesa_function_pool[20867]: ProgramEnvParameter4dARB (will be remapped) */
    "iidddd\0"
    "glProgramEnvParameter4dARB\0"
    "glProgramParameter4dNV\0"
    "\0"
-   /* _mesa_function_pool[21018]: ColorTableParameterfv (offset 340) */
+   /* _mesa_function_pool[20925]: ColorTableParameterfv (offset 340) */
    "iip\0"
    "glColorTableParameterfv\0"
    "glColorTableParameterfvSGI\0"
    "\0"
-   /* _mesa_function_pool[21074]: FragmentLightModelfSGIX (dynamic) */
+   /* _mesa_function_pool[20981]: FragmentLightModelfSGIX (dynamic) */
    "if\0"
    "glFragmentLightModelfSGIX\0"
    "\0"
-   /* _mesa_function_pool[21104]: Binormal3bvEXT (dynamic) */
+   /* _mesa_function_pool[21011]: Binormal3bvEXT (dynamic) */
    "p\0"
    "glBinormal3bvEXT\0"
    "\0"
-   /* _mesa_function_pool[21124]: PixelMapuiv (offset 252) */
+   /* _mesa_function_pool[21031]: PixelMapuiv (offset 252) */
    "iip\0"
    "glPixelMapuiv\0"
    "\0"
-   /* _mesa_function_pool[21143]: Color3dv (offset 12) */
+   /* _mesa_function_pool[21050]: Color3dv (offset 12) */
    "p\0"
    "glColor3dv\0"
    "\0"
-   /* _mesa_function_pool[21157]: IsTexture (offset 330) */
+   /* _mesa_function_pool[21064]: IsTexture (offset 330) */
    "i\0"
    "glIsTexture\0"
    "glIsTextureEXT\0"
    "\0"
-   /* _mesa_function_pool[21187]: GenSamplers (will be remapped) */
+   /* _mesa_function_pool[21094]: GenSamplers (will be remapped) */
    "ip\0"
    "glGenSamplers\0"
    "\0"
-   /* _mesa_function_pool[21205]: VertexAttribP3uiv (will be remapped) */
-   "iiip\0"
-   "glVertexAttribP3uiv\0"
+   /* _mesa_function_pool[21112]: ColorPointerEXT (will be remapped) */
+   "iiiip\0"
+   "glColorPointerEXT\0"
    "\0"
-   /* _mesa_function_pool[21231]: VertexWeightfvEXT (dynamic) */
+   /* _mesa_function_pool[21137]: VertexWeightfvEXT (dynamic) */
    "p\0"
    "glVertexWeightfvEXT\0"
    "\0"
-   /* _mesa_function_pool[21254]: VertexAttrib1dARB (will be remapped) */
+   /* _mesa_function_pool[21160]: VertexAttrib1dARB (will be remapped) */
    "id\0"
    "glVertexAttrib1d\0"
    "glVertexAttrib1dARB\0"
    "\0"
-   /* _mesa_function_pool[21295]: ImageTransformParameterivHP (dynamic) */
-   "iip\0"
-   "glImageTransformParameterivHP\0"
+   /* _mesa_function_pool[21201]: VertexP3uiv (will be remapped) */
+   "ip\0"
+   "glVertexP3uiv\0"
    "\0"
-   /* _mesa_function_pool[21330]: TexCoord4i (offset 122) */
+   /* _mesa_function_pool[21219]: TexCoord4i (offset 122) */
    "iiii\0"
    "glTexCoord4i\0"
    "\0"
-   /* _mesa_function_pool[21349]: DeleteQueriesARB (will be remapped) */
+   /* _mesa_function_pool[21238]: DeleteQueriesARB (will be remapped) */
    "ip\0"
    "glDeleteQueries\0"
    "glDeleteQueriesARB\0"
    "\0"
-   /* _mesa_function_pool[21388]: Color4ubVertex2fSUN (dynamic) */
+   /* _mesa_function_pool[21277]: Color4ubVertex2fSUN (dynamic) */
    "iiiiff\0"
    "glColor4ubVertex2fSUN\0"
    "\0"
-   /* _mesa_function_pool[21418]: FragmentColorMaterialSGIX (dynamic) */
+   /* _mesa_function_pool[21307]: FragmentColorMaterialSGIX (dynamic) */
    "ii\0"
    "glFragmentColorMaterialSGIX\0"
    "\0"
-   /* _mesa_function_pool[21450]: CurrentPaletteMatrixARB (dynamic) */
+   /* _mesa_function_pool[21339]: CurrentPaletteMatrixARB (dynamic) */
    "i\0"
    "glCurrentPaletteMatrixARB\0"
    "\0"
-   /* _mesa_function_pool[21479]: GetMapdv (offset 266) */
+   /* _mesa_function_pool[21368]: GetMapdv (offset 266) */
    "iip\0"
    "glGetMapdv\0"
    "\0"
-   /* _mesa_function_pool[21495]: ObjectPurgeableAPPLE (will be remapped) */
+   /* _mesa_function_pool[21384]: ObjectPurgeableAPPLE (will be remapped) */
    "iii\0"
    "glObjectPurgeableAPPLE\0"
    "\0"
-   /* _mesa_function_pool[21523]: GetStringi (will be remapped) */
+   /* _mesa_function_pool[21412]: GetStringi (will be remapped) */
    "ii\0"
    "glGetStringi\0"
    "\0"
-   /* _mesa_function_pool[21540]: SamplePatternSGIS (will be remapped) */
+   /* _mesa_function_pool[21429]: SamplePatternSGIS (will be remapped) */
    "i\0"
    "glSamplePatternSGIS\0"
    "glSamplePatternEXT\0"
    "\0"
-   /* _mesa_function_pool[21582]: PixelStoref (offset 249) */
+   /* _mesa_function_pool[21471]: PixelStoref (offset 249) */
    "if\0"
    "glPixelStoref\0"
    "\0"
-   /* _mesa_function_pool[21600]: IsQueryARB (will be remapped) */
+   /* _mesa_function_pool[21489]: IsQueryARB (will be remapped) */
    "i\0"
    "glIsQuery\0"
    "glIsQueryARB\0"
    "\0"
-   /* _mesa_function_pool[21626]: ReplacementCodeuiColor4ubVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[21515]: ReplacementCodeuiColor4ubVertex3fSUN (dynamic) */
    "iiiiifff\0"
    "glReplacementCodeuiColor4ubVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[21675]: PixelStorei (offset 250) */
+   /* _mesa_function_pool[21564]: PixelStorei (offset 250) */
    "ii\0"
    "glPixelStorei\0"
    "\0"
-   /* _mesa_function_pool[21693]: VertexAttrib4usvARB (will be remapped) */
+   /* _mesa_function_pool[21582]: VertexAttrib4usvARB (will be remapped) */
    "ip\0"
    "glVertexAttrib4usv\0"
    "glVertexAttrib4usvARB\0"
    "\0"
-   /* _mesa_function_pool[21738]: LinkProgramARB (will be remapped) */
+   /* _mesa_function_pool[21627]: LinkProgramARB (will be remapped) */
    "i\0"
    "glLinkProgram\0"
    "glLinkProgramARB\0"
    "\0"
-   /* _mesa_function_pool[21772]: VertexAttrib2fNV (will be remapped) */
+   /* _mesa_function_pool[21661]: VertexAttrib2fNV (will be remapped) */
    "iff\0"
    "glVertexAttrib2fNV\0"
    "\0"
-   /* _mesa_function_pool[21796]: ShaderSourceARB (will be remapped) */
+   /* _mesa_function_pool[21685]: ShaderSourceARB (will be remapped) */
    "iipp\0"
    "glShaderSource\0"
    "glShaderSourceARB\0"
    "\0"
-   /* _mesa_function_pool[21835]: FragmentMaterialiSGIX (dynamic) */
+   /* _mesa_function_pool[21724]: FragmentMaterialiSGIX (dynamic) */
    "iii\0"
    "glFragmentMaterialiSGIX\0"
    "\0"
-   /* _mesa_function_pool[21864]: EvalCoord2dv (offset 233) */
+   /* _mesa_function_pool[21753]: EvalCoord2dv (offset 233) */
    "p\0"
    "glEvalCoord2dv\0"
    "\0"
-   /* _mesa_function_pool[21882]: VertexAttrib3svARB (will be remapped) */
+   /* _mesa_function_pool[21771]: VertexAttrib3svARB (will be remapped) */
    "ip\0"
    "glVertexAttrib3sv\0"
    "glVertexAttrib3svARB\0"
    "\0"
-   /* _mesa_function_pool[21925]: ColorMaterial (offset 151) */
+   /* _mesa_function_pool[21814]: ColorMaterial (offset 151) */
    "ii\0"
    "glColorMaterial\0"
    "\0"
-   /* _mesa_function_pool[21945]: CompressedTexSubImage3DARB (will be remapped) */
+   /* _mesa_function_pool[21834]: CompressedTexSubImage3DARB (will be remapped) */
    "iiiiiiiiiip\0"
    "glCompressedTexSubImage3D\0"
    "glCompressedTexSubImage3DARB\0"
    "\0"
-   /* _mesa_function_pool[22013]: WindowPos2ivMESA (will be remapped) */
+   /* _mesa_function_pool[21902]: WindowPos2ivMESA (will be remapped) */
    "p\0"
    "glWindowPos2iv\0"
    "glWindowPos2ivARB\0"
    "glWindowPos2ivMESA\0"
    "\0"
-   /* _mesa_function_pool[22068]: IsFramebufferEXT (will be remapped) */
+   /* _mesa_function_pool[21957]: IsFramebufferEXT (will be remapped) */
    "i\0"
    "glIsFramebuffer\0"
    "glIsFramebufferEXT\0"
    "\0"
-   /* _mesa_function_pool[22106]: Uniform4ivARB (will be remapped) */
+   /* _mesa_function_pool[21995]: Uniform4ivARB (will be remapped) */
    "iip\0"
    "glUniform4iv\0"
    "glUniform4ivARB\0"
    "\0"
-   /* _mesa_function_pool[22140]: GetVertexAttribdvARB (will be remapped) */
+   /* _mesa_function_pool[22029]: GetVertexAttribdvARB (will be remapped) */
    "iip\0"
    "glGetVertexAttribdv\0"
    "glGetVertexAttribdvARB\0"
    "\0"
-   /* _mesa_function_pool[22188]: TexBumpParameterivATI (will be remapped) */
+   /* _mesa_function_pool[22077]: TexBumpParameterivATI (will be remapped) */
    "ip\0"
    "glTexBumpParameterivATI\0"
    "\0"
-   /* _mesa_function_pool[22216]: GetSeparableFilter (offset 359) */
+   /* _mesa_function_pool[22105]: GetSeparableFilter (offset 359) */
    "iiippp\0"
    "glGetSeparableFilter\0"
    "glGetSeparableFilterEXT\0"
    "\0"
-   /* _mesa_function_pool[22269]: Binormal3dEXT (dynamic) */
+   /* _mesa_function_pool[22158]: Binormal3dEXT (dynamic) */
    "ddd\0"
    "glBinormal3dEXT\0"
    "\0"
-   /* _mesa_function_pool[22290]: SpriteParameteriSGIX (dynamic) */
+   /* _mesa_function_pool[22179]: SpriteParameteriSGIX (dynamic) */
    "ii\0"
    "glSpriteParameteriSGIX\0"
    "\0"
-   /* _mesa_function_pool[22317]: RequestResidentProgramsNV (will be remapped) */
+   /* _mesa_function_pool[22206]: RequestResidentProgramsNV (will be remapped) */
    "ip\0"
    "glRequestResidentProgramsNV\0"
    "\0"
-   /* _mesa_function_pool[22349]: TagSampleBufferSGIX (dynamic) */
-   "\0"
-   "glTagSampleBufferSGIX\0"
+   /* _mesa_function_pool[22238]: TexCoordP3uiv (will be remapped) */
+   "ip\0"
+   "glTexCoordP3uiv\0"
    "\0"
-   /* _mesa_function_pool[22373]: TransformFeedbackVaryingsEXT (will be remapped) */
-   "iipi\0"
-   "glTransformFeedbackVaryingsEXT\0"
-   "glTransformFeedbackVaryings\0"
+   /* _mesa_function_pool[22258]: ReplacementCodeusSUN (dynamic) */
+   "i\0"
+   "glReplacementCodeusSUN\0"
    "\0"
-   /* _mesa_function_pool[22438]: FeedbackBuffer (offset 194) */
+   /* _mesa_function_pool[22284]: FeedbackBuffer (offset 194) */
    "iip\0"
    "glFeedbackBuffer\0"
    "\0"
-   /* _mesa_function_pool[22460]: RasterPos2iv (offset 67) */
+   /* _mesa_function_pool[22306]: RasterPos2iv (offset 67) */
    "p\0"
    "glRasterPos2iv\0"
    "\0"
-   /* _mesa_function_pool[22478]: TexImage1D (offset 182) */
+   /* _mesa_function_pool[22324]: TexImage1D (offset 182) */
    "iiiiiiip\0"
    "glTexImage1D\0"
    "\0"
-   /* _mesa_function_pool[22501]: ListParameterivSGIX (dynamic) */
+   /* _mesa_function_pool[22347]: ListParameterivSGIX (dynamic) */
    "iip\0"
    "glListParameterivSGIX\0"
    "\0"
-   /* _mesa_function_pool[22528]: MultiDrawElementsEXT (will be remapped) */
+   /* _mesa_function_pool[22374]: MultiDrawElementsEXT (will be remapped) */
    "ipipi\0"
    "glMultiDrawElements\0"
    "glMultiDrawElementsEXT\0"
    "\0"
-   /* _mesa_function_pool[22578]: Color3s (offset 17) */
+   /* _mesa_function_pool[22424]: Color3s (offset 17) */
    "iii\0"
    "glColor3s\0"
    "\0"
-   /* _mesa_function_pool[22593]: Uniform1ivARB (will be remapped) */
+   /* _mesa_function_pool[22439]: Uniform1ivARB (will be remapped) */
    "iip\0"
    "glUniform1iv\0"
    "glUniform1ivARB\0"
    "\0"
-   /* _mesa_function_pool[22627]: WindowPos2sMESA (will be remapped) */
+   /* _mesa_function_pool[22473]: WindowPos2sMESA (will be remapped) */
    "ii\0"
    "glWindowPos2s\0"
    "glWindowPos2sARB\0"
    "glWindowPos2sMESA\0"
    "\0"
-   /* _mesa_function_pool[22680]: WeightusvARB (dynamic) */
+   /* _mesa_function_pool[22526]: WeightusvARB (dynamic) */
    "ip\0"
    "glWeightusvARB\0"
    "\0"
-   /* _mesa_function_pool[22699]: ColorP4ui (will be remapped) */
+   /* _mesa_function_pool[22545]: ColorP4ui (will be remapped) */
    "ii\0"
    "glColorP4ui\0"
    "\0"
-   /* _mesa_function_pool[22715]: TexCoordPointer (offset 320) */
+   /* _mesa_function_pool[22561]: TexCoordPointer (offset 320) */
    "iiip\0"
    "glTexCoordPointer\0"
    "\0"
-   /* _mesa_function_pool[22739]: FogCoordPointerEXT (will be remapped) */
+   /* _mesa_function_pool[22585]: FogCoordPointerEXT (will be remapped) */
    "iip\0"
    "glFogCoordPointer\0"
    "glFogCoordPointerEXT\0"
    "\0"
-   /* _mesa_function_pool[22783]: GetnSeparableFilterARB (will be remapped) */
+   /* _mesa_function_pool[22629]: GetnSeparableFilterARB (will be remapped) */
    "iiiipipp\0"
    "glGetnSeparableFilterARB\0"
    "\0"
-   /* _mesa_function_pool[22818]: IndexMaterialEXT (dynamic) */
+   /* _mesa_function_pool[22664]: IndexMaterialEXT (dynamic) */
    "ii\0"
    "glIndexMaterialEXT\0"
    "\0"
-   /* _mesa_function_pool[22841]: Color3i (offset 15) */
+   /* _mesa_function_pool[22687]: Color3i (offset 15) */
    "iii\0"
    "glColor3i\0"
    "\0"
-   /* _mesa_function_pool[22856]: FrontFace (offset 157) */
+   /* _mesa_function_pool[22702]: FrontFace (offset 157) */
    "i\0"
    "glFrontFace\0"
    "\0"
-   /* _mesa_function_pool[22871]: EvalCoord2d (offset 232) */
+   /* _mesa_function_pool[22717]: EvalCoord2d (offset 232) */
    "dd\0"
    "glEvalCoord2d\0"
    "\0"
-   /* _mesa_function_pool[22889]: SecondaryColor3ubvEXT (will be remapped) */
+   /* _mesa_function_pool[22735]: SecondaryColor3ubvEXT (will be remapped) */
    "p\0"
    "glSecondaryColor3ubv\0"
    "glSecondaryColor3ubvEXT\0"
    "\0"
-   /* _mesa_function_pool[22937]: EvalCoord2f (offset 234) */
+   /* _mesa_function_pool[22783]: EvalCoord2f (offset 234) */
    "ff\0"
    "glEvalCoord2f\0"
    "\0"
-   /* _mesa_function_pool[22955]: VertexAttrib4dvARB (will be remapped) */
+   /* _mesa_function_pool[22801]: VertexAttrib4dvARB (will be remapped) */
    "ip\0"
    "glVertexAttrib4dv\0"
    "glVertexAttrib4dvARB\0"
    "\0"
-   /* _mesa_function_pool[22998]: BindAttribLocationARB (will be remapped) */
+   /* _mesa_function_pool[22844]: BindAttribLocationARB (will be remapped) */
    "iip\0"
    "glBindAttribLocation\0"
    "glBindAttribLocationARB\0"
    "\0"
-   /* _mesa_function_pool[23048]: Color3b (offset 9) */
+   /* _mesa_function_pool[22894]: Color3b (offset 9) */
    "iii\0"
    "glColor3b\0"
    "\0"
-   /* _mesa_function_pool[23063]: MultiTexCoord2dARB (offset 384) */
+   /* _mesa_function_pool[22909]: MultiTexCoord2dARB (offset 384) */
    "idd\0"
    "glMultiTexCoord2d\0"
    "glMultiTexCoord2dARB\0"
    "\0"
-   /* _mesa_function_pool[23107]: ExecuteProgramNV (will be remapped) */
+   /* _mesa_function_pool[22953]: ExecuteProgramNV (will be remapped) */
    "iip\0"
    "glExecuteProgramNV\0"
    "\0"
-   /* _mesa_function_pool[23131]: Color3f (offset 13) */
+   /* _mesa_function_pool[22977]: Color3f (offset 13) */
    "fff\0"
    "glColor3f\0"
    "\0"
-   /* _mesa_function_pool[23146]: LightEnviSGIX (dynamic) */
+   /* _mesa_function_pool[22992]: LightEnviSGIX (dynamic) */
    "ii\0"
    "glLightEnviSGIX\0"
    "\0"
-   /* _mesa_function_pool[23166]: Color3d (offset 11) */
+   /* _mesa_function_pool[23012]: Color3d (offset 11) */
    "ddd\0"
    "glColor3d\0"
    "\0"
-   /* _mesa_function_pool[23181]: Normal3dv (offset 55) */
+   /* _mesa_function_pool[23027]: TextureBarrierNV (will be remapped) */
+   "\0"
+   "glTextureBarrierNV\0"
+   "\0"
+   /* _mesa_function_pool[23048]: Normal3dv (offset 55) */
    "p\0"
    "glNormal3dv\0"
    "\0"
-   /* _mesa_function_pool[23196]: Lightf (offset 159) */
+   /* _mesa_function_pool[23063]: Lightf (offset 159) */
    "iif\0"
    "glLightf\0"
    "\0"
-   /* _mesa_function_pool[23210]: ReplacementCodeuiSUN (dynamic) */
+   /* _mesa_function_pool[23077]: ReplacementCodeuiSUN (dynamic) */
    "i\0"
    "glReplacementCodeuiSUN\0"
    "\0"
-   /* _mesa_function_pool[23236]: MatrixMode (offset 293) */
+   /* _mesa_function_pool[23103]: MatrixMode (offset 293) */
    "i\0"
    "glMatrixMode\0"
    "\0"
-   /* _mesa_function_pool[23252]: GetPixelMapusv (offset 273) */
+   /* _mesa_function_pool[23119]: GetPixelMapusv (offset 273) */
    "ip\0"
    "glGetPixelMapusv\0"
    "\0"
-   /* _mesa_function_pool[23273]: Lighti (offset 161) */
+   /* _mesa_function_pool[23140]: Lighti (offset 161) */
    "iii\0"
    "glLighti\0"
    "\0"
-   /* _mesa_function_pool[23287]: VertexAttribPointerNV (will be remapped) */
+   /* _mesa_function_pool[23154]: VertexAttribPointerNV (will be remapped) */
    "iiiip\0"
    "glVertexAttribPointerNV\0"
    "\0"
-   /* _mesa_function_pool[23318]: ClearDepthf (will be remapped) */
+   /* _mesa_function_pool[23185]: ClearDepthf (will be remapped) */
    "f\0"
    "glClearDepthf\0"
    "\0"
-   /* _mesa_function_pool[23335]: GetFragDataIndex (will be remapped) */
+   /* _mesa_function_pool[23202]: GetFragDataIndex (will be remapped) */
    "ip\0"
    "glGetFragDataIndex\0"
    "\0"
-   /* _mesa_function_pool[23358]: GetBooleanIndexedvEXT (will be remapped) */
+   /* _mesa_function_pool[23225]: GetBooleanIndexedvEXT (will be remapped) */
    "iip\0"
    "glGetBooleanIndexedvEXT\0"
    "glGetBooleani_v\0"
    "\0"
-   /* _mesa_function_pool[23403]: GetFramebufferAttachmentParameterivEXT (will be remapped) */
+   /* _mesa_function_pool[23270]: GetFramebufferAttachmentParameterivEXT (will be remapped) */
    "iiip\0"
    "glGetFramebufferAttachmentParameteriv\0"
    "glGetFramebufferAttachmentParameterivEXT\0"
    "\0"
-   /* _mesa_function_pool[23488]: PixelTransformParameterfEXT (dynamic) */
+   /* _mesa_function_pool[23355]: PixelTransformParameterfEXT (dynamic) */
    "iif\0"
    "glPixelTransformParameterfEXT\0"
    "\0"
-   /* _mesa_function_pool[23523]: MultiTexCoord4dvARB (offset 401) */
+   /* _mesa_function_pool[23390]: MultiTexCoord4dvARB (offset 401) */
    "ip\0"
    "glMultiTexCoord4dv\0"
    "glMultiTexCoord4dvARB\0"
    "\0"
-   /* _mesa_function_pool[23568]: PixelTransformParameteriEXT (dynamic) */
+   /* _mesa_function_pool[23435]: PixelTransformParameteriEXT (dynamic) */
    "iii\0"
    "glPixelTransformParameteriEXT\0"
    "\0"
-   /* _mesa_function_pool[23603]: GetDoublev (offset 260) */
+   /* _mesa_function_pool[23470]: GetDoublev (offset 260) */
    "ip\0"
    "glGetDoublev\0"
    "\0"
-   /* _mesa_function_pool[23620]: MultiTexCoordP4ui (will be remapped) */
+   /* _mesa_function_pool[23487]: MultiTexCoordP4ui (will be remapped) */
    "iii\0"
    "glMultiTexCoordP4ui\0"
    "\0"
-   /* _mesa_function_pool[23645]: MultMatrixd (offset 295) */
+   /* _mesa_function_pool[23512]: MultMatrixd (offset 295) */
    "p\0"
    "glMultMatrixd\0"
    "\0"
-   /* _mesa_function_pool[23662]: MultMatrixf (offset 294) */
+   /* _mesa_function_pool[23529]: MultMatrixf (offset 294) */
    "p\0"
    "glMultMatrixf\0"
    "\0"
-   /* _mesa_function_pool[23679]: VertexAttribI4bvEXT (will be remapped) */
+   /* _mesa_function_pool[23546]: VertexAttribI4bvEXT (will be remapped) */
    "ip\0"
    "glVertexAttribI4bvEXT\0"
    "glVertexAttribI4bv\0"
    "\0"
-   /* _mesa_function_pool[23724]: TexCoord2fColor4ubVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[23591]: TexCoord2fColor4ubVertex3fSUN (dynamic) */
    "ffiiiifff\0"
    "glTexCoord2fColor4ubVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[23767]: Uniform1iARB (will be remapped) */
+   /* _mesa_function_pool[23634]: Uniform1iARB (will be remapped) */
    "ii\0"
    "glUniform1i\0"
    "glUniform1iARB\0"
    "\0"
-   /* _mesa_function_pool[23798]: GetnMapfvARB (will be remapped) */
+   /* _mesa_function_pool[23665]: GetnMapfvARB (will be remapped) */
    "iiip\0"
    "glGetnMapfvARB\0"
    "\0"
-   /* _mesa_function_pool[23819]: VertexAttribPointerARB (will be remapped) */
+   /* _mesa_function_pool[23686]: VertexAttribPointerARB (will be remapped) */
    "iiiiip\0"
    "glVertexAttribPointer\0"
    "glVertexAttribPointerARB\0"
    "\0"
-   /* _mesa_function_pool[23874]: VertexAttrib3sNV (will be remapped) */
-   "iiii\0"
-   "glVertexAttrib3sNV\0"
-   "\0"
-   /* _mesa_function_pool[23899]: SharpenTexFuncSGIS (dynamic) */
+   /* _mesa_function_pool[23741]: SharpenTexFuncSGIS (dynamic) */
    "iip\0"
    "glSharpenTexFuncSGIS\0"
    "\0"
-   /* _mesa_function_pool[23925]: MultiTexCoord4fvARB (offset 403) */
+   /* _mesa_function_pool[23767]: MultiTexCoord4fvARB (offset 403) */
    "ip\0"
    "glMultiTexCoord4fv\0"
    "glMultiTexCoord4fvARB\0"
    "\0"
-   /* _mesa_function_pool[23970]: Uniform2uiEXT (will be remapped) */
+   /* _mesa_function_pool[23812]: Uniform2uiEXT (will be remapped) */
    "iii\0"
    "glUniform2uiEXT\0"
    "glUniform2ui\0"
    "\0"
-   /* _mesa_function_pool[24004]: TexCoordP3uiv (will be remapped) */
-   "ip\0"
-   "glTexCoordP3uiv\0"
+   /* _mesa_function_pool[23846]: TagSampleBufferSGIX (dynamic) */
    "\0"
-   /* _mesa_function_pool[24024]: UniformMatrix2x3fv (will be remapped) */
+   "glTagSampleBufferSGIX\0"
+   "\0"
+   /* _mesa_function_pool[23870]: UniformMatrix2x3fv (will be remapped) */
    "iiip\0"
    "glUniformMatrix2x3fv\0"
    "\0"
-   /* _mesa_function_pool[24051]: SamplerParameteri (will be remapped) */
+   /* _mesa_function_pool[23897]: SamplerParameteri (will be remapped) */
    "iii\0"
    "glSamplerParameteri\0"
    "\0"
-   /* _mesa_function_pool[24076]: SamplerParameterf (will be remapped) */
+   /* _mesa_function_pool[23922]: SamplerParameterf (will be remapped) */
    "iif\0"
    "glSamplerParameterf\0"
    "\0"
-   /* _mesa_function_pool[24101]: CombinerParameteriNV (will be remapped) */
+   /* _mesa_function_pool[23947]: CombinerParameteriNV (will be remapped) */
    "ii\0"
    "glCombinerParameteriNV\0"
    "\0"
-   /* _mesa_function_pool[24128]: DeleteAsyncMarkersSGIX (dynamic) */
+   /* _mesa_function_pool[23974]: DeleteAsyncMarkersSGIX (dynamic) */
    "ii\0"
    "glDeleteAsyncMarkersSGIX\0"
    "\0"
-   /* _mesa_function_pool[24157]: ReplacementCodeusSUN (dynamic) */
-   "i\0"
-   "glReplacementCodeusSUN\0"
+   /* _mesa_function_pool[24003]: TransformFeedbackVaryingsEXT (will be remapped) */
+   "iipi\0"
+   "glTransformFeedbackVaryings\0"
+   "glTransformFeedbackVaryingsEXT\0"
    "\0"
-   /* _mesa_function_pool[24183]: IsAsyncMarkerSGIX (dynamic) */
+   /* _mesa_function_pool[24068]: IsAsyncMarkerSGIX (dynamic) */
    "i\0"
    "glIsAsyncMarkerSGIX\0"
    "\0"
-   /* _mesa_function_pool[24206]: FrameZoomSGIX (dynamic) */
+   /* _mesa_function_pool[24091]: FrameZoomSGIX (dynamic) */
    "i\0"
    "glFrameZoomSGIX\0"
    "\0"
-   /* _mesa_function_pool[24225]: Normal3fVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[24110]: Normal3fVertex3fvSUN (dynamic) */
    "pp\0"
    "glNormal3fVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[24252]: GetnUniformuivARB (will be remapped) */
+   /* _mesa_function_pool[24137]: GetnUniformuivARB (will be remapped) */
    "iiip\0"
    "glGetnUniformuivARB\0"
    "\0"
-   /* _mesa_function_pool[24278]: RasterPos4sv (offset 85) */
+   /* _mesa_function_pool[24163]: RasterPos4sv (offset 85) */
    "p\0"
    "glRasterPos4sv\0"
    "\0"
-   /* _mesa_function_pool[24296]: VertexAttrib4NsvARB (will be remapped) */
+   /* _mesa_function_pool[24181]: VertexAttrib4NsvARB (will be remapped) */
    "ip\0"
    "glVertexAttrib4Nsv\0"
    "glVertexAttrib4NsvARB\0"
    "\0"
-   /* _mesa_function_pool[24341]: VertexAttrib3fvARB (will be remapped) */
+   /* _mesa_function_pool[24226]: VertexAttrib3fvARB (will be remapped) */
    "ip\0"
    "glVertexAttrib3fv\0"
    "glVertexAttrib3fvARB\0"
    "\0"
-   /* _mesa_function_pool[24384]: ClearColor (offset 206) */
+   /* _mesa_function_pool[24269]: ClearColor (offset 206) */
    "ffff\0"
    "glClearColor\0"
    "\0"
-   /* _mesa_function_pool[24403]: GetSynciv (will be remapped) */
+   /* _mesa_function_pool[24288]: GetSynciv (will be remapped) */
    "iiipp\0"
    "glGetSynciv\0"
    "\0"
-   /* _mesa_function_pool[24422]: ClearColorIiEXT (will be remapped) */
+   /* _mesa_function_pool[24307]: ClearColorIiEXT (will be remapped) */
    "iiii\0"
    "glClearColorIiEXT\0"
    "\0"
-   /* _mesa_function_pool[24446]: DeleteFramebuffersEXT (will be remapped) */
+   /* _mesa_function_pool[24331]: DeleteFramebuffersEXT (will be remapped) */
    "ip\0"
    "glDeleteFramebuffers\0"
    "glDeleteFramebuffersEXT\0"
    "\0"
-   /* _mesa_function_pool[24495]: GlobalAlphaFactorsSUN (dynamic) */
+   /* _mesa_function_pool[24380]: GlobalAlphaFactorsSUN (dynamic) */
    "i\0"
    "glGlobalAlphaFactorsSUN\0"
    "\0"
-   /* _mesa_function_pool[24522]: IsEnabledIndexedEXT (will be remapped) */
+   /* _mesa_function_pool[24407]: IsEnabledIndexedEXT (will be remapped) */
    "ii\0"
    "glIsEnabledIndexedEXT\0"
    "glIsEnabledi\0"
    "\0"
-   /* _mesa_function_pool[24561]: TexEnviv (offset 187) */
+   /* _mesa_function_pool[24446]: TexEnviv (offset 187) */
    "iip\0"
    "glTexEnviv\0"
    "\0"
-   /* _mesa_function_pool[24577]: TexSubImage3D (offset 372) */
+   /* _mesa_function_pool[24462]: TexSubImage3D (offset 372) */
    "iiiiiiiiiip\0"
    "glTexSubImage3D\0"
    "glTexSubImage3DEXT\0"
    "\0"
-   /* _mesa_function_pool[24625]: Tangent3fEXT (dynamic) */
+   /* _mesa_function_pool[24510]: Tangent3fEXT (dynamic) */
    "fff\0"
    "glTangent3fEXT\0"
    "\0"
-   /* _mesa_function_pool[24645]: SecondaryColor3uivEXT (will be remapped) */
+   /* _mesa_function_pool[24530]: SecondaryColor3uivEXT (will be remapped) */
    "p\0"
    "glSecondaryColor3uiv\0"
    "glSecondaryColor3uivEXT\0"
    "\0"
-   /* _mesa_function_pool[24693]: MatrixIndexubvARB (dynamic) */
+   /* _mesa_function_pool[24578]: MatrixIndexubvARB (dynamic) */
    "ip\0"
    "glMatrixIndexubvARB\0"
    "\0"
-   /* _mesa_function_pool[24717]: Color4fNormal3fVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[24602]: Color4fNormal3fVertex3fSUN (dynamic) */
    "ffffffffff\0"
    "glColor4fNormal3fVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[24758]: PixelTexGenParameterfSGIS (will be remapped) */
+   /* _mesa_function_pool[24643]: PixelTexGenParameterfSGIS (will be remapped) */
    "if\0"
    "glPixelTexGenParameterfSGIS\0"
    "\0"
-   /* _mesa_function_pool[24790]: CreateShader (will be remapped) */
+   /* _mesa_function_pool[24675]: CreateShader (will be remapped) */
    "i\0"
    "glCreateShader\0"
    "\0"
-   /* _mesa_function_pool[24808]: GetColorTableParameterfv (offset 344) */
+   /* _mesa_function_pool[24693]: GetColorTableParameterfv (offset 344) */
    "iip\0"
    "glGetColorTableParameterfv\0"
    "glGetColorTableParameterfvSGI\0"
    "glGetColorTableParameterfvEXT\0"
    "\0"
-   /* _mesa_function_pool[24900]: FragmentLightModelfvSGIX (dynamic) */
+   /* _mesa_function_pool[24785]: FragmentLightModelfvSGIX (dynamic) */
    "ip\0"
    "glFragmentLightModelfvSGIX\0"
    "\0"
-   /* _mesa_function_pool[24931]: Bitmap (offset 8) */
+   /* _mesa_function_pool[24816]: Bitmap (offset 8) */
    "iiffffp\0"
    "glBitmap\0"
    "\0"
-   /* _mesa_function_pool[24949]: MultiTexCoord3fARB (offset 394) */
+   /* _mesa_function_pool[24834]: MultiTexCoord3fARB (offset 394) */
    "ifff\0"
    "glMultiTexCoord3f\0"
    "glMultiTexCoord3fARB\0"
    "\0"
-   /* _mesa_function_pool[24994]: GetTexLevelParameterfv (offset 284) */
+   /* _mesa_function_pool[24879]: GetTexLevelParameterfv (offset 284) */
    "iiip\0"
    "glGetTexLevelParameterfv\0"
    "\0"
-   /* _mesa_function_pool[25025]: GetPixelTexGenParameterfvSGIS (will be remapped) */
+   /* _mesa_function_pool[24910]: GetPixelTexGenParameterfvSGIS (will be remapped) */
    "ip\0"
    "glGetPixelTexGenParameterfvSGIS\0"
    "\0"
-   /* _mesa_function_pool[25061]: GenFramebuffersEXT (will be remapped) */
+   /* _mesa_function_pool[24946]: GenFramebuffersEXT (will be remapped) */
    "ip\0"
    "glGenFramebuffers\0"
    "glGenFramebuffersEXT\0"
    "\0"
-   /* _mesa_function_pool[25104]: VertexAttribDivisor (will be remapped) */
+   /* _mesa_function_pool[24989]: BindBufferOffsetEXT (will be remapped) */
+   "iiii\0"
+   "glBindBufferOffsetEXT\0"
+   "\0"
+   /* _mesa_function_pool[25017]: VertexAttribDivisor (will be remapped) */
    "ii\0"
    "glVertexAttribDivisor\0"
    "\0"
-   /* _mesa_function_pool[25130]: GetProgramParameterdvNV (will be remapped) */
+   /* _mesa_function_pool[25043]: GetProgramParameterdvNV (will be remapped) */
    "iiip\0"
    "glGetProgramParameterdvNV\0"
    "\0"
-   /* _mesa_function_pool[25162]: Vertex2sv (offset 133) */
+   /* _mesa_function_pool[25075]: Vertex2sv (offset 133) */
    "p\0"
    "glVertex2sv\0"
    "\0"
-   /* _mesa_function_pool[25177]: GetIntegerv (offset 263) */
+   /* _mesa_function_pool[25090]: GetIntegerv (offset 263) */
    "ip\0"
    "glGetIntegerv\0"
    "\0"
-   /* _mesa_function_pool[25195]: IsVertexArrayAPPLE (will be remapped) */
+   /* _mesa_function_pool[25108]: IsVertexArrayAPPLE (will be remapped) */
    "i\0"
    "glIsVertexArray\0"
    "glIsVertexArrayAPPLE\0"
    "\0"
-   /* _mesa_function_pool[25235]: BindFragDataLocationIndexed (will be remapped) */
-   "iiip\0"
-   "glBindFragDataLocationIndexed\0"
-   "\0"
-   /* _mesa_function_pool[25271]: FragmentLightfvSGIX (dynamic) */
+   /* _mesa_function_pool[25148]: FragmentLightfvSGIX (dynamic) */
    "iip\0"
    "glFragmentLightfvSGIX\0"
    "\0"
-   /* _mesa_function_pool[25298]: GetnMapdvARB (will be remapped) */
-   "iiip\0"
-   "glGetnMapdvARB\0"
+   /* _mesa_function_pool[25175]: VertexAttribDivisorARB (will be remapped) */
+   "ii\0"
+   "glVertexAttribDivisorARB\0"
    "\0"
-   /* _mesa_function_pool[25319]: DetachShader (will be remapped) */
+   /* _mesa_function_pool[25204]: DetachShader (will be remapped) */
    "ii\0"
    "glDetachShader\0"
    "\0"
-   /* _mesa_function_pool[25338]: VertexAttrib4NubARB (will be remapped) */
+   /* _mesa_function_pool[25223]: VertexAttrib4NubARB (will be remapped) */
    "iiiii\0"
    "glVertexAttrib4Nub\0"
    "glVertexAttrib4NubARB\0"
    "\0"
-   /* _mesa_function_pool[25386]: GetProgramEnvParameterfvARB (will be remapped) */
+   /* _mesa_function_pool[25271]: GetProgramEnvParameterfvARB (will be remapped) */
    "iip\0"
    "glGetProgramEnvParameterfvARB\0"
    "\0"
-   /* _mesa_function_pool[25421]: GetTrackMatrixivNV (will be remapped) */
+   /* _mesa_function_pool[25306]: GetTrackMatrixivNV (will be remapped) */
    "iiip\0"
    "glGetTrackMatrixivNV\0"
    "\0"
-   /* _mesa_function_pool[25448]: VertexAttrib3svNV (will be remapped) */
+   /* _mesa_function_pool[25333]: VertexAttrib3svNV (will be remapped) */
    "ip\0"
    "glVertexAttrib3svNV\0"
    "\0"
-   /* _mesa_function_pool[25472]: Uniform4fvARB (will be remapped) */
+   /* _mesa_function_pool[25357]: Uniform4fvARB (will be remapped) */
    "iip\0"
    "glUniform4fv\0"
    "glUniform4fvARB\0"
    "\0"
-   /* _mesa_function_pool[25506]: MultTransposeMatrixfARB (will be remapped) */
+   /* _mesa_function_pool[25391]: MultTransposeMatrixfARB (will be remapped) */
    "p\0"
    "glMultTransposeMatrixf\0"
    "glMultTransposeMatrixfARB\0"
    "\0"
-   /* _mesa_function_pool[25558]: GetTexEnviv (offset 277) */
+   /* _mesa_function_pool[25443]: GetTexEnviv (offset 277) */
    "iip\0"
    "glGetTexEnviv\0"
    "\0"
-   /* _mesa_function_pool[25577]: ColorFragmentOp1ATI (will be remapped) */
+   /* _mesa_function_pool[25462]: ColorFragmentOp1ATI (will be remapped) */
    "iiiiiii\0"
    "glColorFragmentOp1ATI\0"
    "\0"
-   /* _mesa_function_pool[25608]: GetUniformfvARB (will be remapped) */
+   /* _mesa_function_pool[25493]: GetUniformfvARB (will be remapped) */
    "iip\0"
    "glGetUniformfv\0"
    "glGetUniformfvARB\0"
    "\0"
-   /* _mesa_function_pool[25646]: EGLImageTargetRenderbufferStorageOES (will be remapped) */
+   /* _mesa_function_pool[25531]: EGLImageTargetRenderbufferStorageOES (will be remapped) */
    "ip\0"
    "glEGLImageTargetRenderbufferStorageOES\0"
    "\0"
-   /* _mesa_function_pool[25689]: VertexAttribI2ivEXT (will be remapped) */
+   /* _mesa_function_pool[25574]: VertexAttribI2ivEXT (will be remapped) */
    "ip\0"
    "glVertexAttribI2ivEXT\0"
    "glVertexAttribI2iv\0"
    "\0"
-   /* _mesa_function_pool[25734]: PopClientAttrib (offset 334) */
+   /* _mesa_function_pool[25619]: PopClientAttrib (offset 334) */
    "\0"
    "glPopClientAttrib\0"
    "\0"
-   /* _mesa_function_pool[25754]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[25639]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
    "iffffffffffff\0"
    "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[25825]: DetachObjectARB (will be remapped) */
+   /* _mesa_function_pool[25710]: DetachObjectARB (will be remapped) */
    "ii\0"
    "glDetachObjectARB\0"
    "\0"
-   /* _mesa_function_pool[25847]: VertexBlendARB (dynamic) */
+   /* _mesa_function_pool[25732]: VertexBlendARB (dynamic) */
    "i\0"
    "glVertexBlendARB\0"
    "\0"
-   /* _mesa_function_pool[25867]: WindowPos3iMESA (will be remapped) */
+   /* _mesa_function_pool[25752]: WindowPos3iMESA (will be remapped) */
    "iii\0"
    "glWindowPos3i\0"
    "glWindowPos3iARB\0"
    "glWindowPos3iMESA\0"
    "\0"
-   /* _mesa_function_pool[25921]: SeparableFilter2D (offset 360) */
+   /* _mesa_function_pool[25806]: SeparableFilter2D (offset 360) */
    "iiiiiipp\0"
    "glSeparableFilter2D\0"
    "glSeparableFilter2DEXT\0"
    "\0"
-   /* _mesa_function_pool[25974]: ProgramParameteriARB (will be remapped) */
+   /* _mesa_function_pool[25859]: ProgramParameteriARB (will be remapped) */
    "iii\0"
    "glProgramParameteriARB\0"
    "\0"
-   /* _mesa_function_pool[26002]: Map1d (offset 220) */
+   /* _mesa_function_pool[25887]: Map1d (offset 220) */
    "iddiip\0"
    "glMap1d\0"
    "\0"
-   /* _mesa_function_pool[26018]: Map1f (offset 221) */
+   /* _mesa_function_pool[25903]: Map1f (offset 221) */
    "iffiip\0"
    "glMap1f\0"
    "\0"
-   /* _mesa_function_pool[26034]: CompressedTexImage2DARB (will be remapped) */
+   /* _mesa_function_pool[25919]: CompressedTexImage2DARB (will be remapped) */
    "iiiiiiip\0"
    "glCompressedTexImage2D\0"
    "glCompressedTexImage2DARB\0"
    "\0"
-   /* _mesa_function_pool[26093]: ArrayElement (offset 306) */
+   /* _mesa_function_pool[25978]: ArrayElement (offset 306) */
    "i\0"
    "glArrayElement\0"
    "glArrayElementEXT\0"
    "\0"
-   /* _mesa_function_pool[26129]: TexImage2D (offset 183) */
+   /* _mesa_function_pool[26014]: TexImage2D (offset 183) */
    "iiiiiiiip\0"
    "glTexImage2D\0"
    "\0"
-   /* _mesa_function_pool[26153]: DepthBoundsEXT (will be remapped) */
+   /* _mesa_function_pool[26038]: DepthBoundsEXT (will be remapped) */
    "dd\0"
    "glDepthBoundsEXT\0"
    "\0"
-   /* _mesa_function_pool[26174]: ProgramParameters4fvNV (will be remapped) */
+   /* _mesa_function_pool[26059]: ProgramParameters4fvNV (will be remapped) */
    "iiip\0"
    "glProgramParameters4fvNV\0"
    "\0"
-   /* _mesa_function_pool[26205]: DeformationMap3fSGIX (dynamic) */
+   /* _mesa_function_pool[26090]: DeformationMap3fSGIX (dynamic) */
    "iffiiffiiffiip\0"
    "glDeformationMap3fSGIX\0"
    "\0"
-   /* _mesa_function_pool[26244]: GetProgramivNV (will be remapped) */
+   /* _mesa_function_pool[26129]: GetProgramivNV (will be remapped) */
    "iip\0"
    "glGetProgramivNV\0"
    "\0"
-   /* _mesa_function_pool[26266]: GetFragDataLocationEXT (will be remapped) */
-   "ip\0"
-   "glGetFragDataLocationEXT\0"
-   "glGetFragDataLocation\0"
+   /* _mesa_function_pool[26151]: GetIntegerIndexedvEXT (will be remapped) */
+   "iip\0"
+   "glGetIntegerIndexedvEXT\0"
+   "glGetIntegeri_v\0"
    "\0"
-   /* _mesa_function_pool[26317]: GetMinmaxParameteriv (offset 366) */
+   /* _mesa_function_pool[26196]: BeginTransformFeedbackEXT (will be remapped) */
+   "i\0"
+   "glBeginTransformFeedback\0"
+   "glBeginTransformFeedbackEXT\0"
+   "\0"
+   /* _mesa_function_pool[26252]: GetMinmaxParameteriv (offset 366) */
    "iip\0"
    "glGetMinmaxParameteriv\0"
    "glGetMinmaxParameterivEXT\0"
    "\0"
-   /* _mesa_function_pool[26371]: PixelTransferf (offset 247) */
+   /* _mesa_function_pool[26306]: PixelTransferf (offset 247) */
    "if\0"
    "glPixelTransferf\0"
    "\0"
-   /* _mesa_function_pool[26392]: CopyTexImage1D (offset 323) */
+   /* _mesa_function_pool[26327]: CopyTexImage1D (offset 323) */
    "iiiiiii\0"
    "glCopyTexImage1D\0"
    "glCopyTexImage1DEXT\0"
    "\0"
-   /* _mesa_function_pool[26438]: PushMatrix (offset 298) */
+   /* _mesa_function_pool[26373]: PushMatrix (offset 298) */
    "\0"
    "glPushMatrix\0"
    "\0"
-   /* _mesa_function_pool[26453]: Fogiv (offset 156) */
+   /* _mesa_function_pool[26388]: Fogiv (offset 156) */
    "ip\0"
    "glFogiv\0"
    "\0"
-   /* _mesa_function_pool[26465]: TexCoord1dv (offset 95) */
+   /* _mesa_function_pool[26400]: TexCoord1dv (offset 95) */
    "p\0"
    "glTexCoord1dv\0"
    "\0"
-   /* _mesa_function_pool[26482]: AlphaFragmentOp3ATI (will be remapped) */
+   /* _mesa_function_pool[26417]: AlphaFragmentOp3ATI (will be remapped) */
    "iiiiiiiiiiii\0"
    "glAlphaFragmentOp3ATI\0"
    "\0"
-   /* _mesa_function_pool[26518]: PixelTransferi (offset 248) */
+   /* _mesa_function_pool[26453]: PixelTransferi (offset 248) */
    "ii\0"
    "glPixelTransferi\0"
    "\0"
-   /* _mesa_function_pool[26539]: GetnColorTableARB (will be remapped) */
+   /* _mesa_function_pool[26474]: GetnColorTableARB (will be remapped) */
    "iiiip\0"
    "glGetnColorTableARB\0"
    "\0"
-   /* _mesa_function_pool[26566]: VertexAttrib3fvNV (will be remapped) */
+   /* _mesa_function_pool[26501]: VertexAttrib3fvNV (will be remapped) */
    "ip\0"
    "glVertexAttrib3fvNV\0"
    "\0"
-   /* _mesa_function_pool[26590]: Rotatef (offset 300) */
+   /* _mesa_function_pool[26525]: Rotatef (offset 300) */
    "ffff\0"
    "glRotatef\0"
    "\0"
-   /* _mesa_function_pool[26606]: GetFinalCombinerInputParameterivNV (will be remapped) */
+   /* _mesa_function_pool[26541]: GetFinalCombinerInputParameterivNV (will be remapped) */
    "iip\0"
    "glGetFinalCombinerInputParameterivNV\0"
    "\0"
-   /* _mesa_function_pool[26648]: Vertex3i (offset 138) */
+   /* _mesa_function_pool[26583]: Vertex3i (offset 138) */
    "iii\0"
    "glVertex3i\0"
    "\0"
-   /* _mesa_function_pool[26664]: SecondaryColorP3ui (will be remapped) */
+   /* _mesa_function_pool[26599]: SecondaryColorP3ui (will be remapped) */
    "ii\0"
    "glSecondaryColorP3ui\0"
    "\0"
-   /* _mesa_function_pool[26689]: Vertex3f (offset 136) */
+   /* _mesa_function_pool[26624]: Vertex3f (offset 136) */
    "fff\0"
    "glVertex3f\0"
    "\0"
-   /* _mesa_function_pool[26705]: Clear (offset 203) */
+   /* _mesa_function_pool[26640]: Clear (offset 203) */
    "i\0"
    "glClear\0"
    "\0"
-   /* _mesa_function_pool[26716]: Vertex3d (offset 134) */
+   /* _mesa_function_pool[26651]: Vertex3d (offset 134) */
    "ddd\0"
    "glVertex3d\0"
    "\0"
-   /* _mesa_function_pool[26732]: GetMapParameterivNV (dynamic) */
+   /* _mesa_function_pool[26667]: GetMapParameterivNV (dynamic) */
    "iip\0"
    "glGetMapParameterivNV\0"
    "\0"
-   /* _mesa_function_pool[26759]: Uniform4iARB (will be remapped) */
+   /* _mesa_function_pool[26694]: Uniform4iARB (will be remapped) */
    "iiiii\0"
    "glUniform4i\0"
    "glUniform4iARB\0"
    "\0"
-   /* _mesa_function_pool[26793]: ReadBuffer (offset 254) */
+   /* _mesa_function_pool[26728]: ReadBuffer (offset 254) */
    "i\0"
    "glReadBuffer\0"
    "\0"
-   /* _mesa_function_pool[26809]: ConvolutionParameteri (offset 352) */
+   /* _mesa_function_pool[26744]: ConvolutionParameteri (offset 352) */
    "iii\0"
    "glConvolutionParameteri\0"
    "glConvolutionParameteriEXT\0"
    "\0"
-   /* _mesa_function_pool[26865]: Ortho (offset 296) */
+   /* _mesa_function_pool[26800]: Ortho (offset 296) */
    "dddddd\0"
    "glOrtho\0"
    "\0"
-   /* _mesa_function_pool[26881]: Binormal3sEXT (dynamic) */
+   /* _mesa_function_pool[26816]: Binormal3sEXT (dynamic) */
    "iii\0"
    "glBinormal3sEXT\0"
    "\0"
-   /* _mesa_function_pool[26902]: ListBase (offset 6) */
+   /* _mesa_function_pool[26837]: ListBase (offset 6) */
    "i\0"
    "glListBase\0"
    "\0"
-   /* _mesa_function_pool[26916]: VertexAttribI3ivEXT (will be remapped) */
+   /* _mesa_function_pool[26851]: VertexAttribI3ivEXT (will be remapped) */
    "ip\0"
    "glVertexAttribI3ivEXT\0"
    "glVertexAttribI3iv\0"
    "\0"
-   /* _mesa_function_pool[26961]: MultiTexCoordP1ui (will be remapped) */
-   "iii\0"
-   "glMultiTexCoordP1ui\0"
+   /* _mesa_function_pool[26896]: VertexAttrib4fvNV (will be remapped) */
+   "ip\0"
+   "glVertexAttrib4fvNV\0"
    "\0"
-   /* _mesa_function_pool[26986]: Vertex3s (offset 140) */
+   /* _mesa_function_pool[26920]: Vertex3s (offset 140) */
    "iii\0"
    "glVertex3s\0"
    "\0"
-   /* _mesa_function_pool[27002]: ConvolutionParameterf (offset 350) */
+   /* _mesa_function_pool[26936]: ConvolutionParameterf (offset 350) */
    "iif\0"
    "glConvolutionParameterf\0"
    "glConvolutionParameterfEXT\0"
    "\0"
-   /* _mesa_function_pool[27058]: GetColorTableParameteriv (offset 345) */
+   /* _mesa_function_pool[26992]: GetColorTableParameteriv (offset 345) */
    "iip\0"
    "glGetColorTableParameteriv\0"
    "glGetColorTableParameterivSGI\0"
    "glGetColorTableParameterivEXT\0"
    "\0"
-   /* _mesa_function_pool[27150]: ProgramEnvParameter4dvARB (will be remapped) */
+   /* _mesa_function_pool[27084]: ProgramEnvParameter4dvARB (will be remapped) */
    "iip\0"
    "glProgramEnvParameter4dvARB\0"
    "glProgramParameter4dvNV\0"
    "\0"
-   /* _mesa_function_pool[27207]: ShadeModel (offset 177) */
+   /* _mesa_function_pool[27141]: ShadeModel (offset 177) */
    "i\0"
    "glShadeModel\0"
    "\0"
-   /* _mesa_function_pool[27223]: VertexAttribs2fvNV (will be remapped) */
-   "iip\0"
-   "glVertexAttribs2fvNV\0"
+   /* _mesa_function_pool[27157]: BlendEquationSeparateiARB (will be remapped) */
+   "iii\0"
+   "glBlendEquationSeparateiARB\0"
+   "glBlendEquationSeparateIndexedAMD\0"
    "\0"
-   /* _mesa_function_pool[27249]: Rectiv (offset 91) */
+   /* _mesa_function_pool[27224]: Rectiv (offset 91) */
    "pp\0"
    "glRectiv\0"
    "\0"
-   /* _mesa_function_pool[27262]: UseProgramObjectARB (will be remapped) */
+   /* _mesa_function_pool[27237]: UseProgramObjectARB (will be remapped) */
    "i\0"
    "glUseProgram\0"
    "glUseProgramObjectARB\0"
    "\0"
-   /* _mesa_function_pool[27300]: GetMapParameterfvNV (dynamic) */
+   /* _mesa_function_pool[27275]: GetMapParameterfvNV (dynamic) */
    "iip\0"
    "glGetMapParameterfvNV\0"
    "\0"
-   /* _mesa_function_pool[27327]: EndConditionalRenderNV (will be remapped) */
+   /* _mesa_function_pool[27302]: EndConditionalRenderNV (will be remapped) */
    "\0"
-   "glEndConditionalRenderNV\0"
    "glEndConditionalRender\0"
+   "glEndConditionalRenderNV\0"
    "\0"
-   /* _mesa_function_pool[27377]: PassTexCoordATI (will be remapped) */
+   /* _mesa_function_pool[27352]: PassTexCoordATI (will be remapped) */
    "iii\0"
    "glPassTexCoordATI\0"
    "\0"
-   /* _mesa_function_pool[27400]: DeleteProgram (will be remapped) */
+   /* _mesa_function_pool[27375]: DeleteProgram (will be remapped) */
    "i\0"
    "glDeleteProgram\0"
    "\0"
-   /* _mesa_function_pool[27419]: GetSamplerParameteriv (will be remapped) */
+   /* _mesa_function_pool[27394]: GetSamplerParameteriv (will be remapped) */
    "iip\0"
    "glGetSamplerParameteriv\0"
    "\0"
-   /* _mesa_function_pool[27448]: Tangent3dEXT (dynamic) */
+   /* _mesa_function_pool[27423]: Tangent3dEXT (dynamic) */
    "ddd\0"
    "glTangent3dEXT\0"
    "\0"
-   /* _mesa_function_pool[27468]: SecondaryColor3dvEXT (will be remapped) */
+   /* _mesa_function_pool[27443]: SecondaryColor3dvEXT (will be remapped) */
    "p\0"
    "glSecondaryColor3dv\0"
    "glSecondaryColor3dvEXT\0"
    "\0"
-   /* _mesa_function_pool[27514]: AlphaFragmentOp2ATI (will be remapped) */
-   "iiiiiiiii\0"
-   "glAlphaFragmentOp2ATI\0"
+   /* _mesa_function_pool[27489]: VertexAttrib1dNV (will be remapped) */
+   "id\0"
+   "glVertexAttrib1dNV\0"
    "\0"
-   /* _mesa_function_pool[27547]: Vertex2fv (offset 129) */
+   /* _mesa_function_pool[27512]: Vertex2fv (offset 129) */
    "p\0"
    "glVertex2fv\0"
    "\0"
-   /* _mesa_function_pool[27562]: MultiDrawArraysEXT (will be remapped) */
+   /* _mesa_function_pool[27527]: MultiDrawArraysEXT (will be remapped) */
    "ippi\0"
    "glMultiDrawArrays\0"
    "glMultiDrawArraysEXT\0"
    "\0"
-   /* _mesa_function_pool[27607]: BindRenderbufferEXT (will be remapped) */
+   /* _mesa_function_pool[27572]: BindRenderbufferEXT (will be remapped) */
    "ii\0"
    "glBindRenderbuffer\0"
    "glBindRenderbufferEXT\0"
    "\0"
-   /* _mesa_function_pool[27652]: MultiTexCoord4dARB (offset 400) */
+   /* _mesa_function_pool[27617]: MultiTexCoord4dARB (offset 400) */
    "idddd\0"
    "glMultiTexCoord4d\0"
    "glMultiTexCoord4dARB\0"
    "\0"
-   /* _mesa_function_pool[27698]: FramebufferTextureFaceARB (will be remapped) */
+   /* _mesa_function_pool[27663]: FramebufferTextureFaceARB (will be remapped) */
    "iiiii\0"
    "glFramebufferTextureFaceARB\0"
    "\0"
-   /* _mesa_function_pool[27733]: Vertex3sv (offset 141) */
+   /* _mesa_function_pool[27698]: Vertex3sv (offset 141) */
    "p\0"
    "glVertex3sv\0"
    "\0"
-   /* _mesa_function_pool[27748]: SecondaryColor3usEXT (will be remapped) */
+   /* _mesa_function_pool[27713]: SecondaryColor3usEXT (will be remapped) */
    "iii\0"
    "glSecondaryColor3us\0"
    "glSecondaryColor3usEXT\0"
    "\0"
-   /* _mesa_function_pool[27796]: ProgramLocalParameter4fvARB (will be remapped) */
+   /* _mesa_function_pool[27761]: ProgramLocalParameter4fvARB (will be remapped) */
    "iip\0"
    "glProgramLocalParameter4fvARB\0"
    "\0"
-   /* _mesa_function_pool[27831]: DeleteProgramsNV (will be remapped) */
+   /* _mesa_function_pool[27796]: DeleteProgramsNV (will be remapped) */
    "ip\0"
    "glDeleteProgramsARB\0"
    "glDeleteProgramsNV\0"
    "\0"
-   /* _mesa_function_pool[27874]: EvalMesh1 (offset 236) */
+   /* _mesa_function_pool[27839]: EvalMesh1 (offset 236) */
    "iii\0"
    "glEvalMesh1\0"
    "\0"
-   /* _mesa_function_pool[27891]: PauseTransformFeedback (will be remapped) */
-   "\0"
-   "glPauseTransformFeedback\0"
+   /* _mesa_function_pool[27856]: GetCombinerOutputParameterfvNV (will be remapped) */
+   "iiip\0"
+   "glGetCombinerOutputParameterfvNV\0"
    "\0"
-   /* _mesa_function_pool[27918]: MultiTexCoord1sARB (offset 382) */
+   /* _mesa_function_pool[27895]: MultiTexCoord1sARB (offset 382) */
    "ii\0"
    "glMultiTexCoord1s\0"
    "glMultiTexCoord1sARB\0"
    "\0"
-   /* _mesa_function_pool[27961]: ReplacementCodeuiColor3fVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[27938]: ReplacementCodeuiColor3fVertex3fSUN (dynamic) */
    "iffffff\0"
    "glReplacementCodeuiColor3fVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[28008]: GetVertexAttribPointervNV (will be remapped) */
+   /* _mesa_function_pool[27985]: GetVertexAttribPointervNV (will be remapped) */
    "iip\0"
    "glGetVertexAttribPointerv\0"
    "glGetVertexAttribPointervARB\0"
    "glGetVertexAttribPointervNV\0"
    "\0"
-   /* _mesa_function_pool[28096]: VertexAttribs1fvNV (will be remapped) */
-   "iip\0"
-   "glVertexAttribs1fvNV\0"
+   /* _mesa_function_pool[28073]: DisableIndexedEXT (will be remapped) */
+   "ii\0"
+   "glDisableIndexedEXT\0"
+   "glDisablei\0"
    "\0"
-   /* _mesa_function_pool[28122]: MultiTexCoord1dvARB (offset 377) */
+   /* _mesa_function_pool[28108]: MultiTexCoord1dvARB (offset 377) */
    "ip\0"
    "glMultiTexCoord1dv\0"
    "glMultiTexCoord1dvARB\0"
    "\0"
-   /* _mesa_function_pool[28167]: Uniform2iARB (will be remapped) */
+   /* _mesa_function_pool[28153]: Uniform2iARB (will be remapped) */
    "iii\0"
    "glUniform2i\0"
    "glUniform2iARB\0"
    "\0"
-   /* _mesa_function_pool[28199]: Vertex2iv (offset 131) */
+   /* _mesa_function_pool[28185]: Vertex2iv (offset 131) */
    "p\0"
    "glVertex2iv\0"
    "\0"
-   /* _mesa_function_pool[28214]: GetProgramStringNV (will be remapped) */
+   /* _mesa_function_pool[28200]: GetProgramStringNV (will be remapped) */
    "iip\0"
    "glGetProgramStringNV\0"
    "\0"
-   /* _mesa_function_pool[28240]: ColorPointerEXT (will be remapped) */
-   "iiiip\0"
-   "glColorPointerEXT\0"
+   /* _mesa_function_pool[28226]: VertexAttribP3uiv (will be remapped) */
+   "iiip\0"
+   "glVertexAttribP3uiv\0"
    "\0"
-   /* _mesa_function_pool[28265]: LineWidth (offset 168) */
+   /* _mesa_function_pool[28252]: LineWidth (offset 168) */
    "f\0"
    "glLineWidth\0"
    "\0"
-   /* _mesa_function_pool[28280]: Tangent3svEXT (dynamic) */
+   /* _mesa_function_pool[28267]: Tangent3svEXT (dynamic) */
    "p\0"
    "glTangent3svEXT\0"
    "\0"
-   /* _mesa_function_pool[28299]: MapBufferARB (will be remapped) */
+   /* _mesa_function_pool[28286]: MapBufferARB (will be remapped) */
    "ii\0"
    "glMapBuffer\0"
    "glMapBufferARB\0"
    "\0"
-   /* _mesa_function_pool[28330]: MultiDrawElementsBaseVertex (will be remapped) */
+   /* _mesa_function_pool[28317]: MultiDrawElementsBaseVertex (will be remapped) */
    "ipipip\0"
    "glMultiDrawElementsBaseVertex\0"
    "\0"
-   /* _mesa_function_pool[28368]: TexParameterIuivEXT (will be remapped) */
+   /* _mesa_function_pool[28355]: TexParameterIuivEXT (will be remapped) */
    "iip\0"
    "glTexParameterIuivEXT\0"
    "glTexParameterIuiv\0"
    "\0"
-   /* _mesa_function_pool[28414]: Binormal3svEXT (dynamic) */
+   /* _mesa_function_pool[28401]: Binormal3svEXT (dynamic) */
    "p\0"
    "glBinormal3svEXT\0"
    "\0"
-   /* _mesa_function_pool[28434]: ApplyTextureEXT (dynamic) */
+   /* _mesa_function_pool[28421]: ApplyTextureEXT (dynamic) */
    "i\0"
    "glApplyTextureEXT\0"
    "\0"
-   /* _mesa_function_pool[28455]: GetBufferParameteri64v (will be remapped) */
+   /* _mesa_function_pool[28442]: GetBufferParameteri64v (will be remapped) */
    "iip\0"
    "glGetBufferParameteri64v\0"
    "\0"
-   /* _mesa_function_pool[28485]: TexGendv (offset 189) */
+   /* _mesa_function_pool[28472]: TexGendv (offset 189) */
    "iip\0"
    "glTexGendv\0"
    "\0"
-   /* _mesa_function_pool[28501]: VertexAttribI3iEXT (will be remapped) */
+   /* _mesa_function_pool[28488]: VertexAttribI3iEXT (will be remapped) */
    "iiii\0"
    "glVertexAttribI3iEXT\0"
    "glVertexAttribI3i\0"
    "\0"
-   /* _mesa_function_pool[28546]: EnableIndexedEXT (will be remapped) */
+   /* _mesa_function_pool[28533]: EnableIndexedEXT (will be remapped) */
    "ii\0"
    "glEnableIndexedEXT\0"
    "glEnablei\0"
    "\0"
-   /* _mesa_function_pool[28579]: TextureMaterialEXT (dynamic) */
+   /* _mesa_function_pool[28566]: TextureMaterialEXT (dynamic) */
    "ii\0"
    "glTextureMaterialEXT\0"
    "\0"
-   /* _mesa_function_pool[28604]: TextureLightEXT (dynamic) */
+   /* _mesa_function_pool[28591]: TextureLightEXT (dynamic) */
    "i\0"
    "glTextureLightEXT\0"
    "\0"
-   /* _mesa_function_pool[28625]: ResetMinmax (offset 370) */
+   /* _mesa_function_pool[28612]: ResetMinmax (offset 370) */
    "i\0"
    "glResetMinmax\0"
    "glResetMinmaxEXT\0"
    "\0"
-   /* _mesa_function_pool[28659]: SpriteParameterfSGIX (dynamic) */
+   /* _mesa_function_pool[28646]: SpriteParameterfSGIX (dynamic) */
    "if\0"
    "glSpriteParameterfSGIX\0"
    "\0"
-   /* _mesa_function_pool[28686]: EnableClientState (offset 313) */
+   /* _mesa_function_pool[28673]: EnableClientState (offset 313) */
    "i\0"
    "glEnableClientState\0"
    "\0"
-   /* _mesa_function_pool[28709]: VertexAttrib4sNV (will be remapped) */
+   /* _mesa_function_pool[28696]: VertexAttrib4sNV (will be remapped) */
    "iiiii\0"
    "glVertexAttrib4sNV\0"
    "\0"
-   /* _mesa_function_pool[28735]: GetConvolutionParameterfv (offset 357) */
+   /* _mesa_function_pool[28722]: GetConvolutionParameterfv (offset 357) */
    "iip\0"
    "glGetConvolutionParameterfv\0"
    "glGetConvolutionParameterfvEXT\0"
    "\0"
-   /* _mesa_function_pool[28799]: VertexAttribs4dvNV (will be remapped) */
+   /* _mesa_function_pool[28786]: VertexAttribs4dvNV (will be remapped) */
    "iip\0"
    "glVertexAttribs4dvNV\0"
    "\0"
-   /* _mesa_function_pool[28825]: VertexAttrib4dARB (will be remapped) */
+   /* _mesa_function_pool[28812]: VertexAttrib4dARB (will be remapped) */
    "idddd\0"
    "glVertexAttrib4d\0"
    "glVertexAttrib4dARB\0"
    "\0"
-   /* _mesa_function_pool[28869]: GetTexBumpParameterfvATI (will be remapped) */
+   /* _mesa_function_pool[28856]: GetTexBumpParameterfvATI (will be remapped) */
    "ip\0"
    "glGetTexBumpParameterfvATI\0"
    "\0"
-   /* _mesa_function_pool[28900]: ProgramNamedParameter4dNV (will be remapped) */
+   /* _mesa_function_pool[28887]: ProgramNamedParameter4dNV (will be remapped) */
    "iipdddd\0"
    "glProgramNamedParameter4dNV\0"
    "\0"
-   /* _mesa_function_pool[28937]: GetMaterialfv (offset 269) */
+   /* _mesa_function_pool[28924]: GetMaterialfv (offset 269) */
    "iip\0"
    "glGetMaterialfv\0"
    "\0"
-   /* _mesa_function_pool[28958]: VertexWeightfEXT (dynamic) */
+   /* _mesa_function_pool[28945]: VertexWeightfEXT (dynamic) */
    "f\0"
    "glVertexWeightfEXT\0"
    "\0"
-   /* _mesa_function_pool[28980]: SetFragmentShaderConstantATI (will be remapped) */
+   /* _mesa_function_pool[28967]: EndTransformFeedbackEXT (will be remapped) */
+   "\0"
+   "glEndTransformFeedback\0"
+   "glEndTransformFeedbackEXT\0"
+   "\0"
+   /* _mesa_function_pool[29018]: SetFragmentShaderConstantATI (will be remapped) */
    "ip\0"
    "glSetFragmentShaderConstantATI\0"
    "\0"
-   /* _mesa_function_pool[29015]: Binormal3fEXT (dynamic) */
+   /* _mesa_function_pool[29053]: Binormal3fEXT (dynamic) */
    "fff\0"
    "glBinormal3fEXT\0"
    "\0"
-   /* _mesa_function_pool[29036]: CallList (offset 2) */
+   /* _mesa_function_pool[29074]: CallList (offset 2) */
    "i\0"
    "glCallList\0"
    "\0"
-   /* _mesa_function_pool[29050]: Materialfv (offset 170) */
+   /* _mesa_function_pool[29088]: Materialfv (offset 170) */
    "iip\0"
    "glMaterialfv\0"
    "\0"
-   /* _mesa_function_pool[29068]: TexCoord3fv (offset 113) */
+   /* _mesa_function_pool[29106]: TexCoord3fv (offset 113) */
    "p\0"
    "glTexCoord3fv\0"
    "\0"
-   /* _mesa_function_pool[29085]: FogCoordfvEXT (will be remapped) */
+   /* _mesa_function_pool[29123]: FogCoordfvEXT (will be remapped) */
    "p\0"
    "glFogCoordfv\0"
    "glFogCoordfvEXT\0"
    "\0"
-   /* _mesa_function_pool[29117]: MultiTexCoord1ivARB (offset 381) */
+   /* _mesa_function_pool[29155]: MultiTexCoord1ivARB (offset 381) */
    "ip\0"
    "glMultiTexCoord1iv\0"
    "glMultiTexCoord1ivARB\0"
    "\0"
-   /* _mesa_function_pool[29162]: SecondaryColor3ubEXT (will be remapped) */
+   /* _mesa_function_pool[29200]: SecondaryColor3ubEXT (will be remapped) */
    "iii\0"
    "glSecondaryColor3ub\0"
    "glSecondaryColor3ubEXT\0"
    "\0"
-   /* _mesa_function_pool[29210]: MultiTexCoord2ivARB (offset 389) */
+   /* _mesa_function_pool[29248]: MultiTexCoord2ivARB (offset 389) */
    "ip\0"
    "glMultiTexCoord2iv\0"
    "glMultiTexCoord2ivARB\0"
    "\0"
-   /* _mesa_function_pool[29255]: FogFuncSGIS (dynamic) */
+   /* _mesa_function_pool[29293]: FogFuncSGIS (dynamic) */
    "ip\0"
    "glFogFuncSGIS\0"
    "\0"
-   /* _mesa_function_pool[29273]: CopyTexSubImage2D (offset 326) */
+   /* _mesa_function_pool[29311]: CopyTexSubImage2D (offset 326) */
    "iiiiiiii\0"
    "glCopyTexSubImage2D\0"
    "glCopyTexSubImage2DEXT\0"
    "\0"
-   /* _mesa_function_pool[29326]: GetObjectParameterivARB (will be remapped) */
+   /* _mesa_function_pool[29364]: GetObjectParameterivARB (will be remapped) */
    "iip\0"
    "glGetObjectParameterivARB\0"
    "\0"
-   /* _mesa_function_pool[29357]: Color3iv (offset 16) */
+   /* _mesa_function_pool[29395]: Color3iv (offset 16) */
    "p\0"
    "glColor3iv\0"
    "\0"
-   /* _mesa_function_pool[29371]: TexCoord4fVertex4fSUN (dynamic) */
+   /* _mesa_function_pool[29409]: TexCoord4fVertex4fSUN (dynamic) */
    "ffffffff\0"
    "glTexCoord4fVertex4fSUN\0"
    "\0"
-   /* _mesa_function_pool[29405]: DrawElements (offset 311) */
+   /* _mesa_function_pool[29443]: DrawElements (offset 311) */
    "iiip\0"
    "glDrawElements\0"
    "\0"
-   /* _mesa_function_pool[29426]: BindVertexArrayAPPLE (will be remapped) */
+   /* _mesa_function_pool[29464]: BindVertexArrayAPPLE (will be remapped) */
    "i\0"
    "glBindVertexArrayAPPLE\0"
    "\0"
-   /* _mesa_function_pool[29452]: GetProgramLocalParameterdvARB (will be remapped) */
+   /* _mesa_function_pool[29490]: GetProgramLocalParameterdvARB (will be remapped) */
    "iip\0"
    "glGetProgramLocalParameterdvARB\0"
    "\0"
-   /* _mesa_function_pool[29489]: GetHistogramParameteriv (offset 363) */
+   /* _mesa_function_pool[29527]: GetHistogramParameteriv (offset 363) */
    "iip\0"
    "glGetHistogramParameteriv\0"
    "glGetHistogramParameterivEXT\0"
    "\0"
-   /* _mesa_function_pool[29549]: MultiTexCoord1iARB (offset 380) */
+   /* _mesa_function_pool[29587]: MultiTexCoord1iARB (offset 380) */
    "ii\0"
    "glMultiTexCoord1i\0"
    "glMultiTexCoord1iARB\0"
    "\0"
-   /* _mesa_function_pool[29592]: GetConvolutionFilter (offset 356) */
+   /* _mesa_function_pool[29630]: GetConvolutionFilter (offset 356) */
    "iiip\0"
    "glGetConvolutionFilter\0"
    "glGetConvolutionFilterEXT\0"
    "\0"
-   /* _mesa_function_pool[29647]: GetProgramivARB (will be remapped) */
+   /* _mesa_function_pool[29685]: GetProgramivARB (will be remapped) */
    "iip\0"
    "glGetProgramivARB\0"
    "\0"
-   /* _mesa_function_pool[29670]: TexBufferARB (will be remapped) */
+   /* _mesa_function_pool[29708]: TexBufferARB (will be remapped) */
    "iii\0"
    "glTexBufferARB\0"
    "\0"
-   /* _mesa_function_pool[29690]: BlendFuncSeparateEXT (will be remapped) */
+   /* _mesa_function_pool[29728]: BlendFuncSeparateEXT (will be remapped) */
    "iiii\0"
    "glBlendFuncSeparate\0"
    "glBlendFuncSeparateEXT\0"
    "glBlendFuncSeparateINGR\0"
    "\0"
-   /* _mesa_function_pool[29763]: MapBufferRange (will be remapped) */
+   /* _mesa_function_pool[29801]: MapBufferRange (will be remapped) */
    "iiii\0"
    "glMapBufferRange\0"
    "\0"
-   /* _mesa_function_pool[29786]: ProgramParameters4dvNV (will be remapped) */
+   /* _mesa_function_pool[29824]: ProgramParameters4dvNV (will be remapped) */
    "iiip\0"
    "glProgramParameters4dvNV\0"
    "\0"
-   /* _mesa_function_pool[29817]: TexCoord2fColor3fVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[29855]: TexCoord2fColor3fVertex3fvSUN (dynamic) */
    "ppp\0"
    "glTexCoord2fColor3fVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[29854]: EvalPoint2 (offset 239) */
+   /* _mesa_function_pool[29892]: EvalPoint2 (offset 239) */
    "ii\0"
    "glEvalPoint2\0"
    "\0"
-   /* _mesa_function_pool[29871]: Uniform1uivEXT (will be remapped) */
+   /* _mesa_function_pool[29909]: Uniform1uivEXT (will be remapped) */
    "iip\0"
    "glUniform1uivEXT\0"
    "glUniform1uiv\0"
    "\0"
-   /* _mesa_function_pool[29907]: EvalPoint1 (offset 237) */
+   /* _mesa_function_pool[29945]: EvalPoint1 (offset 237) */
    "i\0"
    "glEvalPoint1\0"
    "\0"
-   /* _mesa_function_pool[29923]: Binormal3dvEXT (dynamic) */
+   /* _mesa_function_pool[29961]: Binormal3dvEXT (dynamic) */
    "p\0"
    "glBinormal3dvEXT\0"
    "\0"
-   /* _mesa_function_pool[29943]: PopMatrix (offset 297) */
+   /* _mesa_function_pool[29981]: PopMatrix (offset 297) */
    "\0"
    "glPopMatrix\0"
    "\0"
-   /* _mesa_function_pool[29957]: FinishFenceNV (will be remapped) */
+   /* _mesa_function_pool[29995]: FinishFenceNV (will be remapped) */
    "i\0"
    "glFinishFenceNV\0"
    "\0"
-   /* _mesa_function_pool[29976]: GetFogFuncSGIS (dynamic) */
+   /* _mesa_function_pool[30014]: GetFogFuncSGIS (dynamic) */
    "p\0"
    "glGetFogFuncSGIS\0"
    "\0"
-   /* _mesa_function_pool[29996]: GetUniformLocationARB (will be remapped) */
+   /* _mesa_function_pool[30034]: GetUniformLocationARB (will be remapped) */
    "ip\0"
    "glGetUniformLocation\0"
    "glGetUniformLocationARB\0"
    "\0"
-   /* _mesa_function_pool[30045]: SecondaryColor3fEXT (will be remapped) */
+   /* _mesa_function_pool[30083]: SecondaryColor3fEXT (will be remapped) */
    "fff\0"
    "glSecondaryColor3f\0"
    "glSecondaryColor3fEXT\0"
    "\0"
-   /* _mesa_function_pool[30091]: GetTexGeniv (offset 280) */
+   /* _mesa_function_pool[30129]: GetTexGeniv (offset 280) */
    "iip\0"
    "glGetTexGeniv\0"
    "\0"
-   /* _mesa_function_pool[30110]: CombinerInputNV (will be remapped) */
+   /* _mesa_function_pool[30148]: CombinerInputNV (will be remapped) */
    "iiiiii\0"
    "glCombinerInputNV\0"
    "\0"
-   /* _mesa_function_pool[30136]: VertexAttrib3sARB (will be remapped) */
+   /* _mesa_function_pool[30174]: VertexAttrib3sARB (will be remapped) */
    "iiii\0"
    "glVertexAttrib3s\0"
    "glVertexAttrib3sARB\0"
    "\0"
-   /* _mesa_function_pool[30179]: IsTransformFeedback (will be remapped) */
+   /* _mesa_function_pool[30217]: IsTransformFeedback (will be remapped) */
    "i\0"
    "glIsTransformFeedback\0"
    "\0"
-   /* _mesa_function_pool[30204]: ReplacementCodeuiNormal3fVertex3fvSUN (dynamic) */
+   /* _mesa_function_pool[30242]: ReplacementCodeuiNormal3fVertex3fvSUN (dynamic) */
    "ppp\0"
    "glReplacementCodeuiNormal3fVertex3fvSUN\0"
    "\0"
-   /* _mesa_function_pool[30249]: Map2d (offset 222) */
+   /* _mesa_function_pool[30287]: Map2d (offset 222) */
    "iddiiddiip\0"
    "glMap2d\0"
    "\0"
-   /* _mesa_function_pool[30269]: Map2f (offset 223) */
+   /* _mesa_function_pool[30307]: Map2f (offset 223) */
    "iffiiffiip\0"
    "glMap2f\0"
    "\0"
-   /* _mesa_function_pool[30289]: ProgramStringARB (will be remapped) */
+   /* _mesa_function_pool[30327]: ProgramStringARB (will be remapped) */
    "iiip\0"
    "glProgramStringARB\0"
    "\0"
-   /* _mesa_function_pool[30314]: Vertex4s (offset 148) */
+   /* _mesa_function_pool[30352]: Vertex4s (offset 148) */
    "iiii\0"
    "glVertex4s\0"
    "\0"
-   /* _mesa_function_pool[30331]: TexCoord4fVertex4fvSUN (dynamic) */
+   /* _mesa_function_pool[30369]: TexCoord4fVertex4fvSUN (dynamic) */
    "pp\0"
    "glTexCoord4fVertex4fvSUN\0"
    "\0"
-   /* _mesa_function_pool[30360]: TextureStorage3DEXT (will be remapped) */
-   "iiiiiii\0"
-   "glTextureStorage3DEXT\0"
-   "\0"
-   /* _mesa_function_pool[30391]: FragmentLightModelivSGIX (dynamic) */
-   "ip\0"
-   "glFragmentLightModelivSGIX\0"
+   /* _mesa_function_pool[30398]: VertexAttrib3sNV (will be remapped) */
+   "iiii\0"
+   "glVertexAttrib3sNV\0"
    "\0"
-   /* _mesa_function_pool[30422]: VertexAttrib1fNV (will be remapped) */
+   /* _mesa_function_pool[30423]: VertexAttrib1fNV (will be remapped) */
    "if\0"
    "glVertexAttrib1fNV\0"
    "\0"
-   /* _mesa_function_pool[30445]: Vertex4f (offset 144) */
+   /* _mesa_function_pool[30446]: Vertex4f (offset 144) */
    "ffff\0"
    "glVertex4f\0"
    "\0"
-   /* _mesa_function_pool[30462]: EvalCoord1d (offset 228) */
+   /* _mesa_function_pool[30463]: EvalCoord1d (offset 228) */
    "d\0"
    "glEvalCoord1d\0"
    "\0"
-   /* _mesa_function_pool[30479]: Vertex4d (offset 142) */
+   /* _mesa_function_pool[30480]: Vertex4d (offset 142) */
    "dddd\0"
    "glVertex4d\0"
    "\0"
-   /* _mesa_function_pool[30496]: RasterPos4dv (offset 79) */
+   /* _mesa_function_pool[30497]: RasterPos4dv (offset 79) */
    "p\0"
    "glRasterPos4dv\0"
    "\0"
-   /* _mesa_function_pool[30514]: UseShaderProgramEXT (will be remapped) */
+   /* _mesa_function_pool[30515]: GetGraphicsResetStatusARB (will be remapped) */
+   "\0"
+   "glGetGraphicsResetStatusARB\0"
+   "\0"
+   /* _mesa_function_pool[30545]: UseShaderProgramEXT (will be remapped) */
    "ii\0"
    "glUseShaderProgramEXT\0"
    "\0"
-   /* _mesa_function_pool[30540]: FragmentLightfSGIX (dynamic) */
-   "iif\0"
-   "glFragmentLightfSGIX\0"
+   /* _mesa_function_pool[30571]: VertexAttribP2uiv (will be remapped) */
+   "iiip\0"
+   "glVertexAttribP2uiv\0"
    "\0"
-   /* _mesa_function_pool[30566]: TextureStorage2DEXT (will be remapped) */
-   "iiiiii\0"
-   "glTextureStorage2DEXT\0"
+   /* _mesa_function_pool[30597]: PrimitiveRestartNV (will be remapped) */
    "\0"
-   /* _mesa_function_pool[30596]: GetCompressedTexImageARB (will be remapped) */
+   "glPrimitiveRestartNV\0"
+   "\0"
+   /* _mesa_function_pool[30620]: GetCompressedTexImageARB (will be remapped) */
    "iip\0"
    "glGetCompressedTexImage\0"
    "glGetCompressedTexImageARB\0"
    "\0"
-   /* _mesa_function_pool[30652]: GetTexGenfv (offset 279) */
+   /* _mesa_function_pool[30676]: GetTexGenfv (offset 279) */
    "iip\0"
    "glGetTexGenfv\0"
    "\0"
-   /* _mesa_function_pool[30671]: Vertex4i (offset 146) */
+   /* _mesa_function_pool[30695]: Vertex4i (offset 146) */
    "iiii\0"
    "glVertex4i\0"
    "\0"
-   /* _mesa_function_pool[30688]: VertexWeightPointerEXT (dynamic) */
+   /* _mesa_function_pool[30712]: VertexWeightPointerEXT (dynamic) */
    "iiip\0"
    "glVertexWeightPointerEXT\0"
    "\0"
-   /* _mesa_function_pool[30719]: GetHistogram (offset 361) */
+   /* _mesa_function_pool[30743]: GetHistogram (offset 361) */
    "iiiip\0"
    "glGetHistogram\0"
    "glGetHistogramEXT\0"
    "\0"
-   /* _mesa_function_pool[30759]: ActiveStencilFaceEXT (will be remapped) */
+   /* _mesa_function_pool[30783]: ActiveStencilFaceEXT (will be remapped) */
    "i\0"
    "glActiveStencilFaceEXT\0"
    "\0"
-   /* _mesa_function_pool[30785]: TexStorage3D (will be remapped) */
-   "iiiiii\0"
-   "glTexStorage3D\0"
-   "\0"
-   /* _mesa_function_pool[30808]: StencilFuncSeparateATI (will be remapped) */
+   /* _mesa_function_pool[30809]: StencilFuncSeparateATI (will be remapped) */
    "iiii\0"
    "glStencilFuncSeparateATI\0"
    "\0"
-   /* _mesa_function_pool[30839]: Materialf (offset 169) */
+   /* _mesa_function_pool[30840]: Materialf (offset 169) */
    "iif\0"
    "glMaterialf\0"
    "\0"
-   /* _mesa_function_pool[30856]: GetShaderSourceARB (will be remapped) */
+   /* _mesa_function_pool[30857]: GetShaderSourceARB (will be remapped) */
    "iipp\0"
    "glGetShaderSource\0"
    "glGetShaderSourceARB\0"
    "\0"
-   /* _mesa_function_pool[30901]: IglooInterfaceSGIX (dynamic) */
+   /* _mesa_function_pool[30902]: IglooInterfaceSGIX (dynamic) */
    "ip\0"
    "glIglooInterfaceSGIX\0"
    "\0"
-   /* _mesa_function_pool[30926]: Materiali (offset 171) */
+   /* _mesa_function_pool[30927]: Materiali (offset 171) */
    "iii\0"
    "glMateriali\0"
    "\0"
-   /* _mesa_function_pool[30943]: VertexAttrib4dNV (will be remapped) */
+   /* _mesa_function_pool[30944]: VertexAttrib4dNV (will be remapped) */
    "idddd\0"
    "glVertexAttrib4dNV\0"
    "\0"
-   /* _mesa_function_pool[30969]: MultiModeDrawElementsIBM (will be remapped) */
+   /* _mesa_function_pool[30970]: MultiModeDrawElementsIBM (will be remapped) */
    "ppipii\0"
    "glMultiModeDrawElementsIBM\0"
    "\0"
-   /* _mesa_function_pool[31004]: Indexsv (offset 51) */
+   /* _mesa_function_pool[31005]: Indexsv (offset 51) */
    "p\0"
    "glIndexsv\0"
    "\0"
-   /* _mesa_function_pool[31017]: MultiTexCoord4svARB (offset 407) */
+   /* _mesa_function_pool[31018]: MultiTexCoord4svARB (offset 407) */
    "ip\0"
    "glMultiTexCoord4sv\0"
    "glMultiTexCoord4svARB\0"
    "\0"
-   /* _mesa_function_pool[31062]: LightModelfv (offset 164) */
+   /* _mesa_function_pool[31063]: LightModelfv (offset 164) */
    "ip\0"
    "glLightModelfv\0"
    "\0"
-   /* _mesa_function_pool[31081]: TexCoord2dv (offset 103) */
+   /* _mesa_function_pool[31082]: TexCoord2dv (offset 103) */
    "p\0"
    "glTexCoord2dv\0"
    "\0"
-   /* _mesa_function_pool[31098]: GenQueriesARB (will be remapped) */
+   /* _mesa_function_pool[31099]: GenQueriesARB (will be remapped) */
    "ip\0"
    "glGenQueries\0"
    "glGenQueriesARB\0"
    "\0"
-   /* _mesa_function_pool[31131]: EvalCoord1dv (offset 229) */
+   /* _mesa_function_pool[31132]: EvalCoord1dv (offset 229) */
    "p\0"
    "glEvalCoord1dv\0"
    "\0"
-   /* _mesa_function_pool[31149]: ReplacementCodeuiVertex3fSUN (dynamic) */
+   /* _mesa_function_pool[31150]: ReplacementCodeuiVertex3fSUN (dynamic) */
    "ifff\0"
    "glReplacementCodeuiVertex3fSUN\0"
    "\0"
-   /* _mesa_function_pool[31186]: Translated (offset 303) */
+   /* _mesa_function_pool[31187]: Translated (offset 303) */
    "ddd\0"
    "glTranslated\0"
    "\0"
-   /* _mesa_function_pool[31204]: Translatef (offset 304) */
+   /* _mesa_function_pool[31205]: Translatef (offset 304) */
    "fff\0"
    "glTranslatef\0"
    "\0"
-   /* _mesa_function_pool[31222]: Uniform3uiEXT (will be remapped) */
+   /* _mesa_function_pool[31223]: Uniform3uiEXT (will be remapped) */
    "iiii\0"
    "glUniform3uiEXT\0"
    "glUniform3ui\0"
    "\0"
-   /* _mesa_function_pool[31257]: StencilMask (offset 209) */
+   /* _mesa_function_pool[31258]: StencilMask (offset 209) */
    "i\0"
    "glStencilMask\0"
    "\0"
-   /* _mesa_function_pool[31274]: Tangent3iEXT (dynamic) */
+   /* _mesa_function_pool[31275]: Tangent3iEXT (dynamic) */
    "iii\0"
    "glTangent3iEXT\0"
    "\0"
-   /* _mesa_function_pool[31294]: ClampColorARB (will be remapped) */
+   /* _mesa_function_pool[31295]: ClampColorARB (will be remapped) */
    "ii\0"
    "glClampColorARB\0"
    "\0"
-   /* _mesa_function_pool[31314]: GetLightiv (offset 265) */
+   /* _mesa_function_pool[31315]: GetLightiv (offset 265) */
    "iip\0"
    "glGetLightiv\0"
    "\0"
-   /* _mesa_function_pool[31332]: GetSamplerParameterIiv (will be remapped) */
+   /* _mesa_function_pool[31333]: GetSamplerParameterIiv (will be remapped) */
    "iip\0"
    "glGetSamplerParameterIiv\0"
    "\0"
-   /* _mesa_function_pool[31362]: DrawMeshArraysSUN (dynamic) */
+   /* _mesa_function_pool[31363]: DrawMeshArraysSUN (dynamic) */
    "iiii\0"
    "glDrawMeshArraysSUN\0"
    "\0"
-   /* _mesa_function_pool[31388]: IsList (offset 287) */
+   /* _mesa_function_pool[31389]: IsList (offset 287) */
    "i\0"
    "glIsList\0"
    "\0"
-   /* _mesa_function_pool[31400]: IsSync (will be remapped) */
+   /* _mesa_function_pool[31401]: GetnPixelMapusvARB (will be remapped) */
+   "iip\0"
+   "glGetnPixelMapusvARB\0"
+   "\0"
+   /* _mesa_function_pool[31427]: IsSync (will be remapped) */
    "i\0"
    "glIsSync\0"
    "\0"
-   /* _mesa_function_pool[31412]: RenderMode (offset 196) */
+   /* _mesa_function_pool[31439]: RenderMode (offset 196) */
    "i\0"
    "glRenderMode\0"
    "\0"
-   /* _mesa_function_pool[31428]: GetMapControlPointsNV (dynamic) */
+   /* _mesa_function_pool[31455]: GetMapControlPointsNV (dynamic) */
    "iiiiiip\0"
    "glGetMapControlPointsNV\0"
    "\0"
-   /* _mesa_function_pool[31461]: DrawBuffersARB (will be remapped) */
+   /* _mesa_function_pool[31488]: DrawBuffersARB (will be remapped) */
    "ip\0"
    "glDrawBuffers\0"
    "glDrawBuffersARB\0"
    "glDrawBuffersATI\0"
    "glDrawBuffersNV\0"
    "\0"
-   /* _mesa_function_pool[31529]: ClearBufferiv (will be remapped) */
+   /* _mesa_function_pool[31556]: ClearBufferiv (will be remapped) */
    "iip\0"
    "glClearBufferiv\0"
    "\0"
-   /* _mesa_function_pool[31550]: ProgramLocalParameter4fARB (will be remapped) */
+   /* _mesa_function_pool[31577]: ProgramLocalParameter4fARB (will be remapped) */
    "iiffff\0"
    "glProgramLocalParameter4fARB\0"
    "\0"
-   /* _mesa_function_pool[31587]: SpriteParameterivSGIX (dynamic) */
+   /* _mesa_function_pool[31614]: SpriteParameterivSGIX (dynamic) */
    "ip\0"
    "glSpriteParameterivSGIX\0"
    "\0"
-   /* _mesa_function_pool[31615]: ProvokingVertexEXT (will be remapped) */
+   /* _mesa_function_pool[31642]: ProvokingVertexEXT (will be remapped) */
    "i\0"
    "glProvokingVertexEXT\0"
    "glProvokingVertex\0"
    "\0"
-   /* _mesa_function_pool[31657]: MultiTexCoord1fARB (offset 378) */
+   /* _mesa_function_pool[31684]: MultiTexCoord1fARB (offset 378) */
    "if\0"
    "glMultiTexCoord1f\0"
    "glMultiTexCoord1fARB\0"
    "\0"
-   /* _mesa_function_pool[31700]: LoadName (offset 198) */
+   /* _mesa_function_pool[31727]: LoadName (offset 198) */
    "i\0"
    "glLoadName\0"
    "\0"
-   /* _mesa_function_pool[31714]: VertexAttribs4ubvNV (will be remapped) */
+   /* _mesa_function_pool[31741]: VertexAttribs4ubvNV (will be remapped) */
    "iip\0"
    "glVertexAttribs4ubvNV\0"
    "\0"
-   /* _mesa_function_pool[31741]: WeightsvARB (dynamic) */
+   /* _mesa_function_pool[31768]: WeightsvARB (dynamic) */
    "ip\0"
    "glWeightsvARB\0"
    "\0"
-   /* _mesa_function_pool[31759]: NormalP3ui (will be remapped) */
+   /* _mesa_function_pool[31786]: NormalP3ui (will be remapped) */
    "ii\0"
    "glNormalP3ui\0"
    "\0"
-   /* _mesa_function_pool[31776]: VertexAttribP2ui (will be remapped) */
-   "iiii\0"
-   "glVertexAttribP2ui\0"
-   "\0"
-   /* _mesa_function_pool[31801]: Uniform1fvARB (will be remapped) */
+   /* _mesa_function_pool[31803]: Uniform1fvARB (will be remapped) */
    "iip\0"
    "glUniform1fv\0"
    "glUniform1fvARB\0"
    "\0"
-   /* _mesa_function_pool[31835]: CopyTexSubImage1D (offset 325) */
+   /* _mesa_function_pool[31837]: CopyTexSubImage1D (offset 325) */
    "iiiiii\0"
    "glCopyTexSubImage1D\0"
    "glCopyTexSubImage1DEXT\0"
    "\0"
-   /* _mesa_function_pool[31886]: CullFace (offset 152) */
+   /* _mesa_function_pool[31888]: CullFace (offset 152) */
    "i\0"
    "glCullFace\0"
    "\0"
-   /* _mesa_function_pool[31900]: BindTexture (offset 307) */
+   /* _mesa_function_pool[31902]: BindTexture (offset 307) */
    "ii\0"
    "glBindTexture\0"
    "glBindTextureEXT\0"
    "\0"
-   /* _mesa_function_pool[31935]: BeginFragmentShaderATI (will be remapped) */
-   "\0"
-   "glBeginFragmentShaderATI\0"
+   /* _mesa_function_pool[31937]: VertexAttribs2fvNV (will be remapped) */
+   "iip\0"
+   "glVertexAttribs2fvNV\0"
    "\0"
-   /* _mesa_function_pool[31962]: MultiTexCoord4fARB (offset 402) */
+   /* _mesa_function_pool[31963]: MultiTexCoord4fARB (offset 402) */
    "iffff\0"
    "glMultiTexCoord4f\0"
    "glMultiTexCoord4fARB\0"
    "\0"
-   /* _mesa_function_pool[32008]: VertexAttribs3svNV (will be remapped) */
+   /* _mesa_function_pool[32009]: VertexAttribs3svNV (will be remapped) */
    "iip\0"
    "glVertexAttribs3svNV\0"
    "\0"
-   /* _mesa_function_pool[32034]: StencilFunc (offset 243) */
+   /* _mesa_function_pool[32035]: StencilFunc (offset 243) */
    "iii\0"
    "glStencilFunc\0"
    "\0"
-   /* _mesa_function_pool[32053]: CopyPixels (offset 255) */
+   /* _mesa_function_pool[32054]: CopyPixels (offset 255) */
    "iiiii\0"
    "glCopyPixels\0"
    "\0"
-   /* _mesa_function_pool[32073]: Rectsv (offset 93) */
+   /* _mesa_function_pool[32074]: Rectsv (offset 93) */
    "pp\0"
    "glRectsv\0"
    "\0"
-   /* _mesa_function_pool[32086]: ReplacementCodeuivSUN (dynamic) */
+   /* _mesa_function_pool[32087]: ReplacementCodeuivSUN (dynamic) */
    "p\0"
    "glReplacementCodeuivSUN\0"
    "\0"
-   /* _mesa_function_pool[32113]: MultiTexCoordP2uiv (will be remapped) */
+   /* _mesa_function_pool[32114]: MultiTexCoordP2uiv (will be remapped) */
    "iip\0"
    "glMultiTexCoordP2uiv\0"
    "\0"
-   /* _mesa_function_pool[32139]: EnableVertexAttribArrayARB (will be remapped) */
+   /* _mesa_function_pool[32140]: EnableVertexAttribArrayARB (will be remapped) */
    "i\0"
    "glEnableVertexAttribArray\0"
    "glEnableVertexAttribArrayARB\0"
    "\0"
-   /* _mesa_function_pool[32197]: NormalPointervINTEL (dynamic) */
+   /* _mesa_function_pool[32198]: NormalPointervINTEL (dynamic) */
    "ip\0"
    "glNormalPointervINTEL\0"
    "\0"
-   /* _mesa_function_pool[32223]: CopyConvolutionFilter2D (offset 355) */
+   /* _mesa_function_pool[32224]: CopyConvolutionFilter2D (offset 355) */
    "iiiiii\0"
    "glCopyConvolutionFilter2D\0"
    "glCopyConvolutionFilter2DEXT\0"
    "\0"
-   /* _mesa_function_pool[32286]: WindowPos3ivMESA (will be remapped) */
+   /* _mesa_function_pool[32287]: WindowPos3ivMESA (will be remapped) */
    "p\0"
    "glWindowPos3iv\0"
    "glWindowPos3ivARB\0"
    "glWindowPos3ivMESA\0"
    "\0"
-   /* _mesa_function_pool[32341]: CopyBufferSubData (will be remapped) */
+   /* _mesa_function_pool[32342]: CopyBufferSubData (will be remapped) */
    "iiiii\0"
    "glCopyBufferSubData\0"
    "\0"
-   /* _mesa_function_pool[32368]: NormalPointer (offset 318) */
+   /* _mesa_function_pool[32369]: NormalPointer (offset 318) */
    "iip\0"
    "glNormalPointer\0"
    "\0"
-   /* _mesa_function_pool[32389]: TexParameterfv (offset 179) */
+   /* _mesa_function_pool[32390]: TexParameterfv (offset 179) */
    "iip\0"
    "glTexParameterfv\0"
    "\0"
-   /* _mesa_function_pool[32411]: IsBufferARB (will be remapped) */
+   /* _mesa_function_pool[32412]: IsBufferARB (will be remapped) */
    "i\0"
    "glIsBuffer\0"
    "glIsBufferARB\0"
    "\0"
-   /* _mesa_function_pool[32439]: WindowPos4iMESA (will be remapped) */
+   /* _mesa_function_pool[32440]: WindowPos4iMESA (will be remapped) */
    "iiii\0"
    "glWindowPos4iMESA\0"
    "\0"
-   /* _mesa_function_pool[32463]: VertexAttrib4uivARB (will be remapped) */
+   /* _mesa_function_pool[32464]: VertexAttrib4uivARB (will be remapped) */
    "ip\0"
    "glVertexAttrib4uiv\0"
    "glVertexAttrib4uivARB\0"
    "\0"
-   /* _mesa_function_pool[32508]: Tangent3bvEXT (dynamic) */
+   /* _mesa_function_pool[32509]: Tangent3bvEXT (dynamic) */
    "p\0"
    "glTangent3bvEXT\0"
    "\0"
-   /* _mesa_function_pool[32527]: VertexAttribI3uivEXT (will be remapped) */
+   /* _mesa_function_pool[32528]: VertexAttribI3uivEXT (will be remapped) */
    "ip\0"
    "glVertexAttribI3uivEXT\0"
    "glVertexAttribI3uiv\0"
    "\0"
-   /* _mesa_function_pool[32574]: UniformMatrix3x4fv (will be remapped) */
+   /* _mesa_function_pool[32575]: UniformMatrix3x4fv (will be remapped) */
    "iiip\0"
    "glUniformMatrix3x4fv\0"
    "\0"
-   /* _mesa_function_pool[32601]: ClipPlane (offset 150) */
+   /* _mesa_function_pool[32602]: ClipPlane (offset 150) */
    "ip\0"
    "glClipPlane\0"
    "\0"
-   /* _mesa_function_pool[32617]: Recti (offset 90) */
+   /* _mesa_function_pool[32618]: Recti (offset 90) */
    "iiii\0"
    "glRecti\0"
    "\0"
-   /* _mesa_function_pool[32631]: TrackMatrixNV (will be remapped) */
+   /* _mesa_function_pool[32632]: TrackMatrixNV (will be remapped) */
    "iiii\0"
    "glTrackMatrixNV\0"
    "\0"
-   /* _mesa_function_pool[32653]: DrawRangeElementsBaseVertex (will be remapped) */
+   /* _mesa_function_pool[32654]: DrawRangeElementsBaseVertex (will be remapped) */
    "iiiiipi\0"
    "glDrawRangeElementsBaseVertex\0"
    "\0"
-   /* _mesa_function_pool[32692]: SamplerParameterIuiv (will be remapped) */
+   /* _mesa_function_pool[32693]: SamplerParameterIuiv (will be remapped) */
    "iip\0"
    "glSamplerParameterIuiv\0"
    "\0"
-   /* _mesa_function_pool[32720]: TexCoordPointervINTEL (dynamic) */
+   /* _mesa_function_pool[32721]: TexCoordPointervINTEL (dynamic) */
    "iip\0"
    "glTexCoordPointervINTEL\0"
    "\0"
-   /* _mesa_function_pool[32749]: DeleteBuffersARB (will be remapped) */
+   /* _mesa_function_pool[32750]: DeleteBuffersARB (will be remapped) */
    "ip\0"
    "glDeleteBuffers\0"
    "glDeleteBuffersARB\0"
    "\0"
-   /* _mesa_function_pool[32788]: PixelTransformParameterfvEXT (dynamic) */
-   "iip\0"
-   "glPixelTransformParameterfvEXT\0"
-   "\0"
-   /* _mesa_function_pool[32824]: PrimitiveRestartNV (will be remapped) */
-   "\0"
-   "glPrimitiveRestartNV\0"
+   /* _mesa_function_pool[32789]: ImageTransformParameteriHP (dynamic) */
+   "iii\0"
+   "glImageTransformParameteriHP\0"
    "\0"
-   /* _mesa_function_pool[32847]: WindowPos4fvMESA (will be remapped) */
+   /* _mesa_function_pool[32823]: WindowPos4fvMESA (will be remapped) */
    "p\0"
    "glWindowPos4fvMESA\0"
    "\0"
-   /* _mesa_function_pool[32869]: GetPixelMapuiv (offset 272) */
+   /* _mesa_function_pool[32845]: GetPixelMapuiv (offset 272) */
    "ip\0"
    "glGetPixelMapuiv\0"
    "\0"
-   /* _mesa_function_pool[32890]: Rectf (offset 88) */
+   /* _mesa_function_pool[32866]: Rectf (offset 88) */
    "ffff\0"
    "glRectf\0"
    "\0"
-   /* _mesa_function_pool[32904]: VertexAttrib1sNV (will be remapped) */
+   /* _mesa_function_pool[32880]: VertexAttrib1sNV (will be remapped) */
    "ii\0"
    "glVertexAttrib1sNV\0"
    "\0"
-   /* _mesa_function_pool[32927]: Indexfv (offset 47) */
+   /* _mesa_function_pool[32903]: Indexfv (offset 47) */
    "p\0"
    "glIndexfv\0"
    "\0"
-   /* _mesa_function_pool[32940]: ColorP3uiv (will be remapped) */
+   /* _mesa_function_pool[32916]: ColorP3uiv (will be remapped) */
    "ip\0"
    "glColorP3uiv\0"
    "\0"
-   /* _mesa_function_pool[32957]: SecondaryColor3svEXT (will be remapped) */
+   /* _mesa_function_pool[32933]: SecondaryColor3svEXT (will be remapped) */
    "p\0"
    "glSecondaryColor3sv\0"
    "glSecondaryColor3svEXT\0"
    "\0"
-   /* _mesa_function_pool[33003]: LoadTransposeMatrixfARB (will be remapped) */
+   /* _mesa_function_pool[32979]: LoadTransposeMatrixfARB (will be remapped) */
    "p\0"
    "glLoadTransposeMatrixf\0"
    "glLoadTransposeMatrixfARB\0"
    "\0"
-   /* _mesa_function_pool[33055]: GetPointerv (offset 329) */
+   /* _mesa_function_pool[33031]: GetPointerv (offset 329) */
    "ip\0"
    "glGetPointerv\0"
    "glGetPointervEXT\0"
    "\0"
-   /* _mesa_function_pool[33090]: Tangent3bEXT (dynamic) */
+   /* _mesa_function_pool[33066]: Tangent3bEXT (dynamic) */
    "iii\0"
    "glTangent3bEXT\0"
    "\0"
-   /* _mesa_function_pool[33110]: CombinerParameterfNV (will be remapped) */
+   /* _mesa_function_pool[33086]: CombinerParameterfNV (will be remapped) */
    "if\0"
    "glCombinerParameterfNV\0"
    "\0"
-   /* _mesa_function_pool[33137]: IndexMask (offset 212) */
+   /* _mesa_function_pool[33113]: IndexMask (offset 212) */
    "i\0"
    "glIndexMask\0"
    "\0"
-   /* _mesa_function_pool[33152]: BindProgramNV (will be remapped) */
+   /* _mesa_function_pool[33128]: BindProgramNV (will be remapped) */
    "ii\0"
    "glBindProgramARB\0"
    "glBindProgramNV\0"
    "\0"
-   /* _mesa_function_pool[33189]: VertexAttrib4svARB (will be remapped) */
+   /* _mesa_function_pool[33165]: VertexAttrib4svARB (will be remapped) */
    "ip\0"
    "glVertexAttrib4sv\0"
    "glVertexAttrib4svARB\0"
    "\0"
-   /* _mesa_function_pool[33232]: GetFloatv (offset 262) */
+   /* _mesa_function_pool[33208]: GetFloatv (offset 262) */
    "ip\0"
    "glGetFloatv\0"
    "\0"
-   /* _mesa_function_pool[33248]: CreateDebugObjectMESA (dynamic) */
+   /* _mesa_function_pool[33224]: CreateDebugObjectMESA (dynamic) */
    "\0"
    "glCreateDebugObjectMESA\0"
    "\0"
-   /* _mesa_function_pool[33274]: GetShaderiv (will be remapped) */
+   /* _mesa_function_pool[33250]: GetShaderiv (will be remapped) */
    "iip\0"
    "glGetShaderiv\0"
    "\0"
-   /* _mesa_function_pool[33293]: ClientWaitSync (will be remapped) */
+   /* _mesa_function_pool[33269]: ClientWaitSync (will be remapped) */
    "iii\0"
    "glClientWaitSync\0"
    "\0"
-   /* _mesa_function_pool[33315]: TexCoord4s (offset 124) */
+   /* _mesa_function_pool[33291]: TexCoord4s (offset 124) */
    "iiii\0"
    "glTexCoord4s\0"
    "\0"
-   /* _mesa_function_pool[33334]: TexCoord3sv (offset 117) */
+   /* _mesa_function_pool[33310]: TexCoord3sv (offset 117) */
    "p\0"
    "glTexCoord3sv\0"
    "\0"
-   /* _mesa_function_pool[33351]: BindFragmentShaderATI (will be remapped) */
+   /* _mesa_function_pool[33327]: BindFragmentShaderATI (will be remapped) */
    "i\0"
    "glBindFragmentShaderATI\0"
    "\0"
-   /* _mesa_function_pool[33378]: PopAttrib (offset 218) */
+   /* _mesa_function_pool[33354]: PopAttrib (offset 218) */
    "\0"
    "glPopAttrib\0"
    "\0"
-   /* _mesa_function_pool[33392]: Fogfv (offset 154) */
+   /* _mesa_function_pool[33368]: Fogfv (offset 154) */
    "ip\0"
    "glFogfv\0"
    "\0"
-   /* _mesa_function_pool[33404]: UnmapBufferARB (will be remapped) */
+   /* _mesa_function_pool[33380]: UnmapBufferARB (will be remapped) */
    "i\0"
    "glUnmapBuffer\0"
    "glUnmapBufferARB\0"
    "\0"
-   /* _mesa_function_pool[33438]: InitNames (offset 197) */
+   /* _mesa_function_pool[33414]: InitNames (offset 197) */
    "\0"
    "glInitNames\0"
    "\0"
-   /* _mesa_function_pool[33452]: Normal3sv (offset 61) */
+   /* _mesa_function_pool[33428]: Normal3sv (offset 61) */
    "p\0"
    "glNormal3sv\0"
    "\0"
-   /* _mesa_function_pool[33467]: Minmax (offset 368) */
+   /* _mesa_function_pool[33443]: Minmax (offset 368) */
    "iii\0"
    "glMinmax\0"
    "glMinmaxEXT\0"
    "\0"
-   /* _mesa_function_pool[33493]: TexCoord4d (offset 118) */
+   /* _mesa_function_pool[33469]: TexCoord4d (offset 118) */
    "dddd\0"
    "glTexCoord4d\0"
    "\0"
-   /* _mesa_function_pool[33512]: DeformationMap3dSGIX (dynamic) */
+   /* _mesa_function_pool[33488]: DeformationMap3dSGIX (dynamic) */
    "iddiiddiiddiip\0"
    "glDeformationMap3dSGIX\0"
    "\0"
-   /* _mesa_function_pool[33551]: TexCoord4f (offset 120) */
+   /* _mesa_function_pool[33527]: TexCoord4f (offset 120) */
    "ffff\0"
    "glTexCoord4f\0"
    "\0"
-   /* _mesa_function_pool[33570]: FogCoorddvEXT (will be remapped) */
+   /* _mesa_function_pool[33546]: FogCoorddvEXT (will be remapped) */
    "p\0"
    "glFogCoorddv\0"
    "glFogCoorddvEXT\0"
    "\0"
-   /* _mesa_function_pool[33602]: FinishTextureSUNX (dynamic) */
+   /* _mesa_function_pool[33578]: FinishTextureSUNX (dynamic) */
    "\0"
    "glFinishTextureSUNX\0"
    "\0"
-   /* _mesa_function_pool[33624]: GetFragmentLightfvSGIX (dynamic) */
+   /* _mesa_function_pool[33600]: GetFragmentLightfvSGIX (dynamic) */
    "iip\0"
    "glGetFragmentLightfvSGIX\0"
    "\0"
-   /* _mesa_function_pool[33654]: Binormal3fvEXT (dynamic) */
+   /* _mesa_function_pool[33630]: Binormal3fvEXT (dynamic) */
    "p\0"
    "glBinormal3fvEXT\0"
    "\0"
-   /* _mesa_function_pool[33674]: GetBooleanv (offset 258) */
+   /* _mesa_function_pool[33650]: GetBooleanv (offset 258) */
    "ip\0"
    "glGetBooleanv\0"
    "\0"
-   /* _mesa_function_pool[33692]: ColorFragmentOp3ATI (will be remapped) */
+   /* _mesa_function_pool[33668]: ColorFragmentOp3ATI (will be remapped) */
    "iiiiiiiiiiiii\0"
    "glColorFragmentOp3ATI\0"
    "\0"
-   /* _mesa_function_pool[33729]: Hint (offset 158) */
+   /* _mesa_function_pool[33705]: Hint (offset 158) */
    "ii\0"
    "glHint\0"
    "\0"
-   /* _mesa_function_pool[33740]: Color4dv (offset 28) */
+   /* _mesa_function_pool[33716]: Color4dv (offset 28) */
    "p\0"
    "glColor4dv\0"
    "\0"
-   /* _mesa_function_pool[33754]: VertexAttrib2svARB (will be remapped) */
+   /* _mesa_function_pool[33730]: VertexAttrib2svARB (will be remapped) */
    "ip\0"
    "glVertexAttrib2sv\0"
    "glVertexAttrib2svARB\0"
    "\0"
-   /* _mesa_function_pool[33797]: AreProgramsResidentNV (will be remapped) */
+   /* _mesa_function_pool[33773]: AreProgramsResidentNV (will be remapped) */
    "ipp\0"
    "glAreProgramsResidentNV\0"
    "\0"
-   /* _mesa_function_pool[33826]: WindowPos3svMESA (will be remapped) */
+   /* _mesa_function_pool[33802]: WindowPos3svMESA (will be remapped) */
    "p\0"
    "glWindowPos3sv\0"
    "glWindowPos3svARB\0"
    "glWindowPos3svMESA\0"
    "\0"
-   /* _mesa_function_pool[33881]: CopyColorSubTable (offset 347) */
+   /* _mesa_function_pool[33857]: CopyColorSubTable (offset 347) */
    "iiiii\0"
    "glCopyColorSubTable\0"
    "glCopyColorSubTableEXT\0"
    "\0"
-   /* _mesa_function_pool[33931]: WeightdvARB (dynamic) */
+   /* _mesa_function_pool[33907]: WeightdvARB (dynamic) */
    "ip\0"
    "glWeightdvARB\0"
    "\0"
-   /* _mesa_function_pool[33949]: DeleteRenderbuffersEXT (will be remapped) */
+   /* _mesa_function_pool[33925]: DeleteRenderbuffersEXT (will be remapped) */
    "ip\0"
    "glDeleteRenderbuffers\0"
    "glDeleteRenderbuffersEXT\0"
    "\0"
-   /* _mesa_function_pool[34000]: VertexAttrib4NubvARB (will be remapped) */
+   /* _mesa_function_pool[33976]: VertexAttrib4NubvARB (will be remapped) */
    "ip\0"
    "glVertexAttrib4Nubv\0"
    "glVertexAttrib4NubvARB\0"
    "\0"
-   /* _mesa_function_pool[34047]: VertexAttrib3dvNV (will be remapped) */
+   /* _mesa_function_pool[34023]: VertexAttrib3dvNV (will be remapped) */
    "ip\0"
    "glVertexAttrib3dvNV\0"
    "\0"
-   /* _mesa_function_pool[34071]: GetObjectParameterfvARB (will be remapped) */
+   /* _mesa_function_pool[34047]: GetObjectParameterfvARB (will be remapped) */
    "iip\0"
    "glGetObjectParameterfvARB\0"
    "\0"
-   /* _mesa_function_pool[34102]: Vertex4iv (offset 147) */
+   /* _mesa_function_pool[34078]: Vertex4iv (offset 147) */
    "p\0"
    "glVertex4iv\0"
    "\0"
-   /* _mesa_function_pool[34117]: GetProgramEnvParameterdvARB (will be remapped) */
+   /* _mesa_function_pool[34093]: GetProgramEnvParameterdvARB (will be remapped) */
    "iip\0"
    "glGetProgramEnvParameterdvARB\0"
    "\0"
-   /* _mesa_function_pool[34152]: TexCoord4dv (offset 119) */
+   /* _mesa_function_pool[34128]: TexCoord4dv (offset 119) */
    "p\0"
    "glTexCoord4dv\0"
    "\0"
-   /* _mesa_function_pool[34169]: LockArraysEXT (will be remapped) */
+   /* _mesa_function_pool[34145]: LockArraysEXT (will be remapped) */
    "ii\0"
    "glLockArraysEXT\0"
    "\0"
-   /* _mesa_function_pool[34189]: Begin (offset 7) */
+   /* _mesa_function_pool[34165]: Begin (offset 7) */
    "i\0"
    "glBegin\0"
    "\0"
-   /* _mesa_function_pool[34200]: LightModeli (offset 165) */
+   /* _mesa_function_pool[34176]: LightModeli (offset 165) */
    "ii\0"
    "glLightModeli\0"
    "\0"
-   /* _mesa_function_pool[34218]: VertexAttribI4ivEXT (will be remapped) */
-   "ip\0"
-   "glVertexAttribI4ivEXT\0"
-   "glVertexAttribI4iv\0"
+   /* _mesa_function_pool[34194]: FogCoordPointerListIBM (dynamic) */
+   "iipi\0"
+   "glFogCoordPointerListIBM\0"
    "\0"
-   /* _mesa_function_pool[34263]: Rectfv (offset 89) */
+   /* _mesa_function_pool[34225]: Rectfv (offset 89) */
    "pp\0"
    "glRectfv\0"
    "\0"
-   /* _mesa_function_pool[34276]: LightModelf (offset 163) */
+   /* _mesa_function_pool[34238]: LightModelf (offset 163) */
    "if\0"
    "glLightModelf\0"
    "\0"
-   /* _mesa_function_pool[34294]: GetTexParameterfv (offset 282) */
+   /* _mesa_function_pool[34256]: GetTexParameterfv (offset 282) */
    "iip\0"
    "glGetTexParameterfv\0"
    "\0"
-   /* _mesa_function_pool[34319]: GetLightfv (offset 264) */
+   /* _mesa_function_pool[34281]: GetLightfv (offset 264) */
    "iip\0"
    "glGetLightfv\0"
    "\0"
-   /* _mesa_function_pool[34337]: PixelTransformParameterivEXT (dynamic) */
+   /* _mesa_function_pool[34299]: PixelTransformParameterivEXT (dynamic) */
    "iip\0"
    "glPixelTransformParameterivEXT\0"
    "\0"
-   /* _mesa_function_pool[34373]: BinormalPointerEXT (dynamic) */
+   /* _mesa_function_pool[34335]: BinormalPointerEXT (dynamic) */
    "iip\0"
    "glBinormalPointerEXT\0"
    "\0"
-   /* _mesa_function_pool[34399]: VertexAttrib1dNV (will be remapped) */
-   "id\0"
-   "glVertexAttrib1dNV\0"
+   /* _mesa_function_pool[34361]: VertexP4uiv (will be remapped) */
+   "ip\0"
+   "glVertexP4uiv\0"
    "\0"
-   /* _mesa_function_pool[34422]: GetCombinerInputParameterivNV (will be remapped) */
+   /* _mesa_function_pool[34379]: GetCombinerInputParameterivNV (will be remapped) */
    "iiiip\0"
    "glGetCombinerInputParameterivNV\0"
    "\0"
-   /* _mesa_function_pool[34461]: Disable (offset 214) */
+   /* _mesa_function_pool[34418]: Disable (offset 214) */
    "i\0"
    "glDisable\0"
    "\0"
-   /* _mesa_function_pool[34474]: MultiTexCoord2fvARB (offset 387) */
+   /* _mesa_function_pool[34431]: MultiTexCoord2fvARB (offset 387) */
    "ip\0"
    "glMultiTexCoord2fv\0"
    "glMultiTexCoord2fvARB\0"
    "\0"
-   /* _mesa_function_pool[34519]: GetRenderbufferParameterivEXT (will be remapped) */
+   /* _mesa_function_pool[34476]: GetRenderbufferParameterivEXT (will be remapped) */
    "iip\0"
    "glGetRenderbufferParameteriv\0"
    "glGetRenderbufferParameterivEXT\0"
    "\0"
-   /* _mesa_function_pool[34585]: CombinerParameterivNV (will be remapped) */
+   /* _mesa_function_pool[34542]: CombinerParameterivNV (will be remapped) */
    "ip\0"
    "glCombinerParameterivNV\0"
    "\0"
-   /* _mesa_function_pool[34613]: GenFragmentShadersATI (will be remapped) */
+   /* _mesa_function_pool[34570]: GenFragmentShadersATI (will be remapped) */
    "i\0"
    "glGenFragmentShadersATI\0"
    "\0"
-   /* _mesa_function_pool[34640]: DrawArrays (offset 310) */
+   /* _mesa_function_pool[34597]: DrawArrays (offset 310) */
    "iii\0"
    "glDrawArrays\0"
    "glDrawArraysEXT\0"
    "\0"
-   /* _mesa_function_pool[34674]: WeightuivARB (dynamic) */
+   /* _mesa_function_pool[34631]: WeightuivARB (dynamic) */
    "ip\0"
    "glWeightuivARB\0"
    "\0"
-   /* _mesa_function_pool[34693]: GetVertexAttribIivEXT (will be remapped) */
+   /* _mesa_function_pool[34650]: GetVertexAttribIivEXT (will be remapped) */
    "iip\0"
    "glGetVertexAttribIivEXT\0"
    "glGetVertexAttribIiv\0"
    "\0"
-   /* _mesa_function_pool[34743]: VertexAttrib2sARB (will be remapped) */
+   /* _mesa_function_pool[34700]: VertexAttrib2sARB (will be remapped) */
    "iii\0"
    "glVertexAttrib2s\0"
    "glVertexAttrib2sARB\0"
    "\0"
-   /* _mesa_function_pool[34785]: GetnTexImageARB (will be remapped) */
+   /* _mesa_function_pool[34742]: GetnTexImageARB (will be remapped) */
    "iiiiip\0"
    "glGetnTexImageARB\0"
    "\0"
-   /* _mesa_function_pool[34811]: ColorMask (offset 210) */
+   /* _mesa_function_pool[34768]: ColorMask (offset 210) */
    "iiii\0"
    "glColorMask\0"
    "\0"
-   /* _mesa_function_pool[34829]: GenAsyncMarkersSGIX (dynamic) */
+   /* _mesa_function_pool[34786]: GenAsyncMarkersSGIX (dynamic) */
    "i\0"
    "glGenAsyncMarkersSGIX\0"
    "\0"
-   /* _mesa_function_pool[34854]: DebugMessageInsertARB (will be remapped) */
+   /* _mesa_function_pool[34811]: DebugMessageInsertARB (will be remapped) */
    "iiiiip\0"
    "glDebugMessageInsertARB\0"
    "\0"
-   /* _mesa_function_pool[34886]: GetListParameterivSGIX (dynamic) */
+   /* _mesa_function_pool[34843]: GetListParameterivSGIX (dynamic) */
    "iip\0"
    "glGetListParameterivSGIX\0"
    "\0"
-   /* _mesa_function_pool[34916]: BindBufferARB (will be remapped) */
+   /* _mesa_function_pool[34873]: BindBufferARB (will be remapped) */
    "ii\0"
    "glBindBuffer\0"
    "glBindBufferARB\0"
    "\0"
-   /* _mesa_function_pool[34949]: GetInfoLogARB (will be remapped) */
+   /* _mesa_function_pool[34906]: GetInfoLogARB (will be remapped) */
    "iipp\0"
    "glGetInfoLogARB\0"
    "\0"
-   /* _mesa_function_pool[34971]: RasterPos4iv (offset 83) */
+   /* _mesa_function_pool[34928]: RasterPos4iv (offset 83) */
    "p\0"
    "glRasterPos4iv\0"
    "\0"
-   /* _mesa_function_pool[34989]: Enable (offset 215) */
+   /* _mesa_function_pool[34946]: Enable (offset 215) */
    "i\0"
    "glEnable\0"
    "\0"
-   /* _mesa_function_pool[35001]: LineStipple (offset 167) */
+   /* _mesa_function_pool[34958]: LineStipple (offset 167) */
    "ii\0"
    "glLineStipple\0"
    "\0"
+   /* _mesa_function_pool[34976]: FragmentLightfSGIX (dynamic) */
+   "iif\0"
+   "glFragmentLightfSGIX\0"
+   "\0"
+   /* _mesa_function_pool[35002]: SetFenceNV (will be remapped) */
+   "ii\0"
+   "glSetFenceNV\0"
+   "\0"
    /* _mesa_function_pool[35019]: VertexAttribs4svNV (will be remapped) */
    "iip\0"
    "glVertexAttribs4svNV\0"
@@ -5136,687 +5136,687 @@ static const char _mesa_function_pool[] =
 
 /* these functions need to be remapped */
 static const struct gl_function_pool_remap MESA_remap_table_functions[] = {
-   {  1661, AttachShader_remap_index },
-   { 10754, CreateProgram_remap_index },
-   { 24790, CreateShader_remap_index },
-   { 27400, DeleteProgram_remap_index },
-   { 20100, DeleteShader_remap_index },
-   { 25319, DetachShader_remap_index },
-   { 19330, GetAttachedShaders_remap_index },
-   {  5407, GetProgramInfoLog_remap_index },
-   {   425, GetProgramiv_remap_index },
-   {  7297, GetShaderInfoLog_remap_index },
-   { 33274, GetShaderiv_remap_index },
-   { 14303, IsProgram_remap_index },
-   { 13204, IsShader_remap_index },
-   { 10884, StencilFuncSeparate_remap_index },
-   {  4334, StencilMaskSeparate_remap_index },
-   {  8362, StencilOpSeparate_remap_index },
-   { 24024, UniformMatrix2x3fv_remap_index },
-   {  3108, UniformMatrix2x4fv_remap_index },
+   {  1758, AttachShader_remap_index },
+   { 10938, CreateProgram_remap_index },
+   { 24675, CreateShader_remap_index },
+   { 27375, DeleteProgram_remap_index },
+   { 20075, DeleteShader_remap_index },
+   { 25204, DetachShader_remap_index },
+   { 19361, GetAttachedShaders_remap_index },
+   {  5435, GetProgramInfoLog_remap_index },
+   {   453, GetProgramiv_remap_index },
+   {  7379, GetShaderInfoLog_remap_index },
+   { 33250, GetShaderiv_remap_index },
+   { 14448, IsProgram_remap_index },
+   { 13350, IsShader_remap_index },
+   { 11068, StencilFuncSeparate_remap_index },
+   {  4312, StencilMaskSeparate_remap_index },
+   {  8508, StencilOpSeparate_remap_index },
+   { 23870, UniformMatrix2x3fv_remap_index },
+   {  3181, UniformMatrix2x4fv_remap_index },
    { 35075, UniformMatrix3x2fv_remap_index },
-   { 32574, UniformMatrix3x4fv_remap_index },
-   { 17432, UniformMatrix4x2fv_remap_index },
-   {  3599, UniformMatrix4x3fv_remap_index },
-   {  5630, ClampColor_remap_index },
-   { 19384, ClearBufferfi_remap_index },
-   { 18800, ClearBufferfv_remap_index },
-   { 31529, ClearBufferiv_remap_index },
-   { 14508, ClearBufferuiv_remap_index },
-   { 21523, GetStringi_remap_index },
-   { 19942, TexBuffer_remap_index },
-   {   958, FramebufferTexture_remap_index },
-   { 28455, GetBufferParameteri64v_remap_index },
-   { 10984, GetInteger64i_v_remap_index },
-   { 25104, VertexAttribDivisor_remap_index },
-   { 10772, LoadTransposeMatrixdARB_remap_index },
-   { 33003, LoadTransposeMatrixfARB_remap_index },
-   {  6315, MultTransposeMatrixdARB_remap_index },
-   { 25506, MultTransposeMatrixfARB_remap_index },
-   {   236, SampleCoverageARB_remap_index },
-   {  6560, CompressedTexImage1DARB_remap_index },
-   { 26034, CompressedTexImage2DARB_remap_index },
-   {  4397, CompressedTexImage3DARB_remap_index },
-   { 19672, CompressedTexSubImage1DARB_remap_index },
-   {  2217, CompressedTexSubImage2DARB_remap_index },
-   { 21945, CompressedTexSubImage3DARB_remap_index },
-   { 30596, GetCompressedTexImageARB_remap_index },
-   {  4191, DisableVertexAttribArrayARB_remap_index },
-   { 32139, EnableVertexAttribArrayARB_remap_index },
-   { 34117, GetProgramEnvParameterdvARB_remap_index },
-   { 25386, GetProgramEnvParameterfvARB_remap_index },
-   { 29452, GetProgramLocalParameterdvARB_remap_index },
-   {  8838, GetProgramLocalParameterfvARB_remap_index },
-   { 19848, GetProgramStringARB_remap_index },
-   { 29647, GetProgramivARB_remap_index },
-   { 22140, GetVertexAttribdvARB_remap_index },
-   { 17240, GetVertexAttribfvARB_remap_index },
-   { 10563, GetVertexAttribivARB_remap_index },
-   { 20960, ProgramEnvParameter4dARB_remap_index },
-   { 27150, ProgramEnvParameter4dvARB_remap_index },
-   { 18098, ProgramEnvParameter4fARB_remap_index },
-   {  9713, ProgramEnvParameter4fvARB_remap_index },
-   {  4360, ProgramLocalParameter4dARB_remap_index },
-   { 14013, ProgramLocalParameter4dvARB_remap_index },
-   { 31550, ProgramLocalParameter4fARB_remap_index },
-   { 27796, ProgramLocalParameter4fvARB_remap_index },
-   { 30289, ProgramStringARB_remap_index },
-   { 21254, VertexAttrib1dARB_remap_index },
-   { 16841, VertexAttrib1dvARB_remap_index },
-   {  4556, VertexAttrib1fARB_remap_index },
+   { 32575, UniformMatrix3x4fv_remap_index },
+   { 17481, UniformMatrix4x2fv_remap_index },
+   {  3620, UniformMatrix4x3fv_remap_index },
+   {  5658, ClampColor_remap_index },
+   { 19415, ClearBufferfi_remap_index },
+   { 18831, ClearBufferfv_remap_index },
+   { 31556, ClearBufferiv_remap_index },
+   { 14646, ClearBufferuiv_remap_index },
+   { 21412, GetStringi_remap_index },
+   { 19917, TexBuffer_remap_index },
+   {   986, FramebufferTexture_remap_index },
+   { 28442, GetBufferParameteri64v_remap_index },
+   { 11168, GetInteger64i_v_remap_index },
+   { 25017, VertexAttribDivisor_remap_index },
+   { 10956, LoadTransposeMatrixdARB_remap_index },
+   { 32979, LoadTransposeMatrixfARB_remap_index },
+   {  6402, MultTransposeMatrixdARB_remap_index },
+   { 25391, MultTransposeMatrixfARB_remap_index },
+   {   264, SampleCoverageARB_remap_index },
+   {  6586, CompressedTexImage1DARB_remap_index },
+   { 25919, CompressedTexImage2DARB_remap_index },
+   {  4375, CompressedTexImage3DARB_remap_index },
+   { 19666, CompressedTexSubImage1DARB_remap_index },
+   {  2326, CompressedTexSubImage2DARB_remap_index },
+   { 21834, CompressedTexSubImage3DARB_remap_index },
+   { 30620, GetCompressedTexImageARB_remap_index },
+   {  4186, DisableVertexAttribArrayARB_remap_index },
+   { 32140, EnableVertexAttribArrayARB_remap_index },
+   { 34093, GetProgramEnvParameterdvARB_remap_index },
+   { 25271, GetProgramEnvParameterfvARB_remap_index },
+   { 29490, GetProgramLocalParameterdvARB_remap_index },
+   {  8978, GetProgramLocalParameterfvARB_remap_index },
+   { 19823, GetProgramStringARB_remap_index },
+   { 29685, GetProgramivARB_remap_index },
+   { 22029, GetVertexAttribdvARB_remap_index },
+   { 17314, GetVertexAttribfvARB_remap_index },
+   { 10747, GetVertexAttribivARB_remap_index },
+   { 20867, ProgramEnvParameter4dARB_remap_index },
+   { 27084, ProgramEnvParameter4dvARB_remap_index },
+   { 18133, ProgramEnvParameter4fARB_remap_index },
+   {  9886, ProgramEnvParameter4fvARB_remap_index },
+   {  4338, ProgramLocalParameter4dARB_remap_index },
+   { 14158, ProgramLocalParameter4dvARB_remap_index },
+   { 31577, ProgramLocalParameter4fARB_remap_index },
+   { 27761, ProgramLocalParameter4fvARB_remap_index },
+   { 30327, ProgramStringARB_remap_index },
+   { 21160, VertexAttrib1dARB_remap_index },
+   { 16915, VertexAttrib1dvARB_remap_index },
+   {  4534, VertexAttrib1fARB_remap_index },
    { 35156, VertexAttrib1fvARB_remap_index },
-   {  7888, VertexAttrib1sARB_remap_index },
-   {  2412, VertexAttrib1svARB_remap_index },
-   { 16254, VertexAttrib2dARB_remap_index },
-   { 18821, VertexAttrib2dvARB_remap_index },
-   {  1744, VertexAttrib2fARB_remap_index },
-   { 18934, VertexAttrib2fvARB_remap_index },
-   { 34743, VertexAttrib2sARB_remap_index },
-   { 33754, VertexAttrib2svARB_remap_index },
-   { 12188, VertexAttrib3dARB_remap_index },
-   {  9380, VertexAttrib3dvARB_remap_index },
-   {  1831, VertexAttrib3fARB_remap_index },
-   { 24341, VertexAttrib3fvARB_remap_index },
-   { 30136, VertexAttrib3sARB_remap_index },
-   { 21882, VertexAttrib3svARB_remap_index },
-   {  5450, VertexAttrib4NbvARB_remap_index },
-   { 19207, VertexAttrib4NivARB_remap_index },
-   { 24296, VertexAttrib4NsvARB_remap_index },
-   { 25338, VertexAttrib4NubARB_remap_index },
-   { 34000, VertexAttrib4NubvARB_remap_index },
-   { 20611, VertexAttrib4NuivARB_remap_index },
-   {  3429, VertexAttrib4NusvARB_remap_index },
-   { 11777, VertexAttrib4bvARB_remap_index },
-   { 28825, VertexAttrib4dARB_remap_index },
-   { 22955, VertexAttrib4dvARB_remap_index },
-   { 12342, VertexAttrib4fARB_remap_index },
-   { 12746, VertexAttrib4fvARB_remap_index },
-   { 11127, VertexAttrib4ivARB_remap_index },
-   { 18614, VertexAttrib4sARB_remap_index },
-   { 33189, VertexAttrib4svARB_remap_index },
-   { 17903, VertexAttrib4ubvARB_remap_index },
-   { 32463, VertexAttrib4uivARB_remap_index },
-   { 21693, VertexAttrib4usvARB_remap_index },
-   { 23819, VertexAttribPointerARB_remap_index },
-   { 34916, BindBufferARB_remap_index },
-   {  7595, BufferDataARB_remap_index },
-   {  1582, BufferSubDataARB_remap_index },
-   { 32749, DeleteBuffersARB_remap_index },
+   {  8009, VertexAttrib1sARB_remap_index },
+   {  2521, VertexAttrib1svARB_remap_index },
+   { 16328, VertexAttrib2dARB_remap_index },
+   { 18852, VertexAttrib2dvARB_remap_index },
+   {  1808, VertexAttrib2fARB_remap_index },
+   { 18965, VertexAttrib2fvARB_remap_index },
+   { 34700, VertexAttrib2sARB_remap_index },
+   { 33730, VertexAttrib2svARB_remap_index },
+   { 12342, VertexAttrib3dARB_remap_index },
+   {  9553, VertexAttrib3dvARB_remap_index },
+   {  1895, VertexAttrib3fARB_remap_index },
+   { 24226, VertexAttrib3fvARB_remap_index },
+   { 30174, VertexAttrib3sARB_remap_index },
+   { 21771, VertexAttrib3svARB_remap_index },
+   {  5478, VertexAttrib4NbvARB_remap_index },
+   { 19238, VertexAttrib4NivARB_remap_index },
+   { 24181, VertexAttrib4NsvARB_remap_index },
+   { 25223, VertexAttrib4NubARB_remap_index },
+   { 33976, VertexAttrib4NubvARB_remap_index },
+   { 20518, VertexAttrib4NuivARB_remap_index },
+   {  3493, VertexAttrib4NusvARB_remap_index },
+   { 11956, VertexAttrib4bvARB_remap_index },
+   { 28812, VertexAttrib4dARB_remap_index },
+   { 22801, VertexAttrib4dvARB_remap_index },
+   { 12496, VertexAttrib4fARB_remap_index },
+   { 12900, VertexAttrib4fvARB_remap_index },
+   { 11342, VertexAttrib4ivARB_remap_index },
+   { 18645, VertexAttrib4sARB_remap_index },
+   { 33165, VertexAttrib4svARB_remap_index },
+   { 17938, VertexAttrib4ubvARB_remap_index },
+   { 32464, VertexAttrib4uivARB_remap_index },
+   { 21582, VertexAttrib4usvARB_remap_index },
+   { 23686, VertexAttribPointerARB_remap_index },
+   { 34873, BindBufferARB_remap_index },
+   {  7716, BufferDataARB_remap_index },
+   {  1626, BufferSubDataARB_remap_index },
+   { 32750, DeleteBuffersARB_remap_index },
    { 35199, GenBuffersARB_remap_index },
-   { 18977, GetBufferParameterivARB_remap_index },
-   { 18050, GetBufferPointervARB_remap_index },
-   {  1535, GetBufferSubDataARB_remap_index },
-   { 32411, IsBufferARB_remap_index },
-   { 28299, MapBufferARB_remap_index },
-   { 33404, UnmapBufferARB_remap_index },
-   {   332, BeginQueryARB_remap_index },
-   { 21349, DeleteQueriesARB_remap_index },
-   { 13065, EndQueryARB_remap_index },
-   { 31098, GenQueriesARB_remap_index },
-   {  2109, GetQueryObjectivARB_remap_index },
-   { 18658, GetQueryObjectuivARB_remap_index },
-   {  1888, GetQueryivARB_remap_index },
-   { 21600, IsQueryARB_remap_index },
-   {  8990, AttachObjectARB_remap_index },
-   { 20062, CompileShaderARB_remap_index },
-   {  3541, CreateProgramObjectARB_remap_index },
-   {  7540, CreateShaderObjectARB_remap_index },
-   { 15537, DeleteObjectARB_remap_index },
-   { 25825, DetachObjectARB_remap_index },
-   { 12810, GetActiveUniformARB_remap_index },
-   { 10205, GetAttachedObjectsARB_remap_index },
-   { 10512, GetHandleARB_remap_index },
-   { 34949, GetInfoLogARB_remap_index },
-   { 34071, GetObjectParameterfvARB_remap_index },
-   { 29326, GetObjectParameterivARB_remap_index },
-   { 30856, GetShaderSourceARB_remap_index },
-   { 29996, GetUniformLocationARB_remap_index },
-   { 25608, GetUniformfvARB_remap_index },
-   { 13588, GetUniformivARB_remap_index },
-   { 21738, LinkProgramARB_remap_index },
-   { 21796, ShaderSourceARB_remap_index },
-   {  8262, Uniform1fARB_remap_index },
-   { 31801, Uniform1fvARB_remap_index },
-   { 23767, Uniform1iARB_remap_index },
-   { 22593, Uniform1ivARB_remap_index },
-   {  2361, Uniform2fARB_remap_index },
-   { 15373, Uniform2fvARB_remap_index },
-   { 28167, Uniform2iARB_remap_index },
-   {  2498, Uniform2ivARB_remap_index },
-   { 20172, Uniform3fARB_remap_index },
-   { 10235, Uniform3fvARB_remap_index },
-   {  7151, Uniform3iARB_remap_index },
-   { 18156, Uniform3ivARB_remap_index },
-   { 20766, Uniform4fARB_remap_index },
-   { 25472, Uniform4fvARB_remap_index },
-   { 26759, Uniform4iARB_remap_index },
-   { 22106, Uniform4ivARB_remap_index },
-   {  9042, UniformMatrix2fvARB_remap_index },
+   { 19008, GetBufferParameterivARB_remap_index },
+   { 18085, GetBufferPointervARB_remap_index },
+   {  1579, GetBufferSubDataARB_remap_index },
+   { 32412, IsBufferARB_remap_index },
+   { 28286, MapBufferARB_remap_index },
+   { 33380, UnmapBufferARB_remap_index },
+   {   360, BeginQueryARB_remap_index },
+   { 21238, DeleteQueriesARB_remap_index },
+   { 13211, EndQueryARB_remap_index },
+   { 31099, GenQueriesARB_remap_index },
+   {  2218, GetQueryObjectivARB_remap_index },
+   { 18689, GetQueryObjectuivARB_remap_index },
+   {  1997, GetQueryivARB_remap_index },
+   { 21489, IsQueryARB_remap_index },
+   {  9163, AttachObjectARB_remap_index },
+   { 20037, CompileShaderARB_remap_index },
+   {  3562, CreateProgramObjectARB_remap_index },
+   {  7661, CreateShaderObjectARB_remap_index },
+   { 15611, DeleteObjectARB_remap_index },
+   { 25710, DetachObjectARB_remap_index },
+   { 12964, GetActiveUniformARB_remap_index },
+   { 10389, GetAttachedObjectsARB_remap_index },
+   { 10696, GetHandleARB_remap_index },
+   { 34906, GetInfoLogARB_remap_index },
+   { 34047, GetObjectParameterfvARB_remap_index },
+   { 29364, GetObjectParameterivARB_remap_index },
+   { 30857, GetShaderSourceARB_remap_index },
+   { 30034, GetUniformLocationARB_remap_index },
+   { 25493, GetUniformfvARB_remap_index },
+   { 13733, GetUniformivARB_remap_index },
+   { 21627, LinkProgramARB_remap_index },
+   { 21685, ShaderSourceARB_remap_index },
+   {  8408, Uniform1fARB_remap_index },
+   { 31803, Uniform1fvARB_remap_index },
+   { 23634, Uniform1iARB_remap_index },
+   { 22439, Uniform1ivARB_remap_index },
+   {  2470, Uniform2fARB_remap_index },
+   { 15447, Uniform2fvARB_remap_index },
+   { 28153, Uniform2iARB_remap_index },
+   {  2590, Uniform2ivARB_remap_index },
+   { 20147, Uniform3fARB_remap_index },
+   { 10419, Uniform3fvARB_remap_index },
+   {  7190, Uniform3iARB_remap_index },
+   { 18191, Uniform3ivARB_remap_index },
+   { 20673, Uniform4fARB_remap_index },
+   { 25357, Uniform4fvARB_remap_index },
+   { 26694, Uniform4iARB_remap_index },
+   { 21995, Uniform4ivARB_remap_index },
+   {  9215, UniformMatrix2fvARB_remap_index },
    {    17, UniformMatrix3fvARB_remap_index },
-   {  2934, UniformMatrix4fvARB_remap_index },
-   { 27262, UseProgramObjectARB_remap_index },
-   { 15942, ValidateProgramARB_remap_index },
-   { 22998, BindAttribLocationARB_remap_index },
-   {  5495, GetActiveAttribARB_remap_index },
-   { 17770, GetAttribLocationARB_remap_index },
-   { 31461, DrawBuffersARB_remap_index },
-   { 31294, ClampColorARB_remap_index },
-   { 19252, DrawArraysInstancedARB_remap_index },
-   {  7212, DrawElementsInstancedARB_remap_index },
-   { 14118, RenderbufferStorageMultisample_remap_index },
-   { 14589, FramebufferTextureARB_remap_index },
-   { 27698, FramebufferTextureFaceARB_remap_index },
-   { 25974, ProgramParameteriARB_remap_index },
-   {  6732, VertexAttribDivisorARB_remap_index },
-   { 20814, FlushMappedBufferRange_remap_index },
-   { 29763, MapBufferRange_remap_index },
-   { 29670, TexBufferARB_remap_index },
-   { 17570, BindVertexArray_remap_index },
-   { 15746, GenVertexArrays_remap_index },
-   { 32341, CopyBufferSubData_remap_index },
-   { 33293, ClientWaitSync_remap_index },
-   {  2853, DeleteSync_remap_index },
-   {  7929, FenceSync_remap_index },
-   { 16313, GetInteger64v_remap_index },
-   { 24403, GetSynciv_remap_index },
-   { 31400, IsSync_remap_index },
-   { 10136, WaitSync_remap_index },
-   {  4159, DrawElementsBaseVertex_remap_index },
-   { 19900, DrawElementsInstancedBaseVertex_remap_index },
-   { 32653, DrawRangeElementsBaseVertex_remap_index },
-   { 28330, MultiDrawElementsBaseVertex_remap_index },
-   { 17836, BlendEquationSeparateiARB_remap_index },
-   { 19070, BlendEquationiARB_remap_index },
-   { 13527, BlendFuncSeparateiARB_remap_index },
-   { 10611, BlendFunciARB_remap_index },
-   { 25235, BindFragDataLocationIndexed_remap_index },
-   { 23335, GetFragDataIndex_remap_index },
-   {  8904, BindSampler_remap_index },
-   {  4535, DeleteSamplers_remap_index },
-   { 21187, GenSamplers_remap_index },
-   { 31332, GetSamplerParameterIiv_remap_index },
-   { 20708, GetSamplerParameterIuiv_remap_index },
-   {  5327, GetSamplerParameterfv_remap_index },
-   { 27419, GetSamplerParameteriv_remap_index },
-   { 15291, IsSampler_remap_index },
-   { 17523, SamplerParameterIiv_remap_index },
-   { 32692, SamplerParameterIuiv_remap_index },
-   { 24076, SamplerParameterf_remap_index },
-   { 17697, SamplerParameterfv_remap_index },
-   { 24051, SamplerParameteri_remap_index },
-   { 19446, SamplerParameteriv_remap_index },
-   { 20270, ColorP3ui_remap_index },
-   { 32940, ColorP3uiv_remap_index },
-   { 22699, ColorP4ui_remap_index },
-   {  4302, ColorP4uiv_remap_index },
-   { 26961, MultiTexCoordP1ui_remap_index },
-   { 13501, MultiTexCoordP1uiv_remap_index },
-   {  1719, MultiTexCoordP2ui_remap_index },
-   { 32113, MultiTexCoordP2uiv_remap_index },
-   { 14903, MultiTexCoordP3ui_remap_index },
-   { 11203, MultiTexCoordP3uiv_remap_index },
-   { 23620, MultiTexCoordP4ui_remap_index },
-   {  4021, MultiTexCoordP4uiv_remap_index },
-   { 31759, NormalP3ui_remap_index },
-   { 20446, NormalP3uiv_remap_index },
-   { 26664, SecondaryColorP3ui_remap_index },
-   { 20464, SecondaryColorP3uiv_remap_index },
-   {  2834, TexCoordP1ui_remap_index },
-   {  2601, TexCoordP1uiv_remap_index },
-   { 15822, TexCoordP2ui_remap_index },
-   {   216, TexCoordP2uiv_remap_index },
-   {  6439, TexCoordP3ui_remap_index },
-   { 24004, TexCoordP3uiv_remap_index },
-   {  2017, TexCoordP4ui_remap_index },
-   {  5899, TexCoordP4uiv_remap_index },
-   { 10654, VertexAttribP1ui_remap_index },
-   { 15090, VertexAttribP1uiv_remap_index },
-   { 31776, VertexAttribP2ui_remap_index },
-   {  5691, VertexAttribP2uiv_remap_index },
-   {  3494, VertexAttribP3ui_remap_index },
-   { 21205, VertexAttribP3uiv_remap_index },
-   { 15116, VertexAttribP4ui_remap_index },
-   { 17098, VertexAttribP4uiv_remap_index },
-   {  5433, VertexP2ui_remap_index },
-   { 16668, VertexP2uiv_remap_index },
-   {  2481, VertexP3ui_remap_index },
-   { 17618, VertexP3uiv_remap_index },
-   { 10164, VertexP4ui_remap_index },
-   {  3476, VertexP4uiv_remap_index },
-   {  5717, BindTransformFeedback_remap_index },
-   {  3568, DeleteTransformFeedbacks_remap_index },
-   {  7184, DrawTransformFeedback_remap_index },
-   { 10372, GenTransformFeedbacks_remap_index },
-   { 30179, IsTransformFeedback_remap_index },
-   { 27891, PauseTransformFeedback_remap_index },
-   {  6200, ResumeTransformFeedback_remap_index },
-   { 23318, ClearDepthf_remap_index },
-   {  7488, DepthRangef_remap_index },
-   { 15558, GetShaderPrecisionFormat_remap_index },
-   { 10824, ReleaseShaderCompiler_remap_index },
-   { 11820, ShaderBinary_remap_index },
-   {  1463, DebugMessageCallbackARB_remap_index },
-   { 10530, DebugMessageControlARB_remap_index },
-   { 34854, DebugMessageInsertARB_remap_index },
-   {  3032, GetDebugMessageLogARB_remap_index },
-   {   985, GetGraphicsResetStatusARB_remap_index },
-   { 26539, GetnColorTableARB_remap_index },
-   {  8673, GetnCompressedTexImageARB_remap_index },
-   {  4251, GetnConvolutionFilterARB_remap_index },
-   { 16884, GetnHistogramARB_remap_index },
-   { 25298, GetnMapdvARB_remap_index },
-   { 23798, GetnMapfvARB_remap_index },
-   {  2340, GetnMapivARB_remap_index },
-   { 18418, GetnMinmaxARB_remap_index },
-   {  4923, GetnPixelMapfvARB_remap_index },
-   { 20585, GetnPixelMapuivARB_remap_index },
-   {  3221, GetnPixelMapusvARB_remap_index },
-   {  1385, GetnPolygonStippleARB_remap_index },
-   { 22783, GetnSeparableFilterARB_remap_index },
-   { 34785, GetnTexImageARB_remap_index },
-   { 19875, GetnUniformdvARB_remap_index },
-   {  5024, GetnUniformfvARB_remap_index },
-   { 10679, GetnUniformivARB_remap_index },
-   { 24252, GetnUniformuivARB_remap_index },
-   {  3135, ReadnPixelsARB_remap_index },
-   {  1272, TexStorage1D_remap_index },
-   {  4813, TexStorage2D_remap_index },
-   { 30785, TexStorage3D_remap_index },
-   {  4948, TextureStorage1DEXT_remap_index },
-   { 30566, TextureStorage2DEXT_remap_index },
-   { 30360, TextureStorage3DEXT_remap_index },
-   {  6068, PolygonOffsetEXT_remap_index },
-   { 25025, GetPixelTexGenParameterfvSGIS_remap_index },
-   {  4873, GetPixelTexGenParameterivSGIS_remap_index },
-   { 24758, PixelTexGenParameterfSGIS_remap_index },
-   {   644, PixelTexGenParameterfvSGIS_remap_index },
-   { 13626, PixelTexGenParameteriSGIS_remap_index },
-   { 14763, PixelTexGenParameterivSGIS_remap_index },
-   { 19571, SampleMaskSGIS_remap_index },
-   { 21540, SamplePatternSGIS_remap_index },
-   { 28240, ColorPointerEXT_remap_index },
-   { 18864, EdgeFlagPointerEXT_remap_index },
-   {  6805, IndexPointerEXT_remap_index },
-   {  6885, NormalPointerEXT_remap_index },
-   { 16952, TexCoordPointerEXT_remap_index },
-   {  7718, VertexPointerEXT_remap_index },
-   {  3935, PointParameterfEXT_remap_index },
-   {  8569, PointParameterfvEXT_remap_index },
-   { 34169, LockArraysEXT_remap_index },
-   { 16006, UnlockArraysEXT_remap_index },
-   {  1293, SecondaryColor3bEXT_remap_index },
-   {  8762, SecondaryColor3bvEXT_remap_index },
-   { 11330, SecondaryColor3dEXT_remap_index },
-   { 27468, SecondaryColor3dvEXT_remap_index },
-   { 30045, SecondaryColor3fEXT_remap_index },
-   { 19608, SecondaryColor3fvEXT_remap_index },
-   {   490, SecondaryColor3iEXT_remap_index },
-   { 17288, SecondaryColor3ivEXT_remap_index },
-   { 10912, SecondaryColor3sEXT_remap_index },
-   { 32957, SecondaryColor3svEXT_remap_index },
-   { 29162, SecondaryColor3ubEXT_remap_index },
-   { 22889, SecondaryColor3ubvEXT_remap_index },
-   { 13868, SecondaryColor3uiEXT_remap_index },
-   { 24645, SecondaryColor3uivEXT_remap_index },
-   { 27748, SecondaryColor3usEXT_remap_index },
-   { 13941, SecondaryColor3usvEXT_remap_index },
-   { 12689, SecondaryColorPointerEXT_remap_index },
-   { 27562, MultiDrawArraysEXT_remap_index },
-   { 22528, MultiDrawElementsEXT_remap_index },
-   { 22739, FogCoordPointerEXT_remap_index },
-   {  5075, FogCoorddEXT_remap_index },
-   { 33570, FogCoorddvEXT_remap_index },
-   {  5192, FogCoordfEXT_remap_index },
-   { 29085, FogCoordfvEXT_remap_index },
-   { 12789, PixelTexGenSGIX_remap_index },
-   { 29690, BlendFuncSeparateEXT_remap_index },
-   {  7630, FlushVertexArrayRangeNV_remap_index },
-   {  6017, VertexArrayRangeNV_remap_index },
-   { 30110, CombinerInputNV_remap_index },
-   {  2283, CombinerOutputNV_remap_index },
-   { 33110, CombinerParameterfNV_remap_index },
-   {  5871, CombinerParameterfvNV_remap_index },
-   { 24101, CombinerParameteriNV_remap_index },
-   { 34585, CombinerParameterivNV_remap_index },
-   {  8006, FinalCombinerInputNV_remap_index },
-   {  1680, GetCombinerInputParameterfvNV_remap_index },
-   { 34422, GetCombinerInputParameterivNV_remap_index },
-   { 14864, GetCombinerOutputParameterfvNV_remap_index },
-   { 14692, GetCombinerOutputParameterivNV_remap_index },
-   {  7392, GetFinalCombinerInputParameterfvNV_remap_index },
-   { 26606, GetFinalCombinerInputParameterivNV_remap_index },
-   { 13479, ResizeBuffersMESA_remap_index },
-   { 12015, WindowPos2dMESA_remap_index },
-   {  1065, WindowPos2dvMESA_remap_index },
+   {  3007, UniformMatrix4fvARB_remap_index },
+   { 27237, UseProgramObjectARB_remap_index },
+   { 16016, ValidateProgramARB_remap_index },
+   { 22844, BindAttribLocationARB_remap_index },
+   {  5523, GetActiveAttribARB_remap_index },
+   { 17872, GetAttribLocationARB_remap_index },
+   { 31488, DrawBuffersARB_remap_index },
+   { 31295, ClampColorARB_remap_index },
+   { 19283, DrawArraysInstancedARB_remap_index },
+   {  7251, DrawElementsInstancedARB_remap_index },
+   { 14263, RenderbufferStorageMultisample_remap_index },
+   { 14727, FramebufferTextureARB_remap_index },
+   { 27663, FramebufferTextureFaceARB_remap_index },
+   { 25859, ProgramParameteriARB_remap_index },
+   { 25175, VertexAttribDivisorARB_remap_index },
+   { 20721, FlushMappedBufferRange_remap_index },
+   { 29801, MapBufferRange_remap_index },
+   { 29708, TexBufferARB_remap_index },
+   { 17619, BindVertexArray_remap_index },
+   { 15820, GenVertexArrays_remap_index },
+   { 32342, CopyBufferSubData_remap_index },
+   { 33269, ClientWaitSync_remap_index },
+   {  2926, DeleteSync_remap_index },
+   {  8050, FenceSync_remap_index },
+   { 16387, GetInteger64v_remap_index },
+   { 24288, GetSynciv_remap_index },
+   { 31427, IsSync_remap_index },
+   { 10319, WaitSync_remap_index },
+   {  4154, DrawElementsBaseVertex_remap_index },
+   { 19875, DrawElementsInstancedBaseVertex_remap_index },
+   { 32654, DrawRangeElementsBaseVertex_remap_index },
+   { 28317, MultiDrawElementsBaseVertex_remap_index },
+   { 27157, BlendEquationSeparateiARB_remap_index },
+   { 19101, BlendEquationiARB_remap_index },
+   { 13672, BlendFuncSeparateiARB_remap_index },
+   { 10795, BlendFunciARB_remap_index },
+   {  5719, BindFragDataLocationIndexed_remap_index },
+   { 23202, GetFragDataIndex_remap_index },
+   {  9044, BindSampler_remap_index },
+   {  4513, DeleteSamplers_remap_index },
+   { 21094, GenSamplers_remap_index },
+   { 31333, GetSamplerParameterIiv_remap_index },
+   { 20615, GetSamplerParameterIuiv_remap_index },
+   {  5355, GetSamplerParameterfv_remap_index },
+   { 27394, GetSamplerParameteriv_remap_index },
+   { 15400, IsSampler_remap_index },
+   { 17572, SamplerParameterIiv_remap_index },
+   { 32693, SamplerParameterIuiv_remap_index },
+   { 23922, SamplerParameterf_remap_index },
+   { 17799, SamplerParameterfv_remap_index },
+   { 23897, SamplerParameteri_remap_index },
+   { 19477, SamplerParameteriv_remap_index },
+   { 15431, ColorP3ui_remap_index },
+   { 32916, ColorP3uiv_remap_index },
+   { 22545, ColorP4ui_remap_index },
+   { 14568, ColorP4uiv_remap_index },
+   { 10364, MultiTexCoordP1ui_remap_index },
+   { 13646, MultiTexCoordP1uiv_remap_index },
+   { 18583, MultiTexCoordP2ui_remap_index },
+   { 32114, MultiTexCoordP2uiv_remap_index },
+   { 15011, MultiTexCoordP3ui_remap_index },
+   { 11418, MultiTexCoordP3uiv_remap_index },
+   { 23487, MultiTexCoordP4ui_remap_index },
+   { 14757, MultiTexCoordP4uiv_remap_index },
+   { 31786, NormalP3ui_remap_index },
+   { 20369, NormalP3uiv_remap_index },
+   { 26599, SecondaryColorP3ui_remap_index },
+   { 20387, SecondaryColorP3uiv_remap_index },
+   {  1013, TexCoordP1ui_remap_index },
+   {  2693, TexCoordP1uiv_remap_index },
+   { 15896, TexCoordP2ui_remap_index },
+   { 12021, TexCoordP2uiv_remap_index },
+   { 13605, TexCoordP3ui_remap_index },
+   { 22238, TexCoordP3uiv_remap_index },
+   {  2126, TexCoordP4ui_remap_index },
+   {  5986, TexCoordP4uiv_remap_index },
+   { 10838, VertexAttribP1ui_remap_index },
+   { 13014, VertexAttribP1uiv_remap_index },
+   {  8613, VertexAttribP2ui_remap_index },
+   { 30571, VertexAttribP2uiv_remap_index },
+   {  5052, VertexAttribP3ui_remap_index },
+   { 28226, VertexAttribP3uiv_remap_index },
+   { 15225, VertexAttribP4ui_remap_index },
+   { 17172, VertexAttribP4uiv_remap_index },
+   {  5461, VertexP2ui_remap_index },
+   { 16742, VertexP2uiv_remap_index },
+   {  3294, VertexP3ui_remap_index },
+   { 21201, VertexP3uiv_remap_index },
+   { 10347, VertexP4ui_remap_index },
+   { 34361, VertexP4uiv_remap_index },
+   {  5755, BindTransformFeedback_remap_index },
+   { 11218, DeleteTransformFeedbacks_remap_index },
+   {  7223, DrawTransformFeedback_remap_index },
+   { 10556, GenTransformFeedbacks_remap_index },
+   { 30217, IsTransformFeedback_remap_index },
+   {  1181, PauseTransformFeedback_remap_index },
+   {  6287, ResumeTransformFeedback_remap_index },
+   { 23185, ClearDepthf_remap_index },
+   {  7609, DepthRangef_remap_index },
+   { 15632, GetShaderPrecisionFormat_remap_index },
+   { 11008, ReleaseShaderCompiler_remap_index },
+   { 11999, ShaderBinary_remap_index },
+   {  1507, DebugMessageCallbackARB_remap_index },
+   { 10714, DebugMessageControlARB_remap_index },
+   { 34811, DebugMessageInsertARB_remap_index },
+   {  3105, GetDebugMessageLogARB_remap_index },
+   { 30515, GetGraphicsResetStatusARB_remap_index },
+   { 26474, GetnColorTableARB_remap_index },
+   {  8813, GetnCompressedTexImageARB_remap_index },
+   {  4246, GetnConvolutionFilterARB_remap_index },
+   { 16958, GetnHistogramARB_remap_index },
+   {  4955, GetnMapdvARB_remap_index },
+   { 23665, GetnMapfvARB_remap_index },
+   {  2449, GetnMapivARB_remap_index },
+   { 18453, GetnMinmaxARB_remap_index },
+   {  4930, GetnPixelMapfvARB_remap_index },
+   { 20492, GetnPixelMapuivARB_remap_index },
+   { 31401, GetnPixelMapusvARB_remap_index },
+   {  1429, GetnPolygonStippleARB_remap_index },
+   { 22629, GetnSeparableFilterARB_remap_index },
+   { 34742, GetnTexImageARB_remap_index },
+   { 19850, GetnUniformdvARB_remap_index },
+   {  8081, GetnUniformfvARB_remap_index },
+   { 10863, GetnUniformivARB_remap_index },
+   { 24137, GetnUniformuivARB_remap_index },
+   {  3208, ReadnPixelsARB_remap_index },
+   {  1316, TexStorage1D_remap_index },
+   {  4820, TexStorage2D_remap_index },
+   { 17425, TexStorage3D_remap_index },
+   {  4976, TextureStorage1DEXT_remap_index },
+   {  5783, TextureStorage2DEXT_remap_index },
+   {  1777, TextureStorage3DEXT_remap_index },
+   {  6155, PolygonOffsetEXT_remap_index },
+   { 24910, GetPixelTexGenParameterfvSGIS_remap_index },
+   {  4880, GetPixelTexGenParameterivSGIS_remap_index },
+   { 24643, PixelTexGenParameterfSGIS_remap_index },
+   {   672, PixelTexGenParameterfvSGIS_remap_index },
+   { 13771, PixelTexGenParameteriSGIS_remap_index },
+   { 14910, PixelTexGenParameterivSGIS_remap_index },
+   { 17742, SampleMaskSGIS_remap_index },
+   { 21429, SamplePatternSGIS_remap_index },
+   { 21112, ColorPointerEXT_remap_index },
+   { 18895, EdgeFlagPointerEXT_remap_index },
+   {  6844, IndexPointerEXT_remap_index },
+   {  6924, NormalPointerEXT_remap_index },
+   { 17026, TexCoordPointerEXT_remap_index },
+   {  7839, VertexPointerEXT_remap_index },
+   {  3956, PointParameterfEXT_remap_index },
+   {  8709, PointParameterfvEXT_remap_index },
+   { 34145, LockArraysEXT_remap_index },
+   { 16080, UnlockArraysEXT_remap_index },
+   {  1337, SecondaryColor3bEXT_remap_index },
+   {  8902, SecondaryColor3bvEXT_remap_index },
+   { 11545, SecondaryColor3dEXT_remap_index },
+   { 27443, SecondaryColor3dvEXT_remap_index },
+   { 30083, SecondaryColor3fEXT_remap_index },
+   { 19602, SecondaryColor3fvEXT_remap_index },
+   {   518, SecondaryColor3iEXT_remap_index },
+   { 17362, SecondaryColor3ivEXT_remap_index },
+   { 11096, SecondaryColor3sEXT_remap_index },
+   { 32933, SecondaryColor3svEXT_remap_index },
+   { 29200, SecondaryColor3ubEXT_remap_index },
+   { 22735, SecondaryColor3ubvEXT_remap_index },
+   { 14013, SecondaryColor3uiEXT_remap_index },
+   { 24530, SecondaryColor3uivEXT_remap_index },
+   { 27713, SecondaryColor3usEXT_remap_index },
+   { 14086, SecondaryColor3usvEXT_remap_index },
+   { 12843, SecondaryColorPointerEXT_remap_index },
+   { 27527, MultiDrawArraysEXT_remap_index },
+   { 22374, MultiDrawElementsEXT_remap_index },
+   { 22585, FogCoordPointerEXT_remap_index },
+   {  5103, FogCoorddEXT_remap_index },
+   { 33546, FogCoorddvEXT_remap_index },
+   {  5220, FogCoordfEXT_remap_index },
+   { 29123, FogCoordfvEXT_remap_index },
+   { 12943, PixelTexGenSGIX_remap_index },
+   { 29728, BlendFuncSeparateEXT_remap_index },
+   {  7751, FlushVertexArrayRangeNV_remap_index },
+   {  6104, VertexArrayRangeNV_remap_index },
+   { 30148, CombinerInputNV_remap_index },
+   {  2392, CombinerOutputNV_remap_index },
+   { 33086, CombinerParameterfNV_remap_index },
+   {  5958, CombinerParameterfvNV_remap_index },
+   { 23947, CombinerParameteriNV_remap_index },
+   { 34542, CombinerParameterivNV_remap_index },
+   {  8152, FinalCombinerInputNV_remap_index },
+   {  7404, GetCombinerInputParameterfvNV_remap_index },
+   { 34379, GetCombinerInputParameterivNV_remap_index },
+   { 27856, GetCombinerOutputParameterfvNV_remap_index },
+   { 14839, GetCombinerOutputParameterivNV_remap_index },
+   {  7513, GetFinalCombinerInputParameterfvNV_remap_index },
+   { 26541, GetFinalCombinerInputParameterivNV_remap_index },
+   { 13624, ResizeBuffersMESA_remap_index },
+   { 12169, WindowPos2dMESA_remap_index },
+   {  1082, WindowPos2dvMESA_remap_index },
    { 35502, WindowPos2fMESA_remap_index },
-   {  8707, WindowPos2fvMESA_remap_index },
-   { 19518, WindowPos2iMESA_remap_index },
-   { 22013, WindowPos2ivMESA_remap_index },
-   { 22627, WindowPos2sMESA_remap_index },
-   {  6474, WindowPos2svMESA_remap_index },
-   {  8498, WindowPos3dMESA_remap_index },
-   { 15035, WindowPos3dvMESA_remap_index },
-   {   536, WindowPos3fMESA_remap_index },
-   { 16067, WindowPos3fvMESA_remap_index },
-   { 25867, WindowPos3iMESA_remap_index },
-   { 32286, WindowPos3ivMESA_remap_index },
-   { 20333, WindowPos3sMESA_remap_index },
-   { 33826, WindowPos3svMESA_remap_index },
-   { 11966, WindowPos4dMESA_remap_index },
-   { 18294, WindowPos4dvMESA_remap_index },
-   { 14994, WindowPos4fMESA_remap_index },
-   { 32847, WindowPos4fvMESA_remap_index },
-   { 32439, WindowPos4iMESA_remap_index },
-   { 13318, WindowPos4ivMESA_remap_index },
-   { 20561, WindowPos4sMESA_remap_index },
-   {  3519, WindowPos4svMESA_remap_index },
-   { 14731, MultiModeDrawArraysIBM_remap_index },
-   { 30969, MultiModeDrawElementsIBM_remap_index },
-   { 13093, DeleteFencesNV_remap_index },
-   { 29957, FinishFenceNV_remap_index },
-   {  4083, GenFencesNV_remap_index },
-   { 18274, GetFenceivNV_remap_index },
-   {  8975, IsFenceNV_remap_index },
-   { 14619, SetFenceNV_remap_index },
-   {  4612, TestFenceNV_remap_index },
-   { 33797, AreProgramsResidentNV_remap_index },
-   { 33152, BindProgramNV_remap_index },
-   { 27831, DeleteProgramsNV_remap_index },
-   { 23107, ExecuteProgramNV_remap_index },
+   {  8847, WindowPos2fvMESA_remap_index },
+   { 19549, WindowPos2iMESA_remap_index },
+   { 21902, WindowPos2ivMESA_remap_index },
+   { 22473, WindowPos2sMESA_remap_index },
+   {  6500, WindowPos2svMESA_remap_index },
+   {  8638, WindowPos3dMESA_remap_index },
+   { 15170, WindowPos3dvMESA_remap_index },
+   {   564, WindowPos3fMESA_remap_index },
+   { 16141, WindowPos3fvMESA_remap_index },
+   { 25752, WindowPos3iMESA_remap_index },
+   { 32287, WindowPos3ivMESA_remap_index },
+   { 20291, WindowPos3sMESA_remap_index },
+   { 33802, WindowPos3svMESA_remap_index },
+   { 12120, WindowPos4dMESA_remap_index },
+   { 18329, WindowPos4dvMESA_remap_index },
+   { 15129, WindowPos4fMESA_remap_index },
+   { 32823, WindowPos4fvMESA_remap_index },
+   { 32440, WindowPos4iMESA_remap_index },
+   { 13464, WindowPos4ivMESA_remap_index },
+   { 20468, WindowPos4sMESA_remap_index },
+   {  3540, WindowPos4svMESA_remap_index },
+   { 14878, MultiModeDrawArraysIBM_remap_index },
+   { 30970, MultiModeDrawElementsIBM_remap_index },
+   { 13239, DeleteFencesNV_remap_index },
+   { 29995, FinishFenceNV_remap_index },
+   {  4078, GenFencesNV_remap_index },
+   { 18309, GetFenceivNV_remap_index },
+   {  9115, IsFenceNV_remap_index },
+   { 35002, SetFenceNV_remap_index },
+   {  4590, TestFenceNV_remap_index },
+   { 33773, AreProgramsResidentNV_remap_index },
+   { 33128, BindProgramNV_remap_index },
+   { 27796, DeleteProgramsNV_remap_index },
+   { 22953, ExecuteProgramNV_remap_index },
    { 35395, GenProgramsNV_remap_index },
-   { 25130, GetProgramParameterdvNV_remap_index },
-   { 11392, GetProgramParameterfvNV_remap_index },
-   { 28214, GetProgramStringNV_remap_index },
-   { 26244, GetProgramivNV_remap_index },
-   { 25421, GetTrackMatrixivNV_remap_index },
-   { 28008, GetVertexAttribPointervNV_remap_index },
-   { 11007, GetVertexAttribdvNV_remap_index },
-   { 10031, GetVertexAttribfvNV_remap_index },
-   { 19821, GetVertexAttribivNV_remap_index },
-   { 20844, IsProgramNV_remap_index },
-   { 10114, LoadProgramNV_remap_index },
-   { 29786, ProgramParameters4dvNV_remap_index },
-   { 26174, ProgramParameters4fvNV_remap_index },
-   { 22317, RequestResidentProgramsNV_remap_index },
-   { 32631, TrackMatrixNV_remap_index },
-   { 34399, VertexAttrib1dNV_remap_index },
-   { 14530, VertexAttrib1dvNV_remap_index },
-   { 30422, VertexAttrib1fNV_remap_index },
-   {  2640, VertexAttrib1fvNV_remap_index },
-   { 32904, VertexAttrib1sNV_remap_index },
-   { 16140, VertexAttrib1svNV_remap_index },
-   {  5383, VertexAttrib2dNV_remap_index },
-   { 14423, VertexAttrib2dvNV_remap_index },
-   { 21772, VertexAttrib2fNV_remap_index },
-   { 13989, VertexAttrib2fvNV_remap_index },
-   {  6686, VertexAttrib2sNV_remap_index },
-   { 20387, VertexAttrib2svNV_remap_index },
-   { 12163, VertexAttrib3dNV_remap_index },
-   { 34047, VertexAttrib3dvNV_remap_index },
-   { 11178, VertexAttrib3fNV_remap_index },
-   { 26566, VertexAttrib3fvNV_remap_index },
-   { 23874, VertexAttrib3sNV_remap_index },
-   { 25448, VertexAttrib3svNV_remap_index },
-   { 30943, VertexAttrib4dNV_remap_index },
+   { 25043, GetProgramParameterdvNV_remap_index },
+   { 11607, GetProgramParameterfvNV_remap_index },
+   { 28200, GetProgramStringNV_remap_index },
+   { 26129, GetProgramivNV_remap_index },
+   { 25306, GetTrackMatrixivNV_remap_index },
+   { 27985, GetVertexAttribPointervNV_remap_index },
+   { 11191, GetVertexAttribdvNV_remap_index },
+   { 20264, GetVertexAttribfvNV_remap_index },
+   { 19796, GetVertexAttribivNV_remap_index },
+   { 20751, IsProgramNV_remap_index },
+   { 10297, LoadProgramNV_remap_index },
+   { 29824, ProgramParameters4dvNV_remap_index },
+   { 26059, ProgramParameters4fvNV_remap_index },
+   { 22206, RequestResidentProgramsNV_remap_index },
+   { 32632, TrackMatrixNV_remap_index },
+   { 27489, VertexAttrib1dNV_remap_index },
+   { 14668, VertexAttrib1dvNV_remap_index },
+   { 30423, VertexAttrib1fNV_remap_index },
+   {  2732, VertexAttrib1fvNV_remap_index },
+   { 32880, VertexAttrib1sNV_remap_index },
+   { 16214, VertexAttrib1svNV_remap_index },
+   {  5411, VertexAttrib2dNV_remap_index },
+   { 19730, VertexAttrib2dvNV_remap_index },
+   { 21661, VertexAttrib2fNV_remap_index },
+   { 14134, VertexAttrib2fvNV_remap_index },
+   {  6712, VertexAttrib2sNV_remap_index },
+   { 20345, VertexAttrib2svNV_remap_index },
+   { 12317, VertexAttrib3dNV_remap_index },
+   { 34023, VertexAttrib3dvNV_remap_index },
+   { 11393, VertexAttrib3fNV_remap_index },
+   { 26501, VertexAttrib3fvNV_remap_index },
+   { 30398, VertexAttrib3sNV_remap_index },
+   { 25333, VertexAttrib3svNV_remap_index },
+   { 30944, VertexAttrib4dNV_remap_index },
    { 35432, VertexAttrib4dvNV_remap_index },
-   {  5811, VertexAttrib4fNV_remap_index },
-   { 10181, VertexAttrib4fvNV_remap_index },
-   { 28709, VertexAttrib4sNV_remap_index },
-   {  1493, VertexAttrib4svNV_remap_index },
-   {  5558, VertexAttrib4ubNV_remap_index },
-   {   798, VertexAttrib4ubvNV_remap_index },
-   { 23287, VertexAttribPointerNV_remap_index },
-   {  2455, VertexAttribs1dvNV_remap_index },
-   { 28096, VertexAttribs1fvNV_remap_index },
+   {  5826, VertexAttrib4fNV_remap_index },
+   { 26896, VertexAttrib4fvNV_remap_index },
+   { 28696, VertexAttrib4sNV_remap_index },
+   {  1537, VertexAttrib4svNV_remap_index },
+   {  5586, VertexAttrib4ubNV_remap_index },
+   {   826, VertexAttrib4ubvNV_remap_index },
+   { 23154, VertexAttribPointerNV_remap_index },
+   {  2564, VertexAttribs1dvNV_remap_index },
+   { 20413, VertexAttribs1fvNV_remap_index },
    { 35232, VertexAttribs1svNV_remap_index },
-   { 11229, VertexAttribs2dvNV_remap_index },
-   { 27223, VertexAttribs2fvNV_remap_index },
-   { 18890, VertexAttribs2svNV_remap_index },
-   {  5919, VertexAttribs3dvNV_remap_index },
-   {  2314, VertexAttribs3fvNV_remap_index },
-   { 32008, VertexAttribs3svNV_remap_index },
-   { 28799, VertexAttribs4dvNV_remap_index },
-   {  5991, VertexAttribs4fvNV_remap_index },
+   { 11444, VertexAttribs2dvNV_remap_index },
+   { 31937, VertexAttribs2fvNV_remap_index },
+   { 18921, VertexAttribs2svNV_remap_index },
+   {  6006, VertexAttribs3dvNV_remap_index },
+   {  2423, VertexAttribs3fvNV_remap_index },
+   { 32009, VertexAttribs3svNV_remap_index },
+   { 28786, VertexAttribs4dvNV_remap_index },
+   {  6078, VertexAttribs4fvNV_remap_index },
    { 35019, VertexAttribs4svNV_remap_index },
-   { 31714, VertexAttribs4ubvNV_remap_index },
-   { 28869, GetTexBumpParameterfvATI_remap_index },
+   { 31741, VertexAttribs4ubvNV_remap_index },
+   { 28856, GetTexBumpParameterfvATI_remap_index },
    { 35273, GetTexBumpParameterivATI_remap_index },
-   { 20015, TexBumpParameterfvATI_remap_index },
-   { 22188, TexBumpParameterivATI_remap_index },
-   { 16704, AlphaFragmentOp1ATI_remap_index },
-   { 27514, AlphaFragmentOp2ATI_remap_index },
-   { 26482, AlphaFragmentOp3ATI_remap_index },
-   { 31935, BeginFragmentShaderATI_remap_index },
-   { 33351, BindFragmentShaderATI_remap_index },
-   { 25577, ColorFragmentOp1ATI_remap_index },
-   {  4779, ColorFragmentOp2ATI_remap_index },
-   { 33692, ColorFragmentOp3ATI_remap_index },
-   {  6157, DeleteFragmentShaderATI_remap_index },
+   { 19990, TexBumpParameterfvATI_remap_index },
+   { 22077, TexBumpParameterivATI_remap_index },
+   { 16778, AlphaFragmentOp1ATI_remap_index },
+   {  9130, AlphaFragmentOp2ATI_remap_index },
+   { 26417, AlphaFragmentOp3ATI_remap_index },
+   { 15102, BeginFragmentShaderATI_remap_index },
+   { 33327, BindFragmentShaderATI_remap_index },
+   { 25462, ColorFragmentOp1ATI_remap_index },
+   {  4786, ColorFragmentOp2ATI_remap_index },
+   { 33668, ColorFragmentOp3ATI_remap_index },
+   {  6244, DeleteFragmentShaderATI_remap_index },
    { 35456, EndFragmentShaderATI_remap_index },
-   { 34613, GenFragmentShadersATI_remap_index },
-   { 27377, PassTexCoordATI_remap_index },
-   {  7698, SampleMapATI_remap_index },
-   { 28980, SetFragmentShaderConstantATI_remap_index },
-   {   383, PointParameteriNV_remap_index },
-   { 15247, PointParameterivNV_remap_index },
-   { 30759, ActiveStencilFaceEXT_remap_index },
-   { 29426, BindVertexArrayAPPLE_remap_index },
-   {  2981, DeleteVertexArraysAPPLE_remap_index },
-   { 19357, GenVertexArraysAPPLE_remap_index },
-   { 25195, IsVertexArrayAPPLE_remap_index },
-   {   839, GetProgramNamedParameterdvNV_remap_index },
-   {  3898, GetProgramNamedParameterfvNV_remap_index },
-   { 28900, ProgramNamedParameter4dNV_remap_index },
-   { 15621, ProgramNamedParameter4dvNV_remap_index },
-   {  9647, ProgramNamedParameter4fNV_remap_index },
-   { 12654, ProgramNamedParameter4fvNV_remap_index },
-   { 18205, PrimitiveRestartIndexNV_remap_index },
-   { 32824, PrimitiveRestartNV_remap_index },
-   { 26153, DepthBoundsEXT_remap_index },
-   {  1164, BlendEquationSeparateEXT_remap_index },
-   { 15841, BindFramebufferEXT_remap_index },
-   { 27607, BindRenderbufferEXT_remap_index },
-   { 10428, CheckFramebufferStatusEXT_remap_index },
-   { 24446, DeleteFramebuffersEXT_remap_index },
-   { 33949, DeleteRenderbuffersEXT_remap_index },
-   { 14447, FramebufferRenderbufferEXT_remap_index },
-   { 14636, FramebufferTexture1DEXT_remap_index },
-   { 12448, FramebufferTexture2DEXT_remap_index },
-   { 12068, FramebufferTexture3DEXT_remap_index },
-   { 25061, GenFramebuffersEXT_remap_index },
-   { 18755, GenRenderbuffersEXT_remap_index },
-   {  7434, GenerateMipmapEXT_remap_index },
-   { 23403, GetFramebufferAttachmentParameterivEXT_remap_index },
-   { 34519, GetRenderbufferParameterivEXT_remap_index },
-   { 22068, IsFramebufferEXT_remap_index },
+   { 34570, GenFragmentShadersATI_remap_index },
+   { 27352, PassTexCoordATI_remap_index },
+   {  7819, SampleMapATI_remap_index },
+   { 29018, SetFragmentShaderConstantATI_remap_index },
+   {   411, PointParameteriNV_remap_index },
+   { 15356, PointParameterivNV_remap_index },
+   { 30783, ActiveStencilFaceEXT_remap_index },
+   { 29464, BindVertexArrayAPPLE_remap_index },
+   {  3054, DeleteVertexArraysAPPLE_remap_index },
+   { 19388, GenVertexArraysAPPLE_remap_index },
+   { 25108, IsVertexArrayAPPLE_remap_index },
+   {   867, GetProgramNamedParameterdvNV_remap_index },
+   {  3919, GetProgramNamedParameterfvNV_remap_index },
+   { 28887, ProgramNamedParameter4dNV_remap_index },
+   { 15695, ProgramNamedParameter4dvNV_remap_index },
+   {  9820, ProgramNamedParameter4fNV_remap_index },
+   { 12808, ProgramNamedParameter4fvNV_remap_index },
+   { 18240, PrimitiveRestartIndexNV_remap_index },
+   { 30597, PrimitiveRestartNV_remap_index },
+   { 26038, DepthBoundsEXT_remap_index },
+   {  1208, BlendEquationSeparateEXT_remap_index },
+   { 15915, BindFramebufferEXT_remap_index },
+   { 27572, BindRenderbufferEXT_remap_index },
+   { 10612, CheckFramebufferStatusEXT_remap_index },
+   { 24331, DeleteFramebuffersEXT_remap_index },
+   { 33925, DeleteRenderbuffersEXT_remap_index },
+   { 14585, FramebufferRenderbufferEXT_remap_index },
+   { 14783, FramebufferTexture1DEXT_remap_index },
+   { 12602, FramebufferTexture2DEXT_remap_index },
+   { 12222, FramebufferTexture3DEXT_remap_index },
+   { 24946, GenFramebuffersEXT_remap_index },
+   { 18786, GenRenderbuffersEXT_remap_index },
+   {  7555, GenerateMipmapEXT_remap_index },
+   { 23270, GetFramebufferAttachmentParameterivEXT_remap_index },
+   { 34476, GetRenderbufferParameterivEXT_remap_index },
+   { 21957, IsFramebufferEXT_remap_index },
    { 35355, IsRenderbufferEXT_remap_index },
-   {  8922, RenderbufferStorageEXT_remap_index },
-   {   715, BlitFramebufferEXT_remap_index },
-   { 15407, BufferParameteriAPPLE_remap_index },
-   { 20876, FlushMappedBufferRangeAPPLE_remap_index },
-   {  1963, BindFragDataLocationEXT_remap_index },
-   { 26266, GetFragDataLocationEXT_remap_index },
-   { 11507, GetUniformuivEXT_remap_index },
-   { 34693, GetVertexAttribIivEXT_remap_index },
-   {  4629, GetVertexAttribIuivEXT_remap_index },
-   { 12926, Uniform1uiEXT_remap_index },
-   { 29871, Uniform1uivEXT_remap_index },
-   { 23970, Uniform2uiEXT_remap_index },
-   {  4743, Uniform2uivEXT_remap_index },
-   { 31222, Uniform3uiEXT_remap_index },
-   { 15768, Uniform3uivEXT_remap_index },
-   {  3822, Uniform4uiEXT_remap_index },
-   {  9423, Uniform4uivEXT_remap_index },
-   { 19736, VertexAttribI1iEXT_remap_index },
-   {  5585, VertexAttribI1ivEXT_remap_index },
-   {  2741, VertexAttribI1uiEXT_remap_index },
-   { 13717, VertexAttribI1uivEXT_remap_index },
+   {  9062, RenderbufferStorageEXT_remap_index },
+   {   743, BlitFramebufferEXT_remap_index },
+   { 15481, BufferParameteriAPPLE_remap_index },
+   { 20783, FlushMappedBufferRangeAPPLE_remap_index },
+   {  2072, BindFragDataLocationEXT_remap_index },
+   { 10246, GetFragDataLocationEXT_remap_index },
+   { 11722, GetUniformuivEXT_remap_index },
+   { 34650, GetVertexAttribIivEXT_remap_index },
+   {  4607, GetVertexAttribIuivEXT_remap_index },
+   { 13072, Uniform1uiEXT_remap_index },
+   { 29909, Uniform1uivEXT_remap_index },
+   { 23812, Uniform2uiEXT_remap_index },
+   {  4750, Uniform2uivEXT_remap_index },
+   { 31223, Uniform3uiEXT_remap_index },
+   { 15842, Uniform3uivEXT_remap_index },
+   {  3843, Uniform4uiEXT_remap_index },
+   {  9596, Uniform4uivEXT_remap_index },
+   {  7336, VertexAttribI1iEXT_remap_index },
+   {  5613, VertexAttribI1ivEXT_remap_index },
+   {  2833, VertexAttribI1uiEXT_remap_index },
+   { 13862, VertexAttribI1uivEXT_remap_index },
    {    81, VertexAttribI2iEXT_remap_index },
-   { 25689, VertexAttribI2ivEXT_remap_index },
-   {  5945, VertexAttribI2uiEXT_remap_index },
-   {  5237, VertexAttribI2uivEXT_remap_index },
-   { 28501, VertexAttribI3iEXT_remap_index },
-   { 26916, VertexAttribI3ivEXT_remap_index },
-   {  3676, VertexAttribI3uiEXT_remap_index },
-   { 32527, VertexAttribI3uivEXT_remap_index },
-   { 23679, VertexAttribI4bvEXT_remap_index },
-   { 15700, VertexAttribI4iEXT_remap_index },
-   { 34218, VertexAttribI4ivEXT_remap_index },
-   { 14350, VertexAttribI4svEXT_remap_index },
-   { 17723, VertexAttribI4ubvEXT_remap_index },
-   { 17351, VertexAttribI4uiEXT_remap_index },
-   {  6091, VertexAttribI4uivEXT_remap_index },
-   { 12231, VertexAttribI4usvEXT_remap_index },
-   { 19959, VertexAttribIPointerEXT_remap_index },
-   {  3291, FramebufferTextureLayerEXT_remap_index },
-   {  6367, ColorMaskIndexedEXT_remap_index },
-   { 20411, DisableIndexedEXT_remap_index },
-   { 28546, EnableIndexedEXT_remap_index },
-   { 23358, GetBooleanIndexedvEXT_remap_index },
-   { 11842, GetIntegerIndexedvEXT_remap_index },
-   { 24522, IsEnabledIndexedEXT_remap_index },
-   { 24422, ClearColorIiEXT_remap_index },
-   {  3772, ClearColorIuiEXT_remap_index },
-   { 10704, GetTexParameterIivEXT_remap_index },
-   {  6634, GetTexParameterIuivEXT_remap_index },
-   {  3247, TexParameterIivEXT_remap_index },
-   { 28368, TexParameterIuivEXT_remap_index },
-   {  5105, BeginConditionalRenderNV_remap_index },
-   { 27327, EndConditionalRenderNV_remap_index },
-   { 10058, BeginTransformFeedbackEXT_remap_index },
-   { 20490, BindBufferBaseEXT_remap_index },
-   { 20305, BindBufferOffsetEXT_remap_index },
-   { 13143, BindBufferRangeEXT_remap_index },
-   { 15322, EndTransformFeedbackEXT_remap_index },
-   { 11705, GetTransformFeedbackVaryingEXT_remap_index },
-   { 22373, TransformFeedbackVaryingsEXT_remap_index },
-   { 31615, ProvokingVertexEXT_remap_index },
-   { 11653, GetTexParameterPointervAPPLE_remap_index },
-   {  5647, TextureRangeAPPLE_remap_index },
-   { 12520, GetObjectParameterivAPPLE_remap_index },
-   { 21495, ObjectPurgeableAPPLE_remap_index },
-   {  6409, ObjectUnpurgeableAPPLE_remap_index },
-   { 18577, ActiveProgramEXT_remap_index },
-   { 18548, CreateShaderProgramEXT_remap_index },
-   { 30514, UseShaderProgramEXT_remap_index },
-   { 17676, TextureBarrierNV_remap_index },
-   { 30808, StencilFuncSeparateATI_remap_index },
-   {  6280, ProgramEnvParameters4fvEXT_remap_index },
-   { 18442, ProgramLocalParameters4fvEXT_remap_index },
-   { 15175, GetQueryObjecti64vEXT_remap_index },
-   { 11255, GetQueryObjectui64vEXT_remap_index },
-   { 25646, EGLImageTargetRenderbufferStorageOES_remap_index },
-   { 13032, EGLImageTargetTexture2DOES_remap_index },
+   { 25574, VertexAttribI2ivEXT_remap_index },
+   {  6032, VertexAttribI2uiEXT_remap_index },
+   {  5265, VertexAttribI2uivEXT_remap_index },
+   { 28488, VertexAttribI3iEXT_remap_index },
+   { 26851, VertexAttribI3ivEXT_remap_index },
+   {  3697, VertexAttribI3uiEXT_remap_index },
+   { 32528, VertexAttribI3uivEXT_remap_index },
+   { 23546, VertexAttribI4bvEXT_remap_index },
+   { 15774, VertexAttribI4iEXT_remap_index },
+   {  1938, VertexAttribI4ivEXT_remap_index },
+   { 14495, VertexAttribI4svEXT_remap_index },
+   { 17825, VertexAttribI4ubvEXT_remap_index },
+   {   145, VertexAttribI4uiEXT_remap_index },
+   {  6178, VertexAttribI4uivEXT_remap_index },
+   { 12385, VertexAttribI4usvEXT_remap_index },
+   { 19934, VertexAttribIPointerEXT_remap_index },
+   {  3355, FramebufferTextureLayerEXT_remap_index },
+   { 10204, ColorMaskIndexedEXT_remap_index },
+   { 28073, DisableIndexedEXT_remap_index },
+   { 28533, EnableIndexedEXT_remap_index },
+   { 23225, GetBooleanIndexedvEXT_remap_index },
+   { 26151, GetIntegerIndexedvEXT_remap_index },
+   { 24407, IsEnabledIndexedEXT_remap_index },
+   { 24307, ClearColorIiEXT_remap_index },
+   {  3793, ClearColorIuiEXT_remap_index },
+   { 10888, GetTexParameterIivEXT_remap_index },
+   {  6660, GetTexParameterIuivEXT_remap_index },
+   {  3311, TexParameterIivEXT_remap_index },
+   { 28355, TexParameterIuivEXT_remap_index },
+   {  5133, BeginConditionalRenderNV_remap_index },
+   { 27302, EndConditionalRenderNV_remap_index },
+   { 26196, BeginTransformFeedbackEXT_remap_index },
+   {  6736, BindBufferBaseEXT_remap_index },
+   { 24989, BindBufferOffsetEXT_remap_index },
+   { 13289, BindBufferRangeEXT_remap_index },
+   { 28967, EndTransformFeedbackEXT_remap_index },
+   {  5852, GetTransformFeedbackVaryingEXT_remap_index },
+   { 24003, TransformFeedbackVaryingsEXT_remap_index },
+   { 31642, ProvokingVertexEXT_remap_index },
+   { 11868, GetTexParameterPointervAPPLE_remap_index },
+   {  5675, TextureRangeAPPLE_remap_index },
+   { 12674, GetObjectParameterivAPPLE_remap_index },
+   { 21384, ObjectPurgeableAPPLE_remap_index },
+   {  6454, ObjectUnpurgeableAPPLE_remap_index },
+   { 18608, ActiveProgramEXT_remap_index },
+   {  4659, CreateShaderProgramEXT_remap_index },
+   { 30545, UseShaderProgramEXT_remap_index },
+   { 23027, TextureBarrierNV_remap_index },
+   { 30809, StencilFuncSeparateATI_remap_index },
+   {  6367, ProgramEnvParameters4fvEXT_remap_index },
+   { 18477, ProgramLocalParameters4fvEXT_remap_index },
+   { 15284, GetQueryObjecti64vEXT_remap_index },
+   { 11470, GetQueryObjectui64vEXT_remap_index },
+   { 25531, EGLImageTargetRenderbufferStorageOES_remap_index },
+   { 13178, 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 */
-   {  2899, _gloffset_BlendColor },
+   {  2972, _gloffset_BlendColor },
    /* from GL_EXT_blend_minmax */
-   { 12125, _gloffset_BlendEquation },
+   { 12279, _gloffset_BlendEquation },
    /* from GL_EXT_color_subtable */
-   { 18316, _gloffset_ColorSubTable },
-   { 33881, _gloffset_CopyColorSubTable },
+   { 18351, _gloffset_ColorSubTable },
+   { 33857, _gloffset_CopyColorSubTable },
    /* from GL_EXT_convolution */
-   {   277, _gloffset_ConvolutionFilter1D },
-   {  2679, _gloffset_CopyConvolutionFilter1D },
-   {  4471, _gloffset_GetConvolutionParameteriv },
-   {  9271, _gloffset_ConvolutionFilter2D },
-   {  9473, _gloffset_ConvolutionParameteriv },
-   {  9933, _gloffset_ConvolutionParameterfv },
-   { 22216, _gloffset_GetSeparableFilter },
-   { 25921, _gloffset_SeparableFilter2D },
-   { 26809, _gloffset_ConvolutionParameteri },
-   { 27002, _gloffset_ConvolutionParameterf },
-   { 28735, _gloffset_GetConvolutionParameterfv },
-   { 29592, _gloffset_GetConvolutionFilter },
-   { 32223, _gloffset_CopyConvolutionFilter2D },
+   {   305, _gloffset_ConvolutionFilter1D },
+   {  2771, _gloffset_CopyConvolutionFilter1D },
+   {  4449, _gloffset_GetConvolutionParameteriv },
+   {  9444, _gloffset_ConvolutionFilter2D },
+   {  9646, _gloffset_ConvolutionParameteriv },
+   { 10106, _gloffset_ConvolutionParameterfv },
+   { 22105, _gloffset_GetSeparableFilter },
+   { 25806, _gloffset_SeparableFilter2D },
+   { 26744, _gloffset_ConvolutionParameteri },
+   { 26936, _gloffset_ConvolutionParameterf },
+   { 28722, _gloffset_GetConvolutionParameterfv },
+   { 29630, _gloffset_GetConvolutionFilter },
+   { 32224, _gloffset_CopyConvolutionFilter2D },
    /* from GL_EXT_copy_texture */
-   { 16200, _gloffset_CopyTexSubImage3D },
-   { 18003, _gloffset_CopyTexImage2D },
-   { 26392, _gloffset_CopyTexImage1D },
-   { 29273, _gloffset_CopyTexSubImage2D },
-   { 31835, _gloffset_CopyTexSubImage1D },
+   { 16274, _gloffset_CopyTexSubImage3D },
+   { 18038, _gloffset_CopyTexImage2D },
+   { 26327, _gloffset_CopyTexImage1D },
+   { 29311, _gloffset_CopyTexSubImage2D },
+   { 31837, _gloffset_CopyTexSubImage1D },
    /* from GL_EXT_draw_range_elements */
-   { 10287, _gloffset_DrawRangeElements },
+   { 10471, _gloffset_DrawRangeElements },
    /* from GL_EXT_histogram */
-   {   876, _gloffset_Histogram },
-   {  3858, _gloffset_ResetHistogram },
-   { 10850, _gloffset_GetMinmax },
-   { 16534, _gloffset_GetHistogramParameterfv },
-   { 26317, _gloffset_GetMinmaxParameteriv },
-   { 28625, _gloffset_ResetMinmax },
-   { 29489, _gloffset_GetHistogramParameteriv },
-   { 30719, _gloffset_GetHistogram },
-   { 33467, _gloffset_Minmax },
+   {   904, _gloffset_Histogram },
+   {  3879, _gloffset_ResetHistogram },
+   { 11034, _gloffset_GetMinmax },
+   { 16608, _gloffset_GetHistogramParameterfv },
+   { 26252, _gloffset_GetMinmaxParameteriv },
+   { 28612, _gloffset_ResetMinmax },
+   { 29527, _gloffset_GetHistogramParameteriv },
+   { 30743, _gloffset_GetHistogram },
+   { 33443, _gloffset_Minmax },
    { 35102, _gloffset_GetMinmaxParameterfv },
    /* from GL_EXT_paletted_texture */
-   {  9133, _gloffset_ColorTable },
-   { 16380, _gloffset_GetColorTable },
-   { 24808, _gloffset_GetColorTableParameterfv },
-   { 27058, _gloffset_GetColorTableParameteriv },
+   {  9306, _gloffset_ColorTable },
+   { 16454, _gloffset_GetColorTable },
+   { 24693, _gloffset_GetColorTableParameterfv },
+   { 26992, _gloffset_GetColorTableParameteriv },
    /* from GL_EXT_subtexture */
-   {  7844, _gloffset_TexSubImage1D },
-   { 11580, _gloffset_TexSubImage2D },
+   {  7965, _gloffset_TexSubImage1D },
+   { 11795, _gloffset_TexSubImage2D },
    /* from GL_EXT_texture3D */
-   {  1922, _gloffset_TexImage3D },
-   { 24577, _gloffset_TexSubImage3D },
+   {  2031, _gloffset_TexImage3D },
+   { 24462, _gloffset_TexSubImage3D },
    /* from GL_EXT_texture_object */
-   {  3626, _gloffset_PrioritizeTextures },
-   {  8293, _gloffset_AreTexturesResident },
-   { 14554, _gloffset_GenTextures },
-   { 16911, _gloffset_DeleteTextures },
-   { 21157, _gloffset_IsTexture },
-   { 31900, _gloffset_BindTexture },
+   {  3647, _gloffset_PrioritizeTextures },
+   {  8439, _gloffset_AreTexturesResident },
+   { 14692, _gloffset_GenTextures },
+   { 16985, _gloffset_DeleteTextures },
+   { 21064, _gloffset_IsTexture },
+   { 31902, _gloffset_BindTexture },
    /* from GL_EXT_vertex_array */
-   { 26093, _gloffset_ArrayElement },
-   { 33055, _gloffset_GetPointerv },
-   { 34640, _gloffset_DrawArrays },
+   { 25978, _gloffset_ArrayElement },
+   { 33031, _gloffset_GetPointerv },
+   { 34597, _gloffset_DrawArrays },
    /* from GL_SGI_color_table */
-   {  8411, _gloffset_ColorTableParameteriv },
-   {  9133, _gloffset_ColorTable },
-   { 16380, _gloffset_GetColorTable },
-   { 16490, _gloffset_CopyColorTable },
-   { 21018, _gloffset_ColorTableParameterfv },
-   { 24808, _gloffset_GetColorTableParameterfv },
-   { 27058, _gloffset_GetColorTableParameteriv },
+   {  8557, _gloffset_ColorTableParameteriv },
+   {  9306, _gloffset_ColorTable },
+   { 16454, _gloffset_GetColorTable },
+   { 16564, _gloffset_CopyColorTable },
+   { 20925, _gloffset_ColorTableParameterfv },
+   { 24693, _gloffset_GetColorTableParameterfv },
+   { 26992, _gloffset_GetColorTableParameteriv },
    /* from GL_VERSION_1_3 */
-   {   445, _gloffset_MultiTexCoord3sARB },
-   {   677, _gloffset_ActiveTextureARB },
-   {  4681, _gloffset_MultiTexCoord1fvARB },
-   {  6910, _gloffset_MultiTexCoord3dARB },
-   {  6955, _gloffset_MultiTexCoord2iARB },
-   {  7079, _gloffset_MultiTexCoord2svARB },
-   {  9089, _gloffset_MultiTexCoord2fARB },
-   { 11285, _gloffset_MultiTexCoord3fvARB },
-   { 11887, _gloffset_MultiTexCoord4sARB },
-   { 12568, _gloffset_MultiTexCoord2dvARB },
-   { 12975, _gloffset_MultiTexCoord1svARB },
-   { 13340, _gloffset_MultiTexCoord3svARB },
-   { 13401, _gloffset_MultiTexCoord4iARB },
-   { 14258, _gloffset_MultiTexCoord3iARB },
-   { 15204, _gloffset_MultiTexCoord1dARB },
-   { 15436, _gloffset_MultiTexCoord3dvARB },
-   { 16752, _gloffset_MultiTexCoord3ivARB },
-   { 16797, _gloffset_MultiTexCoord2sARB },
-   { 18373, _gloffset_MultiTexCoord4ivARB },
-   { 20658, _gloffset_ClientActiveTextureARB },
-   { 23063, _gloffset_MultiTexCoord2dARB },
-   { 23523, _gloffset_MultiTexCoord4dvARB },
-   { 23925, _gloffset_MultiTexCoord4fvARB },
-   { 24949, _gloffset_MultiTexCoord3fARB },
-   { 27652, _gloffset_MultiTexCoord4dARB },
-   { 27918, _gloffset_MultiTexCoord1sARB },
-   { 28122, _gloffset_MultiTexCoord1dvARB },
-   { 29117, _gloffset_MultiTexCoord1ivARB },
-   { 29210, _gloffset_MultiTexCoord2ivARB },
-   { 29549, _gloffset_MultiTexCoord1iARB },
-   { 31017, _gloffset_MultiTexCoord4svARB },
-   { 31657, _gloffset_MultiTexCoord1fARB },
-   { 31962, _gloffset_MultiTexCoord4fARB },
-   { 34474, _gloffset_MultiTexCoord2fvARB },
+   {   473, _gloffset_MultiTexCoord3sARB },
+   {   705, _gloffset_ActiveTextureARB },
+   {  4688, _gloffset_MultiTexCoord1fvARB },
+   {  6949, _gloffset_MultiTexCoord3dARB },
+   {  6994, _gloffset_MultiTexCoord2iARB },
+   {  7118, _gloffset_MultiTexCoord2svARB },
+   {  9262, _gloffset_MultiTexCoord2fARB },
+   { 11500, _gloffset_MultiTexCoord3fvARB },
+   { 12041, _gloffset_MultiTexCoord4sARB },
+   { 12722, _gloffset_MultiTexCoord2dvARB },
+   { 13121, _gloffset_MultiTexCoord1svARB },
+   { 13486, _gloffset_MultiTexCoord3svARB },
+   { 13547, _gloffset_MultiTexCoord4iARB },
+   { 14403, _gloffset_MultiTexCoord3iARB },
+   { 15313, _gloffset_MultiTexCoord1dARB },
+   { 15510, _gloffset_MultiTexCoord3dvARB },
+   { 16826, _gloffset_MultiTexCoord3ivARB },
+   { 16871, _gloffset_MultiTexCoord2sARB },
+   { 18408, _gloffset_MultiTexCoord4ivARB },
+   { 20565, _gloffset_ClientActiveTextureARB },
+   { 22909, _gloffset_MultiTexCoord2dARB },
+   { 23390, _gloffset_MultiTexCoord4dvARB },
+   { 23767, _gloffset_MultiTexCoord4fvARB },
+   { 24834, _gloffset_MultiTexCoord3fARB },
+   { 27617, _gloffset_MultiTexCoord4dARB },
+   { 27895, _gloffset_MultiTexCoord1sARB },
+   { 28108, _gloffset_MultiTexCoord1dvARB },
+   { 29155, _gloffset_MultiTexCoord1ivARB },
+   { 29248, _gloffset_MultiTexCoord2ivARB },
+   { 29587, _gloffset_MultiTexCoord1iARB },
+   { 31018, _gloffset_MultiTexCoord4svARB },
+   { 31684, _gloffset_MultiTexCoord1fARB },
+   { 31963, _gloffset_MultiTexCoord4fARB },
+   { 34431, _gloffset_MultiTexCoord2fvARB },
    {    -1, -1 }
 };