aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-11-26 08:12:57 +0100
committermarha <marha@users.sourceforge.net>2013-11-26 08:12:57 +0100
commit7a80ea1b5dd2eb54717fdcc427912a9764e7719f (patch)
tree8c3a343121b4be105dca55154480c64016c08555
parentcec4285e4e6b06babf340165148ff8c31601b382 (diff)
downloadvcxsrv-7a80ea1b5dd2eb54717fdcc427912a9764e7719f.tar.gz
vcxsrv-7a80ea1b5dd2eb54717fdcc427912a9764e7719f.tar.bz2
vcxsrv-7a80ea1b5dd2eb54717fdcc427912a9764e7719f.zip
Synchronised files
-rw-r--r--X11/Xlocale.h96
-rw-r--r--xorg-server/glx/dispatch.h662
-rw-r--r--xorg-server/glx/glapitable.h610
-rw-r--r--xorg-server/glx/glprocs.h1706
-rw-r--r--xorg-server/glx/remap_helper.h3846
5 files changed, 3491 insertions, 3429 deletions
diff --git a/X11/Xlocale.h b/X11/Xlocale.h
index dfb004c32..db46e70cb 100644
--- a/X11/Xlocale.h
+++ b/X11/Xlocale.h
@@ -1,59 +1,37 @@
-/*
-
-Copyright 1991, 1998 The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall
-not be used in advertising or otherwise to promote the sale, use or
-other dealings in this Software without prior written authorization
-from The Open Group.
-
-*/
-
-#ifndef _X11_XLOCALE_H_
-#define _X11_XLOCALE_H_
-
-#include <X11/Xfuncproto.h>
-#include <X11/Xosdefs.h>
-
-#ifndef X_LOCALE
-#include <locale.h>
-#else
-
-#define LC_ALL 0
-#define LC_COLLATE 1
-#define LC_CTYPE 2
-#define LC_MONETARY 3
-#define LC_NUMERIC 4
-#define LC_TIME 5
-
-_XFUNCPROTOBEGIN
-extern char *_Xsetlocale(
- int /* category */,
- _Xconst char* /* name */
-);
-_XFUNCPROTOEND
-
-#define setlocale _Xsetlocale
-
-#include <stddef.h>
-
-#endif /* X_LOCALE */
-
-#endif /* _X11_XLOCALE_H_ */
+/*
+
+Copyright 1991, 1998 The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in this Software without prior written authorization
+from The Open Group.
+
+*/
+
+#ifndef _X11_XLOCALE_H_
+#define _X11_XLOCALE_H_
+
+#include <X11/Xfuncproto.h>
+#include <X11/Xosdefs.h>
+
+#include <locale.h>
+
+#endif /* _X11_XLOCALE_H_ */
diff --git a/xorg-server/glx/dispatch.h b/xorg-server/glx/dispatch.h
index c5749ac55..2d67b29ed 100644
--- a/xorg-server/glx/dispatch.h
+++ b/xorg-server/glx/dispatch.h
@@ -63,7 +63,7 @@
} while(0)
/* total number of offsets below */
-#define _gloffset_COUNT 1075
+#define _gloffset_COUNT 1079
#define _gloffset_NewList 0
#define _gloffset_EndList 1
@@ -473,7 +473,7 @@
#define _gloffset_MultiTexCoord4iv 405
#define _gloffset_MultiTexCoord4s 406
#define _gloffset_MultiTexCoord4sv 407
-#define driDispatchRemapTable_size 667
+#define driDispatchRemapTable_size 671
SERVEXTERN int driDispatchRemapTable[ driDispatchRemapTable_size ];
#define CompressedTexImage1D_remap_index 0
@@ -840,309 +840,313 @@ SERVEXTERN int driDispatchRemapTable[ driDispatchRemapTable_size ];
#define VertexP3uiv_remap_index 361
#define VertexP4ui_remap_index 362
#define VertexP4uiv_remap_index 363
-#define BindTransformFeedback_remap_index 364
-#define DeleteTransformFeedbacks_remap_index 365
-#define DrawTransformFeedback_remap_index 366
-#define GenTransformFeedbacks_remap_index 367
-#define IsTransformFeedback_remap_index 368
-#define PauseTransformFeedback_remap_index 369
-#define ResumeTransformFeedback_remap_index 370
-#define BeginQueryIndexed_remap_index 371
-#define DrawTransformFeedbackStream_remap_index 372
-#define EndQueryIndexed_remap_index 373
-#define GetQueryIndexediv_remap_index 374
-#define ClearDepthf_remap_index 375
-#define DepthRangef_remap_index 376
-#define GetShaderPrecisionFormat_remap_index 377
-#define ReleaseShaderCompiler_remap_index 378
-#define ShaderBinary_remap_index 379
-#define GetProgramBinary_remap_index 380
-#define ProgramBinary_remap_index 381
-#define ProgramParameteri_remap_index 382
-#define DebugMessageCallbackARB_remap_index 383
-#define DebugMessageControlARB_remap_index 384
-#define DebugMessageInsertARB_remap_index 385
-#define GetDebugMessageLogARB_remap_index 386
-#define GetGraphicsResetStatusARB_remap_index 387
-#define GetnColorTableARB_remap_index 388
-#define GetnCompressedTexImageARB_remap_index 389
-#define GetnConvolutionFilterARB_remap_index 390
-#define GetnHistogramARB_remap_index 391
-#define GetnMapdvARB_remap_index 392
-#define GetnMapfvARB_remap_index 393
-#define GetnMapivARB_remap_index 394
-#define GetnMinmaxARB_remap_index 395
-#define GetnPixelMapfvARB_remap_index 396
-#define GetnPixelMapuivARB_remap_index 397
-#define GetnPixelMapusvARB_remap_index 398
-#define GetnPolygonStippleARB_remap_index 399
-#define GetnSeparableFilterARB_remap_index 400
-#define GetnTexImageARB_remap_index 401
-#define GetnUniformdvARB_remap_index 402
-#define GetnUniformfvARB_remap_index 403
-#define GetnUniformivARB_remap_index 404
-#define GetnUniformuivARB_remap_index 405
-#define ReadnPixelsARB_remap_index 406
-#define DrawArraysInstancedBaseInstance_remap_index 407
-#define DrawElementsInstancedBaseInstance_remap_index 408
-#define DrawElementsInstancedBaseVertexBaseInstance_remap_index 409
-#define DrawTransformFeedbackInstanced_remap_index 410
-#define DrawTransformFeedbackStreamInstanced_remap_index 411
-#define GetInternalformativ_remap_index 412
-#define GetActiveAtomicCounterBufferiv_remap_index 413
-#define TexStorage1D_remap_index 414
-#define TexStorage2D_remap_index 415
-#define TexStorage3D_remap_index 416
-#define TextureStorage1DEXT_remap_index 417
-#define TextureStorage2DEXT_remap_index 418
-#define TextureStorage3DEXT_remap_index 419
-#define BindVertexBuffer_remap_index 420
-#define VertexAttribBinding_remap_index 421
-#define VertexAttribFormat_remap_index 422
-#define VertexAttribIFormat_remap_index 423
-#define VertexAttribLFormat_remap_index 424
-#define VertexBindingDivisor_remap_index 425
-#define TexBufferRange_remap_index 426
-#define TexStorage2DMultisample_remap_index 427
-#define TexStorage3DMultisample_remap_index 428
-#define InvalidateBufferData_remap_index 429
-#define InvalidateBufferSubData_remap_index 430
-#define InvalidateFramebuffer_remap_index 431
-#define InvalidateSubFramebuffer_remap_index 432
-#define InvalidateTexImage_remap_index 433
-#define InvalidateTexSubImage_remap_index 434
-#define PolygonOffsetEXT_remap_index 435
-#define DrawTexfOES_remap_index 436
-#define DrawTexfvOES_remap_index 437
-#define DrawTexiOES_remap_index 438
-#define DrawTexivOES_remap_index 439
-#define DrawTexsOES_remap_index 440
-#define DrawTexsvOES_remap_index 441
-#define DrawTexxOES_remap_index 442
-#define DrawTexxvOES_remap_index 443
-#define PointSizePointerOES_remap_index 444
-#define QueryMatrixxOES_remap_index 445
-#define SampleMaskSGIS_remap_index 446
-#define SamplePatternSGIS_remap_index 447
-#define ColorPointerEXT_remap_index 448
-#define EdgeFlagPointerEXT_remap_index 449
-#define IndexPointerEXT_remap_index 450
-#define NormalPointerEXT_remap_index 451
-#define TexCoordPointerEXT_remap_index 452
-#define VertexPointerEXT_remap_index 453
-#define DiscardFramebufferEXT_remap_index 454
-#define LockArraysEXT_remap_index 455
-#define UnlockArraysEXT_remap_index 456
-#define DebugMessageCallback_remap_index 457
-#define DebugMessageControl_remap_index 458
-#define DebugMessageInsert_remap_index 459
-#define GetDebugMessageLog_remap_index 460
-#define GetObjectLabel_remap_index 461
-#define GetObjectPtrLabel_remap_index 462
-#define ObjectLabel_remap_index 463
-#define ObjectPtrLabel_remap_index 464
-#define PopDebugGroup_remap_index 465
-#define PushDebugGroup_remap_index 466
-#define SecondaryColor3fEXT_remap_index 467
-#define SecondaryColor3fvEXT_remap_index 468
-#define MultiDrawElementsEXT_remap_index 469
-#define FogCoordfEXT_remap_index 470
-#define FogCoordfvEXT_remap_index 471
-#define ResizeBuffersMESA_remap_index 472
-#define WindowPos4dMESA_remap_index 473
-#define WindowPos4dvMESA_remap_index 474
-#define WindowPos4fMESA_remap_index 475
-#define WindowPos4fvMESA_remap_index 476
-#define WindowPos4iMESA_remap_index 477
-#define WindowPos4ivMESA_remap_index 478
-#define WindowPos4sMESA_remap_index 479
-#define WindowPos4svMESA_remap_index 480
-#define MultiModeDrawArraysIBM_remap_index 481
-#define MultiModeDrawElementsIBM_remap_index 482
-#define AreProgramsResidentNV_remap_index 483
-#define ExecuteProgramNV_remap_index 484
-#define GetProgramParameterdvNV_remap_index 485
-#define GetProgramParameterfvNV_remap_index 486
-#define GetProgramStringNV_remap_index 487
-#define GetProgramivNV_remap_index 488
-#define GetTrackMatrixivNV_remap_index 489
-#define GetVertexAttribdvNV_remap_index 490
-#define GetVertexAttribfvNV_remap_index 491
-#define GetVertexAttribivNV_remap_index 492
-#define LoadProgramNV_remap_index 493
-#define ProgramParameters4dvNV_remap_index 494
-#define ProgramParameters4fvNV_remap_index 495
-#define RequestResidentProgramsNV_remap_index 496
-#define TrackMatrixNV_remap_index 497
-#define VertexAttrib1dNV_remap_index 498
-#define VertexAttrib1dvNV_remap_index 499
-#define VertexAttrib1fNV_remap_index 500
-#define VertexAttrib1fvNV_remap_index 501
-#define VertexAttrib1sNV_remap_index 502
-#define VertexAttrib1svNV_remap_index 503
-#define VertexAttrib2dNV_remap_index 504
-#define VertexAttrib2dvNV_remap_index 505
-#define VertexAttrib2fNV_remap_index 506
-#define VertexAttrib2fvNV_remap_index 507
-#define VertexAttrib2sNV_remap_index 508
-#define VertexAttrib2svNV_remap_index 509
-#define VertexAttrib3dNV_remap_index 510
-#define VertexAttrib3dvNV_remap_index 511
-#define VertexAttrib3fNV_remap_index 512
-#define VertexAttrib3fvNV_remap_index 513
-#define VertexAttrib3sNV_remap_index 514
-#define VertexAttrib3svNV_remap_index 515
-#define VertexAttrib4dNV_remap_index 516
-#define VertexAttrib4dvNV_remap_index 517
-#define VertexAttrib4fNV_remap_index 518
-#define VertexAttrib4fvNV_remap_index 519
-#define VertexAttrib4sNV_remap_index 520
-#define VertexAttrib4svNV_remap_index 521
-#define VertexAttrib4ubNV_remap_index 522
-#define VertexAttrib4ubvNV_remap_index 523
-#define VertexAttribPointerNV_remap_index 524
-#define VertexAttribs1dvNV_remap_index 525
-#define VertexAttribs1fvNV_remap_index 526
-#define VertexAttribs1svNV_remap_index 527
-#define VertexAttribs2dvNV_remap_index 528
-#define VertexAttribs2fvNV_remap_index 529
-#define VertexAttribs2svNV_remap_index 530
-#define VertexAttribs3dvNV_remap_index 531
-#define VertexAttribs3fvNV_remap_index 532
-#define VertexAttribs3svNV_remap_index 533
-#define VertexAttribs4dvNV_remap_index 534
-#define VertexAttribs4fvNV_remap_index 535
-#define VertexAttribs4svNV_remap_index 536
-#define VertexAttribs4ubvNV_remap_index 537
-#define GetTexBumpParameterfvATI_remap_index 538
-#define GetTexBumpParameterivATI_remap_index 539
-#define TexBumpParameterfvATI_remap_index 540
-#define TexBumpParameterivATI_remap_index 541
-#define AlphaFragmentOp1ATI_remap_index 542
-#define AlphaFragmentOp2ATI_remap_index 543
-#define AlphaFragmentOp3ATI_remap_index 544
-#define BeginFragmentShaderATI_remap_index 545
-#define BindFragmentShaderATI_remap_index 546
-#define ColorFragmentOp1ATI_remap_index 547
-#define ColorFragmentOp2ATI_remap_index 548
-#define ColorFragmentOp3ATI_remap_index 549
-#define DeleteFragmentShaderATI_remap_index 550
-#define EndFragmentShaderATI_remap_index 551
-#define GenFragmentShadersATI_remap_index 552
-#define PassTexCoordATI_remap_index 553
-#define SampleMapATI_remap_index 554
-#define SetFragmentShaderConstantATI_remap_index 555
-#define ActiveStencilFaceEXT_remap_index 556
-#define BindVertexArrayAPPLE_remap_index 557
-#define GenVertexArraysAPPLE_remap_index 558
-#define GetProgramNamedParameterdvNV_remap_index 559
-#define GetProgramNamedParameterfvNV_remap_index 560
-#define ProgramNamedParameter4dNV_remap_index 561
-#define ProgramNamedParameter4dvNV_remap_index 562
-#define ProgramNamedParameter4fNV_remap_index 563
-#define ProgramNamedParameter4fvNV_remap_index 564
-#define PrimitiveRestartNV_remap_index 565
-#define GetTexGenxvOES_remap_index 566
-#define TexGenxOES_remap_index 567
-#define TexGenxvOES_remap_index 568
-#define DepthBoundsEXT_remap_index 569
-#define BindFramebufferEXT_remap_index 570
-#define BindRenderbufferEXT_remap_index 571
-#define BufferParameteriAPPLE_remap_index 572
-#define FlushMappedBufferRangeAPPLE_remap_index 573
-#define VertexAttribI1iEXT_remap_index 574
-#define VertexAttribI1uiEXT_remap_index 575
-#define VertexAttribI2iEXT_remap_index 576
-#define VertexAttribI2ivEXT_remap_index 577
-#define VertexAttribI2uiEXT_remap_index 578
-#define VertexAttribI2uivEXT_remap_index 579
-#define VertexAttribI3iEXT_remap_index 580
-#define VertexAttribI3ivEXT_remap_index 581
-#define VertexAttribI3uiEXT_remap_index 582
-#define VertexAttribI3uivEXT_remap_index 583
-#define VertexAttribI4iEXT_remap_index 584
-#define VertexAttribI4ivEXT_remap_index 585
-#define VertexAttribI4uiEXT_remap_index 586
-#define VertexAttribI4uivEXT_remap_index 587
-#define ClearColorIiEXT_remap_index 588
-#define ClearColorIuiEXT_remap_index 589
-#define BindBufferOffsetEXT_remap_index 590
-#define BeginPerfMonitorAMD_remap_index 591
-#define DeletePerfMonitorsAMD_remap_index 592
-#define EndPerfMonitorAMD_remap_index 593
-#define GenPerfMonitorsAMD_remap_index 594
-#define GetPerfMonitorCounterDataAMD_remap_index 595
-#define GetPerfMonitorCounterInfoAMD_remap_index 596
-#define GetPerfMonitorCounterStringAMD_remap_index 597
-#define GetPerfMonitorCountersAMD_remap_index 598
-#define GetPerfMonitorGroupStringAMD_remap_index 599
-#define GetPerfMonitorGroupsAMD_remap_index 600
-#define SelectPerfMonitorCountersAMD_remap_index 601
-#define GetObjectParameterivAPPLE_remap_index 602
-#define ObjectPurgeableAPPLE_remap_index 603
-#define ObjectUnpurgeableAPPLE_remap_index 604
-#define ActiveProgramEXT_remap_index 605
-#define CreateShaderProgramEXT_remap_index 606
-#define UseShaderProgramEXT_remap_index 607
-#define TextureBarrierNV_remap_index 608
-#define VDPAUFiniNV_remap_index 609
-#define VDPAUGetSurfaceivNV_remap_index 610
-#define VDPAUInitNV_remap_index 611
-#define VDPAUIsSurfaceNV_remap_index 612
-#define VDPAUMapSurfacesNV_remap_index 613
-#define VDPAURegisterOutputSurfaceNV_remap_index 614
-#define VDPAURegisterVideoSurfaceNV_remap_index 615
-#define VDPAUSurfaceAccessNV_remap_index 616
-#define VDPAUUnmapSurfacesNV_remap_index 617
-#define VDPAUUnregisterSurfaceNV_remap_index 618
-#define StencilFuncSeparateATI_remap_index 619
-#define ProgramEnvParameters4fvEXT_remap_index 620
-#define ProgramLocalParameters4fvEXT_remap_index 621
-#define EGLImageTargetRenderbufferStorageOES_remap_index 622
-#define EGLImageTargetTexture2DOES_remap_index 623
-#define AlphaFuncx_remap_index 624
-#define ClearColorx_remap_index 625
-#define ClearDepthx_remap_index 626
-#define Color4x_remap_index 627
-#define DepthRangex_remap_index 628
-#define Fogx_remap_index 629
-#define Fogxv_remap_index 630
-#define Frustumf_remap_index 631
-#define Frustumx_remap_index 632
-#define LightModelx_remap_index 633
-#define LightModelxv_remap_index 634
-#define Lightx_remap_index 635
-#define Lightxv_remap_index 636
-#define LineWidthx_remap_index 637
-#define LoadMatrixx_remap_index 638
-#define Materialx_remap_index 639
-#define Materialxv_remap_index 640
-#define MultMatrixx_remap_index 641
-#define MultiTexCoord4x_remap_index 642
-#define Normal3x_remap_index 643
-#define Orthof_remap_index 644
-#define Orthox_remap_index 645
-#define PointSizex_remap_index 646
-#define PolygonOffsetx_remap_index 647
-#define Rotatex_remap_index 648
-#define SampleCoveragex_remap_index 649
-#define Scalex_remap_index 650
-#define TexEnvx_remap_index 651
-#define TexEnvxv_remap_index 652
-#define TexParameterx_remap_index 653
-#define Translatex_remap_index 654
-#define ClipPlanef_remap_index 655
-#define ClipPlanex_remap_index 656
-#define GetClipPlanef_remap_index 657
-#define GetClipPlanex_remap_index 658
-#define GetFixedv_remap_index 659
-#define GetLightxv_remap_index 660
-#define GetMaterialxv_remap_index 661
-#define GetTexEnvxv_remap_index 662
-#define GetTexParameterxv_remap_index 663
-#define PointParameterx_remap_index 664
-#define PointParameterxv_remap_index 665
-#define TexParameterxv_remap_index 666
+#define DrawArraysIndirect_remap_index 364
+#define DrawElementsIndirect_remap_index 365
+#define BindTransformFeedback_remap_index 366
+#define DeleteTransformFeedbacks_remap_index 367
+#define DrawTransformFeedback_remap_index 368
+#define GenTransformFeedbacks_remap_index 369
+#define IsTransformFeedback_remap_index 370
+#define PauseTransformFeedback_remap_index 371
+#define ResumeTransformFeedback_remap_index 372
+#define BeginQueryIndexed_remap_index 373
+#define DrawTransformFeedbackStream_remap_index 374
+#define EndQueryIndexed_remap_index 375
+#define GetQueryIndexediv_remap_index 376
+#define ClearDepthf_remap_index 377
+#define DepthRangef_remap_index 378
+#define GetShaderPrecisionFormat_remap_index 379
+#define ReleaseShaderCompiler_remap_index 380
+#define ShaderBinary_remap_index 381
+#define GetProgramBinary_remap_index 382
+#define ProgramBinary_remap_index 383
+#define ProgramParameteri_remap_index 384
+#define DebugMessageCallbackARB_remap_index 385
+#define DebugMessageControlARB_remap_index 386
+#define DebugMessageInsertARB_remap_index 387
+#define GetDebugMessageLogARB_remap_index 388
+#define GetGraphicsResetStatusARB_remap_index 389
+#define GetnColorTableARB_remap_index 390
+#define GetnCompressedTexImageARB_remap_index 391
+#define GetnConvolutionFilterARB_remap_index 392
+#define GetnHistogramARB_remap_index 393
+#define GetnMapdvARB_remap_index 394
+#define GetnMapfvARB_remap_index 395
+#define GetnMapivARB_remap_index 396
+#define GetnMinmaxARB_remap_index 397
+#define GetnPixelMapfvARB_remap_index 398
+#define GetnPixelMapuivARB_remap_index 399
+#define GetnPixelMapusvARB_remap_index 400
+#define GetnPolygonStippleARB_remap_index 401
+#define GetnSeparableFilterARB_remap_index 402
+#define GetnTexImageARB_remap_index 403
+#define GetnUniformdvARB_remap_index 404
+#define GetnUniformfvARB_remap_index 405
+#define GetnUniformivARB_remap_index 406
+#define GetnUniformuivARB_remap_index 407
+#define ReadnPixelsARB_remap_index 408
+#define DrawArraysInstancedBaseInstance_remap_index 409
+#define DrawElementsInstancedBaseInstance_remap_index 410
+#define DrawElementsInstancedBaseVertexBaseInstance_remap_index 411
+#define DrawTransformFeedbackInstanced_remap_index 412
+#define DrawTransformFeedbackStreamInstanced_remap_index 413
+#define GetInternalformativ_remap_index 414
+#define GetActiveAtomicCounterBufferiv_remap_index 415
+#define TexStorage1D_remap_index 416
+#define TexStorage2D_remap_index 417
+#define TexStorage3D_remap_index 418
+#define TextureStorage1DEXT_remap_index 419
+#define TextureStorage2DEXT_remap_index 420
+#define TextureStorage3DEXT_remap_index 421
+#define BindVertexBuffer_remap_index 422
+#define VertexAttribBinding_remap_index 423
+#define VertexAttribFormat_remap_index 424
+#define VertexAttribIFormat_remap_index 425
+#define VertexAttribLFormat_remap_index 426
+#define VertexBindingDivisor_remap_index 427
+#define MultiDrawArraysIndirect_remap_index 428
+#define MultiDrawElementsIndirect_remap_index 429
+#define TexBufferRange_remap_index 430
+#define TexStorage2DMultisample_remap_index 431
+#define TexStorage3DMultisample_remap_index 432
+#define InvalidateBufferData_remap_index 433
+#define InvalidateBufferSubData_remap_index 434
+#define InvalidateFramebuffer_remap_index 435
+#define InvalidateSubFramebuffer_remap_index 436
+#define InvalidateTexImage_remap_index 437
+#define InvalidateTexSubImage_remap_index 438
+#define PolygonOffsetEXT_remap_index 439
+#define DrawTexfOES_remap_index 440
+#define DrawTexfvOES_remap_index 441
+#define DrawTexiOES_remap_index 442
+#define DrawTexivOES_remap_index 443
+#define DrawTexsOES_remap_index 444
+#define DrawTexsvOES_remap_index 445
+#define DrawTexxOES_remap_index 446
+#define DrawTexxvOES_remap_index 447
+#define PointSizePointerOES_remap_index 448
+#define QueryMatrixxOES_remap_index 449
+#define SampleMaskSGIS_remap_index 450
+#define SamplePatternSGIS_remap_index 451
+#define ColorPointerEXT_remap_index 452
+#define EdgeFlagPointerEXT_remap_index 453
+#define IndexPointerEXT_remap_index 454
+#define NormalPointerEXT_remap_index 455
+#define TexCoordPointerEXT_remap_index 456
+#define VertexPointerEXT_remap_index 457
+#define DiscardFramebufferEXT_remap_index 458
+#define LockArraysEXT_remap_index 459
+#define UnlockArraysEXT_remap_index 460
+#define DebugMessageCallback_remap_index 461
+#define DebugMessageControl_remap_index 462
+#define DebugMessageInsert_remap_index 463
+#define GetDebugMessageLog_remap_index 464
+#define GetObjectLabel_remap_index 465
+#define GetObjectPtrLabel_remap_index 466
+#define ObjectLabel_remap_index 467
+#define ObjectPtrLabel_remap_index 468
+#define PopDebugGroup_remap_index 469
+#define PushDebugGroup_remap_index 470
+#define SecondaryColor3fEXT_remap_index 471
+#define SecondaryColor3fvEXT_remap_index 472
+#define MultiDrawElementsEXT_remap_index 473
+#define FogCoordfEXT_remap_index 474
+#define FogCoordfvEXT_remap_index 475
+#define ResizeBuffersMESA_remap_index 476
+#define WindowPos4dMESA_remap_index 477
+#define WindowPos4dvMESA_remap_index 478
+#define WindowPos4fMESA_remap_index 479
+#define WindowPos4fvMESA_remap_index 480
+#define WindowPos4iMESA_remap_index 481
+#define WindowPos4ivMESA_remap_index 482
+#define WindowPos4sMESA_remap_index 483
+#define WindowPos4svMESA_remap_index 484
+#define MultiModeDrawArraysIBM_remap_index 485
+#define MultiModeDrawElementsIBM_remap_index 486
+#define AreProgramsResidentNV_remap_index 487
+#define ExecuteProgramNV_remap_index 488
+#define GetProgramParameterdvNV_remap_index 489
+#define GetProgramParameterfvNV_remap_index 490
+#define GetProgramStringNV_remap_index 491
+#define GetProgramivNV_remap_index 492
+#define GetTrackMatrixivNV_remap_index 493
+#define GetVertexAttribdvNV_remap_index 494
+#define GetVertexAttribfvNV_remap_index 495
+#define GetVertexAttribivNV_remap_index 496
+#define LoadProgramNV_remap_index 497
+#define ProgramParameters4dvNV_remap_index 498
+#define ProgramParameters4fvNV_remap_index 499
+#define RequestResidentProgramsNV_remap_index 500
+#define TrackMatrixNV_remap_index 501
+#define VertexAttrib1dNV_remap_index 502
+#define VertexAttrib1dvNV_remap_index 503
+#define VertexAttrib1fNV_remap_index 504
+#define VertexAttrib1fvNV_remap_index 505
+#define VertexAttrib1sNV_remap_index 506
+#define VertexAttrib1svNV_remap_index 507
+#define VertexAttrib2dNV_remap_index 508
+#define VertexAttrib2dvNV_remap_index 509
+#define VertexAttrib2fNV_remap_index 510
+#define VertexAttrib2fvNV_remap_index 511
+#define VertexAttrib2sNV_remap_index 512
+#define VertexAttrib2svNV_remap_index 513
+#define VertexAttrib3dNV_remap_index 514
+#define VertexAttrib3dvNV_remap_index 515
+#define VertexAttrib3fNV_remap_index 516
+#define VertexAttrib3fvNV_remap_index 517
+#define VertexAttrib3sNV_remap_index 518
+#define VertexAttrib3svNV_remap_index 519
+#define VertexAttrib4dNV_remap_index 520
+#define VertexAttrib4dvNV_remap_index 521
+#define VertexAttrib4fNV_remap_index 522
+#define VertexAttrib4fvNV_remap_index 523
+#define VertexAttrib4sNV_remap_index 524
+#define VertexAttrib4svNV_remap_index 525
+#define VertexAttrib4ubNV_remap_index 526
+#define VertexAttrib4ubvNV_remap_index 527
+#define VertexAttribPointerNV_remap_index 528
+#define VertexAttribs1dvNV_remap_index 529
+#define VertexAttribs1fvNV_remap_index 530
+#define VertexAttribs1svNV_remap_index 531
+#define VertexAttribs2dvNV_remap_index 532
+#define VertexAttribs2fvNV_remap_index 533
+#define VertexAttribs2svNV_remap_index 534
+#define VertexAttribs3dvNV_remap_index 535
+#define VertexAttribs3fvNV_remap_index 536
+#define VertexAttribs3svNV_remap_index 537
+#define VertexAttribs4dvNV_remap_index 538
+#define VertexAttribs4fvNV_remap_index 539
+#define VertexAttribs4svNV_remap_index 540
+#define VertexAttribs4ubvNV_remap_index 541
+#define GetTexBumpParameterfvATI_remap_index 542
+#define GetTexBumpParameterivATI_remap_index 543
+#define TexBumpParameterfvATI_remap_index 544
+#define TexBumpParameterivATI_remap_index 545
+#define AlphaFragmentOp1ATI_remap_index 546
+#define AlphaFragmentOp2ATI_remap_index 547
+#define AlphaFragmentOp3ATI_remap_index 548
+#define BeginFragmentShaderATI_remap_index 549
+#define BindFragmentShaderATI_remap_index 550
+#define ColorFragmentOp1ATI_remap_index 551
+#define ColorFragmentOp2ATI_remap_index 552
+#define ColorFragmentOp3ATI_remap_index 553
+#define DeleteFragmentShaderATI_remap_index 554
+#define EndFragmentShaderATI_remap_index 555
+#define GenFragmentShadersATI_remap_index 556
+#define PassTexCoordATI_remap_index 557
+#define SampleMapATI_remap_index 558
+#define SetFragmentShaderConstantATI_remap_index 559
+#define ActiveStencilFaceEXT_remap_index 560
+#define BindVertexArrayAPPLE_remap_index 561
+#define GenVertexArraysAPPLE_remap_index 562
+#define GetProgramNamedParameterdvNV_remap_index 563
+#define GetProgramNamedParameterfvNV_remap_index 564
+#define ProgramNamedParameter4dNV_remap_index 565
+#define ProgramNamedParameter4dvNV_remap_index 566
+#define ProgramNamedParameter4fNV_remap_index 567
+#define ProgramNamedParameter4fvNV_remap_index 568
+#define PrimitiveRestartNV_remap_index 569
+#define GetTexGenxvOES_remap_index 570
+#define TexGenxOES_remap_index 571
+#define TexGenxvOES_remap_index 572
+#define DepthBoundsEXT_remap_index 573
+#define BindFramebufferEXT_remap_index 574
+#define BindRenderbufferEXT_remap_index 575
+#define BufferParameteriAPPLE_remap_index 576
+#define FlushMappedBufferRangeAPPLE_remap_index 577
+#define VertexAttribI1iEXT_remap_index 578
+#define VertexAttribI1uiEXT_remap_index 579
+#define VertexAttribI2iEXT_remap_index 580
+#define VertexAttribI2ivEXT_remap_index 581
+#define VertexAttribI2uiEXT_remap_index 582
+#define VertexAttribI2uivEXT_remap_index 583
+#define VertexAttribI3iEXT_remap_index 584
+#define VertexAttribI3ivEXT_remap_index 585
+#define VertexAttribI3uiEXT_remap_index 586
+#define VertexAttribI3uivEXT_remap_index 587
+#define VertexAttribI4iEXT_remap_index 588
+#define VertexAttribI4ivEXT_remap_index 589
+#define VertexAttribI4uiEXT_remap_index 590
+#define VertexAttribI4uivEXT_remap_index 591
+#define ClearColorIiEXT_remap_index 592
+#define ClearColorIuiEXT_remap_index 593
+#define BindBufferOffsetEXT_remap_index 594
+#define BeginPerfMonitorAMD_remap_index 595
+#define DeletePerfMonitorsAMD_remap_index 596
+#define EndPerfMonitorAMD_remap_index 597
+#define GenPerfMonitorsAMD_remap_index 598
+#define GetPerfMonitorCounterDataAMD_remap_index 599
+#define GetPerfMonitorCounterInfoAMD_remap_index 600
+#define GetPerfMonitorCounterStringAMD_remap_index 601
+#define GetPerfMonitorCountersAMD_remap_index 602
+#define GetPerfMonitorGroupStringAMD_remap_index 603
+#define GetPerfMonitorGroupsAMD_remap_index 604
+#define SelectPerfMonitorCountersAMD_remap_index 605
+#define GetObjectParameterivAPPLE_remap_index 606
+#define ObjectPurgeableAPPLE_remap_index 607
+#define ObjectUnpurgeableAPPLE_remap_index 608
+#define ActiveProgramEXT_remap_index 609
+#define CreateShaderProgramEXT_remap_index 610
+#define UseShaderProgramEXT_remap_index 611
+#define TextureBarrierNV_remap_index 612
+#define VDPAUFiniNV_remap_index 613
+#define VDPAUGetSurfaceivNV_remap_index 614
+#define VDPAUInitNV_remap_index 615
+#define VDPAUIsSurfaceNV_remap_index 616
+#define VDPAUMapSurfacesNV_remap_index 617
+#define VDPAURegisterOutputSurfaceNV_remap_index 618
+#define VDPAURegisterVideoSurfaceNV_remap_index 619
+#define VDPAUSurfaceAccessNV_remap_index 620
+#define VDPAUUnmapSurfacesNV_remap_index 621
+#define VDPAUUnregisterSurfaceNV_remap_index 622
+#define StencilFuncSeparateATI_remap_index 623
+#define ProgramEnvParameters4fvEXT_remap_index 624
+#define ProgramLocalParameters4fvEXT_remap_index 625
+#define EGLImageTargetRenderbufferStorageOES_remap_index 626
+#define EGLImageTargetTexture2DOES_remap_index 627
+#define AlphaFuncx_remap_index 628
+#define ClearColorx_remap_index 629
+#define ClearDepthx_remap_index 630
+#define Color4x_remap_index 631
+#define DepthRangex_remap_index 632
+#define Fogx_remap_index 633
+#define Fogxv_remap_index 634
+#define Frustumf_remap_index 635
+#define Frustumx_remap_index 636
+#define LightModelx_remap_index 637
+#define LightModelxv_remap_index 638
+#define Lightx_remap_index 639
+#define Lightxv_remap_index 640
+#define LineWidthx_remap_index 641
+#define LoadMatrixx_remap_index 642
+#define Materialx_remap_index 643
+#define Materialxv_remap_index 644
+#define MultMatrixx_remap_index 645
+#define MultiTexCoord4x_remap_index 646
+#define Normal3x_remap_index 647
+#define Orthof_remap_index 648
+#define Orthox_remap_index 649
+#define PointSizex_remap_index 650
+#define PolygonOffsetx_remap_index 651
+#define Rotatex_remap_index 652
+#define SampleCoveragex_remap_index 653
+#define Scalex_remap_index 654
+#define TexEnvx_remap_index 655
+#define TexEnvxv_remap_index 656
+#define TexParameterx_remap_index 657
+#define Translatex_remap_index 658
+#define ClipPlanef_remap_index 659
+#define ClipPlanex_remap_index 660
+#define GetClipPlanef_remap_index 661
+#define GetClipPlanex_remap_index 662
+#define GetFixedv_remap_index 663
+#define GetLightxv_remap_index 664
+#define GetMaterialxv_remap_index 665
+#define GetTexEnvxv_remap_index 666
+#define GetTexParameterxv_remap_index 667
+#define PointParameterx_remap_index 668
+#define PointParameterxv_remap_index 669
+#define TexParameterxv_remap_index 670
#define _gloffset_CompressedTexImage1D driDispatchRemapTable[CompressedTexImage1D_remap_index]
#define _gloffset_CompressedTexImage2D driDispatchRemapTable[CompressedTexImage2D_remap_index]
@@ -1508,6 +1512,8 @@ SERVEXTERN int driDispatchRemapTable[ driDispatchRemapTable_size ];
#define _gloffset_VertexP3uiv driDispatchRemapTable[VertexP3uiv_remap_index]
#define _gloffset_VertexP4ui driDispatchRemapTable[VertexP4ui_remap_index]
#define _gloffset_VertexP4uiv driDispatchRemapTable[VertexP4uiv_remap_index]
+#define _gloffset_DrawArraysIndirect driDispatchRemapTable[DrawArraysIndirect_remap_index]
+#define _gloffset_DrawElementsIndirect driDispatchRemapTable[DrawElementsIndirect_remap_index]
#define _gloffset_BindTransformFeedback driDispatchRemapTable[BindTransformFeedback_remap_index]
#define _gloffset_DeleteTransformFeedbacks driDispatchRemapTable[DeleteTransformFeedbacks_remap_index]
#define _gloffset_DrawTransformFeedback driDispatchRemapTable[DrawTransformFeedback_remap_index]
@@ -1570,6 +1576,8 @@ SERVEXTERN int driDispatchRemapTable[ driDispatchRemapTable_size ];
#define _gloffset_VertexAttribIFormat driDispatchRemapTable[VertexAttribIFormat_remap_index]
#define _gloffset_VertexAttribLFormat driDispatchRemapTable[VertexAttribLFormat_remap_index]
#define _gloffset_VertexBindingDivisor driDispatchRemapTable[VertexBindingDivisor_remap_index]
+#define _gloffset_MultiDrawArraysIndirect driDispatchRemapTable[MultiDrawArraysIndirect_remap_index]
+#define _gloffset_MultiDrawElementsIndirect driDispatchRemapTable[MultiDrawElementsIndirect_remap_index]
#define _gloffset_TexBufferRange driDispatchRemapTable[TexBufferRange_remap_index]
#define _gloffset_TexStorage2DMultisample driDispatchRemapTable[TexStorage2DMultisample_remap_index]
#define _gloffset_TexStorage3DMultisample driDispatchRemapTable[TexStorage3DMultisample_remap_index]
@@ -10304,6 +10312,28 @@ static INLINE void SET_VertexP4uiv(struct _glapi_table *disp, void (GLAPIENTRYP
SET_by_offset(disp, _gloffset_VertexP4uiv, fn);
}
+typedef void (GLAPIENTRYP _glptr_DrawArraysIndirect)(GLenum, const GLvoid *);
+#define CALL_DrawArraysIndirect(disp, parameters) \
+ (* GET_DrawArraysIndirect(disp)) parameters
+static INLINE _glptr_DrawArraysIndirect GET_DrawArraysIndirect(struct _glapi_table *disp) {
+ return (_glptr_DrawArraysIndirect) (GET_by_offset(disp, _gloffset_DrawArraysIndirect));
+}
+
+static INLINE void SET_DrawArraysIndirect(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLvoid *)) {
+ SET_by_offset(disp, _gloffset_DrawArraysIndirect, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_DrawElementsIndirect)(GLenum, GLenum, const GLvoid *);
+#define CALL_DrawElementsIndirect(disp, parameters) \
+ (* GET_DrawElementsIndirect(disp)) parameters
+static INLINE _glptr_DrawElementsIndirect GET_DrawElementsIndirect(struct _glapi_table *disp) {
+ return (_glptr_DrawElementsIndirect) (GET_by_offset(disp, _gloffset_DrawElementsIndirect));
+}
+
+static INLINE void SET_DrawElementsIndirect(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLvoid *)) {
+ SET_by_offset(disp, _gloffset_DrawElementsIndirect, fn);
+}
+
typedef void (GLAPIENTRYP _glptr_BindTransformFeedback)(GLenum, GLuint);
#define CALL_BindTransformFeedback(disp, parameters) \
(* GET_BindTransformFeedback(disp)) parameters
@@ -10986,6 +11016,28 @@ static INLINE void SET_VertexBindingDivisor(struct _glapi_table *disp, void (GLA
SET_by_offset(disp, _gloffset_VertexBindingDivisor, fn);
}
+typedef void (GLAPIENTRYP _glptr_MultiDrawArraysIndirect)(GLenum, const GLvoid *, GLsizei, GLsizei);
+#define CALL_MultiDrawArraysIndirect(disp, parameters) \
+ (* GET_MultiDrawArraysIndirect(disp)) parameters
+static INLINE _glptr_MultiDrawArraysIndirect GET_MultiDrawArraysIndirect(struct _glapi_table *disp) {
+ return (_glptr_MultiDrawArraysIndirect) (GET_by_offset(disp, _gloffset_MultiDrawArraysIndirect));
+}
+
+static INLINE void SET_MultiDrawArraysIndirect(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLvoid *, GLsizei, GLsizei)) {
+ SET_by_offset(disp, _gloffset_MultiDrawArraysIndirect, fn);
+}
+
+typedef void (GLAPIENTRYP _glptr_MultiDrawElementsIndirect)(GLenum, GLenum, const GLvoid *, GLsizei, GLsizei);
+#define CALL_MultiDrawElementsIndirect(disp, parameters) \
+ (* GET_MultiDrawElementsIndirect(disp)) parameters
+static INLINE _glptr_MultiDrawElementsIndirect GET_MultiDrawElementsIndirect(struct _glapi_table *disp) {
+ return (_glptr_MultiDrawElementsIndirect) (GET_by_offset(disp, _gloffset_MultiDrawElementsIndirect));
+}
+
+static INLINE void SET_MultiDrawElementsIndirect(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLvoid *, GLsizei, GLsizei)) {
+ SET_by_offset(disp, _gloffset_MultiDrawElementsIndirect, fn);
+}
+
typedef void (GLAPIENTRYP _glptr_TexBufferRange)(GLenum, GLenum, GLuint, GLintptr, GLsizeiptr);
#define CALL_TexBufferRange(disp, parameters) \
(* GET_TexBufferRange(disp)) parameters
diff --git a/xorg-server/glx/glapitable.h b/xorg-server/glx/glapitable.h
index 1879fee58..115b2f562 100644
--- a/xorg-server/glx/glapitable.h
+++ b/xorg-server/glx/glapitable.h
@@ -813,309 +813,313 @@ struct _glapi_table
void (GLAPIENTRYP VertexP3uiv)(GLenum type, const GLuint * value); /* 769 */
void (GLAPIENTRYP VertexP4ui)(GLenum type, GLuint value); /* 770 */
void (GLAPIENTRYP VertexP4uiv)(GLenum type, const GLuint * value); /* 771 */
- void (GLAPIENTRYP BindTransformFeedback)(GLenum target, GLuint id); /* 772 */
- void (GLAPIENTRYP DeleteTransformFeedbacks)(GLsizei n, const GLuint * ids); /* 773 */
- void (GLAPIENTRYP DrawTransformFeedback)(GLenum mode, GLuint id); /* 774 */
- void (GLAPIENTRYP GenTransformFeedbacks)(GLsizei n, GLuint * ids); /* 775 */
- GLboolean (GLAPIENTRYP IsTransformFeedback)(GLuint id); /* 776 */
- void (GLAPIENTRYP PauseTransformFeedback)(void); /* 777 */
- void (GLAPIENTRYP ResumeTransformFeedback)(void); /* 778 */
- void (GLAPIENTRYP BeginQueryIndexed)(GLenum target, GLuint index, GLuint id); /* 779 */
- void (GLAPIENTRYP DrawTransformFeedbackStream)(GLenum mode, GLuint id, GLuint stream); /* 780 */
- void (GLAPIENTRYP EndQueryIndexed)(GLenum target, GLuint index); /* 781 */
- void (GLAPIENTRYP GetQueryIndexediv)(GLenum target, GLuint index, GLenum pname, GLint * params); /* 782 */
- void (GLAPIENTRYP ClearDepthf)(GLclampf depth); /* 783 */
- void (GLAPIENTRYP DepthRangef)(GLclampf zNear, GLclampf zFar); /* 784 */
- void (GLAPIENTRYP GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision); /* 785 */
- void (GLAPIENTRYP ReleaseShaderCompiler)(void); /* 786 */
- void (GLAPIENTRYP ShaderBinary)(GLsizei n, const GLuint * shaders, GLenum binaryformat, const GLvoid * binary, GLsizei length); /* 787 */
- void (GLAPIENTRYP GetProgramBinary)(GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, GLvoid * binary); /* 788 */
- void (GLAPIENTRYP ProgramBinary)(GLuint program, GLenum binaryFormat, const GLvoid * binary, GLsizei length); /* 789 */
- void (GLAPIENTRYP ProgramParameteri)(GLuint program, GLenum pname, GLint value); /* 790 */
- void (GLAPIENTRYP DebugMessageCallbackARB)(GLDEBUGPROCARB callback, const GLvoid * userParam); /* 791 */
- void (GLAPIENTRYP DebugMessageControlARB)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled); /* 792 */
- void (GLAPIENTRYP DebugMessageInsertARB)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLcharARB * buf); /* 793 */
- GLuint (GLAPIENTRYP GetDebugMessageLogARB)(GLuint count, GLsizei bufsize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLcharARB * messageLog); /* 794 */
- GLenum (GLAPIENTRYP GetGraphicsResetStatusARB)(void); /* 795 */
- void (GLAPIENTRYP GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * table); /* 796 */
- void (GLAPIENTRYP GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid * img); /* 797 */
- void (GLAPIENTRYP GetnConvolutionFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * image); /* 798 */
- void (GLAPIENTRYP GetnHistogramARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values); /* 799 */
- void (GLAPIENTRYP GetnMapdvARB)(GLenum target, GLenum query, GLsizei bufSize, GLdouble * v); /* 800 */
- void (GLAPIENTRYP GetnMapfvARB)(GLenum target, GLenum query, GLsizei bufSize, GLfloat * v); /* 801 */
- void (GLAPIENTRYP GetnMapivARB)(GLenum target, GLenum query, GLsizei bufSize, GLint * v); /* 802 */
- void (GLAPIENTRYP GetnMinmaxARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values); /* 803 */
- void (GLAPIENTRYP GetnPixelMapfvARB)(GLenum map, GLsizei bufSize, GLfloat * values); /* 804 */
- void (GLAPIENTRYP GetnPixelMapuivARB)(GLenum map, GLsizei bufSize, GLuint * values); /* 805 */
- void (GLAPIENTRYP GetnPixelMapusvARB)(GLenum map, GLsizei bufSize, GLushort * values); /* 806 */
- void (GLAPIENTRYP GetnPolygonStippleARB)(GLsizei bufSize, GLubyte * pattern); /* 807 */
- void (GLAPIENTRYP GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid * row, GLsizei columnBufSize, GLvoid * column, GLvoid * span); /* 808 */
- void (GLAPIENTRYP GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid * img); /* 809 */
- void (GLAPIENTRYP GetnUniformdvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble * params); /* 810 */
- void (GLAPIENTRYP GetnUniformfvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat * params); /* 811 */
- void (GLAPIENTRYP GetnUniformivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLint * params); /* 812 */
- void (GLAPIENTRYP GetnUniformuivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint * params); /* 813 */
- void (GLAPIENTRYP ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid * data); /* 814 */
- void (GLAPIENTRYP DrawArraysInstancedBaseInstance)(GLenum mode, GLint first, GLsizei count, GLsizei primcount, GLuint baseinstance); /* 815 */
- void (GLAPIENTRYP DrawElementsInstancedBaseInstance)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei primcount, GLuint baseinstance); /* 816 */
- void (GLAPIENTRYP DrawElementsInstancedBaseVertexBaseInstance)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei primcount, GLint basevertex, GLuint baseinstance); /* 817 */
- void (GLAPIENTRYP DrawTransformFeedbackInstanced)(GLenum mode, GLuint id, GLsizei primcount); /* 818 */
- void (GLAPIENTRYP DrawTransformFeedbackStreamInstanced)(GLenum mode, GLuint id, GLuint stream, GLsizei primcount); /* 819 */
- void (GLAPIENTRYP GetInternalformativ)(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params); /* 820 */
- void (GLAPIENTRYP GetActiveAtomicCounterBufferiv)(GLuint program, GLuint bufferIndex, GLenum pname, GLint * params); /* 821 */
- void (GLAPIENTRYP TexStorage1D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width); /* 822 */
- void (GLAPIENTRYP TexStorage2D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height); /* 823 */
- void (GLAPIENTRYP TexStorage3D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth); /* 824 */
- void (GLAPIENTRYP TextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width); /* 825 */
- void (GLAPIENTRYP TextureStorage2DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height); /* 826 */
- void (GLAPIENTRYP TextureStorage3DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth); /* 827 */
- void (GLAPIENTRYP BindVertexBuffer)(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride); /* 828 */
- void (GLAPIENTRYP VertexAttribBinding)(GLuint attribindex, GLuint bindingindex); /* 829 */
- void (GLAPIENTRYP VertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); /* 830 */
- void (GLAPIENTRYP VertexAttribIFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); /* 831 */
- void (GLAPIENTRYP VertexAttribLFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); /* 832 */
- void (GLAPIENTRYP VertexBindingDivisor)(GLuint attribindex, GLuint divisor); /* 833 */
- void (GLAPIENTRYP TexBufferRange)(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); /* 834 */
- void (GLAPIENTRYP TexStorage2DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations); /* 835 */
- void (GLAPIENTRYP TexStorage3DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); /* 836 */
- void (GLAPIENTRYP InvalidateBufferData)(GLuint buffer); /* 837 */
- void (GLAPIENTRYP InvalidateBufferSubData)(GLuint buffer, GLintptr offset, GLsizeiptr length); /* 838 */
- void (GLAPIENTRYP InvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attachments); /* 839 */
- void (GLAPIENTRYP InvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height); /* 840 */
- void (GLAPIENTRYP InvalidateTexImage)(GLuint texture, GLint level); /* 841 */
- void (GLAPIENTRYP InvalidateTexSubImage)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth); /* 842 */
- void (GLAPIENTRYP PolygonOffsetEXT)(GLfloat factor, GLfloat bias); /* 843 */
- void (GLAPIENTRYP DrawTexfOES)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); /* 844 */
- void (GLAPIENTRYP DrawTexfvOES)(const GLfloat * coords); /* 845 */
- void (GLAPIENTRYP DrawTexiOES)(GLint x, GLint y, GLint z, GLint width, GLint height); /* 846 */
- void (GLAPIENTRYP DrawTexivOES)(const GLint * coords); /* 847 */
- void (GLAPIENTRYP DrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); /* 848 */
- void (GLAPIENTRYP DrawTexsvOES)(const GLshort * coords); /* 849 */
- void (GLAPIENTRYP DrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); /* 850 */
- void (GLAPIENTRYP DrawTexxvOES)(const GLfixed * coords); /* 851 */
- void (GLAPIENTRYP PointSizePointerOES)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 852 */
- GLbitfield (GLAPIENTRYP QueryMatrixxOES)(GLfixed * mantissa, GLint * exponent); /* 853 */
- void (GLAPIENTRYP SampleMaskSGIS)(GLclampf value, GLboolean invert); /* 854 */
- void (GLAPIENTRYP SamplePatternSGIS)(GLenum pattern); /* 855 */
- void (GLAPIENTRYP ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 856 */
- void (GLAPIENTRYP EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean * pointer); /* 857 */
- void (GLAPIENTRYP IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 858 */
- void (GLAPIENTRYP NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 859 */
- void (GLAPIENTRYP TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 860 */
- void (GLAPIENTRYP VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 861 */
- void (GLAPIENTRYP DiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum * attachments); /* 862 */
- void (GLAPIENTRYP LockArraysEXT)(GLint first, GLsizei count); /* 863 */
- void (GLAPIENTRYP UnlockArraysEXT)(void); /* 864 */
- void (GLAPIENTRYP DebugMessageCallback)(GLDEBUGPROC callback, const GLvoid * userParam); /* 865 */
- void (GLAPIENTRYP DebugMessageControl)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled); /* 866 */
- void (GLAPIENTRYP DebugMessageInsert)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf); /* 867 */
- GLuint (GLAPIENTRYP GetDebugMessageLog)(GLuint count, GLsizei bufsize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog); /* 868 */
- void (GLAPIENTRYP GetObjectLabel)(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label); /* 869 */
- void (GLAPIENTRYP GetObjectPtrLabel)(const GLvoid * ptr, GLsizei bufSize, GLsizei * length, GLchar * label); /* 870 */
- void (GLAPIENTRYP ObjectLabel)(GLenum identifier, GLuint name, GLsizei length, const GLchar * label); /* 871 */
- void (GLAPIENTRYP ObjectPtrLabel)(const GLvoid * ptr, GLsizei length, const GLchar * label); /* 872 */
- void (GLAPIENTRYP PopDebugGroup)(void); /* 873 */
- void (GLAPIENTRYP PushDebugGroup)(GLenum source, GLuint id, GLsizei length, const GLchar * message); /* 874 */
- void (GLAPIENTRYP SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue); /* 875 */
- void (GLAPIENTRYP SecondaryColor3fvEXT)(const GLfloat * v); /* 876 */
- void (GLAPIENTRYP MultiDrawElementsEXT)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount); /* 877 */
- void (GLAPIENTRYP FogCoordfEXT)(GLfloat coord); /* 878 */
- void (GLAPIENTRYP FogCoordfvEXT)(const GLfloat * coord); /* 879 */
- void (GLAPIENTRYP ResizeBuffersMESA)(void); /* 880 */
- void (GLAPIENTRYP WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 881 */
- void (GLAPIENTRYP WindowPos4dvMESA)(const GLdouble * v); /* 882 */
- void (GLAPIENTRYP WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 883 */
- void (GLAPIENTRYP WindowPos4fvMESA)(const GLfloat * v); /* 884 */
- void (GLAPIENTRYP WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w); /* 885 */
- void (GLAPIENTRYP WindowPos4ivMESA)(const GLint * v); /* 886 */
- void (GLAPIENTRYP WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w); /* 887 */
- void (GLAPIENTRYP WindowPos4svMESA)(const GLshort * v); /* 888 */
- void (GLAPIENTRYP MultiModeDrawArraysIBM)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride); /* 889 */
- void (GLAPIENTRYP MultiModeDrawElementsIBM)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride); /* 890 */
- GLboolean (GLAPIENTRYP AreProgramsResidentNV)(GLsizei n, const GLuint * ids, GLboolean * residences); /* 891 */
- void (GLAPIENTRYP ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat * params); /* 892 */
- void (GLAPIENTRYP GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble * params); /* 893 */
- void (GLAPIENTRYP GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat * params); /* 894 */
- void (GLAPIENTRYP GetProgramStringNV)(GLuint id, GLenum pname, GLubyte * program); /* 895 */
- void (GLAPIENTRYP GetProgramivNV)(GLuint id, GLenum pname, GLint * params); /* 896 */
- void (GLAPIENTRYP GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint * params); /* 897 */
- void (GLAPIENTRYP GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble * params); /* 898 */
- void (GLAPIENTRYP GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat * params); /* 899 */
- void (GLAPIENTRYP GetVertexAttribivNV)(GLuint index, GLenum pname, GLint * params); /* 900 */
- void (GLAPIENTRYP LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte * program); /* 901 */
- void (GLAPIENTRYP ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble * params); /* 902 */
- void (GLAPIENTRYP ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat * params); /* 903 */
- void (GLAPIENTRYP RequestResidentProgramsNV)(GLsizei n, const GLuint * ids); /* 904 */
- void (GLAPIENTRYP TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform); /* 905 */
- void (GLAPIENTRYP VertexAttrib1dNV)(GLuint index, GLdouble x); /* 906 */
- void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble * v); /* 907 */
- void (GLAPIENTRYP VertexAttrib1fNV)(GLuint index, GLfloat x); /* 908 */
- void (GLAPIENTRYP VertexAttrib1fvNV)(GLuint index, const GLfloat * v); /* 909 */
- void (GLAPIENTRYP VertexAttrib1sNV)(GLuint index, GLshort x); /* 910 */
- void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 911 */
- void (GLAPIENTRYP VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y); /* 912 */
- void (GLAPIENTRYP VertexAttrib2dvNV)(GLuint index, const GLdouble * v); /* 913 */
- void (GLAPIENTRYP VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y); /* 914 */
- void (GLAPIENTRYP VertexAttrib2fvNV)(GLuint index, const GLfloat * v); /* 915 */
- void (GLAPIENTRYP VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y); /* 916 */
- void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 917 */
- void (GLAPIENTRYP VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z); /* 918 */
- void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble * v); /* 919 */
- void (GLAPIENTRYP VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z); /* 920 */
- void (GLAPIENTRYP VertexAttrib3fvNV)(GLuint index, const GLfloat * v); /* 921 */
- void (GLAPIENTRYP VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z); /* 922 */
- void (GLAPIENTRYP VertexAttrib3svNV)(GLuint index, const GLshort * v); /* 923 */
- void (GLAPIENTRYP VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 924 */
- void (GLAPIENTRYP VertexAttrib4dvNV)(GLuint index, const GLdouble * v); /* 925 */
- void (GLAPIENTRYP VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 926 */
- void (GLAPIENTRYP VertexAttrib4fvNV)(GLuint index, const GLfloat * v); /* 927 */
- void (GLAPIENTRYP VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 928 */
- void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 929 */
- void (GLAPIENTRYP VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); /* 930 */
- void (GLAPIENTRYP VertexAttrib4ubvNV)(GLuint index, const GLubyte * v); /* 931 */
- void (GLAPIENTRYP VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 932 */
- void (GLAPIENTRYP VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 933 */
- void (GLAPIENTRYP VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 934 */
- void (GLAPIENTRYP VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort * v); /* 935 */
- void (GLAPIENTRYP VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 936 */
- void (GLAPIENTRYP VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 937 */
- void (GLAPIENTRYP VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort * v); /* 938 */
- void (GLAPIENTRYP VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 939 */
- void (GLAPIENTRYP VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 940 */
- void (GLAPIENTRYP VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort * v); /* 941 */
- void (GLAPIENTRYP VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 942 */
- void (GLAPIENTRYP VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 943 */
- void (GLAPIENTRYP VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort * v); /* 944 */
- void (GLAPIENTRYP VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte * v); /* 945 */
- void (GLAPIENTRYP GetTexBumpParameterfvATI)(GLenum pname, GLfloat * param); /* 946 */
- void (GLAPIENTRYP GetTexBumpParameterivATI)(GLenum pname, GLint * param); /* 947 */
- void (GLAPIENTRYP TexBumpParameterfvATI)(GLenum pname, const GLfloat * param); /* 948 */
- void (GLAPIENTRYP TexBumpParameterivATI)(GLenum pname, const GLint * param); /* 949 */
- void (GLAPIENTRYP AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 950 */
- void (GLAPIENTRYP AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 951 */
- void (GLAPIENTRYP AlphaFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 952 */
- void (GLAPIENTRYP BeginFragmentShaderATI)(void); /* 953 */
- void (GLAPIENTRYP BindFragmentShaderATI)(GLuint id); /* 954 */
- void (GLAPIENTRYP ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 955 */
- void (GLAPIENTRYP ColorFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 956 */
- void (GLAPIENTRYP ColorFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 957 */
- void (GLAPIENTRYP DeleteFragmentShaderATI)(GLuint id); /* 958 */
- void (GLAPIENTRYP EndFragmentShaderATI)(void); /* 959 */
- GLuint (GLAPIENTRYP GenFragmentShadersATI)(GLuint range); /* 960 */
- void (GLAPIENTRYP PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle); /* 961 */
- void (GLAPIENTRYP SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle); /* 962 */
- void (GLAPIENTRYP SetFragmentShaderConstantATI)(GLuint dst, const GLfloat * value); /* 963 */
- void (GLAPIENTRYP ActiveStencilFaceEXT)(GLenum face); /* 964 */
- void (GLAPIENTRYP BindVertexArrayAPPLE)(GLuint array); /* 965 */
- void (GLAPIENTRYP GenVertexArraysAPPLE)(GLsizei n, GLuint * arrays); /* 966 */
- void (GLAPIENTRYP GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params); /* 967 */
- void (GLAPIENTRYP GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params); /* 968 */
- void (GLAPIENTRYP ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 969 */
- void (GLAPIENTRYP ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v); /* 970 */
- void (GLAPIENTRYP ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 971 */
- void (GLAPIENTRYP ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v); /* 972 */
- void (GLAPIENTRYP PrimitiveRestartNV)(void); /* 973 */
- void (GLAPIENTRYP GetTexGenxvOES)(GLenum coord, GLenum pname, GLfixed * params); /* 974 */
- void (GLAPIENTRYP TexGenxOES)(GLenum coord, GLenum pname, GLint param); /* 975 */
- void (GLAPIENTRYP TexGenxvOES)(GLenum coord, GLenum pname, const GLfixed * params); /* 976 */
- void (GLAPIENTRYP DepthBoundsEXT)(GLclampd zmin, GLclampd zmax); /* 977 */
- void (GLAPIENTRYP BindFramebufferEXT)(GLenum target, GLuint framebuffer); /* 978 */
- void (GLAPIENTRYP BindRenderbufferEXT)(GLenum target, GLuint renderbuffer); /* 979 */
- void (GLAPIENTRYP BufferParameteriAPPLE)(GLenum target, GLenum pname, GLint param); /* 980 */
- void (GLAPIENTRYP FlushMappedBufferRangeAPPLE)(GLenum target, GLintptr offset, GLsizeiptr size); /* 981 */
- void (GLAPIENTRYP VertexAttribI1iEXT)(GLuint index, GLint x); /* 982 */
- void (GLAPIENTRYP VertexAttribI1uiEXT)(GLuint index, GLuint x); /* 983 */
- void (GLAPIENTRYP VertexAttribI2iEXT)(GLuint index, GLint x, GLint y); /* 984 */
- void (GLAPIENTRYP VertexAttribI2ivEXT)(GLuint index, const GLint * v); /* 985 */
- void (GLAPIENTRYP VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y); /* 986 */
- void (GLAPIENTRYP VertexAttribI2uivEXT)(GLuint index, const GLuint * v); /* 987 */
- void (GLAPIENTRYP VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z); /* 988 */
- void (GLAPIENTRYP VertexAttribI3ivEXT)(GLuint index, const GLint * v); /* 989 */
- void (GLAPIENTRYP VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z); /* 990 */
- void (GLAPIENTRYP VertexAttribI3uivEXT)(GLuint index, const GLuint * v); /* 991 */
- void (GLAPIENTRYP VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w); /* 992 */
- void (GLAPIENTRYP VertexAttribI4ivEXT)(GLuint index, const GLint * v); /* 993 */
- void (GLAPIENTRYP VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w); /* 994 */
- void (GLAPIENTRYP VertexAttribI4uivEXT)(GLuint index, const GLuint * v); /* 995 */
- void (GLAPIENTRYP ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a); /* 996 */
- void (GLAPIENTRYP ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a); /* 997 */
- void (GLAPIENTRYP BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset); /* 998 */
- void (GLAPIENTRYP BeginPerfMonitorAMD)(GLuint monitor); /* 999 */
- void (GLAPIENTRYP DeletePerfMonitorsAMD)(GLsizei n, GLuint * monitors); /* 1000 */
- void (GLAPIENTRYP EndPerfMonitorAMD)(GLuint monitor); /* 1001 */
- void (GLAPIENTRYP GenPerfMonitorsAMD)(GLsizei n, GLuint * monitors); /* 1002 */
- void (GLAPIENTRYP GetPerfMonitorCounterDataAMD)(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten); /* 1003 */
- void (GLAPIENTRYP GetPerfMonitorCounterInfoAMD)(GLuint group, GLuint counter, GLenum pname, GLvoid * data); /* 1004 */
- void (GLAPIENTRYP GetPerfMonitorCounterStringAMD)(GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString); /* 1005 */
- void (GLAPIENTRYP GetPerfMonitorCountersAMD)(GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei countersSize, GLuint * counters); /* 1006 */
- void (GLAPIENTRYP GetPerfMonitorGroupStringAMD)(GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString); /* 1007 */
- void (GLAPIENTRYP GetPerfMonitorGroupsAMD)(GLint * numGroups, GLsizei groupsSize, GLuint * groups); /* 1008 */
- void (GLAPIENTRYP SelectPerfMonitorCountersAMD)(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * counterList); /* 1009 */
- void (GLAPIENTRYP GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint * value); /* 1010 */
- GLenum (GLAPIENTRYP ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 1011 */
- GLenum (GLAPIENTRYP ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 1012 */
- void (GLAPIENTRYP ActiveProgramEXT)(GLuint program); /* 1013 */
- GLuint (GLAPIENTRYP CreateShaderProgramEXT)(GLenum type, const GLchar * string); /* 1014 */
- void (GLAPIENTRYP UseShaderProgramEXT)(GLenum type, GLuint program); /* 1015 */
- void (GLAPIENTRYP TextureBarrierNV)(void); /* 1016 */
- void (GLAPIENTRYP VDPAUFiniNV)(void); /* 1017 */
- void (GLAPIENTRYP VDPAUGetSurfaceivNV)(GLintptr surface, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values); /* 1018 */
- void (GLAPIENTRYP VDPAUInitNV)(const GLvoid * vdpDevice, const GLvoid * getProcAddress); /* 1019 */
- void (GLAPIENTRYP VDPAUIsSurfaceNV)(GLintptr surface); /* 1020 */
- void (GLAPIENTRYP VDPAUMapSurfacesNV)(GLsizei numSurfaces, const GLintptr * surfaces); /* 1021 */
- GLintptr (GLAPIENTRYP VDPAURegisterOutputSurfaceNV)(const GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames); /* 1022 */
- GLintptr (GLAPIENTRYP VDPAURegisterVideoSurfaceNV)(const GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames); /* 1023 */
- void (GLAPIENTRYP VDPAUSurfaceAccessNV)(GLintptr surface, GLenum access); /* 1024 */
- void (GLAPIENTRYP VDPAUUnmapSurfacesNV)(GLsizei numSurfaces, const GLintptr * surfaces); /* 1025 */
- void (GLAPIENTRYP VDPAUUnregisterSurfaceNV)(GLintptr surface); /* 1026 */
- void (GLAPIENTRYP StencilFuncSeparateATI)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask); /* 1027 */
- void (GLAPIENTRYP ProgramEnvParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 1028 */
- void (GLAPIENTRYP ProgramLocalParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 1029 */
- void (GLAPIENTRYP EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid * writeOffset); /* 1030 */
- void (GLAPIENTRYP EGLImageTargetTexture2DOES)(GLenum target, GLvoid * writeOffset); /* 1031 */
- void (GLAPIENTRYP AlphaFuncx)(GLenum func, GLclampx ref); /* 1032 */
- void (GLAPIENTRYP ClearColorx)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); /* 1033 */
- void (GLAPIENTRYP ClearDepthx)(GLclampx depth); /* 1034 */
- void (GLAPIENTRYP Color4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); /* 1035 */
- void (GLAPIENTRYP DepthRangex)(GLclampx zNear, GLclampx zFar); /* 1036 */
- void (GLAPIENTRYP Fogx)(GLenum pname, GLfixed param); /* 1037 */
- void (GLAPIENTRYP Fogxv)(GLenum pname, const GLfixed * params); /* 1038 */
- void (GLAPIENTRYP Frustumf)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); /* 1039 */
- void (GLAPIENTRYP Frustumx)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); /* 1040 */
- void (GLAPIENTRYP LightModelx)(GLenum pname, GLfixed param); /* 1041 */
- void (GLAPIENTRYP LightModelxv)(GLenum pname, const GLfixed * params); /* 1042 */
- void (GLAPIENTRYP Lightx)(GLenum light, GLenum pname, GLfixed param); /* 1043 */
- void (GLAPIENTRYP Lightxv)(GLenum light, GLenum pname, const GLfixed * params); /* 1044 */
- void (GLAPIENTRYP LineWidthx)(GLfixed width); /* 1045 */
- void (GLAPIENTRYP LoadMatrixx)(const GLfixed * m); /* 1046 */
- void (GLAPIENTRYP Materialx)(GLenum face, GLenum pname, GLfixed param); /* 1047 */
- void (GLAPIENTRYP Materialxv)(GLenum face, GLenum pname, const GLfixed * params); /* 1048 */
- void (GLAPIENTRYP MultMatrixx)(const GLfixed * m); /* 1049 */
- void (GLAPIENTRYP MultiTexCoord4x)(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q); /* 1050 */
- void (GLAPIENTRYP Normal3x)(GLfixed nx, GLfixed ny, GLfixed nz); /* 1051 */
- void (GLAPIENTRYP Orthof)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); /* 1052 */
- void (GLAPIENTRYP Orthox)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); /* 1053 */
- void (GLAPIENTRYP PointSizex)(GLfixed size); /* 1054 */
- void (GLAPIENTRYP PolygonOffsetx)(GLfixed factor, GLfixed units); /* 1055 */
- void (GLAPIENTRYP Rotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); /* 1056 */
- void (GLAPIENTRYP SampleCoveragex)(GLclampx value, GLboolean invert); /* 1057 */
- void (GLAPIENTRYP Scalex)(GLfixed x, GLfixed y, GLfixed z); /* 1058 */
- void (GLAPIENTRYP TexEnvx)(GLenum target, GLenum pname, GLfixed param); /* 1059 */
- void (GLAPIENTRYP TexEnvxv)(GLenum target, GLenum pname, const GLfixed * params); /* 1060 */
- void (GLAPIENTRYP TexParameterx)(GLenum target, GLenum pname, GLfixed param); /* 1061 */
- void (GLAPIENTRYP Translatex)(GLfixed x, GLfixed y, GLfixed z); /* 1062 */
- void (GLAPIENTRYP ClipPlanef)(GLenum plane, const GLfloat * equation); /* 1063 */
- void (GLAPIENTRYP ClipPlanex)(GLenum plane, const GLfixed * equation); /* 1064 */
- void (GLAPIENTRYP GetClipPlanef)(GLenum plane, GLfloat * equation); /* 1065 */
- void (GLAPIENTRYP GetClipPlanex)(GLenum plane, GLfixed * equation); /* 1066 */
- void (GLAPIENTRYP GetFixedv)(GLenum pname, GLfixed * params); /* 1067 */
- void (GLAPIENTRYP GetLightxv)(GLenum light, GLenum pname, GLfixed * params); /* 1068 */
- void (GLAPIENTRYP GetMaterialxv)(GLenum face, GLenum pname, GLfixed * params); /* 1069 */
- void (GLAPIENTRYP GetTexEnvxv)(GLenum target, GLenum pname, GLfixed * params); /* 1070 */
- void (GLAPIENTRYP GetTexParameterxv)(GLenum target, GLenum pname, GLfixed * params); /* 1071 */
- void (GLAPIENTRYP PointParameterx)(GLenum pname, GLfixed param); /* 1072 */
- void (GLAPIENTRYP PointParameterxv)(GLenum pname, const GLfixed * params); /* 1073 */
- void (GLAPIENTRYP TexParameterxv)(GLenum target, GLenum pname, const GLfixed * params); /* 1074 */
+ void (GLAPIENTRYP DrawArraysIndirect)(GLenum mode, const GLvoid * indirect); /* 772 */
+ void (GLAPIENTRYP DrawElementsIndirect)(GLenum mode, GLenum type, const GLvoid * indirect); /* 773 */
+ void (GLAPIENTRYP BindTransformFeedback)(GLenum target, GLuint id); /* 774 */
+ void (GLAPIENTRYP DeleteTransformFeedbacks)(GLsizei n, const GLuint * ids); /* 775 */
+ void (GLAPIENTRYP DrawTransformFeedback)(GLenum mode, GLuint id); /* 776 */
+ void (GLAPIENTRYP GenTransformFeedbacks)(GLsizei n, GLuint * ids); /* 777 */
+ GLboolean (GLAPIENTRYP IsTransformFeedback)(GLuint id); /* 778 */
+ void (GLAPIENTRYP PauseTransformFeedback)(void); /* 779 */
+ void (GLAPIENTRYP ResumeTransformFeedback)(void); /* 780 */
+ void (GLAPIENTRYP BeginQueryIndexed)(GLenum target, GLuint index, GLuint id); /* 781 */
+ void (GLAPIENTRYP DrawTransformFeedbackStream)(GLenum mode, GLuint id, GLuint stream); /* 782 */
+ void (GLAPIENTRYP EndQueryIndexed)(GLenum target, GLuint index); /* 783 */
+ void (GLAPIENTRYP GetQueryIndexediv)(GLenum target, GLuint index, GLenum pname, GLint * params); /* 784 */
+ void (GLAPIENTRYP ClearDepthf)(GLclampf depth); /* 785 */
+ void (GLAPIENTRYP DepthRangef)(GLclampf zNear, GLclampf zFar); /* 786 */
+ void (GLAPIENTRYP GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision); /* 787 */
+ void (GLAPIENTRYP ReleaseShaderCompiler)(void); /* 788 */
+ void (GLAPIENTRYP ShaderBinary)(GLsizei n, const GLuint * shaders, GLenum binaryformat, const GLvoid * binary, GLsizei length); /* 789 */
+ void (GLAPIENTRYP GetProgramBinary)(GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, GLvoid * binary); /* 790 */
+ void (GLAPIENTRYP ProgramBinary)(GLuint program, GLenum binaryFormat, const GLvoid * binary, GLsizei length); /* 791 */
+ void (GLAPIENTRYP ProgramParameteri)(GLuint program, GLenum pname, GLint value); /* 792 */
+ void (GLAPIENTRYP DebugMessageCallbackARB)(GLDEBUGPROCARB callback, const GLvoid * userParam); /* 793 */
+ void (GLAPIENTRYP DebugMessageControlARB)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled); /* 794 */
+ void (GLAPIENTRYP DebugMessageInsertARB)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLcharARB * buf); /* 795 */
+ GLuint (GLAPIENTRYP GetDebugMessageLogARB)(GLuint count, GLsizei bufsize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLcharARB * messageLog); /* 796 */
+ GLenum (GLAPIENTRYP GetGraphicsResetStatusARB)(void); /* 797 */
+ void (GLAPIENTRYP GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * table); /* 798 */
+ void (GLAPIENTRYP GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid * img); /* 799 */
+ void (GLAPIENTRYP GetnConvolutionFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * image); /* 800 */
+ void (GLAPIENTRYP GetnHistogramARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values); /* 801 */
+ void (GLAPIENTRYP GetnMapdvARB)(GLenum target, GLenum query, GLsizei bufSize, GLdouble * v); /* 802 */
+ void (GLAPIENTRYP GetnMapfvARB)(GLenum target, GLenum query, GLsizei bufSize, GLfloat * v); /* 803 */
+ void (GLAPIENTRYP GetnMapivARB)(GLenum target, GLenum query, GLsizei bufSize, GLint * v); /* 804 */
+ void (GLAPIENTRYP GetnMinmaxARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values); /* 805 */
+ void (GLAPIENTRYP GetnPixelMapfvARB)(GLenum map, GLsizei bufSize, GLfloat * values); /* 806 */
+ void (GLAPIENTRYP GetnPixelMapuivARB)(GLenum map, GLsizei bufSize, GLuint * values); /* 807 */
+ void (GLAPIENTRYP GetnPixelMapusvARB)(GLenum map, GLsizei bufSize, GLushort * values); /* 808 */
+ void (GLAPIENTRYP GetnPolygonStippleARB)(GLsizei bufSize, GLubyte * pattern); /* 809 */
+ void (GLAPIENTRYP GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid * row, GLsizei columnBufSize, GLvoid * column, GLvoid * span); /* 810 */
+ void (GLAPIENTRYP GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid * img); /* 811 */
+ void (GLAPIENTRYP GetnUniformdvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble * params); /* 812 */
+ void (GLAPIENTRYP GetnUniformfvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat * params); /* 813 */
+ void (GLAPIENTRYP GetnUniformivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLint * params); /* 814 */
+ void (GLAPIENTRYP GetnUniformuivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint * params); /* 815 */
+ void (GLAPIENTRYP ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid * data); /* 816 */
+ void (GLAPIENTRYP DrawArraysInstancedBaseInstance)(GLenum mode, GLint first, GLsizei count, GLsizei primcount, GLuint baseinstance); /* 817 */
+ void (GLAPIENTRYP DrawElementsInstancedBaseInstance)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei primcount, GLuint baseinstance); /* 818 */
+ void (GLAPIENTRYP DrawElementsInstancedBaseVertexBaseInstance)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei primcount, GLint basevertex, GLuint baseinstance); /* 819 */
+ void (GLAPIENTRYP DrawTransformFeedbackInstanced)(GLenum mode, GLuint id, GLsizei primcount); /* 820 */
+ void (GLAPIENTRYP DrawTransformFeedbackStreamInstanced)(GLenum mode, GLuint id, GLuint stream, GLsizei primcount); /* 821 */
+ void (GLAPIENTRYP GetInternalformativ)(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params); /* 822 */
+ void (GLAPIENTRYP GetActiveAtomicCounterBufferiv)(GLuint program, GLuint bufferIndex, GLenum pname, GLint * params); /* 823 */
+ void (GLAPIENTRYP TexStorage1D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width); /* 824 */
+ void (GLAPIENTRYP TexStorage2D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height); /* 825 */
+ void (GLAPIENTRYP TexStorage3D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth); /* 826 */
+ void (GLAPIENTRYP TextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width); /* 827 */
+ void (GLAPIENTRYP TextureStorage2DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height); /* 828 */
+ void (GLAPIENTRYP TextureStorage3DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth); /* 829 */
+ void (GLAPIENTRYP BindVertexBuffer)(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride); /* 830 */
+ void (GLAPIENTRYP VertexAttribBinding)(GLuint attribindex, GLuint bindingindex); /* 831 */
+ void (GLAPIENTRYP VertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); /* 832 */
+ void (GLAPIENTRYP VertexAttribIFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); /* 833 */
+ void (GLAPIENTRYP VertexAttribLFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); /* 834 */
+ void (GLAPIENTRYP VertexBindingDivisor)(GLuint attribindex, GLuint divisor); /* 835 */
+ void (GLAPIENTRYP MultiDrawArraysIndirect)(GLenum mode, const GLvoid * indirect, GLsizei primcount, GLsizei stride); /* 836 */
+ void (GLAPIENTRYP MultiDrawElementsIndirect)(GLenum mode, GLenum type, const GLvoid * indirect, GLsizei primcount, GLsizei stride); /* 837 */
+ void (GLAPIENTRYP TexBufferRange)(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); /* 838 */
+ void (GLAPIENTRYP TexStorage2DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations); /* 839 */
+ void (GLAPIENTRYP TexStorage3DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); /* 840 */
+ void (GLAPIENTRYP InvalidateBufferData)(GLuint buffer); /* 841 */
+ void (GLAPIENTRYP InvalidateBufferSubData)(GLuint buffer, GLintptr offset, GLsizeiptr length); /* 842 */
+ void (GLAPIENTRYP InvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attachments); /* 843 */
+ void (GLAPIENTRYP InvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height); /* 844 */
+ void (GLAPIENTRYP InvalidateTexImage)(GLuint texture, GLint level); /* 845 */
+ void (GLAPIENTRYP InvalidateTexSubImage)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth); /* 846 */
+ void (GLAPIENTRYP PolygonOffsetEXT)(GLfloat factor, GLfloat bias); /* 847 */
+ void (GLAPIENTRYP DrawTexfOES)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); /* 848 */
+ void (GLAPIENTRYP DrawTexfvOES)(const GLfloat * coords); /* 849 */
+ void (GLAPIENTRYP DrawTexiOES)(GLint x, GLint y, GLint z, GLint width, GLint height); /* 850 */
+ void (GLAPIENTRYP DrawTexivOES)(const GLint * coords); /* 851 */
+ void (GLAPIENTRYP DrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); /* 852 */
+ void (GLAPIENTRYP DrawTexsvOES)(const GLshort * coords); /* 853 */
+ void (GLAPIENTRYP DrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); /* 854 */
+ void (GLAPIENTRYP DrawTexxvOES)(const GLfixed * coords); /* 855 */
+ void (GLAPIENTRYP PointSizePointerOES)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 856 */
+ GLbitfield (GLAPIENTRYP QueryMatrixxOES)(GLfixed * mantissa, GLint * exponent); /* 857 */
+ void (GLAPIENTRYP SampleMaskSGIS)(GLclampf value, GLboolean invert); /* 858 */
+ void (GLAPIENTRYP SamplePatternSGIS)(GLenum pattern); /* 859 */
+ void (GLAPIENTRYP ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 860 */
+ void (GLAPIENTRYP EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean * pointer); /* 861 */
+ void (GLAPIENTRYP IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 862 */
+ void (GLAPIENTRYP NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 863 */
+ void (GLAPIENTRYP TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 864 */
+ void (GLAPIENTRYP VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 865 */
+ void (GLAPIENTRYP DiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum * attachments); /* 866 */
+ void (GLAPIENTRYP LockArraysEXT)(GLint first, GLsizei count); /* 867 */
+ void (GLAPIENTRYP UnlockArraysEXT)(void); /* 868 */
+ void (GLAPIENTRYP DebugMessageCallback)(GLDEBUGPROC callback, const GLvoid * userParam); /* 869 */
+ void (GLAPIENTRYP DebugMessageControl)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled); /* 870 */
+ void (GLAPIENTRYP DebugMessageInsert)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf); /* 871 */
+ GLuint (GLAPIENTRYP GetDebugMessageLog)(GLuint count, GLsizei bufsize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog); /* 872 */
+ void (GLAPIENTRYP GetObjectLabel)(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label); /* 873 */
+ void (GLAPIENTRYP GetObjectPtrLabel)(const GLvoid * ptr, GLsizei bufSize, GLsizei * length, GLchar * label); /* 874 */
+ void (GLAPIENTRYP ObjectLabel)(GLenum identifier, GLuint name, GLsizei length, const GLchar * label); /* 875 */
+ void (GLAPIENTRYP ObjectPtrLabel)(const GLvoid * ptr, GLsizei length, const GLchar * label); /* 876 */
+ void (GLAPIENTRYP PopDebugGroup)(void); /* 877 */
+ void (GLAPIENTRYP PushDebugGroup)(GLenum source, GLuint id, GLsizei length, const GLchar * message); /* 878 */
+ void (GLAPIENTRYP SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue); /* 879 */
+ void (GLAPIENTRYP SecondaryColor3fvEXT)(const GLfloat * v); /* 880 */
+ void (GLAPIENTRYP MultiDrawElementsEXT)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount); /* 881 */
+ void (GLAPIENTRYP FogCoordfEXT)(GLfloat coord); /* 882 */
+ void (GLAPIENTRYP FogCoordfvEXT)(const GLfloat * coord); /* 883 */
+ void (GLAPIENTRYP ResizeBuffersMESA)(void); /* 884 */
+ void (GLAPIENTRYP WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 885 */
+ void (GLAPIENTRYP WindowPos4dvMESA)(const GLdouble * v); /* 886 */
+ void (GLAPIENTRYP WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 887 */
+ void (GLAPIENTRYP WindowPos4fvMESA)(const GLfloat * v); /* 888 */
+ void (GLAPIENTRYP WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w); /* 889 */
+ void (GLAPIENTRYP WindowPos4ivMESA)(const GLint * v); /* 890 */
+ void (GLAPIENTRYP WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w); /* 891 */
+ void (GLAPIENTRYP WindowPos4svMESA)(const GLshort * v); /* 892 */
+ void (GLAPIENTRYP MultiModeDrawArraysIBM)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride); /* 893 */
+ void (GLAPIENTRYP MultiModeDrawElementsIBM)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride); /* 894 */
+ GLboolean (GLAPIENTRYP AreProgramsResidentNV)(GLsizei n, const GLuint * ids, GLboolean * residences); /* 895 */
+ void (GLAPIENTRYP ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat * params); /* 896 */
+ void (GLAPIENTRYP GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble * params); /* 897 */
+ void (GLAPIENTRYP GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat * params); /* 898 */
+ void (GLAPIENTRYP GetProgramStringNV)(GLuint id, GLenum pname, GLubyte * program); /* 899 */
+ void (GLAPIENTRYP GetProgramivNV)(GLuint id, GLenum pname, GLint * params); /* 900 */
+ void (GLAPIENTRYP GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint * params); /* 901 */
+ void (GLAPIENTRYP GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble * params); /* 902 */
+ void (GLAPIENTRYP GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat * params); /* 903 */
+ void (GLAPIENTRYP GetVertexAttribivNV)(GLuint index, GLenum pname, GLint * params); /* 904 */
+ void (GLAPIENTRYP LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte * program); /* 905 */
+ void (GLAPIENTRYP ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble * params); /* 906 */
+ void (GLAPIENTRYP ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat * params); /* 907 */
+ void (GLAPIENTRYP RequestResidentProgramsNV)(GLsizei n, const GLuint * ids); /* 908 */
+ void (GLAPIENTRYP TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform); /* 909 */
+ void (GLAPIENTRYP VertexAttrib1dNV)(GLuint index, GLdouble x); /* 910 */
+ void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble * v); /* 911 */
+ void (GLAPIENTRYP VertexAttrib1fNV)(GLuint index, GLfloat x); /* 912 */
+ void (GLAPIENTRYP VertexAttrib1fvNV)(GLuint index, const GLfloat * v); /* 913 */
+ void (GLAPIENTRYP VertexAttrib1sNV)(GLuint index, GLshort x); /* 914 */
+ void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 915 */
+ void (GLAPIENTRYP VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y); /* 916 */
+ void (GLAPIENTRYP VertexAttrib2dvNV)(GLuint index, const GLdouble * v); /* 917 */
+ void (GLAPIENTRYP VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y); /* 918 */
+ void (GLAPIENTRYP VertexAttrib2fvNV)(GLuint index, const GLfloat * v); /* 919 */
+ void (GLAPIENTRYP VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y); /* 920 */
+ void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 921 */
+ void (GLAPIENTRYP VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z); /* 922 */
+ void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble * v); /* 923 */
+ void (GLAPIENTRYP VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z); /* 924 */
+ void (GLAPIENTRYP VertexAttrib3fvNV)(GLuint index, const GLfloat * v); /* 925 */
+ void (GLAPIENTRYP VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z); /* 926 */
+ void (GLAPIENTRYP VertexAttrib3svNV)(GLuint index, const GLshort * v); /* 927 */
+ void (GLAPIENTRYP VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 928 */
+ void (GLAPIENTRYP VertexAttrib4dvNV)(GLuint index, const GLdouble * v); /* 929 */
+ void (GLAPIENTRYP VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 930 */
+ void (GLAPIENTRYP VertexAttrib4fvNV)(GLuint index, const GLfloat * v); /* 931 */
+ void (GLAPIENTRYP VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 932 */
+ void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 933 */
+ void (GLAPIENTRYP VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); /* 934 */
+ void (GLAPIENTRYP VertexAttrib4ubvNV)(GLuint index, const GLubyte * v); /* 935 */
+ void (GLAPIENTRYP VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 936 */
+ void (GLAPIENTRYP VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 937 */
+ void (GLAPIENTRYP VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 938 */
+ void (GLAPIENTRYP VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort * v); /* 939 */
+ void (GLAPIENTRYP VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 940 */
+ void (GLAPIENTRYP VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 941 */
+ void (GLAPIENTRYP VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort * v); /* 942 */
+ void (GLAPIENTRYP VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 943 */
+ void (GLAPIENTRYP VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 944 */
+ void (GLAPIENTRYP VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort * v); /* 945 */
+ void (GLAPIENTRYP VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 946 */
+ void (GLAPIENTRYP VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 947 */
+ void (GLAPIENTRYP VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort * v); /* 948 */
+ void (GLAPIENTRYP VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte * v); /* 949 */
+ void (GLAPIENTRYP GetTexBumpParameterfvATI)(GLenum pname, GLfloat * param); /* 950 */
+ void (GLAPIENTRYP GetTexBumpParameterivATI)(GLenum pname, GLint * param); /* 951 */
+ void (GLAPIENTRYP TexBumpParameterfvATI)(GLenum pname, const GLfloat * param); /* 952 */
+ void (GLAPIENTRYP TexBumpParameterivATI)(GLenum pname, const GLint * param); /* 953 */
+ void (GLAPIENTRYP AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 954 */
+ void (GLAPIENTRYP AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 955 */
+ void (GLAPIENTRYP AlphaFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 956 */
+ void (GLAPIENTRYP BeginFragmentShaderATI)(void); /* 957 */
+ void (GLAPIENTRYP BindFragmentShaderATI)(GLuint id); /* 958 */
+ void (GLAPIENTRYP ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 959 */
+ void (GLAPIENTRYP ColorFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 960 */
+ void (GLAPIENTRYP ColorFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 961 */
+ void (GLAPIENTRYP DeleteFragmentShaderATI)(GLuint id); /* 962 */
+ void (GLAPIENTRYP EndFragmentShaderATI)(void); /* 963 */
+ GLuint (GLAPIENTRYP GenFragmentShadersATI)(GLuint range); /* 964 */
+ void (GLAPIENTRYP PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle); /* 965 */
+ void (GLAPIENTRYP SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle); /* 966 */
+ void (GLAPIENTRYP SetFragmentShaderConstantATI)(GLuint dst, const GLfloat * value); /* 967 */
+ void (GLAPIENTRYP ActiveStencilFaceEXT)(GLenum face); /* 968 */
+ void (GLAPIENTRYP BindVertexArrayAPPLE)(GLuint array); /* 969 */
+ void (GLAPIENTRYP GenVertexArraysAPPLE)(GLsizei n, GLuint * arrays); /* 970 */
+ void (GLAPIENTRYP GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params); /* 971 */
+ void (GLAPIENTRYP GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params); /* 972 */
+ void (GLAPIENTRYP ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 973 */
+ void (GLAPIENTRYP ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v); /* 974 */
+ void (GLAPIENTRYP ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 975 */
+ void (GLAPIENTRYP ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v); /* 976 */
+ void (GLAPIENTRYP PrimitiveRestartNV)(void); /* 977 */
+ void (GLAPIENTRYP GetTexGenxvOES)(GLenum coord, GLenum pname, GLfixed * params); /* 978 */
+ void (GLAPIENTRYP TexGenxOES)(GLenum coord, GLenum pname, GLint param); /* 979 */
+ void (GLAPIENTRYP TexGenxvOES)(GLenum coord, GLenum pname, const GLfixed * params); /* 980 */
+ void (GLAPIENTRYP DepthBoundsEXT)(GLclampd zmin, GLclampd zmax); /* 981 */
+ void (GLAPIENTRYP BindFramebufferEXT)(GLenum target, GLuint framebuffer); /* 982 */
+ void (GLAPIENTRYP BindRenderbufferEXT)(GLenum target, GLuint renderbuffer); /* 983 */
+ void (GLAPIENTRYP BufferParameteriAPPLE)(GLenum target, GLenum pname, GLint param); /* 984 */
+ void (GLAPIENTRYP FlushMappedBufferRangeAPPLE)(GLenum target, GLintptr offset, GLsizeiptr size); /* 985 */
+ void (GLAPIENTRYP VertexAttribI1iEXT)(GLuint index, GLint x); /* 986 */
+ void (GLAPIENTRYP VertexAttribI1uiEXT)(GLuint index, GLuint x); /* 987 */
+ void (GLAPIENTRYP VertexAttribI2iEXT)(GLuint index, GLint x, GLint y); /* 988 */
+ void (GLAPIENTRYP VertexAttribI2ivEXT)(GLuint index, const GLint * v); /* 989 */
+ void (GLAPIENTRYP VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y); /* 990 */
+ void (GLAPIENTRYP VertexAttribI2uivEXT)(GLuint index, const GLuint * v); /* 991 */
+ void (GLAPIENTRYP VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z); /* 992 */
+ void (GLAPIENTRYP VertexAttribI3ivEXT)(GLuint index, const GLint * v); /* 993 */
+ void (GLAPIENTRYP VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z); /* 994 */
+ void (GLAPIENTRYP VertexAttribI3uivEXT)(GLuint index, const GLuint * v); /* 995 */
+ void (GLAPIENTRYP VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w); /* 996 */
+ void (GLAPIENTRYP VertexAttribI4ivEXT)(GLuint index, const GLint * v); /* 997 */
+ void (GLAPIENTRYP VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w); /* 998 */
+ void (GLAPIENTRYP VertexAttribI4uivEXT)(GLuint index, const GLuint * v); /* 999 */
+ void (GLAPIENTRYP ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a); /* 1000 */
+ void (GLAPIENTRYP ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a); /* 1001 */
+ void (GLAPIENTRYP BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset); /* 1002 */
+ void (GLAPIENTRYP BeginPerfMonitorAMD)(GLuint monitor); /* 1003 */
+ void (GLAPIENTRYP DeletePerfMonitorsAMD)(GLsizei n, GLuint * monitors); /* 1004 */
+ void (GLAPIENTRYP EndPerfMonitorAMD)(GLuint monitor); /* 1005 */
+ void (GLAPIENTRYP GenPerfMonitorsAMD)(GLsizei n, GLuint * monitors); /* 1006 */
+ void (GLAPIENTRYP GetPerfMonitorCounterDataAMD)(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten); /* 1007 */
+ void (GLAPIENTRYP GetPerfMonitorCounterInfoAMD)(GLuint group, GLuint counter, GLenum pname, GLvoid * data); /* 1008 */
+ void (GLAPIENTRYP GetPerfMonitorCounterStringAMD)(GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString); /* 1009 */
+ void (GLAPIENTRYP GetPerfMonitorCountersAMD)(GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei countersSize, GLuint * counters); /* 1010 */
+ void (GLAPIENTRYP GetPerfMonitorGroupStringAMD)(GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString); /* 1011 */
+ void (GLAPIENTRYP GetPerfMonitorGroupsAMD)(GLint * numGroups, GLsizei groupsSize, GLuint * groups); /* 1012 */
+ void (GLAPIENTRYP SelectPerfMonitorCountersAMD)(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * counterList); /* 1013 */
+ void (GLAPIENTRYP GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint * value); /* 1014 */
+ GLenum (GLAPIENTRYP ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 1015 */
+ GLenum (GLAPIENTRYP ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 1016 */
+ void (GLAPIENTRYP ActiveProgramEXT)(GLuint program); /* 1017 */
+ GLuint (GLAPIENTRYP CreateShaderProgramEXT)(GLenum type, const GLchar * string); /* 1018 */
+ void (GLAPIENTRYP UseShaderProgramEXT)(GLenum type, GLuint program); /* 1019 */
+ void (GLAPIENTRYP TextureBarrierNV)(void); /* 1020 */
+ void (GLAPIENTRYP VDPAUFiniNV)(void); /* 1021 */
+ void (GLAPIENTRYP VDPAUGetSurfaceivNV)(GLintptr surface, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values); /* 1022 */
+ void (GLAPIENTRYP VDPAUInitNV)(const GLvoid * vdpDevice, const GLvoid * getProcAddress); /* 1023 */
+ void (GLAPIENTRYP VDPAUIsSurfaceNV)(GLintptr surface); /* 1024 */
+ void (GLAPIENTRYP VDPAUMapSurfacesNV)(GLsizei numSurfaces, const GLintptr * surfaces); /* 1025 */
+ GLintptr (GLAPIENTRYP VDPAURegisterOutputSurfaceNV)(const GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames); /* 1026 */
+ GLintptr (GLAPIENTRYP VDPAURegisterVideoSurfaceNV)(const GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames); /* 1027 */
+ void (GLAPIENTRYP VDPAUSurfaceAccessNV)(GLintptr surface, GLenum access); /* 1028 */
+ void (GLAPIENTRYP VDPAUUnmapSurfacesNV)(GLsizei numSurfaces, const GLintptr * surfaces); /* 1029 */
+ void (GLAPIENTRYP VDPAUUnregisterSurfaceNV)(GLintptr surface); /* 1030 */
+ void (GLAPIENTRYP StencilFuncSeparateATI)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask); /* 1031 */
+ void (GLAPIENTRYP ProgramEnvParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 1032 */
+ void (GLAPIENTRYP ProgramLocalParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 1033 */
+ void (GLAPIENTRYP EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid * writeOffset); /* 1034 */
+ void (GLAPIENTRYP EGLImageTargetTexture2DOES)(GLenum target, GLvoid * writeOffset); /* 1035 */
+ void (GLAPIENTRYP AlphaFuncx)(GLenum func, GLclampx ref); /* 1036 */
+ void (GLAPIENTRYP ClearColorx)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); /* 1037 */
+ void (GLAPIENTRYP ClearDepthx)(GLclampx depth); /* 1038 */
+ void (GLAPIENTRYP Color4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); /* 1039 */
+ void (GLAPIENTRYP DepthRangex)(GLclampx zNear, GLclampx zFar); /* 1040 */
+ void (GLAPIENTRYP Fogx)(GLenum pname, GLfixed param); /* 1041 */
+ void (GLAPIENTRYP Fogxv)(GLenum pname, const GLfixed * params); /* 1042 */
+ void (GLAPIENTRYP Frustumf)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); /* 1043 */
+ void (GLAPIENTRYP Frustumx)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); /* 1044 */
+ void (GLAPIENTRYP LightModelx)(GLenum pname, GLfixed param); /* 1045 */
+ void (GLAPIENTRYP LightModelxv)(GLenum pname, const GLfixed * params); /* 1046 */
+ void (GLAPIENTRYP Lightx)(GLenum light, GLenum pname, GLfixed param); /* 1047 */
+ void (GLAPIENTRYP Lightxv)(GLenum light, GLenum pname, const GLfixed * params); /* 1048 */
+ void (GLAPIENTRYP LineWidthx)(GLfixed width); /* 1049 */
+ void (GLAPIENTRYP LoadMatrixx)(const GLfixed * m); /* 1050 */
+ void (GLAPIENTRYP Materialx)(GLenum face, GLenum pname, GLfixed param); /* 1051 */
+ void (GLAPIENTRYP Materialxv)(GLenum face, GLenum pname, const GLfixed * params); /* 1052 */
+ void (GLAPIENTRYP MultMatrixx)(const GLfixed * m); /* 1053 */
+ void (GLAPIENTRYP MultiTexCoord4x)(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q); /* 1054 */
+ void (GLAPIENTRYP Normal3x)(GLfixed nx, GLfixed ny, GLfixed nz); /* 1055 */
+ void (GLAPIENTRYP Orthof)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); /* 1056 */
+ void (GLAPIENTRYP Orthox)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); /* 1057 */
+ void (GLAPIENTRYP PointSizex)(GLfixed size); /* 1058 */
+ void (GLAPIENTRYP PolygonOffsetx)(GLfixed factor, GLfixed units); /* 1059 */
+ void (GLAPIENTRYP Rotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); /* 1060 */
+ void (GLAPIENTRYP SampleCoveragex)(GLclampx value, GLboolean invert); /* 1061 */
+ void (GLAPIENTRYP Scalex)(GLfixed x, GLfixed y, GLfixed z); /* 1062 */
+ void (GLAPIENTRYP TexEnvx)(GLenum target, GLenum pname, GLfixed param); /* 1063 */
+ void (GLAPIENTRYP TexEnvxv)(GLenum target, GLenum pname, const GLfixed * params); /* 1064 */
+ void (GLAPIENTRYP TexParameterx)(GLenum target, GLenum pname, GLfixed param); /* 1065 */
+ void (GLAPIENTRYP Translatex)(GLfixed x, GLfixed y, GLfixed z); /* 1066 */
+ void (GLAPIENTRYP ClipPlanef)(GLenum plane, const GLfloat * equation); /* 1067 */
+ void (GLAPIENTRYP ClipPlanex)(GLenum plane, const GLfixed * equation); /* 1068 */
+ void (GLAPIENTRYP GetClipPlanef)(GLenum plane, GLfloat * equation); /* 1069 */
+ void (GLAPIENTRYP GetClipPlanex)(GLenum plane, GLfixed * equation); /* 1070 */
+ void (GLAPIENTRYP GetFixedv)(GLenum pname, GLfixed * params); /* 1071 */
+ void (GLAPIENTRYP GetLightxv)(GLenum light, GLenum pname, GLfixed * params); /* 1072 */
+ void (GLAPIENTRYP GetMaterialxv)(GLenum face, GLenum pname, GLfixed * params); /* 1073 */
+ void (GLAPIENTRYP GetTexEnvxv)(GLenum target, GLenum pname, GLfixed * params); /* 1074 */
+ void (GLAPIENTRYP GetTexParameterxv)(GLenum target, GLenum pname, GLfixed * params); /* 1075 */
+ void (GLAPIENTRYP PointParameterx)(GLenum pname, GLfixed param); /* 1076 */
+ void (GLAPIENTRYP PointParameterxv)(GLenum pname, const GLfixed * params); /* 1077 */
+ void (GLAPIENTRYP TexParameterxv)(GLenum target, GLenum pname, const GLfixed * params); /* 1078 */
#endif /* !defined HAVE_SHARED_GLAPI */
};
diff --git a/xorg-server/glx/glprocs.h b/xorg-server/glx/glprocs.h
index 933a3b09c..da4ec2b59 100644
--- a/xorg-server/glx/glprocs.h
+++ b/xorg-server/glx/glprocs.h
@@ -824,6 +824,8 @@ static const char gl_string_table[] =
"glVertexP3uiv\0"
"glVertexP4ui\0"
"glVertexP4uiv\0"
+ "glDrawArraysIndirect\0"
+ "glDrawElementsIndirect\0"
"glBindTransformFeedback\0"
"glDeleteTransformFeedbacks\0"
"glDrawTransformFeedback\0"
@@ -886,6 +888,8 @@ static const char gl_string_table[] =
"glVertexAttribIFormat\0"
"glVertexAttribLFormat\0"
"glVertexBindingDivisor\0"
+ "glMultiDrawArraysIndirect\0"
+ "glMultiDrawElementsIndirect\0"
"glTexBufferRange\0"
"glTexStorage2DMultisample\0"
"glTexStorage3DMultisample\0"
@@ -1605,11 +1609,7 @@ static const char gl_string_table[] =
#define gl_dispatch_stub_731 mgl_dispatch_stub_731
#define gl_dispatch_stub_732 mgl_dispatch_stub_732
#define gl_dispatch_stub_733 mgl_dispatch_stub_733
-#define gl_dispatch_stub_820 mgl_dispatch_stub_820
-#define gl_dispatch_stub_844 mgl_dispatch_stub_844
-#define gl_dispatch_stub_845 mgl_dispatch_stub_845
-#define gl_dispatch_stub_846 mgl_dispatch_stub_846
-#define gl_dispatch_stub_847 mgl_dispatch_stub_847
+#define gl_dispatch_stub_822 mgl_dispatch_stub_822
#define gl_dispatch_stub_848 mgl_dispatch_stub_848
#define gl_dispatch_stub_849 mgl_dispatch_stub_849
#define gl_dispatch_stub_850 mgl_dispatch_stub_850
@@ -1618,25 +1618,25 @@ static const char gl_string_table[] =
#define gl_dispatch_stub_853 mgl_dispatch_stub_853
#define gl_dispatch_stub_854 mgl_dispatch_stub_854
#define gl_dispatch_stub_855 mgl_dispatch_stub_855
-#define gl_dispatch_stub_862 mgl_dispatch_stub_862
-#define gl_dispatch_stub_889 mgl_dispatch_stub_889
-#define gl_dispatch_stub_890 mgl_dispatch_stub_890
-#define gl_dispatch_stub_964 mgl_dispatch_stub_964
-#define gl_dispatch_stub_965 mgl_dispatch_stub_965
-#define gl_dispatch_stub_966 mgl_dispatch_stub_966
-#define gl_dispatch_stub_974 mgl_dispatch_stub_974
-#define gl_dispatch_stub_975 mgl_dispatch_stub_975
-#define gl_dispatch_stub_976 mgl_dispatch_stub_976
-#define gl_dispatch_stub_977 mgl_dispatch_stub_977
+#define gl_dispatch_stub_856 mgl_dispatch_stub_856
+#define gl_dispatch_stub_857 mgl_dispatch_stub_857
+#define gl_dispatch_stub_858 mgl_dispatch_stub_858
+#define gl_dispatch_stub_859 mgl_dispatch_stub_859
+#define gl_dispatch_stub_866 mgl_dispatch_stub_866
+#define gl_dispatch_stub_893 mgl_dispatch_stub_893
+#define gl_dispatch_stub_894 mgl_dispatch_stub_894
+#define gl_dispatch_stub_968 mgl_dispatch_stub_968
+#define gl_dispatch_stub_969 mgl_dispatch_stub_969
+#define gl_dispatch_stub_970 mgl_dispatch_stub_970
+#define gl_dispatch_stub_978 mgl_dispatch_stub_978
+#define gl_dispatch_stub_979 mgl_dispatch_stub_979
#define gl_dispatch_stub_980 mgl_dispatch_stub_980
#define gl_dispatch_stub_981 mgl_dispatch_stub_981
-#define gl_dispatch_stub_1027 mgl_dispatch_stub_1027
-#define gl_dispatch_stub_1028 mgl_dispatch_stub_1028
-#define gl_dispatch_stub_1029 mgl_dispatch_stub_1029
+#define gl_dispatch_stub_984 mgl_dispatch_stub_984
+#define gl_dispatch_stub_985 mgl_dispatch_stub_985
+#define gl_dispatch_stub_1031 mgl_dispatch_stub_1031
#define gl_dispatch_stub_1032 mgl_dispatch_stub_1032
#define gl_dispatch_stub_1033 mgl_dispatch_stub_1033
-#define gl_dispatch_stub_1034 mgl_dispatch_stub_1034
-#define gl_dispatch_stub_1035 mgl_dispatch_stub_1035
#define gl_dispatch_stub_1036 mgl_dispatch_stub_1036
#define gl_dispatch_stub_1037 mgl_dispatch_stub_1037
#define gl_dispatch_stub_1038 mgl_dispatch_stub_1038
@@ -1676,6 +1676,10 @@ static const char gl_string_table[] =
#define gl_dispatch_stub_1072 mgl_dispatch_stub_1072
#define gl_dispatch_stub_1073 mgl_dispatch_stub_1073
#define gl_dispatch_stub_1074 mgl_dispatch_stub_1074
+#define gl_dispatch_stub_1075 mgl_dispatch_stub_1075
+#define gl_dispatch_stub_1076 mgl_dispatch_stub_1076
+#define gl_dispatch_stub_1077 mgl_dispatch_stub_1077
+#define gl_dispatch_stub_1078 mgl_dispatch_stub_1078
#endif /* USE_MGL_NAMESPACE */
@@ -1696,77 +1700,77 @@ void GLAPIENTRY gl_dispatch_stub_366(GLenum target, GLenum pname, GLint * params
void GLAPIENTRY gl_dispatch_stub_731(GLuint id, GLenum pname, GLint64 * params);
void GLAPIENTRY gl_dispatch_stub_732(GLuint id, GLenum pname, GLuint64 * params);
void GLAPIENTRY gl_dispatch_stub_733(GLuint id, GLenum target);
-void GLAPIENTRY gl_dispatch_stub_820(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params);
-void GLAPIENTRY gl_dispatch_stub_844(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
-void GLAPIENTRY gl_dispatch_stub_845(const GLfloat * coords);
-void GLAPIENTRY gl_dispatch_stub_846(GLint x, GLint y, GLint z, GLint width, GLint height);
-void GLAPIENTRY gl_dispatch_stub_847(const GLint * coords);
-void GLAPIENTRY gl_dispatch_stub_848(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
-void GLAPIENTRY gl_dispatch_stub_849(const GLshort * coords);
-void GLAPIENTRY gl_dispatch_stub_850(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
-void GLAPIENTRY gl_dispatch_stub_851(const GLfixed * coords);
-void GLAPIENTRY gl_dispatch_stub_852(GLenum type, GLsizei stride, const GLvoid * pointer);
-GLbitfield GLAPIENTRY gl_dispatch_stub_853(GLfixed * mantissa, GLint * exponent);
-void GLAPIENTRY gl_dispatch_stub_854(GLclampf value, GLboolean invert);
-void GLAPIENTRY gl_dispatch_stub_855(GLenum pattern);
-void GLAPIENTRY gl_dispatch_stub_862(GLenum target, GLsizei numAttachments, const GLenum * attachments);
-void GLAPIENTRY gl_dispatch_stub_889(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
-void GLAPIENTRY gl_dispatch_stub_890(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
-void GLAPIENTRY gl_dispatch_stub_964(GLenum face);
-void GLAPIENTRY gl_dispatch_stub_965(GLuint array);
-void GLAPIENTRY gl_dispatch_stub_966(GLsizei n, GLuint * arrays);
-void GLAPIENTRY gl_dispatch_stub_974(GLenum coord, GLenum pname, GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_975(GLenum coord, GLenum pname, GLint param);
-void GLAPIENTRY gl_dispatch_stub_976(GLenum coord, GLenum pname, const GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_977(GLclampd zmin, GLclampd zmax);
-void GLAPIENTRY gl_dispatch_stub_980(GLenum target, GLenum pname, GLint param);
-void GLAPIENTRY gl_dispatch_stub_981(GLenum target, GLintptr offset, GLsizeiptr size);
-void GLAPIENTRY gl_dispatch_stub_1027(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
-void GLAPIENTRY gl_dispatch_stub_1028(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
-void GLAPIENTRY gl_dispatch_stub_1029(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
-void GLAPIENTRY gl_dispatch_stub_1032(GLenum func, GLclampx ref);
-void GLAPIENTRY gl_dispatch_stub_1033(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
-void GLAPIENTRY gl_dispatch_stub_1034(GLclampx depth);
-void GLAPIENTRY gl_dispatch_stub_1035(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
-void GLAPIENTRY gl_dispatch_stub_1036(GLclampx zNear, GLclampx zFar);
-void GLAPIENTRY gl_dispatch_stub_1037(GLenum pname, GLfixed param);
-void GLAPIENTRY gl_dispatch_stub_1038(GLenum pname, const GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_1039(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
-void GLAPIENTRY gl_dispatch_stub_1040(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
+void GLAPIENTRY gl_dispatch_stub_822(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params);
+void GLAPIENTRY gl_dispatch_stub_848(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
+void GLAPIENTRY gl_dispatch_stub_849(const GLfloat * coords);
+void GLAPIENTRY gl_dispatch_stub_850(GLint x, GLint y, GLint z, GLint width, GLint height);
+void GLAPIENTRY gl_dispatch_stub_851(const GLint * coords);
+void GLAPIENTRY gl_dispatch_stub_852(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
+void GLAPIENTRY gl_dispatch_stub_853(const GLshort * coords);
+void GLAPIENTRY gl_dispatch_stub_854(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
+void GLAPIENTRY gl_dispatch_stub_855(const GLfixed * coords);
+void GLAPIENTRY gl_dispatch_stub_856(GLenum type, GLsizei stride, const GLvoid * pointer);
+GLbitfield GLAPIENTRY gl_dispatch_stub_857(GLfixed * mantissa, GLint * exponent);
+void GLAPIENTRY gl_dispatch_stub_858(GLclampf value, GLboolean invert);
+void GLAPIENTRY gl_dispatch_stub_859(GLenum pattern);
+void GLAPIENTRY gl_dispatch_stub_866(GLenum target, GLsizei numAttachments, const GLenum * attachments);
+void GLAPIENTRY gl_dispatch_stub_893(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
+void GLAPIENTRY gl_dispatch_stub_894(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
+void GLAPIENTRY gl_dispatch_stub_968(GLenum face);
+void GLAPIENTRY gl_dispatch_stub_969(GLuint array);
+void GLAPIENTRY gl_dispatch_stub_970(GLsizei n, GLuint * arrays);
+void GLAPIENTRY gl_dispatch_stub_978(GLenum coord, GLenum pname, GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_979(GLenum coord, GLenum pname, GLint param);
+void GLAPIENTRY gl_dispatch_stub_980(GLenum coord, GLenum pname, const GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_981(GLclampd zmin, GLclampd zmax);
+void GLAPIENTRY gl_dispatch_stub_984(GLenum target, GLenum pname, GLint param);
+void GLAPIENTRY gl_dispatch_stub_985(GLenum target, GLintptr offset, GLsizeiptr size);
+void GLAPIENTRY gl_dispatch_stub_1031(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
+void GLAPIENTRY gl_dispatch_stub_1032(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
+void GLAPIENTRY gl_dispatch_stub_1033(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
+void GLAPIENTRY gl_dispatch_stub_1036(GLenum func, GLclampx ref);
+void GLAPIENTRY gl_dispatch_stub_1037(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
+void GLAPIENTRY gl_dispatch_stub_1038(GLclampx depth);
+void GLAPIENTRY gl_dispatch_stub_1039(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
+void GLAPIENTRY gl_dispatch_stub_1040(GLclampx zNear, GLclampx zFar);
void GLAPIENTRY gl_dispatch_stub_1041(GLenum pname, GLfixed param);
void GLAPIENTRY gl_dispatch_stub_1042(GLenum pname, const GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_1043(GLenum light, GLenum pname, GLfixed param);
-void GLAPIENTRY gl_dispatch_stub_1044(GLenum light, GLenum pname, const GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_1045(GLfixed width);
-void GLAPIENTRY gl_dispatch_stub_1046(const GLfixed * m);
-void GLAPIENTRY gl_dispatch_stub_1047(GLenum face, GLenum pname, GLfixed param);
-void GLAPIENTRY gl_dispatch_stub_1048(GLenum face, GLenum pname, const GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_1049(const GLfixed * m);
-void GLAPIENTRY gl_dispatch_stub_1050(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
-void GLAPIENTRY gl_dispatch_stub_1051(GLfixed nx, GLfixed ny, GLfixed nz);
-void GLAPIENTRY gl_dispatch_stub_1052(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
-void GLAPIENTRY gl_dispatch_stub_1053(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
-void GLAPIENTRY gl_dispatch_stub_1054(GLfixed size);
-void GLAPIENTRY gl_dispatch_stub_1055(GLfixed factor, GLfixed units);
-void GLAPIENTRY gl_dispatch_stub_1056(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
-void GLAPIENTRY gl_dispatch_stub_1057(GLclampx value, GLboolean invert);
-void GLAPIENTRY gl_dispatch_stub_1058(GLfixed x, GLfixed y, GLfixed z);
-void GLAPIENTRY gl_dispatch_stub_1059(GLenum target, GLenum pname, GLfixed param);
-void GLAPIENTRY gl_dispatch_stub_1060(GLenum target, GLenum pname, const GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_1061(GLenum target, GLenum pname, GLfixed param);
+void GLAPIENTRY gl_dispatch_stub_1043(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
+void GLAPIENTRY gl_dispatch_stub_1044(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
+void GLAPIENTRY gl_dispatch_stub_1045(GLenum pname, GLfixed param);
+void GLAPIENTRY gl_dispatch_stub_1046(GLenum pname, const GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_1047(GLenum light, GLenum pname, GLfixed param);
+void GLAPIENTRY gl_dispatch_stub_1048(GLenum light, GLenum pname, const GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_1049(GLfixed width);
+void GLAPIENTRY gl_dispatch_stub_1050(const GLfixed * m);
+void GLAPIENTRY gl_dispatch_stub_1051(GLenum face, GLenum pname, GLfixed param);
+void GLAPIENTRY gl_dispatch_stub_1052(GLenum face, GLenum pname, const GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_1053(const GLfixed * m);
+void GLAPIENTRY gl_dispatch_stub_1054(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
+void GLAPIENTRY gl_dispatch_stub_1055(GLfixed nx, GLfixed ny, GLfixed nz);
+void GLAPIENTRY gl_dispatch_stub_1056(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
+void GLAPIENTRY gl_dispatch_stub_1057(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
+void GLAPIENTRY gl_dispatch_stub_1058(GLfixed size);
+void GLAPIENTRY gl_dispatch_stub_1059(GLfixed factor, GLfixed units);
+void GLAPIENTRY gl_dispatch_stub_1060(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
+void GLAPIENTRY gl_dispatch_stub_1061(GLclampx value, GLboolean invert);
void GLAPIENTRY gl_dispatch_stub_1062(GLfixed x, GLfixed y, GLfixed z);
-void GLAPIENTRY gl_dispatch_stub_1063(GLenum plane, const GLfloat * equation);
-void GLAPIENTRY gl_dispatch_stub_1064(GLenum plane, const GLfixed * equation);
-void GLAPIENTRY gl_dispatch_stub_1065(GLenum plane, GLfloat * equation);
-void GLAPIENTRY gl_dispatch_stub_1066(GLenum plane, GLfixed * equation);
-void GLAPIENTRY gl_dispatch_stub_1067(GLenum pname, GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_1068(GLenum light, GLenum pname, GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_1069(GLenum face, GLenum pname, GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_1070(GLenum target, GLenum pname, GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_1071(GLenum target, GLenum pname, GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_1072(GLenum pname, GLfixed param);
-void GLAPIENTRY gl_dispatch_stub_1073(GLenum pname, const GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_1074(GLenum target, GLenum pname, const GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_1063(GLenum target, GLenum pname, GLfixed param);
+void GLAPIENTRY gl_dispatch_stub_1064(GLenum target, GLenum pname, const GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_1065(GLenum target, GLenum pname, GLfixed param);
+void GLAPIENTRY gl_dispatch_stub_1066(GLfixed x, GLfixed y, GLfixed z);
+void GLAPIENTRY gl_dispatch_stub_1067(GLenum plane, const GLfloat * equation);
+void GLAPIENTRY gl_dispatch_stub_1068(GLenum plane, const GLfixed * equation);
+void GLAPIENTRY gl_dispatch_stub_1069(GLenum plane, GLfloat * equation);
+void GLAPIENTRY gl_dispatch_stub_1070(GLenum plane, GLfixed * equation);
+void GLAPIENTRY gl_dispatch_stub_1071(GLenum pname, GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_1072(GLenum light, GLenum pname, GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_1073(GLenum face, GLenum pname, GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_1074(GLenum target, GLenum pname, GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_1075(GLenum target, GLenum pname, GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_1076(GLenum pname, GLfixed param);
+void GLAPIENTRY gl_dispatch_stub_1077(GLenum pname, const GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_1078(GLenum target, GLenum pname, const GLfixed * params);
#endif /* defined(NEED_FUNCTION_POINTER) || defined(GLX_INDIRECT_RENDERING) */
static const glprocs_table_t static_functions[] = {
@@ -2542,767 +2546,771 @@ static const glprocs_table_t static_functions[] = {
NAME_FUNC_OFFSET(12536, glVertexP3uiv, glVertexP3uiv, NULL, 769),
NAME_FUNC_OFFSET(12550, glVertexP4ui, glVertexP4ui, NULL, 770),
NAME_FUNC_OFFSET(12563, glVertexP4uiv, glVertexP4uiv, NULL, 771),
- NAME_FUNC_OFFSET(12577, glBindTransformFeedback, glBindTransformFeedback, NULL, 772),
- NAME_FUNC_OFFSET(12601, glDeleteTransformFeedbacks, glDeleteTransformFeedbacks, NULL, 773),
- NAME_FUNC_OFFSET(12628, glDrawTransformFeedback, glDrawTransformFeedback, NULL, 774),
- NAME_FUNC_OFFSET(12652, glGenTransformFeedbacks, glGenTransformFeedbacks, NULL, 775),
- NAME_FUNC_OFFSET(12676, glIsTransformFeedback, glIsTransformFeedback, NULL, 776),
- NAME_FUNC_OFFSET(12698, glPauseTransformFeedback, glPauseTransformFeedback, NULL, 777),
- NAME_FUNC_OFFSET(12723, glResumeTransformFeedback, glResumeTransformFeedback, NULL, 778),
- NAME_FUNC_OFFSET(12749, glBeginQueryIndexed, glBeginQueryIndexed, NULL, 779),
- NAME_FUNC_OFFSET(12769, glDrawTransformFeedbackStream, glDrawTransformFeedbackStream, NULL, 780),
- NAME_FUNC_OFFSET(12799, glEndQueryIndexed, glEndQueryIndexed, NULL, 781),
- NAME_FUNC_OFFSET(12817, glGetQueryIndexediv, glGetQueryIndexediv, NULL, 782),
- NAME_FUNC_OFFSET(12837, glClearDepthf, glClearDepthf, NULL, 783),
- NAME_FUNC_OFFSET(12851, glDepthRangef, glDepthRangef, NULL, 784),
- NAME_FUNC_OFFSET(12865, glGetShaderPrecisionFormat, glGetShaderPrecisionFormat, NULL, 785),
- NAME_FUNC_OFFSET(12892, glReleaseShaderCompiler, glReleaseShaderCompiler, NULL, 786),
- NAME_FUNC_OFFSET(12916, glShaderBinary, glShaderBinary, NULL, 787),
- NAME_FUNC_OFFSET(12931, glGetProgramBinary, glGetProgramBinary, NULL, 788),
- NAME_FUNC_OFFSET(12950, glProgramBinary, glProgramBinary, NULL, 789),
- NAME_FUNC_OFFSET(12966, glProgramParameteri, glProgramParameteri, NULL, 790),
- NAME_FUNC_OFFSET(12986, glDebugMessageCallbackARB, glDebugMessageCallbackARB, NULL, 791),
- NAME_FUNC_OFFSET(13012, glDebugMessageControlARB, glDebugMessageControlARB, NULL, 792),
- NAME_FUNC_OFFSET(13037, glDebugMessageInsertARB, glDebugMessageInsertARB, NULL, 793),
- NAME_FUNC_OFFSET(13061, glGetDebugMessageLogARB, glGetDebugMessageLogARB, NULL, 794),
- NAME_FUNC_OFFSET(13085, glGetGraphicsResetStatusARB, glGetGraphicsResetStatusARB, NULL, 795),
- NAME_FUNC_OFFSET(13113, glGetnColorTableARB, glGetnColorTableARB, NULL, 796),
- NAME_FUNC_OFFSET(13133, glGetnCompressedTexImageARB, glGetnCompressedTexImageARB, NULL, 797),
- NAME_FUNC_OFFSET(13161, glGetnConvolutionFilterARB, glGetnConvolutionFilterARB, NULL, 798),
- NAME_FUNC_OFFSET(13188, glGetnHistogramARB, glGetnHistogramARB, NULL, 799),
- NAME_FUNC_OFFSET(13207, glGetnMapdvARB, glGetnMapdvARB, NULL, 800),
- NAME_FUNC_OFFSET(13222, glGetnMapfvARB, glGetnMapfvARB, NULL, 801),
- NAME_FUNC_OFFSET(13237, glGetnMapivARB, glGetnMapivARB, NULL, 802),
- NAME_FUNC_OFFSET(13252, glGetnMinmaxARB, glGetnMinmaxARB, NULL, 803),
- NAME_FUNC_OFFSET(13268, glGetnPixelMapfvARB, glGetnPixelMapfvARB, NULL, 804),
- NAME_FUNC_OFFSET(13288, glGetnPixelMapuivARB, glGetnPixelMapuivARB, NULL, 805),
- NAME_FUNC_OFFSET(13309, glGetnPixelMapusvARB, glGetnPixelMapusvARB, NULL, 806),
- NAME_FUNC_OFFSET(13330, glGetnPolygonStippleARB, glGetnPolygonStippleARB, NULL, 807),
- NAME_FUNC_OFFSET(13354, glGetnSeparableFilterARB, glGetnSeparableFilterARB, NULL, 808),
- NAME_FUNC_OFFSET(13379, glGetnTexImageARB, glGetnTexImageARB, NULL, 809),
- NAME_FUNC_OFFSET(13397, glGetnUniformdvARB, glGetnUniformdvARB, NULL, 810),
- NAME_FUNC_OFFSET(13416, glGetnUniformfvARB, glGetnUniformfvARB, NULL, 811),
- NAME_FUNC_OFFSET(13435, glGetnUniformivARB, glGetnUniformivARB, NULL, 812),
- NAME_FUNC_OFFSET(13454, glGetnUniformuivARB, glGetnUniformuivARB, NULL, 813),
- NAME_FUNC_OFFSET(13474, glReadnPixelsARB, glReadnPixelsARB, NULL, 814),
- NAME_FUNC_OFFSET(13491, glDrawArraysInstancedBaseInstance, glDrawArraysInstancedBaseInstance, NULL, 815),
- NAME_FUNC_OFFSET(13525, glDrawElementsInstancedBaseInstance, glDrawElementsInstancedBaseInstance, NULL, 816),
- NAME_FUNC_OFFSET(13561, glDrawElementsInstancedBaseVertexBaseInstance, glDrawElementsInstancedBaseVertexBaseInstance, NULL, 817),
- NAME_FUNC_OFFSET(13607, glDrawTransformFeedbackInstanced, glDrawTransformFeedbackInstanced, NULL, 818),
- NAME_FUNC_OFFSET(13640, glDrawTransformFeedbackStreamInstanced, glDrawTransformFeedbackStreamInstanced, NULL, 819),
- NAME_FUNC_OFFSET(13679, gl_dispatch_stub_820, gl_dispatch_stub_820, NULL, 820),
- NAME_FUNC_OFFSET(13701, glGetActiveAtomicCounterBufferiv, glGetActiveAtomicCounterBufferiv, NULL, 821),
- NAME_FUNC_OFFSET(13734, glTexStorage1D, glTexStorage1D, NULL, 822),
- NAME_FUNC_OFFSET(13749, glTexStorage2D, glTexStorage2D, NULL, 823),
- NAME_FUNC_OFFSET(13764, glTexStorage3D, glTexStorage3D, NULL, 824),
- NAME_FUNC_OFFSET(13779, glTextureStorage1DEXT, glTextureStorage1DEXT, NULL, 825),
- NAME_FUNC_OFFSET(13801, glTextureStorage2DEXT, glTextureStorage2DEXT, NULL, 826),
- NAME_FUNC_OFFSET(13823, glTextureStorage3DEXT, glTextureStorage3DEXT, NULL, 827),
- NAME_FUNC_OFFSET(13845, glBindVertexBuffer, glBindVertexBuffer, NULL, 828),
- NAME_FUNC_OFFSET(13864, glVertexAttribBinding, glVertexAttribBinding, NULL, 829),
- NAME_FUNC_OFFSET(13886, glVertexAttribFormat, glVertexAttribFormat, NULL, 830),
- NAME_FUNC_OFFSET(13907, glVertexAttribIFormat, glVertexAttribIFormat, NULL, 831),
- NAME_FUNC_OFFSET(13929, glVertexAttribLFormat, glVertexAttribLFormat, NULL, 832),
- NAME_FUNC_OFFSET(13951, glVertexBindingDivisor, glVertexBindingDivisor, NULL, 833),
- NAME_FUNC_OFFSET(13974, glTexBufferRange, glTexBufferRange, NULL, 834),
- NAME_FUNC_OFFSET(13991, glTexStorage2DMultisample, glTexStorage2DMultisample, NULL, 835),
- NAME_FUNC_OFFSET(14017, glTexStorage3DMultisample, glTexStorage3DMultisample, NULL, 836),
- NAME_FUNC_OFFSET(14043, glInvalidateBufferData, glInvalidateBufferData, NULL, 837),
- NAME_FUNC_OFFSET(14066, glInvalidateBufferSubData, glInvalidateBufferSubData, NULL, 838),
- NAME_FUNC_OFFSET(14092, glInvalidateFramebuffer, glInvalidateFramebuffer, NULL, 839),
- NAME_FUNC_OFFSET(14116, glInvalidateSubFramebuffer, glInvalidateSubFramebuffer, NULL, 840),
- NAME_FUNC_OFFSET(14143, glInvalidateTexImage, glInvalidateTexImage, NULL, 841),
- NAME_FUNC_OFFSET(14164, glInvalidateTexSubImage, glInvalidateTexSubImage, NULL, 842),
- NAME_FUNC_OFFSET(14188, glPolygonOffsetEXT, glPolygonOffsetEXT, NULL, 843),
- NAME_FUNC_OFFSET(14207, gl_dispatch_stub_844, gl_dispatch_stub_844, NULL, 844),
- NAME_FUNC_OFFSET(14221, gl_dispatch_stub_845, gl_dispatch_stub_845, NULL, 845),
- NAME_FUNC_OFFSET(14236, gl_dispatch_stub_846, gl_dispatch_stub_846, NULL, 846),
- NAME_FUNC_OFFSET(14250, gl_dispatch_stub_847, gl_dispatch_stub_847, NULL, 847),
- NAME_FUNC_OFFSET(14265, gl_dispatch_stub_848, gl_dispatch_stub_848, NULL, 848),
- NAME_FUNC_OFFSET(14279, gl_dispatch_stub_849, gl_dispatch_stub_849, NULL, 849),
- NAME_FUNC_OFFSET(14294, gl_dispatch_stub_850, gl_dispatch_stub_850, NULL, 850),
- NAME_FUNC_OFFSET(14308, gl_dispatch_stub_851, gl_dispatch_stub_851, NULL, 851),
- NAME_FUNC_OFFSET(14323, gl_dispatch_stub_852, gl_dispatch_stub_852, NULL, 852),
- NAME_FUNC_OFFSET(14345, gl_dispatch_stub_853, gl_dispatch_stub_853, NULL, 853),
- NAME_FUNC_OFFSET(14363, gl_dispatch_stub_854, gl_dispatch_stub_854, NULL, 854),
- NAME_FUNC_OFFSET(14380, gl_dispatch_stub_855, gl_dispatch_stub_855, NULL, 855),
- NAME_FUNC_OFFSET(14400, glColorPointerEXT, glColorPointerEXT, NULL, 856),
- NAME_FUNC_OFFSET(14418, glEdgeFlagPointerEXT, glEdgeFlagPointerEXT, NULL, 857),
- NAME_FUNC_OFFSET(14439, glIndexPointerEXT, glIndexPointerEXT, NULL, 858),
- NAME_FUNC_OFFSET(14457, glNormalPointerEXT, glNormalPointerEXT, NULL, 859),
- NAME_FUNC_OFFSET(14476, glTexCoordPointerEXT, glTexCoordPointerEXT, NULL, 860),
- NAME_FUNC_OFFSET(14497, glVertexPointerEXT, glVertexPointerEXT, NULL, 861),
- NAME_FUNC_OFFSET(14516, gl_dispatch_stub_862, gl_dispatch_stub_862, NULL, 862),
- NAME_FUNC_OFFSET(14540, glLockArraysEXT, glLockArraysEXT, NULL, 863),
- NAME_FUNC_OFFSET(14556, glUnlockArraysEXT, glUnlockArraysEXT, NULL, 864),
- NAME_FUNC_OFFSET(14574, glDebugMessageCallback, glDebugMessageCallback, NULL, 865),
- NAME_FUNC_OFFSET(14597, glDebugMessageControl, glDebugMessageControl, NULL, 866),
- NAME_FUNC_OFFSET(14619, glDebugMessageInsert, glDebugMessageInsert, NULL, 867),
- NAME_FUNC_OFFSET(14640, glGetDebugMessageLog, glGetDebugMessageLog, NULL, 868),
- NAME_FUNC_OFFSET(14661, glGetObjectLabel, glGetObjectLabel, NULL, 869),
- NAME_FUNC_OFFSET(14678, glGetObjectPtrLabel, glGetObjectPtrLabel, NULL, 870),
- NAME_FUNC_OFFSET(14698, glObjectLabel, glObjectLabel, NULL, 871),
- NAME_FUNC_OFFSET(14712, glObjectPtrLabel, glObjectPtrLabel, NULL, 872),
- NAME_FUNC_OFFSET(14729, glPopDebugGroup, glPopDebugGroup, NULL, 873),
- NAME_FUNC_OFFSET(14745, glPushDebugGroup, glPushDebugGroup, NULL, 874),
- NAME_FUNC_OFFSET(14762, glSecondaryColor3fEXT, glSecondaryColor3fEXT, NULL, 875),
- NAME_FUNC_OFFSET(14784, glSecondaryColor3fvEXT, glSecondaryColor3fvEXT, NULL, 876),
- NAME_FUNC_OFFSET(14807, glMultiDrawElementsEXT, glMultiDrawElementsEXT, NULL, 877),
- NAME_FUNC_OFFSET(14830, glFogCoordfEXT, glFogCoordfEXT, NULL, 878),
- NAME_FUNC_OFFSET(14845, glFogCoordfvEXT, glFogCoordfvEXT, NULL, 879),
- NAME_FUNC_OFFSET(14861, glResizeBuffersMESA, glResizeBuffersMESA, NULL, 880),
- NAME_FUNC_OFFSET(14881, glWindowPos4dMESA, glWindowPos4dMESA, NULL, 881),
- NAME_FUNC_OFFSET(14899, glWindowPos4dvMESA, glWindowPos4dvMESA, NULL, 882),
- NAME_FUNC_OFFSET(14918, glWindowPos4fMESA, glWindowPos4fMESA, NULL, 883),
- NAME_FUNC_OFFSET(14936, glWindowPos4fvMESA, glWindowPos4fvMESA, NULL, 884),
- NAME_FUNC_OFFSET(14955, glWindowPos4iMESA, glWindowPos4iMESA, NULL, 885),
- NAME_FUNC_OFFSET(14973, glWindowPos4ivMESA, glWindowPos4ivMESA, NULL, 886),
- NAME_FUNC_OFFSET(14992, glWindowPos4sMESA, glWindowPos4sMESA, NULL, 887),
- NAME_FUNC_OFFSET(15010, glWindowPos4svMESA, glWindowPos4svMESA, NULL, 888),
- NAME_FUNC_OFFSET(15029, gl_dispatch_stub_889, gl_dispatch_stub_889, NULL, 889),
- NAME_FUNC_OFFSET(15054, gl_dispatch_stub_890, gl_dispatch_stub_890, NULL, 890),
- NAME_FUNC_OFFSET(15081, glAreProgramsResidentNV, glAreProgramsResidentNV, NULL, 891),
- NAME_FUNC_OFFSET(15105, glExecuteProgramNV, glExecuteProgramNV, NULL, 892),
- NAME_FUNC_OFFSET(15124, glGetProgramParameterdvNV, glGetProgramParameterdvNV, NULL, 893),
- NAME_FUNC_OFFSET(15150, glGetProgramParameterfvNV, glGetProgramParameterfvNV, NULL, 894),
- NAME_FUNC_OFFSET(15176, glGetProgramStringNV, glGetProgramStringNV, NULL, 895),
- NAME_FUNC_OFFSET(15197, glGetProgramivNV, glGetProgramivNV, NULL, 896),
- NAME_FUNC_OFFSET(15214, glGetTrackMatrixivNV, glGetTrackMatrixivNV, NULL, 897),
- NAME_FUNC_OFFSET(15235, glGetVertexAttribdvNV, glGetVertexAttribdvNV, NULL, 898),
- NAME_FUNC_OFFSET(15257, glGetVertexAttribfvNV, glGetVertexAttribfvNV, NULL, 899),
- NAME_FUNC_OFFSET(15279, glGetVertexAttribivNV, glGetVertexAttribivNV, NULL, 900),
- NAME_FUNC_OFFSET(15301, glLoadProgramNV, glLoadProgramNV, NULL, 901),
- NAME_FUNC_OFFSET(15317, glProgramParameters4dvNV, glProgramParameters4dvNV, NULL, 902),
- NAME_FUNC_OFFSET(15342, glProgramParameters4fvNV, glProgramParameters4fvNV, NULL, 903),
- NAME_FUNC_OFFSET(15367, glRequestResidentProgramsNV, glRequestResidentProgramsNV, NULL, 904),
- NAME_FUNC_OFFSET(15395, glTrackMatrixNV, glTrackMatrixNV, NULL, 905),
- NAME_FUNC_OFFSET(15411, glVertexAttrib1dNV, glVertexAttrib1dNV, NULL, 906),
- NAME_FUNC_OFFSET(15430, glVertexAttrib1dvNV, glVertexAttrib1dvNV, NULL, 907),
- NAME_FUNC_OFFSET(15450, glVertexAttrib1fNV, glVertexAttrib1fNV, NULL, 908),
- NAME_FUNC_OFFSET(15469, glVertexAttrib1fvNV, glVertexAttrib1fvNV, NULL, 909),
- NAME_FUNC_OFFSET(15489, glVertexAttrib1sNV, glVertexAttrib1sNV, NULL, 910),
- NAME_FUNC_OFFSET(15508, glVertexAttrib1svNV, glVertexAttrib1svNV, NULL, 911),
- NAME_FUNC_OFFSET(15528, glVertexAttrib2dNV, glVertexAttrib2dNV, NULL, 912),
- NAME_FUNC_OFFSET(15547, glVertexAttrib2dvNV, glVertexAttrib2dvNV, NULL, 913),
- NAME_FUNC_OFFSET(15567, glVertexAttrib2fNV, glVertexAttrib2fNV, NULL, 914),
- NAME_FUNC_OFFSET(15586, glVertexAttrib2fvNV, glVertexAttrib2fvNV, NULL, 915),
- NAME_FUNC_OFFSET(15606, glVertexAttrib2sNV, glVertexAttrib2sNV, NULL, 916),
- NAME_FUNC_OFFSET(15625, glVertexAttrib2svNV, glVertexAttrib2svNV, NULL, 917),
- NAME_FUNC_OFFSET(15645, glVertexAttrib3dNV, glVertexAttrib3dNV, NULL, 918),
- NAME_FUNC_OFFSET(15664, glVertexAttrib3dvNV, glVertexAttrib3dvNV, NULL, 919),
- NAME_FUNC_OFFSET(15684, glVertexAttrib3fNV, glVertexAttrib3fNV, NULL, 920),
- NAME_FUNC_OFFSET(15703, glVertexAttrib3fvNV, glVertexAttrib3fvNV, NULL, 921),
- NAME_FUNC_OFFSET(15723, glVertexAttrib3sNV, glVertexAttrib3sNV, NULL, 922),
- NAME_FUNC_OFFSET(15742, glVertexAttrib3svNV, glVertexAttrib3svNV, NULL, 923),
- NAME_FUNC_OFFSET(15762, glVertexAttrib4dNV, glVertexAttrib4dNV, NULL, 924),
- NAME_FUNC_OFFSET(15781, glVertexAttrib4dvNV, glVertexAttrib4dvNV, NULL, 925),
- NAME_FUNC_OFFSET(15801, glVertexAttrib4fNV, glVertexAttrib4fNV, NULL, 926),
- NAME_FUNC_OFFSET(15820, glVertexAttrib4fvNV, glVertexAttrib4fvNV, NULL, 927),
- NAME_FUNC_OFFSET(15840, glVertexAttrib4sNV, glVertexAttrib4sNV, NULL, 928),
- NAME_FUNC_OFFSET(15859, glVertexAttrib4svNV, glVertexAttrib4svNV, NULL, 929),
- NAME_FUNC_OFFSET(15879, glVertexAttrib4ubNV, glVertexAttrib4ubNV, NULL, 930),
- NAME_FUNC_OFFSET(15899, glVertexAttrib4ubvNV, glVertexAttrib4ubvNV, NULL, 931),
- NAME_FUNC_OFFSET(15920, glVertexAttribPointerNV, glVertexAttribPointerNV, NULL, 932),
- NAME_FUNC_OFFSET(15944, glVertexAttribs1dvNV, glVertexAttribs1dvNV, NULL, 933),
- NAME_FUNC_OFFSET(15965, glVertexAttribs1fvNV, glVertexAttribs1fvNV, NULL, 934),
- NAME_FUNC_OFFSET(15986, glVertexAttribs1svNV, glVertexAttribs1svNV, NULL, 935),
- NAME_FUNC_OFFSET(16007, glVertexAttribs2dvNV, glVertexAttribs2dvNV, NULL, 936),
- NAME_FUNC_OFFSET(16028, glVertexAttribs2fvNV, glVertexAttribs2fvNV, NULL, 937),
- NAME_FUNC_OFFSET(16049, glVertexAttribs2svNV, glVertexAttribs2svNV, NULL, 938),
- NAME_FUNC_OFFSET(16070, glVertexAttribs3dvNV, glVertexAttribs3dvNV, NULL, 939),
- NAME_FUNC_OFFSET(16091, glVertexAttribs3fvNV, glVertexAttribs3fvNV, NULL, 940),
- NAME_FUNC_OFFSET(16112, glVertexAttribs3svNV, glVertexAttribs3svNV, NULL, 941),
- NAME_FUNC_OFFSET(16133, glVertexAttribs4dvNV, glVertexAttribs4dvNV, NULL, 942),
- NAME_FUNC_OFFSET(16154, glVertexAttribs4fvNV, glVertexAttribs4fvNV, NULL, 943),
- NAME_FUNC_OFFSET(16175, glVertexAttribs4svNV, glVertexAttribs4svNV, NULL, 944),
- NAME_FUNC_OFFSET(16196, glVertexAttribs4ubvNV, glVertexAttribs4ubvNV, NULL, 945),
- NAME_FUNC_OFFSET(16218, glGetTexBumpParameterfvATI, glGetTexBumpParameterfvATI, NULL, 946),
- NAME_FUNC_OFFSET(16245, glGetTexBumpParameterivATI, glGetTexBumpParameterivATI, NULL, 947),
- NAME_FUNC_OFFSET(16272, glTexBumpParameterfvATI, glTexBumpParameterfvATI, NULL, 948),
- NAME_FUNC_OFFSET(16296, glTexBumpParameterivATI, glTexBumpParameterivATI, NULL, 949),
- NAME_FUNC_OFFSET(16320, glAlphaFragmentOp1ATI, glAlphaFragmentOp1ATI, NULL, 950),
- NAME_FUNC_OFFSET(16342, glAlphaFragmentOp2ATI, glAlphaFragmentOp2ATI, NULL, 951),
- NAME_FUNC_OFFSET(16364, glAlphaFragmentOp3ATI, glAlphaFragmentOp3ATI, NULL, 952),
- NAME_FUNC_OFFSET(16386, glBeginFragmentShaderATI, glBeginFragmentShaderATI, NULL, 953),
- NAME_FUNC_OFFSET(16411, glBindFragmentShaderATI, glBindFragmentShaderATI, NULL, 954),
- NAME_FUNC_OFFSET(16435, glColorFragmentOp1ATI, glColorFragmentOp1ATI, NULL, 955),
- NAME_FUNC_OFFSET(16457, glColorFragmentOp2ATI, glColorFragmentOp2ATI, NULL, 956),
- NAME_FUNC_OFFSET(16479, glColorFragmentOp3ATI, glColorFragmentOp3ATI, NULL, 957),
- NAME_FUNC_OFFSET(16501, glDeleteFragmentShaderATI, glDeleteFragmentShaderATI, NULL, 958),
- NAME_FUNC_OFFSET(16527, glEndFragmentShaderATI, glEndFragmentShaderATI, NULL, 959),
- NAME_FUNC_OFFSET(16550, glGenFragmentShadersATI, glGenFragmentShadersATI, NULL, 960),
- NAME_FUNC_OFFSET(16574, glPassTexCoordATI, glPassTexCoordATI, NULL, 961),
- NAME_FUNC_OFFSET(16592, glSampleMapATI, glSampleMapATI, NULL, 962),
- NAME_FUNC_OFFSET(16607, glSetFragmentShaderConstantATI, glSetFragmentShaderConstantATI, NULL, 963),
- NAME_FUNC_OFFSET(16638, gl_dispatch_stub_964, gl_dispatch_stub_964, NULL, 964),
- NAME_FUNC_OFFSET(16661, gl_dispatch_stub_965, gl_dispatch_stub_965, NULL, 965),
- NAME_FUNC_OFFSET(16684, gl_dispatch_stub_966, gl_dispatch_stub_966, NULL, 966),
- NAME_FUNC_OFFSET(16707, glGetProgramNamedParameterdvNV, glGetProgramNamedParameterdvNV, NULL, 967),
- NAME_FUNC_OFFSET(16738, glGetProgramNamedParameterfvNV, glGetProgramNamedParameterfvNV, NULL, 968),
- NAME_FUNC_OFFSET(16769, glProgramNamedParameter4dNV, glProgramNamedParameter4dNV, NULL, 969),
- NAME_FUNC_OFFSET(16797, glProgramNamedParameter4dvNV, glProgramNamedParameter4dvNV, NULL, 970),
- NAME_FUNC_OFFSET(16826, glProgramNamedParameter4fNV, glProgramNamedParameter4fNV, NULL, 971),
- NAME_FUNC_OFFSET(16854, glProgramNamedParameter4fvNV, glProgramNamedParameter4fvNV, NULL, 972),
- NAME_FUNC_OFFSET(16883, glPrimitiveRestartNV, glPrimitiveRestartNV, NULL, 973),
- NAME_FUNC_OFFSET(16904, gl_dispatch_stub_974, gl_dispatch_stub_974, NULL, 974),
- NAME_FUNC_OFFSET(16921, gl_dispatch_stub_975, gl_dispatch_stub_975, NULL, 975),
- NAME_FUNC_OFFSET(16934, gl_dispatch_stub_976, gl_dispatch_stub_976, NULL, 976),
- NAME_FUNC_OFFSET(16948, gl_dispatch_stub_977, gl_dispatch_stub_977, NULL, 977),
- NAME_FUNC_OFFSET(16965, glBindFramebufferEXT, glBindFramebufferEXT, NULL, 978),
- NAME_FUNC_OFFSET(16986, glBindRenderbufferEXT, glBindRenderbufferEXT, NULL, 979),
- NAME_FUNC_OFFSET(17008, gl_dispatch_stub_980, gl_dispatch_stub_980, NULL, 980),
- NAME_FUNC_OFFSET(17032, gl_dispatch_stub_981, gl_dispatch_stub_981, NULL, 981),
- NAME_FUNC_OFFSET(17062, glVertexAttribI1iEXT, glVertexAttribI1iEXT, NULL, 982),
- NAME_FUNC_OFFSET(17083, glVertexAttribI1uiEXT, glVertexAttribI1uiEXT, NULL, 983),
- NAME_FUNC_OFFSET(17105, glVertexAttribI2iEXT, glVertexAttribI2iEXT, NULL, 984),
- NAME_FUNC_OFFSET(17126, glVertexAttribI2ivEXT, glVertexAttribI2ivEXT, NULL, 985),
- NAME_FUNC_OFFSET(17148, glVertexAttribI2uiEXT, glVertexAttribI2uiEXT, NULL, 986),
- NAME_FUNC_OFFSET(17170, glVertexAttribI2uivEXT, glVertexAttribI2uivEXT, NULL, 987),
- NAME_FUNC_OFFSET(17193, glVertexAttribI3iEXT, glVertexAttribI3iEXT, NULL, 988),
- NAME_FUNC_OFFSET(17214, glVertexAttribI3ivEXT, glVertexAttribI3ivEXT, NULL, 989),
- NAME_FUNC_OFFSET(17236, glVertexAttribI3uiEXT, glVertexAttribI3uiEXT, NULL, 990),
- NAME_FUNC_OFFSET(17258, glVertexAttribI3uivEXT, glVertexAttribI3uivEXT, NULL, 991),
- NAME_FUNC_OFFSET(17281, glVertexAttribI4iEXT, glVertexAttribI4iEXT, NULL, 992),
- NAME_FUNC_OFFSET(17302, glVertexAttribI4ivEXT, glVertexAttribI4ivEXT, NULL, 993),
- NAME_FUNC_OFFSET(17324, glVertexAttribI4uiEXT, glVertexAttribI4uiEXT, NULL, 994),
- NAME_FUNC_OFFSET(17346, glVertexAttribI4uivEXT, glVertexAttribI4uivEXT, NULL, 995),
- NAME_FUNC_OFFSET(17369, glClearColorIiEXT, glClearColorIiEXT, NULL, 996),
- NAME_FUNC_OFFSET(17387, glClearColorIuiEXT, glClearColorIuiEXT, NULL, 997),
- NAME_FUNC_OFFSET(17406, glBindBufferOffsetEXT, glBindBufferOffsetEXT, NULL, 998),
- NAME_FUNC_OFFSET(17428, glBeginPerfMonitorAMD, glBeginPerfMonitorAMD, NULL, 999),
- NAME_FUNC_OFFSET(17450, glDeletePerfMonitorsAMD, glDeletePerfMonitorsAMD, NULL, 1000),
- NAME_FUNC_OFFSET(17474, glEndPerfMonitorAMD, glEndPerfMonitorAMD, NULL, 1001),
- NAME_FUNC_OFFSET(17494, glGenPerfMonitorsAMD, glGenPerfMonitorsAMD, NULL, 1002),
- NAME_FUNC_OFFSET(17515, glGetPerfMonitorCounterDataAMD, glGetPerfMonitorCounterDataAMD, NULL, 1003),
- NAME_FUNC_OFFSET(17546, glGetPerfMonitorCounterInfoAMD, glGetPerfMonitorCounterInfoAMD, NULL, 1004),
- NAME_FUNC_OFFSET(17577, glGetPerfMonitorCounterStringAMD, glGetPerfMonitorCounterStringAMD, NULL, 1005),
- NAME_FUNC_OFFSET(17610, glGetPerfMonitorCountersAMD, glGetPerfMonitorCountersAMD, NULL, 1006),
- NAME_FUNC_OFFSET(17638, glGetPerfMonitorGroupStringAMD, glGetPerfMonitorGroupStringAMD, NULL, 1007),
- NAME_FUNC_OFFSET(17669, glGetPerfMonitorGroupsAMD, glGetPerfMonitorGroupsAMD, NULL, 1008),
- NAME_FUNC_OFFSET(17695, glSelectPerfMonitorCountersAMD, glSelectPerfMonitorCountersAMD, NULL, 1009),
- NAME_FUNC_OFFSET(17726, glGetObjectParameterivAPPLE, glGetObjectParameterivAPPLE, NULL, 1010),
- NAME_FUNC_OFFSET(17754, glObjectPurgeableAPPLE, glObjectPurgeableAPPLE, NULL, 1011),
- NAME_FUNC_OFFSET(17777, glObjectUnpurgeableAPPLE, glObjectUnpurgeableAPPLE, NULL, 1012),
- NAME_FUNC_OFFSET(17802, glActiveProgramEXT, glActiveProgramEXT, NULL, 1013),
- NAME_FUNC_OFFSET(17821, glCreateShaderProgramEXT, glCreateShaderProgramEXT, NULL, 1014),
- NAME_FUNC_OFFSET(17846, glUseShaderProgramEXT, glUseShaderProgramEXT, NULL, 1015),
- NAME_FUNC_OFFSET(17868, glTextureBarrierNV, glTextureBarrierNV, NULL, 1016),
- NAME_FUNC_OFFSET(17887, glVDPAUFiniNV, glVDPAUFiniNV, NULL, 1017),
- NAME_FUNC_OFFSET(17901, glVDPAUGetSurfaceivNV, glVDPAUGetSurfaceivNV, NULL, 1018),
- NAME_FUNC_OFFSET(17923, glVDPAUInitNV, glVDPAUInitNV, NULL, 1019),
- NAME_FUNC_OFFSET(17937, glVDPAUIsSurfaceNV, glVDPAUIsSurfaceNV, NULL, 1020),
- NAME_FUNC_OFFSET(17956, glVDPAUMapSurfacesNV, glVDPAUMapSurfacesNV, NULL, 1021),
- NAME_FUNC_OFFSET(17977, glVDPAURegisterOutputSurfaceNV, glVDPAURegisterOutputSurfaceNV, NULL, 1022),
- NAME_FUNC_OFFSET(18008, glVDPAURegisterVideoSurfaceNV, glVDPAURegisterVideoSurfaceNV, NULL, 1023),
- NAME_FUNC_OFFSET(18038, glVDPAUSurfaceAccessNV, glVDPAUSurfaceAccessNV, NULL, 1024),
- NAME_FUNC_OFFSET(18061, glVDPAUUnmapSurfacesNV, glVDPAUUnmapSurfacesNV, NULL, 1025),
- NAME_FUNC_OFFSET(18084, glVDPAUUnregisterSurfaceNV, glVDPAUUnregisterSurfaceNV, NULL, 1026),
- NAME_FUNC_OFFSET(18111, gl_dispatch_stub_1027, gl_dispatch_stub_1027, NULL, 1027),
- NAME_FUNC_OFFSET(18136, gl_dispatch_stub_1028, gl_dispatch_stub_1028, NULL, 1028),
- NAME_FUNC_OFFSET(18165, gl_dispatch_stub_1029, gl_dispatch_stub_1029, NULL, 1029),
- NAME_FUNC_OFFSET(18196, glEGLImageTargetRenderbufferStorageOES, glEGLImageTargetRenderbufferStorageOES, NULL, 1030),
- NAME_FUNC_OFFSET(18235, glEGLImageTargetTexture2DOES, glEGLImageTargetTexture2DOES, NULL, 1031),
- NAME_FUNC_OFFSET(18264, gl_dispatch_stub_1032, gl_dispatch_stub_1032, NULL, 1032),
- NAME_FUNC_OFFSET(18277, gl_dispatch_stub_1033, gl_dispatch_stub_1033, NULL, 1033),
- NAME_FUNC_OFFSET(18291, gl_dispatch_stub_1034, gl_dispatch_stub_1034, NULL, 1034),
- NAME_FUNC_OFFSET(18305, gl_dispatch_stub_1035, gl_dispatch_stub_1035, NULL, 1035),
- NAME_FUNC_OFFSET(18315, gl_dispatch_stub_1036, gl_dispatch_stub_1036, NULL, 1036),
- NAME_FUNC_OFFSET(18329, gl_dispatch_stub_1037, gl_dispatch_stub_1037, NULL, 1037),
- NAME_FUNC_OFFSET(18336, gl_dispatch_stub_1038, gl_dispatch_stub_1038, NULL, 1038),
- NAME_FUNC_OFFSET(18344, gl_dispatch_stub_1039, gl_dispatch_stub_1039, NULL, 1039),
- NAME_FUNC_OFFSET(18355, gl_dispatch_stub_1040, gl_dispatch_stub_1040, NULL, 1040),
- NAME_FUNC_OFFSET(18366, gl_dispatch_stub_1041, gl_dispatch_stub_1041, NULL, 1041),
- NAME_FUNC_OFFSET(18380, gl_dispatch_stub_1042, gl_dispatch_stub_1042, NULL, 1042),
- NAME_FUNC_OFFSET(18395, gl_dispatch_stub_1043, gl_dispatch_stub_1043, NULL, 1043),
- NAME_FUNC_OFFSET(18404, gl_dispatch_stub_1044, gl_dispatch_stub_1044, NULL, 1044),
- NAME_FUNC_OFFSET(18414, gl_dispatch_stub_1045, gl_dispatch_stub_1045, NULL, 1045),
- NAME_FUNC_OFFSET(18427, gl_dispatch_stub_1046, gl_dispatch_stub_1046, NULL, 1046),
- NAME_FUNC_OFFSET(18441, gl_dispatch_stub_1047, gl_dispatch_stub_1047, NULL, 1047),
- NAME_FUNC_OFFSET(18453, gl_dispatch_stub_1048, gl_dispatch_stub_1048, NULL, 1048),
- NAME_FUNC_OFFSET(18466, gl_dispatch_stub_1049, gl_dispatch_stub_1049, NULL, 1049),
- NAME_FUNC_OFFSET(18480, gl_dispatch_stub_1050, gl_dispatch_stub_1050, NULL, 1050),
- NAME_FUNC_OFFSET(18498, gl_dispatch_stub_1051, gl_dispatch_stub_1051, NULL, 1051),
- NAME_FUNC_OFFSET(18509, gl_dispatch_stub_1052, gl_dispatch_stub_1052, NULL, 1052),
- NAME_FUNC_OFFSET(18518, gl_dispatch_stub_1053, gl_dispatch_stub_1053, NULL, 1053),
- NAME_FUNC_OFFSET(18527, gl_dispatch_stub_1054, gl_dispatch_stub_1054, NULL, 1054),
- NAME_FUNC_OFFSET(18540, gl_dispatch_stub_1055, gl_dispatch_stub_1055, NULL, 1055),
- NAME_FUNC_OFFSET(18557, gl_dispatch_stub_1056, gl_dispatch_stub_1056, NULL, 1056),
- NAME_FUNC_OFFSET(18567, gl_dispatch_stub_1057, gl_dispatch_stub_1057, NULL, 1057),
- NAME_FUNC_OFFSET(18585, gl_dispatch_stub_1058, gl_dispatch_stub_1058, NULL, 1058),
- NAME_FUNC_OFFSET(18594, gl_dispatch_stub_1059, gl_dispatch_stub_1059, NULL, 1059),
- NAME_FUNC_OFFSET(18604, gl_dispatch_stub_1060, gl_dispatch_stub_1060, NULL, 1060),
- NAME_FUNC_OFFSET(18615, gl_dispatch_stub_1061, gl_dispatch_stub_1061, NULL, 1061),
- NAME_FUNC_OFFSET(18631, gl_dispatch_stub_1062, gl_dispatch_stub_1062, NULL, 1062),
- NAME_FUNC_OFFSET(18644, gl_dispatch_stub_1063, gl_dispatch_stub_1063, NULL, 1063),
- NAME_FUNC_OFFSET(18657, gl_dispatch_stub_1064, gl_dispatch_stub_1064, NULL, 1064),
- NAME_FUNC_OFFSET(18670, gl_dispatch_stub_1065, gl_dispatch_stub_1065, NULL, 1065),
- NAME_FUNC_OFFSET(18686, gl_dispatch_stub_1066, gl_dispatch_stub_1066, NULL, 1066),
- NAME_FUNC_OFFSET(18702, gl_dispatch_stub_1067, gl_dispatch_stub_1067, NULL, 1067),
- NAME_FUNC_OFFSET(18714, gl_dispatch_stub_1068, gl_dispatch_stub_1068, NULL, 1068),
- NAME_FUNC_OFFSET(18727, gl_dispatch_stub_1069, gl_dispatch_stub_1069, NULL, 1069),
- NAME_FUNC_OFFSET(18743, gl_dispatch_stub_1070, gl_dispatch_stub_1070, NULL, 1070),
- NAME_FUNC_OFFSET(18757, gl_dispatch_stub_1071, gl_dispatch_stub_1071, NULL, 1071),
- NAME_FUNC_OFFSET(18777, gl_dispatch_stub_1072, gl_dispatch_stub_1072, NULL, 1072),
- NAME_FUNC_OFFSET(18795, gl_dispatch_stub_1073, gl_dispatch_stub_1073, NULL, 1073),
- NAME_FUNC_OFFSET(18814, gl_dispatch_stub_1074, gl_dispatch_stub_1074, NULL, 1074),
- NAME_FUNC_OFFSET(18831, glTexGenf, glTexGenf, NULL, 190),
- NAME_FUNC_OFFSET(18844, glTexGenfv, glTexGenfv, NULL, 191),
- NAME_FUNC_OFFSET(18858, glTexGeni, glTexGeni, NULL, 192),
- NAME_FUNC_OFFSET(18871, glTexGeniv, glTexGeniv, NULL, 193),
- NAME_FUNC_OFFSET(18885, glReadBuffer, glReadBuffer, NULL, 254),
- NAME_FUNC_OFFSET(18900, glGetTexGenfv, glGetTexGenfv, NULL, 279),
- NAME_FUNC_OFFSET(18917, glGetTexGeniv, glGetTexGeniv, NULL, 280),
- NAME_FUNC_OFFSET(18934, glArrayElement, glArrayElement, NULL, 306),
- NAME_FUNC_OFFSET(18952, glBindTexture, glBindTexture, NULL, 307),
- NAME_FUNC_OFFSET(18969, glDrawArrays, glDrawArrays, NULL, 310),
- NAME_FUNC_OFFSET(18985, glAreTexturesResident, glAreTexturesResidentEXT, glAreTexturesResidentEXT, 322),
- NAME_FUNC_OFFSET(19010, glCopyTexImage1D, glCopyTexImage1D, NULL, 323),
- NAME_FUNC_OFFSET(19030, glCopyTexImage2D, glCopyTexImage2D, NULL, 324),
- NAME_FUNC_OFFSET(19050, glCopyTexSubImage1D, glCopyTexSubImage1D, NULL, 325),
- NAME_FUNC_OFFSET(19073, glCopyTexSubImage2D, glCopyTexSubImage2D, NULL, 326),
- NAME_FUNC_OFFSET(19096, glDeleteTextures, glDeleteTexturesEXT, glDeleteTexturesEXT, 327),
- NAME_FUNC_OFFSET(19116, glGenTextures, glGenTexturesEXT, glGenTexturesEXT, 328),
- NAME_FUNC_OFFSET(19133, glGetPointerv, glGetPointerv, NULL, 329),
- NAME_FUNC_OFFSET(19150, glIsTexture, glIsTextureEXT, glIsTextureEXT, 330),
- NAME_FUNC_OFFSET(19165, glPrioritizeTextures, glPrioritizeTextures, NULL, 331),
- NAME_FUNC_OFFSET(19189, glTexSubImage1D, glTexSubImage1D, NULL, 332),
- NAME_FUNC_OFFSET(19208, glTexSubImage2D, glTexSubImage2D, NULL, 333),
- NAME_FUNC_OFFSET(19227, glBlendColor, glBlendColor, NULL, 336),
- NAME_FUNC_OFFSET(19243, glBlendEquation, glBlendEquation, NULL, 337),
- NAME_FUNC_OFFSET(19262, glBlendEquation, glBlendEquation, NULL, 337),
- NAME_FUNC_OFFSET(19281, glDrawRangeElements, glDrawRangeElements, NULL, 338),
- NAME_FUNC_OFFSET(19304, glColorTable, glColorTable, NULL, 339),
- NAME_FUNC_OFFSET(19320, glColorTable, glColorTable, NULL, 339),
- NAME_FUNC_OFFSET(19336, glColorTableParameterfv, glColorTableParameterfv, NULL, 340),
- NAME_FUNC_OFFSET(19363, glColorTableParameteriv, glColorTableParameteriv, NULL, 341),
- NAME_FUNC_OFFSET(19390, glCopyColorTable, glCopyColorTable, NULL, 342),
- NAME_FUNC_OFFSET(19410, glGetColorTable, glGetColorTableEXT, glGetColorTableEXT, 343),
- NAME_FUNC_OFFSET(19429, glGetColorTable, glGetColorTableEXT, glGetColorTableEXT, 343),
- NAME_FUNC_OFFSET(19448, glGetColorTableParameterfv, glGetColorTableParameterfvEXT, glGetColorTableParameterfvEXT, 344),
- NAME_FUNC_OFFSET(19478, glGetColorTableParameterfv, glGetColorTableParameterfvEXT, glGetColorTableParameterfvEXT, 344),
- NAME_FUNC_OFFSET(19508, glGetColorTableParameteriv, glGetColorTableParameterivEXT, glGetColorTableParameterivEXT, 345),
- NAME_FUNC_OFFSET(19538, glGetColorTableParameteriv, glGetColorTableParameterivEXT, glGetColorTableParameterivEXT, 345),
- NAME_FUNC_OFFSET(19568, glColorSubTable, glColorSubTable, NULL, 346),
- NAME_FUNC_OFFSET(19587, glCopyColorSubTable, glCopyColorSubTable, NULL, 347),
- NAME_FUNC_OFFSET(19610, glConvolutionFilter1D, glConvolutionFilter1D, NULL, 348),
- NAME_FUNC_OFFSET(19635, glConvolutionFilter2D, glConvolutionFilter2D, NULL, 349),
- NAME_FUNC_OFFSET(19660, glConvolutionParameterf, glConvolutionParameterf, NULL, 350),
- NAME_FUNC_OFFSET(19687, glConvolutionParameterfv, glConvolutionParameterfv, NULL, 351),
- NAME_FUNC_OFFSET(19715, glConvolutionParameteri, glConvolutionParameteri, NULL, 352),
- NAME_FUNC_OFFSET(19742, glConvolutionParameteriv, glConvolutionParameteriv, NULL, 353),
- NAME_FUNC_OFFSET(19770, glCopyConvolutionFilter1D, glCopyConvolutionFilter1D, NULL, 354),
- NAME_FUNC_OFFSET(19799, glCopyConvolutionFilter2D, glCopyConvolutionFilter2D, NULL, 355),
- NAME_FUNC_OFFSET(19828, glGetConvolutionFilter, gl_dispatch_stub_356, gl_dispatch_stub_356, 356),
- NAME_FUNC_OFFSET(19854, glGetConvolutionParameterfv, gl_dispatch_stub_357, gl_dispatch_stub_357, 357),
- NAME_FUNC_OFFSET(19885, glGetConvolutionParameteriv, gl_dispatch_stub_358, gl_dispatch_stub_358, 358),
- NAME_FUNC_OFFSET(19916, glGetSeparableFilter, gl_dispatch_stub_359, gl_dispatch_stub_359, 359),
- NAME_FUNC_OFFSET(19940, glSeparableFilter2D, glSeparableFilter2D, NULL, 360),
- NAME_FUNC_OFFSET(19963, glGetHistogram, gl_dispatch_stub_361, gl_dispatch_stub_361, 361),
- NAME_FUNC_OFFSET(19981, glGetHistogramParameterfv, gl_dispatch_stub_362, gl_dispatch_stub_362, 362),
- NAME_FUNC_OFFSET(20010, glGetHistogramParameteriv, gl_dispatch_stub_363, gl_dispatch_stub_363, 363),
- NAME_FUNC_OFFSET(20039, glGetMinmax, gl_dispatch_stub_364, gl_dispatch_stub_364, 364),
- NAME_FUNC_OFFSET(20054, glGetMinmaxParameterfv, gl_dispatch_stub_365, gl_dispatch_stub_365, 365),
- NAME_FUNC_OFFSET(20080, glGetMinmaxParameteriv, gl_dispatch_stub_366, gl_dispatch_stub_366, 366),
- NAME_FUNC_OFFSET(20106, glHistogram, glHistogram, NULL, 367),
- NAME_FUNC_OFFSET(20121, glMinmax, glMinmax, NULL, 368),
- NAME_FUNC_OFFSET(20133, glResetHistogram, glResetHistogram, NULL, 369),
- NAME_FUNC_OFFSET(20153, glResetMinmax, glResetMinmax, NULL, 370),
- NAME_FUNC_OFFSET(20170, glTexImage3D, glTexImage3D, NULL, 371),
- NAME_FUNC_OFFSET(20186, glTexImage3D, glTexImage3D, NULL, 371),
- NAME_FUNC_OFFSET(20202, glTexSubImage3D, glTexSubImage3D, NULL, 372),
- NAME_FUNC_OFFSET(20221, glTexSubImage3D, glTexSubImage3D, NULL, 372),
- NAME_FUNC_OFFSET(20240, glCopyTexSubImage3D, glCopyTexSubImage3D, NULL, 373),
- NAME_FUNC_OFFSET(20263, glCopyTexSubImage3D, glCopyTexSubImage3D, NULL, 373),
- NAME_FUNC_OFFSET(20286, glActiveTexture, glActiveTexture, NULL, 374),
- NAME_FUNC_OFFSET(20305, glClientActiveTexture, glClientActiveTexture, NULL, 375),
- NAME_FUNC_OFFSET(20330, glMultiTexCoord1d, glMultiTexCoord1d, NULL, 376),
- NAME_FUNC_OFFSET(20351, glMultiTexCoord1dv, glMultiTexCoord1dv, NULL, 377),
- NAME_FUNC_OFFSET(20373, glMultiTexCoord1fARB, glMultiTexCoord1fARB, NULL, 378),
- NAME_FUNC_OFFSET(20391, glMultiTexCoord1fvARB, glMultiTexCoord1fvARB, NULL, 379),
- NAME_FUNC_OFFSET(20410, glMultiTexCoord1i, glMultiTexCoord1i, NULL, 380),
- NAME_FUNC_OFFSET(20431, glMultiTexCoord1iv, glMultiTexCoord1iv, NULL, 381),
- NAME_FUNC_OFFSET(20453, glMultiTexCoord1s, glMultiTexCoord1s, NULL, 382),
- NAME_FUNC_OFFSET(20474, glMultiTexCoord1sv, glMultiTexCoord1sv, NULL, 383),
- NAME_FUNC_OFFSET(20496, glMultiTexCoord2d, glMultiTexCoord2d, NULL, 384),
- NAME_FUNC_OFFSET(20517, glMultiTexCoord2dv, glMultiTexCoord2dv, NULL, 385),
- NAME_FUNC_OFFSET(20539, glMultiTexCoord2fARB, glMultiTexCoord2fARB, NULL, 386),
- NAME_FUNC_OFFSET(20557, glMultiTexCoord2fvARB, glMultiTexCoord2fvARB, NULL, 387),
- NAME_FUNC_OFFSET(20576, glMultiTexCoord2i, glMultiTexCoord2i, NULL, 388),
- NAME_FUNC_OFFSET(20597, glMultiTexCoord2iv, glMultiTexCoord2iv, NULL, 389),
- NAME_FUNC_OFFSET(20619, glMultiTexCoord2s, glMultiTexCoord2s, NULL, 390),
- NAME_FUNC_OFFSET(20640, glMultiTexCoord2sv, glMultiTexCoord2sv, NULL, 391),
- NAME_FUNC_OFFSET(20662, glMultiTexCoord3d, glMultiTexCoord3d, NULL, 392),
- NAME_FUNC_OFFSET(20683, glMultiTexCoord3dv, glMultiTexCoord3dv, NULL, 393),
- NAME_FUNC_OFFSET(20705, glMultiTexCoord3fARB, glMultiTexCoord3fARB, NULL, 394),
- NAME_FUNC_OFFSET(20723, glMultiTexCoord3fvARB, glMultiTexCoord3fvARB, NULL, 395),
- NAME_FUNC_OFFSET(20742, glMultiTexCoord3i, glMultiTexCoord3i, NULL, 396),
- NAME_FUNC_OFFSET(20763, glMultiTexCoord3iv, glMultiTexCoord3iv, NULL, 397),
- NAME_FUNC_OFFSET(20785, glMultiTexCoord3s, glMultiTexCoord3s, NULL, 398),
- NAME_FUNC_OFFSET(20806, glMultiTexCoord3sv, glMultiTexCoord3sv, NULL, 399),
- NAME_FUNC_OFFSET(20828, glMultiTexCoord4d, glMultiTexCoord4d, NULL, 400),
- NAME_FUNC_OFFSET(20849, glMultiTexCoord4dv, glMultiTexCoord4dv, NULL, 401),
- NAME_FUNC_OFFSET(20871, glMultiTexCoord4fARB, glMultiTexCoord4fARB, NULL, 402),
- NAME_FUNC_OFFSET(20889, glMultiTexCoord4fvARB, glMultiTexCoord4fvARB, NULL, 403),
- NAME_FUNC_OFFSET(20908, glMultiTexCoord4i, glMultiTexCoord4i, NULL, 404),
- NAME_FUNC_OFFSET(20929, glMultiTexCoord4iv, glMultiTexCoord4iv, NULL, 405),
- NAME_FUNC_OFFSET(20951, glMultiTexCoord4s, glMultiTexCoord4s, NULL, 406),
- NAME_FUNC_OFFSET(20972, glMultiTexCoord4sv, glMultiTexCoord4sv, NULL, 407),
- NAME_FUNC_OFFSET(20994, glCompressedTexImage1D, glCompressedTexImage1D, NULL, 408),
- NAME_FUNC_OFFSET(21020, glCompressedTexImage2D, glCompressedTexImage2D, NULL, 409),
- NAME_FUNC_OFFSET(21046, glCompressedTexImage3D, glCompressedTexImage3D, NULL, 410),
- NAME_FUNC_OFFSET(21072, glCompressedTexImage3D, glCompressedTexImage3D, NULL, 410),
- NAME_FUNC_OFFSET(21098, glCompressedTexSubImage1D, glCompressedTexSubImage1D, NULL, 411),
- NAME_FUNC_OFFSET(21127, glCompressedTexSubImage2D, glCompressedTexSubImage2D, NULL, 412),
- NAME_FUNC_OFFSET(21156, glCompressedTexSubImage3D, glCompressedTexSubImage3D, NULL, 413),
- NAME_FUNC_OFFSET(21185, glCompressedTexSubImage3D, glCompressedTexSubImage3D, NULL, 413),
- NAME_FUNC_OFFSET(21214, glGetCompressedTexImage, glGetCompressedTexImage, NULL, 414),
- NAME_FUNC_OFFSET(21241, glLoadTransposeMatrixd, glLoadTransposeMatrixd, NULL, 415),
- NAME_FUNC_OFFSET(21267, glLoadTransposeMatrixf, glLoadTransposeMatrixf, NULL, 416),
- NAME_FUNC_OFFSET(21293, glMultTransposeMatrixd, glMultTransposeMatrixd, NULL, 417),
- NAME_FUNC_OFFSET(21319, glMultTransposeMatrixf, glMultTransposeMatrixf, NULL, 418),
- NAME_FUNC_OFFSET(21345, glSampleCoverage, glSampleCoverage, NULL, 419),
- NAME_FUNC_OFFSET(21365, glBlendFuncSeparate, glBlendFuncSeparate, NULL, 420),
- NAME_FUNC_OFFSET(21388, glBlendFuncSeparate, glBlendFuncSeparate, NULL, 420),
- NAME_FUNC_OFFSET(21412, glBlendFuncSeparate, glBlendFuncSeparate, NULL, 420),
- NAME_FUNC_OFFSET(21435, glFogCoordPointer, glFogCoordPointer, NULL, 421),
- NAME_FUNC_OFFSET(21456, glFogCoordd, glFogCoordd, NULL, 422),
- NAME_FUNC_OFFSET(21471, glFogCoorddv, glFogCoorddv, NULL, 423),
- NAME_FUNC_OFFSET(21487, glMultiDrawArrays, glMultiDrawArrays, NULL, 424),
- NAME_FUNC_OFFSET(21508, glPointParameterf, glPointParameterf, NULL, 425),
- NAME_FUNC_OFFSET(21529, glPointParameterf, glPointParameterf, NULL, 425),
- NAME_FUNC_OFFSET(21550, glPointParameterf, glPointParameterf, NULL, 425),
- NAME_FUNC_OFFSET(21572, glPointParameterfv, glPointParameterfv, NULL, 426),
- NAME_FUNC_OFFSET(21594, glPointParameterfv, glPointParameterfv, NULL, 426),
- NAME_FUNC_OFFSET(21616, glPointParameterfv, glPointParameterfv, NULL, 426),
- NAME_FUNC_OFFSET(21639, glPointParameteri, glPointParameteri, NULL, 427),
- NAME_FUNC_OFFSET(21659, glPointParameteriv, glPointParameteriv, NULL, 428),
- NAME_FUNC_OFFSET(21680, glSecondaryColor3b, glSecondaryColor3b, NULL, 429),
- NAME_FUNC_OFFSET(21702, glSecondaryColor3bv, glSecondaryColor3bv, NULL, 430),
- NAME_FUNC_OFFSET(21725, glSecondaryColor3d, glSecondaryColor3d, NULL, 431),
- NAME_FUNC_OFFSET(21747, glSecondaryColor3dv, glSecondaryColor3dv, NULL, 432),
- NAME_FUNC_OFFSET(21770, glSecondaryColor3i, glSecondaryColor3i, NULL, 433),
- NAME_FUNC_OFFSET(21792, glSecondaryColor3iv, glSecondaryColor3iv, NULL, 434),
- NAME_FUNC_OFFSET(21815, glSecondaryColor3s, glSecondaryColor3s, NULL, 435),
- NAME_FUNC_OFFSET(21837, glSecondaryColor3sv, glSecondaryColor3sv, NULL, 436),
- NAME_FUNC_OFFSET(21860, glSecondaryColor3ub, glSecondaryColor3ub, NULL, 437),
- NAME_FUNC_OFFSET(21883, glSecondaryColor3ubv, glSecondaryColor3ubv, NULL, 438),
- NAME_FUNC_OFFSET(21907, glSecondaryColor3ui, glSecondaryColor3ui, NULL, 439),
- NAME_FUNC_OFFSET(21930, glSecondaryColor3uiv, glSecondaryColor3uiv, NULL, 440),
- NAME_FUNC_OFFSET(21954, glSecondaryColor3us, glSecondaryColor3us, NULL, 441),
- NAME_FUNC_OFFSET(21977, glSecondaryColor3usv, glSecondaryColor3usv, NULL, 442),
- NAME_FUNC_OFFSET(22001, glSecondaryColorPointer, glSecondaryColorPointer, NULL, 443),
- NAME_FUNC_OFFSET(22028, glWindowPos2d, glWindowPos2d, NULL, 444),
- NAME_FUNC_OFFSET(22045, glWindowPos2d, glWindowPos2d, NULL, 444),
- NAME_FUNC_OFFSET(22063, glWindowPos2dv, glWindowPos2dv, NULL, 445),
- NAME_FUNC_OFFSET(22081, glWindowPos2dv, glWindowPos2dv, NULL, 445),
- NAME_FUNC_OFFSET(22100, glWindowPos2f, glWindowPos2f, NULL, 446),
- NAME_FUNC_OFFSET(22117, glWindowPos2f, glWindowPos2f, NULL, 446),
- NAME_FUNC_OFFSET(22135, glWindowPos2fv, glWindowPos2fv, NULL, 447),
- NAME_FUNC_OFFSET(22153, glWindowPos2fv, glWindowPos2fv, NULL, 447),
- NAME_FUNC_OFFSET(22172, glWindowPos2i, glWindowPos2i, NULL, 448),
- NAME_FUNC_OFFSET(22189, glWindowPos2i, glWindowPos2i, NULL, 448),
- NAME_FUNC_OFFSET(22207, glWindowPos2iv, glWindowPos2iv, NULL, 449),
- NAME_FUNC_OFFSET(22225, glWindowPos2iv, glWindowPos2iv, NULL, 449),
- NAME_FUNC_OFFSET(22244, glWindowPos2s, glWindowPos2s, NULL, 450),
- NAME_FUNC_OFFSET(22261, glWindowPos2s, glWindowPos2s, NULL, 450),
- NAME_FUNC_OFFSET(22279, glWindowPos2sv, glWindowPos2sv, NULL, 451),
- NAME_FUNC_OFFSET(22297, glWindowPos2sv, glWindowPos2sv, NULL, 451),
- NAME_FUNC_OFFSET(22316, glWindowPos3d, glWindowPos3d, NULL, 452),
- NAME_FUNC_OFFSET(22333, glWindowPos3d, glWindowPos3d, NULL, 452),
- NAME_FUNC_OFFSET(22351, glWindowPos3dv, glWindowPos3dv, NULL, 453),
- NAME_FUNC_OFFSET(22369, glWindowPos3dv, glWindowPos3dv, NULL, 453),
- NAME_FUNC_OFFSET(22388, glWindowPos3f, glWindowPos3f, NULL, 454),
- NAME_FUNC_OFFSET(22405, glWindowPos3f, glWindowPos3f, NULL, 454),
- NAME_FUNC_OFFSET(22423, glWindowPos3fv, glWindowPos3fv, NULL, 455),
- NAME_FUNC_OFFSET(22441, glWindowPos3fv, glWindowPos3fv, NULL, 455),
- NAME_FUNC_OFFSET(22460, glWindowPos3i, glWindowPos3i, NULL, 456),
- NAME_FUNC_OFFSET(22477, glWindowPos3i, glWindowPos3i, NULL, 456),
- NAME_FUNC_OFFSET(22495, glWindowPos3iv, glWindowPos3iv, NULL, 457),
- NAME_FUNC_OFFSET(22513, glWindowPos3iv, glWindowPos3iv, NULL, 457),
- NAME_FUNC_OFFSET(22532, glWindowPos3s, glWindowPos3s, NULL, 458),
- NAME_FUNC_OFFSET(22549, glWindowPos3s, glWindowPos3s, NULL, 458),
- NAME_FUNC_OFFSET(22567, glWindowPos3sv, glWindowPos3sv, NULL, 459),
- NAME_FUNC_OFFSET(22585, glWindowPos3sv, glWindowPos3sv, NULL, 459),
- NAME_FUNC_OFFSET(22604, glBeginQuery, glBeginQuery, NULL, 460),
- NAME_FUNC_OFFSET(22620, glBindBuffer, glBindBuffer, NULL, 461),
- NAME_FUNC_OFFSET(22636, glBufferData, glBufferData, NULL, 462),
- NAME_FUNC_OFFSET(22652, glBufferSubData, glBufferSubData, NULL, 463),
- NAME_FUNC_OFFSET(22671, glDeleteBuffers, glDeleteBuffers, NULL, 464),
- NAME_FUNC_OFFSET(22690, glDeleteQueries, glDeleteQueries, NULL, 465),
- NAME_FUNC_OFFSET(22709, glEndQuery, glEndQuery, NULL, 466),
- NAME_FUNC_OFFSET(22723, glGenBuffers, glGenBuffers, NULL, 467),
- NAME_FUNC_OFFSET(22739, glGenQueries, glGenQueries, NULL, 468),
- NAME_FUNC_OFFSET(22755, glGetBufferParameteriv, glGetBufferParameteriv, NULL, 469),
- NAME_FUNC_OFFSET(22781, glGetBufferPointerv, glGetBufferPointerv, NULL, 470),
- NAME_FUNC_OFFSET(22804, glGetBufferPointerv, glGetBufferPointerv, NULL, 470),
- NAME_FUNC_OFFSET(22827, glGetBufferSubData, glGetBufferSubData, NULL, 471),
- NAME_FUNC_OFFSET(22849, glGetQueryObjectiv, glGetQueryObjectiv, NULL, 472),
- NAME_FUNC_OFFSET(22871, glGetQueryObjectuiv, glGetQueryObjectuiv, NULL, 473),
- NAME_FUNC_OFFSET(22894, glGetQueryiv, glGetQueryiv, NULL, 474),
- NAME_FUNC_OFFSET(22910, glIsBuffer, glIsBuffer, NULL, 475),
- NAME_FUNC_OFFSET(22924, glIsQuery, glIsQuery, NULL, 476),
- NAME_FUNC_OFFSET(22937, glMapBuffer, glMapBuffer, NULL, 477),
- NAME_FUNC_OFFSET(22952, glMapBuffer, glMapBuffer, NULL, 477),
- NAME_FUNC_OFFSET(22967, glUnmapBuffer, glUnmapBuffer, NULL, 478),
- NAME_FUNC_OFFSET(22984, glUnmapBuffer, glUnmapBuffer, NULL, 478),
- NAME_FUNC_OFFSET(23001, glBindAttribLocation, glBindAttribLocation, NULL, 480),
- NAME_FUNC_OFFSET(23025, glBlendEquationSeparate, glBlendEquationSeparate, NULL, 481),
- NAME_FUNC_OFFSET(23052, glBlendEquationSeparate, glBlendEquationSeparate, NULL, 481),
- NAME_FUNC_OFFSET(23079, glBlendEquationSeparate, glBlendEquationSeparate, NULL, 481),
- NAME_FUNC_OFFSET(23106, glCompileShader, glCompileShader, NULL, 482),
- NAME_FUNC_OFFSET(23125, glDisableVertexAttribArray, glDisableVertexAttribArray, NULL, 488),
- NAME_FUNC_OFFSET(23155, glDrawBuffers, glDrawBuffers, NULL, 489),
- NAME_FUNC_OFFSET(23172, glDrawBuffers, glDrawBuffers, NULL, 489),
- NAME_FUNC_OFFSET(23189, glDrawBuffers, glDrawBuffers, NULL, 489),
- NAME_FUNC_OFFSET(23205, glEnableVertexAttribArray, glEnableVertexAttribArray, NULL, 490),
- NAME_FUNC_OFFSET(23234, glGetActiveAttrib, glGetActiveAttrib, NULL, 491),
- NAME_FUNC_OFFSET(23255, glGetActiveUniform, glGetActiveUniform, NULL, 492),
- NAME_FUNC_OFFSET(23277, glGetAttribLocation, glGetAttribLocation, NULL, 494),
- NAME_FUNC_OFFSET(23300, glGetShaderSource, glGetShaderSource, NULL, 498),
- NAME_FUNC_OFFSET(23321, glGetUniformLocation, glGetUniformLocation, NULL, 500),
- NAME_FUNC_OFFSET(23345, glGetUniformfv, glGetUniformfv, NULL, 501),
- NAME_FUNC_OFFSET(23363, glGetUniformiv, glGetUniformiv, NULL, 502),
- NAME_FUNC_OFFSET(23381, glGetVertexAttribPointerv, glGetVertexAttribPointerv, NULL, 503),
- NAME_FUNC_OFFSET(23410, glGetVertexAttribPointerv, glGetVertexAttribPointerv, NULL, 503),
- NAME_FUNC_OFFSET(23438, glGetVertexAttribdv, glGetVertexAttribdv, NULL, 504),
- NAME_FUNC_OFFSET(23461, glGetVertexAttribfv, glGetVertexAttribfv, NULL, 505),
- NAME_FUNC_OFFSET(23484, glGetVertexAttribiv, glGetVertexAttribiv, NULL, 506),
- NAME_FUNC_OFFSET(23507, glLinkProgram, glLinkProgram, NULL, 509),
- NAME_FUNC_OFFSET(23524, glShaderSource, glShaderSource, NULL, 510),
- NAME_FUNC_OFFSET(23542, glStencilOpSeparate, glStencilOpSeparate, NULL, 513),
- NAME_FUNC_OFFSET(23565, glUniform1f, glUniform1f, NULL, 514),
- NAME_FUNC_OFFSET(23580, glUniform1fv, glUniform1fv, NULL, 515),
- NAME_FUNC_OFFSET(23596, glUniform1i, glUniform1i, NULL, 516),
- NAME_FUNC_OFFSET(23611, glUniform1iv, glUniform1iv, NULL, 517),
- NAME_FUNC_OFFSET(23627, glUniform2f, glUniform2f, NULL, 518),
- NAME_FUNC_OFFSET(23642, glUniform2fv, glUniform2fv, NULL, 519),
- NAME_FUNC_OFFSET(23658, glUniform2i, glUniform2i, NULL, 520),
- NAME_FUNC_OFFSET(23673, glUniform2iv, glUniform2iv, NULL, 521),
- NAME_FUNC_OFFSET(23689, glUniform3f, glUniform3f, NULL, 522),
- NAME_FUNC_OFFSET(23704, glUniform3fv, glUniform3fv, NULL, 523),
- NAME_FUNC_OFFSET(23720, glUniform3i, glUniform3i, NULL, 524),
- NAME_FUNC_OFFSET(23735, glUniform3iv, glUniform3iv, NULL, 525),
- NAME_FUNC_OFFSET(23751, glUniform4f, glUniform4f, NULL, 526),
- NAME_FUNC_OFFSET(23766, glUniform4fv, glUniform4fv, NULL, 527),
- NAME_FUNC_OFFSET(23782, glUniform4i, glUniform4i, NULL, 528),
- NAME_FUNC_OFFSET(23797, glUniform4iv, glUniform4iv, NULL, 529),
- NAME_FUNC_OFFSET(23813, glUniformMatrix2fv, glUniformMatrix2fv, NULL, 530),
- NAME_FUNC_OFFSET(23835, glUniformMatrix3fv, glUniformMatrix3fv, NULL, 531),
- NAME_FUNC_OFFSET(23857, glUniformMatrix4fv, glUniformMatrix4fv, NULL, 532),
- NAME_FUNC_OFFSET(23879, glUseProgram, glUseProgram, NULL, 533),
- NAME_FUNC_OFFSET(23901, glValidateProgram, glValidateProgram, NULL, 534),
- NAME_FUNC_OFFSET(23922, glVertexAttrib1d, glVertexAttrib1d, NULL, 535),
- NAME_FUNC_OFFSET(23942, glVertexAttrib1dv, glVertexAttrib1dv, NULL, 536),
- NAME_FUNC_OFFSET(23963, glVertexAttrib1s, glVertexAttrib1s, NULL, 537),
- NAME_FUNC_OFFSET(23983, glVertexAttrib1sv, glVertexAttrib1sv, NULL, 538),
- NAME_FUNC_OFFSET(24004, glVertexAttrib2d, glVertexAttrib2d, NULL, 539),
- NAME_FUNC_OFFSET(24024, glVertexAttrib2dv, glVertexAttrib2dv, NULL, 540),
- NAME_FUNC_OFFSET(24045, glVertexAttrib2s, glVertexAttrib2s, NULL, 541),
- NAME_FUNC_OFFSET(24065, glVertexAttrib2sv, glVertexAttrib2sv, NULL, 542),
- NAME_FUNC_OFFSET(24086, glVertexAttrib3d, glVertexAttrib3d, NULL, 543),
- NAME_FUNC_OFFSET(24106, glVertexAttrib3dv, glVertexAttrib3dv, NULL, 544),
- NAME_FUNC_OFFSET(24127, glVertexAttrib3s, glVertexAttrib3s, NULL, 545),
- NAME_FUNC_OFFSET(24147, glVertexAttrib3sv, glVertexAttrib3sv, NULL, 546),
- NAME_FUNC_OFFSET(24168, glVertexAttrib4Nbv, glVertexAttrib4Nbv, NULL, 547),
- NAME_FUNC_OFFSET(24190, glVertexAttrib4Niv, glVertexAttrib4Niv, NULL, 548),
- NAME_FUNC_OFFSET(24212, glVertexAttrib4Nsv, glVertexAttrib4Nsv, NULL, 549),
- NAME_FUNC_OFFSET(24234, glVertexAttrib4Nub, glVertexAttrib4Nub, NULL, 550),
- NAME_FUNC_OFFSET(24256, glVertexAttrib4Nubv, glVertexAttrib4Nubv, NULL, 551),
- NAME_FUNC_OFFSET(24279, glVertexAttrib4Nuiv, glVertexAttrib4Nuiv, NULL, 552),
- NAME_FUNC_OFFSET(24302, glVertexAttrib4Nusv, glVertexAttrib4Nusv, NULL, 553),
- NAME_FUNC_OFFSET(24325, glVertexAttrib4bv, glVertexAttrib4bv, NULL, 554),
- NAME_FUNC_OFFSET(24346, glVertexAttrib4d, glVertexAttrib4d, NULL, 555),
- NAME_FUNC_OFFSET(24366, glVertexAttrib4dv, glVertexAttrib4dv, NULL, 556),
- NAME_FUNC_OFFSET(24387, glVertexAttrib4iv, glVertexAttrib4iv, NULL, 557),
- NAME_FUNC_OFFSET(24408, glVertexAttrib4s, glVertexAttrib4s, NULL, 558),
- NAME_FUNC_OFFSET(24428, glVertexAttrib4sv, glVertexAttrib4sv, NULL, 559),
- NAME_FUNC_OFFSET(24449, glVertexAttrib4ubv, glVertexAttrib4ubv, NULL, 560),
- NAME_FUNC_OFFSET(24471, glVertexAttrib4uiv, glVertexAttrib4uiv, NULL, 561),
- NAME_FUNC_OFFSET(24493, glVertexAttrib4usv, glVertexAttrib4usv, NULL, 562),
- NAME_FUNC_OFFSET(24515, glVertexAttribPointer, glVertexAttribPointer, NULL, 563),
- NAME_FUNC_OFFSET(24540, glBeginConditionalRender, glBeginConditionalRender, NULL, 570),
- NAME_FUNC_OFFSET(24567, glBeginTransformFeedback, glBeginTransformFeedback, NULL, 571),
- NAME_FUNC_OFFSET(24595, glBindBufferBase, glBindBufferBase, NULL, 572),
- NAME_FUNC_OFFSET(24615, glBindBufferRange, glBindBufferRange, NULL, 573),
- NAME_FUNC_OFFSET(24636, glBindFragDataLocation, glBindFragDataLocation, NULL, 574),
- NAME_FUNC_OFFSET(24662, glClampColor, glClampColor, NULL, 575),
- NAME_FUNC_OFFSET(24678, glColorMaski, glColorMaski, NULL, 580),
- NAME_FUNC_OFFSET(24700, glDisablei, glDisablei, NULL, 581),
- NAME_FUNC_OFFSET(24720, glEnablei, glEnablei, NULL, 582),
- NAME_FUNC_OFFSET(24739, glEndConditionalRender, glEndConditionalRender, NULL, 583),
- NAME_FUNC_OFFSET(24764, glEndTransformFeedback, glEndTransformFeedback, NULL, 584),
- NAME_FUNC_OFFSET(24790, glGetBooleani_v, glGetBooleani_v, NULL, 585),
- NAME_FUNC_OFFSET(24814, glGetFragDataLocation, glGetFragDataLocation, NULL, 586),
- NAME_FUNC_OFFSET(24839, glGetIntegeri_v, glGetIntegeri_v, NULL, 587),
- NAME_FUNC_OFFSET(24863, glGetTexParameterIiv, glGetTexParameterIiv, NULL, 589),
- NAME_FUNC_OFFSET(24887, glGetTexParameterIuiv, glGetTexParameterIuiv, NULL, 590),
- NAME_FUNC_OFFSET(24912, glGetTransformFeedbackVarying, glGetTransformFeedbackVarying, NULL, 591),
- NAME_FUNC_OFFSET(24945, glGetUniformuiv, glGetUniformuiv, NULL, 592),
- NAME_FUNC_OFFSET(24964, glGetVertexAttribIiv, glGetVertexAttribIiv, NULL, 593),
- NAME_FUNC_OFFSET(24988, glGetVertexAttribIuiv, glGetVertexAttribIuiv, NULL, 594),
- NAME_FUNC_OFFSET(25013, glIsEnabledi, glIsEnabledi, NULL, 595),
- NAME_FUNC_OFFSET(25035, glTexParameterIiv, glTexParameterIiv, NULL, 596),
- NAME_FUNC_OFFSET(25056, glTexParameterIuiv, glTexParameterIuiv, NULL, 597),
- NAME_FUNC_OFFSET(25078, glTransformFeedbackVaryings, glTransformFeedbackVaryings, NULL, 598),
- NAME_FUNC_OFFSET(25109, glUniform1ui, glUniform1ui, NULL, 599),
- NAME_FUNC_OFFSET(25125, glUniform1uiv, glUniform1uiv, NULL, 600),
- NAME_FUNC_OFFSET(25142, glUniform2ui, glUniform2ui, NULL, 601),
- NAME_FUNC_OFFSET(25158, glUniform2uiv, glUniform2uiv, NULL, 602),
- NAME_FUNC_OFFSET(25175, glUniform3ui, glUniform3ui, NULL, 603),
- NAME_FUNC_OFFSET(25191, glUniform3uiv, glUniform3uiv, NULL, 604),
- NAME_FUNC_OFFSET(25208, glUniform4ui, glUniform4ui, NULL, 605),
- NAME_FUNC_OFFSET(25224, glUniform4uiv, glUniform4uiv, NULL, 606),
- NAME_FUNC_OFFSET(25241, glVertexAttribI1iv, glVertexAttribI1iv, NULL, 607),
- NAME_FUNC_OFFSET(25263, glVertexAttribI1uiv, glVertexAttribI1uiv, NULL, 608),
- NAME_FUNC_OFFSET(25286, glVertexAttribI4bv, glVertexAttribI4bv, NULL, 609),
- NAME_FUNC_OFFSET(25308, glVertexAttribI4sv, glVertexAttribI4sv, NULL, 610),
- NAME_FUNC_OFFSET(25330, glVertexAttribI4ubv, glVertexAttribI4ubv, NULL, 611),
- NAME_FUNC_OFFSET(25353, glVertexAttribI4usv, glVertexAttribI4usv, NULL, 612),
- NAME_FUNC_OFFSET(25376, glVertexAttribIPointer, glVertexAttribIPointer, NULL, 613),
- NAME_FUNC_OFFSET(25402, glPrimitiveRestartIndex, glPrimitiveRestartIndex, NULL, 614),
- NAME_FUNC_OFFSET(25428, glTexBuffer, glTexBuffer, NULL, 615),
- NAME_FUNC_OFFSET(25443, glFramebufferTexture, glFramebufferTexture, NULL, 616),
- NAME_FUNC_OFFSET(25467, glVertexAttribDivisor, glVertexAttribDivisor, NULL, 619),
- NAME_FUNC_OFFSET(25492, glMinSampleShading, glMinSampleShading, NULL, 620),
- NAME_FUNC_OFFSET(25514, glBindProgramARB, glBindProgramARB, NULL, 621),
- NAME_FUNC_OFFSET(25530, glDeleteProgramsARB, glDeleteProgramsARB, NULL, 622),
- NAME_FUNC_OFFSET(25549, glGenProgramsARB, glGenProgramsARB, NULL, 623),
- NAME_FUNC_OFFSET(25565, glIsProgramARB, glIsProgramARB, NULL, 630),
- NAME_FUNC_OFFSET(25579, glProgramEnvParameter4dARB, glProgramEnvParameter4dARB, NULL, 631),
- NAME_FUNC_OFFSET(25602, glProgramEnvParameter4dvARB, glProgramEnvParameter4dvARB, NULL, 632),
- NAME_FUNC_OFFSET(25626, glProgramEnvParameter4fARB, glProgramEnvParameter4fARB, NULL, 633),
- NAME_FUNC_OFFSET(25649, glProgramEnvParameter4fvARB, glProgramEnvParameter4fvARB, NULL, 634),
- NAME_FUNC_OFFSET(25673, glVertexAttrib1fARB, glVertexAttrib1fARB, NULL, 640),
- NAME_FUNC_OFFSET(25690, glVertexAttrib1fvARB, glVertexAttrib1fvARB, NULL, 641),
- NAME_FUNC_OFFSET(25708, glVertexAttrib2fARB, glVertexAttrib2fARB, NULL, 642),
- NAME_FUNC_OFFSET(25725, glVertexAttrib2fvARB, glVertexAttrib2fvARB, NULL, 643),
- NAME_FUNC_OFFSET(25743, glVertexAttrib3fARB, glVertexAttrib3fARB, NULL, 644),
- NAME_FUNC_OFFSET(25760, glVertexAttrib3fvARB, glVertexAttrib3fvARB, NULL, 645),
- NAME_FUNC_OFFSET(25778, glVertexAttrib4fARB, glVertexAttrib4fARB, NULL, 646),
- NAME_FUNC_OFFSET(25795, glVertexAttrib4fvARB, glVertexAttrib4fvARB, NULL, 647),
- NAME_FUNC_OFFSET(25813, glDrawArraysInstancedARB, glDrawArraysInstancedARB, NULL, 658),
- NAME_FUNC_OFFSET(25838, glDrawArraysInstancedARB, glDrawArraysInstancedARB, NULL, 658),
- NAME_FUNC_OFFSET(25860, glDrawElementsInstancedARB, glDrawElementsInstancedARB, NULL, 659),
- NAME_FUNC_OFFSET(25887, glDrawElementsInstancedARB, glDrawElementsInstancedARB, NULL, 659),
- NAME_FUNC_OFFSET(25911, glBindFramebuffer, glBindFramebuffer, NULL, 660),
- NAME_FUNC_OFFSET(25932, glBindRenderbuffer, glBindRenderbuffer, NULL, 661),
- NAME_FUNC_OFFSET(25954, glBlitFramebuffer, glBlitFramebuffer, NULL, 662),
- NAME_FUNC_OFFSET(25975, glCheckFramebufferStatus, glCheckFramebufferStatus, NULL, 663),
- NAME_FUNC_OFFSET(26003, glCheckFramebufferStatus, glCheckFramebufferStatus, NULL, 663),
- NAME_FUNC_OFFSET(26031, glDeleteFramebuffers, glDeleteFramebuffers, NULL, 664),
- NAME_FUNC_OFFSET(26055, glDeleteFramebuffers, glDeleteFramebuffers, NULL, 664),
- NAME_FUNC_OFFSET(26079, glDeleteRenderbuffers, glDeleteRenderbuffers, NULL, 665),
- NAME_FUNC_OFFSET(26104, glDeleteRenderbuffers, glDeleteRenderbuffers, NULL, 665),
- NAME_FUNC_OFFSET(26129, glFramebufferRenderbuffer, glFramebufferRenderbuffer, NULL, 666),
- NAME_FUNC_OFFSET(26158, glFramebufferRenderbuffer, glFramebufferRenderbuffer, NULL, 666),
- NAME_FUNC_OFFSET(26187, glFramebufferTexture1D, glFramebufferTexture1D, NULL, 667),
- NAME_FUNC_OFFSET(26213, glFramebufferTexture2D, glFramebufferTexture2D, NULL, 668),
- NAME_FUNC_OFFSET(26239, glFramebufferTexture2D, glFramebufferTexture2D, NULL, 668),
- NAME_FUNC_OFFSET(26265, glFramebufferTexture3D, glFramebufferTexture3D, NULL, 669),
- NAME_FUNC_OFFSET(26291, glFramebufferTexture3D, glFramebufferTexture3D, NULL, 669),
- NAME_FUNC_OFFSET(26317, glFramebufferTextureLayer, glFramebufferTextureLayer, NULL, 670),
- NAME_FUNC_OFFSET(26346, glFramebufferTextureLayer, glFramebufferTextureLayer, NULL, 670),
- NAME_FUNC_OFFSET(26375, glGenFramebuffers, glGenFramebuffers, NULL, 671),
- NAME_FUNC_OFFSET(26396, glGenFramebuffers, glGenFramebuffers, NULL, 671),
- NAME_FUNC_OFFSET(26417, glGenRenderbuffers, glGenRenderbuffers, NULL, 672),
- NAME_FUNC_OFFSET(26439, glGenRenderbuffers, glGenRenderbuffers, NULL, 672),
- NAME_FUNC_OFFSET(26461, glGenerateMipmap, glGenerateMipmap, NULL, 673),
- NAME_FUNC_OFFSET(26481, glGenerateMipmap, glGenerateMipmap, NULL, 673),
- NAME_FUNC_OFFSET(26501, glGetFramebufferAttachmentParameteriv, glGetFramebufferAttachmentParameteriv, NULL, 674),
- NAME_FUNC_OFFSET(26542, glGetFramebufferAttachmentParameteriv, glGetFramebufferAttachmentParameteriv, NULL, 674),
- NAME_FUNC_OFFSET(26583, glGetRenderbufferParameteriv, glGetRenderbufferParameteriv, NULL, 675),
- NAME_FUNC_OFFSET(26615, glGetRenderbufferParameteriv, glGetRenderbufferParameteriv, NULL, 675),
- NAME_FUNC_OFFSET(26647, glIsFramebuffer, glIsFramebuffer, NULL, 676),
- NAME_FUNC_OFFSET(26666, glIsFramebuffer, glIsFramebuffer, NULL, 676),
- NAME_FUNC_OFFSET(26685, glIsRenderbuffer, glIsRenderbuffer, NULL, 677),
- NAME_FUNC_OFFSET(26705, glIsRenderbuffer, glIsRenderbuffer, NULL, 677),
- NAME_FUNC_OFFSET(26725, glRenderbufferStorage, glRenderbufferStorage, NULL, 678),
- NAME_FUNC_OFFSET(26750, glRenderbufferStorage, glRenderbufferStorage, NULL, 678),
- NAME_FUNC_OFFSET(26775, glRenderbufferStorageMultisample, glRenderbufferStorageMultisample, NULL, 679),
- NAME_FUNC_OFFSET(26811, glFlushMappedBufferRange, glFlushMappedBufferRange, NULL, 681),
- NAME_FUNC_OFFSET(26839, glMapBufferRange, glMapBufferRange, NULL, 682),
- NAME_FUNC_OFFSET(26859, glBindVertexArray, glBindVertexArray, NULL, 683),
- NAME_FUNC_OFFSET(26880, glDeleteVertexArrays, glDeleteVertexArrays, NULL, 684),
- NAME_FUNC_OFFSET(26906, glDeleteVertexArrays, glDeleteVertexArrays, NULL, 684),
- NAME_FUNC_OFFSET(26930, glGenVertexArrays, glGenVertexArrays, NULL, 685),
- NAME_FUNC_OFFSET(26951, glIsVertexArray, glIsVertexArray, NULL, 686),
- NAME_FUNC_OFFSET(26972, glIsVertexArray, glIsVertexArray, NULL, 686),
- NAME_FUNC_OFFSET(26991, glProvokingVertex, glProvokingVertex, NULL, 706),
- NAME_FUNC_OFFSET(27012, glBlendEquationSeparateiARB, glBlendEquationSeparateiARB, NULL, 711),
- NAME_FUNC_OFFSET(27046, glBlendEquationiARB, glBlendEquationiARB, NULL, 712),
- NAME_FUNC_OFFSET(27072, glBlendFuncSeparateiARB, glBlendFuncSeparateiARB, NULL, 713),
- NAME_FUNC_OFFSET(27102, glBlendFunciARB, glBlendFunciARB, NULL, 714),
- NAME_FUNC_OFFSET(27124, gl_dispatch_stub_731, gl_dispatch_stub_731, NULL, 731),
- NAME_FUNC_OFFSET(27148, gl_dispatch_stub_732, gl_dispatch_stub_732, NULL, 732),
- NAME_FUNC_OFFSET(27173, glClearDepthf, glClearDepthf, NULL, 783),
- NAME_FUNC_OFFSET(27190, glDepthRangef, glDepthRangef, NULL, 784),
- NAME_FUNC_OFFSET(27207, glGetProgramBinary, glGetProgramBinary, NULL, 788),
- NAME_FUNC_OFFSET(27229, glProgramBinary, glProgramBinary, NULL, 789),
- NAME_FUNC_OFFSET(27248, glProgramParameteri, glProgramParameteri, NULL, 790),
- NAME_FUNC_OFFSET(27271, gl_dispatch_stub_854, gl_dispatch_stub_854, NULL, 854),
- NAME_FUNC_OFFSET(27287, gl_dispatch_stub_855, gl_dispatch_stub_855, NULL, 855),
- NAME_FUNC_OFFSET(27306, glSecondaryColor3fEXT, glSecondaryColor3fEXT, NULL, 875),
- NAME_FUNC_OFFSET(27325, glSecondaryColor3fvEXT, glSecondaryColor3fvEXT, NULL, 876),
- NAME_FUNC_OFFSET(27345, glMultiDrawElementsEXT, glMultiDrawElementsEXT, NULL, 877),
- NAME_FUNC_OFFSET(27365, glFogCoordfEXT, glFogCoordfEXT, NULL, 878),
- NAME_FUNC_OFFSET(27377, glFogCoordfvEXT, glFogCoordfvEXT, NULL, 879),
- NAME_FUNC_OFFSET(27390, glVertexAttribI1iEXT, glVertexAttribI1iEXT, NULL, 982),
- NAME_FUNC_OFFSET(27408, glVertexAttribI1uiEXT, glVertexAttribI1uiEXT, NULL, 983),
- NAME_FUNC_OFFSET(27427, glVertexAttribI2iEXT, glVertexAttribI2iEXT, NULL, 984),
- NAME_FUNC_OFFSET(27445, glVertexAttribI2ivEXT, glVertexAttribI2ivEXT, NULL, 985),
- NAME_FUNC_OFFSET(27464, glVertexAttribI2uiEXT, glVertexAttribI2uiEXT, NULL, 986),
- NAME_FUNC_OFFSET(27483, glVertexAttribI2uivEXT, glVertexAttribI2uivEXT, NULL, 987),
- NAME_FUNC_OFFSET(27503, glVertexAttribI3iEXT, glVertexAttribI3iEXT, NULL, 988),
- NAME_FUNC_OFFSET(27521, glVertexAttribI3ivEXT, glVertexAttribI3ivEXT, NULL, 989),
- NAME_FUNC_OFFSET(27540, glVertexAttribI3uiEXT, glVertexAttribI3uiEXT, NULL, 990),
- NAME_FUNC_OFFSET(27559, glVertexAttribI3uivEXT, glVertexAttribI3uivEXT, NULL, 991),
- NAME_FUNC_OFFSET(27579, glVertexAttribI4iEXT, glVertexAttribI4iEXT, NULL, 992),
- NAME_FUNC_OFFSET(27597, glVertexAttribI4ivEXT, glVertexAttribI4ivEXT, NULL, 993),
- NAME_FUNC_OFFSET(27616, glVertexAttribI4uiEXT, glVertexAttribI4uiEXT, NULL, 994),
- NAME_FUNC_OFFSET(27635, glVertexAttribI4uivEXT, glVertexAttribI4uivEXT, NULL, 995),
- NAME_FUNC_OFFSET(27655, gl_dispatch_stub_1032, gl_dispatch_stub_1032, NULL, 1032),
- NAME_FUNC_OFFSET(27671, gl_dispatch_stub_1033, gl_dispatch_stub_1033, NULL, 1033),
- NAME_FUNC_OFFSET(27688, gl_dispatch_stub_1034, gl_dispatch_stub_1034, NULL, 1034),
- NAME_FUNC_OFFSET(27705, gl_dispatch_stub_1035, gl_dispatch_stub_1035, NULL, 1035),
- NAME_FUNC_OFFSET(27718, gl_dispatch_stub_1036, gl_dispatch_stub_1036, NULL, 1036),
- NAME_FUNC_OFFSET(27735, gl_dispatch_stub_1037, gl_dispatch_stub_1037, NULL, 1037),
- NAME_FUNC_OFFSET(27745, gl_dispatch_stub_1038, gl_dispatch_stub_1038, NULL, 1038),
- NAME_FUNC_OFFSET(27756, gl_dispatch_stub_1039, gl_dispatch_stub_1039, NULL, 1039),
- NAME_FUNC_OFFSET(27770, gl_dispatch_stub_1040, gl_dispatch_stub_1040, NULL, 1040),
- NAME_FUNC_OFFSET(27784, gl_dispatch_stub_1041, gl_dispatch_stub_1041, NULL, 1041),
- NAME_FUNC_OFFSET(27801, gl_dispatch_stub_1042, gl_dispatch_stub_1042, NULL, 1042),
- NAME_FUNC_OFFSET(27819, gl_dispatch_stub_1043, gl_dispatch_stub_1043, NULL, 1043),
- NAME_FUNC_OFFSET(27831, gl_dispatch_stub_1044, gl_dispatch_stub_1044, NULL, 1044),
- NAME_FUNC_OFFSET(27844, gl_dispatch_stub_1045, gl_dispatch_stub_1045, NULL, 1045),
- NAME_FUNC_OFFSET(27860, gl_dispatch_stub_1046, gl_dispatch_stub_1046, NULL, 1046),
- NAME_FUNC_OFFSET(27877, gl_dispatch_stub_1047, gl_dispatch_stub_1047, NULL, 1047),
- NAME_FUNC_OFFSET(27892, gl_dispatch_stub_1048, gl_dispatch_stub_1048, NULL, 1048),
- NAME_FUNC_OFFSET(27908, gl_dispatch_stub_1049, gl_dispatch_stub_1049, NULL, 1049),
- NAME_FUNC_OFFSET(27925, gl_dispatch_stub_1050, gl_dispatch_stub_1050, NULL, 1050),
- NAME_FUNC_OFFSET(27946, gl_dispatch_stub_1051, gl_dispatch_stub_1051, NULL, 1051),
- NAME_FUNC_OFFSET(27960, gl_dispatch_stub_1052, gl_dispatch_stub_1052, NULL, 1052),
- NAME_FUNC_OFFSET(27972, gl_dispatch_stub_1053, gl_dispatch_stub_1053, NULL, 1053),
- NAME_FUNC_OFFSET(27984, gl_dispatch_stub_1054, gl_dispatch_stub_1054, NULL, 1054),
- NAME_FUNC_OFFSET(28000, gl_dispatch_stub_1055, gl_dispatch_stub_1055, NULL, 1055),
- NAME_FUNC_OFFSET(28020, gl_dispatch_stub_1056, gl_dispatch_stub_1056, NULL, 1056),
- NAME_FUNC_OFFSET(28033, gl_dispatch_stub_1057, gl_dispatch_stub_1057, NULL, 1057),
- NAME_FUNC_OFFSET(28054, gl_dispatch_stub_1058, gl_dispatch_stub_1058, NULL, 1058),
- NAME_FUNC_OFFSET(28066, gl_dispatch_stub_1059, gl_dispatch_stub_1059, NULL, 1059),
- NAME_FUNC_OFFSET(28079, gl_dispatch_stub_1060, gl_dispatch_stub_1060, NULL, 1060),
- NAME_FUNC_OFFSET(28093, gl_dispatch_stub_1061, gl_dispatch_stub_1061, NULL, 1061),
- NAME_FUNC_OFFSET(28112, gl_dispatch_stub_1062, gl_dispatch_stub_1062, NULL, 1062),
- NAME_FUNC_OFFSET(28128, gl_dispatch_stub_1063, gl_dispatch_stub_1063, NULL, 1063),
- NAME_FUNC_OFFSET(28144, gl_dispatch_stub_1064, gl_dispatch_stub_1064, NULL, 1064),
- NAME_FUNC_OFFSET(28160, gl_dispatch_stub_1065, gl_dispatch_stub_1065, NULL, 1065),
- NAME_FUNC_OFFSET(28179, gl_dispatch_stub_1066, gl_dispatch_stub_1066, NULL, 1066),
- NAME_FUNC_OFFSET(28198, gl_dispatch_stub_1067, gl_dispatch_stub_1067, NULL, 1067),
- NAME_FUNC_OFFSET(28213, gl_dispatch_stub_1068, gl_dispatch_stub_1068, NULL, 1068),
- NAME_FUNC_OFFSET(28229, gl_dispatch_stub_1069, gl_dispatch_stub_1069, NULL, 1069),
- NAME_FUNC_OFFSET(28248, gl_dispatch_stub_1070, gl_dispatch_stub_1070, NULL, 1070),
- NAME_FUNC_OFFSET(28265, gl_dispatch_stub_1071, gl_dispatch_stub_1071, NULL, 1071),
- NAME_FUNC_OFFSET(28288, gl_dispatch_stub_1072, gl_dispatch_stub_1072, NULL, 1072),
- NAME_FUNC_OFFSET(28309, gl_dispatch_stub_1073, gl_dispatch_stub_1073, NULL, 1073),
- NAME_FUNC_OFFSET(28331, gl_dispatch_stub_1074, gl_dispatch_stub_1074, NULL, 1074),
+ NAME_FUNC_OFFSET(12577, glDrawArraysIndirect, glDrawArraysIndirect, NULL, 772),
+ NAME_FUNC_OFFSET(12598, glDrawElementsIndirect, glDrawElementsIndirect, NULL, 773),
+ NAME_FUNC_OFFSET(12621, glBindTransformFeedback, glBindTransformFeedback, NULL, 774),
+ NAME_FUNC_OFFSET(12645, glDeleteTransformFeedbacks, glDeleteTransformFeedbacks, NULL, 775),
+ NAME_FUNC_OFFSET(12672, glDrawTransformFeedback, glDrawTransformFeedback, NULL, 776),
+ NAME_FUNC_OFFSET(12696, glGenTransformFeedbacks, glGenTransformFeedbacks, NULL, 777),
+ NAME_FUNC_OFFSET(12720, glIsTransformFeedback, glIsTransformFeedback, NULL, 778),
+ NAME_FUNC_OFFSET(12742, glPauseTransformFeedback, glPauseTransformFeedback, NULL, 779),
+ NAME_FUNC_OFFSET(12767, glResumeTransformFeedback, glResumeTransformFeedback, NULL, 780),
+ NAME_FUNC_OFFSET(12793, glBeginQueryIndexed, glBeginQueryIndexed, NULL, 781),
+ NAME_FUNC_OFFSET(12813, glDrawTransformFeedbackStream, glDrawTransformFeedbackStream, NULL, 782),
+ NAME_FUNC_OFFSET(12843, glEndQueryIndexed, glEndQueryIndexed, NULL, 783),
+ NAME_FUNC_OFFSET(12861, glGetQueryIndexediv, glGetQueryIndexediv, NULL, 784),
+ NAME_FUNC_OFFSET(12881, glClearDepthf, glClearDepthf, NULL, 785),
+ NAME_FUNC_OFFSET(12895, glDepthRangef, glDepthRangef, NULL, 786),
+ NAME_FUNC_OFFSET(12909, glGetShaderPrecisionFormat, glGetShaderPrecisionFormat, NULL, 787),
+ NAME_FUNC_OFFSET(12936, glReleaseShaderCompiler, glReleaseShaderCompiler, NULL, 788),
+ NAME_FUNC_OFFSET(12960, glShaderBinary, glShaderBinary, NULL, 789),
+ NAME_FUNC_OFFSET(12975, glGetProgramBinary, glGetProgramBinary, NULL, 790),
+ NAME_FUNC_OFFSET(12994, glProgramBinary, glProgramBinary, NULL, 791),
+ NAME_FUNC_OFFSET(13010, glProgramParameteri, glProgramParameteri, NULL, 792),
+ NAME_FUNC_OFFSET(13030, glDebugMessageCallbackARB, glDebugMessageCallbackARB, NULL, 793),
+ NAME_FUNC_OFFSET(13056, glDebugMessageControlARB, glDebugMessageControlARB, NULL, 794),
+ NAME_FUNC_OFFSET(13081, glDebugMessageInsertARB, glDebugMessageInsertARB, NULL, 795),
+ NAME_FUNC_OFFSET(13105, glGetDebugMessageLogARB, glGetDebugMessageLogARB, NULL, 796),
+ NAME_FUNC_OFFSET(13129, glGetGraphicsResetStatusARB, glGetGraphicsResetStatusARB, NULL, 797),
+ NAME_FUNC_OFFSET(13157, glGetnColorTableARB, glGetnColorTableARB, NULL, 798),
+ NAME_FUNC_OFFSET(13177, glGetnCompressedTexImageARB, glGetnCompressedTexImageARB, NULL, 799),
+ NAME_FUNC_OFFSET(13205, glGetnConvolutionFilterARB, glGetnConvolutionFilterARB, NULL, 800),
+ NAME_FUNC_OFFSET(13232, glGetnHistogramARB, glGetnHistogramARB, NULL, 801),
+ NAME_FUNC_OFFSET(13251, glGetnMapdvARB, glGetnMapdvARB, NULL, 802),
+ NAME_FUNC_OFFSET(13266, glGetnMapfvARB, glGetnMapfvARB, NULL, 803),
+ NAME_FUNC_OFFSET(13281, glGetnMapivARB, glGetnMapivARB, NULL, 804),
+ NAME_FUNC_OFFSET(13296, glGetnMinmaxARB, glGetnMinmaxARB, NULL, 805),
+ NAME_FUNC_OFFSET(13312, glGetnPixelMapfvARB, glGetnPixelMapfvARB, NULL, 806),
+ NAME_FUNC_OFFSET(13332, glGetnPixelMapuivARB, glGetnPixelMapuivARB, NULL, 807),
+ NAME_FUNC_OFFSET(13353, glGetnPixelMapusvARB, glGetnPixelMapusvARB, NULL, 808),
+ NAME_FUNC_OFFSET(13374, glGetnPolygonStippleARB, glGetnPolygonStippleARB, NULL, 809),
+ NAME_FUNC_OFFSET(13398, glGetnSeparableFilterARB, glGetnSeparableFilterARB, NULL, 810),
+ NAME_FUNC_OFFSET(13423, glGetnTexImageARB, glGetnTexImageARB, NULL, 811),
+ NAME_FUNC_OFFSET(13441, glGetnUniformdvARB, glGetnUniformdvARB, NULL, 812),
+ NAME_FUNC_OFFSET(13460, glGetnUniformfvARB, glGetnUniformfvARB, NULL, 813),
+ NAME_FUNC_OFFSET(13479, glGetnUniformivARB, glGetnUniformivARB, NULL, 814),
+ NAME_FUNC_OFFSET(13498, glGetnUniformuivARB, glGetnUniformuivARB, NULL, 815),
+ NAME_FUNC_OFFSET(13518, glReadnPixelsARB, glReadnPixelsARB, NULL, 816),
+ NAME_FUNC_OFFSET(13535, glDrawArraysInstancedBaseInstance, glDrawArraysInstancedBaseInstance, NULL, 817),
+ NAME_FUNC_OFFSET(13569, glDrawElementsInstancedBaseInstance, glDrawElementsInstancedBaseInstance, NULL, 818),
+ NAME_FUNC_OFFSET(13605, glDrawElementsInstancedBaseVertexBaseInstance, glDrawElementsInstancedBaseVertexBaseInstance, NULL, 819),
+ NAME_FUNC_OFFSET(13651, glDrawTransformFeedbackInstanced, glDrawTransformFeedbackInstanced, NULL, 820),
+ NAME_FUNC_OFFSET(13684, glDrawTransformFeedbackStreamInstanced, glDrawTransformFeedbackStreamInstanced, NULL, 821),
+ NAME_FUNC_OFFSET(13723, gl_dispatch_stub_822, gl_dispatch_stub_822, NULL, 822),
+ NAME_FUNC_OFFSET(13745, glGetActiveAtomicCounterBufferiv, glGetActiveAtomicCounterBufferiv, NULL, 823),
+ NAME_FUNC_OFFSET(13778, glTexStorage1D, glTexStorage1D, NULL, 824),
+ NAME_FUNC_OFFSET(13793, glTexStorage2D, glTexStorage2D, NULL, 825),
+ NAME_FUNC_OFFSET(13808, glTexStorage3D, glTexStorage3D, NULL, 826),
+ NAME_FUNC_OFFSET(13823, glTextureStorage1DEXT, glTextureStorage1DEXT, NULL, 827),
+ NAME_FUNC_OFFSET(13845, glTextureStorage2DEXT, glTextureStorage2DEXT, NULL, 828),
+ NAME_FUNC_OFFSET(13867, glTextureStorage3DEXT, glTextureStorage3DEXT, NULL, 829),
+ NAME_FUNC_OFFSET(13889, glBindVertexBuffer, glBindVertexBuffer, NULL, 830),
+ NAME_FUNC_OFFSET(13908, glVertexAttribBinding, glVertexAttribBinding, NULL, 831),
+ NAME_FUNC_OFFSET(13930, glVertexAttribFormat, glVertexAttribFormat, NULL, 832),
+ NAME_FUNC_OFFSET(13951, glVertexAttribIFormat, glVertexAttribIFormat, NULL, 833),
+ NAME_FUNC_OFFSET(13973, glVertexAttribLFormat, glVertexAttribLFormat, NULL, 834),
+ NAME_FUNC_OFFSET(13995, glVertexBindingDivisor, glVertexBindingDivisor, NULL, 835),
+ NAME_FUNC_OFFSET(14018, glMultiDrawArraysIndirect, glMultiDrawArraysIndirect, NULL, 836),
+ NAME_FUNC_OFFSET(14044, glMultiDrawElementsIndirect, glMultiDrawElementsIndirect, NULL, 837),
+ NAME_FUNC_OFFSET(14072, glTexBufferRange, glTexBufferRange, NULL, 838),
+ NAME_FUNC_OFFSET(14089, glTexStorage2DMultisample, glTexStorage2DMultisample, NULL, 839),
+ NAME_FUNC_OFFSET(14115, glTexStorage3DMultisample, glTexStorage3DMultisample, NULL, 840),
+ NAME_FUNC_OFFSET(14141, glInvalidateBufferData, glInvalidateBufferData, NULL, 841),
+ NAME_FUNC_OFFSET(14164, glInvalidateBufferSubData, glInvalidateBufferSubData, NULL, 842),
+ NAME_FUNC_OFFSET(14190, glInvalidateFramebuffer, glInvalidateFramebuffer, NULL, 843),
+ NAME_FUNC_OFFSET(14214, glInvalidateSubFramebuffer, glInvalidateSubFramebuffer, NULL, 844),
+ NAME_FUNC_OFFSET(14241, glInvalidateTexImage, glInvalidateTexImage, NULL, 845),
+ NAME_FUNC_OFFSET(14262, glInvalidateTexSubImage, glInvalidateTexSubImage, NULL, 846),
+ NAME_FUNC_OFFSET(14286, glPolygonOffsetEXT, glPolygonOffsetEXT, NULL, 847),
+ NAME_FUNC_OFFSET(14305, gl_dispatch_stub_848, gl_dispatch_stub_848, NULL, 848),
+ NAME_FUNC_OFFSET(14319, gl_dispatch_stub_849, gl_dispatch_stub_849, NULL, 849),
+ NAME_FUNC_OFFSET(14334, gl_dispatch_stub_850, gl_dispatch_stub_850, NULL, 850),
+ NAME_FUNC_OFFSET(14348, gl_dispatch_stub_851, gl_dispatch_stub_851, NULL, 851),
+ NAME_FUNC_OFFSET(14363, gl_dispatch_stub_852, gl_dispatch_stub_852, NULL, 852),
+ NAME_FUNC_OFFSET(14377, gl_dispatch_stub_853, gl_dispatch_stub_853, NULL, 853),
+ NAME_FUNC_OFFSET(14392, gl_dispatch_stub_854, gl_dispatch_stub_854, NULL, 854),
+ NAME_FUNC_OFFSET(14406, gl_dispatch_stub_855, gl_dispatch_stub_855, NULL, 855),
+ NAME_FUNC_OFFSET(14421, gl_dispatch_stub_856, gl_dispatch_stub_856, NULL, 856),
+ NAME_FUNC_OFFSET(14443, gl_dispatch_stub_857, gl_dispatch_stub_857, NULL, 857),
+ NAME_FUNC_OFFSET(14461, gl_dispatch_stub_858, gl_dispatch_stub_858, NULL, 858),
+ NAME_FUNC_OFFSET(14478, gl_dispatch_stub_859, gl_dispatch_stub_859, NULL, 859),
+ NAME_FUNC_OFFSET(14498, glColorPointerEXT, glColorPointerEXT, NULL, 860),
+ NAME_FUNC_OFFSET(14516, glEdgeFlagPointerEXT, glEdgeFlagPointerEXT, NULL, 861),
+ NAME_FUNC_OFFSET(14537, glIndexPointerEXT, glIndexPointerEXT, NULL, 862),
+ NAME_FUNC_OFFSET(14555, glNormalPointerEXT, glNormalPointerEXT, NULL, 863),
+ NAME_FUNC_OFFSET(14574, glTexCoordPointerEXT, glTexCoordPointerEXT, NULL, 864),
+ NAME_FUNC_OFFSET(14595, glVertexPointerEXT, glVertexPointerEXT, NULL, 865),
+ NAME_FUNC_OFFSET(14614, gl_dispatch_stub_866, gl_dispatch_stub_866, NULL, 866),
+ NAME_FUNC_OFFSET(14638, glLockArraysEXT, glLockArraysEXT, NULL, 867),
+ NAME_FUNC_OFFSET(14654, glUnlockArraysEXT, glUnlockArraysEXT, NULL, 868),
+ NAME_FUNC_OFFSET(14672, glDebugMessageCallback, glDebugMessageCallback, NULL, 869),
+ NAME_FUNC_OFFSET(14695, glDebugMessageControl, glDebugMessageControl, NULL, 870),
+ NAME_FUNC_OFFSET(14717, glDebugMessageInsert, glDebugMessageInsert, NULL, 871),
+ NAME_FUNC_OFFSET(14738, glGetDebugMessageLog, glGetDebugMessageLog, NULL, 872),
+ NAME_FUNC_OFFSET(14759, glGetObjectLabel, glGetObjectLabel, NULL, 873),
+ NAME_FUNC_OFFSET(14776, glGetObjectPtrLabel, glGetObjectPtrLabel, NULL, 874),
+ NAME_FUNC_OFFSET(14796, glObjectLabel, glObjectLabel, NULL, 875),
+ NAME_FUNC_OFFSET(14810, glObjectPtrLabel, glObjectPtrLabel, NULL, 876),
+ NAME_FUNC_OFFSET(14827, glPopDebugGroup, glPopDebugGroup, NULL, 877),
+ NAME_FUNC_OFFSET(14843, glPushDebugGroup, glPushDebugGroup, NULL, 878),
+ NAME_FUNC_OFFSET(14860, glSecondaryColor3fEXT, glSecondaryColor3fEXT, NULL, 879),
+ NAME_FUNC_OFFSET(14882, glSecondaryColor3fvEXT, glSecondaryColor3fvEXT, NULL, 880),
+ NAME_FUNC_OFFSET(14905, glMultiDrawElementsEXT, glMultiDrawElementsEXT, NULL, 881),
+ NAME_FUNC_OFFSET(14928, glFogCoordfEXT, glFogCoordfEXT, NULL, 882),
+ NAME_FUNC_OFFSET(14943, glFogCoordfvEXT, glFogCoordfvEXT, NULL, 883),
+ NAME_FUNC_OFFSET(14959, glResizeBuffersMESA, glResizeBuffersMESA, NULL, 884),
+ NAME_FUNC_OFFSET(14979, glWindowPos4dMESA, glWindowPos4dMESA, NULL, 885),
+ NAME_FUNC_OFFSET(14997, glWindowPos4dvMESA, glWindowPos4dvMESA, NULL, 886),
+ NAME_FUNC_OFFSET(15016, glWindowPos4fMESA, glWindowPos4fMESA, NULL, 887),
+ NAME_FUNC_OFFSET(15034, glWindowPos4fvMESA, glWindowPos4fvMESA, NULL, 888),
+ NAME_FUNC_OFFSET(15053, glWindowPos4iMESA, glWindowPos4iMESA, NULL, 889),
+ NAME_FUNC_OFFSET(15071, glWindowPos4ivMESA, glWindowPos4ivMESA, NULL, 890),
+ NAME_FUNC_OFFSET(15090, glWindowPos4sMESA, glWindowPos4sMESA, NULL, 891),
+ NAME_FUNC_OFFSET(15108, glWindowPos4svMESA, glWindowPos4svMESA, NULL, 892),
+ NAME_FUNC_OFFSET(15127, gl_dispatch_stub_893, gl_dispatch_stub_893, NULL, 893),
+ NAME_FUNC_OFFSET(15152, gl_dispatch_stub_894, gl_dispatch_stub_894, NULL, 894),
+ NAME_FUNC_OFFSET(15179, glAreProgramsResidentNV, glAreProgramsResidentNV, NULL, 895),
+ NAME_FUNC_OFFSET(15203, glExecuteProgramNV, glExecuteProgramNV, NULL, 896),
+ NAME_FUNC_OFFSET(15222, glGetProgramParameterdvNV, glGetProgramParameterdvNV, NULL, 897),
+ NAME_FUNC_OFFSET(15248, glGetProgramParameterfvNV, glGetProgramParameterfvNV, NULL, 898),
+ NAME_FUNC_OFFSET(15274, glGetProgramStringNV, glGetProgramStringNV, NULL, 899),
+ NAME_FUNC_OFFSET(15295, glGetProgramivNV, glGetProgramivNV, NULL, 900),
+ NAME_FUNC_OFFSET(15312, glGetTrackMatrixivNV, glGetTrackMatrixivNV, NULL, 901),
+ NAME_FUNC_OFFSET(15333, glGetVertexAttribdvNV, glGetVertexAttribdvNV, NULL, 902),
+ NAME_FUNC_OFFSET(15355, glGetVertexAttribfvNV, glGetVertexAttribfvNV, NULL, 903),
+ NAME_FUNC_OFFSET(15377, glGetVertexAttribivNV, glGetVertexAttribivNV, NULL, 904),
+ NAME_FUNC_OFFSET(15399, glLoadProgramNV, glLoadProgramNV, NULL, 905),
+ NAME_FUNC_OFFSET(15415, glProgramParameters4dvNV, glProgramParameters4dvNV, NULL, 906),
+ NAME_FUNC_OFFSET(15440, glProgramParameters4fvNV, glProgramParameters4fvNV, NULL, 907),
+ NAME_FUNC_OFFSET(15465, glRequestResidentProgramsNV, glRequestResidentProgramsNV, NULL, 908),
+ NAME_FUNC_OFFSET(15493, glTrackMatrixNV, glTrackMatrixNV, NULL, 909),
+ NAME_FUNC_OFFSET(15509, glVertexAttrib1dNV, glVertexAttrib1dNV, NULL, 910),
+ NAME_FUNC_OFFSET(15528, glVertexAttrib1dvNV, glVertexAttrib1dvNV, NULL, 911),
+ NAME_FUNC_OFFSET(15548, glVertexAttrib1fNV, glVertexAttrib1fNV, NULL, 912),
+ NAME_FUNC_OFFSET(15567, glVertexAttrib1fvNV, glVertexAttrib1fvNV, NULL, 913),
+ NAME_FUNC_OFFSET(15587, glVertexAttrib1sNV, glVertexAttrib1sNV, NULL, 914),
+ NAME_FUNC_OFFSET(15606, glVertexAttrib1svNV, glVertexAttrib1svNV, NULL, 915),
+ NAME_FUNC_OFFSET(15626, glVertexAttrib2dNV, glVertexAttrib2dNV, NULL, 916),
+ NAME_FUNC_OFFSET(15645, glVertexAttrib2dvNV, glVertexAttrib2dvNV, NULL, 917),
+ NAME_FUNC_OFFSET(15665, glVertexAttrib2fNV, glVertexAttrib2fNV, NULL, 918),
+ NAME_FUNC_OFFSET(15684, glVertexAttrib2fvNV, glVertexAttrib2fvNV, NULL, 919),
+ NAME_FUNC_OFFSET(15704, glVertexAttrib2sNV, glVertexAttrib2sNV, NULL, 920),
+ NAME_FUNC_OFFSET(15723, glVertexAttrib2svNV, glVertexAttrib2svNV, NULL, 921),
+ NAME_FUNC_OFFSET(15743, glVertexAttrib3dNV, glVertexAttrib3dNV, NULL, 922),
+ NAME_FUNC_OFFSET(15762, glVertexAttrib3dvNV, glVertexAttrib3dvNV, NULL, 923),
+ NAME_FUNC_OFFSET(15782, glVertexAttrib3fNV, glVertexAttrib3fNV, NULL, 924),
+ NAME_FUNC_OFFSET(15801, glVertexAttrib3fvNV, glVertexAttrib3fvNV, NULL, 925),
+ NAME_FUNC_OFFSET(15821, glVertexAttrib3sNV, glVertexAttrib3sNV, NULL, 926),
+ NAME_FUNC_OFFSET(15840, glVertexAttrib3svNV, glVertexAttrib3svNV, NULL, 927),
+ NAME_FUNC_OFFSET(15860, glVertexAttrib4dNV, glVertexAttrib4dNV, NULL, 928),
+ NAME_FUNC_OFFSET(15879, glVertexAttrib4dvNV, glVertexAttrib4dvNV, NULL, 929),
+ NAME_FUNC_OFFSET(15899, glVertexAttrib4fNV, glVertexAttrib4fNV, NULL, 930),
+ NAME_FUNC_OFFSET(15918, glVertexAttrib4fvNV, glVertexAttrib4fvNV, NULL, 931),
+ NAME_FUNC_OFFSET(15938, glVertexAttrib4sNV, glVertexAttrib4sNV, NULL, 932),
+ NAME_FUNC_OFFSET(15957, glVertexAttrib4svNV, glVertexAttrib4svNV, NULL, 933),
+ NAME_FUNC_OFFSET(15977, glVertexAttrib4ubNV, glVertexAttrib4ubNV, NULL, 934),
+ NAME_FUNC_OFFSET(15997, glVertexAttrib4ubvNV, glVertexAttrib4ubvNV, NULL, 935),
+ NAME_FUNC_OFFSET(16018, glVertexAttribPointerNV, glVertexAttribPointerNV, NULL, 936),
+ NAME_FUNC_OFFSET(16042, glVertexAttribs1dvNV, glVertexAttribs1dvNV, NULL, 937),
+ NAME_FUNC_OFFSET(16063, glVertexAttribs1fvNV, glVertexAttribs1fvNV, NULL, 938),
+ NAME_FUNC_OFFSET(16084, glVertexAttribs1svNV, glVertexAttribs1svNV, NULL, 939),
+ NAME_FUNC_OFFSET(16105, glVertexAttribs2dvNV, glVertexAttribs2dvNV, NULL, 940),
+ NAME_FUNC_OFFSET(16126, glVertexAttribs2fvNV, glVertexAttribs2fvNV, NULL, 941),
+ NAME_FUNC_OFFSET(16147, glVertexAttribs2svNV, glVertexAttribs2svNV, NULL, 942),
+ NAME_FUNC_OFFSET(16168, glVertexAttribs3dvNV, glVertexAttribs3dvNV, NULL, 943),
+ NAME_FUNC_OFFSET(16189, glVertexAttribs3fvNV, glVertexAttribs3fvNV, NULL, 944),
+ NAME_FUNC_OFFSET(16210, glVertexAttribs3svNV, glVertexAttribs3svNV, NULL, 945),
+ NAME_FUNC_OFFSET(16231, glVertexAttribs4dvNV, glVertexAttribs4dvNV, NULL, 946),
+ NAME_FUNC_OFFSET(16252, glVertexAttribs4fvNV, glVertexAttribs4fvNV, NULL, 947),
+ NAME_FUNC_OFFSET(16273, glVertexAttribs4svNV, glVertexAttribs4svNV, NULL, 948),
+ NAME_FUNC_OFFSET(16294, glVertexAttribs4ubvNV, glVertexAttribs4ubvNV, NULL, 949),
+ NAME_FUNC_OFFSET(16316, glGetTexBumpParameterfvATI, glGetTexBumpParameterfvATI, NULL, 950),
+ NAME_FUNC_OFFSET(16343, glGetTexBumpParameterivATI, glGetTexBumpParameterivATI, NULL, 951),
+ NAME_FUNC_OFFSET(16370, glTexBumpParameterfvATI, glTexBumpParameterfvATI, NULL, 952),
+ NAME_FUNC_OFFSET(16394, glTexBumpParameterivATI, glTexBumpParameterivATI, NULL, 953),
+ NAME_FUNC_OFFSET(16418, glAlphaFragmentOp1ATI, glAlphaFragmentOp1ATI, NULL, 954),
+ NAME_FUNC_OFFSET(16440, glAlphaFragmentOp2ATI, glAlphaFragmentOp2ATI, NULL, 955),
+ NAME_FUNC_OFFSET(16462, glAlphaFragmentOp3ATI, glAlphaFragmentOp3ATI, NULL, 956),
+ NAME_FUNC_OFFSET(16484, glBeginFragmentShaderATI, glBeginFragmentShaderATI, NULL, 957),
+ NAME_FUNC_OFFSET(16509, glBindFragmentShaderATI, glBindFragmentShaderATI, NULL, 958),
+ NAME_FUNC_OFFSET(16533, glColorFragmentOp1ATI, glColorFragmentOp1ATI, NULL, 959),
+ NAME_FUNC_OFFSET(16555, glColorFragmentOp2ATI, glColorFragmentOp2ATI, NULL, 960),
+ NAME_FUNC_OFFSET(16577, glColorFragmentOp3ATI, glColorFragmentOp3ATI, NULL, 961),
+ NAME_FUNC_OFFSET(16599, glDeleteFragmentShaderATI, glDeleteFragmentShaderATI, NULL, 962),
+ NAME_FUNC_OFFSET(16625, glEndFragmentShaderATI, glEndFragmentShaderATI, NULL, 963),
+ NAME_FUNC_OFFSET(16648, glGenFragmentShadersATI, glGenFragmentShadersATI, NULL, 964),
+ NAME_FUNC_OFFSET(16672, glPassTexCoordATI, glPassTexCoordATI, NULL, 965),
+ NAME_FUNC_OFFSET(16690, glSampleMapATI, glSampleMapATI, NULL, 966),
+ NAME_FUNC_OFFSET(16705, glSetFragmentShaderConstantATI, glSetFragmentShaderConstantATI, NULL, 967),
+ NAME_FUNC_OFFSET(16736, gl_dispatch_stub_968, gl_dispatch_stub_968, NULL, 968),
+ NAME_FUNC_OFFSET(16759, gl_dispatch_stub_969, gl_dispatch_stub_969, NULL, 969),
+ NAME_FUNC_OFFSET(16782, gl_dispatch_stub_970, gl_dispatch_stub_970, NULL, 970),
+ NAME_FUNC_OFFSET(16805, glGetProgramNamedParameterdvNV, glGetProgramNamedParameterdvNV, NULL, 971),
+ NAME_FUNC_OFFSET(16836, glGetProgramNamedParameterfvNV, glGetProgramNamedParameterfvNV, NULL, 972),
+ NAME_FUNC_OFFSET(16867, glProgramNamedParameter4dNV, glProgramNamedParameter4dNV, NULL, 973),
+ NAME_FUNC_OFFSET(16895, glProgramNamedParameter4dvNV, glProgramNamedParameter4dvNV, NULL, 974),
+ NAME_FUNC_OFFSET(16924, glProgramNamedParameter4fNV, glProgramNamedParameter4fNV, NULL, 975),
+ NAME_FUNC_OFFSET(16952, glProgramNamedParameter4fvNV, glProgramNamedParameter4fvNV, NULL, 976),
+ NAME_FUNC_OFFSET(16981, glPrimitiveRestartNV, glPrimitiveRestartNV, NULL, 977),
+ NAME_FUNC_OFFSET(17002, gl_dispatch_stub_978, gl_dispatch_stub_978, NULL, 978),
+ NAME_FUNC_OFFSET(17019, gl_dispatch_stub_979, gl_dispatch_stub_979, NULL, 979),
+ NAME_FUNC_OFFSET(17032, gl_dispatch_stub_980, gl_dispatch_stub_980, NULL, 980),
+ NAME_FUNC_OFFSET(17046, gl_dispatch_stub_981, gl_dispatch_stub_981, NULL, 981),
+ NAME_FUNC_OFFSET(17063, glBindFramebufferEXT, glBindFramebufferEXT, NULL, 982),
+ NAME_FUNC_OFFSET(17084, glBindRenderbufferEXT, glBindRenderbufferEXT, NULL, 983),
+ NAME_FUNC_OFFSET(17106, gl_dispatch_stub_984, gl_dispatch_stub_984, NULL, 984),
+ NAME_FUNC_OFFSET(17130, gl_dispatch_stub_985, gl_dispatch_stub_985, NULL, 985),
+ NAME_FUNC_OFFSET(17160, glVertexAttribI1iEXT, glVertexAttribI1iEXT, NULL, 986),
+ NAME_FUNC_OFFSET(17181, glVertexAttribI1uiEXT, glVertexAttribI1uiEXT, NULL, 987),
+ NAME_FUNC_OFFSET(17203, glVertexAttribI2iEXT, glVertexAttribI2iEXT, NULL, 988),
+ NAME_FUNC_OFFSET(17224, glVertexAttribI2ivEXT, glVertexAttribI2ivEXT, NULL, 989),
+ NAME_FUNC_OFFSET(17246, glVertexAttribI2uiEXT, glVertexAttribI2uiEXT, NULL, 990),
+ NAME_FUNC_OFFSET(17268, glVertexAttribI2uivEXT, glVertexAttribI2uivEXT, NULL, 991),
+ NAME_FUNC_OFFSET(17291, glVertexAttribI3iEXT, glVertexAttribI3iEXT, NULL, 992),
+ NAME_FUNC_OFFSET(17312, glVertexAttribI3ivEXT, glVertexAttribI3ivEXT, NULL, 993),
+ NAME_FUNC_OFFSET(17334, glVertexAttribI3uiEXT, glVertexAttribI3uiEXT, NULL, 994),
+ NAME_FUNC_OFFSET(17356, glVertexAttribI3uivEXT, glVertexAttribI3uivEXT, NULL, 995),
+ NAME_FUNC_OFFSET(17379, glVertexAttribI4iEXT, glVertexAttribI4iEXT, NULL, 996),
+ NAME_FUNC_OFFSET(17400, glVertexAttribI4ivEXT, glVertexAttribI4ivEXT, NULL, 997),
+ NAME_FUNC_OFFSET(17422, glVertexAttribI4uiEXT, glVertexAttribI4uiEXT, NULL, 998),
+ NAME_FUNC_OFFSET(17444, glVertexAttribI4uivEXT, glVertexAttribI4uivEXT, NULL, 999),
+ NAME_FUNC_OFFSET(17467, glClearColorIiEXT, glClearColorIiEXT, NULL, 1000),
+ NAME_FUNC_OFFSET(17485, glClearColorIuiEXT, glClearColorIuiEXT, NULL, 1001),
+ NAME_FUNC_OFFSET(17504, glBindBufferOffsetEXT, glBindBufferOffsetEXT, NULL, 1002),
+ NAME_FUNC_OFFSET(17526, glBeginPerfMonitorAMD, glBeginPerfMonitorAMD, NULL, 1003),
+ NAME_FUNC_OFFSET(17548, glDeletePerfMonitorsAMD, glDeletePerfMonitorsAMD, NULL, 1004),
+ NAME_FUNC_OFFSET(17572, glEndPerfMonitorAMD, glEndPerfMonitorAMD, NULL, 1005),
+ NAME_FUNC_OFFSET(17592, glGenPerfMonitorsAMD, glGenPerfMonitorsAMD, NULL, 1006),
+ NAME_FUNC_OFFSET(17613, glGetPerfMonitorCounterDataAMD, glGetPerfMonitorCounterDataAMD, NULL, 1007),
+ NAME_FUNC_OFFSET(17644, glGetPerfMonitorCounterInfoAMD, glGetPerfMonitorCounterInfoAMD, NULL, 1008),
+ NAME_FUNC_OFFSET(17675, glGetPerfMonitorCounterStringAMD, glGetPerfMonitorCounterStringAMD, NULL, 1009),
+ NAME_FUNC_OFFSET(17708, glGetPerfMonitorCountersAMD, glGetPerfMonitorCountersAMD, NULL, 1010),
+ NAME_FUNC_OFFSET(17736, glGetPerfMonitorGroupStringAMD, glGetPerfMonitorGroupStringAMD, NULL, 1011),
+ NAME_FUNC_OFFSET(17767, glGetPerfMonitorGroupsAMD, glGetPerfMonitorGroupsAMD, NULL, 1012),
+ NAME_FUNC_OFFSET(17793, glSelectPerfMonitorCountersAMD, glSelectPerfMonitorCountersAMD, NULL, 1013),
+ NAME_FUNC_OFFSET(17824, glGetObjectParameterivAPPLE, glGetObjectParameterivAPPLE, NULL, 1014),
+ NAME_FUNC_OFFSET(17852, glObjectPurgeableAPPLE, glObjectPurgeableAPPLE, NULL, 1015),
+ NAME_FUNC_OFFSET(17875, glObjectUnpurgeableAPPLE, glObjectUnpurgeableAPPLE, NULL, 1016),
+ NAME_FUNC_OFFSET(17900, glActiveProgramEXT, glActiveProgramEXT, NULL, 1017),
+ NAME_FUNC_OFFSET(17919, glCreateShaderProgramEXT, glCreateShaderProgramEXT, NULL, 1018),
+ NAME_FUNC_OFFSET(17944, glUseShaderProgramEXT, glUseShaderProgramEXT, NULL, 1019),
+ NAME_FUNC_OFFSET(17966, glTextureBarrierNV, glTextureBarrierNV, NULL, 1020),
+ NAME_FUNC_OFFSET(17985, glVDPAUFiniNV, glVDPAUFiniNV, NULL, 1021),
+ NAME_FUNC_OFFSET(17999, glVDPAUGetSurfaceivNV, glVDPAUGetSurfaceivNV, NULL, 1022),
+ NAME_FUNC_OFFSET(18021, glVDPAUInitNV, glVDPAUInitNV, NULL, 1023),
+ NAME_FUNC_OFFSET(18035, glVDPAUIsSurfaceNV, glVDPAUIsSurfaceNV, NULL, 1024),
+ NAME_FUNC_OFFSET(18054, glVDPAUMapSurfacesNV, glVDPAUMapSurfacesNV, NULL, 1025),
+ NAME_FUNC_OFFSET(18075, glVDPAURegisterOutputSurfaceNV, glVDPAURegisterOutputSurfaceNV, NULL, 1026),
+ NAME_FUNC_OFFSET(18106, glVDPAURegisterVideoSurfaceNV, glVDPAURegisterVideoSurfaceNV, NULL, 1027),
+ NAME_FUNC_OFFSET(18136, glVDPAUSurfaceAccessNV, glVDPAUSurfaceAccessNV, NULL, 1028),
+ NAME_FUNC_OFFSET(18159, glVDPAUUnmapSurfacesNV, glVDPAUUnmapSurfacesNV, NULL, 1029),
+ NAME_FUNC_OFFSET(18182, glVDPAUUnregisterSurfaceNV, glVDPAUUnregisterSurfaceNV, NULL, 1030),
+ NAME_FUNC_OFFSET(18209, gl_dispatch_stub_1031, gl_dispatch_stub_1031, NULL, 1031),
+ NAME_FUNC_OFFSET(18234, gl_dispatch_stub_1032, gl_dispatch_stub_1032, NULL, 1032),
+ NAME_FUNC_OFFSET(18263, gl_dispatch_stub_1033, gl_dispatch_stub_1033, NULL, 1033),
+ NAME_FUNC_OFFSET(18294, glEGLImageTargetRenderbufferStorageOES, glEGLImageTargetRenderbufferStorageOES, NULL, 1034),
+ NAME_FUNC_OFFSET(18333, glEGLImageTargetTexture2DOES, glEGLImageTargetTexture2DOES, NULL, 1035),
+ NAME_FUNC_OFFSET(18362, gl_dispatch_stub_1036, gl_dispatch_stub_1036, NULL, 1036),
+ NAME_FUNC_OFFSET(18375, gl_dispatch_stub_1037, gl_dispatch_stub_1037, NULL, 1037),
+ NAME_FUNC_OFFSET(18389, gl_dispatch_stub_1038, gl_dispatch_stub_1038, NULL, 1038),
+ NAME_FUNC_OFFSET(18403, gl_dispatch_stub_1039, gl_dispatch_stub_1039, NULL, 1039),
+ NAME_FUNC_OFFSET(18413, gl_dispatch_stub_1040, gl_dispatch_stub_1040, NULL, 1040),
+ NAME_FUNC_OFFSET(18427, gl_dispatch_stub_1041, gl_dispatch_stub_1041, NULL, 1041),
+ NAME_FUNC_OFFSET(18434, gl_dispatch_stub_1042, gl_dispatch_stub_1042, NULL, 1042),
+ NAME_FUNC_OFFSET(18442, gl_dispatch_stub_1043, gl_dispatch_stub_1043, NULL, 1043),
+ NAME_FUNC_OFFSET(18453, gl_dispatch_stub_1044, gl_dispatch_stub_1044, NULL, 1044),
+ NAME_FUNC_OFFSET(18464, gl_dispatch_stub_1045, gl_dispatch_stub_1045, NULL, 1045),
+ NAME_FUNC_OFFSET(18478, gl_dispatch_stub_1046, gl_dispatch_stub_1046, NULL, 1046),
+ NAME_FUNC_OFFSET(18493, gl_dispatch_stub_1047, gl_dispatch_stub_1047, NULL, 1047),
+ NAME_FUNC_OFFSET(18502, gl_dispatch_stub_1048, gl_dispatch_stub_1048, NULL, 1048),
+ NAME_FUNC_OFFSET(18512, gl_dispatch_stub_1049, gl_dispatch_stub_1049, NULL, 1049),
+ NAME_FUNC_OFFSET(18525, gl_dispatch_stub_1050, gl_dispatch_stub_1050, NULL, 1050),
+ NAME_FUNC_OFFSET(18539, gl_dispatch_stub_1051, gl_dispatch_stub_1051, NULL, 1051),
+ NAME_FUNC_OFFSET(18551, gl_dispatch_stub_1052, gl_dispatch_stub_1052, NULL, 1052),
+ NAME_FUNC_OFFSET(18564, gl_dispatch_stub_1053, gl_dispatch_stub_1053, NULL, 1053),
+ NAME_FUNC_OFFSET(18578, gl_dispatch_stub_1054, gl_dispatch_stub_1054, NULL, 1054),
+ NAME_FUNC_OFFSET(18596, gl_dispatch_stub_1055, gl_dispatch_stub_1055, NULL, 1055),
+ NAME_FUNC_OFFSET(18607, gl_dispatch_stub_1056, gl_dispatch_stub_1056, NULL, 1056),
+ NAME_FUNC_OFFSET(18616, gl_dispatch_stub_1057, gl_dispatch_stub_1057, NULL, 1057),
+ NAME_FUNC_OFFSET(18625, gl_dispatch_stub_1058, gl_dispatch_stub_1058, NULL, 1058),
+ NAME_FUNC_OFFSET(18638, gl_dispatch_stub_1059, gl_dispatch_stub_1059, NULL, 1059),
+ NAME_FUNC_OFFSET(18655, gl_dispatch_stub_1060, gl_dispatch_stub_1060, NULL, 1060),
+ NAME_FUNC_OFFSET(18665, gl_dispatch_stub_1061, gl_dispatch_stub_1061, NULL, 1061),
+ NAME_FUNC_OFFSET(18683, gl_dispatch_stub_1062, gl_dispatch_stub_1062, NULL, 1062),
+ NAME_FUNC_OFFSET(18692, gl_dispatch_stub_1063, gl_dispatch_stub_1063, NULL, 1063),
+ NAME_FUNC_OFFSET(18702, gl_dispatch_stub_1064, gl_dispatch_stub_1064, NULL, 1064),
+ NAME_FUNC_OFFSET(18713, gl_dispatch_stub_1065, gl_dispatch_stub_1065, NULL, 1065),
+ NAME_FUNC_OFFSET(18729, gl_dispatch_stub_1066, gl_dispatch_stub_1066, NULL, 1066),
+ NAME_FUNC_OFFSET(18742, gl_dispatch_stub_1067, gl_dispatch_stub_1067, NULL, 1067),
+ NAME_FUNC_OFFSET(18755, gl_dispatch_stub_1068, gl_dispatch_stub_1068, NULL, 1068),
+ NAME_FUNC_OFFSET(18768, gl_dispatch_stub_1069, gl_dispatch_stub_1069, NULL, 1069),
+ NAME_FUNC_OFFSET(18784, gl_dispatch_stub_1070, gl_dispatch_stub_1070, NULL, 1070),
+ NAME_FUNC_OFFSET(18800, gl_dispatch_stub_1071, gl_dispatch_stub_1071, NULL, 1071),
+ NAME_FUNC_OFFSET(18812, gl_dispatch_stub_1072, gl_dispatch_stub_1072, NULL, 1072),
+ NAME_FUNC_OFFSET(18825, gl_dispatch_stub_1073, gl_dispatch_stub_1073, NULL, 1073),
+ NAME_FUNC_OFFSET(18841, gl_dispatch_stub_1074, gl_dispatch_stub_1074, NULL, 1074),
+ NAME_FUNC_OFFSET(18855, gl_dispatch_stub_1075, gl_dispatch_stub_1075, NULL, 1075),
+ NAME_FUNC_OFFSET(18875, gl_dispatch_stub_1076, gl_dispatch_stub_1076, NULL, 1076),
+ NAME_FUNC_OFFSET(18893, gl_dispatch_stub_1077, gl_dispatch_stub_1077, NULL, 1077),
+ NAME_FUNC_OFFSET(18912, gl_dispatch_stub_1078, gl_dispatch_stub_1078, NULL, 1078),
+ NAME_FUNC_OFFSET(18929, glTexGenf, glTexGenf, NULL, 190),
+ NAME_FUNC_OFFSET(18942, glTexGenfv, glTexGenfv, NULL, 191),
+ NAME_FUNC_OFFSET(18956, glTexGeni, glTexGeni, NULL, 192),
+ NAME_FUNC_OFFSET(18969, glTexGeniv, glTexGeniv, NULL, 193),
+ NAME_FUNC_OFFSET(18983, glReadBuffer, glReadBuffer, NULL, 254),
+ NAME_FUNC_OFFSET(18998, glGetTexGenfv, glGetTexGenfv, NULL, 279),
+ NAME_FUNC_OFFSET(19015, glGetTexGeniv, glGetTexGeniv, NULL, 280),
+ NAME_FUNC_OFFSET(19032, glArrayElement, glArrayElement, NULL, 306),
+ NAME_FUNC_OFFSET(19050, glBindTexture, glBindTexture, NULL, 307),
+ NAME_FUNC_OFFSET(19067, glDrawArrays, glDrawArrays, NULL, 310),
+ NAME_FUNC_OFFSET(19083, glAreTexturesResident, glAreTexturesResidentEXT, glAreTexturesResidentEXT, 322),
+ NAME_FUNC_OFFSET(19108, glCopyTexImage1D, glCopyTexImage1D, NULL, 323),
+ NAME_FUNC_OFFSET(19128, glCopyTexImage2D, glCopyTexImage2D, NULL, 324),
+ NAME_FUNC_OFFSET(19148, glCopyTexSubImage1D, glCopyTexSubImage1D, NULL, 325),
+ NAME_FUNC_OFFSET(19171, glCopyTexSubImage2D, glCopyTexSubImage2D, NULL, 326),
+ NAME_FUNC_OFFSET(19194, glDeleteTextures, glDeleteTexturesEXT, glDeleteTexturesEXT, 327),
+ NAME_FUNC_OFFSET(19214, glGenTextures, glGenTexturesEXT, glGenTexturesEXT, 328),
+ NAME_FUNC_OFFSET(19231, glGetPointerv, glGetPointerv, NULL, 329),
+ NAME_FUNC_OFFSET(19248, glIsTexture, glIsTextureEXT, glIsTextureEXT, 330),
+ NAME_FUNC_OFFSET(19263, glPrioritizeTextures, glPrioritizeTextures, NULL, 331),
+ NAME_FUNC_OFFSET(19287, glTexSubImage1D, glTexSubImage1D, NULL, 332),
+ NAME_FUNC_OFFSET(19306, glTexSubImage2D, glTexSubImage2D, NULL, 333),
+ NAME_FUNC_OFFSET(19325, glBlendColor, glBlendColor, NULL, 336),
+ NAME_FUNC_OFFSET(19341, glBlendEquation, glBlendEquation, NULL, 337),
+ NAME_FUNC_OFFSET(19360, glBlendEquation, glBlendEquation, NULL, 337),
+ NAME_FUNC_OFFSET(19379, glDrawRangeElements, glDrawRangeElements, NULL, 338),
+ NAME_FUNC_OFFSET(19402, glColorTable, glColorTable, NULL, 339),
+ NAME_FUNC_OFFSET(19418, glColorTable, glColorTable, NULL, 339),
+ NAME_FUNC_OFFSET(19434, glColorTableParameterfv, glColorTableParameterfv, NULL, 340),
+ NAME_FUNC_OFFSET(19461, glColorTableParameteriv, glColorTableParameteriv, NULL, 341),
+ NAME_FUNC_OFFSET(19488, glCopyColorTable, glCopyColorTable, NULL, 342),
+ NAME_FUNC_OFFSET(19508, glGetColorTable, glGetColorTableEXT, glGetColorTableEXT, 343),
+ NAME_FUNC_OFFSET(19527, glGetColorTable, glGetColorTableEXT, glGetColorTableEXT, 343),
+ NAME_FUNC_OFFSET(19546, glGetColorTableParameterfv, glGetColorTableParameterfvEXT, glGetColorTableParameterfvEXT, 344),
+ NAME_FUNC_OFFSET(19576, glGetColorTableParameterfv, glGetColorTableParameterfvEXT, glGetColorTableParameterfvEXT, 344),
+ NAME_FUNC_OFFSET(19606, glGetColorTableParameteriv, glGetColorTableParameterivEXT, glGetColorTableParameterivEXT, 345),
+ NAME_FUNC_OFFSET(19636, glGetColorTableParameteriv, glGetColorTableParameterivEXT, glGetColorTableParameterivEXT, 345),
+ NAME_FUNC_OFFSET(19666, glColorSubTable, glColorSubTable, NULL, 346),
+ NAME_FUNC_OFFSET(19685, glCopyColorSubTable, glCopyColorSubTable, NULL, 347),
+ NAME_FUNC_OFFSET(19708, glConvolutionFilter1D, glConvolutionFilter1D, NULL, 348),
+ NAME_FUNC_OFFSET(19733, glConvolutionFilter2D, glConvolutionFilter2D, NULL, 349),
+ NAME_FUNC_OFFSET(19758, glConvolutionParameterf, glConvolutionParameterf, NULL, 350),
+ NAME_FUNC_OFFSET(19785, glConvolutionParameterfv, glConvolutionParameterfv, NULL, 351),
+ NAME_FUNC_OFFSET(19813, glConvolutionParameteri, glConvolutionParameteri, NULL, 352),
+ NAME_FUNC_OFFSET(19840, glConvolutionParameteriv, glConvolutionParameteriv, NULL, 353),
+ NAME_FUNC_OFFSET(19868, glCopyConvolutionFilter1D, glCopyConvolutionFilter1D, NULL, 354),
+ NAME_FUNC_OFFSET(19897, glCopyConvolutionFilter2D, glCopyConvolutionFilter2D, NULL, 355),
+ NAME_FUNC_OFFSET(19926, glGetConvolutionFilter, gl_dispatch_stub_356, gl_dispatch_stub_356, 356),
+ NAME_FUNC_OFFSET(19952, glGetConvolutionParameterfv, gl_dispatch_stub_357, gl_dispatch_stub_357, 357),
+ NAME_FUNC_OFFSET(19983, glGetConvolutionParameteriv, gl_dispatch_stub_358, gl_dispatch_stub_358, 358),
+ NAME_FUNC_OFFSET(20014, glGetSeparableFilter, gl_dispatch_stub_359, gl_dispatch_stub_359, 359),
+ NAME_FUNC_OFFSET(20038, glSeparableFilter2D, glSeparableFilter2D, NULL, 360),
+ NAME_FUNC_OFFSET(20061, glGetHistogram, gl_dispatch_stub_361, gl_dispatch_stub_361, 361),
+ NAME_FUNC_OFFSET(20079, glGetHistogramParameterfv, gl_dispatch_stub_362, gl_dispatch_stub_362, 362),
+ NAME_FUNC_OFFSET(20108, glGetHistogramParameteriv, gl_dispatch_stub_363, gl_dispatch_stub_363, 363),
+ NAME_FUNC_OFFSET(20137, glGetMinmax, gl_dispatch_stub_364, gl_dispatch_stub_364, 364),
+ NAME_FUNC_OFFSET(20152, glGetMinmaxParameterfv, gl_dispatch_stub_365, gl_dispatch_stub_365, 365),
+ NAME_FUNC_OFFSET(20178, glGetMinmaxParameteriv, gl_dispatch_stub_366, gl_dispatch_stub_366, 366),
+ NAME_FUNC_OFFSET(20204, glHistogram, glHistogram, NULL, 367),
+ NAME_FUNC_OFFSET(20219, glMinmax, glMinmax, NULL, 368),
+ NAME_FUNC_OFFSET(20231, glResetHistogram, glResetHistogram, NULL, 369),
+ NAME_FUNC_OFFSET(20251, glResetMinmax, glResetMinmax, NULL, 370),
+ NAME_FUNC_OFFSET(20268, glTexImage3D, glTexImage3D, NULL, 371),
+ NAME_FUNC_OFFSET(20284, glTexImage3D, glTexImage3D, NULL, 371),
+ NAME_FUNC_OFFSET(20300, glTexSubImage3D, glTexSubImage3D, NULL, 372),
+ NAME_FUNC_OFFSET(20319, glTexSubImage3D, glTexSubImage3D, NULL, 372),
+ NAME_FUNC_OFFSET(20338, glCopyTexSubImage3D, glCopyTexSubImage3D, NULL, 373),
+ NAME_FUNC_OFFSET(20361, glCopyTexSubImage3D, glCopyTexSubImage3D, NULL, 373),
+ NAME_FUNC_OFFSET(20384, glActiveTexture, glActiveTexture, NULL, 374),
+ NAME_FUNC_OFFSET(20403, glClientActiveTexture, glClientActiveTexture, NULL, 375),
+ NAME_FUNC_OFFSET(20428, glMultiTexCoord1d, glMultiTexCoord1d, NULL, 376),
+ NAME_FUNC_OFFSET(20449, glMultiTexCoord1dv, glMultiTexCoord1dv, NULL, 377),
+ NAME_FUNC_OFFSET(20471, glMultiTexCoord1fARB, glMultiTexCoord1fARB, NULL, 378),
+ NAME_FUNC_OFFSET(20489, glMultiTexCoord1fvARB, glMultiTexCoord1fvARB, NULL, 379),
+ NAME_FUNC_OFFSET(20508, glMultiTexCoord1i, glMultiTexCoord1i, NULL, 380),
+ NAME_FUNC_OFFSET(20529, glMultiTexCoord1iv, glMultiTexCoord1iv, NULL, 381),
+ NAME_FUNC_OFFSET(20551, glMultiTexCoord1s, glMultiTexCoord1s, NULL, 382),
+ NAME_FUNC_OFFSET(20572, glMultiTexCoord1sv, glMultiTexCoord1sv, NULL, 383),
+ NAME_FUNC_OFFSET(20594, glMultiTexCoord2d, glMultiTexCoord2d, NULL, 384),
+ NAME_FUNC_OFFSET(20615, glMultiTexCoord2dv, glMultiTexCoord2dv, NULL, 385),
+ NAME_FUNC_OFFSET(20637, glMultiTexCoord2fARB, glMultiTexCoord2fARB, NULL, 386),
+ NAME_FUNC_OFFSET(20655, glMultiTexCoord2fvARB, glMultiTexCoord2fvARB, NULL, 387),
+ NAME_FUNC_OFFSET(20674, glMultiTexCoord2i, glMultiTexCoord2i, NULL, 388),
+ NAME_FUNC_OFFSET(20695, glMultiTexCoord2iv, glMultiTexCoord2iv, NULL, 389),
+ NAME_FUNC_OFFSET(20717, glMultiTexCoord2s, glMultiTexCoord2s, NULL, 390),
+ NAME_FUNC_OFFSET(20738, glMultiTexCoord2sv, glMultiTexCoord2sv, NULL, 391),
+ NAME_FUNC_OFFSET(20760, glMultiTexCoord3d, glMultiTexCoord3d, NULL, 392),
+ NAME_FUNC_OFFSET(20781, glMultiTexCoord3dv, glMultiTexCoord3dv, NULL, 393),
+ NAME_FUNC_OFFSET(20803, glMultiTexCoord3fARB, glMultiTexCoord3fARB, NULL, 394),
+ NAME_FUNC_OFFSET(20821, glMultiTexCoord3fvARB, glMultiTexCoord3fvARB, NULL, 395),
+ NAME_FUNC_OFFSET(20840, glMultiTexCoord3i, glMultiTexCoord3i, NULL, 396),
+ NAME_FUNC_OFFSET(20861, glMultiTexCoord3iv, glMultiTexCoord3iv, NULL, 397),
+ NAME_FUNC_OFFSET(20883, glMultiTexCoord3s, glMultiTexCoord3s, NULL, 398),
+ NAME_FUNC_OFFSET(20904, glMultiTexCoord3sv, glMultiTexCoord3sv, NULL, 399),
+ NAME_FUNC_OFFSET(20926, glMultiTexCoord4d, glMultiTexCoord4d, NULL, 400),
+ NAME_FUNC_OFFSET(20947, glMultiTexCoord4dv, glMultiTexCoord4dv, NULL, 401),
+ NAME_FUNC_OFFSET(20969, glMultiTexCoord4fARB, glMultiTexCoord4fARB, NULL, 402),
+ NAME_FUNC_OFFSET(20987, glMultiTexCoord4fvARB, glMultiTexCoord4fvARB, NULL, 403),
+ NAME_FUNC_OFFSET(21006, glMultiTexCoord4i, glMultiTexCoord4i, NULL, 404),
+ NAME_FUNC_OFFSET(21027, glMultiTexCoord4iv, glMultiTexCoord4iv, NULL, 405),
+ NAME_FUNC_OFFSET(21049, glMultiTexCoord4s, glMultiTexCoord4s, NULL, 406),
+ NAME_FUNC_OFFSET(21070, glMultiTexCoord4sv, glMultiTexCoord4sv, NULL, 407),
+ NAME_FUNC_OFFSET(21092, glCompressedTexImage1D, glCompressedTexImage1D, NULL, 408),
+ NAME_FUNC_OFFSET(21118, glCompressedTexImage2D, glCompressedTexImage2D, NULL, 409),
+ NAME_FUNC_OFFSET(21144, glCompressedTexImage3D, glCompressedTexImage3D, NULL, 410),
+ NAME_FUNC_OFFSET(21170, glCompressedTexImage3D, glCompressedTexImage3D, NULL, 410),
+ NAME_FUNC_OFFSET(21196, glCompressedTexSubImage1D, glCompressedTexSubImage1D, NULL, 411),
+ NAME_FUNC_OFFSET(21225, glCompressedTexSubImage2D, glCompressedTexSubImage2D, NULL, 412),
+ NAME_FUNC_OFFSET(21254, glCompressedTexSubImage3D, glCompressedTexSubImage3D, NULL, 413),
+ NAME_FUNC_OFFSET(21283, glCompressedTexSubImage3D, glCompressedTexSubImage3D, NULL, 413),
+ NAME_FUNC_OFFSET(21312, glGetCompressedTexImage, glGetCompressedTexImage, NULL, 414),
+ NAME_FUNC_OFFSET(21339, glLoadTransposeMatrixd, glLoadTransposeMatrixd, NULL, 415),
+ NAME_FUNC_OFFSET(21365, glLoadTransposeMatrixf, glLoadTransposeMatrixf, NULL, 416),
+ NAME_FUNC_OFFSET(21391, glMultTransposeMatrixd, glMultTransposeMatrixd, NULL, 417),
+ NAME_FUNC_OFFSET(21417, glMultTransposeMatrixf, glMultTransposeMatrixf, NULL, 418),
+ NAME_FUNC_OFFSET(21443, glSampleCoverage, glSampleCoverage, NULL, 419),
+ NAME_FUNC_OFFSET(21463, glBlendFuncSeparate, glBlendFuncSeparate, NULL, 420),
+ NAME_FUNC_OFFSET(21486, glBlendFuncSeparate, glBlendFuncSeparate, NULL, 420),
+ NAME_FUNC_OFFSET(21510, glBlendFuncSeparate, glBlendFuncSeparate, NULL, 420),
+ NAME_FUNC_OFFSET(21533, glFogCoordPointer, glFogCoordPointer, NULL, 421),
+ NAME_FUNC_OFFSET(21554, glFogCoordd, glFogCoordd, NULL, 422),
+ NAME_FUNC_OFFSET(21569, glFogCoorddv, glFogCoorddv, NULL, 423),
+ NAME_FUNC_OFFSET(21585, glMultiDrawArrays, glMultiDrawArrays, NULL, 424),
+ NAME_FUNC_OFFSET(21606, glPointParameterf, glPointParameterf, NULL, 425),
+ NAME_FUNC_OFFSET(21627, glPointParameterf, glPointParameterf, NULL, 425),
+ NAME_FUNC_OFFSET(21648, glPointParameterf, glPointParameterf, NULL, 425),
+ NAME_FUNC_OFFSET(21670, glPointParameterfv, glPointParameterfv, NULL, 426),
+ NAME_FUNC_OFFSET(21692, glPointParameterfv, glPointParameterfv, NULL, 426),
+ NAME_FUNC_OFFSET(21714, glPointParameterfv, glPointParameterfv, NULL, 426),
+ NAME_FUNC_OFFSET(21737, glPointParameteri, glPointParameteri, NULL, 427),
+ NAME_FUNC_OFFSET(21757, glPointParameteriv, glPointParameteriv, NULL, 428),
+ NAME_FUNC_OFFSET(21778, glSecondaryColor3b, glSecondaryColor3b, NULL, 429),
+ NAME_FUNC_OFFSET(21800, glSecondaryColor3bv, glSecondaryColor3bv, NULL, 430),
+ NAME_FUNC_OFFSET(21823, glSecondaryColor3d, glSecondaryColor3d, NULL, 431),
+ NAME_FUNC_OFFSET(21845, glSecondaryColor3dv, glSecondaryColor3dv, NULL, 432),
+ NAME_FUNC_OFFSET(21868, glSecondaryColor3i, glSecondaryColor3i, NULL, 433),
+ NAME_FUNC_OFFSET(21890, glSecondaryColor3iv, glSecondaryColor3iv, NULL, 434),
+ NAME_FUNC_OFFSET(21913, glSecondaryColor3s, glSecondaryColor3s, NULL, 435),
+ NAME_FUNC_OFFSET(21935, glSecondaryColor3sv, glSecondaryColor3sv, NULL, 436),
+ NAME_FUNC_OFFSET(21958, glSecondaryColor3ub, glSecondaryColor3ub, NULL, 437),
+ NAME_FUNC_OFFSET(21981, glSecondaryColor3ubv, glSecondaryColor3ubv, NULL, 438),
+ NAME_FUNC_OFFSET(22005, glSecondaryColor3ui, glSecondaryColor3ui, NULL, 439),
+ NAME_FUNC_OFFSET(22028, glSecondaryColor3uiv, glSecondaryColor3uiv, NULL, 440),
+ NAME_FUNC_OFFSET(22052, glSecondaryColor3us, glSecondaryColor3us, NULL, 441),
+ NAME_FUNC_OFFSET(22075, glSecondaryColor3usv, glSecondaryColor3usv, NULL, 442),
+ NAME_FUNC_OFFSET(22099, glSecondaryColorPointer, glSecondaryColorPointer, NULL, 443),
+ NAME_FUNC_OFFSET(22126, glWindowPos2d, glWindowPos2d, NULL, 444),
+ NAME_FUNC_OFFSET(22143, glWindowPos2d, glWindowPos2d, NULL, 444),
+ NAME_FUNC_OFFSET(22161, glWindowPos2dv, glWindowPos2dv, NULL, 445),
+ NAME_FUNC_OFFSET(22179, glWindowPos2dv, glWindowPos2dv, NULL, 445),
+ NAME_FUNC_OFFSET(22198, glWindowPos2f, glWindowPos2f, NULL, 446),
+ NAME_FUNC_OFFSET(22215, glWindowPos2f, glWindowPos2f, NULL, 446),
+ NAME_FUNC_OFFSET(22233, glWindowPos2fv, glWindowPos2fv, NULL, 447),
+ NAME_FUNC_OFFSET(22251, glWindowPos2fv, glWindowPos2fv, NULL, 447),
+ NAME_FUNC_OFFSET(22270, glWindowPos2i, glWindowPos2i, NULL, 448),
+ NAME_FUNC_OFFSET(22287, glWindowPos2i, glWindowPos2i, NULL, 448),
+ NAME_FUNC_OFFSET(22305, glWindowPos2iv, glWindowPos2iv, NULL, 449),
+ NAME_FUNC_OFFSET(22323, glWindowPos2iv, glWindowPos2iv, NULL, 449),
+ NAME_FUNC_OFFSET(22342, glWindowPos2s, glWindowPos2s, NULL, 450),
+ NAME_FUNC_OFFSET(22359, glWindowPos2s, glWindowPos2s, NULL, 450),
+ NAME_FUNC_OFFSET(22377, glWindowPos2sv, glWindowPos2sv, NULL, 451),
+ NAME_FUNC_OFFSET(22395, glWindowPos2sv, glWindowPos2sv, NULL, 451),
+ NAME_FUNC_OFFSET(22414, glWindowPos3d, glWindowPos3d, NULL, 452),
+ NAME_FUNC_OFFSET(22431, glWindowPos3d, glWindowPos3d, NULL, 452),
+ NAME_FUNC_OFFSET(22449, glWindowPos3dv, glWindowPos3dv, NULL, 453),
+ NAME_FUNC_OFFSET(22467, glWindowPos3dv, glWindowPos3dv, NULL, 453),
+ NAME_FUNC_OFFSET(22486, glWindowPos3f, glWindowPos3f, NULL, 454),
+ NAME_FUNC_OFFSET(22503, glWindowPos3f, glWindowPos3f, NULL, 454),
+ NAME_FUNC_OFFSET(22521, glWindowPos3fv, glWindowPos3fv, NULL, 455),
+ NAME_FUNC_OFFSET(22539, glWindowPos3fv, glWindowPos3fv, NULL, 455),
+ NAME_FUNC_OFFSET(22558, glWindowPos3i, glWindowPos3i, NULL, 456),
+ NAME_FUNC_OFFSET(22575, glWindowPos3i, glWindowPos3i, NULL, 456),
+ NAME_FUNC_OFFSET(22593, glWindowPos3iv, glWindowPos3iv, NULL, 457),
+ NAME_FUNC_OFFSET(22611, glWindowPos3iv, glWindowPos3iv, NULL, 457),
+ NAME_FUNC_OFFSET(22630, glWindowPos3s, glWindowPos3s, NULL, 458),
+ NAME_FUNC_OFFSET(22647, glWindowPos3s, glWindowPos3s, NULL, 458),
+ NAME_FUNC_OFFSET(22665, glWindowPos3sv, glWindowPos3sv, NULL, 459),
+ NAME_FUNC_OFFSET(22683, glWindowPos3sv, glWindowPos3sv, NULL, 459),
+ NAME_FUNC_OFFSET(22702, glBeginQuery, glBeginQuery, NULL, 460),
+ NAME_FUNC_OFFSET(22718, glBindBuffer, glBindBuffer, NULL, 461),
+ NAME_FUNC_OFFSET(22734, glBufferData, glBufferData, NULL, 462),
+ NAME_FUNC_OFFSET(22750, glBufferSubData, glBufferSubData, NULL, 463),
+ NAME_FUNC_OFFSET(22769, glDeleteBuffers, glDeleteBuffers, NULL, 464),
+ NAME_FUNC_OFFSET(22788, glDeleteQueries, glDeleteQueries, NULL, 465),
+ NAME_FUNC_OFFSET(22807, glEndQuery, glEndQuery, NULL, 466),
+ NAME_FUNC_OFFSET(22821, glGenBuffers, glGenBuffers, NULL, 467),
+ NAME_FUNC_OFFSET(22837, glGenQueries, glGenQueries, NULL, 468),
+ NAME_FUNC_OFFSET(22853, glGetBufferParameteriv, glGetBufferParameteriv, NULL, 469),
+ NAME_FUNC_OFFSET(22879, glGetBufferPointerv, glGetBufferPointerv, NULL, 470),
+ NAME_FUNC_OFFSET(22902, glGetBufferPointerv, glGetBufferPointerv, NULL, 470),
+ NAME_FUNC_OFFSET(22925, glGetBufferSubData, glGetBufferSubData, NULL, 471),
+ NAME_FUNC_OFFSET(22947, glGetQueryObjectiv, glGetQueryObjectiv, NULL, 472),
+ NAME_FUNC_OFFSET(22969, glGetQueryObjectuiv, glGetQueryObjectuiv, NULL, 473),
+ NAME_FUNC_OFFSET(22992, glGetQueryiv, glGetQueryiv, NULL, 474),
+ NAME_FUNC_OFFSET(23008, glIsBuffer, glIsBuffer, NULL, 475),
+ NAME_FUNC_OFFSET(23022, glIsQuery, glIsQuery, NULL, 476),
+ NAME_FUNC_OFFSET(23035, glMapBuffer, glMapBuffer, NULL, 477),
+ NAME_FUNC_OFFSET(23050, glMapBuffer, glMapBuffer, NULL, 477),
+ NAME_FUNC_OFFSET(23065, glUnmapBuffer, glUnmapBuffer, NULL, 478),
+ NAME_FUNC_OFFSET(23082, glUnmapBuffer, glUnmapBuffer, NULL, 478),
+ NAME_FUNC_OFFSET(23099, glBindAttribLocation, glBindAttribLocation, NULL, 480),
+ NAME_FUNC_OFFSET(23123, glBlendEquationSeparate, glBlendEquationSeparate, NULL, 481),
+ NAME_FUNC_OFFSET(23150, glBlendEquationSeparate, glBlendEquationSeparate, NULL, 481),
+ NAME_FUNC_OFFSET(23177, glBlendEquationSeparate, glBlendEquationSeparate, NULL, 481),
+ NAME_FUNC_OFFSET(23204, glCompileShader, glCompileShader, NULL, 482),
+ NAME_FUNC_OFFSET(23223, glDisableVertexAttribArray, glDisableVertexAttribArray, NULL, 488),
+ NAME_FUNC_OFFSET(23253, glDrawBuffers, glDrawBuffers, NULL, 489),
+ NAME_FUNC_OFFSET(23270, glDrawBuffers, glDrawBuffers, NULL, 489),
+ NAME_FUNC_OFFSET(23287, glDrawBuffers, glDrawBuffers, NULL, 489),
+ NAME_FUNC_OFFSET(23303, glEnableVertexAttribArray, glEnableVertexAttribArray, NULL, 490),
+ NAME_FUNC_OFFSET(23332, glGetActiveAttrib, glGetActiveAttrib, NULL, 491),
+ NAME_FUNC_OFFSET(23353, glGetActiveUniform, glGetActiveUniform, NULL, 492),
+ NAME_FUNC_OFFSET(23375, glGetAttribLocation, glGetAttribLocation, NULL, 494),
+ NAME_FUNC_OFFSET(23398, glGetShaderSource, glGetShaderSource, NULL, 498),
+ NAME_FUNC_OFFSET(23419, glGetUniformLocation, glGetUniformLocation, NULL, 500),
+ NAME_FUNC_OFFSET(23443, glGetUniformfv, glGetUniformfv, NULL, 501),
+ NAME_FUNC_OFFSET(23461, glGetUniformiv, glGetUniformiv, NULL, 502),
+ NAME_FUNC_OFFSET(23479, glGetVertexAttribPointerv, glGetVertexAttribPointerv, NULL, 503),
+ NAME_FUNC_OFFSET(23508, glGetVertexAttribPointerv, glGetVertexAttribPointerv, NULL, 503),
+ NAME_FUNC_OFFSET(23536, glGetVertexAttribdv, glGetVertexAttribdv, NULL, 504),
+ NAME_FUNC_OFFSET(23559, glGetVertexAttribfv, glGetVertexAttribfv, NULL, 505),
+ NAME_FUNC_OFFSET(23582, glGetVertexAttribiv, glGetVertexAttribiv, NULL, 506),
+ NAME_FUNC_OFFSET(23605, glLinkProgram, glLinkProgram, NULL, 509),
+ NAME_FUNC_OFFSET(23622, glShaderSource, glShaderSource, NULL, 510),
+ NAME_FUNC_OFFSET(23640, glStencilOpSeparate, glStencilOpSeparate, NULL, 513),
+ NAME_FUNC_OFFSET(23663, glUniform1f, glUniform1f, NULL, 514),
+ NAME_FUNC_OFFSET(23678, glUniform1fv, glUniform1fv, NULL, 515),
+ NAME_FUNC_OFFSET(23694, glUniform1i, glUniform1i, NULL, 516),
+ NAME_FUNC_OFFSET(23709, glUniform1iv, glUniform1iv, NULL, 517),
+ NAME_FUNC_OFFSET(23725, glUniform2f, glUniform2f, NULL, 518),
+ NAME_FUNC_OFFSET(23740, glUniform2fv, glUniform2fv, NULL, 519),
+ NAME_FUNC_OFFSET(23756, glUniform2i, glUniform2i, NULL, 520),
+ NAME_FUNC_OFFSET(23771, glUniform2iv, glUniform2iv, NULL, 521),
+ NAME_FUNC_OFFSET(23787, glUniform3f, glUniform3f, NULL, 522),
+ NAME_FUNC_OFFSET(23802, glUniform3fv, glUniform3fv, NULL, 523),
+ NAME_FUNC_OFFSET(23818, glUniform3i, glUniform3i, NULL, 524),
+ NAME_FUNC_OFFSET(23833, glUniform3iv, glUniform3iv, NULL, 525),
+ NAME_FUNC_OFFSET(23849, glUniform4f, glUniform4f, NULL, 526),
+ NAME_FUNC_OFFSET(23864, glUniform4fv, glUniform4fv, NULL, 527),
+ NAME_FUNC_OFFSET(23880, glUniform4i, glUniform4i, NULL, 528),
+ NAME_FUNC_OFFSET(23895, glUniform4iv, glUniform4iv, NULL, 529),
+ NAME_FUNC_OFFSET(23911, glUniformMatrix2fv, glUniformMatrix2fv, NULL, 530),
+ NAME_FUNC_OFFSET(23933, glUniformMatrix3fv, glUniformMatrix3fv, NULL, 531),
+ NAME_FUNC_OFFSET(23955, glUniformMatrix4fv, glUniformMatrix4fv, NULL, 532),
+ NAME_FUNC_OFFSET(23977, glUseProgram, glUseProgram, NULL, 533),
+ NAME_FUNC_OFFSET(23999, glValidateProgram, glValidateProgram, NULL, 534),
+ NAME_FUNC_OFFSET(24020, glVertexAttrib1d, glVertexAttrib1d, NULL, 535),
+ NAME_FUNC_OFFSET(24040, glVertexAttrib1dv, glVertexAttrib1dv, NULL, 536),
+ NAME_FUNC_OFFSET(24061, glVertexAttrib1s, glVertexAttrib1s, NULL, 537),
+ NAME_FUNC_OFFSET(24081, glVertexAttrib1sv, glVertexAttrib1sv, NULL, 538),
+ NAME_FUNC_OFFSET(24102, glVertexAttrib2d, glVertexAttrib2d, NULL, 539),
+ NAME_FUNC_OFFSET(24122, glVertexAttrib2dv, glVertexAttrib2dv, NULL, 540),
+ NAME_FUNC_OFFSET(24143, glVertexAttrib2s, glVertexAttrib2s, NULL, 541),
+ NAME_FUNC_OFFSET(24163, glVertexAttrib2sv, glVertexAttrib2sv, NULL, 542),
+ NAME_FUNC_OFFSET(24184, glVertexAttrib3d, glVertexAttrib3d, NULL, 543),
+ NAME_FUNC_OFFSET(24204, glVertexAttrib3dv, glVertexAttrib3dv, NULL, 544),
+ NAME_FUNC_OFFSET(24225, glVertexAttrib3s, glVertexAttrib3s, NULL, 545),
+ NAME_FUNC_OFFSET(24245, glVertexAttrib3sv, glVertexAttrib3sv, NULL, 546),
+ NAME_FUNC_OFFSET(24266, glVertexAttrib4Nbv, glVertexAttrib4Nbv, NULL, 547),
+ NAME_FUNC_OFFSET(24288, glVertexAttrib4Niv, glVertexAttrib4Niv, NULL, 548),
+ NAME_FUNC_OFFSET(24310, glVertexAttrib4Nsv, glVertexAttrib4Nsv, NULL, 549),
+ NAME_FUNC_OFFSET(24332, glVertexAttrib4Nub, glVertexAttrib4Nub, NULL, 550),
+ NAME_FUNC_OFFSET(24354, glVertexAttrib4Nubv, glVertexAttrib4Nubv, NULL, 551),
+ NAME_FUNC_OFFSET(24377, glVertexAttrib4Nuiv, glVertexAttrib4Nuiv, NULL, 552),
+ NAME_FUNC_OFFSET(24400, glVertexAttrib4Nusv, glVertexAttrib4Nusv, NULL, 553),
+ NAME_FUNC_OFFSET(24423, glVertexAttrib4bv, glVertexAttrib4bv, NULL, 554),
+ NAME_FUNC_OFFSET(24444, glVertexAttrib4d, glVertexAttrib4d, NULL, 555),
+ NAME_FUNC_OFFSET(24464, glVertexAttrib4dv, glVertexAttrib4dv, NULL, 556),
+ NAME_FUNC_OFFSET(24485, glVertexAttrib4iv, glVertexAttrib4iv, NULL, 557),
+ NAME_FUNC_OFFSET(24506, glVertexAttrib4s, glVertexAttrib4s, NULL, 558),
+ NAME_FUNC_OFFSET(24526, glVertexAttrib4sv, glVertexAttrib4sv, NULL, 559),
+ NAME_FUNC_OFFSET(24547, glVertexAttrib4ubv, glVertexAttrib4ubv, NULL, 560),
+ NAME_FUNC_OFFSET(24569, glVertexAttrib4uiv, glVertexAttrib4uiv, NULL, 561),
+ NAME_FUNC_OFFSET(24591, glVertexAttrib4usv, glVertexAttrib4usv, NULL, 562),
+ NAME_FUNC_OFFSET(24613, glVertexAttribPointer, glVertexAttribPointer, NULL, 563),
+ NAME_FUNC_OFFSET(24638, glBeginConditionalRender, glBeginConditionalRender, NULL, 570),
+ NAME_FUNC_OFFSET(24665, glBeginTransformFeedback, glBeginTransformFeedback, NULL, 571),
+ NAME_FUNC_OFFSET(24693, glBindBufferBase, glBindBufferBase, NULL, 572),
+ NAME_FUNC_OFFSET(24713, glBindBufferRange, glBindBufferRange, NULL, 573),
+ NAME_FUNC_OFFSET(24734, glBindFragDataLocation, glBindFragDataLocation, NULL, 574),
+ NAME_FUNC_OFFSET(24760, glClampColor, glClampColor, NULL, 575),
+ NAME_FUNC_OFFSET(24776, glColorMaski, glColorMaski, NULL, 580),
+ NAME_FUNC_OFFSET(24798, glDisablei, glDisablei, NULL, 581),
+ NAME_FUNC_OFFSET(24818, glEnablei, glEnablei, NULL, 582),
+ NAME_FUNC_OFFSET(24837, glEndConditionalRender, glEndConditionalRender, NULL, 583),
+ NAME_FUNC_OFFSET(24862, glEndTransformFeedback, glEndTransformFeedback, NULL, 584),
+ NAME_FUNC_OFFSET(24888, glGetBooleani_v, glGetBooleani_v, NULL, 585),
+ NAME_FUNC_OFFSET(24912, glGetFragDataLocation, glGetFragDataLocation, NULL, 586),
+ NAME_FUNC_OFFSET(24937, glGetIntegeri_v, glGetIntegeri_v, NULL, 587),
+ NAME_FUNC_OFFSET(24961, glGetTexParameterIiv, glGetTexParameterIiv, NULL, 589),
+ NAME_FUNC_OFFSET(24985, glGetTexParameterIuiv, glGetTexParameterIuiv, NULL, 590),
+ NAME_FUNC_OFFSET(25010, glGetTransformFeedbackVarying, glGetTransformFeedbackVarying, NULL, 591),
+ NAME_FUNC_OFFSET(25043, glGetUniformuiv, glGetUniformuiv, NULL, 592),
+ NAME_FUNC_OFFSET(25062, glGetVertexAttribIiv, glGetVertexAttribIiv, NULL, 593),
+ NAME_FUNC_OFFSET(25086, glGetVertexAttribIuiv, glGetVertexAttribIuiv, NULL, 594),
+ NAME_FUNC_OFFSET(25111, glIsEnabledi, glIsEnabledi, NULL, 595),
+ NAME_FUNC_OFFSET(25133, glTexParameterIiv, glTexParameterIiv, NULL, 596),
+ NAME_FUNC_OFFSET(25154, glTexParameterIuiv, glTexParameterIuiv, NULL, 597),
+ NAME_FUNC_OFFSET(25176, glTransformFeedbackVaryings, glTransformFeedbackVaryings, NULL, 598),
+ NAME_FUNC_OFFSET(25207, glUniform1ui, glUniform1ui, NULL, 599),
+ NAME_FUNC_OFFSET(25223, glUniform1uiv, glUniform1uiv, NULL, 600),
+ NAME_FUNC_OFFSET(25240, glUniform2ui, glUniform2ui, NULL, 601),
+ NAME_FUNC_OFFSET(25256, glUniform2uiv, glUniform2uiv, NULL, 602),
+ NAME_FUNC_OFFSET(25273, glUniform3ui, glUniform3ui, NULL, 603),
+ NAME_FUNC_OFFSET(25289, glUniform3uiv, glUniform3uiv, NULL, 604),
+ NAME_FUNC_OFFSET(25306, glUniform4ui, glUniform4ui, NULL, 605),
+ NAME_FUNC_OFFSET(25322, glUniform4uiv, glUniform4uiv, NULL, 606),
+ NAME_FUNC_OFFSET(25339, glVertexAttribI1iv, glVertexAttribI1iv, NULL, 607),
+ NAME_FUNC_OFFSET(25361, glVertexAttribI1uiv, glVertexAttribI1uiv, NULL, 608),
+ NAME_FUNC_OFFSET(25384, glVertexAttribI4bv, glVertexAttribI4bv, NULL, 609),
+ NAME_FUNC_OFFSET(25406, glVertexAttribI4sv, glVertexAttribI4sv, NULL, 610),
+ NAME_FUNC_OFFSET(25428, glVertexAttribI4ubv, glVertexAttribI4ubv, NULL, 611),
+ NAME_FUNC_OFFSET(25451, glVertexAttribI4usv, glVertexAttribI4usv, NULL, 612),
+ NAME_FUNC_OFFSET(25474, glVertexAttribIPointer, glVertexAttribIPointer, NULL, 613),
+ NAME_FUNC_OFFSET(25500, glPrimitiveRestartIndex, glPrimitiveRestartIndex, NULL, 614),
+ NAME_FUNC_OFFSET(25526, glTexBuffer, glTexBuffer, NULL, 615),
+ NAME_FUNC_OFFSET(25541, glFramebufferTexture, glFramebufferTexture, NULL, 616),
+ NAME_FUNC_OFFSET(25565, glVertexAttribDivisor, glVertexAttribDivisor, NULL, 619),
+ NAME_FUNC_OFFSET(25590, glMinSampleShading, glMinSampleShading, NULL, 620),
+ NAME_FUNC_OFFSET(25612, glBindProgramARB, glBindProgramARB, NULL, 621),
+ NAME_FUNC_OFFSET(25628, glDeleteProgramsARB, glDeleteProgramsARB, NULL, 622),
+ NAME_FUNC_OFFSET(25647, glGenProgramsARB, glGenProgramsARB, NULL, 623),
+ NAME_FUNC_OFFSET(25663, glIsProgramARB, glIsProgramARB, NULL, 630),
+ NAME_FUNC_OFFSET(25677, glProgramEnvParameter4dARB, glProgramEnvParameter4dARB, NULL, 631),
+ NAME_FUNC_OFFSET(25700, glProgramEnvParameter4dvARB, glProgramEnvParameter4dvARB, NULL, 632),
+ NAME_FUNC_OFFSET(25724, glProgramEnvParameter4fARB, glProgramEnvParameter4fARB, NULL, 633),
+ NAME_FUNC_OFFSET(25747, glProgramEnvParameter4fvARB, glProgramEnvParameter4fvARB, NULL, 634),
+ NAME_FUNC_OFFSET(25771, glVertexAttrib1fARB, glVertexAttrib1fARB, NULL, 640),
+ NAME_FUNC_OFFSET(25788, glVertexAttrib1fvARB, glVertexAttrib1fvARB, NULL, 641),
+ NAME_FUNC_OFFSET(25806, glVertexAttrib2fARB, glVertexAttrib2fARB, NULL, 642),
+ NAME_FUNC_OFFSET(25823, glVertexAttrib2fvARB, glVertexAttrib2fvARB, NULL, 643),
+ NAME_FUNC_OFFSET(25841, glVertexAttrib3fARB, glVertexAttrib3fARB, NULL, 644),
+ NAME_FUNC_OFFSET(25858, glVertexAttrib3fvARB, glVertexAttrib3fvARB, NULL, 645),
+ NAME_FUNC_OFFSET(25876, glVertexAttrib4fARB, glVertexAttrib4fARB, NULL, 646),
+ NAME_FUNC_OFFSET(25893, glVertexAttrib4fvARB, glVertexAttrib4fvARB, NULL, 647),
+ NAME_FUNC_OFFSET(25911, glDrawArraysInstancedARB, glDrawArraysInstancedARB, NULL, 658),
+ NAME_FUNC_OFFSET(25936, glDrawArraysInstancedARB, glDrawArraysInstancedARB, NULL, 658),
+ NAME_FUNC_OFFSET(25958, glDrawElementsInstancedARB, glDrawElementsInstancedARB, NULL, 659),
+ NAME_FUNC_OFFSET(25985, glDrawElementsInstancedARB, glDrawElementsInstancedARB, NULL, 659),
+ NAME_FUNC_OFFSET(26009, glBindFramebuffer, glBindFramebuffer, NULL, 660),
+ NAME_FUNC_OFFSET(26030, glBindRenderbuffer, glBindRenderbuffer, NULL, 661),
+ NAME_FUNC_OFFSET(26052, glBlitFramebuffer, glBlitFramebuffer, NULL, 662),
+ NAME_FUNC_OFFSET(26073, glCheckFramebufferStatus, glCheckFramebufferStatus, NULL, 663),
+ NAME_FUNC_OFFSET(26101, glCheckFramebufferStatus, glCheckFramebufferStatus, NULL, 663),
+ NAME_FUNC_OFFSET(26129, glDeleteFramebuffers, glDeleteFramebuffers, NULL, 664),
+ NAME_FUNC_OFFSET(26153, glDeleteFramebuffers, glDeleteFramebuffers, NULL, 664),
+ NAME_FUNC_OFFSET(26177, glDeleteRenderbuffers, glDeleteRenderbuffers, NULL, 665),
+ NAME_FUNC_OFFSET(26202, glDeleteRenderbuffers, glDeleteRenderbuffers, NULL, 665),
+ NAME_FUNC_OFFSET(26227, glFramebufferRenderbuffer, glFramebufferRenderbuffer, NULL, 666),
+ NAME_FUNC_OFFSET(26256, glFramebufferRenderbuffer, glFramebufferRenderbuffer, NULL, 666),
+ NAME_FUNC_OFFSET(26285, glFramebufferTexture1D, glFramebufferTexture1D, NULL, 667),
+ NAME_FUNC_OFFSET(26311, glFramebufferTexture2D, glFramebufferTexture2D, NULL, 668),
+ NAME_FUNC_OFFSET(26337, glFramebufferTexture2D, glFramebufferTexture2D, NULL, 668),
+ NAME_FUNC_OFFSET(26363, glFramebufferTexture3D, glFramebufferTexture3D, NULL, 669),
+ NAME_FUNC_OFFSET(26389, glFramebufferTexture3D, glFramebufferTexture3D, NULL, 669),
+ NAME_FUNC_OFFSET(26415, glFramebufferTextureLayer, glFramebufferTextureLayer, NULL, 670),
+ NAME_FUNC_OFFSET(26444, glFramebufferTextureLayer, glFramebufferTextureLayer, NULL, 670),
+ NAME_FUNC_OFFSET(26473, glGenFramebuffers, glGenFramebuffers, NULL, 671),
+ NAME_FUNC_OFFSET(26494, glGenFramebuffers, glGenFramebuffers, NULL, 671),
+ NAME_FUNC_OFFSET(26515, glGenRenderbuffers, glGenRenderbuffers, NULL, 672),
+ NAME_FUNC_OFFSET(26537, glGenRenderbuffers, glGenRenderbuffers, NULL, 672),
+ NAME_FUNC_OFFSET(26559, glGenerateMipmap, glGenerateMipmap, NULL, 673),
+ NAME_FUNC_OFFSET(26579, glGenerateMipmap, glGenerateMipmap, NULL, 673),
+ NAME_FUNC_OFFSET(26599, glGetFramebufferAttachmentParameteriv, glGetFramebufferAttachmentParameteriv, NULL, 674),
+ NAME_FUNC_OFFSET(26640, glGetFramebufferAttachmentParameteriv, glGetFramebufferAttachmentParameteriv, NULL, 674),
+ NAME_FUNC_OFFSET(26681, glGetRenderbufferParameteriv, glGetRenderbufferParameteriv, NULL, 675),
+ NAME_FUNC_OFFSET(26713, glGetRenderbufferParameteriv, glGetRenderbufferParameteriv, NULL, 675),
+ NAME_FUNC_OFFSET(26745, glIsFramebuffer, glIsFramebuffer, NULL, 676),
+ NAME_FUNC_OFFSET(26764, glIsFramebuffer, glIsFramebuffer, NULL, 676),
+ NAME_FUNC_OFFSET(26783, glIsRenderbuffer, glIsRenderbuffer, NULL, 677),
+ NAME_FUNC_OFFSET(26803, glIsRenderbuffer, glIsRenderbuffer, NULL, 677),
+ NAME_FUNC_OFFSET(26823, glRenderbufferStorage, glRenderbufferStorage, NULL, 678),
+ NAME_FUNC_OFFSET(26848, glRenderbufferStorage, glRenderbufferStorage, NULL, 678),
+ NAME_FUNC_OFFSET(26873, glRenderbufferStorageMultisample, glRenderbufferStorageMultisample, NULL, 679),
+ NAME_FUNC_OFFSET(26909, glFlushMappedBufferRange, glFlushMappedBufferRange, NULL, 681),
+ NAME_FUNC_OFFSET(26937, glMapBufferRange, glMapBufferRange, NULL, 682),
+ NAME_FUNC_OFFSET(26957, glBindVertexArray, glBindVertexArray, NULL, 683),
+ NAME_FUNC_OFFSET(26978, glDeleteVertexArrays, glDeleteVertexArrays, NULL, 684),
+ NAME_FUNC_OFFSET(27004, glDeleteVertexArrays, glDeleteVertexArrays, NULL, 684),
+ NAME_FUNC_OFFSET(27028, glGenVertexArrays, glGenVertexArrays, NULL, 685),
+ NAME_FUNC_OFFSET(27049, glIsVertexArray, glIsVertexArray, NULL, 686),
+ NAME_FUNC_OFFSET(27070, glIsVertexArray, glIsVertexArray, NULL, 686),
+ NAME_FUNC_OFFSET(27089, glProvokingVertex, glProvokingVertex, NULL, 706),
+ NAME_FUNC_OFFSET(27110, glBlendEquationSeparateiARB, glBlendEquationSeparateiARB, NULL, 711),
+ NAME_FUNC_OFFSET(27144, glBlendEquationiARB, glBlendEquationiARB, NULL, 712),
+ NAME_FUNC_OFFSET(27170, glBlendFuncSeparateiARB, glBlendFuncSeparateiARB, NULL, 713),
+ NAME_FUNC_OFFSET(27200, glBlendFunciARB, glBlendFunciARB, NULL, 714),
+ NAME_FUNC_OFFSET(27222, gl_dispatch_stub_731, gl_dispatch_stub_731, NULL, 731),
+ NAME_FUNC_OFFSET(27246, gl_dispatch_stub_732, gl_dispatch_stub_732, NULL, 732),
+ NAME_FUNC_OFFSET(27271, glClearDepthf, glClearDepthf, NULL, 785),
+ NAME_FUNC_OFFSET(27288, glDepthRangef, glDepthRangef, NULL, 786),
+ NAME_FUNC_OFFSET(27305, glGetProgramBinary, glGetProgramBinary, NULL, 790),
+ NAME_FUNC_OFFSET(27327, glProgramBinary, glProgramBinary, NULL, 791),
+ NAME_FUNC_OFFSET(27346, glProgramParameteri, glProgramParameteri, NULL, 792),
+ NAME_FUNC_OFFSET(27369, gl_dispatch_stub_858, gl_dispatch_stub_858, NULL, 858),
+ NAME_FUNC_OFFSET(27385, gl_dispatch_stub_859, gl_dispatch_stub_859, NULL, 859),
+ NAME_FUNC_OFFSET(27404, glSecondaryColor3fEXT, glSecondaryColor3fEXT, NULL, 879),
+ NAME_FUNC_OFFSET(27423, glSecondaryColor3fvEXT, glSecondaryColor3fvEXT, NULL, 880),
+ NAME_FUNC_OFFSET(27443, glMultiDrawElementsEXT, glMultiDrawElementsEXT, NULL, 881),
+ NAME_FUNC_OFFSET(27463, glFogCoordfEXT, glFogCoordfEXT, NULL, 882),
+ NAME_FUNC_OFFSET(27475, glFogCoordfvEXT, glFogCoordfvEXT, NULL, 883),
+ NAME_FUNC_OFFSET(27488, glVertexAttribI1iEXT, glVertexAttribI1iEXT, NULL, 986),
+ NAME_FUNC_OFFSET(27506, glVertexAttribI1uiEXT, glVertexAttribI1uiEXT, NULL, 987),
+ NAME_FUNC_OFFSET(27525, glVertexAttribI2iEXT, glVertexAttribI2iEXT, NULL, 988),
+ NAME_FUNC_OFFSET(27543, glVertexAttribI2ivEXT, glVertexAttribI2ivEXT, NULL, 989),
+ NAME_FUNC_OFFSET(27562, glVertexAttribI2uiEXT, glVertexAttribI2uiEXT, NULL, 990),
+ NAME_FUNC_OFFSET(27581, glVertexAttribI2uivEXT, glVertexAttribI2uivEXT, NULL, 991),
+ NAME_FUNC_OFFSET(27601, glVertexAttribI3iEXT, glVertexAttribI3iEXT, NULL, 992),
+ NAME_FUNC_OFFSET(27619, glVertexAttribI3ivEXT, glVertexAttribI3ivEXT, NULL, 993),
+ NAME_FUNC_OFFSET(27638, glVertexAttribI3uiEXT, glVertexAttribI3uiEXT, NULL, 994),
+ NAME_FUNC_OFFSET(27657, glVertexAttribI3uivEXT, glVertexAttribI3uivEXT, NULL, 995),
+ NAME_FUNC_OFFSET(27677, glVertexAttribI4iEXT, glVertexAttribI4iEXT, NULL, 996),
+ NAME_FUNC_OFFSET(27695, glVertexAttribI4ivEXT, glVertexAttribI4ivEXT, NULL, 997),
+ NAME_FUNC_OFFSET(27714, glVertexAttribI4uiEXT, glVertexAttribI4uiEXT, NULL, 998),
+ NAME_FUNC_OFFSET(27733, glVertexAttribI4uivEXT, glVertexAttribI4uivEXT, NULL, 999),
+ NAME_FUNC_OFFSET(27753, gl_dispatch_stub_1036, gl_dispatch_stub_1036, NULL, 1036),
+ NAME_FUNC_OFFSET(27769, gl_dispatch_stub_1037, gl_dispatch_stub_1037, NULL, 1037),
+ NAME_FUNC_OFFSET(27786, gl_dispatch_stub_1038, gl_dispatch_stub_1038, NULL, 1038),
+ NAME_FUNC_OFFSET(27803, gl_dispatch_stub_1039, gl_dispatch_stub_1039, NULL, 1039),
+ NAME_FUNC_OFFSET(27816, gl_dispatch_stub_1040, gl_dispatch_stub_1040, NULL, 1040),
+ NAME_FUNC_OFFSET(27833, gl_dispatch_stub_1041, gl_dispatch_stub_1041, NULL, 1041),
+ NAME_FUNC_OFFSET(27843, gl_dispatch_stub_1042, gl_dispatch_stub_1042, NULL, 1042),
+ NAME_FUNC_OFFSET(27854, gl_dispatch_stub_1043, gl_dispatch_stub_1043, NULL, 1043),
+ NAME_FUNC_OFFSET(27868, gl_dispatch_stub_1044, gl_dispatch_stub_1044, NULL, 1044),
+ NAME_FUNC_OFFSET(27882, gl_dispatch_stub_1045, gl_dispatch_stub_1045, NULL, 1045),
+ NAME_FUNC_OFFSET(27899, gl_dispatch_stub_1046, gl_dispatch_stub_1046, NULL, 1046),
+ NAME_FUNC_OFFSET(27917, gl_dispatch_stub_1047, gl_dispatch_stub_1047, NULL, 1047),
+ NAME_FUNC_OFFSET(27929, gl_dispatch_stub_1048, gl_dispatch_stub_1048, NULL, 1048),
+ NAME_FUNC_OFFSET(27942, gl_dispatch_stub_1049, gl_dispatch_stub_1049, NULL, 1049),
+ NAME_FUNC_OFFSET(27958, gl_dispatch_stub_1050, gl_dispatch_stub_1050, NULL, 1050),
+ NAME_FUNC_OFFSET(27975, gl_dispatch_stub_1051, gl_dispatch_stub_1051, NULL, 1051),
+ NAME_FUNC_OFFSET(27990, gl_dispatch_stub_1052, gl_dispatch_stub_1052, NULL, 1052),
+ NAME_FUNC_OFFSET(28006, gl_dispatch_stub_1053, gl_dispatch_stub_1053, NULL, 1053),
+ NAME_FUNC_OFFSET(28023, gl_dispatch_stub_1054, gl_dispatch_stub_1054, NULL, 1054),
+ NAME_FUNC_OFFSET(28044, gl_dispatch_stub_1055, gl_dispatch_stub_1055, NULL, 1055),
+ NAME_FUNC_OFFSET(28058, gl_dispatch_stub_1056, gl_dispatch_stub_1056, NULL, 1056),
+ NAME_FUNC_OFFSET(28070, gl_dispatch_stub_1057, gl_dispatch_stub_1057, NULL, 1057),
+ NAME_FUNC_OFFSET(28082, gl_dispatch_stub_1058, gl_dispatch_stub_1058, NULL, 1058),
+ NAME_FUNC_OFFSET(28098, gl_dispatch_stub_1059, gl_dispatch_stub_1059, NULL, 1059),
+ NAME_FUNC_OFFSET(28118, gl_dispatch_stub_1060, gl_dispatch_stub_1060, NULL, 1060),
+ NAME_FUNC_OFFSET(28131, gl_dispatch_stub_1061, gl_dispatch_stub_1061, NULL, 1061),
+ NAME_FUNC_OFFSET(28152, gl_dispatch_stub_1062, gl_dispatch_stub_1062, NULL, 1062),
+ NAME_FUNC_OFFSET(28164, gl_dispatch_stub_1063, gl_dispatch_stub_1063, NULL, 1063),
+ NAME_FUNC_OFFSET(28177, gl_dispatch_stub_1064, gl_dispatch_stub_1064, NULL, 1064),
+ NAME_FUNC_OFFSET(28191, gl_dispatch_stub_1065, gl_dispatch_stub_1065, NULL, 1065),
+ NAME_FUNC_OFFSET(28210, gl_dispatch_stub_1066, gl_dispatch_stub_1066, NULL, 1066),
+ NAME_FUNC_OFFSET(28226, gl_dispatch_stub_1067, gl_dispatch_stub_1067, NULL, 1067),
+ NAME_FUNC_OFFSET(28242, gl_dispatch_stub_1068, gl_dispatch_stub_1068, NULL, 1068),
+ NAME_FUNC_OFFSET(28258, gl_dispatch_stub_1069, gl_dispatch_stub_1069, NULL, 1069),
+ NAME_FUNC_OFFSET(28277, gl_dispatch_stub_1070, gl_dispatch_stub_1070, NULL, 1070),
+ NAME_FUNC_OFFSET(28296, gl_dispatch_stub_1071, gl_dispatch_stub_1071, NULL, 1071),
+ NAME_FUNC_OFFSET(28311, gl_dispatch_stub_1072, gl_dispatch_stub_1072, NULL, 1072),
+ NAME_FUNC_OFFSET(28327, gl_dispatch_stub_1073, gl_dispatch_stub_1073, NULL, 1073),
+ NAME_FUNC_OFFSET(28346, gl_dispatch_stub_1074, gl_dispatch_stub_1074, NULL, 1074),
+ NAME_FUNC_OFFSET(28363, gl_dispatch_stub_1075, gl_dispatch_stub_1075, NULL, 1075),
+ NAME_FUNC_OFFSET(28386, gl_dispatch_stub_1076, gl_dispatch_stub_1076, NULL, 1076),
+ NAME_FUNC_OFFSET(28407, gl_dispatch_stub_1077, gl_dispatch_stub_1077, NULL, 1077),
+ NAME_FUNC_OFFSET(28429, gl_dispatch_stub_1078, gl_dispatch_stub_1078, NULL, 1078),
NAME_FUNC_OFFSET(-1, NULL, NULL, NULL, 0)
};
diff --git a/xorg-server/glx/remap_helper.h b/xorg-server/glx/remap_helper.h
index 7a23f84d8..ffd73c675 100644
--- a/xorg-server/glx/remap_helper.h
+++ b/xorg-server/glx/remap_helper.h
@@ -436,5290 +436,5306 @@ static const char _mesa_function_pool[] =
"i\0"
"glDeleteSync\0"
"\0"
- /* _mesa_function_pool[2765]: GenQueries (will be remapped) */
+ /* _mesa_function_pool[2765]: DrawArraysIndirect (will be remapped) */
+ "ip\0"
+ "glDrawArraysIndirect\0"
+ "\0"
+ /* _mesa_function_pool[2790]: GenQueries (will be remapped) */
"ip\0"
"glGenQueries\0"
"glGenQueriesARB\0"
"\0"
- /* _mesa_function_pool[2798]: BlendColor (offset 336) */
+ /* _mesa_function_pool[2823]: BlendColor (offset 336) */
"ffff\0"
"glBlendColor\0"
"glBlendColorEXT\0"
"\0"
- /* _mesa_function_pool[2833]: GetVertexAttribIuiv (will be remapped) */
+ /* _mesa_function_pool[2858]: GetVertexAttribIuiv (will be remapped) */
"iip\0"
"glGetVertexAttribIuivEXT\0"
"glGetVertexAttribIuiv\0"
"\0"
- /* _mesa_function_pool[2885]: TexCoord2fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[2910]: TexCoord2fVertex3fvSUN (dynamic) */
"pp\0"
"glTexCoord2fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[2914]: CompressedTexImage3D (will be remapped) */
+ /* _mesa_function_pool[2939]: CompressedTexImage3D (will be remapped) */
"iiiiiiiip\0"
"glCompressedTexImage3D\0"
"glCompressedTexImage3DARB\0"
"glCompressedTexImage3DOES\0"
"\0"
- /* _mesa_function_pool[3000]: GetDebugMessageLogARB (will be remapped) */
+ /* _mesa_function_pool[3025]: GetDebugMessageLogARB (will be remapped) */
"iipppppp\0"
"glGetDebugMessageLogARB\0"
"\0"
- /* _mesa_function_pool[3034]: VDPAUGetSurfaceivNV (will be remapped) */
+ /* _mesa_function_pool[3059]: VDPAUGetSurfaceivNV (will be remapped) */
"iiipp\0"
"glVDPAUGetSurfaceivNV\0"
"\0"
- /* _mesa_function_pool[3063]: ReadInstrumentsSGIX (dynamic) */
+ /* _mesa_function_pool[3088]: ReadInstrumentsSGIX (dynamic) */
"i\0"
"glReadInstrumentsSGIX\0"
"\0"
- /* _mesa_function_pool[3088]: CallLists (offset 3) */
+ /* _mesa_function_pool[3113]: CallLists (offset 3) */
"iip\0"
"glCallLists\0"
"\0"
- /* _mesa_function_pool[3105]: Uniform3f (will be remapped) */
+ /* _mesa_function_pool[3130]: Uniform3f (will be remapped) */
"ifff\0"
"glUniform3f\0"
"glUniform3fARB\0"
"\0"
- /* _mesa_function_pool[3138]: UniformMatrix2fv (will be remapped) */
+ /* _mesa_function_pool[3163]: UniformMatrix2fv (will be remapped) */
"iiip\0"
"glUniformMatrix2fv\0"
"glUniformMatrix2fvARB\0"
"\0"
- /* _mesa_function_pool[3185]: ReadnPixelsARB (will be remapped) */
+ /* _mesa_function_pool[3210]: ReadnPixelsARB (will be remapped) */
"iiiiiiip\0"
"glReadnPixelsARB\0"
"\0"
- /* _mesa_function_pool[3212]: Color4ubVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[3237]: Color4ubVertex3fvSUN (dynamic) */
"pp\0"
"glColor4ubVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[3239]: Normal3iv (offset 59) */
+ /* _mesa_function_pool[3264]: Normal3iv (offset 59) */
"p\0"
"glNormal3iv\0"
"\0"
- /* _mesa_function_pool[3254]: SecondaryColor3dv (will be remapped) */
+ /* _mesa_function_pool[3279]: SecondaryColor3dv (will be remapped) */
"p\0"
"glSecondaryColor3dv\0"
"glSecondaryColor3dvEXT\0"
"\0"
- /* _mesa_function_pool[3300]: DrawTexiOES (will be remapped) */
+ /* _mesa_function_pool[3325]: DrawTexiOES (will be remapped) */
"iiiii\0"
"glDrawTexiOES\0"
"\0"
- /* _mesa_function_pool[3321]: PassThrough (offset 199) */
+ /* _mesa_function_pool[3346]: PassThrough (offset 199) */
"f\0"
"glPassThrough\0"
"\0"
- /* _mesa_function_pool[3338]: VertexP3ui (will be remapped) */
+ /* _mesa_function_pool[3363]: VertexP3ui (will be remapped) */
"ii\0"
"glVertexP3ui\0"
"\0"
- /* _mesa_function_pool[3355]: TransformFeedbackVaryings (will be remapped) */
+ /* _mesa_function_pool[3380]: TransformFeedbackVaryings (will be remapped) */
"iipi\0"
"glTransformFeedbackVaryings\0"
"glTransformFeedbackVaryingsEXT\0"
"\0"
- /* _mesa_function_pool[3420]: GetListParameterfvSGIX (dynamic) */
+ /* _mesa_function_pool[3445]: GetListParameterfvSGIX (dynamic) */
"iip\0"
"glGetListParameterfvSGIX\0"
"\0"
- /* _mesa_function_pool[3450]: Viewport (offset 305) */
+ /* _mesa_function_pool[3475]: Viewport (offset 305) */
"iiii\0"
"glViewport\0"
"\0"
- /* _mesa_function_pool[3467]: ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[3492]: ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN (dynamic) */
"pppp\0"
"glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[3523]: WindowPos4svMESA (will be remapped) */
+ /* _mesa_function_pool[3548]: WindowPos4svMESA (will be remapped) */
"p\0"
"glWindowPos4svMESA\0"
"\0"
- /* _mesa_function_pool[3545]: CreateProgramObjectARB (will be remapped) */
+ /* _mesa_function_pool[3570]: CreateProgramObjectARB (will be remapped) */
"\0"
"glCreateProgramObjectARB\0"
"\0"
- /* _mesa_function_pool[3572]: UniformMatrix3fv (will be remapped) */
+ /* _mesa_function_pool[3597]: UniformMatrix3fv (will be remapped) */
"iiip\0"
"glUniformMatrix3fv\0"
"glUniformMatrix3fvARB\0"
"\0"
- /* _mesa_function_pool[3619]: FragmentLightModelivSGIX (dynamic) */
+ /* _mesa_function_pool[3644]: FragmentLightModelivSGIX (dynamic) */
"ip\0"
"glFragmentLightModelivSGIX\0"
"\0"
- /* _mesa_function_pool[3650]: UniformMatrix4x3fv (will be remapped) */
+ /* _mesa_function_pool[3675]: UniformMatrix4x3fv (will be remapped) */
"iiip\0"
"glUniformMatrix4x3fv\0"
"\0"
- /* _mesa_function_pool[3677]: PrioritizeTextures (offset 331) */
+ /* _mesa_function_pool[3702]: PrioritizeTextures (offset 331) */
"ipp\0"
"glPrioritizeTextures\0"
"glPrioritizeTexturesEXT\0"
"\0"
- /* _mesa_function_pool[3727]: VertexAttribI3uiEXT (will be remapped) */
+ /* _mesa_function_pool[3752]: VertexAttribI3uiEXT (will be remapped) */
"iiii\0"
"glVertexAttribI3uiEXT\0"
"glVertexAttribI3ui\0"
"\0"
- /* _mesa_function_pool[3774]: VertexAttribDivisor (will be remapped) */
+ /* _mesa_function_pool[3799]: VertexAttribDivisor (will be remapped) */
"ii\0"
"glVertexAttribDivisorARB\0"
"glVertexAttribDivisor\0"
"\0"
- /* _mesa_function_pool[3825]: AsyncMarkerSGIX (dynamic) */
+ /* _mesa_function_pool[3850]: AsyncMarkerSGIX (dynamic) */
"i\0"
"glAsyncMarkerSGIX\0"
"\0"
- /* _mesa_function_pool[3846]: GetQueryiv (will be remapped) */
+ /* _mesa_function_pool[3871]: GetQueryiv (will be remapped) */
"iip\0"
"glGetQueryiv\0"
"glGetQueryivARB\0"
"\0"
- /* _mesa_function_pool[3880]: ClearColorIuiEXT (will be remapped) */
+ /* _mesa_function_pool[3905]: ClearColorIuiEXT (will be remapped) */
"iiii\0"
"glClearColorIuiEXT\0"
"\0"
- /* _mesa_function_pool[3905]: VertexAttrib3d (will be remapped) */
+ /* _mesa_function_pool[3930]: VertexAttrib3d (will be remapped) */
"iddd\0"
"glVertexAttrib3d\0"
"glVertexAttrib3dARB\0"
"\0"
- /* _mesa_function_pool[3948]: Frustumx (will be remapped) */
+ /* _mesa_function_pool[3973]: Frustumx (will be remapped) */
"iiiiii\0"
"glFrustumxOES\0"
"glFrustumx\0"
"\0"
- /* _mesa_function_pool[3981]: ResetHistogram (offset 369) */
+ /* _mesa_function_pool[4006]: ResetHistogram (offset 369) */
"i\0"
"glResetHistogram\0"
"glResetHistogramEXT\0"
"\0"
- /* _mesa_function_pool[4021]: GetProgramNamedParameterfvNV (will be remapped) */
+ /* _mesa_function_pool[4046]: GetProgramNamedParameterfvNV (will be remapped) */
"iipp\0"
"glGetProgramNamedParameterfvNV\0"
"\0"
- /* _mesa_function_pool[4058]: CompressedTexSubImage2D (will be remapped) */
+ /* _mesa_function_pool[4083]: CompressedTexSubImage2D (will be remapped) */
"iiiiiiiip\0"
"glCompressedTexSubImage2D\0"
"glCompressedTexSubImage2DARB\0"
"\0"
- /* _mesa_function_pool[4124]: GenFencesNV (dynamic) */
+ /* _mesa_function_pool[4149]: GenFencesNV (dynamic) */
"ip\0"
"glGenFencesNV\0"
"\0"
- /* _mesa_function_pool[4142]: GetMaterialxv (will be remapped) */
+ /* _mesa_function_pool[4167]: GetMaterialxv (will be remapped) */
"iip\0"
"glGetMaterialxvOES\0"
"glGetMaterialxv\0"
"\0"
- /* _mesa_function_pool[4182]: ImageTransformParameterfHP (dynamic) */
+ /* _mesa_function_pool[4207]: ImageTransformParameterfHP (dynamic) */
"iif\0"
"glImageTransformParameterfHP\0"
"\0"
- /* _mesa_function_pool[4216]: MatrixIndexusvARB (dynamic) */
+ /* _mesa_function_pool[4241]: MatrixIndexusvARB (dynamic) */
"ip\0"
"glMatrixIndexusvARB\0"
"\0"
- /* _mesa_function_pool[4240]: SecondaryColor3uiv (will be remapped) */
+ /* _mesa_function_pool[4265]: SecondaryColor3uiv (will be remapped) */
"p\0"
"glSecondaryColor3uiv\0"
"glSecondaryColor3uivEXT\0"
"\0"
- /* _mesa_function_pool[4288]: GetnConvolutionFilterARB (will be remapped) */
+ /* _mesa_function_pool[4313]: GetnConvolutionFilterARB (will be remapped) */
"iiiip\0"
"glGetnConvolutionFilterARB\0"
"\0"
- /* _mesa_function_pool[4322]: TexCoord2sv (offset 109) */
+ /* _mesa_function_pool[4347]: TexCoord2sv (offset 109) */
"p\0"
"glTexCoord2sv\0"
"\0"
- /* _mesa_function_pool[4339]: GetClipPlanex (will be remapped) */
+ /* _mesa_function_pool[4364]: GetClipPlanex (will be remapped) */
"ip\0"
"glGetClipPlanexOES\0"
"glGetClipPlanex\0"
"\0"
- /* _mesa_function_pool[4378]: Vertex4dv (offset 143) */
+ /* _mesa_function_pool[4403]: Vertex4dv (offset 143) */
"p\0"
"glVertex4dv\0"
"\0"
- /* _mesa_function_pool[4393]: StencilMaskSeparate (will be remapped) */
+ /* _mesa_function_pool[4418]: StencilMaskSeparate (will be remapped) */
"ii\0"
"glStencilMaskSeparate\0"
"\0"
- /* _mesa_function_pool[4419]: MapBuffer (will be remapped) */
+ /* _mesa_function_pool[4444]: MapBuffer (will be remapped) */
"ii\0"
"glMapBuffer\0"
"glMapBufferARB\0"
"glMapBufferOES\0"
"\0"
- /* _mesa_function_pool[4465]: PolygonOffsetx (will be remapped) */
+ /* _mesa_function_pool[4490]: PolygonOffsetx (will be remapped) */
"ii\0"
"glPolygonOffsetxOES\0"
"glPolygonOffsetx\0"
"\0"
- /* _mesa_function_pool[4506]: VertexAttrib4Nbv (will be remapped) */
+ /* _mesa_function_pool[4531]: VertexAttrib4Nbv (will be remapped) */
"ip\0"
"glVertexAttrib4Nbv\0"
"glVertexAttrib4NbvARB\0"
"\0"
- /* _mesa_function_pool[4551]: ProgramLocalParameter4dARB (will be remapped) */
+ /* _mesa_function_pool[4576]: ProgramLocalParameter4dARB (will be remapped) */
"iidddd\0"
"glProgramLocalParameter4dARB\0"
"\0"
- /* _mesa_function_pool[4588]: ProgramBinary (will be remapped) */
+ /* _mesa_function_pool[4613]: ProgramBinary (will be remapped) */
"iipi\0"
"glProgramBinary\0"
"glProgramBinaryOES\0"
"\0"
- /* _mesa_function_pool[4629]: InvalidateTexImage (will be remapped) */
+ /* _mesa_function_pool[4654]: InvalidateTexImage (will be remapped) */
"ii\0"
"glInvalidateTexImage\0"
"\0"
- /* _mesa_function_pool[4654]: Uniform4ui (will be remapped) */
+ /* _mesa_function_pool[4679]: Uniform4ui (will be remapped) */
"iiiii\0"
"glUniform4uiEXT\0"
"glUniform4ui\0"
"\0"
- /* _mesa_function_pool[4690]: VertexAttribs2svNV (will be remapped) */
+ /* _mesa_function_pool[4715]: VertexAttribs2svNV (will be remapped) */
"iip\0"
"glVertexAttribs2svNV\0"
"\0"
- /* _mesa_function_pool[4716]: Color3sv (offset 18) */
+ /* _mesa_function_pool[4741]: Color3sv (offset 18) */
"p\0"
"glColor3sv\0"
"\0"
- /* _mesa_function_pool[4730]: GetLightxv (will be remapped) */
- "iip\0"
- "glGetLightxvOES\0"
- "glGetLightxv\0"
+ /* _mesa_function_pool[4755]: LoadMatrixx (will be remapped) */
+ "p\0"
+ "glLoadMatrixxOES\0"
+ "glLoadMatrixx\0"
"\0"
- /* _mesa_function_pool[4764]: GetConvolutionParameteriv (offset 358) */
+ /* _mesa_function_pool[4789]: GetConvolutionParameteriv (offset 358) */
"iip\0"
"glGetConvolutionParameteriv\0"
"glGetConvolutionParameterivEXT\0"
"\0"
- /* _mesa_function_pool[4828]: DeleteSamplers (will be remapped) */
+ /* _mesa_function_pool[4853]: DeleteSamplers (will be remapped) */
"ip\0"
"glDeleteSamplers\0"
"\0"
- /* _mesa_function_pool[4849]: VertexAttrib1fARB (will be remapped) */
+ /* _mesa_function_pool[4874]: VertexAttrib1fARB (will be remapped) */
"if\0"
"glVertexAttrib1f\0"
"glVertexAttrib1fARB\0"
"\0"
- /* _mesa_function_pool[4890]: Vertex2dv (offset 127) */
+ /* _mesa_function_pool[4915]: Vertex2dv (offset 127) */
"p\0"
"glVertex2dv\0"
"\0"
- /* _mesa_function_pool[4905]: TestFenceNV (dynamic) */
+ /* _mesa_function_pool[4930]: TestFenceNV (dynamic) */
"i\0"
"glTestFenceNV\0"
"\0"
- /* _mesa_function_pool[4922]: DeleteRenderbuffers (will be remapped) */
+ /* _mesa_function_pool[4947]: DeleteRenderbuffers (will be remapped) */
"ip\0"
"glDeleteRenderbuffers\0"
"glDeleteRenderbuffersEXT\0"
"glDeleteRenderbuffersOES\0"
"\0"
- /* _mesa_function_pool[4998]: MultiTexCoord1fvARB (offset 379) */
+ /* _mesa_function_pool[5023]: MultiTexCoord1fvARB (offset 379) */
"ip\0"
"glMultiTexCoord1fv\0"
"glMultiTexCoord1fvARB\0"
"\0"
- /* _mesa_function_pool[5043]: VertexAttribI4bv (will be remapped) */
+ /* _mesa_function_pool[5068]: VertexAttribI4bv (will be remapped) */
"ip\0"
"glVertexAttribI4bvEXT\0"
"glVertexAttribI4bv\0"
"\0"
- /* _mesa_function_pool[5088]: TexCoord3iv (offset 115) */
+ /* _mesa_function_pool[5113]: TexCoord3iv (offset 115) */
"p\0"
"glTexCoord3iv\0"
"\0"
- /* _mesa_function_pool[5105]: GetObjectPtrLabel (will be remapped) */
+ /* _mesa_function_pool[5130]: GetObjectPtrLabel (will be remapped) */
"pipp\0"
"glGetObjectPtrLabel\0"
"\0"
- /* _mesa_function_pool[5131]: TexStorage2D (will be remapped) */
+ /* _mesa_function_pool[5156]: TexStorage2D (will be remapped) */
"iiiii\0"
"glTexStorage2D\0"
"\0"
- /* _mesa_function_pool[5153]: LoadPaletteFromModelViewMatrixOES (dynamic) */
+ /* _mesa_function_pool[5178]: LoadPaletteFromModelViewMatrixOES (dynamic) */
"\0"
"glLoadPaletteFromModelViewMatrixOES\0"
"\0"
- /* _mesa_function_pool[5191]: ProgramParameteri (will be remapped) */
+ /* _mesa_function_pool[5216]: ProgramParameteri (will be remapped) */
"iii\0"
"glProgramParameteriARB\0"
"glProgramParameteri\0"
"\0"
- /* _mesa_function_pool[5239]: VertexAttrib4usv (will be remapped) */
+ /* _mesa_function_pool[5264]: VertexAttrib4usv (will be remapped) */
"ip\0"
"glVertexAttrib4usv\0"
"glVertexAttrib4usvARB\0"
"\0"
- /* _mesa_function_pool[5284]: FragmentLightfvSGIX (dynamic) */
+ /* _mesa_function_pool[5309]: FragmentLightfvSGIX (dynamic) */
"iip\0"
"glFragmentLightfvSGIX\0"
"\0"
- /* _mesa_function_pool[5311]: GetPixelTexGenParameterivSGIS (dynamic) */
+ /* _mesa_function_pool[5336]: GetPixelTexGenParameterivSGIS (dynamic) */
"ip\0"
"glGetPixelTexGenParameterivSGIS\0"
"\0"
- /* _mesa_function_pool[5347]: Color3fv (offset 14) */
+ /* _mesa_function_pool[5372]: Color3fv (offset 14) */
"p\0"
"glColor3fv\0"
"\0"
- /* _mesa_function_pool[5361]: VertexAttrib4fNV (will be remapped) */
+ /* _mesa_function_pool[5386]: VertexAttrib4fNV (will be remapped) */
"iffff\0"
"glVertexAttrib4fNV\0"
"\0"
- /* _mesa_function_pool[5387]: MultiTexCoord4sv (offset 407) */
+ /* _mesa_function_pool[5412]: MultiTexCoord4sv (offset 407) */
"ip\0"
"glMultiTexCoord4sv\0"
"glMultiTexCoord4svARB\0"
"\0"
- /* _mesa_function_pool[5432]: TextureStorage1DEXT (will be remapped) */
+ /* _mesa_function_pool[5457]: TextureStorage1DEXT (will be remapped) */
"iiiii\0"
"glTextureStorage1DEXT\0"
"\0"
- /* _mesa_function_pool[5461]: ReplacementCodeubSUN (dynamic) */
+ /* _mesa_function_pool[5486]: ReplacementCodeubSUN (dynamic) */
"i\0"
"glReplacementCodeubSUN\0"
"\0"
- /* _mesa_function_pool[5487]: VertexAttrib4Nub (will be remapped) */
+ /* _mesa_function_pool[5512]: VertexAttrib4Nub (will be remapped) */
"iiiii\0"
"glVertexAttrib4Nub\0"
"glVertexAttrib4NubARB\0"
"\0"
- /* _mesa_function_pool[5535]: PointParameterx (will be remapped) */
+ /* _mesa_function_pool[5560]: PointParameterx (will be remapped) */
"ii\0"
"glPointParameterxOES\0"
"glPointParameterx\0"
"\0"
- /* _mesa_function_pool[5578]: VertexAttribP3ui (will be remapped) */
+ /* _mesa_function_pool[5603]: VertexAttribP3ui (will be remapped) */
"iiii\0"
"glVertexAttribP3ui\0"
"\0"
- /* _mesa_function_pool[5603]: Uniform4fv (will be remapped) */
+ /* _mesa_function_pool[5628]: Uniform4fv (will be remapped) */
"iip\0"
"glUniform4fv\0"
"glUniform4fvARB\0"
"\0"
- /* _mesa_function_pool[5637]: Color4ubVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[5662]: Color4ubVertex3fSUN (dynamic) */
"iiiifff\0"
"glColor4ubVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[5668]: FogCoordfEXT (will be remapped) */
+ /* _mesa_function_pool[5693]: FogCoordfEXT (will be remapped) */
"f\0"
"glFogCoordf\0"
"glFogCoordfEXT\0"
"\0"
- /* _mesa_function_pool[5698]: PointSize (offset 173) */
+ /* _mesa_function_pool[5723]: PointSize (offset 173) */
"f\0"
"glPointSize\0"
"\0"
- /* _mesa_function_pool[5713]: MultiTexCoord2i (offset 388) */
+ /* _mesa_function_pool[5738]: MultiTexCoord2i (offset 388) */
"iii\0"
"glMultiTexCoord2i\0"
"glMultiTexCoord2iARB\0"
"\0"
- /* _mesa_function_pool[5757]: TexCoord2fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[5782]: TexCoord2fVertex3fSUN (dynamic) */
"fffff\0"
"glTexCoord2fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[5788]: GetPerfMonitorCounterInfoAMD (will be remapped) */
+ /* _mesa_function_pool[5813]: GetPerfMonitorCounterInfoAMD (will be remapped) */
"iiip\0"
"glGetPerfMonitorCounterInfoAMD\0"
"\0"
- /* _mesa_function_pool[5825]: MultiTexCoord2d (offset 384) */
+ /* _mesa_function_pool[5850]: MultiTexCoord2d (offset 384) */
"idd\0"
"glMultiTexCoord2d\0"
"glMultiTexCoord2dARB\0"
"\0"
- /* _mesa_function_pool[5869]: UniformBlockBinding (will be remapped) */
+ /* _mesa_function_pool[5894]: UniformBlockBinding (will be remapped) */
"iii\0"
"glUniformBlockBinding\0"
"\0"
- /* _mesa_function_pool[5896]: PopName (offset 200) */
+ /* _mesa_function_pool[5921]: PopName (offset 200) */
"\0"
"glPopName\0"
"\0"
- /* _mesa_function_pool[5908]: GetSamplerParameterfv (will be remapped) */
+ /* _mesa_function_pool[5933]: GetSamplerParameterfv (will be remapped) */
"iip\0"
"glGetSamplerParameterfv\0"
"\0"
- /* _mesa_function_pool[5937]: VertexAttrib2dv (will be remapped) */
+ /* _mesa_function_pool[5962]: VertexAttrib2dv (will be remapped) */
"ip\0"
"glVertexAttrib2dv\0"
"glVertexAttrib2dvARB\0"
"\0"
- /* _mesa_function_pool[5980]: VertexAttrib4Nusv (will be remapped) */
+ /* _mesa_function_pool[6005]: VertexAttrib4Nusv (will be remapped) */
"ip\0"
"glVertexAttrib4Nusv\0"
"glVertexAttrib4NusvARB\0"
"\0"
- /* _mesa_function_pool[6027]: SampleMaski (will be remapped) */
+ /* _mesa_function_pool[6052]: SampleMaski (will be remapped) */
"ii\0"
"glSampleMaski\0"
"\0"
- /* _mesa_function_pool[6045]: GetProgramInfoLog (will be remapped) */
+ /* _mesa_function_pool[6070]: GetProgramInfoLog (will be remapped) */
"iipp\0"
"glGetProgramInfoLog\0"
"\0"
- /* _mesa_function_pool[6071]: VertexP2ui (will be remapped) */
+ /* _mesa_function_pool[6096]: VertexP2ui (will be remapped) */
"ii\0"
"glVertexP2ui\0"
"\0"
- /* _mesa_function_pool[6088]: SamplerParameterIuiv (will be remapped) */
+ /* _mesa_function_pool[6113]: SamplerParameterIuiv (will be remapped) */
"iip\0"
"glSamplerParameterIuiv\0"
"\0"
- /* _mesa_function_pool[6116]: TexParameterx (will be remapped) */
+ /* _mesa_function_pool[6141]: TexParameterx (will be remapped) */
"iii\0"
"glTexParameterxOES\0"
"glTexParameterx\0"
"\0"
- /* _mesa_function_pool[6156]: Vertex4sv (offset 149) */
+ /* _mesa_function_pool[6181]: Vertex4sv (offset 149) */
"p\0"
"glVertex4sv\0"
"\0"
- /* _mesa_function_pool[6171]: FramebufferTexture (will be remapped) */
+ /* _mesa_function_pool[6196]: FramebufferTexture (will be remapped) */
"iiii\0"
"glFramebufferTextureARB\0"
"glFramebufferTexture\0"
"\0"
- /* _mesa_function_pool[6222]: GetQueryObjecti64v (will be remapped) */
+ /* _mesa_function_pool[6247]: GetQueryObjecti64v (will be remapped) */
"iip\0"
"glGetQueryObjecti64v\0"
"glGetQueryObjecti64vEXT\0"
"\0"
- /* _mesa_function_pool[6272]: GetActiveUniformBlockiv (will be remapped) */
+ /* _mesa_function_pool[6297]: GetActiveUniformBlockiv (will be remapped) */
"iiip\0"
"glGetActiveUniformBlockiv\0"
"\0"
- /* _mesa_function_pool[6304]: VertexAttrib4ubNV (will be remapped) */
+ /* _mesa_function_pool[6329]: VertexAttrib4ubNV (will be remapped) */
"iiiii\0"
"glVertexAttrib4ubNV\0"
"\0"
- /* _mesa_function_pool[6331]: MultiTexCoord2s (offset 390) */
+ /* _mesa_function_pool[6356]: MultiTexCoord2s (offset 390) */
"iii\0"
"glMultiTexCoord2s\0"
"glMultiTexCoord2sARB\0"
"\0"
- /* _mesa_function_pool[6375]: ClampColor (will be remapped) */
+ /* _mesa_function_pool[6400]: ClampColor (will be remapped) */
"ii\0"
"glClampColorARB\0"
"glClampColor\0"
"\0"
- /* _mesa_function_pool[6408]: TexCoord2fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[6433]: TexCoord2fNormal3fVertex3fvSUN (dynamic) */
"ppp\0"
"glTexCoord2fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[6446]: GetTexEnvfv (offset 276) */
+ /* _mesa_function_pool[6471]: GetTexEnvfv (offset 276) */
"iip\0"
"glGetTexEnvfv\0"
"\0"
- /* _mesa_function_pool[6465]: BindAttribLocation (will be remapped) */
+ /* _mesa_function_pool[6490]: BindAttribLocation (will be remapped) */
"iip\0"
"glBindAttribLocation\0"
"glBindAttribLocationARB\0"
"\0"
- /* _mesa_function_pool[6515]: BindFragDataLocationIndexed (will be remapped) */
+ /* _mesa_function_pool[6540]: BindFragDataLocationIndexed (will be remapped) */
"iiip\0"
"glBindFragDataLocationIndexed\0"
"\0"
- /* _mesa_function_pool[6551]: DiscardFramebufferEXT (will be remapped) */
+ /* _mesa_function_pool[6576]: DiscardFramebufferEXT (will be remapped) */
"iip\0"
"glDiscardFramebufferEXT\0"
"\0"
- /* _mesa_function_pool[6580]: VDPAURegisterVideoSurfaceNV (will be remapped) */
+ /* _mesa_function_pool[6605]: VDPAURegisterVideoSurfaceNV (will be remapped) */
"piip\0"
"glVDPAURegisterVideoSurfaceNV\0"
"\0"
- /* _mesa_function_pool[6616]: BindTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[6641]: BindTransformFeedback (will be remapped) */
"ii\0"
"glBindTransformFeedback\0"
"\0"
- /* _mesa_function_pool[6644]: TextureStorage2DEXT (will be remapped) */
+ /* _mesa_function_pool[6669]: TextureStorage2DEXT (will be remapped) */
"iiiiii\0"
"glTextureStorage2DEXT\0"
"\0"
- /* _mesa_function_pool[6674]: Indexub (offset 315) */
+ /* _mesa_function_pool[6699]: Indexub (offset 315) */
"i\0"
"glIndexub\0"
"\0"
- /* _mesa_function_pool[6687]: GetPerfMonitorCounterDataAMD (will be remapped) */
+ /* _mesa_function_pool[6712]: GetPerfMonitorCounterDataAMD (will be remapped) */
"iiipp\0"
"glGetPerfMonitorCounterDataAMD\0"
"\0"
- /* _mesa_function_pool[6725]: TexEnvi (offset 186) */
+ /* _mesa_function_pool[6750]: TexEnvi (offset 186) */
"iii\0"
"glTexEnvi\0"
"\0"
- /* _mesa_function_pool[6740]: GetClipPlane (offset 259) */
+ /* _mesa_function_pool[6765]: GetClipPlane (offset 259) */
"ip\0"
"glGetClipPlane\0"
"\0"
- /* _mesa_function_pool[6759]: CombinerParameterfvNV (dynamic) */
+ /* _mesa_function_pool[6784]: CombinerParameterfvNV (dynamic) */
"ip\0"
"glCombinerParameterfvNV\0"
"\0"
- /* _mesa_function_pool[6787]: TexCoordP4uiv (will be remapped) */
+ /* _mesa_function_pool[6812]: TexCoordP4uiv (will be remapped) */
"ip\0"
"glTexCoordP4uiv\0"
"\0"
- /* _mesa_function_pool[6807]: VertexAttribs3dvNV (will be remapped) */
+ /* _mesa_function_pool[6832]: VertexAttribs3dvNV (will be remapped) */
"iip\0"
"glVertexAttribs3dvNV\0"
"\0"
- /* _mesa_function_pool[6833]: VertexAttribs4fvNV (will be remapped) */
+ /* _mesa_function_pool[6858]: VertexAttribs4fvNV (will be remapped) */
"iip\0"
"glVertexAttribs4fvNV\0"
"\0"
- /* _mesa_function_pool[6859]: VertexArrayRangeNV (dynamic) */
+ /* _mesa_function_pool[6884]: VertexArrayRangeNV (dynamic) */
"ip\0"
"glVertexArrayRangeNV\0"
"\0"
- /* _mesa_function_pool[6884]: FragmentLightiSGIX (dynamic) */
+ /* _mesa_function_pool[6909]: FragmentLightiSGIX (dynamic) */
"iii\0"
"glFragmentLightiSGIX\0"
"\0"
- /* _mesa_function_pool[6910]: ClearBufferfi (will be remapped) */
+ /* _mesa_function_pool[6935]: ClearBufferfi (will be remapped) */
"iifi\0"
"glClearBufferfi\0"
"\0"
- /* _mesa_function_pool[6932]: DrawTransformFeedbackInstanced (will be remapped) */
+ /* _mesa_function_pool[6957]: DrawTransformFeedbackInstanced (will be remapped) */
"iii\0"
"glDrawTransformFeedbackInstanced\0"
"\0"
- /* _mesa_function_pool[6970]: VDPAUInitNV (will be remapped) */
+ /* _mesa_function_pool[6995]: VDPAUInitNV (will be remapped) */
"pp\0"
"glVDPAUInitNV\0"
"\0"
- /* _mesa_function_pool[6988]: PolygonOffsetEXT (will be remapped) */
+ /* _mesa_function_pool[7013]: DrawElementsIndirect (will be remapped) */
+ "iip\0"
+ "glDrawElementsIndirect\0"
+ "\0"
+ /* _mesa_function_pool[7041]: PolygonOffsetEXT (will be remapped) */
"ff\0"
"glPolygonOffsetEXT\0"
"\0"
- /* _mesa_function_pool[7011]: WindowPos4dvMESA (will be remapped) */
+ /* _mesa_function_pool[7064]: WindowPos4dvMESA (will be remapped) */
"p\0"
"glWindowPos4dvMESA\0"
"\0"
- /* _mesa_function_pool[7033]: Scalex (will be remapped) */
+ /* _mesa_function_pool[7086]: Scalex (will be remapped) */
"iii\0"
"glScalexOES\0"
"glScalex\0"
"\0"
- /* _mesa_function_pool[7059]: PollAsyncSGIX (dynamic) */
+ /* _mesa_function_pool[7112]: PollAsyncSGIX (dynamic) */
"p\0"
"glPollAsyncSGIX\0"
"\0"
- /* _mesa_function_pool[7078]: WindowPos3sv (will be remapped) */
+ /* _mesa_function_pool[7131]: WindowPos3sv (will be remapped) */
"p\0"
"glWindowPos3sv\0"
"glWindowPos3svARB\0"
"glWindowPos3svMESA\0"
"\0"
- /* _mesa_function_pool[7133]: DeleteFragmentShaderATI (will be remapped) */
+ /* _mesa_function_pool[7186]: DeleteFragmentShaderATI (will be remapped) */
"i\0"
"glDeleteFragmentShaderATI\0"
"\0"
- /* _mesa_function_pool[7162]: Scaled (offset 301) */
+ /* _mesa_function_pool[7215]: Scaled (offset 301) */
"ddd\0"
"glScaled\0"
"\0"
- /* _mesa_function_pool[7176]: TangentPointerEXT (dynamic) */
+ /* _mesa_function_pool[7229]: TangentPointerEXT (dynamic) */
"iip\0"
"glTangentPointerEXT\0"
"\0"
- /* _mesa_function_pool[7201]: Scalef (offset 302) */
+ /* _mesa_function_pool[7254]: Scalef (offset 302) */
"fff\0"
"glScalef\0"
"\0"
- /* _mesa_function_pool[7215]: IndexPointerEXT (will be remapped) */
+ /* _mesa_function_pool[7268]: IndexPointerEXT (will be remapped) */
"iiip\0"
"glIndexPointerEXT\0"
"\0"
- /* _mesa_function_pool[7239]: VertexAttribI1iv (will be remapped) */
+ /* _mesa_function_pool[7292]: VertexAttribI1iv (will be remapped) */
"ip\0"
"glVertexAttribI1ivEXT\0"
"glVertexAttribI1iv\0"
"\0"
- /* _mesa_function_pool[7284]: ListParameterfvSGIX (dynamic) */
+ /* _mesa_function_pool[7337]: ListParameterfvSGIX (dynamic) */
"iip\0"
"glListParameterfvSGIX\0"
"\0"
- /* _mesa_function_pool[7311]: ColorFragmentOp1ATI (will be remapped) */
+ /* _mesa_function_pool[7364]: ColorFragmentOp1ATI (will be remapped) */
"iiiiiii\0"
"glColorFragmentOp1ATI\0"
"\0"
- /* _mesa_function_pool[7342]: GetUniformfv (will be remapped) */
+ /* _mesa_function_pool[7395]: GetUniformfv (will be remapped) */
"iip\0"
"glGetUniformfv\0"
"glGetUniformfvARB\0"
"\0"
- /* _mesa_function_pool[7380]: ObjectUnpurgeableAPPLE (will be remapped) */
+ /* _mesa_function_pool[7433]: ObjectUnpurgeableAPPLE (will be remapped) */
"iii\0"
"glObjectUnpurgeableAPPLE\0"
"\0"
- /* _mesa_function_pool[7410]: AlphaFunc (offset 240) */
+ /* _mesa_function_pool[7463]: AlphaFunc (offset 240) */
"if\0"
"glAlphaFunc\0"
"\0"
- /* _mesa_function_pool[7426]: ColorFragmentOp2ATI (will be remapped) */
+ /* _mesa_function_pool[7479]: ColorFragmentOp2ATI (will be remapped) */
"iiiiiiiiii\0"
"glColorFragmentOp2ATI\0"
"\0"
- /* _mesa_function_pool[7460]: IsShader (will be remapped) */
+ /* _mesa_function_pool[7513]: IsShader (will be remapped) */
"i\0"
"glIsShader\0"
"\0"
- /* _mesa_function_pool[7474]: EdgeFlag (offset 41) */
+ /* _mesa_function_pool[7527]: EdgeFlag (offset 41) */
"i\0"
"glEdgeFlag\0"
"\0"
- /* _mesa_function_pool[7488]: TexCoord2iv (offset 107) */
+ /* _mesa_function_pool[7541]: TexCoord2iv (offset 107) */
"p\0"
"glTexCoord2iv\0"
"\0"
- /* _mesa_function_pool[7505]: TexImage2DMultisample (will be remapped) */
+ /* _mesa_function_pool[7558]: TexImage2DMultisample (will be remapped) */
"iiiiii\0"
"glTexImage2DMultisample\0"
"\0"
- /* _mesa_function_pool[7537]: Rotated (offset 299) */
+ /* _mesa_function_pool[7590]: Rotated (offset 299) */
"dddd\0"
"glRotated\0"
"\0"
- /* _mesa_function_pool[7553]: VertexAttrib2sNV (will be remapped) */
+ /* _mesa_function_pool[7606]: VertexAttrib2sNV (will be remapped) */
"iii\0"
"glVertexAttrib2sNV\0"
"\0"
- /* _mesa_function_pool[7577]: ReadPixels (offset 256) */
+ /* _mesa_function_pool[7630]: ReadPixels (offset 256) */
"iiiiiip\0"
"glReadPixels\0"
"\0"
- /* _mesa_function_pool[7599]: EdgeFlagv (offset 42) */
+ /* _mesa_function_pool[7652]: EdgeFlagv (offset 42) */
"p\0"
"glEdgeFlagv\0"
"\0"
- /* _mesa_function_pool[7614]: NormalPointerListIBM (dynamic) */
+ /* _mesa_function_pool[7667]: NormalPointerListIBM (dynamic) */
"iipi\0"
"glNormalPointerListIBM\0"
"\0"
- /* _mesa_function_pool[7643]: CompressedTexSubImage1D (will be remapped) */
+ /* _mesa_function_pool[7696]: CompressedTexSubImage1D (will be remapped) */
"iiiiiip\0"
"glCompressedTexSubImage1D\0"
"glCompressedTexSubImage1DARB\0"
"\0"
- /* _mesa_function_pool[7707]: QueryCounter (will be remapped) */
+ /* _mesa_function_pool[7760]: QueryCounter (will be remapped) */
"ii\0"
"glQueryCounter\0"
"\0"
- /* _mesa_function_pool[7726]: Color4iv (offset 32) */
+ /* _mesa_function_pool[7779]: Color4iv (offset 32) */
"p\0"
"glColor4iv\0"
"\0"
- /* _mesa_function_pool[7740]: DebugMessageCallback (will be remapped) */
+ /* _mesa_function_pool[7793]: DebugMessageCallback (will be remapped) */
"pp\0"
"glDebugMessageCallback\0"
"\0"
- /* _mesa_function_pool[7767]: TexParameterf (offset 178) */
+ /* _mesa_function_pool[7820]: TexParameterf (offset 178) */
"iif\0"
"glTexParameterf\0"
"\0"
- /* _mesa_function_pool[7788]: TexParameteri (offset 180) */
+ /* _mesa_function_pool[7841]: TexParameteri (offset 180) */
"iii\0"
"glTexParameteri\0"
"\0"
- /* _mesa_function_pool[7809]: NormalPointerEXT (will be remapped) */
+ /* _mesa_function_pool[7862]: NormalPointerEXT (will be remapped) */
"iiip\0"
"glNormalPointerEXT\0"
"\0"
- /* _mesa_function_pool[7834]: GetTransformFeedbackVarying (will be remapped) */
+ /* _mesa_function_pool[7887]: GetTransformFeedbackVarying (will be remapped) */
"iiipppp\0"
"glGetTransformFeedbackVarying\0"
"glGetTransformFeedbackVaryingEXT\0"
"\0"
- /* _mesa_function_pool[7906]: GetUniformiv (will be remapped) */
+ /* _mesa_function_pool[7959]: GetUniformiv (will be remapped) */
"iip\0"
"glGetUniformiv\0"
"glGetUniformivARB\0"
"\0"
- /* _mesa_function_pool[7944]: DrawPixels (offset 257) */
+ /* _mesa_function_pool[7997]: DrawPixels (offset 257) */
"iiiip\0"
"glDrawPixels\0"
"\0"
- /* _mesa_function_pool[7964]: ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[8017]: ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN (dynamic) */
"iffffffff\0"
"glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[8024]: DepthRangex (will be remapped) */
+ /* _mesa_function_pool[8077]: DepthRangex (will be remapped) */
"ii\0"
"glDepthRangexOES\0"
"glDepthRangex\0"
"\0"
- /* _mesa_function_pool[8059]: ImageTransformParameterivHP (dynamic) */
+ /* _mesa_function_pool[8112]: ImageTransformParameterivHP (dynamic) */
"iip\0"
"glImageTransformParameterivHP\0"
"\0"
- /* _mesa_function_pool[8094]: VDPAUFiniNV (will be remapped) */
- "\0"
- "glVDPAUFiniNV\0"
+ /* _mesa_function_pool[8147]: GetnUniformuivARB (will be remapped) */
+ "iiip\0"
+ "glGetnUniformuivARB\0"
"\0"
- /* _mesa_function_pool[8110]: DrawTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[8173]: DrawTransformFeedback (will be remapped) */
"ii\0"
"glDrawTransformFeedback\0"
"\0"
- /* _mesa_function_pool[8138]: DrawElementsInstancedARB (will be remapped) */
+ /* _mesa_function_pool[8201]: DrawElementsInstancedARB (will be remapped) */
"iiipi\0"
"glDrawElementsInstancedARB\0"
"glDrawElementsInstancedEXT\0"
"glDrawElementsInstanced\0"
"\0"
- /* _mesa_function_pool[8223]: MultiTexCoord3sv (offset 399) */
+ /* _mesa_function_pool[8286]: MultiTexCoord3sv (offset 399) */
"ip\0"
"glMultiTexCoord3sv\0"
"glMultiTexCoord3svARB\0"
"\0"
- /* _mesa_function_pool[8268]: VertexAttribBinding (will be remapped) */
+ /* _mesa_function_pool[8331]: VertexAttribBinding (will be remapped) */
"ii\0"
"glVertexAttribBinding\0"
"\0"
- /* _mesa_function_pool[8294]: WeightivARB (dynamic) */
+ /* _mesa_function_pool[8357]: WeightivARB (dynamic) */
"ip\0"
"glWeightivARB\0"
"\0"
- /* _mesa_function_pool[8312]: GlobalAlphaFactordSUN (dynamic) */
+ /* _mesa_function_pool[8375]: GlobalAlphaFactordSUN (dynamic) */
"d\0"
"glGlobalAlphaFactordSUN\0"
"\0"
- /* _mesa_function_pool[8339]: GetFinalCombinerInputParameterfvNV (dynamic) */
+ /* _mesa_function_pool[8402]: GetFinalCombinerInputParameterfvNV (dynamic) */
"iip\0"
"glGetFinalCombinerInputParameterfvNV\0"
"\0"
- /* _mesa_function_pool[8381]: GenLists (offset 5) */
+ /* _mesa_function_pool[8444]: GenLists (offset 5) */
"i\0"
"glGenLists\0"
"\0"
- /* _mesa_function_pool[8395]: DepthRangef (will be remapped) */
+ /* _mesa_function_pool[8458]: DepthRangef (will be remapped) */
"ff\0"
"glDepthRangef\0"
"glDepthRangefOES\0"
"\0"
- /* _mesa_function_pool[8430]: Color3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[8493]: Color3fVertex3fvSUN (dynamic) */
"pp\0"
"glColor3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[8456]: SampleCoveragex (will be remapped) */
+ /* _mesa_function_pool[8519]: SampleCoveragex (will be remapped) */
"ii\0"
"glSampleCoveragexOES\0"
"glSampleCoveragex\0"
"\0"
- /* _mesa_function_pool[8499]: GetMapAttribParameterivNV (dynamic) */
+ /* _mesa_function_pool[8562]: GetMapAttribParameterivNV (dynamic) */
"iiip\0"
"glGetMapAttribParameterivNV\0"
"\0"
- /* _mesa_function_pool[8533]: GetCombinerInputParameterfvNV (dynamic) */
+ /* _mesa_function_pool[8596]: GetCombinerInputParameterfvNV (dynamic) */
"iiiip\0"
"glGetCombinerInputParameterfvNV\0"
"\0"
- /* _mesa_function_pool[8572]: GetSharpenTexFuncSGIS (dynamic) */
+ /* _mesa_function_pool[8635]: GetSharpenTexFuncSGIS (dynamic) */
"ip\0"
"glGetSharpenTexFuncSGIS\0"
"\0"
- /* _mesa_function_pool[8600]: PixelTransformParameterfvEXT (dynamic) */
+ /* _mesa_function_pool[8663]: PixelTransformParameterfvEXT (dynamic) */
"iip\0"
"glPixelTransformParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[8636]: MapGrid2d (offset 226) */
+ /* _mesa_function_pool[8699]: MapGrid2d (offset 226) */
"iddidd\0"
"glMapGrid2d\0"
"\0"
- /* _mesa_function_pool[8656]: MapGrid2f (offset 227) */
+ /* _mesa_function_pool[8719]: MapGrid2f (offset 227) */
"iffiff\0"
"glMapGrid2f\0"
"\0"
- /* _mesa_function_pool[8676]: SampleMapATI (will be remapped) */
+ /* _mesa_function_pool[8739]: SampleMapATI (will be remapped) */
"iii\0"
"glSampleMapATI\0"
"\0"
- /* _mesa_function_pool[8696]: ValidateProgram (will be remapped) */
+ /* _mesa_function_pool[8759]: ValidateProgram (will be remapped) */
"i\0"
"glValidateProgram\0"
"glValidateProgramARB\0"
"\0"
- /* _mesa_function_pool[8738]: VertexPointerEXT (will be remapped) */
+ /* _mesa_function_pool[8801]: VertexPointerEXT (will be remapped) */
"iiiip\0"
"glVertexPointerEXT\0"
"\0"
- /* _mesa_function_pool[8764]: GetTexFilterFuncSGIS (dynamic) */
+ /* _mesa_function_pool[8827]: GetTexFilterFuncSGIS (dynamic) */
"iip\0"
"glGetTexFilterFuncSGIS\0"
"\0"
- /* _mesa_function_pool[8792]: VertexAttribI4sv (will be remapped) */
+ /* _mesa_function_pool[8855]: VertexAttribI4sv (will be remapped) */
"ip\0"
"glVertexAttribI4svEXT\0"
"glVertexAttribI4sv\0"
"\0"
- /* _mesa_function_pool[8837]: Scissor (offset 176) */
+ /* _mesa_function_pool[8900]: Scissor (offset 176) */
"iiii\0"
"glScissor\0"
"\0"
- /* _mesa_function_pool[8853]: Fogf (offset 153) */
+ /* _mesa_function_pool[8916]: Fogf (offset 153) */
"if\0"
"glFogf\0"
"\0"
- /* _mesa_function_pool[8864]: ReplacementCodeubvSUN (dynamic) */
+ /* _mesa_function_pool[8927]: ReplacementCodeubvSUN (dynamic) */
"p\0"
"glReplacementCodeubvSUN\0"
"\0"
- /* _mesa_function_pool[8891]: TexSubImage1D (offset 332) */
+ /* _mesa_function_pool[8954]: TexSubImage1D (offset 332) */
"iiiiiip\0"
"glTexSubImage1D\0"
"glTexSubImage1DEXT\0"
"\0"
- /* _mesa_function_pool[8935]: BeginTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[8998]: BeginTransformFeedback (will be remapped) */
"i\0"
"glBeginTransformFeedback\0"
"glBeginTransformFeedbackEXT\0"
"\0"
- /* _mesa_function_pool[8991]: FenceSync (will be remapped) */
+ /* _mesa_function_pool[9054]: FenceSync (will be remapped) */
"ii\0"
"glFenceSync\0"
"\0"
- /* _mesa_function_pool[9007]: Color4usv (offset 40) */
+ /* _mesa_function_pool[9070]: Color4usv (offset 40) */
"p\0"
"glColor4usv\0"
"\0"
- /* _mesa_function_pool[9022]: GetnUniformfvARB (will be remapped) */
+ /* _mesa_function_pool[9085]: GetnUniformfvARB (will be remapped) */
"iiip\0"
"glGetnUniformfvARB\0"
"\0"
- /* _mesa_function_pool[9047]: Fogi (offset 155) */
+ /* _mesa_function_pool[9110]: Fogi (offset 155) */
"ii\0"
"glFogi\0"
"\0"
- /* _mesa_function_pool[9058]: DepthRange (offset 288) */
+ /* _mesa_function_pool[9121]: DepthRange (offset 288) */
"dd\0"
"glDepthRange\0"
"\0"
- /* _mesa_function_pool[9075]: RasterPos3iv (offset 75) */
+ /* _mesa_function_pool[9138]: RasterPos3iv (offset 75) */
"p\0"
"glRasterPos3iv\0"
"\0"
- /* _mesa_function_pool[9093]: ColorMaski (will be remapped) */
+ /* _mesa_function_pool[9156]: ColorMaski (will be remapped) */
"iiiii\0"
"glColorMaskIndexedEXT\0"
"glColorMaski\0"
"\0"
- /* _mesa_function_pool[9135]: GetActiveAttrib (will be remapped) */
+ /* _mesa_function_pool[9198]: GetActiveAttrib (will be remapped) */
"iiipppp\0"
"glGetActiveAttrib\0"
"glGetActiveAttribARB\0"
"\0"
- /* _mesa_function_pool[9183]: TexCoord2i (offset 106) */
+ /* _mesa_function_pool[9246]: TexCoord2i (offset 106) */
"ii\0"
"glTexCoord2i\0"
"\0"
- /* _mesa_function_pool[9200]: PixelMapfv (offset 251) */
+ /* _mesa_function_pool[9263]: PixelMapfv (offset 251) */
"iip\0"
"glPixelMapfv\0"
"\0"
- /* _mesa_function_pool[9218]: Color4ui (offset 37) */
+ /* _mesa_function_pool[9281]: Color4ui (offset 37) */
"iiii\0"
"glColor4ui\0"
"\0"
- /* _mesa_function_pool[9235]: RasterPos3s (offset 76) */
+ /* _mesa_function_pool[9298]: RasterPos3s (offset 76) */
"iii\0"
"glRasterPos3s\0"
"\0"
- /* _mesa_function_pool[9254]: Color3usv (offset 24) */
+ /* _mesa_function_pool[9317]: Color3usv (offset 24) */
"p\0"
"glColor3usv\0"
"\0"
- /* _mesa_function_pool[9269]: MultiTexCoord2iv (offset 389) */
+ /* _mesa_function_pool[9332]: MultiTexCoord2iv (offset 389) */
"ip\0"
"glMultiTexCoord2iv\0"
"glMultiTexCoord2ivARB\0"
"\0"
- /* _mesa_function_pool[9314]: TexCoord2f (offset 104) */
+ /* _mesa_function_pool[9377]: TexCoord2f (offset 104) */
"ff\0"
"glTexCoord2f\0"
"\0"
- /* _mesa_function_pool[9331]: ReplacementCodeuiTexCoord2fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[9394]: ReplacementCodeuiTexCoord2fVertex3fSUN (dynamic) */
"ifffff\0"
"glReplacementCodeuiTexCoord2fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[9380]: TexCoord2d (offset 102) */
+ /* _mesa_function_pool[9443]: TexCoord2d (offset 102) */
"dd\0"
"glTexCoord2d\0"
"\0"
- /* _mesa_function_pool[9397]: RasterPos3d (offset 70) */
+ /* _mesa_function_pool[9460]: RasterPos3d (offset 70) */
"ddd\0"
"glRasterPos3d\0"
"\0"
- /* _mesa_function_pool[9416]: RasterPos3f (offset 72) */
+ /* _mesa_function_pool[9479]: RasterPos3f (offset 72) */
"fff\0"
"glRasterPos3f\0"
"\0"
- /* _mesa_function_pool[9435]: AreTexturesResident (offset 322) */
+ /* _mesa_function_pool[9498]: AreTexturesResident (offset 322) */
"ipp\0"
"glAreTexturesResident\0"
"glAreTexturesResidentEXT\0"
"\0"
- /* _mesa_function_pool[9487]: DrawElementsInstancedBaseVertexBaseInstance (will be remapped) */
+ /* _mesa_function_pool[9550]: DrawElementsInstancedBaseVertexBaseInstance (will be remapped) */
"iiipiii\0"
"glDrawElementsInstancedBaseVertexBaseInstance\0"
"\0"
- /* _mesa_function_pool[9542]: TexCoord2s (offset 108) */
+ /* _mesa_function_pool[9605]: TexCoord2s (offset 108) */
"ii\0"
"glTexCoord2s\0"
"\0"
- /* _mesa_function_pool[9559]: StencilOpSeparate (will be remapped) */
+ /* _mesa_function_pool[9622]: StencilOpSeparate (will be remapped) */
"iiii\0"
"glStencilOpSeparate\0"
"glStencilOpSeparateATI\0"
"\0"
- /* _mesa_function_pool[9608]: ColorTableParameteriv (offset 341) */
+ /* _mesa_function_pool[9671]: ColorTableParameteriv (offset 341) */
"iip\0"
"glColorTableParameteriv\0"
"glColorTableParameterivSGI\0"
"\0"
- /* _mesa_function_pool[9664]: VertexAttribP2ui (will be remapped) */
+ /* _mesa_function_pool[9727]: VertexAttribP2ui (will be remapped) */
"iiii\0"
"glVertexAttribP2ui\0"
"\0"
- /* _mesa_function_pool[9689]: GenSamplers (will be remapped) */
+ /* _mesa_function_pool[9752]: GenSamplers (will be remapped) */
"ip\0"
"glGenSamplers\0"
"\0"
- /* _mesa_function_pool[9707]: Color4us (offset 39) */
+ /* _mesa_function_pool[9770]: Color4us (offset 39) */
"iiii\0"
"glColor4us\0"
"\0"
- /* _mesa_function_pool[9724]: Color3bv (offset 10) */
+ /* _mesa_function_pool[9787]: VDPAUFiniNV (will be remapped) */
+ "\0"
+ "glVDPAUFiniNV\0"
+ "\0"
+ /* _mesa_function_pool[9803]: Color3bv (offset 10) */
"p\0"
"glColor3bv\0"
"\0"
- /* _mesa_function_pool[9738]: GetnCompressedTexImageARB (will be remapped) */
+ /* _mesa_function_pool[9817]: GetnCompressedTexImageARB (will be remapped) */
"iiip\0"
"glGetnCompressedTexImageARB\0"
"\0"
- /* _mesa_function_pool[9772]: DrawTransformFeedbackStreamInstanced (will be remapped) */
+ /* _mesa_function_pool[9851]: DrawTransformFeedbackStreamInstanced (will be remapped) */
"iiii\0"
"glDrawTransformFeedbackStreamInstanced\0"
"\0"
- /* _mesa_function_pool[9817]: VertexAttrib2fvARB (will be remapped) */
+ /* _mesa_function_pool[9896]: VertexAttrib2fvARB (will be remapped) */
"ip\0"
"glVertexAttrib2fv\0"
"glVertexAttrib2fvARB\0"
"\0"
- /* _mesa_function_pool[9860]: VertexPointerListIBM (dynamic) */
+ /* _mesa_function_pool[9939]: VertexPointerListIBM (dynamic) */
"iiipi\0"
"glVertexPointerListIBM\0"
"\0"
- /* _mesa_function_pool[9890]: GetProgramLocalParameterfvARB (will be remapped) */
+ /* _mesa_function_pool[9969]: GetProgramLocalParameterfvARB (will be remapped) */
"iip\0"
"glGetProgramLocalParameterfvARB\0"
"\0"
- /* _mesa_function_pool[9927]: FragmentMaterialfSGIX (dynamic) */
+ /* _mesa_function_pool[10006]: FragmentMaterialfSGIX (dynamic) */
"iif\0"
"glFragmentMaterialfSGIX\0"
"\0"
- /* _mesa_function_pool[9956]: BindSampler (will be remapped) */
+ /* _mesa_function_pool[10035]: BindSampler (will be remapped) */
"ii\0"
"glBindSampler\0"
"\0"
- /* _mesa_function_pool[9974]: GetUniformuiv (will be remapped) */
+ /* _mesa_function_pool[10053]: GetUniformuiv (will be remapped) */
"iip\0"
"glGetUniformuivEXT\0"
"glGetUniformuiv\0"
"\0"
- /* _mesa_function_pool[10014]: BindBufferOffsetEXT (will be remapped) */
+ /* _mesa_function_pool[10093]: BindBufferOffsetEXT (will be remapped) */
"iiii\0"
"glBindBufferOffsetEXT\0"
"\0"
- /* _mesa_function_pool[10042]: IsFenceNV (dynamic) */
+ /* _mesa_function_pool[10121]: IsFenceNV (dynamic) */
"i\0"
"glIsFenceNV\0"
"\0"
- /* _mesa_function_pool[10057]: ColorPointerListIBM (dynamic) */
+ /* _mesa_function_pool[10136]: ColorPointerListIBM (dynamic) */
"iiipi\0"
"glColorPointerListIBM\0"
"\0"
- /* _mesa_function_pool[10086]: AttachObjectARB (will be remapped) */
+ /* _mesa_function_pool[10165]: AttachObjectARB (will be remapped) */
"ii\0"
"glAttachObjectARB\0"
"\0"
- /* _mesa_function_pool[10108]: GetFragmentLightivSGIX (dynamic) */
+ /* _mesa_function_pool[10187]: GetFragmentLightivSGIX (dynamic) */
"iip\0"
"glGetFragmentLightivSGIX\0"
"\0"
- /* _mesa_function_pool[10138]: MultiTexCoord2fARB (offset 386) */
+ /* _mesa_function_pool[10217]: MultiTexCoord2fARB (offset 386) */
"iff\0"
"glMultiTexCoord2f\0"
"glMultiTexCoord2fARB\0"
"\0"
- /* _mesa_function_pool[10182]: ColorTable (offset 339) */
+ /* _mesa_function_pool[10261]: ColorTable (offset 339) */
"iiiiip\0"
"glColorTable\0"
"glColorTableSGI\0"
"glColorTableEXT\0"
"\0"
- /* _mesa_function_pool[10235]: IndexPointer (offset 314) */
+ /* _mesa_function_pool[10314]: IndexPointer (offset 314) */
"iip\0"
"glIndexPointer\0"
"\0"
- /* _mesa_function_pool[10255]: Accum (offset 213) */
+ /* _mesa_function_pool[10334]: Accum (offset 213) */
"if\0"
"glAccum\0"
"\0"
- /* _mesa_function_pool[10267]: GetTexImage (offset 281) */
+ /* _mesa_function_pool[10346]: GetTexImage (offset 281) */
"iiiip\0"
"glGetTexImage\0"
"\0"
- /* _mesa_function_pool[10288]: MapControlPointsNV (dynamic) */
+ /* _mesa_function_pool[10367]: MapControlPointsNV (dynamic) */
"iiiiiiiip\0"
"glMapControlPointsNV\0"
"\0"
- /* _mesa_function_pool[10320]: ConvolutionFilter2D (offset 349) */
+ /* _mesa_function_pool[10399]: ConvolutionFilter2D (offset 349) */
"iiiiiip\0"
"glConvolutionFilter2D\0"
"glConvolutionFilter2DEXT\0"
"\0"
- /* _mesa_function_pool[10376]: TexParameterIiv (will be remapped) */
+ /* _mesa_function_pool[10455]: TexParameterIiv (will be remapped) */
"iip\0"
"glTexParameterIivEXT\0"
"glTexParameterIiv\0"
"\0"
- /* _mesa_function_pool[10420]: Finish (offset 216) */
+ /* _mesa_function_pool[10499]: Finish (offset 216) */
"\0"
"glFinish\0"
"\0"
- /* _mesa_function_pool[10431]: MapParameterfvNV (dynamic) */
+ /* _mesa_function_pool[10510]: MapParameterfvNV (dynamic) */
"iip\0"
"glMapParameterfvNV\0"
"\0"
- /* _mesa_function_pool[10455]: ClearStencil (offset 207) */
+ /* _mesa_function_pool[10534]: ClearStencil (offset 207) */
"i\0"
"glClearStencil\0"
"\0"
- /* _mesa_function_pool[10473]: Color4x (will be remapped) */
+ /* _mesa_function_pool[10552]: Color4x (will be remapped) */
"iiii\0"
"glColor4xOES\0"
"glColor4x\0"
"\0"
- /* _mesa_function_pool[10502]: HintPGI (dynamic) */
+ /* _mesa_function_pool[10581]: HintPGI (dynamic) */
"ii\0"
"glHintPGI\0"
"\0"
- /* _mesa_function_pool[10516]: ConvolutionParameteriv (offset 353) */
+ /* _mesa_function_pool[10595]: ConvolutionParameteriv (offset 353) */
"iip\0"
"glConvolutionParameteriv\0"
"glConvolutionParameterivEXT\0"
"\0"
- /* _mesa_function_pool[10574]: Color4s (offset 33) */
+ /* _mesa_function_pool[10653]: Color4s (offset 33) */
"iiii\0"
"glColor4s\0"
"\0"
- /* _mesa_function_pool[10590]: InterleavedArrays (offset 317) */
+ /* _mesa_function_pool[10669]: InterleavedArrays (offset 317) */
"iip\0"
"glInterleavedArrays\0"
"\0"
- /* _mesa_function_pool[10615]: RasterPos2fv (offset 65) */
+ /* _mesa_function_pool[10694]: RasterPos2fv (offset 65) */
"p\0"
"glRasterPos2fv\0"
"\0"
- /* _mesa_function_pool[10633]: TexCoord1fv (offset 97) */
+ /* _mesa_function_pool[10712]: TexCoord1fv (offset 97) */
"p\0"
"glTexCoord1fv\0"
"\0"
- /* _mesa_function_pool[10650]: Vertex2d (offset 126) */
+ /* _mesa_function_pool[10729]: Vertex2d (offset 126) */
"dd\0"
"glVertex2d\0"
"\0"
- /* _mesa_function_pool[10665]: CullParameterdvEXT (dynamic) */
+ /* _mesa_function_pool[10744]: CullParameterdvEXT (dynamic) */
"ip\0"
"glCullParameterdvEXT\0"
"\0"
- /* _mesa_function_pool[10690]: ProgramNamedParameter4fNV (will be remapped) */
+ /* _mesa_function_pool[10769]: ProgramNamedParameter4fNV (will be remapped) */
"iipffff\0"
"glProgramNamedParameter4fNV\0"
"\0"
- /* _mesa_function_pool[10727]: Orthof (will be remapped) */
+ /* _mesa_function_pool[10806]: Orthof (will be remapped) */
"ffffff\0"
"glOrthofOES\0"
"glOrthof\0"
"\0"
- /* _mesa_function_pool[10756]: MultiTexCoord4dv (offset 401) */
+ /* _mesa_function_pool[10835]: MultiTexCoord4dv (offset 401) */
"ip\0"
"glMultiTexCoord4dv\0"
"glMultiTexCoord4dvARB\0"
"\0"
- /* _mesa_function_pool[10801]: ProgramEnvParameter4fvARB (will be remapped) */
+ /* _mesa_function_pool[10880]: ProgramEnvParameter4fvARB (will be remapped) */
"iip\0"
"glProgramEnvParameter4fvARB\0"
"glProgramParameter4fvNV\0"
"\0"
- /* _mesa_function_pool[10858]: Color4i (offset 31) */
+ /* _mesa_function_pool[10937]: Color4i (offset 31) */
"iiii\0"
"glColor4i\0"
"\0"
- /* _mesa_function_pool[10874]: Color4f (offset 29) */
+ /* _mesa_function_pool[10953]: Color4f (offset 29) */
"ffff\0"
"glColor4f\0"
"\0"
- /* _mesa_function_pool[10890]: RasterPos4fv (offset 81) */
+ /* _mesa_function_pool[10969]: RasterPos4fv (offset 81) */
"p\0"
"glRasterPos4fv\0"
"\0"
- /* _mesa_function_pool[10908]: Color4d (offset 27) */
+ /* _mesa_function_pool[10987]: Color4d (offset 27) */
"dddd\0"
"glColor4d\0"
"\0"
- /* _mesa_function_pool[10924]: ClearIndex (offset 205) */
+ /* _mesa_function_pool[11003]: ClearIndex (offset 205) */
"f\0"
"glClearIndex\0"
"\0"
- /* _mesa_function_pool[10940]: Color4b (offset 25) */
+ /* _mesa_function_pool[11019]: Color4b (offset 25) */
"iiii\0"
"glColor4b\0"
"\0"
- /* _mesa_function_pool[10956]: LoadMatrixd (offset 292) */
+ /* _mesa_function_pool[11035]: LoadMatrixd (offset 292) */
"p\0"
"glLoadMatrixd\0"
"\0"
- /* _mesa_function_pool[10973]: FragmentLightModeliSGIX (dynamic) */
+ /* _mesa_function_pool[11052]: FragmentLightModeliSGIX (dynamic) */
"ii\0"
"glFragmentLightModeliSGIX\0"
"\0"
- /* _mesa_function_pool[11003]: RasterPos2dv (offset 63) */
+ /* _mesa_function_pool[11082]: RasterPos2dv (offset 63) */
"p\0"
"glRasterPos2dv\0"
"\0"
- /* _mesa_function_pool[11021]: ConvolutionParameterfv (offset 351) */
+ /* _mesa_function_pool[11100]: ConvolutionParameterfv (offset 351) */
"iip\0"
"glConvolutionParameterfv\0"
"glConvolutionParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[11079]: TbufferMask3DFX (dynamic) */
+ /* _mesa_function_pool[11158]: TbufferMask3DFX (dynamic) */
"i\0"
"glTbufferMask3DFX\0"
"\0"
- /* _mesa_function_pool[11100]: VDPAURegisterOutputSurfaceNV (will be remapped) */
+ /* _mesa_function_pool[11179]: VDPAURegisterOutputSurfaceNV (will be remapped) */
"piip\0"
"glVDPAURegisterOutputSurfaceNV\0"
"\0"
- /* _mesa_function_pool[11137]: GetTexGendv (offset 278) */
+ /* _mesa_function_pool[11216]: GetTexGendv (offset 278) */
"iip\0"
"glGetTexGendv\0"
"\0"
- /* _mesa_function_pool[11156]: FragmentLightModelfSGIX (dynamic) */
+ /* _mesa_function_pool[11235]: FragmentLightModelfSGIX (dynamic) */
"if\0"
"glFragmentLightModelfSGIX\0"
"\0"
- /* _mesa_function_pool[11186]: LoadProgramNV (will be remapped) */
+ /* _mesa_function_pool[11265]: LoadProgramNV (will be remapped) */
"iiip\0"
"glLoadProgramNV\0"
"\0"
- /* _mesa_function_pool[11208]: EndList (offset 1) */
+ /* _mesa_function_pool[11287]: EndList (offset 1) */
"\0"
"glEndList\0"
"\0"
- /* _mesa_function_pool[11220]: VertexP4ui (will be remapped) */
+ /* _mesa_function_pool[11299]: VertexP4ui (will be remapped) */
"ii\0"
"glVertexP4ui\0"
"\0"
- /* _mesa_function_pool[11237]: MultiTexCoordP1ui (will be remapped) */
+ /* _mesa_function_pool[11316]: MultiTexCoordP1ui (will be remapped) */
"iii\0"
"glMultiTexCoordP1ui\0"
"\0"
- /* _mesa_function_pool[11262]: GetAttachedObjectsARB (will be remapped) */
+ /* _mesa_function_pool[11341]: GetAttachedObjectsARB (will be remapped) */
"iipp\0"
"glGetAttachedObjectsARB\0"
"\0"
- /* _mesa_function_pool[11292]: EvalCoord1fv (offset 231) */
+ /* _mesa_function_pool[11371]: EvalCoord1fv (offset 231) */
"p\0"
"glEvalCoord1fv\0"
"\0"
- /* _mesa_function_pool[11310]: DrawRangeElements (offset 338) */
+ /* _mesa_function_pool[11389]: DrawRangeElements (offset 338) */
"iiiiip\0"
"glDrawRangeElements\0"
"glDrawRangeElementsEXT\0"
"\0"
- /* _mesa_function_pool[11361]: EvalMesh2 (offset 238) */
+ /* _mesa_function_pool[11440]: EvalMesh2 (offset 238) */
"iiiii\0"
"glEvalMesh2\0"
"\0"
- /* _mesa_function_pool[11380]: TexCoordPointerListIBM (dynamic) */
+ /* _mesa_function_pool[11459]: TexCoordPointerListIBM (dynamic) */
"iiipi\0"
"glTexCoordPointerListIBM\0"
"\0"
- /* _mesa_function_pool[11412]: Vertex4fv (offset 145) */
+ /* _mesa_function_pool[11491]: Vertex4fv (offset 145) */
"p\0"
"glVertex4fv\0"
"\0"
- /* _mesa_function_pool[11427]: VertexAttribLFormat (will be remapped) */
+ /* _mesa_function_pool[11506]: VertexAttribLFormat (will be remapped) */
"iiii\0"
"glVertexAttribLFormat\0"
"\0"
- /* _mesa_function_pool[11455]: GenTransformFeedbacks (will be remapped) */
+ /* _mesa_function_pool[11534]: GenTransformFeedbacks (will be remapped) */
"ip\0"
"glGenTransformFeedbacks\0"
"\0"
- /* _mesa_function_pool[11483]: SpriteParameterfvSGIX (dynamic) */
+ /* _mesa_function_pool[11562]: SpriteParameterfvSGIX (dynamic) */
"ip\0"
"glSpriteParameterfvSGIX\0"
"\0"
- /* _mesa_function_pool[11511]: VertexAttribs3fvNV (will be remapped) */
+ /* _mesa_function_pool[11590]: VertexAttribs3fvNV (will be remapped) */
"iip\0"
"glVertexAttribs3fvNV\0"
"\0"
- /* _mesa_function_pool[11537]: GlobalAlphaFactoruiSUN (dynamic) */
+ /* _mesa_function_pool[11616]: GlobalAlphaFactoruiSUN (dynamic) */
"i\0"
"glGlobalAlphaFactoruiSUN\0"
"\0"
- /* _mesa_function_pool[11565]: GetHandleARB (will be remapped) */
+ /* _mesa_function_pool[11644]: GetHandleARB (will be remapped) */
"i\0"
"glGetHandleARB\0"
"\0"
- /* _mesa_function_pool[11583]: DebugMessageControlARB (will be remapped) */
+ /* _mesa_function_pool[11662]: DebugMessageControlARB (will be remapped) */
"iiiipi\0"
"glDebugMessageControlARB\0"
"\0"
- /* _mesa_function_pool[11616]: DrawTexfvOES (will be remapped) */
+ /* _mesa_function_pool[11695]: DrawTexfvOES (will be remapped) */
"p\0"
"glDrawTexfvOES\0"
"\0"
- /* _mesa_function_pool[11634]: BlendFunciARB (will be remapped) */
+ /* _mesa_function_pool[11713]: BlendFunciARB (will be remapped) */
"iii\0"
"glBlendFunciARB\0"
"glBlendFuncIndexedAMD\0"
"\0"
- /* _mesa_function_pool[11677]: GetProgramEnvParameterdvARB (will be remapped) */
+ /* _mesa_function_pool[11756]: GetProgramEnvParameterdvARB (will be remapped) */
"iip\0"
"glGetProgramEnvParameterdvARB\0"
"\0"
- /* _mesa_function_pool[11712]: GetnUniformivARB (will be remapped) */
+ /* _mesa_function_pool[11791]: GetnUniformivARB (will be remapped) */
"iiip\0"
"glGetnUniformivARB\0"
"\0"
- /* _mesa_function_pool[11737]: ClearColorIiEXT (will be remapped) */
+ /* _mesa_function_pool[11816]: ClearColorIiEXT (will be remapped) */
"iiii\0"
"glClearColorIiEXT\0"
"\0"
- /* _mesa_function_pool[11761]: BindFramebuffer (will be remapped) */
+ /* _mesa_function_pool[11840]: BindFramebuffer (will be remapped) */
"ii\0"
"glBindFramebuffer\0"
"glBindFramebufferOES\0"
"\0"
- /* _mesa_function_pool[11804]: CreateProgram (will be remapped) */
+ /* _mesa_function_pool[11883]: CreateProgram (will be remapped) */
"\0"
"glCreateProgram\0"
"\0"
- /* _mesa_function_pool[11822]: ReleaseShaderCompiler (will be remapped) */
+ /* _mesa_function_pool[11901]: ReleaseShaderCompiler (will be remapped) */
"\0"
"glReleaseShaderCompiler\0"
"\0"
- /* _mesa_function_pool[11848]: GetMinmax (offset 364) */
+ /* _mesa_function_pool[11927]: GetMinmax (offset 364) */
"iiiip\0"
"glGetMinmax\0"
"glGetMinmaxEXT\0"
"\0"
- /* _mesa_function_pool[11882]: BlendFuncSeparate (will be remapped) */
+ /* _mesa_function_pool[11961]: BlendFuncSeparate (will be remapped) */
"iiii\0"
"glBlendFuncSeparate\0"
"glBlendFuncSeparateEXT\0"
"glBlendFuncSeparateINGR\0"
"glBlendFuncSeparateOES\0"
"\0"
- /* _mesa_function_pool[11978]: StencilFuncSeparate (will be remapped) */
+ /* _mesa_function_pool[12057]: StencilFuncSeparate (will be remapped) */
"iiii\0"
"glStencilFuncSeparate\0"
"\0"
- /* _mesa_function_pool[12006]: ShaderSource (will be remapped) */
+ /* _mesa_function_pool[12085]: ShaderSource (will be remapped) */
"iipp\0"
"glShaderSource\0"
"glShaderSourceARB\0"
"\0"
- /* _mesa_function_pool[12045]: GetInteger64i_v (will be remapped) */
+ /* _mesa_function_pool[12124]: GetInteger64i_v (will be remapped) */
"iip\0"
"glGetInteger64i_v\0"
"\0"
- /* _mesa_function_pool[12068]: GetVertexAttribdvNV (will be remapped) */
+ /* _mesa_function_pool[12147]: GetVertexAttribdvNV (will be remapped) */
"iip\0"
"glGetVertexAttribdvNV\0"
"\0"
- /* _mesa_function_pool[12095]: DeleteTransformFeedbacks (will be remapped) */
+ /* _mesa_function_pool[12174]: DeleteTransformFeedbacks (will be remapped) */
"ip\0"
"glDeleteTransformFeedbacks\0"
"\0"
- /* _mesa_function_pool[12126]: Normal3fv (offset 57) */
+ /* _mesa_function_pool[12205]: Normal3fv (offset 57) */
"p\0"
"glNormal3fv\0"
"\0"
- /* _mesa_function_pool[12141]: GlobalAlphaFactorbSUN (dynamic) */
+ /* _mesa_function_pool[12220]: GlobalAlphaFactorbSUN (dynamic) */
"i\0"
"glGlobalAlphaFactorbSUN\0"
"\0"
- /* _mesa_function_pool[12168]: Color3us (offset 23) */
+ /* _mesa_function_pool[12247]: Color3us (offset 23) */
"iii\0"
"glColor3us\0"
"\0"
- /* _mesa_function_pool[12184]: ImageTransformParameterfvHP (dynamic) */
+ /* _mesa_function_pool[12263]: ImageTransformParameterfvHP (dynamic) */
"iip\0"
"glImageTransformParameterfvHP\0"
"\0"
- /* _mesa_function_pool[12219]: NormalP3ui (will be remapped) */
+ /* _mesa_function_pool[12298]: NormalP3ui (will be remapped) */
"ii\0"
"glNormalP3ui\0"
"\0"
- /* _mesa_function_pool[12236]: End (offset 43) */
+ /* _mesa_function_pool[12315]: End (offset 43) */
"\0"
"glEnd\0"
"\0"
- /* _mesa_function_pool[12244]: VertexAttribs3svNV (will be remapped) */
+ /* _mesa_function_pool[12323]: VertexAttribs3svNV (will be remapped) */
"iip\0"
"glVertexAttribs3svNV\0"
"\0"
- /* _mesa_function_pool[12270]: VertexAttribFormat (will be remapped) */
+ /* _mesa_function_pool[12349]: VertexAttribFormat (will be remapped) */
"iiiii\0"
"glVertexAttribFormat\0"
"\0"
- /* _mesa_function_pool[12298]: MultiTexCoordP3uiv (will be remapped) */
+ /* _mesa_function_pool[12377]: MultiTexCoordP3uiv (will be remapped) */
"iip\0"
"glMultiTexCoordP3uiv\0"
"\0"
- /* _mesa_function_pool[12324]: VertexAttribs2dvNV (will be remapped) */
+ /* _mesa_function_pool[12403]: VertexAttribs2dvNV (will be remapped) */
"iip\0"
"glVertexAttribs2dvNV\0"
"\0"
- /* _mesa_function_pool[12350]: MultiTexCoord3fvARB (offset 395) */
+ /* _mesa_function_pool[12429]: MultiTexCoord3fvARB (offset 395) */
"ip\0"
"glMultiTexCoord3fv\0"
"glMultiTexCoord3fvARB\0"
"\0"
- /* _mesa_function_pool[12395]: Color3ub (offset 19) */
+ /* _mesa_function_pool[12474]: Color3ub (offset 19) */
"iii\0"
"glColor3ub\0"
"\0"
- /* _mesa_function_pool[12411]: GetProgramParameterfvNV (will be remapped) */
+ /* _mesa_function_pool[12490]: GetProgramParameterfvNV (will be remapped) */
"iiip\0"
"glGetProgramParameterfvNV\0"
"\0"
- /* _mesa_function_pool[12443]: GetActiveUniformsiv (will be remapped) */
+ /* _mesa_function_pool[12522]: GetActiveUniformsiv (will be remapped) */
"iipip\0"
"glGetActiveUniformsiv\0"
"\0"
- /* _mesa_function_pool[12472]: BindBuffer (will be remapped) */
+ /* _mesa_function_pool[12551]: BindBuffer (will be remapped) */
"ii\0"
"glBindBuffer\0"
"glBindBufferARB\0"
"\0"
- /* _mesa_function_pool[12505]: GetInstrumentsSGIX (dynamic) */
+ /* _mesa_function_pool[12584]: GetInstrumentsSGIX (dynamic) */
"\0"
"glGetInstrumentsSGIX\0"
"\0"
- /* _mesa_function_pool[12528]: DrawTexxOES (will be remapped) */
+ /* _mesa_function_pool[12607]: DrawTexxOES (will be remapped) */
"iiiii\0"
"glDrawTexxOES\0"
"\0"
- /* _mesa_function_pool[12549]: VertexAttrib2sv (will be remapped) */
+ /* _mesa_function_pool[12628]: VertexAttrib2sv (will be remapped) */
"ip\0"
"glVertexAttrib2sv\0"
"glVertexAttrib2svARB\0"
"\0"
- /* _mesa_function_pool[12592]: Color3ui (offset 21) */
+ /* _mesa_function_pool[12671]: Color3ui (offset 21) */
"iii\0"
"glColor3ui\0"
"\0"
- /* _mesa_function_pool[12608]: EvalMapsNV (dynamic) */
+ /* _mesa_function_pool[12687]: EvalMapsNV (dynamic) */
"ii\0"
"glEvalMapsNV\0"
"\0"
- /* _mesa_function_pool[12625]: DrawTexxvOES (will be remapped) */
+ /* _mesa_function_pool[12704]: DrawTexxvOES (will be remapped) */
"p\0"
"glDrawTexxvOES\0"
"\0"
- /* _mesa_function_pool[12643]: TexSubImage2D (offset 333) */
+ /* _mesa_function_pool[12722]: TexSubImage2D (offset 333) */
"iiiiiiiip\0"
"glTexSubImage2D\0"
"glTexSubImage2DEXT\0"
"\0"
- /* _mesa_function_pool[12689]: FragmentLightivSGIX (dynamic) */
+ /* _mesa_function_pool[12768]: FragmentLightivSGIX (dynamic) */
"iip\0"
"glFragmentLightivSGIX\0"
"\0"
- /* _mesa_function_pool[12716]: IndexPointerListIBM (dynamic) */
+ /* _mesa_function_pool[12795]: IndexPointerListIBM (dynamic) */
"iipi\0"
"glIndexPointerListIBM\0"
"\0"
- /* _mesa_function_pool[12744]: GetTexParameterPointervAPPLE (dynamic) */
+ /* _mesa_function_pool[12823]: GetTexParameterPointervAPPLE (dynamic) */
"iip\0"
"glGetTexParameterPointervAPPLE\0"
"\0"
- /* _mesa_function_pool[12780]: TexGenfv (offset 191) */
+ /* _mesa_function_pool[12859]: TexGenfv (offset 191) */
"iip\0"
"glTexGenfv\0"
"glTexGenfvOES\0"
"\0"
- /* _mesa_function_pool[12810]: VertexAttrib1dNV (will be remapped) */
+ /* _mesa_function_pool[12889]: VertexAttrib1dNV (will be remapped) */
"id\0"
"glVertexAttrib1dNV\0"
"\0"
- /* _mesa_function_pool[12833]: VertexAttrib4dvNV (will be remapped) */
+ /* _mesa_function_pool[12912]: VertexAttrib4dvNV (will be remapped) */
"ip\0"
"glVertexAttrib4dvNV\0"
"\0"
- /* _mesa_function_pool[12857]: GetVertexAttribiv (will be remapped) */
+ /* _mesa_function_pool[12936]: GetVertexAttribiv (will be remapped) */
"iip\0"
"glGetVertexAttribiv\0"
"glGetVertexAttribivARB\0"
"\0"
- /* _mesa_function_pool[12905]: QueryMatrixxOES (will be remapped) */
+ /* _mesa_function_pool[12984]: QueryMatrixxOES (will be remapped) */
"pp\0"
"glQueryMatrixxOES\0"
"\0"
- /* _mesa_function_pool[12927]: ShaderBinary (will be remapped) */
+ /* _mesa_function_pool[13006]: ShaderBinary (will be remapped) */
"ipipi\0"
"glShaderBinary\0"
"\0"
- /* _mesa_function_pool[12949]: TexCoordP2uiv (will be remapped) */
+ /* _mesa_function_pool[13028]: TexCoordP2uiv (will be remapped) */
"ip\0"
"glTexCoordP2uiv\0"
"\0"
- /* _mesa_function_pool[12969]: FragmentMaterialfvSGIX (dynamic) */
+ /* _mesa_function_pool[13048]: FragmentMaterialfvSGIX (dynamic) */
"iip\0"
"glFragmentMaterialfvSGIX\0"
"\0"
- /* _mesa_function_pool[12999]: GetFragmentMaterialivSGIX (dynamic) */
+ /* _mesa_function_pool[13078]: GetFragmentMaterialivSGIX (dynamic) */
"iip\0"
"glGetFragmentMaterialivSGIX\0"
"\0"
- /* _mesa_function_pool[13032]: WindowPos4dMESA (will be remapped) */
+ /* _mesa_function_pool[13111]: WindowPos4dMESA (will be remapped) */
"dddd\0"
"glWindowPos4dMESA\0"
"\0"
- /* _mesa_function_pool[13056]: DrawBuffers (will be remapped) */
+ /* _mesa_function_pool[13135]: DrawBuffers (will be remapped) */
"ip\0"
"glDrawBuffers\0"
"glDrawBuffersARB\0"
"glDrawBuffersATI\0"
"glDrawBuffersNV\0"
"\0"
- /* _mesa_function_pool[13124]: Lightxv (will be remapped) */
+ /* _mesa_function_pool[13203]: Lightxv (will be remapped) */
"iip\0"
"glLightxvOES\0"
"glLightxv\0"
"\0"
- /* _mesa_function_pool[13152]: Uniform3fv (will be remapped) */
+ /* _mesa_function_pool[13231]: Uniform3fv (will be remapped) */
"iip\0"
"glUniform3fv\0"
"glUniform3fvARB\0"
"\0"
- /* _mesa_function_pool[13186]: BlendEquation (offset 337) */
+ /* _mesa_function_pool[13265]: BlendEquation (offset 337) */
"i\0"
"glBlendEquation\0"
"glBlendEquationEXT\0"
"glBlendEquationOES\0"
"\0"
- /* _mesa_function_pool[13243]: VertexAttrib3dNV (will be remapped) */
+ /* _mesa_function_pool[13322]: VertexAttrib3dNV (will be remapped) */
"iddd\0"
"glVertexAttrib3dNV\0"
"\0"
- /* _mesa_function_pool[13268]: Normal3x (will be remapped) */
+ /* _mesa_function_pool[13347]: Normal3x (will be remapped) */
"iii\0"
"glNormal3xOES\0"
"glNormal3x\0"
"\0"
- /* _mesa_function_pool[13298]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[13377]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
"ppppp\0"
"glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[13362]: VertexAttrib4fARB (will be remapped) */
+ /* _mesa_function_pool[13441]: VertexAttrib4fARB (will be remapped) */
"iffff\0"
"glVertexAttrib4f\0"
"glVertexAttrib4fARB\0"
"\0"
- /* _mesa_function_pool[13406]: GetPerfMonitorGroupStringAMD (will be remapped) */
+ /* _mesa_function_pool[13485]: GetPerfMonitorGroupStringAMD (will be remapped) */
"iipp\0"
"glGetPerfMonitorGroupStringAMD\0"
"\0"
- /* _mesa_function_pool[13443]: GetError (offset 261) */
+ /* _mesa_function_pool[13522]: GetError (offset 261) */
"\0"
"glGetError\0"
"\0"
- /* _mesa_function_pool[13456]: IndexFuncEXT (dynamic) */
+ /* _mesa_function_pool[13535]: IndexFuncEXT (dynamic) */
"if\0"
"glIndexFuncEXT\0"
"\0"
- /* _mesa_function_pool[13475]: TexCoord3dv (offset 111) */
+ /* _mesa_function_pool[13554]: TexCoord3dv (offset 111) */
"p\0"
"glTexCoord3dv\0"
"\0"
- /* _mesa_function_pool[13492]: Indexdv (offset 45) */
+ /* _mesa_function_pool[13571]: Indexdv (offset 45) */
"p\0"
"glIndexdv\0"
"\0"
- /* _mesa_function_pool[13505]: InvalidateTexSubImage (will be remapped) */
+ /* _mesa_function_pool[13584]: InvalidateTexSubImage (will be remapped) */
"iiiiiiii\0"
"glInvalidateTexSubImage\0"
"\0"
- /* _mesa_function_pool[13539]: Normal3s (offset 60) */
+ /* _mesa_function_pool[13618]: Normal3s (offset 60) */
"iii\0"
"glNormal3s\0"
"\0"
- /* _mesa_function_pool[13555]: GetObjectParameterivAPPLE (will be remapped) */
+ /* _mesa_function_pool[13634]: GetObjectParameterivAPPLE (will be remapped) */
"iiip\0"
"glGetObjectParameterivAPPLE\0"
"\0"
- /* _mesa_function_pool[13589]: PushName (offset 201) */
+ /* _mesa_function_pool[13668]: PushName (offset 201) */
"i\0"
"glPushName\0"
"\0"
- /* _mesa_function_pool[13603]: GetTexParameterIuiv (will be remapped) */
+ /* _mesa_function_pool[13682]: GetTexParameterIuiv (will be remapped) */
"iip\0"
"glGetTexParameterIuivEXT\0"
"glGetTexParameterIuiv\0"
"\0"
- /* _mesa_function_pool[13655]: GetActiveUniformBlockName (will be remapped) */
+ /* _mesa_function_pool[13734]: GetActiveUniformBlockName (will be remapped) */
"iiipp\0"
"glGetActiveUniformBlockName\0"
"\0"
- /* _mesa_function_pool[13690]: CullParameterfvEXT (dynamic) */
+ /* _mesa_function_pool[13769]: CullParameterfvEXT (dynamic) */
"ip\0"
"glCullParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[13715]: Normal3i (offset 58) */
+ /* _mesa_function_pool[13794]: Normal3i (offset 58) */
"iii\0"
"glNormal3i\0"
"\0"
- /* _mesa_function_pool[13731]: ProgramNamedParameter4fvNV (will be remapped) */
+ /* _mesa_function_pool[13810]: ProgramNamedParameter4fvNV (will be remapped) */
"iipp\0"
"glProgramNamedParameter4fvNV\0"
"\0"
- /* _mesa_function_pool[13766]: VertexAttrib4fvARB (will be remapped) */
+ /* _mesa_function_pool[13845]: VertexAttrib4fvARB (will be remapped) */
"ip\0"
"glVertexAttrib4fv\0"
"glVertexAttrib4fvARB\0"
"\0"
- /* _mesa_function_pool[13809]: VertexAttrib1dv (will be remapped) */
+ /* _mesa_function_pool[13888]: VertexAttrib1dv (will be remapped) */
"ip\0"
"glVertexAttrib1dv\0"
"glVertexAttrib1dvARB\0"
"\0"
- /* _mesa_function_pool[13852]: PixelTexGenSGIX (dynamic) */
+ /* _mesa_function_pool[13931]: PixelTexGenSGIX (dynamic) */
"i\0"
"glPixelTexGenSGIX\0"
"\0"
- /* _mesa_function_pool[13873]: GetnPixelMapfvARB (will be remapped) */
+ /* _mesa_function_pool[13952]: GetnPixelMapfvARB (will be remapped) */
"iip\0"
"glGetnPixelMapfvARB\0"
"\0"
- /* _mesa_function_pool[13898]: ImageTransformParameteriHP (dynamic) */
+ /* _mesa_function_pool[13977]: ImageTransformParameteriHP (dynamic) */
"iii\0"
"glImageTransformParameteriHP\0"
"\0"
- /* _mesa_function_pool[13932]: Normal3b (offset 52) */
+ /* _mesa_function_pool[14011]: Normal3b (offset 52) */
"iii\0"
"glNormal3b\0"
"\0"
- /* _mesa_function_pool[13948]: WindowPos3dv (will be remapped) */
+ /* _mesa_function_pool[14027]: WindowPos3dv (will be remapped) */
"p\0"
"glWindowPos3dv\0"
"glWindowPos3dvARB\0"
"glWindowPos3dvMESA\0"
"\0"
- /* _mesa_function_pool[14003]: Normal3d (offset 54) */
+ /* _mesa_function_pool[14082]: Normal3d (offset 54) */
"ddd\0"
"glNormal3d\0"
"\0"
- /* _mesa_function_pool[14019]: TexGenxOES (will be remapped) */
+ /* _mesa_function_pool[14098]: TexGenxOES (will be remapped) */
"iii\0"
"glTexGenxOES\0"
"\0"
- /* _mesa_function_pool[14037]: Normal3f (offset 56) */
+ /* _mesa_function_pool[14116]: Normal3f (offset 56) */
"fff\0"
"glNormal3f\0"
"\0"
- /* _mesa_function_pool[14053]: FogCoordPointer (will be remapped) */
+ /* _mesa_function_pool[14132]: FogCoordPointer (will be remapped) */
"iip\0"
"glFogCoordPointer\0"
"glFogCoordPointerEXT\0"
"\0"
- /* _mesa_function_pool[14097]: Indexi (offset 48) */
+ /* _mesa_function_pool[14176]: Indexi (offset 48) */
"i\0"
"glIndexi\0"
"\0"
- /* _mesa_function_pool[14109]: EGLImageTargetTexture2DOES (will be remapped) */
+ /* _mesa_function_pool[14188]: EGLImageTargetTexture2DOES (will be remapped) */
"ip\0"
"glEGLImageTargetTexture2DOES\0"
"\0"
- /* _mesa_function_pool[14142]: VertexAttribI2uiEXT (will be remapped) */
+ /* _mesa_function_pool[14221]: VertexAttribI2uiEXT (will be remapped) */
"iii\0"
"glVertexAttribI2uiEXT\0"
"glVertexAttribI2ui\0"
"\0"
- /* _mesa_function_pool[14188]: DeleteFencesNV (dynamic) */
+ /* _mesa_function_pool[14267]: DeleteFencesNV (dynamic) */
"ip\0"
"glDeleteFencesNV\0"
"\0"
- /* _mesa_function_pool[14209]: IsRenderbuffer (will be remapped) */
+ /* _mesa_function_pool[14288]: IsRenderbuffer (will be remapped) */
"i\0"
"glIsRenderbuffer\0"
"glIsRenderbufferEXT\0"
"glIsRenderbufferOES\0"
"\0"
- /* _mesa_function_pool[14269]: DepthMask (offset 211) */
+ /* _mesa_function_pool[14348]: DepthMask (offset 211) */
"i\0"
"glDepthMask\0"
"\0"
- /* _mesa_function_pool[14284]: SecondaryColor3us (will be remapped) */
+ /* _mesa_function_pool[14363]: SecondaryColor3us (will be remapped) */
"iii\0"
"glSecondaryColor3us\0"
"glSecondaryColor3usEXT\0"
"\0"
- /* _mesa_function_pool[14332]: Indexf (offset 46) */
+ /* _mesa_function_pool[14411]: Indexf (offset 46) */
"f\0"
"glIndexf\0"
"\0"
- /* _mesa_function_pool[14344]: GetImageTransformParameterivHP (dynamic) */
+ /* _mesa_function_pool[14423]: GetImageTransformParameterivHP (dynamic) */
"iip\0"
"glGetImageTransformParameterivHP\0"
"\0"
- /* _mesa_function_pool[14382]: Indexd (offset 44) */
+ /* _mesa_function_pool[14461]: Indexd (offset 44) */
"d\0"
"glIndexd\0"
"\0"
- /* _mesa_function_pool[14394]: GetMaterialiv (offset 270) */
+ /* _mesa_function_pool[14473]: GetMaterialiv (offset 270) */
"iip\0"
"glGetMaterialiv\0"
"\0"
- /* _mesa_function_pool[14415]: StencilOp (offset 244) */
+ /* _mesa_function_pool[14494]: StencilOp (offset 244) */
"iii\0"
"glStencilOp\0"
"\0"
- /* _mesa_function_pool[14432]: WindowPos4ivMESA (will be remapped) */
+ /* _mesa_function_pool[14511]: WindowPos4ivMESA (will be remapped) */
"p\0"
"glWindowPos4ivMESA\0"
"\0"
- /* _mesa_function_pool[14454]: FramebufferTextureLayer (will be remapped) */
+ /* _mesa_function_pool[14533]: FramebufferTextureLayer (will be remapped) */
"iiiii\0"
"glFramebufferTextureLayer\0"
"glFramebufferTextureLayerARB\0"
"glFramebufferTextureLayerEXT\0"
"\0"
- /* _mesa_function_pool[14545]: GetShaderInfoLog (will be remapped) */
+ /* _mesa_function_pool[14624]: GetShaderInfoLog (will be remapped) */
"iipp\0"
"glGetShaderInfoLog\0"
"\0"
- /* _mesa_function_pool[14570]: TexEnvfv (offset 185) */
+ /* _mesa_function_pool[14649]: TexEnvfv (offset 185) */
"iip\0"
"glTexEnvfv\0"
"\0"
- /* _mesa_function_pool[14586]: DrawTexfOES (will be remapped) */
+ /* _mesa_function_pool[14665]: DrawTexfOES (will be remapped) */
"fffff\0"
"glDrawTexfOES\0"
"\0"
- /* _mesa_function_pool[14607]: Indexs (offset 50) */
+ /* _mesa_function_pool[14686]: Indexs (offset 50) */
"i\0"
"glIndexs\0"
"\0"
- /* _mesa_function_pool[14619]: TexCoordP3ui (will be remapped) */
+ /* _mesa_function_pool[14698]: TexCoordP3ui (will be remapped) */
"ii\0"
"glTexCoordP3ui\0"
"\0"
- /* _mesa_function_pool[14638]: ResizeBuffersMESA (will be remapped) */
+ /* _mesa_function_pool[14717]: ResizeBuffersMESA (will be remapped) */
"\0"
"glResizeBuffersMESA\0"
"\0"
- /* _mesa_function_pool[14660]: MultiTexCoordP1uiv (will be remapped) */
+ /* _mesa_function_pool[14739]: MultiTexCoordP1uiv (will be remapped) */
"iip\0"
"glMultiTexCoordP1uiv\0"
"\0"
- /* _mesa_function_pool[14686]: BlendFuncSeparateiARB (will be remapped) */
+ /* _mesa_function_pool[14765]: BlendFuncSeparateiARB (will be remapped) */
"iiiii\0"
"glBlendFuncSeparateiARB\0"
"glBlendFuncSeparateIndexedAMD\0"
"\0"
- /* _mesa_function_pool[14747]: PixelTexGenParameteriSGIS (dynamic) */
+ /* _mesa_function_pool[14826]: PixelTexGenParameteriSGIS (dynamic) */
"ii\0"
"glPixelTexGenParameteriSGIS\0"
"\0"
- /* _mesa_function_pool[14779]: MultiTexCoordP2uiv (will be remapped) */
+ /* _mesa_function_pool[14858]: MultiTexCoordP2uiv (will be remapped) */
"iip\0"
"glMultiTexCoordP2uiv\0"
"\0"
- /* _mesa_function_pool[14805]: VertexPointervINTEL (dynamic) */
+ /* _mesa_function_pool[14884]: VertexPointervINTEL (dynamic) */
"iip\0"
"glVertexPointervINTEL\0"
"\0"
- /* _mesa_function_pool[14832]: Vertex2i (offset 130) */
+ /* _mesa_function_pool[14911]: Vertex2i (offset 130) */
"ii\0"
"glVertex2i\0"
"\0"
- /* _mesa_function_pool[14847]: GetFragDataIndex (will be remapped) */
+ /* _mesa_function_pool[14926]: GetFragDataIndex (will be remapped) */
"ip\0"
"glGetFragDataIndex\0"
"\0"
- /* _mesa_function_pool[14870]: LoadMatrixf (offset 291) */
+ /* _mesa_function_pool[14949]: LoadMatrixf (offset 291) */
"p\0"
"glLoadMatrixf\0"
"\0"
- /* _mesa_function_pool[14887]: Vertex2f (offset 128) */
+ /* _mesa_function_pool[14966]: Vertex2f (offset 128) */
"ff\0"
"glVertex2f\0"
"\0"
- /* _mesa_function_pool[14902]: ReplacementCodeuiColor4fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[14981]: ReplacementCodeuiColor4fNormal3fVertex3fvSUN (dynamic) */
"pppp\0"
"glReplacementCodeuiColor4fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[14955]: Color4bv (offset 26) */
+ /* _mesa_function_pool[15034]: Color4bv (offset 26) */
"p\0"
"glColor4bv\0"
"\0"
- /* _mesa_function_pool[14969]: VertexPointer (offset 321) */
+ /* _mesa_function_pool[15048]: VertexPointer (offset 321) */
"iiip\0"
"glVertexPointer\0"
"\0"
- /* _mesa_function_pool[14991]: VertexAttribP1ui (will be remapped) */
+ /* _mesa_function_pool[15070]: VertexAttribP1ui (will be remapped) */
"iiii\0"
"glVertexAttribP1ui\0"
"\0"
- /* _mesa_function_pool[15016]: StartInstrumentsSGIX (dynamic) */
+ /* _mesa_function_pool[15095]: StartInstrumentsSGIX (dynamic) */
"\0"
"glStartInstrumentsSGIX\0"
"\0"
- /* _mesa_function_pool[15041]: LoadMatrixx (will be remapped) */
- "p\0"
- "glLoadMatrixxOES\0"
- "glLoadMatrixx\0"
+ /* _mesa_function_pool[15120]: MultiDrawArraysIndirect (will be remapped) */
+ "ipii\0"
+ "glMultiDrawArraysIndirect\0"
"\0"
- /* _mesa_function_pool[15075]: GetCompressedTexImage (will be remapped) */
+ /* _mesa_function_pool[15152]: GetCompressedTexImage (will be remapped) */
"iip\0"
"glGetCompressedTexImage\0"
"glGetCompressedTexImageARB\0"
"\0"
- /* _mesa_function_pool[15131]: VertexAttrib2fvNV (will be remapped) */
+ /* _mesa_function_pool[15208]: VertexAttrib2fvNV (will be remapped) */
"ip\0"
"glVertexAttrib2fvNV\0"
"\0"
- /* _mesa_function_pool[15155]: ProgramLocalParameter4dvARB (will be remapped) */
+ /* _mesa_function_pool[15232]: ProgramLocalParameter4dvARB (will be remapped) */
"iip\0"
"glProgramLocalParameter4dvARB\0"
"\0"
- /* _mesa_function_pool[15190]: DeleteLists (offset 4) */
+ /* _mesa_function_pool[15267]: DeleteLists (offset 4) */
"ii\0"
"glDeleteLists\0"
"\0"
- /* _mesa_function_pool[15208]: LogicOp (offset 242) */
+ /* _mesa_function_pool[15285]: LogicOp (offset 242) */
"i\0"
"glLogicOp\0"
"\0"
- /* _mesa_function_pool[15221]: MatrixIndexuivARB (dynamic) */
+ /* _mesa_function_pool[15298]: MatrixIndexuivARB (dynamic) */
"ip\0"
"glMatrixIndexuivARB\0"
"\0"
- /* _mesa_function_pool[15245]: Vertex2s (offset 132) */
+ /* _mesa_function_pool[15322]: Vertex2s (offset 132) */
"ii\0"
"glVertex2s\0"
"\0"
- /* _mesa_function_pool[15260]: RenderbufferStorageMultisample (will be remapped) */
+ /* _mesa_function_pool[15337]: RenderbufferStorageMultisample (will be remapped) */
"iiiii\0"
"glRenderbufferStorageMultisample\0"
"glRenderbufferStorageMultisampleEXT\0"
"\0"
- /* _mesa_function_pool[15336]: TexCoord4fv (offset 121) */
+ /* _mesa_function_pool[15413]: TexCoord4fv (offset 121) */
"p\0"
"glTexCoord4fv\0"
"\0"
- /* _mesa_function_pool[15353]: ActiveTexture (offset 374) */
+ /* _mesa_function_pool[15430]: ActiveTexture (offset 374) */
"i\0"
"glActiveTexture\0"
"glActiveTextureARB\0"
"\0"
- /* _mesa_function_pool[15391]: GlobalAlphaFactorfSUN (dynamic) */
+ /* _mesa_function_pool[15468]: GlobalAlphaFactorfSUN (dynamic) */
"f\0"
"glGlobalAlphaFactorfSUN\0"
"\0"
- /* _mesa_function_pool[15418]: VertexAttribP1uiv (will be remapped) */
+ /* _mesa_function_pool[15495]: VertexAttribP1uiv (will be remapped) */
"iiip\0"
"glVertexAttribP1uiv\0"
"\0"
- /* _mesa_function_pool[15444]: IsProgram (will be remapped) */
+ /* _mesa_function_pool[15521]: IsProgram (will be remapped) */
"i\0"
"glIsProgram\0"
"\0"
- /* _mesa_function_pool[15459]: SecondaryColor3bv (will be remapped) */
+ /* _mesa_function_pool[15536]: SecondaryColor3bv (will be remapped) */
"p\0"
"glSecondaryColor3bv\0"
"glSecondaryColor3bvEXT\0"
"\0"
- /* _mesa_function_pool[15505]: GlobalAlphaFactorusSUN (dynamic) */
+ /* _mesa_function_pool[15582]: GlobalAlphaFactorusSUN (dynamic) */
"i\0"
"glGlobalAlphaFactorusSUN\0"
"\0"
- /* _mesa_function_pool[15533]: Uniform2uiv (will be remapped) */
+ /* _mesa_function_pool[15610]: Uniform2uiv (will be remapped) */
"iip\0"
"glUniform2uivEXT\0"
"glUniform2uiv\0"
"\0"
- /* _mesa_function_pool[15569]: ColorP4uiv (will be remapped) */
+ /* _mesa_function_pool[15646]: ColorP4uiv (will be remapped) */
"ip\0"
"glColorP4uiv\0"
"\0"
- /* _mesa_function_pool[15586]: TextureRangeAPPLE (dynamic) */
+ /* _mesa_function_pool[15663]: TextureRangeAPPLE (dynamic) */
"iip\0"
"glTextureRangeAPPLE\0"
"\0"
- /* _mesa_function_pool[15611]: ClearBufferuiv (will be remapped) */
+ /* _mesa_function_pool[15688]: ClearBufferuiv (will be remapped) */
"iip\0"
"glClearBufferuiv\0"
"\0"
- /* _mesa_function_pool[15633]: VertexAttrib1dvNV (will be remapped) */
+ /* _mesa_function_pool[15710]: VertexAttrib1dvNV (will be remapped) */
"ip\0"
"glVertexAttrib1dvNV\0"
"\0"
- /* _mesa_function_pool[15657]: VertexAttrib1fvNV (will be remapped) */
+ /* _mesa_function_pool[15734]: VertexAttrib1fvNV (will be remapped) */
"ip\0"
"glVertexAttrib1fvNV\0"
"\0"
- /* _mesa_function_pool[15681]: Uniform1ui (will be remapped) */
+ /* _mesa_function_pool[15758]: Uniform1ui (will be remapped) */
"ii\0"
"glUniform1uiEXT\0"
"glUniform1ui\0"
"\0"
- /* _mesa_function_pool[15714]: GenTextures (offset 328) */
+ /* _mesa_function_pool[15791]: GenTextures (offset 328) */
"ip\0"
"glGenTextures\0"
"glGenTexturesEXT\0"
"\0"
- /* _mesa_function_pool[15749]: MultiTexCoordP4uiv (will be remapped) */
+ /* _mesa_function_pool[15826]: MultiTexCoordP4uiv (will be remapped) */
"iip\0"
"glMultiTexCoordP4uiv\0"
"\0"
- /* _mesa_function_pool[15775]: GetCombinerOutputParameterivNV (dynamic) */
+ /* _mesa_function_pool[15852]: GetCombinerOutputParameterivNV (dynamic) */
"iiip\0"
"glGetCombinerOutputParameterivNV\0"
"\0"
- /* _mesa_function_pool[15814]: PixelTexGenParameterivSGIS (dynamic) */
+ /* _mesa_function_pool[15891]: PixelTexGenParameterivSGIS (dynamic) */
"ip\0"
"glPixelTexGenParameterivSGIS\0"
"\0"
- /* _mesa_function_pool[15847]: TextureNormalEXT (dynamic) */
+ /* _mesa_function_pool[15924]: TextureNormalEXT (dynamic) */
"i\0"
"glTextureNormalEXT\0"
"\0"
- /* _mesa_function_pool[15869]: WindowPos3d (will be remapped) */
+ /* _mesa_function_pool[15946]: WindowPos3d (will be remapped) */
"ddd\0"
"glWindowPos3d\0"
"glWindowPos3dARB\0"
"glWindowPos3dMESA\0"
"\0"
- /* _mesa_function_pool[15923]: Enablei (will be remapped) */
+ /* _mesa_function_pool[16000]: Enablei (will be remapped) */
"ii\0"
"glEnableIndexedEXT\0"
"glEnablei\0"
"\0"
- /* _mesa_function_pool[15956]: WindowPos3f (will be remapped) */
+ /* _mesa_function_pool[16033]: WindowPos3f (will be remapped) */
"fff\0"
"glWindowPos3f\0"
"glWindowPos3fARB\0"
"glWindowPos3fMESA\0"
"\0"
- /* _mesa_function_pool[16010]: SecondaryColor3ub (will be remapped) */
+ /* _mesa_function_pool[16087]: SecondaryColor3ub (will be remapped) */
"iii\0"
"glSecondaryColor3ub\0"
"glSecondaryColor3ubEXT\0"
"\0"
- /* _mesa_function_pool[16058]: FinalCombinerInputNV (dynamic) */
+ /* _mesa_function_pool[16135]: FinalCombinerInputNV (dynamic) */
"iiii\0"
"glFinalCombinerInputNV\0"
"\0"
- /* _mesa_function_pool[16087]: GenProgramsARB (will be remapped) */
+ /* _mesa_function_pool[16164]: GenProgramsARB (will be remapped) */
"ip\0"
"glGenProgramsARB\0"
"glGenProgramsNV\0"
"\0"
- /* _mesa_function_pool[16124]: MultiTexCoordP3ui (will be remapped) */
+ /* _mesa_function_pool[16201]: MultiTexCoordP3ui (will be remapped) */
"iii\0"
"glMultiTexCoordP3ui\0"
"\0"
- /* _mesa_function_pool[16149]: RasterPos2sv (offset 69) */
+ /* _mesa_function_pool[16226]: RasterPos2sv (offset 69) */
"p\0"
"glRasterPos2sv\0"
"\0"
- /* _mesa_function_pool[16167]: Color4ubv (offset 36) */
+ /* _mesa_function_pool[16244]: Color4ubv (offset 36) */
"p\0"
"glColor4ubv\0"
"\0"
- /* _mesa_function_pool[16182]: DrawBuffer (offset 202) */
+ /* _mesa_function_pool[16259]: DrawBuffer (offset 202) */
"i\0"
"glDrawBuffer\0"
"\0"
- /* _mesa_function_pool[16198]: TexCoord2fv (offset 105) */
+ /* _mesa_function_pool[16275]: TexCoord2fv (offset 105) */
"p\0"
"glTexCoord2fv\0"
"\0"
- /* _mesa_function_pool[16215]: BeginFragmentShaderATI (will be remapped) */
+ /* _mesa_function_pool[16292]: BeginFragmentShaderATI (will be remapped) */
"\0"
"glBeginFragmentShaderATI\0"
"\0"
- /* _mesa_function_pool[16242]: WindowPos4fMESA (will be remapped) */
+ /* _mesa_function_pool[16319]: WindowPos4fMESA (will be remapped) */
"ffff\0"
"glWindowPos4fMESA\0"
"\0"
- /* _mesa_function_pool[16266]: MultiTexCoord4iv (offset 405) */
+ /* _mesa_function_pool[16343]: MultiTexCoord4iv (offset 405) */
"ip\0"
"glMultiTexCoord4iv\0"
"glMultiTexCoord4ivARB\0"
"\0"
- /* _mesa_function_pool[16311]: TexCoord1sv (offset 101) */
+ /* _mesa_function_pool[16388]: TexCoord1sv (offset 101) */
"p\0"
"glTexCoord1sv\0"
"\0"
- /* _mesa_function_pool[16328]: WindowPos2i (will be remapped) */
+ /* _mesa_function_pool[16405]: WindowPos2i (will be remapped) */
"ii\0"
"glWindowPos2i\0"
"glWindowPos2iARB\0"
"glWindowPos2iMESA\0"
"\0"
- /* _mesa_function_pool[16381]: WindowPos3s (will be remapped) */
+ /* _mesa_function_pool[16458]: WindowPos3s (will be remapped) */
"iii\0"
"glWindowPos3s\0"
"glWindowPos3sARB\0"
"glWindowPos3sMESA\0"
"\0"
- /* _mesa_function_pool[16435]: VertexAttribP4ui (will be remapped) */
+ /* _mesa_function_pool[16512]: VertexAttribP4ui (will be remapped) */
"iiii\0"
"glVertexAttribP4ui\0"
"\0"
- /* _mesa_function_pool[16460]: DepthFunc (offset 245) */
+ /* _mesa_function_pool[16537]: DepthFunc (offset 245) */
"i\0"
"glDepthFunc\0"
"\0"
- /* _mesa_function_pool[16475]: PixelMapusv (offset 253) */
+ /* _mesa_function_pool[16552]: PixelMapusv (offset 253) */
"iip\0"
"glPixelMapusv\0"
"\0"
- /* _mesa_function_pool[16494]: GetSamplerParameterIiv (will be remapped) */
+ /* _mesa_function_pool[16571]: GetSamplerParameterIiv (will be remapped) */
"iip\0"
"glGetSamplerParameterIiv\0"
"\0"
- /* _mesa_function_pool[16524]: IsSampler (will be remapped) */
+ /* _mesa_function_pool[16601]: IsSampler (will be remapped) */
"i\0"
"glIsSampler\0"
"\0"
- /* _mesa_function_pool[16539]: BlendFunc (offset 241) */
+ /* _mesa_function_pool[16616]: BlendFunc (offset 241) */
"ii\0"
"glBlendFunc\0"
"\0"
- /* _mesa_function_pool[16555]: Uniform4i (will be remapped) */
+ /* _mesa_function_pool[16632]: Uniform4i (will be remapped) */
"iiiii\0"
"glUniform4i\0"
"glUniform4iARB\0"
"\0"
- /* _mesa_function_pool[16589]: ColorP3ui (will be remapped) */
+ /* _mesa_function_pool[16666]: ColorP3ui (will be remapped) */
"ii\0"
"glColorP3ui\0"
"\0"
- /* _mesa_function_pool[16605]: BufferParameteriAPPLE (will be remapped) */
+ /* _mesa_function_pool[16682]: BufferParameteriAPPLE (will be remapped) */
"iii\0"
"glBufferParameteriAPPLE\0"
"\0"
- /* _mesa_function_pool[16634]: CompressedTexImage2D (will be remapped) */
+ /* _mesa_function_pool[16711]: CompressedTexImage2D (will be remapped) */
"iiiiiiip\0"
"glCompressedTexImage2D\0"
"glCompressedTexImage2DARB\0"
"\0"
- /* _mesa_function_pool[16693]: Materialxv (will be remapped) */
+ /* _mesa_function_pool[16770]: Materialxv (will be remapped) */
"iip\0"
"glMaterialxvOES\0"
"glMaterialxv\0"
"\0"
- /* _mesa_function_pool[16727]: DeleteObjectARB (will be remapped) */
+ /* _mesa_function_pool[16804]: DeleteObjectARB (will be remapped) */
"i\0"
"glDeleteObjectARB\0"
"\0"
- /* _mesa_function_pool[16748]: GetShaderPrecisionFormat (will be remapped) */
+ /* _mesa_function_pool[16825]: GetShaderPrecisionFormat (will be remapped) */
"iipp\0"
"glGetShaderPrecisionFormat\0"
"\0"
- /* _mesa_function_pool[16781]: GetBooleani_v (will be remapped) */
+ /* _mesa_function_pool[16858]: GetBooleani_v (will be remapped) */
"iip\0"
"glGetBooleanIndexedvEXT\0"
"glGetBooleani_v\0"
"\0"
- /* _mesa_function_pool[16826]: ProgramNamedParameter4dvNV (will be remapped) */
+ /* _mesa_function_pool[16903]: ProgramNamedParameter4dvNV (will be remapped) */
"iipp\0"
"glProgramNamedParameter4dvNV\0"
"\0"
- /* _mesa_function_pool[16861]: Tangent3fvEXT (dynamic) */
+ /* _mesa_function_pool[16938]: Tangent3fvEXT (dynamic) */
"p\0"
"glTangent3fvEXT\0"
"\0"
- /* _mesa_function_pool[16880]: Flush (offset 217) */
+ /* _mesa_function_pool[16957]: Flush (offset 217) */
"\0"
"glFlush\0"
"\0"
- /* _mesa_function_pool[16890]: Color4uiv (offset 38) */
+ /* _mesa_function_pool[16967]: Color4uiv (offset 38) */
"p\0"
"glColor4uiv\0"
"\0"
- /* _mesa_function_pool[16905]: MultiTexCoord1sv (offset 383) */
+ /* _mesa_function_pool[16982]: MultiTexCoord1sv (offset 383) */
"ip\0"
"glMultiTexCoord1sv\0"
"glMultiTexCoord1svARB\0"
"\0"
- /* _mesa_function_pool[16950]: VDPAUIsSurfaceNV (will be remapped) */
+ /* _mesa_function_pool[17027]: VDPAUIsSurfaceNV (will be remapped) */
"i\0"
"glVDPAUIsSurfaceNV\0"
"\0"
- /* _mesa_function_pool[16972]: FogCoordd (will be remapped) */
+ /* _mesa_function_pool[17049]: FogCoordd (will be remapped) */
"d\0"
"glFogCoordd\0"
"glFogCoorddEXT\0"
"\0"
- /* _mesa_function_pool[17002]: RasterPos3sv (offset 77) */
+ /* _mesa_function_pool[17079]: RasterPos3sv (offset 77) */
"p\0"
"glRasterPos3sv\0"
"\0"
- /* _mesa_function_pool[17020]: TexCoordP2ui (will be remapped) */
+ /* _mesa_function_pool[17097]: TexCoordP2ui (will be remapped) */
"ii\0"
"glTexCoordP2ui\0"
"\0"
- /* _mesa_function_pool[17039]: BindFramebufferEXT (will be remapped) */
+ /* _mesa_function_pool[17116]: BindFramebufferEXT (will be remapped) */
"ii\0"
"glBindFramebufferEXT\0"
"\0"
- /* _mesa_function_pool[17064]: Uniform1uiv (will be remapped) */
+ /* _mesa_function_pool[17141]: Uniform1uiv (will be remapped) */
"iip\0"
"glUniform1uivEXT\0"
"glUniform1uiv\0"
"\0"
- /* _mesa_function_pool[17100]: ReferencePlaneSGIX (dynamic) */
+ /* _mesa_function_pool[17177]: ReferencePlaneSGIX (dynamic) */
"p\0"
"glReferencePlaneSGIX\0"
"\0"
- /* _mesa_function_pool[17124]: PushAttrib (offset 219) */
+ /* _mesa_function_pool[17201]: PushAttrib (offset 219) */
"i\0"
"glPushAttrib\0"
"\0"
- /* _mesa_function_pool[17140]: RasterPos2i (offset 66) */
+ /* _mesa_function_pool[17217]: RasterPos2i (offset 66) */
"ii\0"
"glRasterPos2i\0"
"\0"
- /* _mesa_function_pool[17158]: Uniform3iv (will be remapped) */
+ /* _mesa_function_pool[17235]: Uniform3iv (will be remapped) */
"iip\0"
"glUniform3iv\0"
"glUniform3ivARB\0"
"\0"
- /* _mesa_function_pool[17192]: SamplerParameteriv (will be remapped) */
+ /* _mesa_function_pool[17269]: SamplerParameteriv (will be remapped) */
"iip\0"
"glSamplerParameteriv\0"
"\0"
- /* _mesa_function_pool[17218]: TexParameteriv (offset 181) */
+ /* _mesa_function_pool[17295]: TexParameteriv (offset 181) */
"iip\0"
"glTexParameteriv\0"
"\0"
- /* _mesa_function_pool[17240]: GetAttribLocation (will be remapped) */
+ /* _mesa_function_pool[17317]: GetAttribLocation (will be remapped) */
"ip\0"
"glGetAttribLocation\0"
"glGetAttribLocationARB\0"
"\0"
- /* _mesa_function_pool[17287]: TexCoord2fColor3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[17364]: TexCoord2fColor3fVertex3fSUN (dynamic) */
"ffffffff\0"
"glTexCoord2fColor3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[17328]: DeleteAsyncMarkersSGIX (dynamic) */
+ /* _mesa_function_pool[17405]: DeleteAsyncMarkersSGIX (dynamic) */
"ii\0"
"glDeleteAsyncMarkersSGIX\0"
"\0"
- /* _mesa_function_pool[17357]: RasterPos2f (offset 64) */
+ /* _mesa_function_pool[17434]: RasterPos2f (offset 64) */
"ff\0"
"glRasterPos2f\0"
"\0"
- /* _mesa_function_pool[17375]: TexCoord4fVertex4fSUN (dynamic) */
+ /* _mesa_function_pool[17452]: TexCoord4fVertex4fSUN (dynamic) */
"ffffffff\0"
"glTexCoord4fVertex4fSUN\0"
"\0"
- /* _mesa_function_pool[17409]: RasterPos2d (offset 62) */
+ /* _mesa_function_pool[17486]: RasterPos2d (offset 62) */
"dd\0"
"glRasterPos2d\0"
"\0"
- /* _mesa_function_pool[17427]: VertexAttrib4iv (will be remapped) */
+ /* _mesa_function_pool[17504]: VertexAttrib4iv (will be remapped) */
"ip\0"
"glVertexAttrib4iv\0"
"glVertexAttrib4ivARB\0"
"\0"
- /* _mesa_function_pool[17470]: RasterPos3fv (offset 73) */
+ /* _mesa_function_pool[17547]: RasterPos3fv (offset 73) */
"p\0"
"glRasterPos3fv\0"
"\0"
- /* _mesa_function_pool[17488]: CopyTexSubImage3D (offset 373) */
+ /* _mesa_function_pool[17565]: CopyTexSubImage3D (offset 373) */
"iiiiiiiii\0"
"glCopyTexSubImage3D\0"
"glCopyTexSubImage3DEXT\0"
"glCopyTexSubImage3DOES\0"
"\0"
- /* _mesa_function_pool[17565]: Color4ub (offset 35) */
+ /* _mesa_function_pool[17642]: Color4ub (offset 35) */
"iiii\0"
"glColor4ub\0"
"\0"
- /* _mesa_function_pool[17582]: GetInteger64v (will be remapped) */
+ /* _mesa_function_pool[17659]: GetInteger64v (will be remapped) */
"ip\0"
"glGetInteger64v\0"
"\0"
- /* _mesa_function_pool[17602]: TextureColorMaskSGIS (dynamic) */
+ /* _mesa_function_pool[17679]: TextureColorMaskSGIS (dynamic) */
"iiii\0"
"glTextureColorMaskSGIS\0"
"\0"
- /* _mesa_function_pool[17631]: RasterPos2s (offset 68) */
+ /* _mesa_function_pool[17708]: RasterPos2s (offset 68) */
"ii\0"
"glRasterPos2s\0"
"\0"
- /* _mesa_function_pool[17649]: GetColorTable (offset 343) */
+ /* _mesa_function_pool[17726]: GetColorTable (offset 343) */
"iiip\0"
"glGetColorTable\0"
"glGetColorTableSGI\0"
"glGetColorTableEXT\0"
"\0"
- /* _mesa_function_pool[17709]: EndQueryIndexed (will be remapped) */
+ /* _mesa_function_pool[17786]: EndQueryIndexed (will be remapped) */
"ii\0"
"glEndQueryIndexed\0"
"\0"
- /* _mesa_function_pool[17731]: SelectBuffer (offset 195) */
+ /* _mesa_function_pool[17808]: SelectBuffer (offset 195) */
"ip\0"
"glSelectBuffer\0"
"\0"
- /* _mesa_function_pool[17750]: Indexiv (offset 49) */
+ /* _mesa_function_pool[17827]: Indexiv (offset 49) */
"p\0"
"glIndexiv\0"
"\0"
- /* _mesa_function_pool[17763]: TexCoord3i (offset 114) */
+ /* _mesa_function_pool[17840]: TexCoord3i (offset 114) */
"iii\0"
"glTexCoord3i\0"
"\0"
- /* _mesa_function_pool[17781]: CopyColorTable (offset 342) */
+ /* _mesa_function_pool[17858]: CopyColorTable (offset 342) */
"iiiii\0"
"glCopyColorTable\0"
"glCopyColorTableSGI\0"
"\0"
- /* _mesa_function_pool[17825]: PointParameterfv (will be remapped) */
+ /* _mesa_function_pool[17902]: PointParameterfv (will be remapped) */
"ip\0"
"glPointParameterfv\0"
"glPointParameterfvARB\0"
"glPointParameterfvEXT\0"
"glPointParameterfvSGIS\0"
"\0"
- /* _mesa_function_pool[17915]: GetHistogramParameterfv (offset 362) */
+ /* _mesa_function_pool[17992]: GetHistogramParameterfv (offset 362) */
"iip\0"
"glGetHistogramParameterfv\0"
"glGetHistogramParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[17975]: Frustum (offset 289) */
+ /* _mesa_function_pool[18052]: Frustum (offset 289) */
"dddddd\0"
"glFrustum\0"
"\0"
- /* _mesa_function_pool[17993]: GetString (offset 275) */
+ /* _mesa_function_pool[18070]: GetString (offset 275) */
"i\0"
"glGetString\0"
"\0"
- /* _mesa_function_pool[18008]: ColorPointervINTEL (dynamic) */
+ /* _mesa_function_pool[18085]: ColorPointervINTEL (dynamic) */
"iip\0"
"glColorPointervINTEL\0"
"\0"
- /* _mesa_function_pool[18034]: TexEnvf (offset 184) */
+ /* _mesa_function_pool[18111]: TexEnvf (offset 184) */
"iif\0"
"glTexEnvf\0"
"\0"
- /* _mesa_function_pool[18049]: GetTexGenxvOES (will be remapped) */
+ /* _mesa_function_pool[18126]: GetTexGenxvOES (will be remapped) */
"iip\0"
"glGetTexGenxvOES\0"
"\0"
- /* _mesa_function_pool[18071]: TexCoord3d (offset 110) */
+ /* _mesa_function_pool[18148]: TexCoord3d (offset 110) */
"ddd\0"
"glTexCoord3d\0"
"\0"
- /* _mesa_function_pool[18089]: AlphaFragmentOp1ATI (will be remapped) */
+ /* _mesa_function_pool[18166]: AlphaFragmentOp1ATI (will be remapped) */
"iiiiii\0"
"glAlphaFragmentOp1ATI\0"
"\0"
- /* _mesa_function_pool[18119]: TexCoord3f (offset 112) */
+ /* _mesa_function_pool[18196]: TexCoord3f (offset 112) */
"fff\0"
"glTexCoord3f\0"
"\0"
- /* _mesa_function_pool[18137]: GetnHistogramARB (will be remapped) */
+ /* _mesa_function_pool[18214]: GetnHistogramARB (will be remapped) */
"iiiiip\0"
"glGetnHistogramARB\0"
"\0"
- /* _mesa_function_pool[18164]: DeleteTextures (offset 327) */
+ /* _mesa_function_pool[18241]: DeleteTextures (offset 327) */
"ip\0"
"glDeleteTextures\0"
"glDeleteTexturesEXT\0"
"\0"
- /* _mesa_function_pool[18205]: TexCoordPointerEXT (will be remapped) */
+ /* _mesa_function_pool[18282]: TexCoordPointerEXT (will be remapped) */
"iiiip\0"
"glTexCoordPointerEXT\0"
"\0"
- /* _mesa_function_pool[18233]: TexSubImage4DSGIS (dynamic) */
+ /* _mesa_function_pool[18310]: TexSubImage4DSGIS (dynamic) */
"iiiiiiiiiiiip\0"
"glTexSubImage4DSGIS\0"
"\0"
- /* _mesa_function_pool[18268]: TexCoord3s (offset 116) */
+ /* _mesa_function_pool[18345]: TexCoord3s (offset 116) */
"iii\0"
"glTexCoord3s\0"
"\0"
- /* _mesa_function_pool[18286]: GetTexLevelParameteriv (offset 285) */
+ /* _mesa_function_pool[18363]: GetTexLevelParameteriv (offset 285) */
"iiip\0"
"glGetTexLevelParameteriv\0"
"\0"
- /* _mesa_function_pool[18317]: GetClipPlanef (will be remapped) */
+ /* _mesa_function_pool[18394]: GetClipPlanef (will be remapped) */
"ip\0"
"glGetClipPlanefOES\0"
"glGetClipPlanef\0"
"\0"
- /* _mesa_function_pool[18356]: VertexAttribPointer (will be remapped) */
+ /* _mesa_function_pool[18433]: VertexAttribPointer (will be remapped) */
"iiiiip\0"
"glVertexAttribPointer\0"
"glVertexAttribPointerARB\0"
"\0"
- /* _mesa_function_pool[18411]: TexStorage2DMultisample (will be remapped) */
+ /* _mesa_function_pool[18488]: TexStorage2DMultisample (will be remapped) */
"iiiiii\0"
"glTexStorage2DMultisample\0"
"\0"
- /* _mesa_function_pool[18445]: VertexAttribP4uiv (will be remapped) */
+ /* _mesa_function_pool[18522]: VertexAttribP4uiv (will be remapped) */
"iiip\0"
"glVertexAttribP4uiv\0"
"\0"
- /* _mesa_function_pool[18471]: StopInstrumentsSGIX (dynamic) */
+ /* _mesa_function_pool[18548]: StopInstrumentsSGIX (dynamic) */
"i\0"
"glStopInstrumentsSGIX\0"
"\0"
- /* _mesa_function_pool[18496]: SecondaryColor3s (will be remapped) */
+ /* _mesa_function_pool[18573]: SecondaryColor3s (will be remapped) */
"iii\0"
"glSecondaryColor3s\0"
"glSecondaryColor3sEXT\0"
"\0"
- /* _mesa_function_pool[18542]: ClearAccum (offset 204) */
+ /* _mesa_function_pool[18619]: ClearAccum (offset 204) */
"ffff\0"
"glClearAccum\0"
"\0"
- /* _mesa_function_pool[18561]: DeformSGIX (dynamic) */
+ /* _mesa_function_pool[18638]: DeformSGIX (dynamic) */
"i\0"
"glDeformSGIX\0"
"\0"
- /* _mesa_function_pool[18577]: InvalidateBufferSubData (will be remapped) */
+ /* _mesa_function_pool[18654]: InvalidateBufferSubData (will be remapped) */
"iii\0"
"glInvalidateBufferSubData\0"
"\0"
- /* _mesa_function_pool[18608]: Uniform3i (will be remapped) */
+ /* _mesa_function_pool[18685]: Uniform3i (will be remapped) */
"iiii\0"
"glUniform3i\0"
"glUniform3iARB\0"
"\0"
- /* _mesa_function_pool[18641]: TexCoord4iv (offset 123) */
+ /* _mesa_function_pool[18718]: TexCoord4iv (offset 123) */
"p\0"
"glTexCoord4iv\0"
"\0"
- /* _mesa_function_pool[18658]: TexStorage3D (will be remapped) */
+ /* _mesa_function_pool[18735]: TexStorage3D (will be remapped) */
"iiiiii\0"
"glTexStorage3D\0"
"\0"
- /* _mesa_function_pool[18681]: UniformMatrix4x2fv (will be remapped) */
+ /* _mesa_function_pool[18758]: UniformMatrix4x2fv (will be remapped) */
"iiip\0"
"glUniformMatrix4x2fv\0"
"\0"
- /* _mesa_function_pool[18708]: GetDetailTexFuncSGIS (dynamic) */
+ /* _mesa_function_pool[18785]: GetDetailTexFuncSGIS (dynamic) */
"ip\0"
"glGetDetailTexFuncSGIS\0"
"\0"
- /* _mesa_function_pool[18735]: WindowPos3i (will be remapped) */
+ /* _mesa_function_pool[18812]: WindowPos3i (will be remapped) */
"iii\0"
"glWindowPos3i\0"
"glWindowPos3iARB\0"
"glWindowPos3iMESA\0"
"\0"
- /* _mesa_function_pool[18789]: SecondaryColor3b (will be remapped) */
+ /* _mesa_function_pool[18866]: SecondaryColor3b (will be remapped) */
"iii\0"
"glSecondaryColor3b\0"
"glSecondaryColor3bEXT\0"
"\0"
- /* _mesa_function_pool[18835]: FramebufferTexture3D (will be remapped) */
+ /* _mesa_function_pool[18912]: FramebufferTexture3D (will be remapped) */
"iiiiii\0"
"glFramebufferTexture3D\0"
"glFramebufferTexture3DEXT\0"
"glFramebufferTexture3DOES\0"
"\0"
- /* _mesa_function_pool[18918]: SamplerParameterIiv (will be remapped) */
+ /* _mesa_function_pool[18995]: SamplerParameterIiv (will be remapped) */
"iip\0"
"glSamplerParameterIiv\0"
"\0"
- /* _mesa_function_pool[18945]: PolygonOffset (offset 319) */
+ /* _mesa_function_pool[19022]: PolygonOffset (offset 319) */
"ff\0"
"glPolygonOffset\0"
"\0"
- /* _mesa_function_pool[18965]: BindVertexArray (will be remapped) */
+ /* _mesa_function_pool[19042]: BindVertexArray (will be remapped) */
"i\0"
"glBindVertexArray\0"
"glBindVertexArrayOES\0"
"\0"
- /* _mesa_function_pool[19007]: Color4ubVertex2fvSUN (dynamic) */
+ /* _mesa_function_pool[19084]: Color4ubVertex2fvSUN (dynamic) */
"pp\0"
"glColor4ubVertex2fvSUN\0"
"\0"
- /* _mesa_function_pool[19034]: GetProgramBinary (will be remapped) */
+ /* _mesa_function_pool[19111]: GetProgramBinary (will be remapped) */
"iippp\0"
"glGetProgramBinary\0"
"glGetProgramBinaryOES\0"
"\0"
- /* _mesa_function_pool[19082]: GetBufferParameteriv (will be remapped) */
+ /* _mesa_function_pool[19159]: GetBufferParameteriv (will be remapped) */
"iip\0"
"glGetBufferParameteriv\0"
"glGetBufferParameterivARB\0"
"\0"
- /* _mesa_function_pool[19136]: Rectd (offset 86) */
+ /* _mesa_function_pool[19213]: Rectd (offset 86) */
"dddd\0"
"glRectd\0"
"\0"
- /* _mesa_function_pool[19150]: TexFilterFuncSGIS (dynamic) */
+ /* _mesa_function_pool[19227]: TexFilterFuncSGIS (dynamic) */
"iiip\0"
"glTexFilterFuncSGIS\0"
"\0"
- /* _mesa_function_pool[19176]: NormalPointervINTEL (dynamic) */
+ /* _mesa_function_pool[19253]: NormalPointervINTEL (dynamic) */
"ip\0"
"glNormalPointervINTEL\0"
"\0"
- /* _mesa_function_pool[19202]: ProvokingVertex (will be remapped) */
+ /* _mesa_function_pool[19279]: ProvokingVertex (will be remapped) */
"i\0"
"glProvokingVertexEXT\0"
"glProvokingVertex\0"
"\0"
- /* _mesa_function_pool[19244]: SamplerParameterfv (will be remapped) */
+ /* _mesa_function_pool[19321]: SamplerParameterfv (will be remapped) */
"iip\0"
"glSamplerParameterfv\0"
"\0"
- /* _mesa_function_pool[19270]: MultiTexCoord1i (offset 380) */
+ /* _mesa_function_pool[19347]: MultiTexCoord1i (offset 380) */
"ii\0"
"glMultiTexCoord1i\0"
"glMultiTexCoord1iARB\0"
"\0"
- /* _mesa_function_pool[19313]: WindowPos2dv (will be remapped) */
+ /* _mesa_function_pool[19390]: WindowPos2dv (will be remapped) */
"p\0"
"glWindowPos2dv\0"
"glWindowPos2dvARB\0"
"glWindowPos2dvMESA\0"
"\0"
- /* _mesa_function_pool[19368]: GetProgramParameterdvNV (will be remapped) */
+ /* _mesa_function_pool[19445]: GetProgramParameterdvNV (will be remapped) */
"iiip\0"
"glGetProgramParameterdvNV\0"
"\0"
- /* _mesa_function_pool[19400]: VertexAttrib3fNV (will be remapped) */
+ /* _mesa_function_pool[19477]: VertexAttrib3fNV (will be remapped) */
"ifff\0"
"glVertexAttrib3fNV\0"
"\0"
- /* _mesa_function_pool[19425]: RasterPos3i (offset 74) */
+ /* _mesa_function_pool[19502]: RasterPos3i (offset 74) */
"iii\0"
"glRasterPos3i\0"
"\0"
- /* _mesa_function_pool[19444]: GetFragmentLightfvSGIX (dynamic) */
+ /* _mesa_function_pool[19521]: GetFragmentLightfvSGIX (dynamic) */
"iip\0"
"glGetFragmentLightfvSGIX\0"
"\0"
- /* _mesa_function_pool[19474]: PointParameterxv (will be remapped) */
+ /* _mesa_function_pool[19551]: PointParameterxv (will be remapped) */
"ip\0"
"glPointParameterxvOES\0"
"glPointParameterxv\0"
"\0"
- /* _mesa_function_pool[19519]: MultiTexCoord1d (offset 376) */
+ /* _mesa_function_pool[19596]: MultiTexCoord1d (offset 376) */
"id\0"
"glMultiTexCoord1d\0"
"glMultiTexCoord1dARB\0"
"\0"
- /* _mesa_function_pool[19562]: DetailTexFuncSGIS (dynamic) */
+ /* _mesa_function_pool[19639]: DetailTexFuncSGIS (dynamic) */
"iip\0"
"glDetailTexFuncSGIS\0"
"\0"
- /* _mesa_function_pool[19587]: Normal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[19664]: Normal3fVertex3fSUN (dynamic) */
"ffffff\0"
"glNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[19617]: CopyTexImage2D (offset 324) */
+ /* _mesa_function_pool[19694]: CopyTexImage2D (offset 324) */
"iiiiiiii\0"
"glCopyTexImage2D\0"
"glCopyTexImage2DEXT\0"
"\0"
- /* _mesa_function_pool[19664]: FlushMappedBufferRange (will be remapped) */
+ /* _mesa_function_pool[19741]: FlushMappedBufferRange (will be remapped) */
"iii\0"
"glFlushMappedBufferRange\0"
"glFlushMappedBufferRangeEXT\0"
"\0"
- /* _mesa_function_pool[19722]: MultiTexCoord2dv (offset 385) */
+ /* _mesa_function_pool[19799]: MultiTexCoord2dv (offset 385) */
"ip\0"
"glMultiTexCoord2dv\0"
"glMultiTexCoord2dvARB\0"
"\0"
- /* _mesa_function_pool[19767]: ProgramEnvParameter4fARB (will be remapped) */
+ /* _mesa_function_pool[19844]: ProgramEnvParameter4fARB (will be remapped) */
"iiffff\0"
"glProgramEnvParameter4fARB\0"
"glProgramParameter4fNV\0"
"\0"
- /* _mesa_function_pool[19825]: GenVertexArraysAPPLE (will be remapped) */
+ /* _mesa_function_pool[19902]: GenVertexArraysAPPLE (will be remapped) */
"ip\0"
"glGenVertexArraysAPPLE\0"
"\0"
- /* _mesa_function_pool[19852]: Lightfv (offset 160) */
+ /* _mesa_function_pool[19929]: Lightfv (offset 160) */
"iip\0"
"glLightfv\0"
"\0"
- /* _mesa_function_pool[19867]: GetFramebufferAttachmentParameteriv (will be remapped) */
+ /* _mesa_function_pool[19944]: GetFramebufferAttachmentParameteriv (will be remapped) */
"iiip\0"
"glGetFramebufferAttachmentParameteriv\0"
"glGetFramebufferAttachmentParameterivEXT\0"
"glGetFramebufferAttachmentParameterivOES\0"
"\0"
- /* _mesa_function_pool[19993]: MultiTexCoord1s (offset 382) */
+ /* _mesa_function_pool[20070]: MultiTexCoord1s (offset 382) */
"ii\0"
"glMultiTexCoord1s\0"
"glMultiTexCoord1sARB\0"
"\0"
- /* _mesa_function_pool[20036]: VertexAttribI4ivEXT (will be remapped) */
+ /* _mesa_function_pool[20113]: VertexAttribI4ivEXT (will be remapped) */
"ip\0"
"glVertexAttribI4ivEXT\0"
"glVertexAttribI4iv\0"
"\0"
- /* _mesa_function_pool[20081]: ClearDepth (offset 208) */
+ /* _mesa_function_pool[20158]: ClearDepth (offset 208) */
"d\0"
"glClearDepth\0"
"\0"
- /* _mesa_function_pool[20097]: GetFenceivNV (dynamic) */
+ /* _mesa_function_pool[20174]: GetFenceivNV (dynamic) */
"iip\0"
"glGetFenceivNV\0"
"\0"
- /* _mesa_function_pool[20117]: GetVertexAttribPointerv (will be remapped) */
+ /* _mesa_function_pool[20194]: GetVertexAttribPointerv (will be remapped) */
"iip\0"
"glGetVertexAttribPointerv\0"
"glGetVertexAttribPointervARB\0"
"glGetVertexAttribPointervNV\0"
"\0"
- /* _mesa_function_pool[20205]: ColorSubTable (offset 346) */
+ /* _mesa_function_pool[20282]: ColorSubTable (offset 346) */
"iiiiip\0"
"glColorSubTable\0"
"glColorSubTableEXT\0"
"\0"
- /* _mesa_function_pool[20248]: Color4fv (offset 30) */
+ /* _mesa_function_pool[20325]: Color4fv (offset 30) */
"p\0"
"glColor4fv\0"
"\0"
- /* _mesa_function_pool[20262]: EndPerfMonitorAMD (will be remapped) */
+ /* _mesa_function_pool[20339]: EndPerfMonitorAMD (will be remapped) */
"i\0"
"glEndPerfMonitorAMD\0"
"\0"
- /* _mesa_function_pool[20285]: GetnMinmaxARB (will be remapped) */
+ /* _mesa_function_pool[20362]: GetnMinmaxARB (will be remapped) */
"iiiiip\0"
"glGetnMinmaxARB\0"
"\0"
- /* _mesa_function_pool[20309]: ProgramLocalParameters4fvEXT (will be remapped) */
+ /* _mesa_function_pool[20386]: ProgramLocalParameters4fvEXT (will be remapped) */
"iiip\0"
"glProgramLocalParameters4fvEXT\0"
"\0"
- /* _mesa_function_pool[20346]: BeginConditionalRender (will be remapped) */
+ /* _mesa_function_pool[20423]: BeginConditionalRender (will be remapped) */
"ii\0"
"glBeginConditionalRender\0"
"glBeginConditionalRenderNV\0"
"\0"
- /* _mesa_function_pool[20402]: TexCoord4fColor4fNormal3fVertex4fSUN (dynamic) */
+ /* _mesa_function_pool[20479]: TexCoord4fColor4fNormal3fVertex4fSUN (dynamic) */
"fffffffffffffff\0"
"glTexCoord4fColor4fNormal3fVertex4fSUN\0"
"\0"
- /* _mesa_function_pool[20458]: VertexAttribI1uiv (will be remapped) */
+ /* _mesa_function_pool[20535]: VertexAttribI1uiv (will be remapped) */
"ip\0"
"glVertexAttribI1uivEXT\0"
"glVertexAttribI1uiv\0"
"\0"
- /* _mesa_function_pool[20505]: ColorPointer (offset 308) */
+ /* _mesa_function_pool[20582]: ColorPointer (offset 308) */
"iiip\0"
"glColorPointer\0"
"\0"
- /* _mesa_function_pool[20526]: Rects (offset 92) */
+ /* _mesa_function_pool[20603]: Rects (offset 92) */
"iiii\0"
"glRects\0"
"\0"
- /* _mesa_function_pool[20540]: GetMapAttribParameterfvNV (dynamic) */
+ /* _mesa_function_pool[20617]: GetMapAttribParameterfvNV (dynamic) */
"iiip\0"
"glGetMapAttribParameterfvNV\0"
"\0"
- /* _mesa_function_pool[20574]: ClearColorx (will be remapped) */
+ /* _mesa_function_pool[20651]: ClearColorx (will be remapped) */
"iiii\0"
"glClearColorxOES\0"
"glClearColorx\0"
"\0"
- /* _mesa_function_pool[20611]: MultiTexCoordP2ui (will be remapped) */
+ /* _mesa_function_pool[20688]: MultiTexCoordP2ui (will be remapped) */
"iii\0"
"glMultiTexCoordP2ui\0"
"\0"
- /* _mesa_function_pool[20636]: ActiveProgramEXT (will be remapped) */
+ /* _mesa_function_pool[20713]: ActiveProgramEXT (will be remapped) */
"i\0"
"glActiveProgramEXT\0"
"\0"
- /* _mesa_function_pool[20658]: Lightiv (offset 162) */
+ /* _mesa_function_pool[20735]: Lightiv (offset 162) */
"iip\0"
"glLightiv\0"
"\0"
- /* _mesa_function_pool[20673]: Tangent3svEXT (dynamic) */
+ /* _mesa_function_pool[20750]: Tangent3svEXT (dynamic) */
"p\0"
"glTangent3svEXT\0"
"\0"
- /* _mesa_function_pool[20692]: TexCoordPointervINTEL (dynamic) */
+ /* _mesa_function_pool[20769]: TexCoordPointervINTEL (dynamic) */
"iip\0"
"glTexCoordPointervINTEL\0"
"\0"
- /* _mesa_function_pool[20721]: GetTexParameteriv (offset 283) */
+ /* _mesa_function_pool[20798]: GetTexParameteriv (offset 283) */
"iip\0"
"glGetTexParameteriv\0"
"\0"
- /* _mesa_function_pool[20746]: MapParameterivNV (dynamic) */
+ /* _mesa_function_pool[20823]: MapParameterivNV (dynamic) */
"iip\0"
"glMapParameterivNV\0"
"\0"
- /* _mesa_function_pool[20770]: VertexAttribs4dvNV (will be remapped) */
+ /* _mesa_function_pool[20847]: VertexAttribs4dvNV (will be remapped) */
"iip\0"
"glVertexAttribs4dvNV\0"
"\0"
- /* _mesa_function_pool[20796]: VertexAttrib3sv (will be remapped) */
+ /* _mesa_function_pool[20873]: VertexAttrib3sv (will be remapped) */
"ip\0"
"glVertexAttrib3sv\0"
"glVertexAttrib3svARB\0"
"\0"
- /* _mesa_function_pool[20839]: IsQuery (will be remapped) */
+ /* _mesa_function_pool[20916]: IsQuery (will be remapped) */
"i\0"
"glIsQuery\0"
"glIsQueryARB\0"
"\0"
- /* _mesa_function_pool[20865]: ClearBufferfv (will be remapped) */
+ /* _mesa_function_pool[20942]: ClearBufferfv (will be remapped) */
"iip\0"
"glClearBufferfv\0"
"\0"
- /* _mesa_function_pool[20886]: PrimitiveRestartNV (will be remapped) */
+ /* _mesa_function_pool[20963]: PrimitiveRestartNV (will be remapped) */
"\0"
"glPrimitiveRestartNV\0"
"\0"
- /* _mesa_function_pool[20909]: EdgeFlagPointerEXT (will be remapped) */
+ /* _mesa_function_pool[20986]: EdgeFlagPointerEXT (will be remapped) */
"iip\0"
"glEdgeFlagPointerEXT\0"
"\0"
- /* _mesa_function_pool[20935]: IsVertexArray (will be remapped) */
+ /* _mesa_function_pool[21012]: IsVertexArray (will be remapped) */
"i\0"
"glIsVertexArray\0"
"glIsVertexArrayAPPLE\0"
"glIsVertexArrayOES\0"
"\0"
- /* _mesa_function_pool[20994]: GetMultisamplefv (will be remapped) */
+ /* _mesa_function_pool[21071]: GetMultisamplefv (will be remapped) */
"iip\0"
"glGetMultisamplefv\0"
"\0"
- /* _mesa_function_pool[21018]: WeightbvARB (dynamic) */
+ /* _mesa_function_pool[21095]: WeightbvARB (dynamic) */
"ip\0"
"glWeightbvARB\0"
"\0"
- /* _mesa_function_pool[21036]: Rectdv (offset 87) */
+ /* _mesa_function_pool[21113]: Rectdv (offset 87) */
"pp\0"
"glRectdv\0"
"\0"
- /* _mesa_function_pool[21049]: ListParameteriSGIX (dynamic) */
+ /* _mesa_function_pool[21126]: ListParameteriSGIX (dynamic) */
"iii\0"
"glListParameteriSGIX\0"
"\0"
- /* _mesa_function_pool[21075]: BlendEquationiARB (will be remapped) */
+ /* _mesa_function_pool[21152]: BlendEquationiARB (will be remapped) */
"ii\0"
"glBlendEquationiARB\0"
"glBlendEquationIndexedAMD\0"
"\0"
- /* _mesa_function_pool[21125]: ReplacementCodeuiColor4fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[21202]: ReplacementCodeuiColor4fNormal3fVertex3fSUN (dynamic) */
"iffffffffff\0"
"glReplacementCodeuiColor4fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[21184]: VertexAttrib4dv (will be remapped) */
+ /* _mesa_function_pool[21261]: VertexAttrib4dv (will be remapped) */
"ip\0"
"glVertexAttrib4dv\0"
"glVertexAttrib4dvARB\0"
"\0"
- /* _mesa_function_pool[21227]: InstrumentsBufferSGIX (dynamic) */
+ /* _mesa_function_pool[21304]: InstrumentsBufferSGIX (dynamic) */
"ip\0"
"glInstrumentsBufferSGIX\0"
"\0"
- /* _mesa_function_pool[21255]: SharpenTexFuncSGIS (dynamic) */
+ /* _mesa_function_pool[21332]: SharpenTexFuncSGIS (dynamic) */
"iip\0"
"glSharpenTexFuncSGIS\0"
"\0"
- /* _mesa_function_pool[21281]: DrawArraysInstancedARB (will be remapped) */
+ /* _mesa_function_pool[21358]: DrawArraysInstancedARB (will be remapped) */
"iiii\0"
"glDrawArraysInstancedARB\0"
"glDrawArraysInstancedEXT\0"
"glDrawArraysInstanced\0"
"\0"
- /* _mesa_function_pool[21359]: GetTexParameterxv (will be remapped) */
+ /* _mesa_function_pool[21436]: GetTexParameterxv (will be remapped) */
"iip\0"
"glGetTexParameterxvOES\0"
"glGetTexParameterxv\0"
"\0"
- /* _mesa_function_pool[21407]: GetAttachedShaders (will be remapped) */
+ /* _mesa_function_pool[21484]: GetAttachedShaders (will be remapped) */
"iipp\0"
"glGetAttachedShaders\0"
"\0"
- /* _mesa_function_pool[21434]: DebugMessageInsert (will be remapped) */
+ /* _mesa_function_pool[21511]: DebugMessageInsert (will be remapped) */
"iiiiip\0"
"glDebugMessageInsert\0"
"\0"
- /* _mesa_function_pool[21463]: Materialiv (offset 172) */
+ /* _mesa_function_pool[21540]: Materialiv (offset 172) */
"iip\0"
"glMaterialiv\0"
"\0"
- /* _mesa_function_pool[21481]: PushClientAttrib (offset 335) */
+ /* _mesa_function_pool[21558]: PushClientAttrib (offset 335) */
"i\0"
"glPushClientAttrib\0"
"\0"
- /* _mesa_function_pool[21503]: ProgramEnvParameters4fvEXT (will be remapped) */
+ /* _mesa_function_pool[21580]: ProgramEnvParameters4fvEXT (will be remapped) */
"iiip\0"
"glProgramEnvParameters4fvEXT\0"
"\0"
- /* _mesa_function_pool[21538]: TexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[21615]: TexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
"pppp\0"
"glTexCoord2fColor4fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[21584]: SecondaryColor3fvEXT (will be remapped) */
+ /* _mesa_function_pool[21661]: SecondaryColor3fvEXT (will be remapped) */
"p\0"
"glSecondaryColor3fv\0"
"glSecondaryColor3fvEXT\0"
"\0"
- /* _mesa_function_pool[21630]: PolygonMode (offset 174) */
+ /* _mesa_function_pool[21707]: PolygonMode (offset 174) */
"ii\0"
"glPolygonMode\0"
"\0"
- /* _mesa_function_pool[21648]: SecondaryColor3iv (will be remapped) */
+ /* _mesa_function_pool[21725]: SecondaryColor3iv (will be remapped) */
"p\0"
"glSecondaryColor3iv\0"
"glSecondaryColor3ivEXT\0"
"\0"
- /* _mesa_function_pool[21694]: VertexAttribIFormat (will be remapped) */
+ /* _mesa_function_pool[21771]: VertexAttribIFormat (will be remapped) */
"iiii\0"
"glVertexAttribIFormat\0"
"\0"
- /* _mesa_function_pool[21722]: VertexAttribI1iEXT (will be remapped) */
+ /* _mesa_function_pool[21799]: VertexAttribI1iEXT (will be remapped) */
"ii\0"
"glVertexAttribI1iEXT\0"
"glVertexAttribI1i\0"
"\0"
- /* _mesa_function_pool[21765]: VertexAttrib4Niv (will be remapped) */
+ /* _mesa_function_pool[21842]: VertexAttrib4Niv (will be remapped) */
"ip\0"
"glVertexAttrib4Niv\0"
"glVertexAttrib4NivARB\0"
"\0"
- /* _mesa_function_pool[21810]: GetVertexAttribivNV (will be remapped) */
+ /* _mesa_function_pool[21887]: GetVertexAttribivNV (will be remapped) */
"iip\0"
"glGetVertexAttribivNV\0"
"\0"
- /* _mesa_function_pool[21837]: GetProgramStringARB (will be remapped) */
+ /* _mesa_function_pool[21914]: GetProgramStringARB (will be remapped) */
"iip\0"
"glGetProgramStringARB\0"
"\0"
- /* _mesa_function_pool[21864]: GetnUniformdvARB (will be remapped) */
+ /* _mesa_function_pool[21941]: GetnUniformdvARB (will be remapped) */
"iiip\0"
"glGetnUniformdvARB\0"
"\0"
- /* _mesa_function_pool[21889]: DrawElementsInstancedBaseVertex (will be remapped) */
+ /* _mesa_function_pool[21966]: DrawElementsInstancedBaseVertex (will be remapped) */
"iiipii\0"
"glDrawElementsInstancedBaseVertex\0"
"\0"
- /* _mesa_function_pool[21931]: LinkProgram (will be remapped) */
+ /* _mesa_function_pool[22008]: LinkProgram (will be remapped) */
"i\0"
"glLinkProgram\0"
"glLinkProgramARB\0"
"\0"
- /* _mesa_function_pool[21965]: TexBumpParameterfvATI (will be remapped) */
+ /* _mesa_function_pool[22042]: TexBumpParameterfvATI (will be remapped) */
"ip\0"
"glTexBumpParameterfvATI\0"
"\0"
- /* _mesa_function_pool[21993]: Tangent3ivEXT (dynamic) */
+ /* _mesa_function_pool[22070]: Tangent3ivEXT (dynamic) */
"p\0"
"glTangent3ivEXT\0"
"\0"
- /* _mesa_function_pool[22012]: Uniform1f (will be remapped) */
+ /* _mesa_function_pool[22089]: Uniform1f (will be remapped) */
"if\0"
"glUniform1f\0"
"glUniform1fARB\0"
"\0"
- /* _mesa_function_pool[22043]: DisableClientState (offset 309) */
+ /* _mesa_function_pool[22120]: DisableClientState (offset 309) */
"i\0"
"glDisableClientState\0"
"\0"
- /* _mesa_function_pool[22067]: TexGeni (offset 192) */
+ /* _mesa_function_pool[22144]: TexGeni (offset 192) */
"iii\0"
"glTexGeni\0"
"glTexGeniOES\0"
"\0"
- /* _mesa_function_pool[22095]: TexGenf (offset 190) */
+ /* _mesa_function_pool[22172]: TexGenf (offset 190) */
"iif\0"
"glTexGenf\0"
"glTexGenfOES\0"
"\0"
- /* _mesa_function_pool[22123]: TexEnvx (will be remapped) */
+ /* _mesa_function_pool[22200]: TexEnvx (will be remapped) */
"iii\0"
"glTexEnvxOES\0"
"glTexEnvx\0"
"\0"
- /* _mesa_function_pool[22151]: TexGend (offset 188) */
+ /* _mesa_function_pool[22228]: TexGend (offset 188) */
"iid\0"
"glTexGend\0"
"\0"
- /* _mesa_function_pool[22166]: Uniform1i (will be remapped) */
+ /* _mesa_function_pool[22243]: Uniform1i (will be remapped) */
"ii\0"
"glUniform1i\0"
"glUniform1iARB\0"
"\0"
- /* _mesa_function_pool[22197]: GetPolygonStipple (offset 274) */
+ /* _mesa_function_pool[22274]: GetPolygonStipple (offset 274) */
"p\0"
"glGetPolygonStipple\0"
"\0"
- /* _mesa_function_pool[22220]: VertexAttrib4d (will be remapped) */
+ /* _mesa_function_pool[22297]: VertexAttrib4d (will be remapped) */
"idddd\0"
"glVertexAttrib4d\0"
"glVertexAttrib4dARB\0"
"\0"
- /* _mesa_function_pool[22264]: GetVertexAttribfvNV (will be remapped) */
+ /* _mesa_function_pool[22341]: GetVertexAttribfvNV (will be remapped) */
"iip\0"
"glGetVertexAttribfvNV\0"
"\0"
- /* _mesa_function_pool[22291]: Tangent3iEXT (dynamic) */
+ /* _mesa_function_pool[22368]: Tangent3iEXT (dynamic) */
"iii\0"
"glTangent3iEXT\0"
"\0"
- /* _mesa_function_pool[22311]: DrawArraysInstancedBaseInstance (will be remapped) */
+ /* _mesa_function_pool[22388]: DrawArraysInstancedBaseInstance (will be remapped) */
"iiiii\0"
"glDrawArraysInstancedBaseInstance\0"
"\0"
- /* _mesa_function_pool[22352]: VertexAttrib2svNV (will be remapped) */
+ /* _mesa_function_pool[22429]: VertexAttrib2svNV (will be remapped) */
"ip\0"
"glVertexAttrib2svNV\0"
"\0"
- /* _mesa_function_pool[22376]: MultMatrixx (will be remapped) */
+ /* _mesa_function_pool[22453]: MultMatrixx (will be remapped) */
"p\0"
"glMultMatrixxOES\0"
"glMultMatrixx\0"
"\0"
- /* _mesa_function_pool[22410]: NormalP3uiv (will be remapped) */
+ /* _mesa_function_pool[22487]: NormalP3uiv (will be remapped) */
"ip\0"
"glNormalP3uiv\0"
"\0"
- /* _mesa_function_pool[22428]: SecondaryColorP3uiv (will be remapped) */
+ /* _mesa_function_pool[22505]: SecondaryColorP3uiv (will be remapped) */
"ip\0"
"glSecondaryColorP3uiv\0"
"\0"
- /* _mesa_function_pool[22454]: VertexAttribs1fvNV (will be remapped) */
+ /* _mesa_function_pool[22531]: VertexAttribs1fvNV (will be remapped) */
"iip\0"
"glVertexAttribs1fvNV\0"
"\0"
- /* _mesa_function_pool[22480]: GetPerfMonitorCountersAMD (will be remapped) */
+ /* _mesa_function_pool[22557]: GetPerfMonitorCountersAMD (will be remapped) */
"ippip\0"
"glGetPerfMonitorCountersAMD\0"
"\0"
- /* _mesa_function_pool[22515]: DrawTexsvOES (will be remapped) */
+ /* _mesa_function_pool[22592]: DrawTexsvOES (will be remapped) */
"p\0"
"glDrawTexsvOES\0"
"\0"
- /* _mesa_function_pool[22533]: WindowPos4sMESA (will be remapped) */
+ /* _mesa_function_pool[22610]: WindowPos4sMESA (will be remapped) */
"iiii\0"
"glWindowPos4sMESA\0"
"\0"
- /* _mesa_function_pool[22557]: GetnPixelMapuivARB (will be remapped) */
+ /* _mesa_function_pool[22634]: GetnPixelMapuivARB (will be remapped) */
"iip\0"
"glGetnPixelMapuivARB\0"
"\0"
- /* _mesa_function_pool[22583]: VertexAttrib4s (will be remapped) */
+ /* _mesa_function_pool[22660]: VertexAttrib4s (will be remapped) */
"iiiii\0"
"glVertexAttrib4s\0"
"glVertexAttrib4sARB\0"
"\0"
- /* _mesa_function_pool[22627]: GetSamplerParameterIuiv (will be remapped) */
+ /* _mesa_function_pool[22704]: GetSamplerParameterIuiv (will be remapped) */
"iip\0"
"glGetSamplerParameterIuiv\0"
"\0"
- /* _mesa_function_pool[22658]: ReplacementCodeusvSUN (dynamic) */
+ /* _mesa_function_pool[22735]: ReplacementCodeusvSUN (dynamic) */
"p\0"
"glReplacementCodeusvSUN\0"
"\0"
- /* _mesa_function_pool[22685]: VertexAttrib2dvNV (will be remapped) */
+ /* _mesa_function_pool[22762]: VertexAttrib2dvNV (will be remapped) */
"ip\0"
"glVertexAttrib2dvNV\0"
"\0"
- /* _mesa_function_pool[22709]: UseProgram (will be remapped) */
+ /* _mesa_function_pool[22786]: UseProgram (will be remapped) */
"i\0"
"glUseProgram\0"
"glUseProgramObjectARB\0"
"\0"
- /* _mesa_function_pool[22747]: GlobalAlphaFactoriSUN (dynamic) */
+ /* _mesa_function_pool[22824]: GlobalAlphaFactoriSUN (dynamic) */
"i\0"
"glGlobalAlphaFactoriSUN\0"
"\0"
- /* _mesa_function_pool[22774]: CompileShader (will be remapped) */
+ /* _mesa_function_pool[22851]: CompileShader (will be remapped) */
"i\0"
"glCompileShader\0"
"glCompileShaderARB\0"
"\0"
- /* _mesa_function_pool[22812]: Color4sv (offset 34) */
+ /* _mesa_function_pool[22889]: Color4sv (offset 34) */
"p\0"
"glColor4sv\0"
"\0"
- /* _mesa_function_pool[22826]: MultiModeDrawArraysIBM (will be remapped) */
+ /* _mesa_function_pool[22903]: MultiModeDrawArraysIBM (will be remapped) */
"pppii\0"
"glMultiModeDrawArraysIBM\0"
"\0"
- /* _mesa_function_pool[22858]: MultiTexCoord3d (offset 392) */
+ /* _mesa_function_pool[22935]: MultiTexCoord3d (offset 392) */
"iddd\0"
"glMultiTexCoord3d\0"
"glMultiTexCoord3dARB\0"
"\0"
- /* _mesa_function_pool[22903]: LoadTransposeMatrixf (will be remapped) */
+ /* _mesa_function_pool[22980]: LoadTransposeMatrixf (will be remapped) */
"p\0"
"glLoadTransposeMatrixf\0"
"glLoadTransposeMatrixfARB\0"
"\0"
- /* _mesa_function_pool[22955]: LoadTransposeMatrixd (will be remapped) */
+ /* _mesa_function_pool[23032]: LoadTransposeMatrixd (will be remapped) */
"p\0"
"glLoadTransposeMatrixd\0"
"glLoadTransposeMatrixdARB\0"
"\0"
- /* _mesa_function_pool[23007]: FlushMappedBufferRangeAPPLE (will be remapped) */
+ /* _mesa_function_pool[23084]: FlushMappedBufferRangeAPPLE (will be remapped) */
"iii\0"
"glFlushMappedBufferRangeAPPLE\0"
"\0"
- /* _mesa_function_pool[23042]: PixelZoom (offset 246) */
+ /* _mesa_function_pool[23119]: PixelZoom (offset 246) */
"ff\0"
"glPixelZoom\0"
"\0"
- /* _mesa_function_pool[23058]: ReplacementCodePointerSUN (dynamic) */
+ /* _mesa_function_pool[23135]: ReplacementCodePointerSUN (dynamic) */
"iip\0"
"glReplacementCodePointerSUN\0"
"\0"
- /* _mesa_function_pool[23091]: ProgramEnvParameter4dARB (will be remapped) */
+ /* _mesa_function_pool[23168]: ProgramEnvParameter4dARB (will be remapped) */
"iidddd\0"
"glProgramEnvParameter4dARB\0"
"glProgramParameter4dNV\0"
"\0"
- /* _mesa_function_pool[23149]: ColorTableParameterfv (offset 340) */
+ /* _mesa_function_pool[23226]: ColorTableParameterfv (offset 340) */
"iip\0"
"glColorTableParameterfv\0"
"glColorTableParameterfvSGI\0"
"\0"
- /* _mesa_function_pool[23205]: GetFragDataLocation (will be remapped) */
+ /* _mesa_function_pool[23282]: GetFragDataLocation (will be remapped) */
"ip\0"
"glGetFragDataLocationEXT\0"
"glGetFragDataLocation\0"
"\0"
- /* _mesa_function_pool[23256]: TexStorage3DMultisample (will be remapped) */
+ /* _mesa_function_pool[23333]: TexStorage3DMultisample (will be remapped) */
"iiiiiii\0"
"glTexStorage3DMultisample\0"
"\0"
- /* _mesa_function_pool[23291]: Binormal3bvEXT (dynamic) */
+ /* _mesa_function_pool[23368]: Binormal3bvEXT (dynamic) */
"p\0"
"glBinormal3bvEXT\0"
"\0"
- /* _mesa_function_pool[23311]: PixelMapuiv (offset 252) */
+ /* _mesa_function_pool[23388]: PixelMapuiv (offset 252) */
"iip\0"
"glPixelMapuiv\0"
"\0"
- /* _mesa_function_pool[23330]: Color3dv (offset 12) */
+ /* _mesa_function_pool[23407]: Color3dv (offset 12) */
"p\0"
"glColor3dv\0"
"\0"
- /* _mesa_function_pool[23344]: IsTexture (offset 330) */
+ /* _mesa_function_pool[23421]: IsTexture (offset 330) */
"i\0"
"glIsTexture\0"
"glIsTextureEXT\0"
"\0"
- /* _mesa_function_pool[23374]: VertexAttrib4fvNV (will be remapped) */
+ /* _mesa_function_pool[23451]: VertexAttrib4fvNV (will be remapped) */
"ip\0"
"glVertexAttrib4fvNV\0"
"\0"
- /* _mesa_function_pool[23398]: BeginQuery (will be remapped) */
+ /* _mesa_function_pool[23475]: BeginQuery (will be remapped) */
"ii\0"
"glBeginQuery\0"
"glBeginQueryARB\0"
"\0"
- /* _mesa_function_pool[23431]: ColorPointerEXT (will be remapped) */
+ /* _mesa_function_pool[23508]: ColorPointerEXT (will be remapped) */
"iiiip\0"
"glColorPointerEXT\0"
"\0"
- /* _mesa_function_pool[23456]: VertexWeightfvEXT (dynamic) */
+ /* _mesa_function_pool[23533]: VertexWeightfvEXT (dynamic) */
"p\0"
"glVertexWeightfvEXT\0"
"\0"
- /* _mesa_function_pool[23479]: VertexP3uiv (will be remapped) */
+ /* _mesa_function_pool[23556]: VertexP3uiv (will be remapped) */
"ip\0"
"glVertexP3uiv\0"
"\0"
- /* _mesa_function_pool[23497]: VertexAttrib3s (will be remapped) */
+ /* _mesa_function_pool[23574]: VertexAttrib3s (will be remapped) */
"iiii\0"
"glVertexAttrib3s\0"
"glVertexAttrib3sARB\0"
"\0"
- /* _mesa_function_pool[23540]: GetCombinerStageParameterfvNV (dynamic) */
+ /* _mesa_function_pool[23617]: GetCombinerStageParameterfvNV (dynamic) */
"iip\0"
"glGetCombinerStageParameterfvNV\0"
"\0"
- /* _mesa_function_pool[23577]: TexCoord4i (offset 122) */
+ /* _mesa_function_pool[23654]: TexCoord4i (offset 122) */
"iiii\0"
"glTexCoord4i\0"
"\0"
- /* _mesa_function_pool[23596]: Color4ubVertex2fSUN (dynamic) */
+ /* _mesa_function_pool[23673]: Color4ubVertex2fSUN (dynamic) */
"iiiiff\0"
"glColor4ubVertex2fSUN\0"
"\0"
- /* _mesa_function_pool[23626]: FragmentColorMaterialSGIX (dynamic) */
+ /* _mesa_function_pool[23703]: FragmentColorMaterialSGIX (dynamic) */
"ii\0"
"glFragmentColorMaterialSGIX\0"
"\0"
- /* _mesa_function_pool[23658]: CurrentPaletteMatrixARB (dynamic) */
+ /* _mesa_function_pool[23735]: CurrentPaletteMatrixARB (dynamic) */
"i\0"
"glCurrentPaletteMatrixARB\0"
"glCurrentPaletteMatrixOES\0"
"\0"
- /* _mesa_function_pool[23713]: GetMapdv (offset 266) */
+ /* _mesa_function_pool[23790]: GetMapdv (offset 266) */
"iip\0"
"glGetMapdv\0"
"\0"
- /* _mesa_function_pool[23729]: Color4fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[23806]: Color4fNormal3fVertex3fvSUN (dynamic) */
"ppp\0"
"glColor4fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[23764]: GetStringi (will be remapped) */
+ /* _mesa_function_pool[23841]: GetStringi (will be remapped) */
"ii\0"
"glGetStringi\0"
"\0"
- /* _mesa_function_pool[23781]: MultiTexCoord3iv (offset 397) */
+ /* _mesa_function_pool[23858]: MultiTexCoord3iv (offset 397) */
"ip\0"
"glMultiTexCoord3iv\0"
"glMultiTexCoord3ivARB\0"
"\0"
- /* _mesa_function_pool[23826]: GetUniformLocation (will be remapped) */
+ /* _mesa_function_pool[23903]: GetUniformLocation (will be remapped) */
"ip\0"
"glGetUniformLocation\0"
"glGetUniformLocationARB\0"
"\0"
- /* _mesa_function_pool[23875]: PixelStoref (offset 249) */
+ /* _mesa_function_pool[23952]: PixelStoref (offset 249) */
"if\0"
"glPixelStoref\0"
"\0"
- /* _mesa_function_pool[23893]: WindowPos2iv (will be remapped) */
+ /* _mesa_function_pool[23970]: WindowPos2iv (will be remapped) */
"p\0"
"glWindowPos2iv\0"
"glWindowPos2ivARB\0"
"glWindowPos2ivMESA\0"
"\0"
- /* _mesa_function_pool[23948]: Binormal3dEXT (dynamic) */
+ /* _mesa_function_pool[24025]: Binormal3dEXT (dynamic) */
"ddd\0"
"glBinormal3dEXT\0"
"\0"
- /* _mesa_function_pool[23969]: ReplacementCodeuiColor4ubVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[24046]: ReplacementCodeuiColor4ubVertex3fSUN (dynamic) */
"iiiiifff\0"
"glReplacementCodeuiColor4ubVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[24018]: PixelStorei (offset 250) */
+ /* _mesa_function_pool[24095]: PixelStorei (offset 250) */
"ii\0"
"glPixelStorei\0"
"\0"
- /* _mesa_function_pool[24036]: IsBuffer (will be remapped) */
+ /* _mesa_function_pool[24113]: IsBuffer (will be remapped) */
"i\0"
"glIsBuffer\0"
"glIsBufferARB\0"
"\0"
- /* _mesa_function_pool[24064]: VertexAttrib2fNV (will be remapped) */
+ /* _mesa_function_pool[24141]: VertexAttrib2fNV (will be remapped) */
"iff\0"
"glVertexAttrib2fNV\0"
"\0"
- /* _mesa_function_pool[24088]: FragmentMaterialiSGIX (dynamic) */
+ /* _mesa_function_pool[24165]: FragmentMaterialiSGIX (dynamic) */
"iii\0"
"glFragmentMaterialiSGIX\0"
"\0"
- /* _mesa_function_pool[24117]: VertexAttribI4ubv (will be remapped) */
+ /* _mesa_function_pool[24194]: VertexAttribI4ubv (will be remapped) */
"ip\0"
"glVertexAttribI4ubvEXT\0"
"glVertexAttribI4ubv\0"
"\0"
- /* _mesa_function_pool[24164]: EvalCoord2dv (offset 233) */
+ /* _mesa_function_pool[24241]: EvalCoord2dv (offset 233) */
"p\0"
"glEvalCoord2dv\0"
"\0"
- /* _mesa_function_pool[24182]: GenVertexArrays (will be remapped) */
+ /* _mesa_function_pool[24259]: GenVertexArrays (will be remapped) */
"ip\0"
"glGenVertexArrays\0"
"glGenVertexArraysOES\0"
"\0"
- /* _mesa_function_pool[24225]: ColorMaterial (offset 151) */
+ /* _mesa_function_pool[24302]: ColorMaterial (offset 151) */
"ii\0"
"glColorMaterial\0"
"\0"
- /* _mesa_function_pool[24245]: InvalidateSubFramebuffer (will be remapped) */
+ /* _mesa_function_pool[24322]: InvalidateSubFramebuffer (will be remapped) */
"iipiiii\0"
"glInvalidateSubFramebuffer\0"
"\0"
- /* _mesa_function_pool[24281]: SamplePatternSGIS (will be remapped) */
+ /* _mesa_function_pool[24358]: SamplePatternSGIS (will be remapped) */
"i\0"
"glSamplePatternSGIS\0"
"glSamplePatternEXT\0"
"\0"
- /* _mesa_function_pool[24323]: ColorP4ui (will be remapped) */
+ /* _mesa_function_pool[24400]: ColorP4ui (will be remapped) */
"ii\0"
"glColorP4ui\0"
"\0"
- /* _mesa_function_pool[24339]: VertexAttribs1svNV (will be remapped) */
+ /* _mesa_function_pool[24416]: VertexAttribs1svNV (will be remapped) */
"iip\0"
"glVertexAttribs1svNV\0"
"\0"
- /* _mesa_function_pool[24365]: DrawTexsOES (will be remapped) */
+ /* _mesa_function_pool[24442]: DrawTexsOES (will be remapped) */
"iiiii\0"
"glDrawTexsOES\0"
"\0"
- /* _mesa_function_pool[24386]: Uniform2ui (will be remapped) */
+ /* _mesa_function_pool[24463]: Uniform2ui (will be remapped) */
"iii\0"
"glUniform2uiEXT\0"
"glUniform2ui\0"
"\0"
- /* _mesa_function_pool[24420]: VertexAttribI4iEXT (will be remapped) */
+ /* _mesa_function_pool[24497]: VertexAttribI4iEXT (will be remapped) */
"iiiii\0"
"glVertexAttribI4iEXT\0"
"glVertexAttribI4i\0"
"\0"
- /* _mesa_function_pool[24466]: TexBumpParameterivATI (will be remapped) */
+ /* _mesa_function_pool[24543]: TexBumpParameterivATI (will be remapped) */
"ip\0"
"glTexBumpParameterivATI\0"
"\0"
- /* _mesa_function_pool[24494]: GetSeparableFilter (offset 359) */
+ /* _mesa_function_pool[24571]: GetSeparableFilter (offset 359) */
"iiippp\0"
"glGetSeparableFilter\0"
"glGetSeparableFilterEXT\0"
"\0"
- /* _mesa_function_pool[24547]: DeleteVertexArrays (will be remapped) */
+ /* _mesa_function_pool[24624]: DeleteVertexArrays (will be remapped) */
"ip\0"
"glDeleteVertexArrays\0"
"glDeleteVertexArraysAPPLE\0"
"glDeleteVertexArraysOES\0"
"\0"
- /* _mesa_function_pool[24622]: SpriteParameteriSGIX (dynamic) */
+ /* _mesa_function_pool[24699]: SpriteParameteriSGIX (dynamic) */
"ii\0"
"glSpriteParameteriSGIX\0"
"\0"
- /* _mesa_function_pool[24649]: RequestResidentProgramsNV (will be remapped) */
+ /* _mesa_function_pool[24726]: RequestResidentProgramsNV (will be remapped) */
"ip\0"
"glRequestResidentProgramsNV\0"
"\0"
- /* _mesa_function_pool[24681]: TexCoordP3uiv (will be remapped) */
+ /* _mesa_function_pool[24758]: TexCoordP3uiv (will be remapped) */
"ip\0"
"glTexCoordP3uiv\0"
"\0"
- /* _mesa_function_pool[24701]: ReplacementCodeusSUN (dynamic) */
+ /* _mesa_function_pool[24778]: ReplacementCodeusSUN (dynamic) */
"i\0"
"glReplacementCodeusSUN\0"
"\0"
- /* _mesa_function_pool[24727]: FeedbackBuffer (offset 194) */
+ /* _mesa_function_pool[24804]: FeedbackBuffer (offset 194) */
"iip\0"
"glFeedbackBuffer\0"
"\0"
- /* _mesa_function_pool[24749]: RasterPos2iv (offset 67) */
+ /* _mesa_function_pool[24826]: RasterPos2iv (offset 67) */
"p\0"
"glRasterPos2iv\0"
"\0"
- /* _mesa_function_pool[24767]: TexImage1D (offset 182) */
+ /* _mesa_function_pool[24844]: TexImage1D (offset 182) */
"iiiiiiip\0"
"glTexImage1D\0"
"\0"
- /* _mesa_function_pool[24790]: TexEnvxv (will be remapped) */
+ /* _mesa_function_pool[24867]: TexEnvxv (will be remapped) */
"iip\0"
"glTexEnvxvOES\0"
"glTexEnvxv\0"
"\0"
- /* _mesa_function_pool[24820]: ListParameterivSGIX (dynamic) */
+ /* _mesa_function_pool[24897]: ListParameterivSGIX (dynamic) */
"iip\0"
"glListParameterivSGIX\0"
"\0"
- /* _mesa_function_pool[24847]: MultiDrawElementsEXT (will be remapped) */
+ /* _mesa_function_pool[24924]: MultiDrawElementsEXT (will be remapped) */
"ipipi\0"
"glMultiDrawElements\0"
"glMultiDrawElementsEXT\0"
"\0"
- /* _mesa_function_pool[24897]: Color3s (offset 17) */
+ /* _mesa_function_pool[24974]: Color3s (offset 17) */
"iii\0"
"glColor3s\0"
"\0"
- /* _mesa_function_pool[24912]: MultiTexCoord3s (offset 398) */
+ /* _mesa_function_pool[24989]: MultiTexCoord3s (offset 398) */
"iiii\0"
"glMultiTexCoord3s\0"
"glMultiTexCoord3sARB\0"
"\0"
- /* _mesa_function_pool[24957]: WeightusvARB (dynamic) */
+ /* _mesa_function_pool[25034]: WeightusvARB (dynamic) */
"ip\0"
"glWeightusvARB\0"
"\0"
- /* _mesa_function_pool[24976]: BindFragmentShaderATI (will be remapped) */
+ /* _mesa_function_pool[25053]: BindFragmentShaderATI (will be remapped) */
"i\0"
"glBindFragmentShaderATI\0"
"\0"
- /* _mesa_function_pool[25003]: TexCoordPointer (offset 320) */
+ /* _mesa_function_pool[25080]: TexCoordPointer (offset 320) */
"iiip\0"
"glTexCoordPointer\0"
"\0"
- /* _mesa_function_pool[25027]: GetnSeparableFilterARB (will be remapped) */
+ /* _mesa_function_pool[25104]: GetnSeparableFilterARB (will be remapped) */
"iiiipipp\0"
"glGetnSeparableFilterARB\0"
"\0"
- /* _mesa_function_pool[25062]: InvalidateBufferData (will be remapped) */
+ /* _mesa_function_pool[25139]: InvalidateBufferData (will be remapped) */
"i\0"
"glInvalidateBufferData\0"
"\0"
- /* _mesa_function_pool[25088]: Color3i (offset 15) */
+ /* _mesa_function_pool[25165]: Color3i (offset 15) */
"iii\0"
"glColor3i\0"
"\0"
- /* _mesa_function_pool[25103]: FrontFace (offset 157) */
+ /* _mesa_function_pool[25180]: FrontFace (offset 157) */
"i\0"
"glFrontFace\0"
"\0"
- /* _mesa_function_pool[25118]: EvalCoord2d (offset 232) */
+ /* _mesa_function_pool[25195]: EvalCoord2d (offset 232) */
"dd\0"
"glEvalCoord2d\0"
"\0"
- /* _mesa_function_pool[25136]: EvalCoord2f (offset 234) */
+ /* _mesa_function_pool[25213]: EvalCoord2f (offset 234) */
"ff\0"
"glEvalCoord2f\0"
"\0"
- /* _mesa_function_pool[25154]: Color3b (offset 9) */
+ /* _mesa_function_pool[25231]: Color3b (offset 9) */
"iii\0"
"glColor3b\0"
"\0"
- /* _mesa_function_pool[25169]: ExecuteProgramNV (will be remapped) */
+ /* _mesa_function_pool[25246]: ExecuteProgramNV (will be remapped) */
"iip\0"
"glExecuteProgramNV\0"
"\0"
- /* _mesa_function_pool[25193]: Color3f (offset 13) */
+ /* _mesa_function_pool[25270]: Color3f (offset 13) */
"fff\0"
"glColor3f\0"
"\0"
- /* _mesa_function_pool[25208]: LightEnviSGIX (dynamic) */
+ /* _mesa_function_pool[25285]: LightEnviSGIX (dynamic) */
"ii\0"
"glLightEnviSGIX\0"
"\0"
- /* _mesa_function_pool[25228]: Color3d (offset 11) */
+ /* _mesa_function_pool[25305]: Color3d (offset 11) */
"ddd\0"
"glColor3d\0"
"\0"
- /* _mesa_function_pool[25243]: GetVertexAttribdv (will be remapped) */
+ /* _mesa_function_pool[25320]: GetVertexAttribdv (will be remapped) */
"iip\0"
"glGetVertexAttribdv\0"
"glGetVertexAttribdvARB\0"
"\0"
- /* _mesa_function_pool[25291]: VDPAUUnregisterSurfaceNV (will be remapped) */
+ /* _mesa_function_pool[25368]: VDPAUUnregisterSurfaceNV (will be remapped) */
"i\0"
"glVDPAUUnregisterSurfaceNV\0"
"\0"
- /* _mesa_function_pool[25321]: Normal3dv (offset 55) */
+ /* _mesa_function_pool[25398]: Normal3dv (offset 55) */
"p\0"
"glNormal3dv\0"
"\0"
- /* _mesa_function_pool[25336]: Lightf (offset 159) */
+ /* _mesa_function_pool[25413]: Lightf (offset 159) */
"iif\0"
"glLightf\0"
"\0"
- /* _mesa_function_pool[25350]: FinishTextureSUNX (dynamic) */
+ /* _mesa_function_pool[25427]: FinishTextureSUNX (dynamic) */
"\0"
"glFinishTextureSUNX\0"
"\0"
- /* _mesa_function_pool[25372]: MatrixMode (offset 293) */
+ /* _mesa_function_pool[25449]: MatrixMode (offset 293) */
"i\0"
"glMatrixMode\0"
"\0"
- /* _mesa_function_pool[25388]: GetPixelMapusv (offset 273) */
+ /* _mesa_function_pool[25465]: GetPixelMapusv (offset 273) */
"ip\0"
"glGetPixelMapusv\0"
"\0"
- /* _mesa_function_pool[25409]: Lighti (offset 161) */
+ /* _mesa_function_pool[25486]: Lighti (offset 161) */
"iii\0"
"glLighti\0"
"\0"
- /* _mesa_function_pool[25423]: VertexAttribPointerNV (will be remapped) */
+ /* _mesa_function_pool[25500]: VertexAttribPointerNV (will be remapped) */
"iiiip\0"
"glVertexAttribPointerNV\0"
"\0"
- /* _mesa_function_pool[25454]: GenFramebuffers (will be remapped) */
+ /* _mesa_function_pool[25531]: GenFramebuffers (will be remapped) */
"ip\0"
"glGenFramebuffers\0"
"glGenFramebuffersEXT\0"
"glGenFramebuffersOES\0"
"\0"
- /* _mesa_function_pool[25518]: GenBuffers (will be remapped) */
+ /* _mesa_function_pool[25595]: GenBuffers (will be remapped) */
"ip\0"
"glGenBuffers\0"
"glGenBuffersARB\0"
"\0"
- /* _mesa_function_pool[25551]: VDPAUMapSurfacesNV (will be remapped) */
+ /* _mesa_function_pool[25628]: VDPAUMapSurfacesNV (will be remapped) */
"ip\0"
"glVDPAUMapSurfacesNV\0"
"\0"
- /* _mesa_function_pool[25576]: ClearDepthx (will be remapped) */
+ /* _mesa_function_pool[25653]: ClearDepthx (will be remapped) */
"i\0"
"glClearDepthxOES\0"
"glClearDepthx\0"
"\0"
- /* _mesa_function_pool[25610]: Uniform4uiv (will be remapped) */
+ /* _mesa_function_pool[25687]: Uniform4uiv (will be remapped) */
"iip\0"
"glUniform4uivEXT\0"
"glUniform4uiv\0"
"\0"
- /* _mesa_function_pool[25646]: IsFramebuffer (will be remapped) */
+ /* _mesa_function_pool[25723]: IsFramebuffer (will be remapped) */
"i\0"
"glIsFramebuffer\0"
"glIsFramebufferEXT\0"
"glIsFramebufferOES\0"
"\0"
- /* _mesa_function_pool[25703]: PopDebugGroup (will be remapped) */
+ /* _mesa_function_pool[25780]: PopDebugGroup (will be remapped) */
"\0"
"glPopDebugGroup\0"
"\0"
- /* _mesa_function_pool[25721]: PixelTransformParameterfEXT (dynamic) */
+ /* _mesa_function_pool[25798]: PixelTransformParameterfEXT (dynamic) */
"iif\0"
"glPixelTransformParameterfEXT\0"
"\0"
- /* _mesa_function_pool[25756]: BlendEquationSeparate (will be remapped) */
+ /* _mesa_function_pool[25833]: BlendEquationSeparate (will be remapped) */
"ii\0"
"glBlendEquationSeparate\0"
"glBlendEquationSeparateEXT\0"
"glBlendEquationSeparateATI\0"
"glBlendEquationSeparateOES\0"
"\0"
- /* _mesa_function_pool[25865]: Lightx (will be remapped) */
+ /* _mesa_function_pool[25942]: Lightx (will be remapped) */
"iii\0"
"glLightxOES\0"
"glLightx\0"
"\0"
- /* _mesa_function_pool[25891]: PixelTransformParameteriEXT (dynamic) */
+ /* _mesa_function_pool[25968]: PixelTransformParameteriEXT (dynamic) */
"iii\0"
"glPixelTransformParameteriEXT\0"
"\0"
- /* _mesa_function_pool[25926]: GetDoublev (offset 260) */
+ /* _mesa_function_pool[26003]: GetDoublev (offset 260) */
"ip\0"
"glGetDoublev\0"
"\0"
- /* _mesa_function_pool[25943]: MultiTexCoordP4ui (will be remapped) */
+ /* _mesa_function_pool[26020]: MultiTexCoordP4ui (will be remapped) */
"iii\0"
"glMultiTexCoordP4ui\0"
"\0"
- /* _mesa_function_pool[25968]: GetObjectLabel (will be remapped) */
+ /* _mesa_function_pool[26045]: GetObjectLabel (will be remapped) */
"iiipp\0"
"glGetObjectLabel\0"
"\0"
- /* _mesa_function_pool[25992]: MultMatrixd (offset 295) */
+ /* _mesa_function_pool[26069]: MultMatrixd (offset 295) */
"p\0"
"glMultMatrixd\0"
"\0"
- /* _mesa_function_pool[26009]: MultMatrixf (offset 294) */
+ /* _mesa_function_pool[26086]: MultMatrixf (offset 294) */
"p\0"
"glMultMatrixf\0"
"\0"
- /* _mesa_function_pool[26026]: TextureMaterialEXT (dynamic) */
+ /* _mesa_function_pool[26103]: TextureMaterialEXT (dynamic) */
"ii\0"
"glTextureMaterialEXT\0"
"\0"
- /* _mesa_function_pool[26051]: TexCoord2fColor4ubVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[26128]: TexCoord2fColor4ubVertex3fSUN (dynamic) */
"ffiiiifff\0"
"glTexCoord2fColor4ubVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[26094]: VertexAttrib1d (will be remapped) */
+ /* _mesa_function_pool[26171]: VertexAttrib1d (will be remapped) */
"id\0"
"glVertexAttrib1d\0"
"glVertexAttrib1dARB\0"
"\0"
- /* _mesa_function_pool[26135]: CompressedTexImage1D (will be remapped) */
+ /* _mesa_function_pool[26212]: CompressedTexImage1D (will be remapped) */
"iiiiiip\0"
"glCompressedTexImage1D\0"
"glCompressedTexImage1DARB\0"
"\0"
- /* _mesa_function_pool[26193]: UnlockArraysEXT (will be remapped) */
+ /* _mesa_function_pool[26270]: UnlockArraysEXT (will be remapped) */
"\0"
"glUnlockArraysEXT\0"
"\0"
- /* _mesa_function_pool[26213]: TexBufferRange (will be remapped) */
+ /* _mesa_function_pool[26290]: TexBufferRange (will be remapped) */
"iiiii\0"
"glTexBufferRange\0"
"\0"
- /* _mesa_function_pool[26237]: MultiTexCoord4fvARB (offset 403) */
+ /* _mesa_function_pool[26314]: MultiTexCoord4fvARB (offset 403) */
"ip\0"
"glMultiTexCoord4fv\0"
"glMultiTexCoord4fvARB\0"
"\0"
- /* _mesa_function_pool[26282]: TagSampleBufferSGIX (dynamic) */
+ /* _mesa_function_pool[26359]: TagSampleBufferSGIX (dynamic) */
"\0"
"glTagSampleBufferSGIX\0"
"\0"
- /* _mesa_function_pool[26306]: UniformMatrix2x3fv (will be remapped) */
+ /* _mesa_function_pool[26383]: UniformMatrix2x3fv (will be remapped) */
"iiip\0"
"glUniformMatrix2x3fv\0"
"\0"
- /* _mesa_function_pool[26333]: SamplerParameteri (will be remapped) */
+ /* _mesa_function_pool[26410]: SamplerParameteri (will be remapped) */
"iii\0"
"glSamplerParameteri\0"
"\0"
- /* _mesa_function_pool[26358]: SamplerParameterf (will be remapped) */
+ /* _mesa_function_pool[26435]: SamplerParameterf (will be remapped) */
"iif\0"
"glSamplerParameterf\0"
"\0"
- /* _mesa_function_pool[26383]: CombinerParameteriNV (dynamic) */
+ /* _mesa_function_pool[26460]: CombinerParameteriNV (dynamic) */
"ii\0"
"glCombinerParameteriNV\0"
"\0"
- /* _mesa_function_pool[26410]: VertexAttrib1s (will be remapped) */
+ /* _mesa_function_pool[26487]: VertexAttrib1s (will be remapped) */
"ii\0"
"glVertexAttrib1s\0"
"glVertexAttrib1sARB\0"
"\0"
- /* _mesa_function_pool[26451]: EnableVertexAttribArray (will be remapped) */
+ /* _mesa_function_pool[26528]: EnableVertexAttribArray (will be remapped) */
"i\0"
"glEnableVertexAttribArray\0"
"glEnableVertexAttribArrayARB\0"
"\0"
- /* _mesa_function_pool[26509]: FrameZoomSGIX (dynamic) */
+ /* _mesa_function_pool[26586]: FrameZoomSGIX (dynamic) */
"i\0"
"glFrameZoomSGIX\0"
"\0"
- /* _mesa_function_pool[26528]: Normal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[26605]: Normal3fVertex3fvSUN (dynamic) */
"pp\0"
"glNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[26555]: Tangent3dvEXT (dynamic) */
+ /* _mesa_function_pool[26632]: Tangent3dvEXT (dynamic) */
"p\0"
"glTangent3dvEXT\0"
"\0"
- /* _mesa_function_pool[26574]: GetnUniformuivARB (will be remapped) */
- "iiip\0"
- "glGetnUniformuivARB\0"
+ /* _mesa_function_pool[26651]: MultiDrawElementsIndirect (will be remapped) */
+ "iipii\0"
+ "glMultiDrawElementsIndirect\0"
"\0"
- /* _mesa_function_pool[26600]: RasterPos4sv (offset 85) */
+ /* _mesa_function_pool[26686]: RasterPos4sv (offset 85) */
"p\0"
"glRasterPos4sv\0"
"\0"
- /* _mesa_function_pool[26618]: VertexAttrib3fvARB (will be remapped) */
+ /* _mesa_function_pool[26704]: VertexAttrib3fvARB (will be remapped) */
"ip\0"
"glVertexAttrib3fv\0"
"glVertexAttrib3fvARB\0"
"\0"
- /* _mesa_function_pool[26661]: ClearColor (offset 206) */
+ /* _mesa_function_pool[26747]: ClearColor (offset 206) */
"ffff\0"
"glClearColor\0"
"\0"
- /* _mesa_function_pool[26680]: Materialx (will be remapped) */
+ /* _mesa_function_pool[26766]: Materialx (will be remapped) */
"iii\0"
"glMaterialxOES\0"
"glMaterialx\0"
"\0"
- /* _mesa_function_pool[26712]: GetSynciv (will be remapped) */
+ /* _mesa_function_pool[26798]: GetSynciv (will be remapped) */
"iiipp\0"
"glGetSynciv\0"
"\0"
- /* _mesa_function_pool[26731]: VertexAttrib1svNV (will be remapped) */
+ /* _mesa_function_pool[26817]: VertexAttrib1svNV (will be remapped) */
"ip\0"
"glVertexAttrib1svNV\0"
"\0"
- /* _mesa_function_pool[26755]: SecondaryColor3ubv (will be remapped) */
+ /* _mesa_function_pool[26841]: SecondaryColor3ubv (will be remapped) */
"p\0"
"glSecondaryColor3ubv\0"
"glSecondaryColor3ubvEXT\0"
"\0"
- /* _mesa_function_pool[26803]: PointParameteri (will be remapped) */
+ /* _mesa_function_pool[26889]: PointParameteri (will be remapped) */
"ii\0"
"glPointParameteri\0"
"glPointParameteriNV\0"
"\0"
- /* _mesa_function_pool[26845]: PointParameterf (will be remapped) */
+ /* _mesa_function_pool[26931]: PointParameterf (will be remapped) */
"if\0"
"glPointParameterf\0"
"glPointParameterfARB\0"
"glPointParameterfEXT\0"
"glPointParameterfSGIS\0"
"\0"
- /* _mesa_function_pool[26931]: GlobalAlphaFactorsSUN (dynamic) */
+ /* _mesa_function_pool[27017]: GlobalAlphaFactorsSUN (dynamic) */
"i\0"
"glGlobalAlphaFactorsSUN\0"
"\0"
- /* _mesa_function_pool[26958]: GetDebugMessageLog (will be remapped) */
+ /* _mesa_function_pool[27044]: GetDebugMessageLog (will be remapped) */
"iipppppp\0"
"glGetDebugMessageLog\0"
"\0"
- /* _mesa_function_pool[26989]: TexEnviv (offset 187) */
+ /* _mesa_function_pool[27075]: TexEnviv (offset 187) */
"iip\0"
"glTexEnviv\0"
"\0"
- /* _mesa_function_pool[27005]: TexSubImage3D (offset 372) */
+ /* _mesa_function_pool[27091]: TexSubImage3D (offset 372) */
"iiiiiiiiiip\0"
"glTexSubImage3D\0"
"glTexSubImage3DEXT\0"
"glTexSubImage3DOES\0"
"\0"
- /* _mesa_function_pool[27072]: Tangent3fEXT (dynamic) */
+ /* _mesa_function_pool[27158]: Tangent3fEXT (dynamic) */
"fff\0"
"glTangent3fEXT\0"
"\0"
- /* _mesa_function_pool[27092]: DeformationMap3fSGIX (dynamic) */
+ /* _mesa_function_pool[27178]: DeformationMap3fSGIX (dynamic) */
"iffiiffiiffiip\0"
"glDeformationMap3fSGIX\0"
"\0"
- /* _mesa_function_pool[27131]: BeginPerfMonitorAMD (will be remapped) */
+ /* _mesa_function_pool[27217]: BeginPerfMonitorAMD (will be remapped) */
"i\0"
"glBeginPerfMonitorAMD\0"
"\0"
- /* _mesa_function_pool[27156]: MatrixIndexubvARB (dynamic) */
+ /* _mesa_function_pool[27242]: MatrixIndexubvARB (dynamic) */
"ip\0"
"glMatrixIndexubvARB\0"
"\0"
- /* _mesa_function_pool[27180]: Color4fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[27266]: Color4fNormal3fVertex3fSUN (dynamic) */
"ffffffffff\0"
"glColor4fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[27221]: PixelTexGenParameterfSGIS (dynamic) */
+ /* _mesa_function_pool[27307]: PixelTexGenParameterfSGIS (dynamic) */
"if\0"
"glPixelTexGenParameterfSGIS\0"
"\0"
- /* _mesa_function_pool[27253]: CreateShader (will be remapped) */
+ /* _mesa_function_pool[27339]: CreateShader (will be remapped) */
"i\0"
"glCreateShader\0"
"\0"
- /* _mesa_function_pool[27271]: GetColorTableParameterfv (offset 344) */
+ /* _mesa_function_pool[27357]: GetColorTableParameterfv (offset 344) */
"iip\0"
"glGetColorTableParameterfv\0"
"glGetColorTableParameterfvSGI\0"
"glGetColorTableParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[27363]: FragmentLightModelfvSGIX (dynamic) */
+ /* _mesa_function_pool[27449]: FragmentLightModelfvSGIX (dynamic) */
"ip\0"
"glFragmentLightModelfvSGIX\0"
"\0"
- /* _mesa_function_pool[27394]: FramebufferTexture2D (will be remapped) */
+ /* _mesa_function_pool[27480]: FramebufferTexture2D (will be remapped) */
"iiiii\0"
"glFramebufferTexture2D\0"
"glFramebufferTexture2DEXT\0"
"glFramebufferTexture2DOES\0"
"\0"
- /* _mesa_function_pool[27476]: Bitmap (offset 8) */
+ /* _mesa_function_pool[27562]: Bitmap (offset 8) */
"iiffffp\0"
"glBitmap\0"
"\0"
- /* _mesa_function_pool[27494]: MultiTexCoord3fARB (offset 394) */
+ /* _mesa_function_pool[27580]: MultiTexCoord3fARB (offset 394) */
"ifff\0"
"glMultiTexCoord3f\0"
"glMultiTexCoord3fARB\0"
"\0"
- /* _mesa_function_pool[27539]: GetTexLevelParameterfv (offset 284) */
+ /* _mesa_function_pool[27625]: GetTexLevelParameterfv (offset 284) */
"iiip\0"
"glGetTexLevelParameterfv\0"
"\0"
- /* _mesa_function_pool[27570]: GetPixelTexGenParameterfvSGIS (dynamic) */
+ /* _mesa_function_pool[27656]: GetPixelTexGenParameterfvSGIS (dynamic) */
"ip\0"
"glGetPixelTexGenParameterfvSGIS\0"
"\0"
- /* _mesa_function_pool[27606]: CheckFramebufferStatus (will be remapped) */
+ /* _mesa_function_pool[27692]: CheckFramebufferStatus (will be remapped) */
"i\0"
"glCheckFramebufferStatus\0"
"glCheckFramebufferStatusEXT\0"
"glCheckFramebufferStatusOES\0"
"\0"
- /* _mesa_function_pool[27690]: DrawTransformFeedbackStream (will be remapped) */
+ /* _mesa_function_pool[27776]: DrawTransformFeedbackStream (will be remapped) */
"iii\0"
"glDrawTransformFeedbackStream\0"
"\0"
- /* _mesa_function_pool[27725]: Vertex2sv (offset 133) */
+ /* _mesa_function_pool[27811]: Vertex2sv (offset 133) */
"p\0"
"glVertex2sv\0"
"\0"
- /* _mesa_function_pool[27740]: GetIntegerv (offset 263) */
+ /* _mesa_function_pool[27826]: GetIntegerv (offset 263) */
"ip\0"
"glGetIntegerv\0"
"\0"
- /* _mesa_function_pool[27758]: GenFragmentShadersATI (will be remapped) */
+ /* _mesa_function_pool[27844]: GenFragmentShadersATI (will be remapped) */
"i\0"
"glGenFragmentShadersATI\0"
"\0"
- /* _mesa_function_pool[27785]: GetShaderSource (will be remapped) */
+ /* _mesa_function_pool[27871]: GetShaderSource (will be remapped) */
"iipp\0"
"glGetShaderSource\0"
"glGetShaderSourceARB\0"
"\0"
- /* _mesa_function_pool[27830]: GetTexBumpParameterfvATI (will be remapped) */
+ /* _mesa_function_pool[27916]: GetTexBumpParameterfvATI (will be remapped) */
"ip\0"
"glGetTexBumpParameterfvATI\0"
"\0"
- /* _mesa_function_pool[27861]: BindProgramARB (will be remapped) */
+ /* _mesa_function_pool[27947]: BindProgramARB (will be remapped) */
"ii\0"
"glBindProgramARB\0"
"glBindProgramNV\0"
"\0"
- /* _mesa_function_pool[27898]: GetnMapdvARB (will be remapped) */
+ /* _mesa_function_pool[27984]: GetnMapdvARB (will be remapped) */
"iiip\0"
"glGetnMapdvARB\0"
"\0"
- /* _mesa_function_pool[27919]: VertexAttrib3sNV (will be remapped) */
+ /* _mesa_function_pool[28005]: VertexAttrib3sNV (will be remapped) */
"iiii\0"
"glVertexAttrib3sNV\0"
"\0"
- /* _mesa_function_pool[27944]: VertexAttribI2uivEXT (will be remapped) */
+ /* _mesa_function_pool[28030]: VertexAttribI2uivEXT (will be remapped) */
"ip\0"
"glVertexAttribI2uivEXT\0"
"glVertexAttribI2uiv\0"
"\0"
- /* _mesa_function_pool[27991]: GetProgramEnvParameterfvARB (will be remapped) */
+ /* _mesa_function_pool[28077]: GetProgramEnvParameterfvARB (will be remapped) */
"iip\0"
"glGetProgramEnvParameterfvARB\0"
"\0"
- /* _mesa_function_pool[28026]: GetTrackMatrixivNV (will be remapped) */
+ /* _mesa_function_pool[28112]: GetTrackMatrixivNV (will be remapped) */
"iiip\0"
"glGetTrackMatrixivNV\0"
"\0"
- /* _mesa_function_pool[28053]: VertexAttrib3svNV (will be remapped) */
+ /* _mesa_function_pool[28139]: VertexAttrib3svNV (will be remapped) */
"ip\0"
"glVertexAttrib3svNV\0"
"\0"
- /* _mesa_function_pool[28077]: GetActiveUniform (will be remapped) */
+ /* _mesa_function_pool[28163]: GetActiveUniform (will be remapped) */
"iiipppp\0"
"glGetActiveUniform\0"
"glGetActiveUniformARB\0"
"\0"
- /* _mesa_function_pool[28127]: DeleteBuffers (will be remapped) */
+ /* _mesa_function_pool[28213]: DeleteBuffers (will be remapped) */
"ip\0"
"glDeleteBuffers\0"
"glDeleteBuffersARB\0"
"\0"
- /* _mesa_function_pool[28166]: AlphaFuncx (will be remapped) */
+ /* _mesa_function_pool[28252]: AlphaFuncx (will be remapped) */
"ii\0"
"glAlphaFuncxOES\0"
"glAlphaFuncx\0"
"\0"
- /* _mesa_function_pool[28199]: TexCoord2fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[28285]: TexCoord2fNormal3fVertex3fSUN (dynamic) */
"ffffffff\0"
"glTexCoord2fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[28241]: GetTexEnviv (offset 277) */
+ /* _mesa_function_pool[28327]: GetTexEnviv (offset 277) */
"iip\0"
"glGetTexEnviv\0"
"\0"
- /* _mesa_function_pool[28260]: DrawTexivOES (will be remapped) */
+ /* _mesa_function_pool[28346]: DrawTexivOES (will be remapped) */
"p\0"
"glDrawTexivOES\0"
"\0"
- /* _mesa_function_pool[28278]: GetBufferSubData (will be remapped) */
+ /* _mesa_function_pool[28364]: GetBufferSubData (will be remapped) */
"iiip\0"
"glGetBufferSubData\0"
"glGetBufferSubDataARB\0"
"\0"
- /* _mesa_function_pool[28325]: EGLImageTargetRenderbufferStorageOES (will be remapped) */
+ /* _mesa_function_pool[28411]: EGLImageTargetRenderbufferStorageOES (will be remapped) */
"ip\0"
"glEGLImageTargetRenderbufferStorageOES\0"
"\0"
- /* _mesa_function_pool[28368]: VertexAttribI2ivEXT (will be remapped) */
+ /* _mesa_function_pool[28454]: VertexAttribI2ivEXT (will be remapped) */
"ip\0"
"glVertexAttribI2ivEXT\0"
"glVertexAttribI2iv\0"
"\0"
- /* _mesa_function_pool[28413]: PopClientAttrib (offset 334) */
+ /* _mesa_function_pool[28499]: PopClientAttrib (offset 334) */
"\0"
"glPopClientAttrib\0"
"\0"
- /* _mesa_function_pool[28433]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[28519]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
"iffffffffffff\0"
"glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[28504]: DetachObjectARB (will be remapped) */
+ /* _mesa_function_pool[28590]: DetachObjectARB (will be remapped) */
"ii\0"
"glDetachObjectARB\0"
"\0"
- /* _mesa_function_pool[28526]: VertexBlendARB (dynamic) */
+ /* _mesa_function_pool[28612]: VertexBlendARB (dynamic) */
"i\0"
"glVertexBlendARB\0"
"\0"
- /* _mesa_function_pool[28546]: EndTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[28632]: EndTransformFeedback (will be remapped) */
"\0"
"glEndTransformFeedback\0"
"glEndTransformFeedbackEXT\0"
"\0"
- /* _mesa_function_pool[28597]: SeparableFilter2D (offset 360) */
+ /* _mesa_function_pool[28683]: SeparableFilter2D (offset 360) */
"iiiiiipp\0"
"glSeparableFilter2D\0"
"glSeparableFilter2DEXT\0"
"\0"
- /* _mesa_function_pool[28650]: GetQueryObjectuiv (will be remapped) */
+ /* _mesa_function_pool[28736]: GetQueryObjectuiv (will be remapped) */
"iip\0"
"glGetQueryObjectuiv\0"
"glGetQueryObjectuivARB\0"
"\0"
- /* _mesa_function_pool[28698]: ReplacementCodeuiColor4ubVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[28784]: ReplacementCodeuiColor4ubVertex3fvSUN (dynamic) */
"ppp\0"
"glReplacementCodeuiColor4ubVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[28743]: Map1d (offset 220) */
+ /* _mesa_function_pool[28829]: Map1d (offset 220) */
"iddiip\0"
"glMap1d\0"
"\0"
- /* _mesa_function_pool[28759]: Map1f (offset 221) */
+ /* _mesa_function_pool[28845]: Map1f (offset 221) */
"iffiip\0"
"glMap1f\0"
"\0"
- /* _mesa_function_pool[28775]: FlushRasterSGIX (dynamic) */
+ /* _mesa_function_pool[28861]: FlushRasterSGIX (dynamic) */
"\0"
"glFlushRasterSGIX\0"
"\0"
- /* _mesa_function_pool[28795]: ArrayElement (offset 306) */
+ /* _mesa_function_pool[28881]: ArrayElement (offset 306) */
"i\0"
"glArrayElement\0"
"glArrayElementEXT\0"
"\0"
- /* _mesa_function_pool[28831]: TexImage2D (offset 183) */
+ /* _mesa_function_pool[28917]: TexImage2D (offset 183) */
"iiiiiiiip\0"
"glTexImage2D\0"
"\0"
- /* _mesa_function_pool[28855]: DepthBoundsEXT (will be remapped) */
+ /* _mesa_function_pool[28941]: DepthBoundsEXT (will be remapped) */
"dd\0"
"glDepthBoundsEXT\0"
"\0"
- /* _mesa_function_pool[28876]: GetProgramivNV (will be remapped) */
+ /* _mesa_function_pool[28962]: GetProgramivNV (will be remapped) */
"iip\0"
"glGetProgramivNV\0"
"\0"
- /* _mesa_function_pool[28898]: GetMinmaxParameteriv (offset 366) */
+ /* _mesa_function_pool[28984]: GetMinmaxParameteriv (offset 366) */
"iip\0"
"glGetMinmaxParameteriv\0"
"glGetMinmaxParameterivEXT\0"
"\0"
- /* _mesa_function_pool[28952]: PixelTransferf (offset 247) */
+ /* _mesa_function_pool[29038]: PixelTransferf (offset 247) */
"if\0"
"glPixelTransferf\0"
"\0"
- /* _mesa_function_pool[28973]: CopyTexImage1D (offset 323) */
+ /* _mesa_function_pool[29059]: CopyTexImage1D (offset 323) */
"iiiiiii\0"
"glCopyTexImage1D\0"
"glCopyTexImage1DEXT\0"
"\0"
- /* _mesa_function_pool[29019]: PushMatrix (offset 298) */
+ /* _mesa_function_pool[29105]: PushMatrix (offset 298) */
"\0"
"glPushMatrix\0"
"\0"
- /* _mesa_function_pool[29034]: SelectPerfMonitorCountersAMD (will be remapped) */
+ /* _mesa_function_pool[29120]: SelectPerfMonitorCountersAMD (will be remapped) */
"iiiip\0"
"glSelectPerfMonitorCountersAMD\0"
"\0"
- /* _mesa_function_pool[29072]: Fogiv (offset 156) */
+ /* _mesa_function_pool[29158]: Fogiv (offset 156) */
"ip\0"
"glFogiv\0"
"\0"
- /* _mesa_function_pool[29084]: EndQuery (will be remapped) */
+ /* _mesa_function_pool[29170]: EndQuery (will be remapped) */
"i\0"
"glEndQuery\0"
"glEndQueryARB\0"
"\0"
- /* _mesa_function_pool[29112]: TexCoord1dv (offset 95) */
+ /* _mesa_function_pool[29198]: TexCoord1dv (offset 95) */
"p\0"
"glTexCoord1dv\0"
"\0"
- /* _mesa_function_pool[29129]: AlphaFragmentOp3ATI (will be remapped) */
+ /* _mesa_function_pool[29215]: AlphaFragmentOp3ATI (will be remapped) */
"iiiiiiiiiiii\0"
"glAlphaFragmentOp3ATI\0"
"\0"
- /* _mesa_function_pool[29165]: PixelTransferi (offset 248) */
+ /* _mesa_function_pool[29251]: PixelTransferi (offset 248) */
"ii\0"
"glPixelTransferi\0"
"\0"
- /* _mesa_function_pool[29186]: GetnColorTableARB (will be remapped) */
+ /* _mesa_function_pool[29272]: GetnColorTableARB (will be remapped) */
"iiiip\0"
"glGetnColorTableARB\0"
"\0"
- /* _mesa_function_pool[29213]: VertexAttrib3fvNV (will be remapped) */
+ /* _mesa_function_pool[29299]: VertexAttrib3fvNV (will be remapped) */
"ip\0"
"glVertexAttrib3fvNV\0"
"\0"
- /* _mesa_function_pool[29237]: Rotatef (offset 300) */
+ /* _mesa_function_pool[29323]: Rotatef (offset 300) */
"ffff\0"
"glRotatef\0"
"\0"
- /* _mesa_function_pool[29253]: GetFinalCombinerInputParameterivNV (dynamic) */
+ /* _mesa_function_pool[29339]: GetFinalCombinerInputParameterivNV (dynamic) */
"iip\0"
"glGetFinalCombinerInputParameterivNV\0"
"\0"
- /* _mesa_function_pool[29295]: Vertex3i (offset 138) */
+ /* _mesa_function_pool[29381]: Vertex3i (offset 138) */
"iii\0"
"glVertex3i\0"
"\0"
- /* _mesa_function_pool[29311]: GetTexEnvxv (will be remapped) */
+ /* _mesa_function_pool[29397]: GetTexEnvxv (will be remapped) */
"iip\0"
"glGetTexEnvxvOES\0"
"glGetTexEnvxv\0"
"\0"
- /* _mesa_function_pool[29347]: SecondaryColorP3ui (will be remapped) */
+ /* _mesa_function_pool[29433]: SecondaryColorP3ui (will be remapped) */
"ii\0"
"glSecondaryColorP3ui\0"
"\0"
- /* _mesa_function_pool[29372]: Vertex3f (offset 136) */
+ /* _mesa_function_pool[29458]: Vertex3f (offset 136) */
"fff\0"
"glVertex3f\0"
"\0"
- /* _mesa_function_pool[29388]: Clear (offset 203) */
+ /* _mesa_function_pool[29474]: Clear (offset 203) */
"i\0"
"glClear\0"
"\0"
- /* _mesa_function_pool[29399]: Vertex3d (offset 134) */
+ /* _mesa_function_pool[29485]: Vertex3d (offset 134) */
"ddd\0"
"glVertex3d\0"
"\0"
- /* _mesa_function_pool[29415]: GetMapParameterivNV (dynamic) */
+ /* _mesa_function_pool[29501]: GetMapParameterivNV (dynamic) */
"iip\0"
"glGetMapParameterivNV\0"
"\0"
- /* _mesa_function_pool[29442]: IndexMaterialEXT (dynamic) */
+ /* _mesa_function_pool[29528]: IndexMaterialEXT (dynamic) */
"ii\0"
"glIndexMaterialEXT\0"
"\0"
- /* _mesa_function_pool[29465]: Disablei (will be remapped) */
+ /* _mesa_function_pool[29551]: Disablei (will be remapped) */
"ii\0"
"glDisableIndexedEXT\0"
"glDisablei\0"
"\0"
- /* _mesa_function_pool[29500]: ReadBuffer (offset 254) */
+ /* _mesa_function_pool[29586]: ReadBuffer (offset 254) */
"i\0"
"glReadBuffer\0"
"glReadBufferNV\0"
"\0"
- /* _mesa_function_pool[29531]: ConvolutionParameteri (offset 352) */
+ /* _mesa_function_pool[29617]: ConvolutionParameteri (offset 352) */
"iii\0"
"glConvolutionParameteri\0"
"glConvolutionParameteriEXT\0"
"\0"
- /* _mesa_function_pool[29587]: VertexAttrib4sv (will be remapped) */
+ /* _mesa_function_pool[29673]: VertexAttrib4sv (will be remapped) */
"ip\0"
"glVertexAttrib4sv\0"
"glVertexAttrib4svARB\0"
"\0"
- /* _mesa_function_pool[29630]: Ortho (offset 296) */
+ /* _mesa_function_pool[29716]: Ortho (offset 296) */
"dddddd\0"
"glOrtho\0"
"\0"
- /* _mesa_function_pool[29646]: Binormal3sEXT (dynamic) */
+ /* _mesa_function_pool[29732]: Binormal3sEXT (dynamic) */
"iii\0"
"glBinormal3sEXT\0"
"\0"
- /* _mesa_function_pool[29667]: VDPAUUnmapSurfacesNV (will be remapped) */
+ /* _mesa_function_pool[29753]: VDPAUUnmapSurfacesNV (will be remapped) */
"ip\0"
"glVDPAUUnmapSurfacesNV\0"
"\0"
- /* _mesa_function_pool[29694]: ListBase (offset 6) */
+ /* _mesa_function_pool[29780]: ListBase (offset 6) */
"i\0"
"glListBase\0"
"\0"
- /* _mesa_function_pool[29708]: GetTexParameterIiv (will be remapped) */
+ /* _mesa_function_pool[29794]: GetTexParameterIiv (will be remapped) */
"iip\0"
"glGetTexParameterIivEXT\0"
"glGetTexParameterIiv\0"
"\0"
- /* _mesa_function_pool[29758]: Tangent3sEXT (dynamic) */
+ /* _mesa_function_pool[29844]: Tangent3sEXT (dynamic) */
"iii\0"
"glTangent3sEXT\0"
"\0"
- /* _mesa_function_pool[29778]: Vertex3s (offset 140) */
+ /* _mesa_function_pool[29864]: Vertex3s (offset 140) */
"iii\0"
"glVertex3s\0"
"\0"
- /* _mesa_function_pool[29794]: ConvolutionParameterf (offset 350) */
+ /* _mesa_function_pool[29880]: ConvolutionParameterf (offset 350) */
"iif\0"
"glConvolutionParameterf\0"
"glConvolutionParameterfEXT\0"
"\0"
- /* _mesa_function_pool[29850]: GetColorTableParameteriv (offset 345) */
+ /* _mesa_function_pool[29936]: GetColorTableParameteriv (offset 345) */
"iip\0"
"glGetColorTableParameteriv\0"
"glGetColorTableParameterivSGI\0"
"glGetColorTableParameterivEXT\0"
"\0"
- /* _mesa_function_pool[29942]: ProgramEnvParameter4dvARB (will be remapped) */
+ /* _mesa_function_pool[30028]: ProgramEnvParameter4dvARB (will be remapped) */
"iip\0"
"glProgramEnvParameter4dvARB\0"
"glProgramParameter4dvNV\0"
"\0"
- /* _mesa_function_pool[29999]: ShadeModel (offset 177) */
+ /* _mesa_function_pool[30085]: ShadeModel (offset 177) */
"i\0"
"glShadeModel\0"
"\0"
- /* _mesa_function_pool[30015]: Uniform3uiv (will be remapped) */
+ /* _mesa_function_pool[30101]: Uniform3uiv (will be remapped) */
"iip\0"
"glUniform3uivEXT\0"
"glUniform3uiv\0"
"\0"
- /* _mesa_function_pool[30051]: GenerateMipmap (will be remapped) */
+ /* _mesa_function_pool[30137]: GenerateMipmap (will be remapped) */
"i\0"
"glGenerateMipmap\0"
"glGenerateMipmapEXT\0"
"glGenerateMipmapOES\0"
"\0"
- /* _mesa_function_pool[30111]: Rectiv (offset 91) */
+ /* _mesa_function_pool[30197]: Rectiv (offset 91) */
"pp\0"
"glRectiv\0"
"\0"
- /* _mesa_function_pool[30124]: TexImage3DMultisample (will be remapped) */
+ /* _mesa_function_pool[30210]: TexImage3DMultisample (will be remapped) */
"iiiiiii\0"
"glTexImage3DMultisample\0"
"\0"
- /* _mesa_function_pool[30157]: MatrixIndexPointerARB (dynamic) */
+ /* _mesa_function_pool[30243]: MatrixIndexPointerARB (dynamic) */
"iiip\0"
"glMatrixIndexPointerARB\0"
"glMatrixIndexPointerOES\0"
"\0"
- /* _mesa_function_pool[30211]: GetMapParameterfvNV (dynamic) */
+ /* _mesa_function_pool[30297]: GetMapParameterfvNV (dynamic) */
"iip\0"
"glGetMapParameterfvNV\0"
"\0"
- /* _mesa_function_pool[30238]: MultiTexCoord1iv (offset 381) */
+ /* _mesa_function_pool[30324]: MultiTexCoord1iv (offset 381) */
"ip\0"
"glMultiTexCoord1iv\0"
"glMultiTexCoord1ivARB\0"
"\0"
- /* _mesa_function_pool[30283]: PassTexCoordATI (will be remapped) */
+ /* _mesa_function_pool[30369]: PassTexCoordATI (will be remapped) */
"iii\0"
"glPassTexCoordATI\0"
"\0"
- /* _mesa_function_pool[30306]: DeleteProgram (will be remapped) */
+ /* _mesa_function_pool[30392]: DeleteProgram (will be remapped) */
"i\0"
"glDeleteProgram\0"
"\0"
- /* _mesa_function_pool[30325]: GetSamplerParameteriv (will be remapped) */
+ /* _mesa_function_pool[30411]: GetSamplerParameteriv (will be remapped) */
"iip\0"
"glGetSamplerParameteriv\0"
"\0"
- /* _mesa_function_pool[30354]: BindBufferRange (will be remapped) */
+ /* _mesa_function_pool[30440]: BindBufferRange (will be remapped) */
"iiiii\0"
"glBindBufferRange\0"
"glBindBufferRangeEXT\0"
"\0"
- /* _mesa_function_pool[30400]: Tangent3dEXT (dynamic) */
+ /* _mesa_function_pool[30486]: Tangent3dEXT (dynamic) */
"ddd\0"
"glTangent3dEXT\0"
"\0"
- /* _mesa_function_pool[30420]: TexParameterxv (will be remapped) */
+ /* _mesa_function_pool[30506]: TexParameterxv (will be remapped) */
"iip\0"
"glTexParameterxvOES\0"
"glTexParameterxv\0"
"\0"
- /* _mesa_function_pool[30462]: BlendEquationSeparateiARB (will be remapped) */
+ /* _mesa_function_pool[30548]: BlendEquationSeparateiARB (will be remapped) */
"iii\0"
"glBlendEquationSeparateiARB\0"
"glBlendEquationSeparateIndexedAMD\0"
"\0"
- /* _mesa_function_pool[30529]: AlphaFragmentOp2ATI (will be remapped) */
+ /* _mesa_function_pool[30615]: AlphaFragmentOp2ATI (will be remapped) */
"iiiiiiiii\0"
"glAlphaFragmentOp2ATI\0"
"\0"
- /* _mesa_function_pool[30562]: Vertex2fv (offset 129) */
+ /* _mesa_function_pool[30648]: Vertex2fv (offset 129) */
"p\0"
"glVertex2fv\0"
"\0"
- /* _mesa_function_pool[30577]: SampleMaskSGIS (will be remapped) */
+ /* _mesa_function_pool[30663]: SampleMaskSGIS (will be remapped) */
"fi\0"
"glSampleMaskSGIS\0"
"glSampleMaskEXT\0"
"\0"
- /* _mesa_function_pool[30614]: BindRenderbufferEXT (will be remapped) */
+ /* _mesa_function_pool[30700]: BindRenderbufferEXT (will be remapped) */
"ii\0"
"glBindRenderbufferEXT\0"
"\0"
- /* _mesa_function_pool[30640]: VertexAttrib1fNV (will be remapped) */
+ /* _mesa_function_pool[30726]: VertexAttrib1fNV (will be remapped) */
"if\0"
"glVertexAttrib1fNV\0"
"\0"
- /* _mesa_function_pool[30663]: Rotatex (will be remapped) */
+ /* _mesa_function_pool[30749]: Rotatex (will be remapped) */
"iiii\0"
"glRotatexOES\0"
"glRotatex\0"
"\0"
- /* _mesa_function_pool[30692]: FramebufferTextureFaceARB (will be remapped) */
+ /* _mesa_function_pool[30778]: FramebufferTextureFaceARB (will be remapped) */
"iiiii\0"
"glFramebufferTextureFaceARB\0"
"\0"
- /* _mesa_function_pool[30727]: BindBufferBase (will be remapped) */
+ /* _mesa_function_pool[30813]: BindBufferBase (will be remapped) */
"iii\0"
"glBindBufferBase\0"
"glBindBufferBaseEXT\0"
"\0"
- /* _mesa_function_pool[30769]: Vertex3sv (offset 141) */
+ /* _mesa_function_pool[30855]: Vertex3sv (offset 141) */
"p\0"
"glVertex3sv\0"
"\0"
- /* _mesa_function_pool[30784]: GetQueryObjectiv (will be remapped) */
+ /* _mesa_function_pool[30870]: GetQueryObjectiv (will be remapped) */
"iip\0"
"glGetQueryObjectiv\0"
"glGetQueryObjectivARB\0"
"\0"
- /* _mesa_function_pool[30830]: VertexAttrib2s (will be remapped) */
+ /* _mesa_function_pool[30916]: VertexAttrib2s (will be remapped) */
"iii\0"
"glVertexAttrib2s\0"
"glVertexAttrib2sARB\0"
"\0"
- /* _mesa_function_pool[30872]: VertexWeightfEXT (dynamic) */
+ /* _mesa_function_pool[30958]: VertexWeightfEXT (dynamic) */
"f\0"
"glVertexWeightfEXT\0"
"\0"
- /* _mesa_function_pool[30894]: ProgramLocalParameter4fvARB (will be remapped) */
+ /* _mesa_function_pool[30980]: ProgramLocalParameter4fvARB (will be remapped) */
"iip\0"
"glProgramLocalParameter4fvARB\0"
"\0"
- /* _mesa_function_pool[30929]: EvalMesh1 (offset 236) */
+ /* _mesa_function_pool[31015]: EvalMesh1 (offset 236) */
"iii\0"
"glEvalMesh1\0"
"\0"
- /* _mesa_function_pool[30946]: ObjectLabel (will be remapped) */
+ /* _mesa_function_pool[31032]: ObjectLabel (will be remapped) */
"iiip\0"
"glObjectLabel\0"
"\0"
- /* _mesa_function_pool[30966]: PauseTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[31052]: PauseTransformFeedback (will be remapped) */
"\0"
"glPauseTransformFeedback\0"
"\0"
- /* _mesa_function_pool[30993]: DeleteShader (will be remapped) */
+ /* _mesa_function_pool[31079]: DeleteShader (will be remapped) */
"i\0"
"glDeleteShader\0"
"\0"
- /* _mesa_function_pool[31011]: ReplacementCodeuiColor3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[31097]: ReplacementCodeuiColor3fVertex3fSUN (dynamic) */
"iffffff\0"
"glReplacementCodeuiColor3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[31058]: Uniform2f (will be remapped) */
+ /* _mesa_function_pool[31144]: Uniform2f (will be remapped) */
"iff\0"
"glUniform2f\0"
"glUniform2fARB\0"
"\0"
- /* _mesa_function_pool[31090]: VertexAttrib2d (will be remapped) */
+ /* _mesa_function_pool[31176]: VertexAttrib2d (will be remapped) */
"idd\0"
"glVertexAttrib2d\0"
"glVertexAttrib2dARB\0"
"\0"
- /* _mesa_function_pool[31132]: CompressedTexSubImage3D (will be remapped) */
+ /* _mesa_function_pool[31218]: CompressedTexSubImage3D (will be remapped) */
"iiiiiiiiiip\0"
"glCompressedTexSubImage3D\0"
"glCompressedTexSubImage3DARB\0"
"glCompressedTexSubImage3DOES\0"
"\0"
- /* _mesa_function_pool[31229]: Vertex2iv (offset 131) */
+ /* _mesa_function_pool[31315]: Vertex2iv (offset 131) */
"p\0"
"glVertex2iv\0"
"\0"
- /* _mesa_function_pool[31244]: GetProgramStringNV (will be remapped) */
+ /* _mesa_function_pool[31330]: GetProgramStringNV (will be remapped) */
"iip\0"
"glGetProgramStringNV\0"
"\0"
- /* _mesa_function_pool[31270]: VertexAttribP3uiv (will be remapped) */
+ /* _mesa_function_pool[31356]: VertexAttribP3uiv (will be remapped) */
"iiip\0"
"glVertexAttribP3uiv\0"
"\0"
- /* _mesa_function_pool[31296]: LineWidth (offset 168) */
+ /* _mesa_function_pool[31382]: LineWidth (offset 168) */
"f\0"
"glLineWidth\0"
"\0"
- /* _mesa_function_pool[31311]: GetActiveAtomicCounterBufferiv (will be remapped) */
+ /* _mesa_function_pool[31397]: GetActiveAtomicCounterBufferiv (will be remapped) */
"iiip\0"
"glGetActiveAtomicCounterBufferiv\0"
"\0"
- /* _mesa_function_pool[31350]: Uniform2i (will be remapped) */
+ /* _mesa_function_pool[31436]: Uniform2i (will be remapped) */
"iii\0"
"glUniform2i\0"
"glUniform2iARB\0"
"\0"
- /* _mesa_function_pool[31382]: MultiDrawElementsBaseVertex (will be remapped) */
+ /* _mesa_function_pool[31468]: MultiDrawElementsBaseVertex (will be remapped) */
"ipipip\0"
"glMultiDrawElementsBaseVertex\0"
"\0"
- /* _mesa_function_pool[31420]: FogFuncSGIS (dynamic) */
+ /* _mesa_function_pool[31506]: FogFuncSGIS (dynamic) */
"ip\0"
"glFogFuncSGIS\0"
"\0"
- /* _mesa_function_pool[31438]: GenPerfMonitorsAMD (will be remapped) */
+ /* _mesa_function_pool[31524]: GenPerfMonitorsAMD (will be remapped) */
"ip\0"
"glGenPerfMonitorsAMD\0"
"\0"
- /* _mesa_function_pool[31463]: Binormal3svEXT (dynamic) */
+ /* _mesa_function_pool[31549]: Binormal3svEXT (dynamic) */
"p\0"
"glBinormal3svEXT\0"
"\0"
- /* _mesa_function_pool[31483]: GetBufferParameteri64v (will be remapped) */
+ /* _mesa_function_pool[31569]: GetBufferParameteri64v (will be remapped) */
"iip\0"
"glGetBufferParameteri64v\0"
"\0"
- /* _mesa_function_pool[31513]: TexGendv (offset 189) */
+ /* _mesa_function_pool[31599]: TexGendv (offset 189) */
"iip\0"
"glTexGendv\0"
"\0"
- /* _mesa_function_pool[31529]: Uniform1fv (will be remapped) */
+ /* _mesa_function_pool[31615]: Uniform1fv (will be remapped) */
"iip\0"
"glUniform1fv\0"
"glUniform1fvARB\0"
"\0"
- /* _mesa_function_pool[31563]: LightModelx (will be remapped) */
+ /* _mesa_function_pool[31649]: LightModelx (will be remapped) */
"ii\0"
"glLightModelxOES\0"
"glLightModelx\0"
"\0"
- /* _mesa_function_pool[31598]: VertexAttribI3iEXT (will be remapped) */
+ /* _mesa_function_pool[31684]: VertexAttribI3iEXT (will be remapped) */
"iiii\0"
"glVertexAttribI3iEXT\0"
"glVertexAttribI3i\0"
"\0"
- /* _mesa_function_pool[31643]: EndConditionalRender (will be remapped) */
+ /* _mesa_function_pool[31729]: EndConditionalRender (will be remapped) */
"\0"
"glEndConditionalRender\0"
"glEndConditionalRenderNV\0"
"\0"
- /* _mesa_function_pool[31693]: GetBufferPointerv (will be remapped) */
+ /* _mesa_function_pool[31779]: GetBufferPointerv (will be remapped) */
"iip\0"
"glGetBufferPointerv\0"
"glGetBufferPointervARB\0"
"glGetBufferPointervOES\0"
"\0"
- /* _mesa_function_pool[31764]: TextureLightEXT (dynamic) */
+ /* _mesa_function_pool[31850]: TextureLightEXT (dynamic) */
"i\0"
"glTextureLightEXT\0"
"\0"
- /* _mesa_function_pool[31785]: ResetMinmax (offset 370) */
+ /* _mesa_function_pool[31871]: ResetMinmax (offset 370) */
"i\0"
"glResetMinmax\0"
"glResetMinmaxEXT\0"
"\0"
- /* _mesa_function_pool[31819]: SpriteParameterfSGIX (dynamic) */
+ /* _mesa_function_pool[31905]: SpriteParameterfSGIX (dynamic) */
"if\0"
"glSpriteParameterfSGIX\0"
"\0"
- /* _mesa_function_pool[31846]: EnableClientState (offset 313) */
+ /* _mesa_function_pool[31932]: EnableClientState (offset 313) */
"i\0"
"glEnableClientState\0"
"\0"
- /* _mesa_function_pool[31869]: VertexAttrib4sNV (will be remapped) */
+ /* _mesa_function_pool[31955]: VertexAttrib4sNV (will be remapped) */
"iiiii\0"
"glVertexAttrib4sNV\0"
"\0"
- /* _mesa_function_pool[31895]: GetConvolutionParameterfv (offset 357) */
+ /* _mesa_function_pool[31981]: GetConvolutionParameterfv (offset 357) */
"iip\0"
"glGetConvolutionParameterfv\0"
"glGetConvolutionParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[31959]: GetActiveUniformName (will be remapped) */
+ /* _mesa_function_pool[32045]: GetActiveUniformName (will be remapped) */
"iiipp\0"
"glGetActiveUniformName\0"
"\0"
- /* _mesa_function_pool[31989]: Uniform1iv (will be remapped) */
+ /* _mesa_function_pool[32075]: Uniform1iv (will be remapped) */
"iip\0"
"glUniform1iv\0"
"glUniform1ivARB\0"
"\0"
- /* _mesa_function_pool[32023]: MultiTexCoord4i (offset 404) */
+ /* _mesa_function_pool[32109]: MultiTexCoord4i (offset 404) */
"iiiii\0"
"glMultiTexCoord4i\0"
"glMultiTexCoord4iARB\0"
"\0"
- /* _mesa_function_pool[32069]: CombinerStageParameterfvNV (dynamic) */
+ /* _mesa_function_pool[32155]: CombinerStageParameterfvNV (dynamic) */
"iip\0"
"glCombinerStageParameterfvNV\0"
"\0"
- /* _mesa_function_pool[32103]: ProgramNamedParameter4dNV (will be remapped) */
+ /* _mesa_function_pool[32189]: ProgramNamedParameter4dNV (will be remapped) */
"iipdddd\0"
"glProgramNamedParameter4dNV\0"
"\0"
- /* _mesa_function_pool[32140]: GetMaterialfv (offset 269) */
+ /* _mesa_function_pool[32226]: GetMaterialfv (offset 269) */
"iip\0"
"glGetMaterialfv\0"
"\0"
- /* _mesa_function_pool[32161]: WindowPos3fv (will be remapped) */
+ /* _mesa_function_pool[32247]: WindowPos3fv (will be remapped) */
"p\0"
"glWindowPos3fv\0"
"glWindowPos3fvARB\0"
"glWindowPos3fvMESA\0"
"\0"
- /* _mesa_function_pool[32216]: SecondaryColorPointerListIBM (dynamic) */
+ /* _mesa_function_pool[32302]: SecondaryColorPointerListIBM (dynamic) */
"iiipi\0"
"glSecondaryColorPointerListIBM\0"
"\0"
- /* _mesa_function_pool[32254]: DeleteProgramsARB (will be remapped) */
+ /* _mesa_function_pool[32340]: DeleteProgramsARB (will be remapped) */
"ip\0"
"glDeleteProgramsARB\0"
"glDeleteProgramsNV\0"
"\0"
- /* _mesa_function_pool[32297]: VDPAUSurfaceAccessNV (will be remapped) */
+ /* _mesa_function_pool[32383]: VDPAUSurfaceAccessNV (will be remapped) */
"ii\0"
"glVDPAUSurfaceAccessNV\0"
"\0"
- /* _mesa_function_pool[32324]: SetFragmentShaderConstantATI (will be remapped) */
+ /* _mesa_function_pool[32410]: SetFragmentShaderConstantATI (will be remapped) */
"ip\0"
"glSetFragmentShaderConstantATI\0"
"\0"
- /* _mesa_function_pool[32359]: Binormal3fEXT (dynamic) */
+ /* _mesa_function_pool[32445]: Binormal3fEXT (dynamic) */
"fff\0"
"glBinormal3fEXT\0"
"\0"
- /* _mesa_function_pool[32380]: CallList (offset 2) */
+ /* _mesa_function_pool[32466]: CallList (offset 2) */
"i\0"
"glCallList\0"
"\0"
- /* _mesa_function_pool[32394]: Materialfv (offset 170) */
+ /* _mesa_function_pool[32480]: Materialfv (offset 170) */
"iip\0"
"glMaterialfv\0"
"\0"
- /* _mesa_function_pool[32412]: TexCoord3fv (offset 113) */
+ /* _mesa_function_pool[32498]: TexCoord3fv (offset 113) */
"p\0"
"glTexCoord3fv\0"
"\0"
- /* _mesa_function_pool[32429]: WeightfvARB (dynamic) */
+ /* _mesa_function_pool[32515]: WeightfvARB (dynamic) */
"ip\0"
"glWeightfvARB\0"
"\0"
- /* _mesa_function_pool[32447]: GetUniformBlockIndex (will be remapped) */
+ /* _mesa_function_pool[32533]: GetUniformBlockIndex (will be remapped) */
"ip\0"
"glGetUniformBlockIndex\0"
"\0"
- /* _mesa_function_pool[32474]: FogCoordfvEXT (will be remapped) */
+ /* _mesa_function_pool[32560]: FogCoordfvEXT (will be remapped) */
"p\0"
"glFogCoordfv\0"
"glFogCoordfvEXT\0"
"\0"
- /* _mesa_function_pool[32506]: DetachShader (will be remapped) */
+ /* _mesa_function_pool[32592]: DetachShader (will be remapped) */
"ii\0"
"glDetachShader\0"
"\0"
- /* _mesa_function_pool[32525]: ClearDepthf (will be remapped) */
+ /* _mesa_function_pool[32611]: ClearDepthf (will be remapped) */
"f\0"
"glClearDepthf\0"
"glClearDepthfOES\0"
"\0"
- /* _mesa_function_pool[32559]: CopyTexSubImage2D (offset 326) */
+ /* _mesa_function_pool[32645]: CopyTexSubImage2D (offset 326) */
"iiiiiiii\0"
"glCopyTexSubImage2D\0"
"glCopyTexSubImage2DEXT\0"
"\0"
- /* _mesa_function_pool[32612]: SampleCoverage (will be remapped) */
+ /* _mesa_function_pool[32698]: SampleCoverage (will be remapped) */
"fi\0"
"glSampleCoverage\0"
"glSampleCoverageARB\0"
"\0"
- /* _mesa_function_pool[32653]: GetObjectParameterivARB (will be remapped) */
+ /* _mesa_function_pool[32739]: GetObjectParameterivARB (will be remapped) */
"iip\0"
"glGetObjectParameterivARB\0"
"\0"
- /* _mesa_function_pool[32684]: Color3iv (offset 16) */
+ /* _mesa_function_pool[32770]: Color3iv (offset 16) */
"p\0"
"glColor3iv\0"
"\0"
- /* _mesa_function_pool[32698]: GlobalAlphaFactorubSUN (dynamic) */
+ /* _mesa_function_pool[32784]: GlobalAlphaFactorubSUN (dynamic) */
"i\0"
"glGlobalAlphaFactorubSUN\0"
"\0"
- /* _mesa_function_pool[32726]: VertexAttrib4ubv (will be remapped) */
+ /* _mesa_function_pool[32812]: VertexAttrib4ubv (will be remapped) */
"ip\0"
"glVertexAttrib4ubv\0"
"glVertexAttrib4ubvARB\0"
"\0"
- /* _mesa_function_pool[32771]: MultiDrawArrays (will be remapped) */
+ /* _mesa_function_pool[32857]: MultiDrawArrays (will be remapped) */
"ippi\0"
"glMultiDrawArrays\0"
"glMultiDrawArraysEXT\0"
"\0"
- /* _mesa_function_pool[32816]: DrawElements (offset 311) */
+ /* _mesa_function_pool[32902]: DrawElements (offset 311) */
"iiip\0"
"glDrawElements\0"
"\0"
- /* _mesa_function_pool[32837]: BindVertexArrayAPPLE (will be remapped) */
+ /* _mesa_function_pool[32923]: BindVertexArrayAPPLE (will be remapped) */
"i\0"
"glBindVertexArrayAPPLE\0"
"\0"
- /* _mesa_function_pool[32863]: GetProgramLocalParameterdvARB (will be remapped) */
+ /* _mesa_function_pool[32949]: GetProgramLocalParameterdvARB (will be remapped) */
"iip\0"
"glGetProgramLocalParameterdvARB\0"
"\0"
- /* _mesa_function_pool[32900]: GetHistogramParameteriv (offset 363) */
+ /* _mesa_function_pool[32986]: GetHistogramParameteriv (offset 363) */
"iip\0"
"glGetHistogramParameteriv\0"
"glGetHistogramParameterivEXT\0"
"\0"
- /* _mesa_function_pool[32960]: TexGenxvOES (will be remapped) */
+ /* _mesa_function_pool[33046]: TexGenxvOES (will be remapped) */
"iip\0"
"glTexGenxvOES\0"
"\0"
- /* _mesa_function_pool[32979]: PointParameteriv (will be remapped) */
+ /* _mesa_function_pool[33065]: PointParameteriv (will be remapped) */
"ip\0"
"glPointParameteriv\0"
"glPointParameterivNV\0"
"\0"
- /* _mesa_function_pool[33023]: UniformMatrix2x4fv (will be remapped) */
+ /* _mesa_function_pool[33109]: UniformMatrix2x4fv (will be remapped) */
"iiip\0"
"glUniformMatrix2x4fv\0"
"\0"
- /* _mesa_function_pool[33050]: SecondaryColor3d (will be remapped) */
+ /* _mesa_function_pool[33136]: SecondaryColor3d (will be remapped) */
"ddd\0"
"glSecondaryColor3d\0"
"glSecondaryColor3dEXT\0"
"\0"
- /* _mesa_function_pool[33096]: GetConvolutionFilter (offset 356) */
+ /* _mesa_function_pool[33182]: GetConvolutionFilter (offset 356) */
"iiip\0"
"glGetConvolutionFilter\0"
"glGetConvolutionFilterEXT\0"
"\0"
- /* _mesa_function_pool[33151]: GetProgramivARB (will be remapped) */
+ /* _mesa_function_pool[33237]: GetProgramivARB (will be remapped) */
"iip\0"
"glGetProgramivARB\0"
"\0"
- /* _mesa_function_pool[33174]: FlushVertexArrayRangeNV (dynamic) */
+ /* _mesa_function_pool[33260]: FlushVertexArrayRangeNV (dynamic) */
"\0"
"glFlushVertexArrayRangeNV\0"
"\0"
- /* _mesa_function_pool[33202]: Uniform2iv (will be remapped) */
+ /* _mesa_function_pool[33288]: Uniform2iv (will be remapped) */
"iip\0"
"glUniform2iv\0"
"glUniform2ivARB\0"
"\0"
- /* _mesa_function_pool[33236]: GetFixedv (will be remapped) */
+ /* _mesa_function_pool[33322]: GetFixedv (will be remapped) */
"ip\0"
"glGetFixedvOES\0"
"glGetFixedv\0"
"\0"
- /* _mesa_function_pool[33267]: BindRenderbuffer (will be remapped) */
+ /* _mesa_function_pool[33353]: BindRenderbuffer (will be remapped) */
"ii\0"
"glBindRenderbuffer\0"
"glBindRenderbufferOES\0"
"\0"
- /* _mesa_function_pool[33312]: ProgramParameters4dvNV (will be remapped) */
+ /* _mesa_function_pool[33398]: ProgramParameters4dvNV (will be remapped) */
"iiip\0"
"glProgramParameters4dvNV\0"
"\0"
- /* _mesa_function_pool[33343]: TexCoord2fColor3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[33429]: TexCoord2fColor3fVertex3fvSUN (dynamic) */
"ppp\0"
"glTexCoord2fColor3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[33380]: EvalPoint2 (offset 239) */
+ /* _mesa_function_pool[33466]: EvalPoint2 (offset 239) */
"ii\0"
"glEvalPoint2\0"
"\0"
- /* _mesa_function_pool[33397]: EvalPoint1 (offset 237) */
+ /* _mesa_function_pool[33483]: EvalPoint1 (offset 237) */
"i\0"
"glEvalPoint1\0"
"\0"
- /* _mesa_function_pool[33413]: Binormal3dvEXT (dynamic) */
+ /* _mesa_function_pool[33499]: Binormal3dvEXT (dynamic) */
"p\0"
"glBinormal3dvEXT\0"
"\0"
- /* _mesa_function_pool[33433]: PopMatrix (offset 297) */
+ /* _mesa_function_pool[33519]: PopMatrix (offset 297) */
"\0"
"glPopMatrix\0"
"\0"
- /* _mesa_function_pool[33447]: FinishFenceNV (dynamic) */
+ /* _mesa_function_pool[33533]: FinishFenceNV (dynamic) */
"i\0"
"glFinishFenceNV\0"
"\0"
- /* _mesa_function_pool[33466]: GetFogFuncSGIS (dynamic) */
+ /* _mesa_function_pool[33552]: GetFogFuncSGIS (dynamic) */
"p\0"
"glGetFogFuncSGIS\0"
"\0"
- /* _mesa_function_pool[33486]: DeleteFramebuffers (will be remapped) */
+ /* _mesa_function_pool[33572]: DeleteFramebuffers (will be remapped) */
"ip\0"
"glDeleteFramebuffers\0"
"glDeleteFramebuffersEXT\0"
"glDeleteFramebuffersOES\0"
"\0"
- /* _mesa_function_pool[33559]: SecondaryColor3fEXT (will be remapped) */
+ /* _mesa_function_pool[33645]: GetLightxv (will be remapped) */
+ "iip\0"
+ "glGetLightxvOES\0"
+ "glGetLightxv\0"
+ "\0"
+ /* _mesa_function_pool[33679]: SecondaryColor3fEXT (will be remapped) */
"fff\0"
"glSecondaryColor3f\0"
"glSecondaryColor3fEXT\0"
"\0"
- /* _mesa_function_pool[33605]: GetTexGeniv (offset 280) */
+ /* _mesa_function_pool[33725]: GetTexGeniv (offset 280) */
"iip\0"
"glGetTexGeniv\0"
"glGetTexGenivOES\0"
"\0"
- /* _mesa_function_pool[33641]: CombinerInputNV (dynamic) */
+ /* _mesa_function_pool[33761]: CombinerInputNV (dynamic) */
"iiiiii\0"
"glCombinerInputNV\0"
"\0"
- /* _mesa_function_pool[33667]: VertexBindingDivisor (will be remapped) */
+ /* _mesa_function_pool[33787]: VertexBindingDivisor (will be remapped) */
"ii\0"
"glVertexBindingDivisor\0"
"\0"
- /* _mesa_function_pool[33694]: FramebufferRenderbuffer (will be remapped) */
+ /* _mesa_function_pool[33814]: FramebufferRenderbuffer (will be remapped) */
"iiii\0"
"glFramebufferRenderbuffer\0"
"glFramebufferRenderbufferEXT\0"
"glFramebufferRenderbufferOES\0"
"\0"
- /* _mesa_function_pool[33784]: IsProgramARB (will be remapped) */
+ /* _mesa_function_pool[33904]: IsProgramARB (will be remapped) */
"i\0"
"glIsProgramARB\0"
"glIsProgramNV\0"
"\0"
- /* _mesa_function_pool[33816]: VertexAttrib4uiv (will be remapped) */
+ /* _mesa_function_pool[33936]: VertexAttrib4uiv (will be remapped) */
"ip\0"
"glVertexAttrib4uiv\0"
"glVertexAttrib4uivARB\0"
"\0"
- /* _mesa_function_pool[33861]: VertexAttrib4Nsv (will be remapped) */
+ /* _mesa_function_pool[33981]: VertexAttrib4Nsv (will be remapped) */
"ip\0"
"glVertexAttrib4Nsv\0"
"glVertexAttrib4NsvARB\0"
"\0"
- /* _mesa_function_pool[33906]: Map2d (offset 222) */
+ /* _mesa_function_pool[34026]: Map2d (offset 222) */
"iddiiddiip\0"
"glMap2d\0"
"\0"
- /* _mesa_function_pool[33926]: Map2f (offset 223) */
+ /* _mesa_function_pool[34046]: Map2f (offset 223) */
"iffiiffiip\0"
"glMap2f\0"
"\0"
- /* _mesa_function_pool[33946]: ProgramStringARB (will be remapped) */
+ /* _mesa_function_pool[34066]: ProgramStringARB (will be remapped) */
"iiip\0"
"glProgramStringARB\0"
"\0"
- /* _mesa_function_pool[33971]: MultiTexCoord4x (will be remapped) */
+ /* _mesa_function_pool[34091]: MultiTexCoord4x (will be remapped) */
"iiiii\0"
"glMultiTexCoord4xOES\0"
"glMultiTexCoord4x\0"
"\0"
- /* _mesa_function_pool[34017]: Vertex4s (offset 148) */
+ /* _mesa_function_pool[34137]: Vertex4s (offset 148) */
"iiii\0"
"glVertex4s\0"
"\0"
- /* _mesa_function_pool[34034]: TexCoord4fVertex4fvSUN (dynamic) */
+ /* _mesa_function_pool[34154]: TexCoord4fVertex4fvSUN (dynamic) */
"pp\0"
"glTexCoord4fVertex4fvSUN\0"
"\0"
- /* _mesa_function_pool[34063]: UnmapBuffer (will be remapped) */
+ /* _mesa_function_pool[34183]: UnmapBuffer (will be remapped) */
"i\0"
"glUnmapBuffer\0"
"glUnmapBufferARB\0"
"glUnmapBufferOES\0"
"\0"
- /* _mesa_function_pool[34114]: MultiTexCoord4s (offset 406) */
+ /* _mesa_function_pool[34234]: MultiTexCoord4s (offset 406) */
"iiiii\0"
"glMultiTexCoord4s\0"
"glMultiTexCoord4sARB\0"
"\0"
- /* _mesa_function_pool[34160]: VertexAttribI2iEXT (will be remapped) */
+ /* _mesa_function_pool[34280]: VertexAttribI2iEXT (will be remapped) */
"iii\0"
"glVertexAttribI2iEXT\0"
"glVertexAttribI2i\0"
"\0"
- /* _mesa_function_pool[34204]: Vertex4f (offset 144) */
+ /* _mesa_function_pool[34324]: Vertex4f (offset 144) */
"ffff\0"
"glVertex4f\0"
"\0"
- /* _mesa_function_pool[34221]: EvalCoord1d (offset 228) */
+ /* _mesa_function_pool[34341]: EvalCoord1d (offset 228) */
"d\0"
"glEvalCoord1d\0"
"\0"
- /* _mesa_function_pool[34238]: Vertex4d (offset 142) */
+ /* _mesa_function_pool[34358]: Vertex4d (offset 142) */
"dddd\0"
"glVertex4d\0"
"\0"
- /* _mesa_function_pool[34255]: RasterPos4dv (offset 79) */
+ /* _mesa_function_pool[34375]: RasterPos4dv (offset 79) */
"p\0"
"glRasterPos4dv\0"
"\0"
- /* _mesa_function_pool[34273]: GetGraphicsResetStatusARB (will be remapped) */
+ /* _mesa_function_pool[34393]: GetGraphicsResetStatusARB (will be remapped) */
"\0"
"glGetGraphicsResetStatusARB\0"
"\0"
- /* _mesa_function_pool[34303]: UseShaderProgramEXT (will be remapped) */
+ /* _mesa_function_pool[34423]: UseShaderProgramEXT (will be remapped) */
"ii\0"
"glUseShaderProgramEXT\0"
"\0"
- /* _mesa_function_pool[34329]: VertexAttribP2uiv (will be remapped) */
+ /* _mesa_function_pool[34449]: VertexAttribP2uiv (will be remapped) */
"iiip\0"
"glVertexAttribP2uiv\0"
"\0"
- /* _mesa_function_pool[34355]: VertexAttrib4bv (will be remapped) */
+ /* _mesa_function_pool[34475]: VertexAttrib4bv (will be remapped) */
"ip\0"
"glVertexAttrib4bv\0"
"glVertexAttrib4bvARB\0"
"\0"
- /* _mesa_function_pool[34398]: DebugMessageControl (will be remapped) */
+ /* _mesa_function_pool[34518]: DebugMessageControl (will be remapped) */
"iiiipi\0"
"glDebugMessageControl\0"
"\0"
- /* _mesa_function_pool[34428]: GetTexGenfv (offset 279) */
+ /* _mesa_function_pool[34548]: GetTexGenfv (offset 279) */
"iip\0"
"glGetTexGenfv\0"
"glGetTexGenfvOES\0"
"\0"
- /* _mesa_function_pool[34464]: MultiTexCoord4d (offset 400) */
+ /* _mesa_function_pool[34584]: MultiTexCoord4d (offset 400) */
"idddd\0"
"glMultiTexCoord4d\0"
"glMultiTexCoord4dARB\0"
"\0"
- /* _mesa_function_pool[34510]: Vertex4i (offset 146) */
+ /* _mesa_function_pool[34630]: Vertex4i (offset 146) */
"iiii\0"
"glVertex4i\0"
"\0"
- /* _mesa_function_pool[34527]: VertexWeightPointerEXT (dynamic) */
+ /* _mesa_function_pool[34647]: VertexWeightPointerEXT (dynamic) */
"iiip\0"
"glVertexWeightPointerEXT\0"
"\0"
- /* _mesa_function_pool[34558]: GetHistogram (offset 361) */
+ /* _mesa_function_pool[34678]: GetHistogram (offset 361) */
"iiiip\0"
"glGetHistogram\0"
"glGetHistogramEXT\0"
"\0"
- /* _mesa_function_pool[34598]: ActiveStencilFaceEXT (will be remapped) */
+ /* _mesa_function_pool[34718]: ActiveStencilFaceEXT (will be remapped) */
"i\0"
"glActiveStencilFaceEXT\0"
"\0"
- /* _mesa_function_pool[34624]: Translatex (will be remapped) */
+ /* _mesa_function_pool[34744]: Translatex (will be remapped) */
"iii\0"
"glTranslatexOES\0"
"glTranslatex\0"
"\0"
- /* _mesa_function_pool[34658]: StencilFuncSeparateATI (will be remapped) */
+ /* _mesa_function_pool[34778]: StencilFuncSeparateATI (will be remapped) */
"iiii\0"
"glStencilFuncSeparateATI\0"
"\0"
- /* _mesa_function_pool[34689]: Materialf (offset 169) */
+ /* _mesa_function_pool[34809]: Materialf (offset 169) */
"iif\0"
"glMaterialf\0"
"\0"
- /* _mesa_function_pool[34706]: GetnMapfvARB (will be remapped) */
+ /* _mesa_function_pool[34826]: GetnMapfvARB (will be remapped) */
"iiip\0"
"glGetnMapfvARB\0"
"\0"
- /* _mesa_function_pool[34727]: IglooInterfaceSGIX (dynamic) */
+ /* _mesa_function_pool[34847]: IglooInterfaceSGIX (dynamic) */
"ip\0"
"glIglooInterfaceSGIX\0"
"\0"
- /* _mesa_function_pool[34752]: Materiali (offset 171) */
+ /* _mesa_function_pool[34872]: Materiali (offset 171) */
"iii\0"
"glMateriali\0"
"\0"
- /* _mesa_function_pool[34769]: VertexAttrib4dNV (will be remapped) */
+ /* _mesa_function_pool[34889]: VertexAttrib4dNV (will be remapped) */
"idddd\0"
"glVertexAttrib4dNV\0"
"\0"
- /* _mesa_function_pool[34795]: MultiModeDrawElementsIBM (will be remapped) */
+ /* _mesa_function_pool[34915]: MultiModeDrawElementsIBM (will be remapped) */
"ppipii\0"
"glMultiModeDrawElementsIBM\0"
"\0"
- /* _mesa_function_pool[34830]: Indexsv (offset 51) */
+ /* _mesa_function_pool[34950]: Indexsv (offset 51) */
"p\0"
"glIndexsv\0"
"\0"
- /* _mesa_function_pool[34843]: VertexAttrib1fvARB (will be remapped) */
+ /* _mesa_function_pool[34963]: VertexAttrib1fvARB (will be remapped) */
"ip\0"
"glVertexAttrib1fv\0"
"glVertexAttrib1fvARB\0"
"\0"
- /* _mesa_function_pool[34886]: LightModelfv (offset 164) */
+ /* _mesa_function_pool[35006]: LightModelfv (offset 164) */
"ip\0"
"glLightModelfv\0"
"\0"
- /* _mesa_function_pool[34905]: TexCoord2dv (offset 103) */
+ /* _mesa_function_pool[35025]: TexCoord2dv (offset 103) */
"p\0"
"glTexCoord2dv\0"
"\0"
- /* _mesa_function_pool[34922]: ProgramParameters4fvNV (will be remapped) */
+ /* _mesa_function_pool[35042]: ProgramParameters4fvNV (will be remapped) */
"iiip\0"
"glProgramParameters4fvNV\0"
"\0"
- /* _mesa_function_pool[34953]: EvalCoord1dv (offset 229) */
+ /* _mesa_function_pool[35073]: EvalCoord1dv (offset 229) */
"p\0"
"glEvalCoord1dv\0"
"\0"
- /* _mesa_function_pool[34971]: ReplacementCodeuiVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[35091]: ReplacementCodeuiVertex3fSUN (dynamic) */
"ifff\0"
"glReplacementCodeuiVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[35008]: MapBufferRange (will be remapped) */
+ /* _mesa_function_pool[35128]: MapBufferRange (will be remapped) */
"iiii\0"
"glMapBufferRange\0"
"glMapBufferRangeEXT\0"
"\0"
- /* _mesa_function_pool[35051]: Translated (offset 303) */
+ /* _mesa_function_pool[35171]: Translated (offset 303) */
"ddd\0"
"glTranslated\0"
"\0"
- /* _mesa_function_pool[35069]: Translatef (offset 304) */
+ /* _mesa_function_pool[35189]: Translatef (offset 304) */
"fff\0"
"glTranslatef\0"
"\0"
- /* _mesa_function_pool[35087]: StencilMask (offset 209) */
+ /* _mesa_function_pool[35207]: StencilMask (offset 209) */
"i\0"
"glStencilMask\0"
"\0"
- /* _mesa_function_pool[35104]: MinSampleShading (will be remapped) */
+ /* _mesa_function_pool[35224]: MinSampleShading (will be remapped) */
"f\0"
"glMinSampleShadingARB\0"
"glMinSampleShading\0"
"\0"
- /* _mesa_function_pool[35148]: MultTransposeMatrixd (will be remapped) */
+ /* _mesa_function_pool[35268]: MultTransposeMatrixd (will be remapped) */
"p\0"
"glMultTransposeMatrixd\0"
"glMultTransposeMatrixdARB\0"
"\0"
- /* _mesa_function_pool[35200]: MultTransposeMatrixf (will be remapped) */
+ /* _mesa_function_pool[35320]: MultTransposeMatrixf (will be remapped) */
"p\0"
"glMultTransposeMatrixf\0"
"glMultTransposeMatrixfARB\0"
"\0"
- /* _mesa_function_pool[35252]: GetLightiv (offset 265) */
+ /* _mesa_function_pool[35372]: GetLightiv (offset 265) */
"iip\0"
"glGetLightiv\0"
"\0"
- /* _mesa_function_pool[35270]: DrawElementsInstancedBaseInstance (will be remapped) */
+ /* _mesa_function_pool[35390]: DrawElementsInstancedBaseInstance (will be remapped) */
"iiipii\0"
"glDrawElementsInstancedBaseInstance\0"
"\0"
- /* _mesa_function_pool[35314]: IsList (offset 287) */
+ /* _mesa_function_pool[35434]: IsList (offset 287) */
"i\0"
"glIsList\0"
"\0"
- /* _mesa_function_pool[35326]: PointSizex (will be remapped) */
+ /* _mesa_function_pool[35446]: PointSizex (will be remapped) */
"i\0"
"glPointSizexOES\0"
"glPointSizex\0"
"\0"
- /* _mesa_function_pool[35358]: GetnPixelMapusvARB (will be remapped) */
+ /* _mesa_function_pool[35478]: GetnPixelMapusvARB (will be remapped) */
"iip\0"
"glGetnPixelMapusvARB\0"
"\0"
- /* _mesa_function_pool[35384]: IsSync (will be remapped) */
+ /* _mesa_function_pool[35504]: IsSync (will be remapped) */
"i\0"
"glIsSync\0"
"\0"
- /* _mesa_function_pool[35396]: RenderMode (offset 196) */
+ /* _mesa_function_pool[35516]: RenderMode (offset 196) */
"i\0"
"glRenderMode\0"
"\0"
- /* _mesa_function_pool[35412]: PrimitiveRestartIndex (will be remapped) */
+ /* _mesa_function_pool[35532]: PrimitiveRestartIndex (will be remapped) */
"i\0"
"glPrimitiveRestartIndex\0"
"glPrimitiveRestartIndexNV\0"
"\0"
- /* _mesa_function_pool[35465]: GetMapControlPointsNV (dynamic) */
+ /* _mesa_function_pool[35585]: GetMapControlPointsNV (dynamic) */
"iiiiiip\0"
"glGetMapControlPointsNV\0"
"\0"
- /* _mesa_function_pool[35498]: ClearBufferiv (will be remapped) */
+ /* _mesa_function_pool[35618]: ClearBufferiv (will be remapped) */
"iip\0"
"glClearBufferiv\0"
"\0"
- /* _mesa_function_pool[35519]: ProgramLocalParameter4fARB (will be remapped) */
+ /* _mesa_function_pool[35639]: ProgramLocalParameter4fARB (will be remapped) */
"iiffff\0"
"glProgramLocalParameter4fARB\0"
"\0"
- /* _mesa_function_pool[35556]: SpriteParameterivSGIX (dynamic) */
+ /* _mesa_function_pool[35676]: SpriteParameterivSGIX (dynamic) */
"ip\0"
"glSpriteParameterivSGIX\0"
"\0"
- /* _mesa_function_pool[35584]: MultiTexCoord1fARB (offset 378) */
+ /* _mesa_function_pool[35704]: MultiTexCoord1fARB (offset 378) */
"if\0"
"glMultiTexCoord1f\0"
"glMultiTexCoord1fARB\0"
"\0"
- /* _mesa_function_pool[35627]: LoadName (offset 198) */
+ /* _mesa_function_pool[35747]: LoadName (offset 198) */
"i\0"
"glLoadName\0"
"\0"
- /* _mesa_function_pool[35641]: GetInternalformativ (will be remapped) */
+ /* _mesa_function_pool[35761]: GetInternalformativ (will be remapped) */
"iiiip\0"
"glGetInternalformativ\0"
"\0"
- /* _mesa_function_pool[35670]: VertexAttribs4ubvNV (will be remapped) */
+ /* _mesa_function_pool[35790]: VertexAttribs4ubvNV (will be remapped) */
"iip\0"
"glVertexAttribs4ubvNV\0"
"\0"
- /* _mesa_function_pool[35697]: Frustumf (will be remapped) */
+ /* _mesa_function_pool[35817]: Frustumf (will be remapped) */
"ffffff\0"
"glFrustumfOES\0"
"glFrustumf\0"
"\0"
- /* _mesa_function_pool[35730]: WeightsvARB (dynamic) */
+ /* _mesa_function_pool[35850]: WeightsvARB (dynamic) */
"ip\0"
"glWeightsvARB\0"
"\0"
- /* _mesa_function_pool[35748]: GetIntegeri_v (will be remapped) */
+ /* _mesa_function_pool[35868]: GetIntegeri_v (will be remapped) */
"iip\0"
"glGetIntegerIndexedvEXT\0"
"glGetIntegeri_v\0"
"\0"
- /* _mesa_function_pool[35793]: LightModelxv (will be remapped) */
+ /* _mesa_function_pool[35913]: LightModelxv (will be remapped) */
"ip\0"
"glLightModelxvOES\0"
"glLightModelxv\0"
"\0"
- /* _mesa_function_pool[35830]: IsTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[35950]: IsTransformFeedback (will be remapped) */
"i\0"
"glIsTransformFeedback\0"
"\0"
- /* _mesa_function_pool[35855]: LoadIdentityDeformationMapSGIX (dynamic) */
+ /* _mesa_function_pool[35975]: LoadIdentityDeformationMapSGIX (dynamic) */
"i\0"
"glLoadIdentityDeformationMapSGIX\0"
"\0"
- /* _mesa_function_pool[35891]: CopyTexSubImage1D (offset 325) */
+ /* _mesa_function_pool[36011]: CopyTexSubImage1D (offset 325) */
"iiiiii\0"
"glCopyTexSubImage1D\0"
"glCopyTexSubImage1DEXT\0"
"\0"
- /* _mesa_function_pool[35942]: ReplacementCodeuiColor3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[36062]: ReplacementCodeuiColor3fVertex3fvSUN (dynamic) */
"ppp\0"
"glReplacementCodeuiColor3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[35986]: CullFace (offset 152) */
+ /* _mesa_function_pool[36106]: CullFace (offset 152) */
"i\0"
"glCullFace\0"
"\0"
- /* _mesa_function_pool[36000]: BindTexture (offset 307) */
+ /* _mesa_function_pool[36120]: BindTexture (offset 307) */
"ii\0"
"glBindTexture\0"
"glBindTextureEXT\0"
"\0"
- /* _mesa_function_pool[36035]: VertexAttribs2fvNV (will be remapped) */
+ /* _mesa_function_pool[36155]: VertexAttribs2fvNV (will be remapped) */
"iip\0"
"glVertexAttribs2fvNV\0"
"\0"
- /* _mesa_function_pool[36061]: MultiTexCoord4fARB (offset 402) */
+ /* _mesa_function_pool[36181]: MultiTexCoord4fARB (offset 402) */
"iffff\0"
"glMultiTexCoord4f\0"
"glMultiTexCoord4fARB\0"
"\0"
- /* _mesa_function_pool[36107]: ResumeTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[36227]: ResumeTransformFeedback (will be remapped) */
"\0"
"glResumeTransformFeedback\0"
"\0"
- /* _mesa_function_pool[36135]: PushDebugGroup (will be remapped) */
+ /* _mesa_function_pool[36255]: PushDebugGroup (will be remapped) */
"iiip\0"
"glPushDebugGroup\0"
"\0"
- /* _mesa_function_pool[36158]: DrawMeshArraysSUN (dynamic) */
+ /* _mesa_function_pool[36278]: DrawMeshArraysSUN (dynamic) */
"iiii\0"
"glDrawMeshArraysSUN\0"
"\0"
- /* _mesa_function_pool[36184]: SecondaryColor3i (will be remapped) */
+ /* _mesa_function_pool[36304]: SecondaryColor3i (will be remapped) */
"iii\0"
"glSecondaryColor3i\0"
"glSecondaryColor3iEXT\0"
"\0"
- /* _mesa_function_pool[36230]: StencilFunc (offset 243) */
+ /* _mesa_function_pool[36350]: StencilFunc (offset 243) */
"iii\0"
"glStencilFunc\0"
"\0"
- /* _mesa_function_pool[36249]: CopyPixels (offset 255) */
+ /* _mesa_function_pool[36369]: CopyPixels (offset 255) */
"iiiii\0"
"glCopyPixels\0"
"\0"
- /* _mesa_function_pool[36269]: Rectsv (offset 93) */
+ /* _mesa_function_pool[36389]: Rectsv (offset 93) */
"pp\0"
"glRectsv\0"
"\0"
- /* _mesa_function_pool[36282]: WindowPos3iv (will be remapped) */
+ /* _mesa_function_pool[36402]: WindowPos3iv (will be remapped) */
"p\0"
"glWindowPos3iv\0"
"glWindowPos3ivARB\0"
"glWindowPos3ivMESA\0"
"\0"
- /* _mesa_function_pool[36337]: ReplacementCodeuivSUN (dynamic) */
+ /* _mesa_function_pool[36457]: ReplacementCodeuivSUN (dynamic) */
"p\0"
"glReplacementCodeuivSUN\0"
"\0"
- /* _mesa_function_pool[36364]: DrawElementsBaseVertex (will be remapped) */
+ /* _mesa_function_pool[36484]: DrawElementsBaseVertex (will be remapped) */
"iiipi\0"
"glDrawElementsBaseVertex\0"
"\0"
- /* _mesa_function_pool[36396]: CopyConvolutionFilter2D (offset 355) */
+ /* _mesa_function_pool[36516]: CopyConvolutionFilter2D (offset 355) */
"iiiiii\0"
"glCopyConvolutionFilter2D\0"
"glCopyConvolutionFilter2DEXT\0"
"\0"
- /* _mesa_function_pool[36459]: ApplyTextureEXT (dynamic) */
+ /* _mesa_function_pool[36579]: ApplyTextureEXT (dynamic) */
"i\0"
"glApplyTextureEXT\0"
"\0"
- /* _mesa_function_pool[36480]: CopyBufferSubData (will be remapped) */
+ /* _mesa_function_pool[36600]: CopyBufferSubData (will be remapped) */
"iiiii\0"
"glCopyBufferSubData\0"
"\0"
- /* _mesa_function_pool[36507]: NormalPointer (offset 318) */
+ /* _mesa_function_pool[36627]: NormalPointer (offset 318) */
"iip\0"
"glNormalPointer\0"
"\0"
- /* _mesa_function_pool[36528]: TexParameterfv (offset 179) */
+ /* _mesa_function_pool[36648]: TexParameterfv (offset 179) */
"iip\0"
"glTexParameterfv\0"
"\0"
- /* _mesa_function_pool[36550]: ReplacementCodeuiNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[36670]: ReplacementCodeuiNormal3fVertex3fvSUN (dynamic) */
"ppp\0"
"glReplacementCodeuiNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[36595]: GetCombinerOutputParameterfvNV (dynamic) */
+ /* _mesa_function_pool[36715]: GetCombinerOutputParameterfvNV (dynamic) */
"iiip\0"
"glGetCombinerOutputParameterfvNV\0"
"\0"
- /* _mesa_function_pool[36634]: WindowPos4iMESA (will be remapped) */
+ /* _mesa_function_pool[36754]: WindowPos4iMESA (will be remapped) */
"iiii\0"
"glWindowPos4iMESA\0"
"\0"
- /* _mesa_function_pool[36658]: VertexAttrib4Nubv (will be remapped) */
+ /* _mesa_function_pool[36778]: VertexAttrib4Nubv (will be remapped) */
"ip\0"
"glVertexAttrib4Nubv\0"
"glVertexAttrib4NubvARB\0"
"\0"
- /* _mesa_function_pool[36705]: SecondaryColor3ui (will be remapped) */
+ /* _mesa_function_pool[36825]: SecondaryColor3ui (will be remapped) */
"iii\0"
"glSecondaryColor3ui\0"
"glSecondaryColor3uiEXT\0"
"\0"
- /* _mesa_function_pool[36753]: VertexAttribI3uivEXT (will be remapped) */
+ /* _mesa_function_pool[36873]: VertexAttribI3uivEXT (will be remapped) */
"ip\0"
"glVertexAttribI3uivEXT\0"
"glVertexAttribI3uiv\0"
"\0"
- /* _mesa_function_pool[36800]: UniformMatrix3x4fv (will be remapped) */
+ /* _mesa_function_pool[36920]: UniformMatrix3x4fv (will be remapped) */
"iiip\0"
"glUniformMatrix3x4fv\0"
"\0"
- /* _mesa_function_pool[36827]: ClipPlane (offset 150) */
+ /* _mesa_function_pool[36947]: ClipPlane (offset 150) */
"ip\0"
"glClipPlane\0"
"\0"
- /* _mesa_function_pool[36843]: Recti (offset 90) */
+ /* _mesa_function_pool[36963]: Recti (offset 90) */
"iiii\0"
"glRecti\0"
"\0"
- /* _mesa_function_pool[36857]: VertexAttribI3ivEXT (will be remapped) */
+ /* _mesa_function_pool[36977]: VertexAttribI3ivEXT (will be remapped) */
"ip\0"
"glVertexAttribI3ivEXT\0"
"glVertexAttribI3iv\0"
"\0"
- /* _mesa_function_pool[36902]: DrawRangeElementsBaseVertex (will be remapped) */
+ /* _mesa_function_pool[37022]: DrawRangeElementsBaseVertex (will be remapped) */
"iiiiipi\0"
"glDrawRangeElementsBaseVertex\0"
"\0"
- /* _mesa_function_pool[36941]: VertexAttribIPointer (will be remapped) */
+ /* _mesa_function_pool[37061]: VertexAttribIPointer (will be remapped) */
"iiiip\0"
"glVertexAttribIPointerEXT\0"
"glVertexAttribIPointer\0"
"\0"
- /* _mesa_function_pool[36997]: SecondaryColor3usv (will be remapped) */
+ /* _mesa_function_pool[37117]: SecondaryColor3usv (will be remapped) */
"p\0"
"glSecondaryColor3usv\0"
"glSecondaryColor3usvEXT\0"
"\0"
- /* _mesa_function_pool[37045]: VertexP2uiv (will be remapped) */
+ /* _mesa_function_pool[37165]: VertexP2uiv (will be remapped) */
"ip\0"
"glVertexP2uiv\0"
"\0"
- /* _mesa_function_pool[37063]: Fogxv (will be remapped) */
+ /* _mesa_function_pool[37183]: Fogxv (will be remapped) */
"ip\0"
"glFogxvOES\0"
"glFogxv\0"
"\0"
- /* _mesa_function_pool[37086]: MultiTexCoord3dv (offset 393) */
+ /* _mesa_function_pool[37206]: MultiTexCoord3dv (offset 393) */
"ip\0"
"glMultiTexCoord3dv\0"
"glMultiTexCoord3dvARB\0"
"\0"
- /* _mesa_function_pool[37131]: WindowPos4fvMESA (will be remapped) */
+ /* _mesa_function_pool[37251]: WindowPos4fvMESA (will be remapped) */
"p\0"
"glWindowPos4fvMESA\0"
"\0"
- /* _mesa_function_pool[37153]: GetPixelMapuiv (offset 272) */
+ /* _mesa_function_pool[37273]: GetPixelMapuiv (offset 272) */
"ip\0"
"glGetPixelMapuiv\0"
"\0"
- /* _mesa_function_pool[37174]: Rectf (offset 88) */
+ /* _mesa_function_pool[37294]: Rectf (offset 88) */
"ffff\0"
"glRectf\0"
"\0"
- /* _mesa_function_pool[37188]: VertexAttrib1sNV (will be remapped) */
+ /* _mesa_function_pool[37308]: VertexAttrib1sNV (will be remapped) */
"ii\0"
"glVertexAttrib1sNV\0"
"\0"
- /* _mesa_function_pool[37211]: Indexfv (offset 47) */
+ /* _mesa_function_pool[37331]: Indexfv (offset 47) */
"p\0"
"glIndexfv\0"
"\0"
- /* _mesa_function_pool[37224]: ColorP3uiv (will be remapped) */
+ /* _mesa_function_pool[37344]: ColorP3uiv (will be remapped) */
"ip\0"
"glColorP3uiv\0"
"\0"
- /* _mesa_function_pool[37241]: TexParameterIuiv (will be remapped) */
+ /* _mesa_function_pool[37361]: TexParameterIuiv (will be remapped) */
"iip\0"
"glTexParameterIuivEXT\0"
"glTexParameterIuiv\0"
"\0"
- /* _mesa_function_pool[37287]: BlitFramebuffer (will be remapped) */
+ /* _mesa_function_pool[37407]: BlitFramebuffer (will be remapped) */
"iiiiiiiiii\0"
"glBlitFramebuffer\0"
"glBlitFramebufferEXT\0"
"\0"
- /* _mesa_function_pool[37338]: GetPointerv (offset 329) */
+ /* _mesa_function_pool[37458]: GetPointerv (offset 329) */
"ip\0"
"glGetPointerv\0"
"glGetPointervEXT\0"
"\0"
- /* _mesa_function_pool[37373]: Tangent3bEXT (dynamic) */
+ /* _mesa_function_pool[37493]: Tangent3bEXT (dynamic) */
"iii\0"
"glTangent3bEXT\0"
"\0"
- /* _mesa_function_pool[37393]: CombinerParameterfNV (dynamic) */
+ /* _mesa_function_pool[37513]: CombinerParameterfNV (dynamic) */
"if\0"
"glCombinerParameterfNV\0"
"\0"
- /* _mesa_function_pool[37420]: IndexMask (offset 212) */
+ /* _mesa_function_pool[37540]: IndexMask (offset 212) */
"i\0"
"glIndexMask\0"
"\0"
- /* _mesa_function_pool[37435]: CreateShaderObjectARB (will be remapped) */
+ /* _mesa_function_pool[37555]: CreateShaderObjectARB (will be remapped) */
"i\0"
"glCreateShaderObjectARB\0"
"\0"
- /* _mesa_function_pool[37462]: ReplacementCodeuiSUN (dynamic) */
+ /* _mesa_function_pool[37582]: ReplacementCodeuiSUN (dynamic) */
"i\0"
"glReplacementCodeuiSUN\0"
"\0"
- /* _mesa_function_pool[37488]: GetFloatv (offset 262) */
+ /* _mesa_function_pool[37608]: GetFloatv (offset 262) */
"ip\0"
"glGetFloatv\0"
"\0"
- /* _mesa_function_pool[37504]: CombinerOutputNV (dynamic) */
+ /* _mesa_function_pool[37624]: CombinerOutputNV (dynamic) */
"iiiiiiiiii\0"
"glCombinerOutputNV\0"
"\0"
- /* _mesa_function_pool[37535]: MultiTexCoord3i (offset 396) */
+ /* _mesa_function_pool[37655]: MultiTexCoord3i (offset 396) */
"iiii\0"
"glMultiTexCoord3i\0"
"glMultiTexCoord3iARB\0"
"\0"
- /* _mesa_function_pool[37580]: GetVertexAttribIiv (will be remapped) */
+ /* _mesa_function_pool[37700]: GetVertexAttribIiv (will be remapped) */
"iip\0"
"glGetVertexAttribIivEXT\0"
"glGetVertexAttribIiv\0"
"\0"
- /* _mesa_function_pool[37630]: ClientWaitSync (will be remapped) */
+ /* _mesa_function_pool[37750]: ClientWaitSync (will be remapped) */
"iii\0"
"glClientWaitSync\0"
"\0"
- /* _mesa_function_pool[37652]: TexCoord4s (offset 124) */
+ /* _mesa_function_pool[37772]: TexCoord4s (offset 124) */
"iiii\0"
"glTexCoord4s\0"
"\0"
- /* _mesa_function_pool[37671]: GetPerfMonitorGroupsAMD (will be remapped) */
+ /* _mesa_function_pool[37791]: GetPerfMonitorGroupsAMD (will be remapped) */
"pip\0"
"glGetPerfMonitorGroupsAMD\0"
"\0"
- /* _mesa_function_pool[37702]: TexCoord3sv (offset 117) */
+ /* _mesa_function_pool[37822]: TexCoord3sv (offset 117) */
"p\0"
"glTexCoord3sv\0"
"\0"
- /* _mesa_function_pool[37719]: VertexAttrib2dNV (will be remapped) */
+ /* _mesa_function_pool[37839]: VertexAttrib2dNV (will be remapped) */
"idd\0"
"glVertexAttrib2dNV\0"
"\0"
- /* _mesa_function_pool[37743]: FogCoorddv (will be remapped) */
+ /* _mesa_function_pool[37863]: FogCoorddv (will be remapped) */
"p\0"
"glFogCoorddv\0"
"glFogCoorddvEXT\0"
"\0"
- /* _mesa_function_pool[37775]: PopAttrib (offset 218) */
+ /* _mesa_function_pool[37895]: PopAttrib (offset 218) */
"\0"
"glPopAttrib\0"
"\0"
- /* _mesa_function_pool[37789]: Fogfv (offset 154) */
+ /* _mesa_function_pool[37909]: Fogfv (offset 154) */
"ip\0"
"glFogfv\0"
"\0"
- /* _mesa_function_pool[37801]: ObjectPurgeableAPPLE (will be remapped) */
+ /* _mesa_function_pool[37921]: ObjectPurgeableAPPLE (will be remapped) */
"iii\0"
"glObjectPurgeableAPPLE\0"
"\0"
- /* _mesa_function_pool[37829]: InitNames (offset 197) */
+ /* _mesa_function_pool[37949]: InitNames (offset 197) */
"\0"
"glInitNames\0"
"\0"
- /* _mesa_function_pool[37843]: Normal3sv (offset 61) */
+ /* _mesa_function_pool[37963]: Normal3sv (offset 61) */
"p\0"
"glNormal3sv\0"
"\0"
- /* _mesa_function_pool[37858]: Minmax (offset 368) */
+ /* _mesa_function_pool[37978]: Minmax (offset 368) */
"iii\0"
"glMinmax\0"
"glMinmaxEXT\0"
"\0"
- /* _mesa_function_pool[37884]: BufferData (will be remapped) */
+ /* _mesa_function_pool[38004]: BufferData (will be remapped) */
"iipi\0"
"glBufferData\0"
"glBufferDataARB\0"
"\0"
- /* _mesa_function_pool[37919]: DeleteQueries (will be remapped) */
+ /* _mesa_function_pool[38039]: DeleteQueries (will be remapped) */
"ip\0"
"glDeleteQueries\0"
"glDeleteQueriesARB\0"
"\0"
- /* _mesa_function_pool[37958]: TexCoord4d (offset 118) */
+ /* _mesa_function_pool[38078]: TexCoord4d (offset 118) */
"dddd\0"
"glTexCoord4d\0"
"\0"
- /* _mesa_function_pool[37977]: IsEnabledi (will be remapped) */
+ /* _mesa_function_pool[38097]: IsEnabledi (will be remapped) */
"ii\0"
"glIsEnabledIndexedEXT\0"
"glIsEnabledi\0"
"\0"
- /* _mesa_function_pool[38016]: TexCoord4f (offset 120) */
+ /* _mesa_function_pool[38136]: TexCoord4f (offset 120) */
"ffff\0"
"glTexCoord4f\0"
"\0"
- /* _mesa_function_pool[38035]: Uniform3ui (will be remapped) */
+ /* _mesa_function_pool[38155]: Uniform3ui (will be remapped) */
"iiii\0"
"glUniform3uiEXT\0"
"glUniform3ui\0"
"\0"
- /* _mesa_function_pool[38070]: InvalidateFramebuffer (will be remapped) */
+ /* _mesa_function_pool[38190]: InvalidateFramebuffer (will be remapped) */
"iip\0"
"glInvalidateFramebuffer\0"
"\0"
- /* _mesa_function_pool[38099]: GetFragmentMaterialfvSGIX (dynamic) */
+ /* _mesa_function_pool[38219]: GetFragmentMaterialfvSGIX (dynamic) */
"iip\0"
"glGetFragmentMaterialfvSGIX\0"
"\0"
- /* _mesa_function_pool[38132]: Binormal3fvEXT (dynamic) */
+ /* _mesa_function_pool[38252]: Binormal3fvEXT (dynamic) */
"p\0"
"glBinormal3fvEXT\0"
"\0"
- /* _mesa_function_pool[38152]: GetBooleanv (offset 258) */
+ /* _mesa_function_pool[38272]: GetBooleanv (offset 258) */
"ip\0"
"glGetBooleanv\0"
"\0"
- /* _mesa_function_pool[38170]: ColorFragmentOp3ATI (will be remapped) */
+ /* _mesa_function_pool[38290]: ColorFragmentOp3ATI (will be remapped) */
"iiiiiiiiiiiii\0"
"glColorFragmentOp3ATI\0"
"\0"
- /* _mesa_function_pool[38207]: Hint (offset 158) */
+ /* _mesa_function_pool[38327]: Hint (offset 158) */
"ii\0"
"glHint\0"
"\0"
- /* _mesa_function_pool[38218]: DeletePerfMonitorsAMD (will be remapped) */
+ /* _mesa_function_pool[38338]: DeletePerfMonitorsAMD (will be remapped) */
"ip\0"
"glDeletePerfMonitorsAMD\0"
"\0"
- /* _mesa_function_pool[38246]: Color4dv (offset 28) */
+ /* _mesa_function_pool[38366]: Color4dv (offset 28) */
"p\0"
"glColor4dv\0"
"\0"
- /* _mesa_function_pool[38260]: IsAsyncMarkerSGIX (dynamic) */
+ /* _mesa_function_pool[38380]: IsAsyncMarkerSGIX (dynamic) */
"i\0"
"glIsAsyncMarkerSGIX\0"
"\0"
- /* _mesa_function_pool[38283]: AreProgramsResidentNV (will be remapped) */
+ /* _mesa_function_pool[38403]: AreProgramsResidentNV (will be remapped) */
"ipp\0"
"glAreProgramsResidentNV\0"
"\0"
- /* _mesa_function_pool[38312]: DisableVertexAttribArray (will be remapped) */
+ /* _mesa_function_pool[38432]: DisableVertexAttribArray (will be remapped) */
"i\0"
"glDisableVertexAttribArray\0"
"glDisableVertexAttribArrayARB\0"
"\0"
- /* _mesa_function_pool[38372]: CopyColorSubTable (offset 347) */
+ /* _mesa_function_pool[38492]: CopyColorSubTable (offset 347) */
"iiiii\0"
"glCopyColorSubTable\0"
"glCopyColorSubTableEXT\0"
"\0"
- /* _mesa_function_pool[38422]: WeightdvARB (dynamic) */
+ /* _mesa_function_pool[38542]: WeightdvARB (dynamic) */
"ip\0"
"glWeightdvARB\0"
"\0"
- /* _mesa_function_pool[38440]: PollInstrumentsSGIX (dynamic) */
+ /* _mesa_function_pool[38560]: PollInstrumentsSGIX (dynamic) */
"p\0"
"glPollInstrumentsSGIX\0"
"\0"
- /* _mesa_function_pool[38465]: VertexAttrib3dvNV (will be remapped) */
+ /* _mesa_function_pool[38585]: VertexAttrib3dvNV (will be remapped) */
"ip\0"
"glVertexAttrib3dvNV\0"
"\0"
- /* _mesa_function_pool[38489]: GetObjectParameterfvARB (will be remapped) */
+ /* _mesa_function_pool[38609]: GetObjectParameterfvARB (will be remapped) */
"iip\0"
"glGetObjectParameterfvARB\0"
"\0"
- /* _mesa_function_pool[38520]: Vertex4iv (offset 147) */
+ /* _mesa_function_pool[38640]: Vertex4iv (offset 147) */
"p\0"
"glVertex4iv\0"
"\0"
- /* _mesa_function_pool[38535]: BufferSubData (will be remapped) */
+ /* _mesa_function_pool[38655]: BufferSubData (will be remapped) */
"iiip\0"
"glBufferSubData\0"
"glBufferSubDataARB\0"
"\0"
- /* _mesa_function_pool[38576]: TexCoord4dv (offset 119) */
+ /* _mesa_function_pool[38696]: TexCoord4dv (offset 119) */
"p\0"
"glTexCoord4dv\0"
"\0"
- /* _mesa_function_pool[38593]: LockArraysEXT (will be remapped) */
+ /* _mesa_function_pool[38713]: LockArraysEXT (will be remapped) */
"ii\0"
"glLockArraysEXT\0"
"\0"
- /* _mesa_function_pool[38613]: Begin (offset 7) */
+ /* _mesa_function_pool[38733]: Begin (offset 7) */
"i\0"
"glBegin\0"
"\0"
- /* _mesa_function_pool[38624]: LightModeli (offset 165) */
+ /* _mesa_function_pool[38744]: LightModeli (offset 165) */
"ii\0"
"glLightModeli\0"
"\0"
- /* _mesa_function_pool[38642]: FogCoordPointerListIBM (dynamic) */
+ /* _mesa_function_pool[38762]: FogCoordPointerListIBM (dynamic) */
"iipi\0"
"glFogCoordPointerListIBM\0"
"\0"
- /* _mesa_function_pool[38673]: ObjectPtrLabel (will be remapped) */
+ /* _mesa_function_pool[38793]: ObjectPtrLabel (will be remapped) */
"pip\0"
"glObjectPtrLabel\0"
"\0"
- /* _mesa_function_pool[38695]: Rectfv (offset 89) */
+ /* _mesa_function_pool[38815]: Rectfv (offset 89) */
"pp\0"
"glRectfv\0"
"\0"
- /* _mesa_function_pool[38708]: ClipPlanex (will be remapped) */
+ /* _mesa_function_pool[38828]: ClipPlanex (will be remapped) */
"ip\0"
"glClipPlanexOES\0"
"glClipPlanex\0"
"\0"
- /* _mesa_function_pool[38741]: Uniform4f (will be remapped) */
+ /* _mesa_function_pool[38861]: Uniform4f (will be remapped) */
"iffff\0"
"glUniform4f\0"
"glUniform4fARB\0"
"\0"
- /* _mesa_function_pool[38775]: LightModelf (offset 163) */
+ /* _mesa_function_pool[38895]: LightModelf (offset 163) */
"if\0"
"glLightModelf\0"
"\0"
- /* _mesa_function_pool[38793]: GetTexParameterfv (offset 282) */
+ /* _mesa_function_pool[38913]: GetTexParameterfv (offset 282) */
"iip\0"
"glGetTexParameterfv\0"
"\0"
- /* _mesa_function_pool[38818]: GetLightfv (offset 264) */
+ /* _mesa_function_pool[38938]: GetLightfv (offset 264) */
"iip\0"
"glGetLightfv\0"
"\0"
- /* _mesa_function_pool[38836]: PixelTransformParameterivEXT (dynamic) */
+ /* _mesa_function_pool[38956]: PixelTransformParameterivEXT (dynamic) */
"iip\0"
"glPixelTransformParameterivEXT\0"
"\0"
- /* _mesa_function_pool[38872]: BinormalPointerEXT (dynamic) */
+ /* _mesa_function_pool[38992]: BinormalPointerEXT (dynamic) */
"iip\0"
"glBinormalPointerEXT\0"
"\0"
- /* _mesa_function_pool[38898]: VertexP4uiv (will be remapped) */
+ /* _mesa_function_pool[39018]: VertexP4uiv (will be remapped) */
"ip\0"
"glVertexP4uiv\0"
"\0"
- /* _mesa_function_pool[38916]: GetCombinerInputParameterivNV (dynamic) */
+ /* _mesa_function_pool[39036]: GetCombinerInputParameterivNV (dynamic) */
"iiiip\0"
"glGetCombinerInputParameterivNV\0"
"\0"
- /* _mesa_function_pool[38955]: Disable (offset 214) */
+ /* _mesa_function_pool[39075]: Disable (offset 214) */
"i\0"
"glDisable\0"
"\0"
- /* _mesa_function_pool[38968]: ClipPlanef (will be remapped) */
+ /* _mesa_function_pool[39088]: ClipPlanef (will be remapped) */
"ip\0"
"glClipPlanefOES\0"
"glClipPlanef\0"
"\0"
- /* _mesa_function_pool[39001]: MultiTexCoord2fvARB (offset 387) */
+ /* _mesa_function_pool[39121]: MultiTexCoord2fvARB (offset 387) */
"ip\0"
"glMultiTexCoord2fv\0"
"glMultiTexCoord2fvARB\0"
"\0"
- /* _mesa_function_pool[39046]: TextureBarrierNV (will be remapped) */
+ /* _mesa_function_pool[39166]: TextureBarrierNV (will be remapped) */
"\0"
"glTextureBarrierNV\0"
"\0"
- /* _mesa_function_pool[39067]: GetPerfMonitorCounterStringAMD (will be remapped) */
+ /* _mesa_function_pool[39187]: GetPerfMonitorCounterStringAMD (will be remapped) */
"iiipp\0"
"glGetPerfMonitorCounterStringAMD\0"
"\0"
- /* _mesa_function_pool[39107]: SecondaryColorPointer (will be remapped) */
+ /* _mesa_function_pool[39227]: SecondaryColorPointer (will be remapped) */
"iiip\0"
"glSecondaryColorPointer\0"
"glSecondaryColorPointerEXT\0"
"\0"
- /* _mesa_function_pool[39164]: FinishAsyncSGIX (dynamic) */
+ /* _mesa_function_pool[39284]: FinishAsyncSGIX (dynamic) */
"p\0"
"glFinishAsyncSGIX\0"
"\0"
- /* _mesa_function_pool[39185]: DrawArrays (offset 310) */
+ /* _mesa_function_pool[39305]: DrawArrays (offset 310) */
"iii\0"
"glDrawArrays\0"
"glDrawArraysEXT\0"
"\0"
- /* _mesa_function_pool[39219]: WeightuivARB (dynamic) */
+ /* _mesa_function_pool[39339]: WeightuivARB (dynamic) */
"ip\0"
"glWeightuivARB\0"
"\0"
- /* _mesa_function_pool[39238]: GetnTexImageARB (will be remapped) */
+ /* _mesa_function_pool[39358]: GetnTexImageARB (will be remapped) */
"iiiiip\0"
"glGetnTexImageARB\0"
"\0"
- /* _mesa_function_pool[39264]: ColorMask (offset 210) */
+ /* _mesa_function_pool[39384]: ColorMask (offset 210) */
"iiii\0"
"glColorMask\0"
"\0"
- /* _mesa_function_pool[39282]: GenAsyncMarkersSGIX (dynamic) */
+ /* _mesa_function_pool[39402]: GenAsyncMarkersSGIX (dynamic) */
"i\0"
"glGenAsyncMarkersSGIX\0"
"\0"
- /* _mesa_function_pool[39307]: DebugMessageInsertARB (will be remapped) */
+ /* _mesa_function_pool[39427]: DebugMessageInsertARB (will be remapped) */
"iiiiip\0"
"glDebugMessageInsertARB\0"
"\0"
- /* _mesa_function_pool[39339]: GetListParameterivSGIX (dynamic) */
+ /* _mesa_function_pool[39459]: GetListParameterivSGIX (dynamic) */
"iip\0"
"glGetListParameterivSGIX\0"
"\0"
- /* _mesa_function_pool[39369]: GetInfoLogARB (will be remapped) */
+ /* _mesa_function_pool[39489]: GetInfoLogARB (will be remapped) */
"iipp\0"
"glGetInfoLogARB\0"
"\0"
- /* _mesa_function_pool[39391]: RasterPos4iv (offset 83) */
+ /* _mesa_function_pool[39511]: RasterPos4iv (offset 83) */
"p\0"
"glRasterPos4iv\0"
"\0"
- /* _mesa_function_pool[39409]: Enable (offset 215) */
+ /* _mesa_function_pool[39529]: Enable (offset 215) */
"i\0"
"glEnable\0"
"\0"
- /* _mesa_function_pool[39421]: GetRenderbufferParameteriv (will be remapped) */
+ /* _mesa_function_pool[39541]: GetRenderbufferParameteriv (will be remapped) */
"iip\0"
"glGetRenderbufferParameteriv\0"
"glGetRenderbufferParameterivEXT\0"
"glGetRenderbufferParameterivOES\0"
"\0"
- /* _mesa_function_pool[39519]: LineStipple (offset 167) */
+ /* _mesa_function_pool[39639]: LineStipple (offset 167) */
"ii\0"
"glLineStipple\0"
"\0"
- /* _mesa_function_pool[39537]: FragmentLightfSGIX (dynamic) */
+ /* _mesa_function_pool[39657]: FragmentLightfSGIX (dynamic) */
"iif\0"
"glFragmentLightfSGIX\0"
"\0"
- /* _mesa_function_pool[39563]: SetFenceNV (dynamic) */
+ /* _mesa_function_pool[39683]: SetFenceNV (dynamic) */
"ii\0"
"glSetFenceNV\0"
"\0"
- /* _mesa_function_pool[39580]: VertexAttribI4uivEXT (will be remapped) */
+ /* _mesa_function_pool[39700]: VertexAttribI4uivEXT (will be remapped) */
"ip\0"
"glVertexAttribI4uivEXT\0"
"glVertexAttribI4uiv\0"
"\0"
- /* _mesa_function_pool[39627]: VertexAttribs4svNV (will be remapped) */
+ /* _mesa_function_pool[39747]: VertexAttribs4svNV (will be remapped) */
"iip\0"
"glVertexAttribs4svNV\0"
"\0"
- /* _mesa_function_pool[39653]: GenRenderbuffers (will be remapped) */
+ /* _mesa_function_pool[39773]: GenRenderbuffers (will be remapped) */
"ip\0"
"glGenRenderbuffers\0"
"glGenRenderbuffersEXT\0"
"glGenRenderbuffersOES\0"
"\0"
- /* _mesa_function_pool[39720]: EdgeFlagPointerListIBM (dynamic) */
+ /* _mesa_function_pool[39840]: EdgeFlagPointerListIBM (dynamic) */
"ipi\0"
"glEdgeFlagPointerListIBM\0"
"\0"
- /* _mesa_function_pool[39750]: UniformMatrix4fv (will be remapped) */
+ /* _mesa_function_pool[39870]: UniformMatrix4fv (will be remapped) */
"iiip\0"
"glUniformMatrix4fv\0"
"glUniformMatrix4fvARB\0"
"\0"
- /* _mesa_function_pool[39797]: UniformMatrix3x2fv (will be remapped) */
+ /* _mesa_function_pool[39917]: UniformMatrix3x2fv (will be remapped) */
"iiip\0"
"glUniformMatrix3x2fv\0"
"\0"
- /* _mesa_function_pool[39824]: GetMinmaxParameterfv (offset 365) */
+ /* _mesa_function_pool[39944]: GetMinmaxParameterfv (offset 365) */
"iip\0"
"glGetMinmaxParameterfv\0"
"glGetMinmaxParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[39878]: VertexAttrib4Nuiv (will be remapped) */
+ /* _mesa_function_pool[39998]: VertexAttrib4Nuiv (will be remapped) */
"ip\0"
"glVertexAttrib4Nuiv\0"
"glVertexAttrib4NuivARB\0"
"\0"
- /* _mesa_function_pool[39925]: ClientActiveTexture (offset 375) */
+ /* _mesa_function_pool[40045]: ClientActiveTexture (offset 375) */
"i\0"
"glClientActiveTexture\0"
"glClientActiveTextureARB\0"
"\0"
- /* _mesa_function_pool[39975]: WindowPos2sv (will be remapped) */
+ /* _mesa_function_pool[40095]: WindowPos2sv (will be remapped) */
"p\0"
"glWindowPos2sv\0"
"glWindowPos2svARB\0"
"glWindowPos2svMESA\0"
"\0"
- /* _mesa_function_pool[40030]: Vertex3fv (offset 137) */
+ /* _mesa_function_pool[40150]: Vertex3fv (offset 137) */
"p\0"
"glVertex3fv\0"
"\0"
- /* _mesa_function_pool[40045]: GetUniformIndices (will be remapped) */
+ /* _mesa_function_pool[40165]: GetUniformIndices (will be remapped) */
"iipp\0"
"glGetUniformIndices\0"
"\0"
- /* _mesa_function_pool[40071]: GetTexBumpParameterivATI (will be remapped) */
+ /* _mesa_function_pool[40191]: GetTexBumpParameterivATI (will be remapped) */
"ip\0"
"glGetTexBumpParameterivATI\0"
"\0"
- /* _mesa_function_pool[40102]: SecondaryColor3sv (will be remapped) */
+ /* _mesa_function_pool[40222]: SecondaryColor3sv (will be remapped) */
"p\0"
"glSecondaryColor3sv\0"
"glSecondaryColor3svEXT\0"
"\0"
- /* _mesa_function_pool[40148]: Fogx (will be remapped) */
+ /* _mesa_function_pool[40268]: Fogx (will be remapped) */
"ii\0"
"glFogxOES\0"
"glFogx\0"
"\0"
- /* _mesa_function_pool[40169]: Binormal3bEXT (dynamic) */
+ /* _mesa_function_pool[40289]: Binormal3bEXT (dynamic) */
"iii\0"
"glBinormal3bEXT\0"
"\0"
- /* _mesa_function_pool[40190]: FragmentMaterialivSGIX (dynamic) */
+ /* _mesa_function_pool[40310]: FragmentMaterialivSGIX (dynamic) */
"iip\0"
"glFragmentMaterialivSGIX\0"
"\0"
- /* _mesa_function_pool[40220]: WaitSync (will be remapped) */
+ /* _mesa_function_pool[40340]: WaitSync (will be remapped) */
"iii\0"
"glWaitSync\0"
"\0"
- /* _mesa_function_pool[40236]: CombinerParameterivNV (dynamic) */
+ /* _mesa_function_pool[40356]: CombinerParameterivNV (dynamic) */
"ip\0"
"glCombinerParameterivNV\0"
"\0"
- /* _mesa_function_pool[40264]: BindVertexBuffer (will be remapped) */
+ /* _mesa_function_pool[40384]: BindVertexBuffer (will be remapped) */
"iiii\0"
"glBindVertexBuffer\0"
"\0"
- /* _mesa_function_pool[40289]: MultiTexCoord2sv (offset 391) */
+ /* _mesa_function_pool[40409]: MultiTexCoord2sv (offset 391) */
"ip\0"
"glMultiTexCoord2sv\0"
"glMultiTexCoord2svARB\0"
"\0"
- /* _mesa_function_pool[40334]: DeformationMap3dSGIX (dynamic) */
+ /* _mesa_function_pool[40454]: DeformationMap3dSGIX (dynamic) */
"iddiiddiiddiip\0"
"glDeformationMap3dSGIX\0"
"\0"
- /* _mesa_function_pool[40373]: EndFragmentShaderATI (will be remapped) */
+ /* _mesa_function_pool[40493]: EndFragmentShaderATI (will be remapped) */
"\0"
"glEndFragmentShaderATI\0"
"\0"
- /* _mesa_function_pool[40398]: Binormal3iEXT (dynamic) */
+ /* _mesa_function_pool[40518]: Binormal3iEXT (dynamic) */
"iii\0"
"glBinormal3iEXT\0"
"\0"
- /* _mesa_function_pool[40419]: Uniform4iv (will be remapped) */
+ /* _mesa_function_pool[40539]: Uniform4iv (will be remapped) */
"iip\0"
"glUniform4iv\0"
"glUniform4ivARB\0"
@@ -5728,763 +5744,767 @@ static const char _mesa_function_pool[] =
/* these functions need to be remapped */
static const struct gl_function_pool_remap MESA_remap_table_functions[] = {
- { 26135, CompressedTexImage1D_remap_index },
- { 16634, CompressedTexImage2D_remap_index },
- { 2914, CompressedTexImage3D_remap_index },
- { 7643, CompressedTexSubImage1D_remap_index },
- { 4058, CompressedTexSubImage2D_remap_index },
- { 31132, CompressedTexSubImage3D_remap_index },
- { 15075, GetCompressedTexImage_remap_index },
- { 22955, LoadTransposeMatrixd_remap_index },
- { 22903, LoadTransposeMatrixf_remap_index },
- { 35148, MultTransposeMatrixd_remap_index },
- { 35200, MultTransposeMatrixf_remap_index },
- { 32612, SampleCoverage_remap_index },
- { 11882, BlendFuncSeparate_remap_index },
- { 14053, FogCoordPointer_remap_index },
- { 16972, FogCoordd_remap_index },
- { 37743, FogCoorddv_remap_index },
- { 32771, MultiDrawArrays_remap_index },
- { 26845, PointParameterf_remap_index },
- { 17825, PointParameterfv_remap_index },
- { 26803, PointParameteri_remap_index },
- { 32979, PointParameteriv_remap_index },
- { 18789, SecondaryColor3b_remap_index },
- { 15459, SecondaryColor3bv_remap_index },
- { 33050, SecondaryColor3d_remap_index },
- { 3254, SecondaryColor3dv_remap_index },
- { 36184, SecondaryColor3i_remap_index },
- { 21648, SecondaryColor3iv_remap_index },
- { 18496, SecondaryColor3s_remap_index },
- { 40102, SecondaryColor3sv_remap_index },
- { 16010, SecondaryColor3ub_remap_index },
- { 26755, SecondaryColor3ubv_remap_index },
- { 36705, SecondaryColor3ui_remap_index },
- { 4240, SecondaryColor3uiv_remap_index },
- { 14284, SecondaryColor3us_remap_index },
- { 36997, SecondaryColor3usv_remap_index },
- { 39107, SecondaryColorPointer_remap_index },
+ { 26212, CompressedTexImage1D_remap_index },
+ { 16711, CompressedTexImage2D_remap_index },
+ { 2939, CompressedTexImage3D_remap_index },
+ { 7696, CompressedTexSubImage1D_remap_index },
+ { 4083, CompressedTexSubImage2D_remap_index },
+ { 31218, CompressedTexSubImage3D_remap_index },
+ { 15152, GetCompressedTexImage_remap_index },
+ { 23032, LoadTransposeMatrixd_remap_index },
+ { 22980, LoadTransposeMatrixf_remap_index },
+ { 35268, MultTransposeMatrixd_remap_index },
+ { 35320, MultTransposeMatrixf_remap_index },
+ { 32698, SampleCoverage_remap_index },
+ { 11961, BlendFuncSeparate_remap_index },
+ { 14132, FogCoordPointer_remap_index },
+ { 17049, FogCoordd_remap_index },
+ { 37863, FogCoorddv_remap_index },
+ { 32857, MultiDrawArrays_remap_index },
+ { 26931, PointParameterf_remap_index },
+ { 17902, PointParameterfv_remap_index },
+ { 26889, PointParameteri_remap_index },
+ { 33065, PointParameteriv_remap_index },
+ { 18866, SecondaryColor3b_remap_index },
+ { 15536, SecondaryColor3bv_remap_index },
+ { 33136, SecondaryColor3d_remap_index },
+ { 3279, SecondaryColor3dv_remap_index },
+ { 36304, SecondaryColor3i_remap_index },
+ { 21725, SecondaryColor3iv_remap_index },
+ { 18573, SecondaryColor3s_remap_index },
+ { 40222, SecondaryColor3sv_remap_index },
+ { 16087, SecondaryColor3ub_remap_index },
+ { 26841, SecondaryColor3ubv_remap_index },
+ { 36825, SecondaryColor3ui_remap_index },
+ { 4265, SecondaryColor3uiv_remap_index },
+ { 14363, SecondaryColor3us_remap_index },
+ { 37117, SecondaryColor3usv_remap_index },
+ { 39227, SecondaryColorPointer_remap_index },
{ 2086, WindowPos2d_remap_index },
- { 19313, WindowPos2dv_remap_index },
+ { 19390, WindowPos2dv_remap_index },
{ 2014, WindowPos2f_remap_index },
{ 1501, WindowPos2fv_remap_index },
- { 16328, WindowPos2i_remap_index },
- { 23893, WindowPos2iv_remap_index },
+ { 16405, WindowPos2i_remap_index },
+ { 23970, WindowPos2iv_remap_index },
{ 2448, WindowPos2s_remap_index },
- { 39975, WindowPos2sv_remap_index },
- { 15869, WindowPos3d_remap_index },
- { 13948, WindowPos3dv_remap_index },
- { 15956, WindowPos3f_remap_index },
- { 32161, WindowPos3fv_remap_index },
- { 18735, WindowPos3i_remap_index },
- { 36282, WindowPos3iv_remap_index },
- { 16381, WindowPos3s_remap_index },
- { 7078, WindowPos3sv_remap_index },
- { 23398, BeginQuery_remap_index },
- { 12472, BindBuffer_remap_index },
- { 37884, BufferData_remap_index },
- { 38535, BufferSubData_remap_index },
- { 28127, DeleteBuffers_remap_index },
- { 37919, DeleteQueries_remap_index },
- { 29084, EndQuery_remap_index },
- { 25518, GenBuffers_remap_index },
- { 2765, GenQueries_remap_index },
- { 19082, GetBufferParameteriv_remap_index },
- { 31693, GetBufferPointerv_remap_index },
- { 28278, GetBufferSubData_remap_index },
- { 30784, GetQueryObjectiv_remap_index },
- { 28650, GetQueryObjectuiv_remap_index },
- { 3846, GetQueryiv_remap_index },
- { 24036, IsBuffer_remap_index },
- { 20839, IsQuery_remap_index },
- { 4419, MapBuffer_remap_index },
- { 34063, UnmapBuffer_remap_index },
+ { 40095, WindowPos2sv_remap_index },
+ { 15946, WindowPos3d_remap_index },
+ { 14027, WindowPos3dv_remap_index },
+ { 16033, WindowPos3f_remap_index },
+ { 32247, WindowPos3fv_remap_index },
+ { 18812, WindowPos3i_remap_index },
+ { 36402, WindowPos3iv_remap_index },
+ { 16458, WindowPos3s_remap_index },
+ { 7131, WindowPos3sv_remap_index },
+ { 23475, BeginQuery_remap_index },
+ { 12551, BindBuffer_remap_index },
+ { 38004, BufferData_remap_index },
+ { 38655, BufferSubData_remap_index },
+ { 28213, DeleteBuffers_remap_index },
+ { 38039, DeleteQueries_remap_index },
+ { 29170, EndQuery_remap_index },
+ { 25595, GenBuffers_remap_index },
+ { 2790, GenQueries_remap_index },
+ { 19159, GetBufferParameteriv_remap_index },
+ { 31779, GetBufferPointerv_remap_index },
+ { 28364, GetBufferSubData_remap_index },
+ { 30870, GetQueryObjectiv_remap_index },
+ { 28736, GetQueryObjectuiv_remap_index },
+ { 3871, GetQueryiv_remap_index },
+ { 24113, IsBuffer_remap_index },
+ { 20916, IsQuery_remap_index },
+ { 4444, MapBuffer_remap_index },
+ { 34183, UnmapBuffer_remap_index },
{ 1265, AttachShader_remap_index },
- { 6465, BindAttribLocation_remap_index },
- { 25756, BlendEquationSeparate_remap_index },
- { 22774, CompileShader_remap_index },
- { 11804, CreateProgram_remap_index },
- { 27253, CreateShader_remap_index },
- { 30306, DeleteProgram_remap_index },
- { 30993, DeleteShader_remap_index },
- { 32506, DetachShader_remap_index },
- { 38312, DisableVertexAttribArray_remap_index },
- { 13056, DrawBuffers_remap_index },
- { 26451, EnableVertexAttribArray_remap_index },
- { 9135, GetActiveAttrib_remap_index },
- { 28077, GetActiveUniform_remap_index },
- { 21407, GetAttachedShaders_remap_index },
- { 17240, GetAttribLocation_remap_index },
- { 6045, GetProgramInfoLog_remap_index },
+ { 6490, BindAttribLocation_remap_index },
+ { 25833, BlendEquationSeparate_remap_index },
+ { 22851, CompileShader_remap_index },
+ { 11883, CreateProgram_remap_index },
+ { 27339, CreateShader_remap_index },
+ { 30392, DeleteProgram_remap_index },
+ { 31079, DeleteShader_remap_index },
+ { 32592, DetachShader_remap_index },
+ { 38432, DisableVertexAttribArray_remap_index },
+ { 13135, DrawBuffers_remap_index },
+ { 26528, EnableVertexAttribArray_remap_index },
+ { 9198, GetActiveAttrib_remap_index },
+ { 28163, GetActiveUniform_remap_index },
+ { 21484, GetAttachedShaders_remap_index },
+ { 17317, GetAttribLocation_remap_index },
+ { 6070, GetProgramInfoLog_remap_index },
{ 272, GetProgramiv_remap_index },
- { 14545, GetShaderInfoLog_remap_index },
- { 27785, GetShaderSource_remap_index },
+ { 14624, GetShaderInfoLog_remap_index },
+ { 27871, GetShaderSource_remap_index },
{ 1570, GetShaderiv_remap_index },
- { 23826, GetUniformLocation_remap_index },
- { 7342, GetUniformfv_remap_index },
- { 7906, GetUniformiv_remap_index },
- { 20117, GetVertexAttribPointerv_remap_index },
- { 25243, GetVertexAttribdv_remap_index },
+ { 23903, GetUniformLocation_remap_index },
+ { 7395, GetUniformfv_remap_index },
+ { 7959, GetUniformiv_remap_index },
+ { 20194, GetVertexAttribPointerv_remap_index },
+ { 25320, GetVertexAttribdv_remap_index },
{ 2197, GetVertexAttribfv_remap_index },
- { 12857, GetVertexAttribiv_remap_index },
- { 15444, IsProgram_remap_index },
- { 7460, IsShader_remap_index },
- { 21931, LinkProgram_remap_index },
- { 12006, ShaderSource_remap_index },
- { 11978, StencilFuncSeparate_remap_index },
- { 4393, StencilMaskSeparate_remap_index },
- { 9559, StencilOpSeparate_remap_index },
- { 22012, Uniform1f_remap_index },
- { 31529, Uniform1fv_remap_index },
- { 22166, Uniform1i_remap_index },
- { 31989, Uniform1iv_remap_index },
- { 31058, Uniform2f_remap_index },
+ { 12936, GetVertexAttribiv_remap_index },
+ { 15521, IsProgram_remap_index },
+ { 7513, IsShader_remap_index },
+ { 22008, LinkProgram_remap_index },
+ { 12085, ShaderSource_remap_index },
+ { 12057, StencilFuncSeparate_remap_index },
+ { 4418, StencilMaskSeparate_remap_index },
+ { 9622, StencilOpSeparate_remap_index },
+ { 22089, Uniform1f_remap_index },
+ { 31615, Uniform1fv_remap_index },
+ { 22243, Uniform1i_remap_index },
+ { 32075, Uniform1iv_remap_index },
+ { 31144, Uniform2f_remap_index },
{ 739, Uniform2fv_remap_index },
- { 31350, Uniform2i_remap_index },
- { 33202, Uniform2iv_remap_index },
- { 3105, Uniform3f_remap_index },
- { 13152, Uniform3fv_remap_index },
- { 18608, Uniform3i_remap_index },
- { 17158, Uniform3iv_remap_index },
- { 38741, Uniform4f_remap_index },
- { 5603, Uniform4fv_remap_index },
- { 16555, Uniform4i_remap_index },
- { 40419, Uniform4iv_remap_index },
- { 3138, UniformMatrix2fv_remap_index },
- { 3572, UniformMatrix3fv_remap_index },
- { 39750, UniformMatrix4fv_remap_index },
- { 22709, UseProgram_remap_index },
- { 8696, ValidateProgram_remap_index },
- { 26094, VertexAttrib1d_remap_index },
- { 13809, VertexAttrib1dv_remap_index },
- { 26410, VertexAttrib1s_remap_index },
+ { 31436, Uniform2i_remap_index },
+ { 33288, Uniform2iv_remap_index },
+ { 3130, Uniform3f_remap_index },
+ { 13231, Uniform3fv_remap_index },
+ { 18685, Uniform3i_remap_index },
+ { 17235, Uniform3iv_remap_index },
+ { 38861, Uniform4f_remap_index },
+ { 5628, Uniform4fv_remap_index },
+ { 16632, Uniform4i_remap_index },
+ { 40539, Uniform4iv_remap_index },
+ { 3163, UniformMatrix2fv_remap_index },
+ { 3597, UniformMatrix3fv_remap_index },
+ { 39870, UniformMatrix4fv_remap_index },
+ { 22786, UseProgram_remap_index },
+ { 8759, ValidateProgram_remap_index },
+ { 26171, VertexAttrib1d_remap_index },
+ { 13888, VertexAttrib1dv_remap_index },
+ { 26487, VertexAttrib1s_remap_index },
{ 1701, VertexAttrib1sv_remap_index },
- { 31090, VertexAttrib2d_remap_index },
- { 5937, VertexAttrib2dv_remap_index },
- { 30830, VertexAttrib2s_remap_index },
- { 12549, VertexAttrib2sv_remap_index },
- { 3905, VertexAttrib3d_remap_index },
+ { 31176, VertexAttrib2d_remap_index },
+ { 5962, VertexAttrib2dv_remap_index },
+ { 30916, VertexAttrib2s_remap_index },
+ { 12628, VertexAttrib2sv_remap_index },
+ { 3930, VertexAttrib3d_remap_index },
{ 485, VertexAttrib3dv_remap_index },
- { 23497, VertexAttrib3s_remap_index },
- { 20796, VertexAttrib3sv_remap_index },
- { 4506, VertexAttrib4Nbv_remap_index },
- { 21765, VertexAttrib4Niv_remap_index },
- { 33861, VertexAttrib4Nsv_remap_index },
- { 5487, VertexAttrib4Nub_remap_index },
- { 36658, VertexAttrib4Nubv_remap_index },
- { 39878, VertexAttrib4Nuiv_remap_index },
- { 5980, VertexAttrib4Nusv_remap_index },
- { 34355, VertexAttrib4bv_remap_index },
- { 22220, VertexAttrib4d_remap_index },
- { 21184, VertexAttrib4dv_remap_index },
- { 17427, VertexAttrib4iv_remap_index },
- { 22583, VertexAttrib4s_remap_index },
- { 29587, VertexAttrib4sv_remap_index },
- { 32726, VertexAttrib4ubv_remap_index },
- { 33816, VertexAttrib4uiv_remap_index },
- { 5239, VertexAttrib4usv_remap_index },
- { 18356, VertexAttribPointer_remap_index },
- { 26306, UniformMatrix2x3fv_remap_index },
- { 33023, UniformMatrix2x4fv_remap_index },
- { 39797, UniformMatrix3x2fv_remap_index },
- { 36800, UniformMatrix3x4fv_remap_index },
- { 18681, UniformMatrix4x2fv_remap_index },
- { 3650, UniformMatrix4x3fv_remap_index },
- { 20346, BeginConditionalRender_remap_index },
- { 8935, BeginTransformFeedback_remap_index },
- { 30727, BindBufferBase_remap_index },
- { 30354, BindBufferRange_remap_index },
+ { 23574, VertexAttrib3s_remap_index },
+ { 20873, VertexAttrib3sv_remap_index },
+ { 4531, VertexAttrib4Nbv_remap_index },
+ { 21842, VertexAttrib4Niv_remap_index },
+ { 33981, VertexAttrib4Nsv_remap_index },
+ { 5512, VertexAttrib4Nub_remap_index },
+ { 36778, VertexAttrib4Nubv_remap_index },
+ { 39998, VertexAttrib4Nuiv_remap_index },
+ { 6005, VertexAttrib4Nusv_remap_index },
+ { 34475, VertexAttrib4bv_remap_index },
+ { 22297, VertexAttrib4d_remap_index },
+ { 21261, VertexAttrib4dv_remap_index },
+ { 17504, VertexAttrib4iv_remap_index },
+ { 22660, VertexAttrib4s_remap_index },
+ { 29673, VertexAttrib4sv_remap_index },
+ { 32812, VertexAttrib4ubv_remap_index },
+ { 33936, VertexAttrib4uiv_remap_index },
+ { 5264, VertexAttrib4usv_remap_index },
+ { 18433, VertexAttribPointer_remap_index },
+ { 26383, UniformMatrix2x3fv_remap_index },
+ { 33109, UniformMatrix2x4fv_remap_index },
+ { 39917, UniformMatrix3x2fv_remap_index },
+ { 36920, UniformMatrix3x4fv_remap_index },
+ { 18758, UniformMatrix4x2fv_remap_index },
+ { 3675, UniformMatrix4x3fv_remap_index },
+ { 20423, BeginConditionalRender_remap_index },
+ { 8998, BeginTransformFeedback_remap_index },
+ { 30813, BindBufferBase_remap_index },
+ { 30440, BindBufferRange_remap_index },
{ 1744, BindFragDataLocation_remap_index },
- { 6375, ClampColor_remap_index },
- { 6910, ClearBufferfi_remap_index },
- { 20865, ClearBufferfv_remap_index },
- { 35498, ClearBufferiv_remap_index },
- { 15611, ClearBufferuiv_remap_index },
- { 9093, ColorMaski_remap_index },
- { 29465, Disablei_remap_index },
- { 15923, Enablei_remap_index },
- { 31643, EndConditionalRender_remap_index },
- { 28546, EndTransformFeedback_remap_index },
- { 16781, GetBooleani_v_remap_index },
- { 23205, GetFragDataLocation_remap_index },
- { 35748, GetIntegeri_v_remap_index },
- { 23764, GetStringi_remap_index },
- { 29708, GetTexParameterIiv_remap_index },
- { 13603, GetTexParameterIuiv_remap_index },
- { 7834, GetTransformFeedbackVarying_remap_index },
- { 9974, GetUniformuiv_remap_index },
- { 37580, GetVertexAttribIiv_remap_index },
- { 2833, GetVertexAttribIuiv_remap_index },
- { 37977, IsEnabledi_remap_index },
- { 10376, TexParameterIiv_remap_index },
- { 37241, TexParameterIuiv_remap_index },
- { 3355, TransformFeedbackVaryings_remap_index },
- { 15681, Uniform1ui_remap_index },
- { 17064, Uniform1uiv_remap_index },
- { 24386, Uniform2ui_remap_index },
- { 15533, Uniform2uiv_remap_index },
- { 38035, Uniform3ui_remap_index },
- { 30015, Uniform3uiv_remap_index },
- { 4654, Uniform4ui_remap_index },
- { 25610, Uniform4uiv_remap_index },
- { 7239, VertexAttribI1iv_remap_index },
- { 20458, VertexAttribI1uiv_remap_index },
- { 5043, VertexAttribI4bv_remap_index },
- { 8792, VertexAttribI4sv_remap_index },
- { 24117, VertexAttribI4ubv_remap_index },
+ { 6400, ClampColor_remap_index },
+ { 6935, ClearBufferfi_remap_index },
+ { 20942, ClearBufferfv_remap_index },
+ { 35618, ClearBufferiv_remap_index },
+ { 15688, ClearBufferuiv_remap_index },
+ { 9156, ColorMaski_remap_index },
+ { 29551, Disablei_remap_index },
+ { 16000, Enablei_remap_index },
+ { 31729, EndConditionalRender_remap_index },
+ { 28632, EndTransformFeedback_remap_index },
+ { 16858, GetBooleani_v_remap_index },
+ { 23282, GetFragDataLocation_remap_index },
+ { 35868, GetIntegeri_v_remap_index },
+ { 23841, GetStringi_remap_index },
+ { 29794, GetTexParameterIiv_remap_index },
+ { 13682, GetTexParameterIuiv_remap_index },
+ { 7887, GetTransformFeedbackVarying_remap_index },
+ { 10053, GetUniformuiv_remap_index },
+ { 37700, GetVertexAttribIiv_remap_index },
+ { 2858, GetVertexAttribIuiv_remap_index },
+ { 38097, IsEnabledi_remap_index },
+ { 10455, TexParameterIiv_remap_index },
+ { 37361, TexParameterIuiv_remap_index },
+ { 3380, TransformFeedbackVaryings_remap_index },
+ { 15758, Uniform1ui_remap_index },
+ { 17141, Uniform1uiv_remap_index },
+ { 24463, Uniform2ui_remap_index },
+ { 15610, Uniform2uiv_remap_index },
+ { 38155, Uniform3ui_remap_index },
+ { 30101, Uniform3uiv_remap_index },
+ { 4679, Uniform4ui_remap_index },
+ { 25687, Uniform4uiv_remap_index },
+ { 7292, VertexAttribI1iv_remap_index },
+ { 20535, VertexAttribI1uiv_remap_index },
+ { 5068, VertexAttribI4bv_remap_index },
+ { 8855, VertexAttribI4sv_remap_index },
+ { 24194, VertexAttribI4ubv_remap_index },
{ 1798, VertexAttribI4usv_remap_index },
- { 36941, VertexAttribIPointer_remap_index },
- { 35412, PrimitiveRestartIndex_remap_index },
+ { 37061, VertexAttribIPointer_remap_index },
+ { 35532, PrimitiveRestartIndex_remap_index },
{ 344, TexBuffer_remap_index },
- { 6171, FramebufferTexture_remap_index },
- { 31483, GetBufferParameteri64v_remap_index },
- { 12045, GetInteger64i_v_remap_index },
- { 3774, VertexAttribDivisor_remap_index },
- { 35104, MinSampleShading_remap_index },
- { 27861, BindProgramARB_remap_index },
- { 32254, DeleteProgramsARB_remap_index },
- { 16087, GenProgramsARB_remap_index },
- { 11677, GetProgramEnvParameterdvARB_remap_index },
- { 27991, GetProgramEnvParameterfvARB_remap_index },
- { 32863, GetProgramLocalParameterdvARB_remap_index },
- { 9890, GetProgramLocalParameterfvARB_remap_index },
- { 21837, GetProgramStringARB_remap_index },
- { 33151, GetProgramivARB_remap_index },
- { 33784, IsProgramARB_remap_index },
- { 23091, ProgramEnvParameter4dARB_remap_index },
- { 29942, ProgramEnvParameter4dvARB_remap_index },
- { 19767, ProgramEnvParameter4fARB_remap_index },
- { 10801, ProgramEnvParameter4fvARB_remap_index },
- { 4551, ProgramLocalParameter4dARB_remap_index },
- { 15155, ProgramLocalParameter4dvARB_remap_index },
- { 35519, ProgramLocalParameter4fARB_remap_index },
- { 30894, ProgramLocalParameter4fvARB_remap_index },
- { 33946, ProgramStringARB_remap_index },
- { 4849, VertexAttrib1fARB_remap_index },
- { 34843, VertexAttrib1fvARB_remap_index },
+ { 6196, FramebufferTexture_remap_index },
+ { 31569, GetBufferParameteri64v_remap_index },
+ { 12124, GetInteger64i_v_remap_index },
+ { 3799, VertexAttribDivisor_remap_index },
+ { 35224, MinSampleShading_remap_index },
+ { 27947, BindProgramARB_remap_index },
+ { 32340, DeleteProgramsARB_remap_index },
+ { 16164, GenProgramsARB_remap_index },
+ { 11756, GetProgramEnvParameterdvARB_remap_index },
+ { 28077, GetProgramEnvParameterfvARB_remap_index },
+ { 32949, GetProgramLocalParameterdvARB_remap_index },
+ { 9969, GetProgramLocalParameterfvARB_remap_index },
+ { 21914, GetProgramStringARB_remap_index },
+ { 33237, GetProgramivARB_remap_index },
+ { 33904, IsProgramARB_remap_index },
+ { 23168, ProgramEnvParameter4dARB_remap_index },
+ { 30028, ProgramEnvParameter4dvARB_remap_index },
+ { 19844, ProgramEnvParameter4fARB_remap_index },
+ { 10880, ProgramEnvParameter4fvARB_remap_index },
+ { 4576, ProgramLocalParameter4dARB_remap_index },
+ { 15232, ProgramLocalParameter4dvARB_remap_index },
+ { 35639, ProgramLocalParameter4fARB_remap_index },
+ { 30980, ProgramLocalParameter4fvARB_remap_index },
+ { 34066, ProgramStringARB_remap_index },
+ { 4874, VertexAttrib1fARB_remap_index },
+ { 34963, VertexAttrib1fvARB_remap_index },
{ 1371, VertexAttrib2fARB_remap_index },
- { 9817, VertexAttrib2fvARB_remap_index },
+ { 9896, VertexAttrib2fvARB_remap_index },
{ 1458, VertexAttrib3fARB_remap_index },
- { 26618, VertexAttrib3fvARB_remap_index },
- { 13362, VertexAttrib4fARB_remap_index },
- { 13766, VertexAttrib4fvARB_remap_index },
- { 10086, AttachObjectARB_remap_index },
- { 3545, CreateProgramObjectARB_remap_index },
- { 37435, CreateShaderObjectARB_remap_index },
- { 16727, DeleteObjectARB_remap_index },
- { 28504, DetachObjectARB_remap_index },
- { 11262, GetAttachedObjectsARB_remap_index },
- { 11565, GetHandleARB_remap_index },
- { 39369, GetInfoLogARB_remap_index },
- { 38489, GetObjectParameterfvARB_remap_index },
- { 32653, GetObjectParameterivARB_remap_index },
- { 21281, DrawArraysInstancedARB_remap_index },
- { 8138, DrawElementsInstancedARB_remap_index },
- { 11761, BindFramebuffer_remap_index },
- { 33267, BindRenderbuffer_remap_index },
- { 37287, BlitFramebuffer_remap_index },
- { 27606, CheckFramebufferStatus_remap_index },
- { 33486, DeleteFramebuffers_remap_index },
- { 4922, DeleteRenderbuffers_remap_index },
- { 33694, FramebufferRenderbuffer_remap_index },
+ { 26704, VertexAttrib3fvARB_remap_index },
+ { 13441, VertexAttrib4fARB_remap_index },
+ { 13845, VertexAttrib4fvARB_remap_index },
+ { 10165, AttachObjectARB_remap_index },
+ { 3570, CreateProgramObjectARB_remap_index },
+ { 37555, CreateShaderObjectARB_remap_index },
+ { 16804, DeleteObjectARB_remap_index },
+ { 28590, DetachObjectARB_remap_index },
+ { 11341, GetAttachedObjectsARB_remap_index },
+ { 11644, GetHandleARB_remap_index },
+ { 39489, GetInfoLogARB_remap_index },
+ { 38609, GetObjectParameterfvARB_remap_index },
+ { 32739, GetObjectParameterivARB_remap_index },
+ { 21358, DrawArraysInstancedARB_remap_index },
+ { 8201, DrawElementsInstancedARB_remap_index },
+ { 11840, BindFramebuffer_remap_index },
+ { 33353, BindRenderbuffer_remap_index },
+ { 37407, BlitFramebuffer_remap_index },
+ { 27692, CheckFramebufferStatus_remap_index },
+ { 33572, DeleteFramebuffers_remap_index },
+ { 4947, DeleteRenderbuffers_remap_index },
+ { 33814, FramebufferRenderbuffer_remap_index },
{ 1315, FramebufferTexture1D_remap_index },
- { 27394, FramebufferTexture2D_remap_index },
- { 18835, FramebufferTexture3D_remap_index },
- { 14454, FramebufferTextureLayer_remap_index },
- { 25454, GenFramebuffers_remap_index },
- { 39653, GenRenderbuffers_remap_index },
- { 30051, GenerateMipmap_remap_index },
- { 19867, GetFramebufferAttachmentParameteriv_remap_index },
- { 39421, GetRenderbufferParameteriv_remap_index },
- { 25646, IsFramebuffer_remap_index },
- { 14209, IsRenderbuffer_remap_index },
+ { 27480, FramebufferTexture2D_remap_index },
+ { 18912, FramebufferTexture3D_remap_index },
+ { 14533, FramebufferTextureLayer_remap_index },
+ { 25531, GenFramebuffers_remap_index },
+ { 39773, GenRenderbuffers_remap_index },
+ { 30137, GenerateMipmap_remap_index },
+ { 19944, GetFramebufferAttachmentParameteriv_remap_index },
+ { 39541, GetRenderbufferParameteriv_remap_index },
+ { 25723, IsFramebuffer_remap_index },
+ { 14288, IsRenderbuffer_remap_index },
{ 2516, RenderbufferStorage_remap_index },
- { 15260, RenderbufferStorageMultisample_remap_index },
- { 30692, FramebufferTextureFaceARB_remap_index },
- { 19664, FlushMappedBufferRange_remap_index },
- { 35008, MapBufferRange_remap_index },
- { 18965, BindVertexArray_remap_index },
- { 24547, DeleteVertexArrays_remap_index },
- { 24182, GenVertexArrays_remap_index },
- { 20935, IsVertexArray_remap_index },
- { 13655, GetActiveUniformBlockName_remap_index },
- { 6272, GetActiveUniformBlockiv_remap_index },
- { 31959, GetActiveUniformName_remap_index },
- { 12443, GetActiveUniformsiv_remap_index },
- { 32447, GetUniformBlockIndex_remap_index },
- { 40045, GetUniformIndices_remap_index },
- { 5869, UniformBlockBinding_remap_index },
- { 36480, CopyBufferSubData_remap_index },
- { 37630, ClientWaitSync_remap_index },
+ { 15337, RenderbufferStorageMultisample_remap_index },
+ { 30778, FramebufferTextureFaceARB_remap_index },
+ { 19741, FlushMappedBufferRange_remap_index },
+ { 35128, MapBufferRange_remap_index },
+ { 19042, BindVertexArray_remap_index },
+ { 24624, DeleteVertexArrays_remap_index },
+ { 24259, GenVertexArrays_remap_index },
+ { 21012, IsVertexArray_remap_index },
+ { 13734, GetActiveUniformBlockName_remap_index },
+ { 6297, GetActiveUniformBlockiv_remap_index },
+ { 32045, GetActiveUniformName_remap_index },
+ { 12522, GetActiveUniformsiv_remap_index },
+ { 32533, GetUniformBlockIndex_remap_index },
+ { 40165, GetUniformIndices_remap_index },
+ { 5894, UniformBlockBinding_remap_index },
+ { 36600, CopyBufferSubData_remap_index },
+ { 37750, ClientWaitSync_remap_index },
{ 2749, DeleteSync_remap_index },
- { 8991, FenceSync_remap_index },
- { 17582, GetInteger64v_remap_index },
- { 26712, GetSynciv_remap_index },
- { 35384, IsSync_remap_index },
- { 40220, WaitSync_remap_index },
- { 36364, DrawElementsBaseVertex_remap_index },
- { 21889, DrawElementsInstancedBaseVertex_remap_index },
- { 36902, DrawRangeElementsBaseVertex_remap_index },
- { 31382, MultiDrawElementsBaseVertex_remap_index },
- { 19202, ProvokingVertex_remap_index },
- { 20994, GetMultisamplefv_remap_index },
- { 6027, SampleMaski_remap_index },
- { 7505, TexImage2DMultisample_remap_index },
- { 30124, TexImage3DMultisample_remap_index },
- { 30462, BlendEquationSeparateiARB_remap_index },
- { 21075, BlendEquationiARB_remap_index },
- { 14686, BlendFuncSeparateiARB_remap_index },
- { 11634, BlendFunciARB_remap_index },
- { 6515, BindFragDataLocationIndexed_remap_index },
- { 14847, GetFragDataIndex_remap_index },
- { 9956, BindSampler_remap_index },
- { 4828, DeleteSamplers_remap_index },
- { 9689, GenSamplers_remap_index },
- { 16494, GetSamplerParameterIiv_remap_index },
- { 22627, GetSamplerParameterIuiv_remap_index },
- { 5908, GetSamplerParameterfv_remap_index },
- { 30325, GetSamplerParameteriv_remap_index },
- { 16524, IsSampler_remap_index },
- { 18918, SamplerParameterIiv_remap_index },
- { 6088, SamplerParameterIuiv_remap_index },
- { 26358, SamplerParameterf_remap_index },
- { 19244, SamplerParameterfv_remap_index },
- { 26333, SamplerParameteri_remap_index },
- { 17192, SamplerParameteriv_remap_index },
- { 6222, GetQueryObjecti64v_remap_index },
+ { 9054, FenceSync_remap_index },
+ { 17659, GetInteger64v_remap_index },
+ { 26798, GetSynciv_remap_index },
+ { 35504, IsSync_remap_index },
+ { 40340, WaitSync_remap_index },
+ { 36484, DrawElementsBaseVertex_remap_index },
+ { 21966, DrawElementsInstancedBaseVertex_remap_index },
+ { 37022, DrawRangeElementsBaseVertex_remap_index },
+ { 31468, MultiDrawElementsBaseVertex_remap_index },
+ { 19279, ProvokingVertex_remap_index },
+ { 21071, GetMultisamplefv_remap_index },
+ { 6052, SampleMaski_remap_index },
+ { 7558, TexImage2DMultisample_remap_index },
+ { 30210, TexImage3DMultisample_remap_index },
+ { 30548, BlendEquationSeparateiARB_remap_index },
+ { 21152, BlendEquationiARB_remap_index },
+ { 14765, BlendFuncSeparateiARB_remap_index },
+ { 11713, BlendFunciARB_remap_index },
+ { 6540, BindFragDataLocationIndexed_remap_index },
+ { 14926, GetFragDataIndex_remap_index },
+ { 10035, BindSampler_remap_index },
+ { 4853, DeleteSamplers_remap_index },
+ { 9752, GenSamplers_remap_index },
+ { 16571, GetSamplerParameterIiv_remap_index },
+ { 22704, GetSamplerParameterIuiv_remap_index },
+ { 5933, GetSamplerParameterfv_remap_index },
+ { 30411, GetSamplerParameteriv_remap_index },
+ { 16601, IsSampler_remap_index },
+ { 18995, SamplerParameterIiv_remap_index },
+ { 6113, SamplerParameterIuiv_remap_index },
+ { 26435, SamplerParameterf_remap_index },
+ { 19321, SamplerParameterfv_remap_index },
+ { 26410, SamplerParameteri_remap_index },
+ { 17269, SamplerParameteriv_remap_index },
+ { 6247, GetQueryObjecti64v_remap_index },
{ 292, GetQueryObjectui64v_remap_index },
- { 7707, QueryCounter_remap_index },
- { 16589, ColorP3ui_remap_index },
- { 37224, ColorP3uiv_remap_index },
- { 24323, ColorP4ui_remap_index },
- { 15569, ColorP4uiv_remap_index },
- { 11237, MultiTexCoordP1ui_remap_index },
- { 14660, MultiTexCoordP1uiv_remap_index },
- { 20611, MultiTexCoordP2ui_remap_index },
- { 14779, MultiTexCoordP2uiv_remap_index },
- { 16124, MultiTexCoordP3ui_remap_index },
- { 12298, MultiTexCoordP3uiv_remap_index },
- { 25943, MultiTexCoordP4ui_remap_index },
- { 15749, MultiTexCoordP4uiv_remap_index },
- { 12219, NormalP3ui_remap_index },
- { 22410, NormalP3uiv_remap_index },
- { 29347, SecondaryColorP3ui_remap_index },
- { 22428, SecondaryColorP3uiv_remap_index },
+ { 7760, QueryCounter_remap_index },
+ { 16666, ColorP3ui_remap_index },
+ { 37344, ColorP3uiv_remap_index },
+ { 24400, ColorP4ui_remap_index },
+ { 15646, ColorP4uiv_remap_index },
+ { 11316, MultiTexCoordP1ui_remap_index },
+ { 14739, MultiTexCoordP1uiv_remap_index },
+ { 20688, MultiTexCoordP2ui_remap_index },
+ { 14858, MultiTexCoordP2uiv_remap_index },
+ { 16201, MultiTexCoordP3ui_remap_index },
+ { 12377, MultiTexCoordP3uiv_remap_index },
+ { 26020, MultiTexCoordP4ui_remap_index },
+ { 15826, MultiTexCoordP4uiv_remap_index },
+ { 12298, NormalP3ui_remap_index },
+ { 22487, NormalP3uiv_remap_index },
+ { 29433, SecondaryColorP3ui_remap_index },
+ { 22505, SecondaryColorP3uiv_remap_index },
{ 773, TexCoordP1ui_remap_index },
{ 2384, TexCoordP1uiv_remap_index },
- { 17020, TexCoordP2ui_remap_index },
- { 12949, TexCoordP2uiv_remap_index },
- { 14619, TexCoordP3ui_remap_index },
- { 24681, TexCoordP3uiv_remap_index },
+ { 17097, TexCoordP2ui_remap_index },
+ { 13028, TexCoordP2uiv_remap_index },
+ { 14698, TexCoordP3ui_remap_index },
+ { 24758, TexCoordP3uiv_remap_index },
{ 1646, TexCoordP4ui_remap_index },
- { 6787, TexCoordP4uiv_remap_index },
- { 14991, VertexAttribP1ui_remap_index },
- { 15418, VertexAttribP1uiv_remap_index },
- { 9664, VertexAttribP2ui_remap_index },
- { 34329, VertexAttribP2uiv_remap_index },
- { 5578, VertexAttribP3ui_remap_index },
- { 31270, VertexAttribP3uiv_remap_index },
- { 16435, VertexAttribP4ui_remap_index },
- { 18445, VertexAttribP4uiv_remap_index },
- { 6071, VertexP2ui_remap_index },
- { 37045, VertexP2uiv_remap_index },
- { 3338, VertexP3ui_remap_index },
- { 23479, VertexP3uiv_remap_index },
- { 11220, VertexP4ui_remap_index },
- { 38898, VertexP4uiv_remap_index },
- { 6616, BindTransformFeedback_remap_index },
- { 12095, DeleteTransformFeedbacks_remap_index },
- { 8110, DrawTransformFeedback_remap_index },
- { 11455, GenTransformFeedbacks_remap_index },
- { 35830, IsTransformFeedback_remap_index },
- { 30966, PauseTransformFeedback_remap_index },
- { 36107, ResumeTransformFeedback_remap_index },
+ { 6812, TexCoordP4uiv_remap_index },
+ { 15070, VertexAttribP1ui_remap_index },
+ { 15495, VertexAttribP1uiv_remap_index },
+ { 9727, VertexAttribP2ui_remap_index },
+ { 34449, VertexAttribP2uiv_remap_index },
+ { 5603, VertexAttribP3ui_remap_index },
+ { 31356, VertexAttribP3uiv_remap_index },
+ { 16512, VertexAttribP4ui_remap_index },
+ { 18522, VertexAttribP4uiv_remap_index },
+ { 6096, VertexP2ui_remap_index },
+ { 37165, VertexP2uiv_remap_index },
+ { 3363, VertexP3ui_remap_index },
+ { 23556, VertexP3uiv_remap_index },
+ { 11299, VertexP4ui_remap_index },
+ { 39018, VertexP4uiv_remap_index },
+ { 2765, DrawArraysIndirect_remap_index },
+ { 7013, DrawElementsIndirect_remap_index },
+ { 6641, BindTransformFeedback_remap_index },
+ { 12174, DeleteTransformFeedbacks_remap_index },
+ { 8173, DrawTransformFeedback_remap_index },
+ { 11534, GenTransformFeedbacks_remap_index },
+ { 35950, IsTransformFeedback_remap_index },
+ { 31052, PauseTransformFeedback_remap_index },
+ { 36227, ResumeTransformFeedback_remap_index },
{ 2404, BeginQueryIndexed_remap_index },
- { 27690, DrawTransformFeedbackStream_remap_index },
- { 17709, EndQueryIndexed_remap_index },
+ { 27776, DrawTransformFeedbackStream_remap_index },
+ { 17786, EndQueryIndexed_remap_index },
{ 228, GetQueryIndexediv_remap_index },
- { 32525, ClearDepthf_remap_index },
- { 8395, DepthRangef_remap_index },
- { 16748, GetShaderPrecisionFormat_remap_index },
- { 11822, ReleaseShaderCompiler_remap_index },
- { 12927, ShaderBinary_remap_index },
- { 19034, GetProgramBinary_remap_index },
- { 4588, ProgramBinary_remap_index },
- { 5191, ProgramParameteri_remap_index },
+ { 32611, ClearDepthf_remap_index },
+ { 8458, DepthRangef_remap_index },
+ { 16825, GetShaderPrecisionFormat_remap_index },
+ { 11901, ReleaseShaderCompiler_remap_index },
+ { 13006, ShaderBinary_remap_index },
+ { 19111, GetProgramBinary_remap_index },
+ { 4613, ProgramBinary_remap_index },
+ { 5216, ProgramParameteri_remap_index },
{ 1102, DebugMessageCallbackARB_remap_index },
- { 11583, DebugMessageControlARB_remap_index },
- { 39307, DebugMessageInsertARB_remap_index },
- { 3000, GetDebugMessageLogARB_remap_index },
- { 34273, GetGraphicsResetStatusARB_remap_index },
- { 29186, GetnColorTableARB_remap_index },
- { 9738, GetnCompressedTexImageARB_remap_index },
- { 4288, GetnConvolutionFilterARB_remap_index },
- { 18137, GetnHistogramARB_remap_index },
- { 27898, GetnMapdvARB_remap_index },
- { 34706, GetnMapfvARB_remap_index },
+ { 11662, DebugMessageControlARB_remap_index },
+ { 39427, DebugMessageInsertARB_remap_index },
+ { 3025, GetDebugMessageLogARB_remap_index },
+ { 34393, GetGraphicsResetStatusARB_remap_index },
+ { 29272, GetnColorTableARB_remap_index },
+ { 9817, GetnCompressedTexImageARB_remap_index },
+ { 4313, GetnConvolutionFilterARB_remap_index },
+ { 18214, GetnHistogramARB_remap_index },
+ { 27984, GetnMapdvARB_remap_index },
+ { 34826, GetnMapfvARB_remap_index },
{ 1973, GetnMapivARB_remap_index },
- { 20285, GetnMinmaxARB_remap_index },
- { 13873, GetnPixelMapfvARB_remap_index },
- { 22557, GetnPixelMapuivARB_remap_index },
- { 35358, GetnPixelMapusvARB_remap_index },
+ { 20362, GetnMinmaxARB_remap_index },
+ { 13952, GetnPixelMapfvARB_remap_index },
+ { 22634, GetnPixelMapuivARB_remap_index },
+ { 35478, GetnPixelMapusvARB_remap_index },
{ 1024, GetnPolygonStippleARB_remap_index },
- { 25027, GetnSeparableFilterARB_remap_index },
- { 39238, GetnTexImageARB_remap_index },
- { 21864, GetnUniformdvARB_remap_index },
- { 9022, GetnUniformfvARB_remap_index },
- { 11712, GetnUniformivARB_remap_index },
- { 26574, GetnUniformuivARB_remap_index },
- { 3185, ReadnPixelsARB_remap_index },
- { 22311, DrawArraysInstancedBaseInstance_remap_index },
- { 35270, DrawElementsInstancedBaseInstance_remap_index },
- { 9487, DrawElementsInstancedBaseVertexBaseInstance_remap_index },
- { 6932, DrawTransformFeedbackInstanced_remap_index },
- { 9772, DrawTransformFeedbackStreamInstanced_remap_index },
- { 35641, GetInternalformativ_remap_index },
- { 31311, GetActiveAtomicCounterBufferiv_remap_index },
+ { 25104, GetnSeparableFilterARB_remap_index },
+ { 39358, GetnTexImageARB_remap_index },
+ { 21941, GetnUniformdvARB_remap_index },
+ { 9085, GetnUniformfvARB_remap_index },
+ { 11791, GetnUniformivARB_remap_index },
+ { 8147, GetnUniformuivARB_remap_index },
+ { 3210, ReadnPixelsARB_remap_index },
+ { 22388, DrawArraysInstancedBaseInstance_remap_index },
+ { 35390, DrawElementsInstancedBaseInstance_remap_index },
+ { 9550, DrawElementsInstancedBaseVertexBaseInstance_remap_index },
+ { 6957, DrawTransformFeedbackInstanced_remap_index },
+ { 9851, DrawTransformFeedbackStreamInstanced_remap_index },
+ { 35761, GetInternalformativ_remap_index },
+ { 31397, GetActiveAtomicCounterBufferiv_remap_index },
{ 957, TexStorage1D_remap_index },
- { 5131, TexStorage2D_remap_index },
- { 18658, TexStorage3D_remap_index },
- { 5432, TextureStorage1DEXT_remap_index },
- { 6644, TextureStorage2DEXT_remap_index },
+ { 5156, TexStorage2D_remap_index },
+ { 18735, TexStorage3D_remap_index },
+ { 5457, TextureStorage1DEXT_remap_index },
+ { 6669, TextureStorage2DEXT_remap_index },
{ 1284, TextureStorage3DEXT_remap_index },
- { 40264, BindVertexBuffer_remap_index },
- { 8268, VertexAttribBinding_remap_index },
- { 12270, VertexAttribFormat_remap_index },
- { 21694, VertexAttribIFormat_remap_index },
- { 11427, VertexAttribLFormat_remap_index },
- { 33667, VertexBindingDivisor_remap_index },
- { 26213, TexBufferRange_remap_index },
- { 18411, TexStorage2DMultisample_remap_index },
- { 23256, TexStorage3DMultisample_remap_index },
- { 25062, InvalidateBufferData_remap_index },
- { 18577, InvalidateBufferSubData_remap_index },
- { 38070, InvalidateFramebuffer_remap_index },
- { 24245, InvalidateSubFramebuffer_remap_index },
- { 4629, InvalidateTexImage_remap_index },
- { 13505, InvalidateTexSubImage_remap_index },
- { 6988, PolygonOffsetEXT_remap_index },
- { 14586, DrawTexfOES_remap_index },
- { 11616, DrawTexfvOES_remap_index },
- { 3300, DrawTexiOES_remap_index },
- { 28260, DrawTexivOES_remap_index },
- { 24365, DrawTexsOES_remap_index },
- { 22515, DrawTexsvOES_remap_index },
- { 12528, DrawTexxOES_remap_index },
- { 12625, DrawTexxvOES_remap_index },
+ { 40384, BindVertexBuffer_remap_index },
+ { 8331, VertexAttribBinding_remap_index },
+ { 12349, VertexAttribFormat_remap_index },
+ { 21771, VertexAttribIFormat_remap_index },
+ { 11506, VertexAttribLFormat_remap_index },
+ { 33787, VertexBindingDivisor_remap_index },
+ { 15120, MultiDrawArraysIndirect_remap_index },
+ { 26651, MultiDrawElementsIndirect_remap_index },
+ { 26290, TexBufferRange_remap_index },
+ { 18488, TexStorage2DMultisample_remap_index },
+ { 23333, TexStorage3DMultisample_remap_index },
+ { 25139, InvalidateBufferData_remap_index },
+ { 18654, InvalidateBufferSubData_remap_index },
+ { 38190, InvalidateFramebuffer_remap_index },
+ { 24322, InvalidateSubFramebuffer_remap_index },
+ { 4654, InvalidateTexImage_remap_index },
+ { 13584, InvalidateTexSubImage_remap_index },
+ { 7041, PolygonOffsetEXT_remap_index },
+ { 14665, DrawTexfOES_remap_index },
+ { 11695, DrawTexfvOES_remap_index },
+ { 3325, DrawTexiOES_remap_index },
+ { 28346, DrawTexivOES_remap_index },
+ { 24442, DrawTexsOES_remap_index },
+ { 22592, DrawTexsvOES_remap_index },
+ { 12607, DrawTexxOES_remap_index },
+ { 12704, DrawTexxvOES_remap_index },
{ 2298, PointSizePointerOES_remap_index },
- { 12905, QueryMatrixxOES_remap_index },
- { 30577, SampleMaskSGIS_remap_index },
- { 24281, SamplePatternSGIS_remap_index },
- { 23431, ColorPointerEXT_remap_index },
- { 20909, EdgeFlagPointerEXT_remap_index },
- { 7215, IndexPointerEXT_remap_index },
- { 7809, NormalPointerEXT_remap_index },
- { 18205, TexCoordPointerEXT_remap_index },
- { 8738, VertexPointerEXT_remap_index },
- { 6551, DiscardFramebufferEXT_remap_index },
- { 38593, LockArraysEXT_remap_index },
- { 26193, UnlockArraysEXT_remap_index },
- { 7740, DebugMessageCallback_remap_index },
- { 34398, DebugMessageControl_remap_index },
- { 21434, DebugMessageInsert_remap_index },
- { 26958, GetDebugMessageLog_remap_index },
- { 25968, GetObjectLabel_remap_index },
- { 5105, GetObjectPtrLabel_remap_index },
- { 30946, ObjectLabel_remap_index },
- { 38673, ObjectPtrLabel_remap_index },
- { 25703, PopDebugGroup_remap_index },
- { 36135, PushDebugGroup_remap_index },
- { 33559, SecondaryColor3fEXT_remap_index },
- { 21584, SecondaryColor3fvEXT_remap_index },
- { 24847, MultiDrawElementsEXT_remap_index },
- { 5668, FogCoordfEXT_remap_index },
- { 32474, FogCoordfvEXT_remap_index },
- { 14638, ResizeBuffersMESA_remap_index },
- { 13032, WindowPos4dMESA_remap_index },
- { 7011, WindowPos4dvMESA_remap_index },
- { 16242, WindowPos4fMESA_remap_index },
- { 37131, WindowPos4fvMESA_remap_index },
- { 36634, WindowPos4iMESA_remap_index },
- { 14432, WindowPos4ivMESA_remap_index },
- { 22533, WindowPos4sMESA_remap_index },
- { 3523, WindowPos4svMESA_remap_index },
- { 22826, MultiModeDrawArraysIBM_remap_index },
- { 34795, MultiModeDrawElementsIBM_remap_index },
- { 38283, AreProgramsResidentNV_remap_index },
- { 25169, ExecuteProgramNV_remap_index },
- { 19368, GetProgramParameterdvNV_remap_index },
- { 12411, GetProgramParameterfvNV_remap_index },
- { 31244, GetProgramStringNV_remap_index },
- { 28876, GetProgramivNV_remap_index },
- { 28026, GetTrackMatrixivNV_remap_index },
- { 12068, GetVertexAttribdvNV_remap_index },
- { 22264, GetVertexAttribfvNV_remap_index },
- { 21810, GetVertexAttribivNV_remap_index },
- { 11186, LoadProgramNV_remap_index },
- { 33312, ProgramParameters4dvNV_remap_index },
- { 34922, ProgramParameters4fvNV_remap_index },
- { 24649, RequestResidentProgramsNV_remap_index },
+ { 12984, QueryMatrixxOES_remap_index },
+ { 30663, SampleMaskSGIS_remap_index },
+ { 24358, SamplePatternSGIS_remap_index },
+ { 23508, ColorPointerEXT_remap_index },
+ { 20986, EdgeFlagPointerEXT_remap_index },
+ { 7268, IndexPointerEXT_remap_index },
+ { 7862, NormalPointerEXT_remap_index },
+ { 18282, TexCoordPointerEXT_remap_index },
+ { 8801, VertexPointerEXT_remap_index },
+ { 6576, DiscardFramebufferEXT_remap_index },
+ { 38713, LockArraysEXT_remap_index },
+ { 26270, UnlockArraysEXT_remap_index },
+ { 7793, DebugMessageCallback_remap_index },
+ { 34518, DebugMessageControl_remap_index },
+ { 21511, DebugMessageInsert_remap_index },
+ { 27044, GetDebugMessageLog_remap_index },
+ { 26045, GetObjectLabel_remap_index },
+ { 5130, GetObjectPtrLabel_remap_index },
+ { 31032, ObjectLabel_remap_index },
+ { 38793, ObjectPtrLabel_remap_index },
+ { 25780, PopDebugGroup_remap_index },
+ { 36255, PushDebugGroup_remap_index },
+ { 33679, SecondaryColor3fEXT_remap_index },
+ { 21661, SecondaryColor3fvEXT_remap_index },
+ { 24924, MultiDrawElementsEXT_remap_index },
+ { 5693, FogCoordfEXT_remap_index },
+ { 32560, FogCoordfvEXT_remap_index },
+ { 14717, ResizeBuffersMESA_remap_index },
+ { 13111, WindowPos4dMESA_remap_index },
+ { 7064, WindowPos4dvMESA_remap_index },
+ { 16319, WindowPos4fMESA_remap_index },
+ { 37251, WindowPos4fvMESA_remap_index },
+ { 36754, WindowPos4iMESA_remap_index },
+ { 14511, WindowPos4ivMESA_remap_index },
+ { 22610, WindowPos4sMESA_remap_index },
+ { 3548, WindowPos4svMESA_remap_index },
+ { 22903, MultiModeDrawArraysIBM_remap_index },
+ { 34915, MultiModeDrawElementsIBM_remap_index },
+ { 38403, AreProgramsResidentNV_remap_index },
+ { 25246, ExecuteProgramNV_remap_index },
+ { 19445, GetProgramParameterdvNV_remap_index },
+ { 12490, GetProgramParameterfvNV_remap_index },
+ { 31330, GetProgramStringNV_remap_index },
+ { 28962, GetProgramivNV_remap_index },
+ { 28112, GetTrackMatrixivNV_remap_index },
+ { 12147, GetVertexAttribdvNV_remap_index },
+ { 22341, GetVertexAttribfvNV_remap_index },
+ { 21887, GetVertexAttribivNV_remap_index },
+ { 11265, LoadProgramNV_remap_index },
+ { 33398, ProgramParameters4dvNV_remap_index },
+ { 35042, ProgramParameters4fvNV_remap_index },
+ { 24726, RequestResidentProgramsNV_remap_index },
{ 463, TrackMatrixNV_remap_index },
- { 12810, VertexAttrib1dNV_remap_index },
- { 15633, VertexAttrib1dvNV_remap_index },
- { 30640, VertexAttrib1fNV_remap_index },
- { 15657, VertexAttrib1fvNV_remap_index },
- { 37188, VertexAttrib1sNV_remap_index },
- { 26731, VertexAttrib1svNV_remap_index },
- { 37719, VertexAttrib2dNV_remap_index },
- { 22685, VertexAttrib2dvNV_remap_index },
- { 24064, VertexAttrib2fNV_remap_index },
- { 15131, VertexAttrib2fvNV_remap_index },
- { 7553, VertexAttrib2sNV_remap_index },
- { 22352, VertexAttrib2svNV_remap_index },
- { 13243, VertexAttrib3dNV_remap_index },
- { 38465, VertexAttrib3dvNV_remap_index },
- { 19400, VertexAttrib3fNV_remap_index },
- { 29213, VertexAttrib3fvNV_remap_index },
- { 27919, VertexAttrib3sNV_remap_index },
- { 28053, VertexAttrib3svNV_remap_index },
- { 34769, VertexAttrib4dNV_remap_index },
- { 12833, VertexAttrib4dvNV_remap_index },
- { 5361, VertexAttrib4fNV_remap_index },
- { 23374, VertexAttrib4fvNV_remap_index },
- { 31869, VertexAttrib4sNV_remap_index },
+ { 12889, VertexAttrib1dNV_remap_index },
+ { 15710, VertexAttrib1dvNV_remap_index },
+ { 30726, VertexAttrib1fNV_remap_index },
+ { 15734, VertexAttrib1fvNV_remap_index },
+ { 37308, VertexAttrib1sNV_remap_index },
+ { 26817, VertexAttrib1svNV_remap_index },
+ { 37839, VertexAttrib2dNV_remap_index },
+ { 22762, VertexAttrib2dvNV_remap_index },
+ { 24141, VertexAttrib2fNV_remap_index },
+ { 15208, VertexAttrib2fvNV_remap_index },
+ { 7606, VertexAttrib2sNV_remap_index },
+ { 22429, VertexAttrib2svNV_remap_index },
+ { 13322, VertexAttrib3dNV_remap_index },
+ { 38585, VertexAttrib3dvNV_remap_index },
+ { 19477, VertexAttrib3fNV_remap_index },
+ { 29299, VertexAttrib3fvNV_remap_index },
+ { 28005, VertexAttrib3sNV_remap_index },
+ { 28139, VertexAttrib3svNV_remap_index },
+ { 34889, VertexAttrib4dNV_remap_index },
+ { 12912, VertexAttrib4dvNV_remap_index },
+ { 5386, VertexAttrib4fNV_remap_index },
+ { 23451, VertexAttrib4fvNV_remap_index },
+ { 31955, VertexAttrib4sNV_remap_index },
{ 1132, VertexAttrib4svNV_remap_index },
- { 6304, VertexAttrib4ubNV_remap_index },
+ { 6329, VertexAttrib4ubNV_remap_index },
{ 579, VertexAttrib4ubvNV_remap_index },
- { 25423, VertexAttribPointerNV_remap_index },
+ { 25500, VertexAttribPointerNV_remap_index },
{ 2171, VertexAttribs1dvNV_remap_index },
- { 22454, VertexAttribs1fvNV_remap_index },
- { 24339, VertexAttribs1svNV_remap_index },
- { 12324, VertexAttribs2dvNV_remap_index },
- { 36035, VertexAttribs2fvNV_remap_index },
- { 4690, VertexAttribs2svNV_remap_index },
- { 6807, VertexAttribs3dvNV_remap_index },
- { 11511, VertexAttribs3fvNV_remap_index },
- { 12244, VertexAttribs3svNV_remap_index },
- { 20770, VertexAttribs4dvNV_remap_index },
- { 6833, VertexAttribs4fvNV_remap_index },
- { 39627, VertexAttribs4svNV_remap_index },
- { 35670, VertexAttribs4ubvNV_remap_index },
- { 27830, GetTexBumpParameterfvATI_remap_index },
- { 40071, GetTexBumpParameterivATI_remap_index },
- { 21965, TexBumpParameterfvATI_remap_index },
- { 24466, TexBumpParameterivATI_remap_index },
- { 18089, AlphaFragmentOp1ATI_remap_index },
- { 30529, AlphaFragmentOp2ATI_remap_index },
- { 29129, AlphaFragmentOp3ATI_remap_index },
- { 16215, BeginFragmentShaderATI_remap_index },
- { 24976, BindFragmentShaderATI_remap_index },
- { 7311, ColorFragmentOp1ATI_remap_index },
- { 7426, ColorFragmentOp2ATI_remap_index },
- { 38170, ColorFragmentOp3ATI_remap_index },
- { 7133, DeleteFragmentShaderATI_remap_index },
- { 40373, EndFragmentShaderATI_remap_index },
- { 27758, GenFragmentShadersATI_remap_index },
- { 30283, PassTexCoordATI_remap_index },
- { 8676, SampleMapATI_remap_index },
- { 32324, SetFragmentShaderConstantATI_remap_index },
- { 34598, ActiveStencilFaceEXT_remap_index },
- { 32837, BindVertexArrayAPPLE_remap_index },
- { 19825, GenVertexArraysAPPLE_remap_index },
+ { 22531, VertexAttribs1fvNV_remap_index },
+ { 24416, VertexAttribs1svNV_remap_index },
+ { 12403, VertexAttribs2dvNV_remap_index },
+ { 36155, VertexAttribs2fvNV_remap_index },
+ { 4715, VertexAttribs2svNV_remap_index },
+ { 6832, VertexAttribs3dvNV_remap_index },
+ { 11590, VertexAttribs3fvNV_remap_index },
+ { 12323, VertexAttribs3svNV_remap_index },
+ { 20847, VertexAttribs4dvNV_remap_index },
+ { 6858, VertexAttribs4fvNV_remap_index },
+ { 39747, VertexAttribs4svNV_remap_index },
+ { 35790, VertexAttribs4ubvNV_remap_index },
+ { 27916, GetTexBumpParameterfvATI_remap_index },
+ { 40191, GetTexBumpParameterivATI_remap_index },
+ { 22042, TexBumpParameterfvATI_remap_index },
+ { 24543, TexBumpParameterivATI_remap_index },
+ { 18166, AlphaFragmentOp1ATI_remap_index },
+ { 30615, AlphaFragmentOp2ATI_remap_index },
+ { 29215, AlphaFragmentOp3ATI_remap_index },
+ { 16292, BeginFragmentShaderATI_remap_index },
+ { 25053, BindFragmentShaderATI_remap_index },
+ { 7364, ColorFragmentOp1ATI_remap_index },
+ { 7479, ColorFragmentOp2ATI_remap_index },
+ { 38290, ColorFragmentOp3ATI_remap_index },
+ { 7186, DeleteFragmentShaderATI_remap_index },
+ { 40493, EndFragmentShaderATI_remap_index },
+ { 27844, GenFragmentShadersATI_remap_index },
+ { 30369, PassTexCoordATI_remap_index },
+ { 8739, SampleMapATI_remap_index },
+ { 32410, SetFragmentShaderConstantATI_remap_index },
+ { 34718, ActiveStencilFaceEXT_remap_index },
+ { 32923, BindVertexArrayAPPLE_remap_index },
+ { 19902, GenVertexArraysAPPLE_remap_index },
{ 620, GetProgramNamedParameterdvNV_remap_index },
- { 4021, GetProgramNamedParameterfvNV_remap_index },
- { 32103, ProgramNamedParameter4dNV_remap_index },
- { 16826, ProgramNamedParameter4dvNV_remap_index },
- { 10690, ProgramNamedParameter4fNV_remap_index },
- { 13731, ProgramNamedParameter4fvNV_remap_index },
- { 20886, PrimitiveRestartNV_remap_index },
- { 18049, GetTexGenxvOES_remap_index },
- { 14019, TexGenxOES_remap_index },
- { 32960, TexGenxvOES_remap_index },
- { 28855, DepthBoundsEXT_remap_index },
- { 17039, BindFramebufferEXT_remap_index },
- { 30614, BindRenderbufferEXT_remap_index },
- { 16605, BufferParameteriAPPLE_remap_index },
- { 23007, FlushMappedBufferRangeAPPLE_remap_index },
- { 21722, VertexAttribI1iEXT_remap_index },
+ { 4046, GetProgramNamedParameterfvNV_remap_index },
+ { 32189, ProgramNamedParameter4dNV_remap_index },
+ { 16903, ProgramNamedParameter4dvNV_remap_index },
+ { 10769, ProgramNamedParameter4fNV_remap_index },
+ { 13810, ProgramNamedParameter4fvNV_remap_index },
+ { 20963, PrimitiveRestartNV_remap_index },
+ { 18126, GetTexGenxvOES_remap_index },
+ { 14098, TexGenxOES_remap_index },
+ { 33046, TexGenxvOES_remap_index },
+ { 28941, DepthBoundsEXT_remap_index },
+ { 17116, BindFramebufferEXT_remap_index },
+ { 30700, BindRenderbufferEXT_remap_index },
+ { 16682, BufferParameteriAPPLE_remap_index },
+ { 23084, FlushMappedBufferRangeAPPLE_remap_index },
+ { 21799, VertexAttribI1iEXT_remap_index },
{ 2656, VertexAttribI1uiEXT_remap_index },
- { 34160, VertexAttribI2iEXT_remap_index },
- { 28368, VertexAttribI2ivEXT_remap_index },
- { 14142, VertexAttribI2uiEXT_remap_index },
- { 27944, VertexAttribI2uivEXT_remap_index },
- { 31598, VertexAttribI3iEXT_remap_index },
- { 36857, VertexAttribI3ivEXT_remap_index },
- { 3727, VertexAttribI3uiEXT_remap_index },
- { 36753, VertexAttribI3uivEXT_remap_index },
- { 24420, VertexAttribI4iEXT_remap_index },
- { 20036, VertexAttribI4ivEXT_remap_index },
+ { 34280, VertexAttribI2iEXT_remap_index },
+ { 28454, VertexAttribI2ivEXT_remap_index },
+ { 14221, VertexAttribI2uiEXT_remap_index },
+ { 28030, VertexAttribI2uivEXT_remap_index },
+ { 31684, VertexAttribI3iEXT_remap_index },
+ { 36977, VertexAttribI3ivEXT_remap_index },
+ { 3752, VertexAttribI3uiEXT_remap_index },
+ { 36873, VertexAttribI3uivEXT_remap_index },
+ { 24497, VertexAttribI4iEXT_remap_index },
+ { 20113, VertexAttribI4ivEXT_remap_index },
{ 54, VertexAttribI4uiEXT_remap_index },
- { 39580, VertexAttribI4uivEXT_remap_index },
- { 11737, ClearColorIiEXT_remap_index },
- { 3880, ClearColorIuiEXT_remap_index },
- { 10014, BindBufferOffsetEXT_remap_index },
- { 27131, BeginPerfMonitorAMD_remap_index },
- { 38218, DeletePerfMonitorsAMD_remap_index },
- { 20262, EndPerfMonitorAMD_remap_index },
- { 31438, GenPerfMonitorsAMD_remap_index },
- { 6687, GetPerfMonitorCounterDataAMD_remap_index },
- { 5788, GetPerfMonitorCounterInfoAMD_remap_index },
- { 39067, GetPerfMonitorCounterStringAMD_remap_index },
- { 22480, GetPerfMonitorCountersAMD_remap_index },
- { 13406, GetPerfMonitorGroupStringAMD_remap_index },
- { 37671, GetPerfMonitorGroupsAMD_remap_index },
- { 29034, SelectPerfMonitorCountersAMD_remap_index },
- { 13555, GetObjectParameterivAPPLE_remap_index },
- { 37801, ObjectPurgeableAPPLE_remap_index },
- { 7380, ObjectUnpurgeableAPPLE_remap_index },
- { 20636, ActiveProgramEXT_remap_index },
+ { 39700, VertexAttribI4uivEXT_remap_index },
+ { 11816, ClearColorIiEXT_remap_index },
+ { 3905, ClearColorIuiEXT_remap_index },
+ { 10093, BindBufferOffsetEXT_remap_index },
+ { 27217, BeginPerfMonitorAMD_remap_index },
+ { 38338, DeletePerfMonitorsAMD_remap_index },
+ { 20339, EndPerfMonitorAMD_remap_index },
+ { 31524, GenPerfMonitorsAMD_remap_index },
+ { 6712, GetPerfMonitorCounterDataAMD_remap_index },
+ { 5813, GetPerfMonitorCounterInfoAMD_remap_index },
+ { 39187, GetPerfMonitorCounterStringAMD_remap_index },
+ { 22557, GetPerfMonitorCountersAMD_remap_index },
+ { 13485, GetPerfMonitorGroupStringAMD_remap_index },
+ { 37791, GetPerfMonitorGroupsAMD_remap_index },
+ { 29120, SelectPerfMonitorCountersAMD_remap_index },
+ { 13634, GetObjectParameterivAPPLE_remap_index },
+ { 37921, ObjectPurgeableAPPLE_remap_index },
+ { 7433, ObjectUnpurgeableAPPLE_remap_index },
+ { 20713, ActiveProgramEXT_remap_index },
{ 1944, CreateShaderProgramEXT_remap_index },
- { 34303, UseShaderProgramEXT_remap_index },
- { 39046, TextureBarrierNV_remap_index },
- { 8094, VDPAUFiniNV_remap_index },
- { 3034, VDPAUGetSurfaceivNV_remap_index },
- { 6970, VDPAUInitNV_remap_index },
- { 16950, VDPAUIsSurfaceNV_remap_index },
- { 25551, VDPAUMapSurfacesNV_remap_index },
- { 11100, VDPAURegisterOutputSurfaceNV_remap_index },
- { 6580, VDPAURegisterVideoSurfaceNV_remap_index },
- { 32297, VDPAUSurfaceAccessNV_remap_index },
- { 29667, VDPAUUnmapSurfacesNV_remap_index },
- { 25291, VDPAUUnregisterSurfaceNV_remap_index },
- { 34658, StencilFuncSeparateATI_remap_index },
- { 21503, ProgramEnvParameters4fvEXT_remap_index },
- { 20309, ProgramLocalParameters4fvEXT_remap_index },
- { 28325, EGLImageTargetRenderbufferStorageOES_remap_index },
- { 14109, EGLImageTargetTexture2DOES_remap_index },
- { 28166, AlphaFuncx_remap_index },
- { 20574, ClearColorx_remap_index },
- { 25576, ClearDepthx_remap_index },
- { 10473, Color4x_remap_index },
- { 8024, DepthRangex_remap_index },
- { 40148, Fogx_remap_index },
- { 37063, Fogxv_remap_index },
- { 35697, Frustumf_remap_index },
- { 3948, Frustumx_remap_index },
- { 31563, LightModelx_remap_index },
- { 35793, LightModelxv_remap_index },
- { 25865, Lightx_remap_index },
- { 13124, Lightxv_remap_index },
+ { 34423, UseShaderProgramEXT_remap_index },
+ { 39166, TextureBarrierNV_remap_index },
+ { 9787, VDPAUFiniNV_remap_index },
+ { 3059, VDPAUGetSurfaceivNV_remap_index },
+ { 6995, VDPAUInitNV_remap_index },
+ { 17027, VDPAUIsSurfaceNV_remap_index },
+ { 25628, VDPAUMapSurfacesNV_remap_index },
+ { 11179, VDPAURegisterOutputSurfaceNV_remap_index },
+ { 6605, VDPAURegisterVideoSurfaceNV_remap_index },
+ { 32383, VDPAUSurfaceAccessNV_remap_index },
+ { 29753, VDPAUUnmapSurfacesNV_remap_index },
+ { 25368, VDPAUUnregisterSurfaceNV_remap_index },
+ { 34778, StencilFuncSeparateATI_remap_index },
+ { 21580, ProgramEnvParameters4fvEXT_remap_index },
+ { 20386, ProgramLocalParameters4fvEXT_remap_index },
+ { 28411, EGLImageTargetRenderbufferStorageOES_remap_index },
+ { 14188, EGLImageTargetTexture2DOES_remap_index },
+ { 28252, AlphaFuncx_remap_index },
+ { 20651, ClearColorx_remap_index },
+ { 25653, ClearDepthx_remap_index },
+ { 10552, Color4x_remap_index },
+ { 8077, DepthRangex_remap_index },
+ { 40268, Fogx_remap_index },
+ { 37183, Fogxv_remap_index },
+ { 35817, Frustumf_remap_index },
+ { 3973, Frustumx_remap_index },
+ { 31649, LightModelx_remap_index },
+ { 35913, LightModelxv_remap_index },
+ { 25942, Lightx_remap_index },
+ { 13203, Lightxv_remap_index },
{ 2139, LineWidthx_remap_index },
- { 15041, LoadMatrixx_remap_index },
- { 26680, Materialx_remap_index },
- { 16693, Materialxv_remap_index },
- { 22376, MultMatrixx_remap_index },
- { 33971, MultiTexCoord4x_remap_index },
- { 13268, Normal3x_remap_index },
- { 10727, Orthof_remap_index },
+ { 4755, LoadMatrixx_remap_index },
+ { 26766, Materialx_remap_index },
+ { 16770, Materialxv_remap_index },
+ { 22453, MultMatrixx_remap_index },
+ { 34091, MultiTexCoord4x_remap_index },
+ { 13347, Normal3x_remap_index },
+ { 10806, Orthof_remap_index },
{ 1413, Orthox_remap_index },
- { 35326, PointSizex_remap_index },
- { 4465, PolygonOffsetx_remap_index },
- { 30663, Rotatex_remap_index },
- { 8456, SampleCoveragex_remap_index },
- { 7033, Scalex_remap_index },
- { 22123, TexEnvx_remap_index },
- { 24790, TexEnvxv_remap_index },
- { 6116, TexParameterx_remap_index },
- { 34624, Translatex_remap_index },
- { 38968, ClipPlanef_remap_index },
- { 38708, ClipPlanex_remap_index },
- { 18317, GetClipPlanef_remap_index },
- { 4339, GetClipPlanex_remap_index },
- { 33236, GetFixedv_remap_index },
- { 4730, GetLightxv_remap_index },
- { 4142, GetMaterialxv_remap_index },
- { 29311, GetTexEnvxv_remap_index },
- { 21359, GetTexParameterxv_remap_index },
- { 5535, PointParameterx_remap_index },
- { 19474, PointParameterxv_remap_index },
- { 30420, TexParameterxv_remap_index },
+ { 35446, PointSizex_remap_index },
+ { 4490, PolygonOffsetx_remap_index },
+ { 30749, Rotatex_remap_index },
+ { 8519, SampleCoveragex_remap_index },
+ { 7086, Scalex_remap_index },
+ { 22200, TexEnvx_remap_index },
+ { 24867, TexEnvxv_remap_index },
+ { 6141, TexParameterx_remap_index },
+ { 34744, Translatex_remap_index },
+ { 39088, ClipPlanef_remap_index },
+ { 38828, ClipPlanex_remap_index },
+ { 18394, GetClipPlanef_remap_index },
+ { 4364, GetClipPlanex_remap_index },
+ { 33322, GetFixedv_remap_index },
+ { 33645, GetLightxv_remap_index },
+ { 4167, GetMaterialxv_remap_index },
+ { 29397, GetTexEnvxv_remap_index },
+ { 21436, GetTexParameterxv_remap_index },
+ { 5560, PointParameterx_remap_index },
+ { 19551, PointParameterxv_remap_index },
+ { 30506, TexParameterxv_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 */
- { 2798, _gloffset_BlendColor },
+ { 2823, _gloffset_BlendColor },
/* from GL_EXT_blend_minmax */
- { 13186, _gloffset_BlendEquation },
+ { 13265, _gloffset_BlendEquation },
/* from GL_EXT_color_subtable */
- { 20205, _gloffset_ColorSubTable },
- { 38372, _gloffset_CopyColorSubTable },
+ { 20282, _gloffset_ColorSubTable },
+ { 38492, _gloffset_CopyColorSubTable },
/* from GL_EXT_convolution */
{ 173, _gloffset_ConvolutionFilter1D },
{ 2594, _gloffset_CopyConvolutionFilter1D },
- { 4764, _gloffset_GetConvolutionParameteriv },
- { 10320, _gloffset_ConvolutionFilter2D },
- { 10516, _gloffset_ConvolutionParameteriv },
- { 11021, _gloffset_ConvolutionParameterfv },
- { 24494, _gloffset_GetSeparableFilter },
- { 28597, _gloffset_SeparableFilter2D },
- { 29531, _gloffset_ConvolutionParameteri },
- { 29794, _gloffset_ConvolutionParameterf },
- { 31895, _gloffset_GetConvolutionParameterfv },
- { 33096, _gloffset_GetConvolutionFilter },
- { 36396, _gloffset_CopyConvolutionFilter2D },
+ { 4789, _gloffset_GetConvolutionParameteriv },
+ { 10399, _gloffset_ConvolutionFilter2D },
+ { 10595, _gloffset_ConvolutionParameteriv },
+ { 11100, _gloffset_ConvolutionParameterfv },
+ { 24571, _gloffset_GetSeparableFilter },
+ { 28683, _gloffset_SeparableFilter2D },
+ { 29617, _gloffset_ConvolutionParameteri },
+ { 29880, _gloffset_ConvolutionParameterf },
+ { 31981, _gloffset_GetConvolutionParameterfv },
+ { 33182, _gloffset_GetConvolutionFilter },
+ { 36516, _gloffset_CopyConvolutionFilter2D },
/* from GL_EXT_copy_texture */
- { 17488, _gloffset_CopyTexSubImage3D },
- { 19617, _gloffset_CopyTexImage2D },
- { 28973, _gloffset_CopyTexImage1D },
- { 32559, _gloffset_CopyTexSubImage2D },
- { 35891, _gloffset_CopyTexSubImage1D },
+ { 17565, _gloffset_CopyTexSubImage3D },
+ { 19694, _gloffset_CopyTexImage2D },
+ { 29059, _gloffset_CopyTexImage1D },
+ { 32645, _gloffset_CopyTexSubImage2D },
+ { 36011, _gloffset_CopyTexSubImage1D },
/* from GL_EXT_draw_range_elements */
- { 11310, _gloffset_DrawRangeElements },
+ { 11389, _gloffset_DrawRangeElements },
/* from GL_EXT_histogram */
{ 657, _gloffset_Histogram },
- { 3981, _gloffset_ResetHistogram },
- { 11848, _gloffset_GetMinmax },
- { 17915, _gloffset_GetHistogramParameterfv },
- { 28898, _gloffset_GetMinmaxParameteriv },
- { 31785, _gloffset_ResetMinmax },
- { 32900, _gloffset_GetHistogramParameteriv },
- { 34558, _gloffset_GetHistogram },
- { 37858, _gloffset_Minmax },
- { 39824, _gloffset_GetMinmaxParameterfv },
+ { 4006, _gloffset_ResetHistogram },
+ { 11927, _gloffset_GetMinmax },
+ { 17992, _gloffset_GetHistogramParameterfv },
+ { 28984, _gloffset_GetMinmaxParameteriv },
+ { 31871, _gloffset_ResetMinmax },
+ { 32986, _gloffset_GetHistogramParameteriv },
+ { 34678, _gloffset_GetHistogram },
+ { 37978, _gloffset_Minmax },
+ { 39944, _gloffset_GetMinmaxParameterfv },
/* from GL_EXT_paletted_texture */
- { 10182, _gloffset_ColorTable },
- { 17649, _gloffset_GetColorTable },
- { 27271, _gloffset_GetColorTableParameterfv },
- { 29850, _gloffset_GetColorTableParameteriv },
+ { 10261, _gloffset_ColorTable },
+ { 17726, _gloffset_GetColorTable },
+ { 27357, _gloffset_GetColorTableParameterfv },
+ { 29936, _gloffset_GetColorTableParameteriv },
/* from GL_EXT_subtexture */
- { 8891, _gloffset_TexSubImage1D },
- { 12643, _gloffset_TexSubImage2D },
+ { 8954, _gloffset_TexSubImage1D },
+ { 12722, _gloffset_TexSubImage2D },
/* from GL_EXT_texture3D */
{ 1589, _gloffset_TexImage3D },
- { 27005, _gloffset_TexSubImage3D },
+ { 27091, _gloffset_TexSubImage3D },
/* from GL_EXT_texture_object */
- { 3677, _gloffset_PrioritizeTextures },
- { 9435, _gloffset_AreTexturesResident },
- { 15714, _gloffset_GenTextures },
- { 18164, _gloffset_DeleteTextures },
- { 23344, _gloffset_IsTexture },
- { 36000, _gloffset_BindTexture },
+ { 3702, _gloffset_PrioritizeTextures },
+ { 9498, _gloffset_AreTexturesResident },
+ { 15791, _gloffset_GenTextures },
+ { 18241, _gloffset_DeleteTextures },
+ { 23421, _gloffset_IsTexture },
+ { 36120, _gloffset_BindTexture },
/* from GL_EXT_vertex_array */
- { 28795, _gloffset_ArrayElement },
- { 37338, _gloffset_GetPointerv },
- { 39185, _gloffset_DrawArrays },
+ { 28881, _gloffset_ArrayElement },
+ { 37458, _gloffset_GetPointerv },
+ { 39305, _gloffset_DrawArrays },
/* from GL_NV_read_buffer */
- { 29500, _gloffset_ReadBuffer },
+ { 29586, _gloffset_ReadBuffer },
/* from GL_OES_blend_subtract */
- { 13186, _gloffset_BlendEquation },
+ { 13265, _gloffset_BlendEquation },
/* from GL_OES_texture_3D */
{ 1589, _gloffset_TexImage3D },
- { 17488, _gloffset_CopyTexSubImage3D },
- { 27005, _gloffset_TexSubImage3D },
+ { 17565, _gloffset_CopyTexSubImage3D },
+ { 27091, _gloffset_TexSubImage3D },
/* from GL_OES_texture_cube_map */
{ 2354, _gloffset_TexGeniv },
- { 12780, _gloffset_TexGenfv },
- { 22067, _gloffset_TexGeni },
- { 22095, _gloffset_TexGenf },
- { 33605, _gloffset_GetTexGeniv },
- { 34428, _gloffset_GetTexGenfv },
+ { 12859, _gloffset_TexGenfv },
+ { 22144, _gloffset_TexGeni },
+ { 22172, _gloffset_TexGenf },
+ { 33725, _gloffset_GetTexGeniv },
+ { 34548, _gloffset_GetTexGenfv },
/* from GL_SGI_color_table */
- { 9608, _gloffset_ColorTableParameteriv },
- { 10182, _gloffset_ColorTable },
- { 17649, _gloffset_GetColorTable },
- { 17781, _gloffset_CopyColorTable },
- { 23149, _gloffset_ColorTableParameterfv },
- { 27271, _gloffset_GetColorTableParameterfv },
- { 29850, _gloffset_GetColorTableParameteriv },
+ { 9671, _gloffset_ColorTableParameteriv },
+ { 10261, _gloffset_ColorTable },
+ { 17726, _gloffset_GetColorTable },
+ { 17858, _gloffset_CopyColorTable },
+ { 23226, _gloffset_ColorTableParameterfv },
+ { 27357, _gloffset_GetColorTableParameterfv },
+ { 29936, _gloffset_GetColorTableParameteriv },
{ -1, -1 }
};