Magellan Linux

Diff of /trunk/opengl-update/glext.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1813 by niro, Wed May 2 08:35:50 2012 UTC revision 2064 by niro, Thu Mar 7 13:34:08 2013 UTC
# Line 29  extern "C" { Line 29  extern "C" {
29  */  */
30    
31  /* Header file version number, required by OpenGL ABI for Linux */  /* Header file version number, required by OpenGL ABI for Linux */
32  /* glext.h last updated $Date: 2012-04-26 00:59:42 -0700 (Thu, 26 Apr 2012) $ */  /* glext.h last updated $Date: 2013-02-07 01:42:49 -0800 (Thu, 07 Feb 2013) $ */
33  /* Current version at http://www.opengl.org/registry/ */  /* Current version at http://www.opengl.org/registry/ */
34  #define GL_GLEXT_VERSION 81  #define GL_GLEXT_VERSION 86
35  /* Function declaration macros - to move into glplatform.h */  /* Function declaration macros - to move into glplatform.h */
36    
37  #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)  #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
# Line 88  extern "C" { Line 88  extern "C" {
88  #define GL_SMOOTH_LINE_WIDTH_RANGE        0x0B22  #define GL_SMOOTH_LINE_WIDTH_RANGE        0x0B22
89  #define GL_SMOOTH_LINE_WIDTH_GRANULARITY  0x0B23  #define GL_SMOOTH_LINE_WIDTH_GRANULARITY  0x0B23
90  #define GL_ALIASED_LINE_WIDTH_RANGE       0x846E  #define GL_ALIASED_LINE_WIDTH_RANGE       0x846E
 #endif  
   
 #ifndef GL_VERSION_1_2_DEPRECATED  
91  #define GL_RESCALE_NORMAL                 0x803A  #define GL_RESCALE_NORMAL                 0x803A
92  #define GL_LIGHT_MODEL_COLOR_CONTROL      0x81F8  #define GL_LIGHT_MODEL_COLOR_CONTROL      0x81F8
93  #define GL_SINGLE_COLOR                   0x81F9  #define GL_SINGLE_COLOR                   0x81F9
# Line 110  extern "C" { Line 107  extern "C" {
107  #define GL_BLEND_EQUATION                 0x8009  #define GL_BLEND_EQUATION                 0x8009
108  #define GL_FUNC_SUBTRACT                  0x800A  #define GL_FUNC_SUBTRACT                  0x800A
109  #define GL_FUNC_REVERSE_SUBTRACT          0x800B  #define GL_FUNC_REVERSE_SUBTRACT          0x800B
 #endif  
   
 #ifndef GL_ARB_imaging_DEPRECATED  
110  #define GL_CONVOLUTION_1D                 0x8010  #define GL_CONVOLUTION_1D                 0x8010
111  #define GL_CONVOLUTION_2D                 0x8011  #define GL_CONVOLUTION_2D                 0x8011
112  #define GL_SEPARABLE_2D                   0x8012  #define GL_SEPARABLE_2D                   0x8012
# Line 239  extern "C" { Line 233  extern "C" {
233  #define GL_NUM_COMPRESSED_TEXTURE_FORMATS 0x86A2  #define GL_NUM_COMPRESSED_TEXTURE_FORMATS 0x86A2
234  #define GL_COMPRESSED_TEXTURE_FORMATS     0x86A3  #define GL_COMPRESSED_TEXTURE_FORMATS     0x86A3
235  #define GL_CLAMP_TO_BORDER                0x812D  #define GL_CLAMP_TO_BORDER                0x812D
 #endif  
   
 #ifndef GL_VERSION_1_3_DEPRECATED  
236  #define GL_CLIENT_ACTIVE_TEXTURE          0x84E1  #define GL_CLIENT_ACTIVE_TEXTURE          0x84E1
237  #define GL_MAX_TEXTURE_UNITS              0x84E2  #define GL_MAX_TEXTURE_UNITS              0x84E2
238  #define GL_TRANSPOSE_MODELVIEW_MATRIX     0x84E3  #define GL_TRANSPOSE_MODELVIEW_MATRIX     0x84E3
# Line 298  extern "C" { Line 289  extern "C" {
289  #define GL_TEXTURE_DEPTH_SIZE             0x884A  #define GL_TEXTURE_DEPTH_SIZE             0x884A
290  #define GL_TEXTURE_COMPARE_MODE           0x884C  #define GL_TEXTURE_COMPARE_MODE           0x884C
291  #define GL_TEXTURE_COMPARE_FUNC           0x884D  #define GL_TEXTURE_COMPARE_FUNC           0x884D
 #endif  
   
 #ifndef GL_VERSION_1_4_DEPRECATED  
292  #define GL_POINT_SIZE_MIN                 0x8126  #define GL_POINT_SIZE_MIN                 0x8126
293  #define GL_POINT_SIZE_MAX                 0x8127  #define GL_POINT_SIZE_MAX                 0x8127
294  #define GL_POINT_DISTANCE_ATTENUATION     0x8129  #define GL_POINT_DISTANCE_ATTENUATION     0x8129
# Line 354  extern "C" { Line 342  extern "C" {
342  #define GL_DYNAMIC_READ                   0x88E9  #define GL_DYNAMIC_READ                   0x88E9
343  #define GL_DYNAMIC_COPY                   0x88EA  #define GL_DYNAMIC_COPY                   0x88EA
344  #define GL_SAMPLES_PASSED                 0x8914  #define GL_SAMPLES_PASSED                 0x8914
345  #endif  #define GL_SRC1_ALPHA                     0x8589
   
 #ifndef GL_VERSION_1_5_DEPRECATED  
346  #define GL_VERTEX_ARRAY_BUFFER_BINDING    0x8896  #define GL_VERTEX_ARRAY_BUFFER_BINDING    0x8896
347  #define GL_NORMAL_ARRAY_BUFFER_BINDING    0x8897  #define GL_NORMAL_ARRAY_BUFFER_BINDING    0x8897
348  #define GL_COLOR_ARRAY_BUFFER_BINDING     0x8898  #define GL_COLOR_ARRAY_BUFFER_BINDING     0x8898
# Line 378  extern "C" { Line 364  extern "C" {
364  #define GL_SRC1_RGB                       0x8581  #define GL_SRC1_RGB                       0x8581
365  #define GL_SRC2_RGB                       0x8582  #define GL_SRC2_RGB                       0x8582
366  #define GL_SRC0_ALPHA                     0x8588  #define GL_SRC0_ALPHA                     0x8588
 #define GL_SRC1_ALPHA                     0x8589  
367  #define GL_SRC2_ALPHA                     0x858A  #define GL_SRC2_ALPHA                     0x858A
368  #endif  #endif
369    
# Line 463  extern "C" { Line 448  extern "C" {
448  #define GL_STENCIL_BACK_REF               0x8CA3  #define GL_STENCIL_BACK_REF               0x8CA3
449  #define GL_STENCIL_BACK_VALUE_MASK        0x8CA4  #define GL_STENCIL_BACK_VALUE_MASK        0x8CA4
450  #define GL_STENCIL_BACK_WRITEMASK         0x8CA5  #define GL_STENCIL_BACK_WRITEMASK         0x8CA5
 #endif  
   
 #ifndef GL_VERSION_2_0_DEPRECATED  
451  #define GL_VERTEX_PROGRAM_TWO_SIDE        0x8643  #define GL_VERTEX_PROGRAM_TWO_SIDE        0x8643
452  #define GL_POINT_SPRITE                   0x8861  #define GL_POINT_SPRITE                   0x8861
453  #define GL_COORD_REPLACE                  0x8862  #define GL_COORD_REPLACE                  0x8862
# Line 489  extern "C" { Line 471  extern "C" {
471  #define GL_SRGB8_ALPHA8                   0x8C43  #define GL_SRGB8_ALPHA8                   0x8C43
472  #define GL_COMPRESSED_SRGB                0x8C48  #define GL_COMPRESSED_SRGB                0x8C48
473  #define GL_COMPRESSED_SRGB_ALPHA          0x8C49  #define GL_COMPRESSED_SRGB_ALPHA          0x8C49
 #endif  
   
 #ifndef GL_VERSION_2_1_DEPRECATED  
474  #define GL_CURRENT_RASTER_SECONDARY_COLOR 0x845F  #define GL_CURRENT_RASTER_SECONDARY_COLOR 0x845F
475  #define GL_SLUMINANCE_ALPHA               0x8C44  #define GL_SLUMINANCE_ALPHA               0x8C44
476  #define GL_SLUMINANCE8_ALPHA8             0x8C45  #define GL_SLUMINANCE8_ALPHA8             0x8C45
# Line 726  extern "C" { Line 705  extern "C" {
705  /* reuse GL_RG32UI */  /* reuse GL_RG32UI */
706  /* Reuse tokens from ARB_vertex_array_object */  /* Reuse tokens from ARB_vertex_array_object */
707  /* reuse GL_VERTEX_ARRAY_BINDING */  /* reuse GL_VERTEX_ARRAY_BINDING */
 #endif  
   
 #ifndef GL_VERSION_3_0_DEPRECATED  
708  #define GL_CLAMP_VERTEX_COLOR             0x891A  #define GL_CLAMP_VERTEX_COLOR             0x891A
709  #define GL_CLAMP_FRAGMENT_COLOR           0x891B  #define GL_CLAMP_FRAGMENT_COLOR           0x891B
710  #define GL_ALPHA_INTEGER                  0x8D97  #define GL_ALPHA_INTEGER                  0x8D97
# Line 749  extern "C" { Line 725  extern "C" {
725  #define GL_MAX_TEXTURE_BUFFER_SIZE        0x8C2B  #define GL_MAX_TEXTURE_BUFFER_SIZE        0x8C2B
726  #define GL_TEXTURE_BINDING_BUFFER         0x8C2C  #define GL_TEXTURE_BINDING_BUFFER         0x8C2C
727  #define GL_TEXTURE_BUFFER_DATA_STORE_BINDING 0x8C2D  #define GL_TEXTURE_BUFFER_DATA_STORE_BINDING 0x8C2D
 #define GL_TEXTURE_BUFFER_FORMAT          0x8C2E  
728  #define GL_TEXTURE_RECTANGLE              0x84F5  #define GL_TEXTURE_RECTANGLE              0x84F5
729  #define GL_TEXTURE_BINDING_RECTANGLE      0x84F6  #define GL_TEXTURE_BINDING_RECTANGLE      0x84F6
730  #define GL_PROXY_TEXTURE_RECTANGLE        0x84F7  #define GL_PROXY_TEXTURE_RECTANGLE        0x84F7
# Line 1015  extern "C" { Line 990  extern "C" {
990  /* reuse GL_MEDIUM_INT */  /* reuse GL_MEDIUM_INT */
991  /* reuse GL_HIGH_INT */  /* reuse GL_HIGH_INT */
992  /* reuse GL_SHADER_COMPILER */  /* reuse GL_SHADER_COMPILER */
993    /* reuse GL_SHADER_BINARY_FORMATS */
994  /* reuse GL_NUM_SHADER_BINARY_FORMATS */  /* reuse GL_NUM_SHADER_BINARY_FORMATS */
995  /* reuse GL_MAX_VERTEX_UNIFORM_VECTORS */  /* reuse GL_MAX_VERTEX_UNIFORM_VECTORS */
996  /* reuse GL_MAX_VARYING_VECTORS */  /* reuse GL_MAX_VARYING_VECTORS */
# Line 1164  extern "C" { Line 1140  extern "C" {
1140  /* reuse GL_TEXTURE_IMMUTABLE_FORMAT */  /* reuse GL_TEXTURE_IMMUTABLE_FORMAT */
1141  #endif  #endif
1142    
1143    #ifndef GL_VERSION_4_3
1144    #define GL_NUM_SHADING_LANGUAGE_VERSIONS  0x82E9
1145    #define GL_VERTEX_ATTRIB_ARRAY_LONG       0x874E
1146    /* Reuse tokens from ARB_arrays_of_arrays (none, GLSL only) */
1147    /* Reuse tokens from ARB_fragment_layer_viewport (none, GLSL only) */
1148    /* Reuse tokens from ARB_shader_image_size (none, GLSL only) */
1149    /* Reuse tokens from ARB_ES3_compatibility */
1150    /* reuse GL_COMPRESSED_RGB8_ETC2 */
1151    /* reuse GL_COMPRESSED_SRGB8_ETC2 */
1152    /* reuse GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 */
1153    /* reuse GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 */
1154    /* reuse GL_COMPRESSED_RGBA8_ETC2_EAC */
1155    /* reuse GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC */
1156    /* reuse GL_COMPRESSED_R11_EAC */
1157    /* reuse GL_COMPRESSED_SIGNED_R11_EAC */
1158    /* reuse GL_COMPRESSED_RG11_EAC */
1159    /* reuse GL_COMPRESSED_SIGNED_RG11_EAC */
1160    /* reuse GL_PRIMITIVE_RESTART_FIXED_INDEX */
1161    /* reuse GL_ANY_SAMPLES_PASSED_CONSERVATIVE */
1162    /* reuse GL_MAX_ELEMENT_INDEX */
1163    /* Reuse tokens from ARB_clear_buffer_object (none) */
1164    /* Reuse tokens from ARB_compute_shader */
1165    /* reuse GL_COMPUTE_SHADER */
1166    /* reuse GL_MAX_COMPUTE_UNIFORM_BLOCKS */
1167    /* reuse GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS */
1168    /* reuse GL_MAX_COMPUTE_IMAGE_UNIFORMS */
1169    /* reuse GL_MAX_COMPUTE_SHARED_MEMORY_SIZE */
1170    /* reuse GL_MAX_COMPUTE_UNIFORM_COMPONENTS */
1171    /* reuse GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS */
1172    /* reuse GL_MAX_COMPUTE_ATOMIC_COUNTERS */
1173    /* reuse GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS */
1174    /* reuse GL_MAX_COMPUTE_LOCAL_INVOCATIONS */
1175    /* reuse GL_MAX_COMPUTE_WORK_GROUP_COUNT */
1176    /* reuse GL_MAX_COMPUTE_WORK_GROUP_SIZE */
1177    /* reuse GL_COMPUTE_LOCAL_WORK_SIZE */
1178    /* reuse GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER */
1179    /* reuse GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER */
1180    /* reuse GL_DISPATCH_INDIRECT_BUFFER */
1181    /* reuse GL_DISPATCH_INDIRECT_BUFFER_BINDING */
1182    /* Reuse tokens from ARB_copy_image (none) */
1183    /* Reuse tokens from KHR_debug */
1184    /* reuse GL_DEBUG_OUTPUT_SYNCHRONOUS */
1185    /* reuse GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH */
1186    /* reuse GL_DEBUG_CALLBACK_FUNCTION */
1187    /* reuse GL_DEBUG_CALLBACK_USER_PARAM */
1188    /* reuse GL_DEBUG_SOURCE_API */
1189    /* reuse GL_DEBUG_SOURCE_WINDOW_SYSTEM */
1190    /* reuse GL_DEBUG_SOURCE_SHADER_COMPILER */
1191    /* reuse GL_DEBUG_SOURCE_THIRD_PARTY */
1192    /* reuse GL_DEBUG_SOURCE_APPLICATION */
1193    /* reuse GL_DEBUG_SOURCE_OTHER */
1194    /* reuse GL_DEBUG_TYPE_ERROR */
1195    /* reuse GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR */
1196    /* reuse GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR */
1197    /* reuse GL_DEBUG_TYPE_PORTABILITY */
1198    /* reuse GL_DEBUG_TYPE_PERFORMANCE */
1199    /* reuse GL_DEBUG_TYPE_OTHER */
1200    /* reuse GL_MAX_DEBUG_MESSAGE_LENGTH */
1201    /* reuse GL_MAX_DEBUG_LOGGED_MESSAGES */
1202    /* reuse GL_DEBUG_LOGGED_MESSAGES */
1203    /* reuse GL_DEBUG_SEVERITY_HIGH */
1204    /* reuse GL_DEBUG_SEVERITY_MEDIUM */
1205    /* reuse GL_DEBUG_SEVERITY_LOW */
1206    /* reuse GL_DEBUG_TYPE_MARKER */
1207    /* reuse GL_DEBUG_TYPE_PUSH_GROUP */
1208    /* reuse GL_DEBUG_TYPE_POP_GROUP */
1209    /* reuse GL_DEBUG_SEVERITY_NOTIFICATION */
1210    /* reuse GL_MAX_DEBUG_GROUP_STACK_DEPTH */
1211    /* reuse GL_DEBUG_GROUP_STACK_DEPTH */
1212    /* reuse GL_BUFFER */
1213    /* reuse GL_SHADER */
1214    /* reuse GL_PROGRAM */
1215    /* reuse GL_QUERY */
1216    /* reuse GL_PROGRAM_PIPELINE */
1217    /* reuse GL_SAMPLER */
1218    /* reuse GL_DISPLAY_LIST */
1219    /* reuse GL_MAX_LABEL_LENGTH */
1220    /* reuse GL_DEBUG_OUTPUT */
1221    /* reuse GL_CONTEXT_FLAG_DEBUG_BIT */
1222    /* reuse GL_STACK_UNDERFLOW */
1223    /* reuse GL_STACK_OVERFLOW */
1224    /* Reuse tokens from ARB_explicit_uniform_location */
1225    /* reuse GL_MAX_UNIFORM_LOCATIONS */
1226    /* Reuse tokens from ARB_framebuffer_no_attachments */
1227    /* reuse GL_FRAMEBUFFER_DEFAULT_WIDTH */
1228    /* reuse GL_FRAMEBUFFER_DEFAULT_HEIGHT */
1229    /* reuse GL_FRAMEBUFFER_DEFAULT_LAYERS */
1230    /* reuse GL_FRAMEBUFFER_DEFAULT_SAMPLES */
1231    /* reuse GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS */
1232    /* reuse GL_MAX_FRAMEBUFFER_WIDTH */
1233    /* reuse GL_MAX_FRAMEBUFFER_HEIGHT */
1234    /* reuse GL_MAX_FRAMEBUFFER_LAYERS */
1235    /* reuse GL_MAX_FRAMEBUFFER_SAMPLES */
1236    /* Reuse tokens from ARB_internalformat_query2 */
1237    /* reuse GL_INTERNALFORMAT_SUPPORTED */
1238    /* reuse GL_INTERNALFORMAT_PREFERRED */
1239    /* reuse GL_INTERNALFORMAT_RED_SIZE */
1240    /* reuse GL_INTERNALFORMAT_GREEN_SIZE */
1241    /* reuse GL_INTERNALFORMAT_BLUE_SIZE */
1242    /* reuse GL_INTERNALFORMAT_ALPHA_SIZE */
1243    /* reuse GL_INTERNALFORMAT_DEPTH_SIZE */
1244    /* reuse GL_INTERNALFORMAT_STENCIL_SIZE */
1245    /* reuse GL_INTERNALFORMAT_SHARED_SIZE */
1246    /* reuse GL_INTERNALFORMAT_RED_TYPE */
1247    /* reuse GL_INTERNALFORMAT_GREEN_TYPE */
1248    /* reuse GL_INTERNALFORMAT_BLUE_TYPE */
1249    /* reuse GL_INTERNALFORMAT_ALPHA_TYPE */
1250    /* reuse GL_INTERNALFORMAT_DEPTH_TYPE */
1251    /* reuse GL_INTERNALFORMAT_STENCIL_TYPE */
1252    /* reuse GL_MAX_WIDTH */
1253    /* reuse GL_MAX_HEIGHT */
1254    /* reuse GL_MAX_DEPTH */
1255    /* reuse GL_MAX_LAYERS */
1256    /* reuse GL_MAX_COMBINED_DIMENSIONS */
1257    /* reuse GL_COLOR_COMPONENTS */
1258    /* reuse GL_DEPTH_COMPONENTS */
1259    /* reuse GL_STENCIL_COMPONENTS */
1260    /* reuse GL_COLOR_RENDERABLE */
1261    /* reuse GL_DEPTH_RENDERABLE */
1262    /* reuse GL_STENCIL_RENDERABLE */
1263    /* reuse GL_FRAMEBUFFER_RENDERABLE */
1264    /* reuse GL_FRAMEBUFFER_RENDERABLE_LAYERED */
1265    /* reuse GL_FRAMEBUFFER_BLEND */
1266    /* reuse GL_READ_PIXELS */
1267    /* reuse GL_READ_PIXELS_FORMAT */
1268    /* reuse GL_READ_PIXELS_TYPE */
1269    /* reuse GL_TEXTURE_IMAGE_FORMAT */
1270    /* reuse GL_TEXTURE_IMAGE_TYPE */
1271    /* reuse GL_GET_TEXTURE_IMAGE_FORMAT */
1272    /* reuse GL_GET_TEXTURE_IMAGE_TYPE */
1273    /* reuse GL_MIPMAP */
1274    /* reuse GL_MANUAL_GENERATE_MIPMAP */
1275    /* reuse GL_AUTO_GENERATE_MIPMAP */
1276    /* reuse GL_COLOR_ENCODING */
1277    /* reuse GL_SRGB_READ */
1278    /* reuse GL_SRGB_WRITE */
1279    /* reuse GL_FILTER */
1280    /* reuse GL_VERTEX_TEXTURE */
1281    /* reuse GL_TESS_CONTROL_TEXTURE */
1282    /* reuse GL_TESS_EVALUATION_TEXTURE */
1283    /* reuse GL_GEOMETRY_TEXTURE */
1284    /* reuse GL_FRAGMENT_TEXTURE */
1285    /* reuse GL_COMPUTE_TEXTURE */
1286    /* reuse GL_TEXTURE_SHADOW */
1287    /* reuse GL_TEXTURE_GATHER */
1288    /* reuse GL_TEXTURE_GATHER_SHADOW */
1289    /* reuse GL_SHADER_IMAGE_LOAD */
1290    /* reuse GL_SHADER_IMAGE_STORE */
1291    /* reuse GL_SHADER_IMAGE_ATOMIC */
1292    /* reuse GL_IMAGE_TEXEL_SIZE */
1293    /* reuse GL_IMAGE_COMPATIBILITY_CLASS */
1294    /* reuse GL_IMAGE_PIXEL_FORMAT */
1295    /* reuse GL_IMAGE_PIXEL_TYPE */
1296    /* reuse GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST */
1297    /* reuse GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST */
1298    /* reuse GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE */
1299    /* reuse GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE */
1300    /* reuse GL_TEXTURE_COMPRESSED_BLOCK_WIDTH */
1301    /* reuse GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT */
1302    /* reuse GL_TEXTURE_COMPRESSED_BLOCK_SIZE */
1303    /* reuse GL_CLEAR_BUFFER */
1304    /* reuse GL_TEXTURE_VIEW */
1305    /* reuse GL_VIEW_COMPATIBILITY_CLASS */
1306    /* reuse GL_FULL_SUPPORT */
1307    /* reuse GL_CAVEAT_SUPPORT */
1308    /* reuse GL_IMAGE_CLASS_4_X_32 */
1309    /* reuse GL_IMAGE_CLASS_2_X_32 */
1310    /* reuse GL_IMAGE_CLASS_1_X_32 */
1311    /* reuse GL_IMAGE_CLASS_4_X_16 */
1312    /* reuse GL_IMAGE_CLASS_2_X_16 */
1313    /* reuse GL_IMAGE_CLASS_1_X_16 */
1314    /* reuse GL_IMAGE_CLASS_4_X_8 */
1315    /* reuse GL_IMAGE_CLASS_2_X_8 */
1316    /* reuse GL_IMAGE_CLASS_1_X_8 */
1317    /* reuse GL_IMAGE_CLASS_11_11_10 */
1318    /* reuse GL_IMAGE_CLASS_10_10_10_2 */
1319    /* reuse GL_VIEW_CLASS_128_BITS */
1320    /* reuse GL_VIEW_CLASS_96_BITS */
1321    /* reuse GL_VIEW_CLASS_64_BITS */
1322    /* reuse GL_VIEW_CLASS_48_BITS */
1323    /* reuse GL_VIEW_CLASS_32_BITS */
1324    /* reuse GL_VIEW_CLASS_24_BITS */
1325    /* reuse GL_VIEW_CLASS_16_BITS */
1326    /* reuse GL_VIEW_CLASS_8_BITS */
1327    /* reuse GL_VIEW_CLASS_S3TC_DXT1_RGB */
1328    /* reuse GL_VIEW_CLASS_S3TC_DXT1_RGBA */
1329    /* reuse GL_VIEW_CLASS_S3TC_DXT3_RGBA */
1330    /* reuse GL_VIEW_CLASS_S3TC_DXT5_RGBA */
1331    /* reuse GL_VIEW_CLASS_RGTC1_RED */
1332    /* reuse GL_VIEW_CLASS_RGTC2_RG */
1333    /* reuse GL_VIEW_CLASS_BPTC_UNORM */
1334    /* reuse GL_VIEW_CLASS_BPTC_FLOAT */
1335    /* Reuse tokens from ARB_invalidate_subdata (none) */
1336    /* Reuse tokens from ARB_multi_draw_indirect (none) */
1337    /* Reuse tokens from ARB_program_interface_query */
1338    /* reuse GL_UNIFORM */
1339    /* reuse GL_UNIFORM_BLOCK */
1340    /* reuse GL_PROGRAM_INPUT */
1341    /* reuse GL_PROGRAM_OUTPUT */
1342    /* reuse GL_BUFFER_VARIABLE */
1343    /* reuse GL_SHADER_STORAGE_BLOCK */
1344    /* reuse GL_VERTEX_SUBROUTINE */
1345    /* reuse GL_TESS_CONTROL_SUBROUTINE */
1346    /* reuse GL_TESS_EVALUATION_SUBROUTINE */
1347    /* reuse GL_GEOMETRY_SUBROUTINE */
1348    /* reuse GL_FRAGMENT_SUBROUTINE */
1349    /* reuse GL_COMPUTE_SUBROUTINE */
1350    /* reuse GL_VERTEX_SUBROUTINE_UNIFORM */
1351    /* reuse GL_TESS_CONTROL_SUBROUTINE_UNIFORM */
1352    /* reuse GL_TESS_EVALUATION_SUBROUTINE_UNIFORM */
1353    /* reuse GL_GEOMETRY_SUBROUTINE_UNIFORM */
1354    /* reuse GL_FRAGMENT_SUBROUTINE_UNIFORM */
1355    /* reuse GL_COMPUTE_SUBROUTINE_UNIFORM */
1356    /* reuse GL_TRANSFORM_FEEDBACK_VARYING */
1357    /* reuse GL_ACTIVE_RESOURCES */
1358    /* reuse GL_MAX_NAME_LENGTH */
1359    /* reuse GL_MAX_NUM_ACTIVE_VARIABLES */
1360    /* reuse GL_MAX_NUM_COMPATIBLE_SUBROUTINES */
1361    /* reuse GL_NAME_LENGTH */
1362    /* reuse GL_TYPE */
1363    /* reuse GL_ARRAY_SIZE */
1364    /* reuse GL_OFFSET */
1365    /* reuse GL_BLOCK_INDEX */
1366    /* reuse GL_ARRAY_STRIDE */
1367    /* reuse GL_MATRIX_STRIDE */
1368    /* reuse GL_IS_ROW_MAJOR */
1369    /* reuse GL_ATOMIC_COUNTER_BUFFER_INDEX */
1370    /* reuse GL_BUFFER_BINDING */
1371    /* reuse GL_BUFFER_DATA_SIZE */
1372    /* reuse GL_NUM_ACTIVE_VARIABLES */
1373    /* reuse GL_ACTIVE_VARIABLES */
1374    /* reuse GL_REFERENCED_BY_VERTEX_SHADER */
1375    /* reuse GL_REFERENCED_BY_TESS_CONTROL_SHADER */
1376    /* reuse GL_REFERENCED_BY_TESS_EVALUATION_SHADER */
1377    /* reuse GL_REFERENCED_BY_GEOMETRY_SHADER */
1378    /* reuse GL_REFERENCED_BY_FRAGMENT_SHADER */
1379    /* reuse GL_REFERENCED_BY_COMPUTE_SHADER */
1380    /* reuse GL_TOP_LEVEL_ARRAY_SIZE */
1381    /* reuse GL_TOP_LEVEL_ARRAY_STRIDE */
1382    /* reuse GL_LOCATION */
1383    /* reuse GL_LOCATION_INDEX */
1384    /* reuse GL_IS_PER_PATCH */
1385    /* Reuse tokens from ARB_robust_buffer_access_behavior (none) */
1386    /* Reuse tokens from ARB_shader_storage_buffer_object */
1387    /* reuse GL_SHADER_STORAGE_BUFFER */
1388    /* reuse GL_SHADER_STORAGE_BUFFER_BINDING */
1389    /* reuse GL_SHADER_STORAGE_BUFFER_START */
1390    /* reuse GL_SHADER_STORAGE_BUFFER_SIZE */
1391    /* reuse GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS */
1392    /* reuse GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS */
1393    /* reuse GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS */
1394    /* reuse GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS */
1395    /* reuse GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS */
1396    /* reuse GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS */
1397    /* reuse GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS */
1398    /* reuse GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS */
1399    /* reuse GL_MAX_SHADER_STORAGE_BLOCK_SIZE */
1400    /* reuse GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT */
1401    /* reuse GL_SHADER_STORAGE_BARRIER_BIT */
1402    /* reuse GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES */
1403    /* Reuse tokens from ARB_stencil_texturing */
1404    /* reuse GL_DEPTH_STENCIL_TEXTURE_MODE */
1405    /* Reuse tokens from ARB_texture_buffer_range */
1406    /* reuse GL_TEXTURE_BUFFER_OFFSET */
1407    /* reuse GL_TEXTURE_BUFFER_SIZE */
1408    /* reuse GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT */
1409    /* Reuse tokens from ARB_texture_query_levels (none) */
1410    /* Reuse tokens from ARB_texture_storage_multisample (none) */
1411    /* Reuse tokens from ARB_texture_view */
1412    /* reuse GL_TEXTURE_VIEW_MIN_LEVEL */
1413    /* reuse GL_TEXTURE_VIEW_NUM_LEVELS */
1414    /* reuse GL_TEXTURE_VIEW_MIN_LAYER */
1415    /* reuse GL_TEXTURE_VIEW_NUM_LAYERS */
1416    /* reuse GL_TEXTURE_IMMUTABLE_LEVELS */
1417    /* Reuse tokens from ARB_vertex_attrib_binding */
1418    /* reuse GL_VERTEX_ATTRIB_BINDING */
1419    /* reuse GL_VERTEX_ATTRIB_RELATIVE_OFFSET */
1420    /* reuse GL_VERTEX_BINDING_DIVISOR */
1421    /* reuse GL_VERTEX_BINDING_OFFSET */
1422    /* reuse GL_VERTEX_BINDING_STRIDE */
1423    /* reuse GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET */
1424    /* reuse GL_MAX_VERTEX_ATTRIB_BINDINGS */
1425    #endif
1426    
1427  #ifndef GL_ARB_multitexture  #ifndef GL_ARB_multitexture
1428  #define GL_TEXTURE0_ARB                   0x84C0  #define GL_TEXTURE0_ARB                   0x84C0
1429  #define GL_TEXTURE1_ARB                   0x84C1  #define GL_TEXTURE1_ARB                   0x84C1
# Line 1746  extern "C" { Line 2006  extern "C" {
2006  #define GL_RENDERBUFFER_STENCIL_SIZE      0x8D55  #define GL_RENDERBUFFER_STENCIL_SIZE      0x8D55
2007  #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56  #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56
2008  #define GL_MAX_SAMPLES                    0x8D57  #define GL_MAX_SAMPLES                    0x8D57
 #endif  
   
 #ifndef GL_ARB_framebuffer_object_DEPRECATED  
2009  #define GL_INDEX                          0x8222  #define GL_INDEX                          0x8222
2010  #define GL_TEXTURE_LUMINANCE_TYPE         0x8C14  #define GL_TEXTURE_LUMINANCE_TYPE         0x8C14
2011  #define GL_TEXTURE_INTENSITY_TYPE         0x8C15  #define GL_TEXTURE_INTENSITY_TYPE         0x8C15
# Line 1980  extern "C" { Line 2237  extern "C" {
2237  #ifndef GL_ARB_texture_gather  #ifndef GL_ARB_texture_gather
2238  #define GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB 0x8E5E  #define GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB 0x8E5E
2239  #define GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB 0x8E5F  #define GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB 0x8E5F
2240    #define GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB 0x8F9F
2241  #endif  #endif
2242    
2243  #ifndef GL_ARB_texture_query_lod  #ifndef GL_ARB_texture_query_lod
# Line 2157  extern "C" { Line 2415  extern "C" {
2415  #define GL_MEDIUM_INT                     0x8DF4  #define GL_MEDIUM_INT                     0x8DF4
2416  #define GL_HIGH_INT                       0x8DF5  #define GL_HIGH_INT                       0x8DF5
2417  #define GL_SHADER_COMPILER                0x8DFA  #define GL_SHADER_COMPILER                0x8DFA
2418    #define GL_SHADER_BINARY_FORMATS          0x8DF8
2419  #define GL_NUM_SHADER_BINARY_FORMATS      0x8DF9  #define GL_NUM_SHADER_BINARY_FORMATS      0x8DF9
2420  #define GL_MAX_VERTEX_UNIFORM_VECTORS     0x8DFB  #define GL_MAX_VERTEX_UNIFORM_VECTORS     0x8DFB
2421  #define GL_MAX_VARYING_VECTORS            0x8DFC  #define GL_MAX_VARYING_VECTORS            0x8DFC
# Line 2399  extern "C" { Line 2658  extern "C" {
2658  #define GL_TEXTURE_IMMUTABLE_FORMAT       0x912F  #define GL_TEXTURE_IMMUTABLE_FORMAT       0x912F
2659  #endif  #endif
2660    
2661    #ifndef GL_KHR_texture_compression_astc_ldr
2662    #define GL_COMPRESSED_RGBA_ASTC_4x4_KHR   0x93B0
2663    #define GL_COMPRESSED_RGBA_ASTC_5x4_KHR   0x93B1
2664    #define GL_COMPRESSED_RGBA_ASTC_5x5_KHR   0x93B2
2665    #define GL_COMPRESSED_RGBA_ASTC_6x5_KHR   0x93B3
2666    #define GL_COMPRESSED_RGBA_ASTC_6x6_KHR   0x93B4
2667    #define GL_COMPRESSED_RGBA_ASTC_8x5_KHR   0x93B5
2668    #define GL_COMPRESSED_RGBA_ASTC_8x6_KHR   0x93B6
2669    #define GL_COMPRESSED_RGBA_ASTC_8x8_KHR   0x93B7
2670    #define GL_COMPRESSED_RGBA_ASTC_10x5_KHR  0x93B8
2671    #define GL_COMPRESSED_RGBA_ASTC_10x6_KHR  0x93B9
2672    #define GL_COMPRESSED_RGBA_ASTC_10x8_KHR  0x93BA
2673    #define GL_COMPRESSED_RGBA_ASTC_10x10_KHR 0x93BB
2674    #define GL_COMPRESSED_RGBA_ASTC_12x10_KHR 0x93BC
2675    #define GL_COMPRESSED_RGBA_ASTC_12x12_KHR 0x93BD
2676    #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR 0x93D0
2677    #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR 0x93D1
2678    #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR 0x93D2
2679    #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR 0x93D3
2680    #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR 0x93D4
2681    #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR 0x93D5
2682    #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR 0x93D6
2683    #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR 0x93D7
2684    #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR 0x93D8
2685    #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR 0x93D9
2686    #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR 0x93DA
2687    #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR 0x93DB
2688    #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR 0x93DC
2689    #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR 0x93DD
2690    #endif
2691    
2692    #ifndef GL_KHR_debug
2693    #define GL_DEBUG_OUTPUT_SYNCHRONOUS       0x8242
2694    #define GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH 0x8243
2695    #define GL_DEBUG_CALLBACK_FUNCTION        0x8244
2696    #define GL_DEBUG_CALLBACK_USER_PARAM      0x8245
2697    #define GL_DEBUG_SOURCE_API               0x8246
2698    #define GL_DEBUG_SOURCE_WINDOW_SYSTEM     0x8247
2699    #define GL_DEBUG_SOURCE_SHADER_COMPILER   0x8248
2700    #define GL_DEBUG_SOURCE_THIRD_PARTY       0x8249
2701    #define GL_DEBUG_SOURCE_APPLICATION       0x824A
2702    #define GL_DEBUG_SOURCE_OTHER             0x824B
2703    #define GL_DEBUG_TYPE_ERROR               0x824C
2704    #define GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR 0x824D
2705    #define GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR  0x824E
2706    #define GL_DEBUG_TYPE_PORTABILITY         0x824F
2707    #define GL_DEBUG_TYPE_PERFORMANCE         0x8250
2708    #define GL_DEBUG_TYPE_OTHER               0x8251
2709    #define GL_DEBUG_TYPE_MARKER              0x8268
2710    #define GL_DEBUG_TYPE_PUSH_GROUP          0x8269
2711    #define GL_DEBUG_TYPE_POP_GROUP           0x826A
2712    #define GL_DEBUG_SEVERITY_NOTIFICATION    0x826B
2713    #define GL_MAX_DEBUG_GROUP_STACK_DEPTH    0x826C
2714    #define GL_DEBUG_GROUP_STACK_DEPTH        0x826D
2715    #define GL_BUFFER                         0x82E0
2716    #define GL_SHADER                         0x82E1
2717    #define GL_PROGRAM                        0x82E2
2718    #define GL_QUERY                          0x82E3
2719    #define GL_PROGRAM_PIPELINE               0x82E4
2720    #define GL_SAMPLER                        0x82E6
2721    #define GL_DISPLAY_LIST                   0x82E7
2722    /* DISPLAY_LIST used in compatibility profile only */
2723    #define GL_MAX_LABEL_LENGTH               0x82E8
2724    #define GL_MAX_DEBUG_MESSAGE_LENGTH       0x9143
2725    #define GL_MAX_DEBUG_LOGGED_MESSAGES      0x9144
2726    #define GL_DEBUG_LOGGED_MESSAGES          0x9145
2727    #define GL_DEBUG_SEVERITY_HIGH            0x9146
2728    #define GL_DEBUG_SEVERITY_MEDIUM          0x9147
2729    #define GL_DEBUG_SEVERITY_LOW             0x9148
2730    #define GL_DEBUG_OUTPUT                   0x92E0
2731    #define GL_CONTEXT_FLAG_DEBUG_BIT         0x00000002
2732    /* reuse GL_STACK_UNDERFLOW */
2733    /* reuse GL_STACK_OVERFLOW */
2734    #endif
2735    
2736    #ifndef GL_ARB_arrays_of_arrays
2737    #endif
2738    
2739    #ifndef GL_ARB_clear_buffer_object
2740    #endif
2741    
2742    #ifndef GL_ARB_compute_shader
2743    #define GL_COMPUTE_SHADER                 0x91B9
2744    #define GL_MAX_COMPUTE_UNIFORM_BLOCKS     0x91BB
2745    #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC
2746    #define GL_MAX_COMPUTE_IMAGE_UNIFORMS     0x91BD
2747    #define GL_MAX_COMPUTE_SHARED_MEMORY_SIZE 0x8262
2748    #define GL_MAX_COMPUTE_UNIFORM_COMPONENTS 0x8263
2749    #define GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS 0x8264
2750    #define GL_MAX_COMPUTE_ATOMIC_COUNTERS    0x8265
2751    #define GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS 0x8266
2752    #define GL_MAX_COMPUTE_LOCAL_INVOCATIONS  0x90EB
2753    #define GL_MAX_COMPUTE_WORK_GROUP_COUNT   0x91BE
2754    #define GL_MAX_COMPUTE_WORK_GROUP_SIZE    0x91BF
2755    #define GL_COMPUTE_LOCAL_WORK_SIZE        0x8267
2756    #define GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER 0x90EC
2757    #define GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER 0x90ED
2758    #define GL_DISPATCH_INDIRECT_BUFFER       0x90EE
2759    #define GL_DISPATCH_INDIRECT_BUFFER_BINDING 0x90EF
2760    #define GL_COMPUTE_SHADER_BIT             0x00000020
2761    #endif
2762    
2763    #ifndef GL_ARB_copy_image
2764    #endif
2765    
2766    #ifndef GL_ARB_texture_view
2767    #define GL_TEXTURE_VIEW_MIN_LEVEL         0x82DB
2768    #define GL_TEXTURE_VIEW_NUM_LEVELS        0x82DC
2769    #define GL_TEXTURE_VIEW_MIN_LAYER         0x82DD
2770    #define GL_TEXTURE_VIEW_NUM_LAYERS        0x82DE
2771    #define GL_TEXTURE_IMMUTABLE_LEVELS       0x82DF
2772    #endif
2773    
2774    #ifndef GL_ARB_vertex_attrib_binding
2775    #define GL_VERTEX_ATTRIB_BINDING          0x82D4
2776    #define GL_VERTEX_ATTRIB_RELATIVE_OFFSET  0x82D5
2777    #define GL_VERTEX_BINDING_DIVISOR         0x82D6
2778    #define GL_VERTEX_BINDING_OFFSET          0x82D7
2779    #define GL_VERTEX_BINDING_STRIDE          0x82D8
2780    #define GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET 0x82D9
2781    #define GL_MAX_VERTEX_ATTRIB_BINDINGS     0x82DA
2782    #endif
2783    
2784    #ifndef GL_ARB_robustness_isolation
2785    #endif
2786    
2787    #ifndef GL_ARB_ES3_compatibility
2788    #define GL_COMPRESSED_RGB8_ETC2           0x9274
2789    #define GL_COMPRESSED_SRGB8_ETC2          0x9275
2790    #define GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 0x9276
2791    #define GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 0x9277
2792    #define GL_COMPRESSED_RGBA8_ETC2_EAC      0x9278
2793    #define GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC 0x9279
2794    #define GL_COMPRESSED_R11_EAC             0x9270
2795    #define GL_COMPRESSED_SIGNED_R11_EAC      0x9271
2796    #define GL_COMPRESSED_RG11_EAC            0x9272
2797    #define GL_COMPRESSED_SIGNED_RG11_EAC     0x9273
2798    #define GL_PRIMITIVE_RESTART_FIXED_INDEX  0x8D69
2799    #define GL_ANY_SAMPLES_PASSED_CONSERVATIVE 0x8D6A
2800    #define GL_MAX_ELEMENT_INDEX              0x8D6B
2801    #endif
2802    
2803    #ifndef GL_ARB_explicit_uniform_location
2804    #define GL_MAX_UNIFORM_LOCATIONS          0x826E
2805    #endif
2806    
2807    #ifndef GL_ARB_fragment_layer_viewport
2808    #endif
2809    
2810    #ifndef GL_ARB_framebuffer_no_attachments
2811    #define GL_FRAMEBUFFER_DEFAULT_WIDTH      0x9310
2812    #define GL_FRAMEBUFFER_DEFAULT_HEIGHT     0x9311
2813    #define GL_FRAMEBUFFER_DEFAULT_LAYERS     0x9312
2814    #define GL_FRAMEBUFFER_DEFAULT_SAMPLES    0x9313
2815    #define GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS 0x9314
2816    #define GL_MAX_FRAMEBUFFER_WIDTH          0x9315
2817    #define GL_MAX_FRAMEBUFFER_HEIGHT         0x9316
2818    #define GL_MAX_FRAMEBUFFER_LAYERS         0x9317
2819    #define GL_MAX_FRAMEBUFFER_SAMPLES        0x9318
2820    #endif
2821    
2822    #ifndef GL_ARB_internalformat_query2
2823    /* reuse GL_IMAGE_FORMAT_COMPATIBILITY_TYPE */
2824    /* reuse GL_NUM_SAMPLE_COUNTS */
2825    /* reuse GL_RENDERBUFFER */
2826    /* reuse GL_SAMPLES */
2827    /* reuse GL_TEXTURE_1D */
2828    /* reuse GL_TEXTURE_1D_ARRAY */
2829    /* reuse GL_TEXTURE_2D */
2830    /* reuse GL_TEXTURE_2D_ARRAY */
2831    /* reuse GL_TEXTURE_3D */
2832    /* reuse GL_TEXTURE_CUBE_MAP */
2833    /* reuse GL_TEXTURE_CUBE_MAP_ARRAY */
2834    /* reuse GL_TEXTURE_RECTANGLE */
2835    /* reuse GL_TEXTURE_BUFFER */
2836    /* reuse GL_TEXTURE_2D_MULTISAMPLE */
2837    /* reuse GL_TEXTURE_2D_MULTISAMPLE_ARRAY */
2838    /* reuse GL_TEXTURE_COMPRESSED */
2839    #define GL_INTERNALFORMAT_SUPPORTED       0x826F
2840    #define GL_INTERNALFORMAT_PREFERRED       0x8270
2841    #define GL_INTERNALFORMAT_RED_SIZE        0x8271
2842    #define GL_INTERNALFORMAT_GREEN_SIZE      0x8272
2843    #define GL_INTERNALFORMAT_BLUE_SIZE       0x8273
2844    #define GL_INTERNALFORMAT_ALPHA_SIZE      0x8274
2845    #define GL_INTERNALFORMAT_DEPTH_SIZE      0x8275
2846    #define GL_INTERNALFORMAT_STENCIL_SIZE    0x8276
2847    #define GL_INTERNALFORMAT_SHARED_SIZE     0x8277
2848    #define GL_INTERNALFORMAT_RED_TYPE        0x8278
2849    #define GL_INTERNALFORMAT_GREEN_TYPE      0x8279
2850    #define GL_INTERNALFORMAT_BLUE_TYPE       0x827A
2851    #define GL_INTERNALFORMAT_ALPHA_TYPE      0x827B
2852    #define GL_INTERNALFORMAT_DEPTH_TYPE      0x827C
2853    #define GL_INTERNALFORMAT_STENCIL_TYPE    0x827D
2854    #define GL_MAX_WIDTH                      0x827E
2855    #define GL_MAX_HEIGHT                     0x827F
2856    #define GL_MAX_DEPTH                      0x8280
2857    #define GL_MAX_LAYERS                     0x8281
2858    #define GL_MAX_COMBINED_DIMENSIONS        0x8282
2859    #define GL_COLOR_COMPONENTS               0x8283
2860    #define GL_DEPTH_COMPONENTS               0x8284
2861    #define GL_STENCIL_COMPONENTS             0x8285
2862    #define GL_COLOR_RENDERABLE               0x8286
2863    #define GL_DEPTH_RENDERABLE               0x8287
2864    #define GL_STENCIL_RENDERABLE             0x8288
2865    #define GL_FRAMEBUFFER_RENDERABLE         0x8289
2866    #define GL_FRAMEBUFFER_RENDERABLE_LAYERED 0x828A
2867    #define GL_FRAMEBUFFER_BLEND              0x828B
2868    #define GL_READ_PIXELS                    0x828C
2869    #define GL_READ_PIXELS_FORMAT             0x828D
2870    #define GL_READ_PIXELS_TYPE               0x828E
2871    #define GL_TEXTURE_IMAGE_FORMAT           0x828F
2872    #define GL_TEXTURE_IMAGE_TYPE             0x8290
2873    #define GL_GET_TEXTURE_IMAGE_FORMAT       0x8291
2874    #define GL_GET_TEXTURE_IMAGE_TYPE         0x8292
2875    #define GL_MIPMAP                         0x8293
2876    #define GL_MANUAL_GENERATE_MIPMAP         0x8294
2877    #define GL_AUTO_GENERATE_MIPMAP           0x8295
2878    #define GL_COLOR_ENCODING                 0x8296
2879    #define GL_SRGB_READ                      0x8297
2880    #define GL_SRGB_WRITE                     0x8298
2881    #define GL_SRGB_DECODE_ARB                0x8299
2882    #define GL_FILTER                         0x829A
2883    #define GL_VERTEX_TEXTURE                 0x829B
2884    #define GL_TESS_CONTROL_TEXTURE           0x829C
2885    #define GL_TESS_EVALUATION_TEXTURE        0x829D
2886    #define GL_GEOMETRY_TEXTURE               0x829E
2887    #define GL_FRAGMENT_TEXTURE               0x829F
2888    #define GL_COMPUTE_TEXTURE                0x82A0
2889    #define GL_TEXTURE_SHADOW                 0x82A1
2890    #define GL_TEXTURE_GATHER                 0x82A2
2891    #define GL_TEXTURE_GATHER_SHADOW          0x82A3
2892    #define GL_SHADER_IMAGE_LOAD              0x82A4
2893    #define GL_SHADER_IMAGE_STORE             0x82A5
2894    #define GL_SHADER_IMAGE_ATOMIC            0x82A6
2895    #define GL_IMAGE_TEXEL_SIZE               0x82A7
2896    #define GL_IMAGE_COMPATIBILITY_CLASS      0x82A8
2897    #define GL_IMAGE_PIXEL_FORMAT             0x82A9
2898    #define GL_IMAGE_PIXEL_TYPE               0x82AA
2899    #define GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST 0x82AC
2900    #define GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST 0x82AD
2901    #define GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE 0x82AE
2902    #define GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE 0x82AF
2903    #define GL_TEXTURE_COMPRESSED_BLOCK_WIDTH 0x82B1
2904    #define GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT 0x82B2
2905    #define GL_TEXTURE_COMPRESSED_BLOCK_SIZE  0x82B3
2906    #define GL_CLEAR_BUFFER                   0x82B4
2907    #define GL_TEXTURE_VIEW                   0x82B5
2908    #define GL_VIEW_COMPATIBILITY_CLASS       0x82B6
2909    #define GL_FULL_SUPPORT                   0x82B7
2910    #define GL_CAVEAT_SUPPORT                 0x82B8
2911    #define GL_IMAGE_CLASS_4_X_32             0x82B9
2912    #define GL_IMAGE_CLASS_2_X_32             0x82BA
2913    #define GL_IMAGE_CLASS_1_X_32             0x82BB
2914    #define GL_IMAGE_CLASS_4_X_16             0x82BC
2915    #define GL_IMAGE_CLASS_2_X_16             0x82BD
2916    #define GL_IMAGE_CLASS_1_X_16             0x82BE
2917    #define GL_IMAGE_CLASS_4_X_8              0x82BF
2918    #define GL_IMAGE_CLASS_2_X_8              0x82C0
2919    #define GL_IMAGE_CLASS_1_X_8              0x82C1
2920    #define GL_IMAGE_CLASS_11_11_10           0x82C2
2921    #define GL_IMAGE_CLASS_10_10_10_2         0x82C3
2922    #define GL_VIEW_CLASS_128_BITS            0x82C4
2923    #define GL_VIEW_CLASS_96_BITS             0x82C5
2924    #define GL_VIEW_CLASS_64_BITS             0x82C6
2925    #define GL_VIEW_CLASS_48_BITS             0x82C7
2926    #define GL_VIEW_CLASS_32_BITS             0x82C8
2927    #define GL_VIEW_CLASS_24_BITS             0x82C9
2928    #define GL_VIEW_CLASS_16_BITS             0x82CA
2929    #define GL_VIEW_CLASS_8_BITS              0x82CB
2930    #define GL_VIEW_CLASS_S3TC_DXT1_RGB       0x82CC
2931    #define GL_VIEW_CLASS_S3TC_DXT1_RGBA      0x82CD
2932    #define GL_VIEW_CLASS_S3TC_DXT3_RGBA      0x82CE
2933    #define GL_VIEW_CLASS_S3TC_DXT5_RGBA      0x82CF
2934    #define GL_VIEW_CLASS_RGTC1_RED           0x82D0
2935    #define GL_VIEW_CLASS_RGTC2_RG            0x82D1
2936    #define GL_VIEW_CLASS_BPTC_UNORM          0x82D2
2937    #define GL_VIEW_CLASS_BPTC_FLOAT          0x82D3
2938    #endif
2939    
2940    #ifndef GL_ARB_invalidate_subdata
2941    #endif
2942    
2943    #ifndef GL_ARB_multi_draw_indirect
2944    #endif
2945    
2946    #ifndef GL_ARB_program_interface_query
2947    #define GL_UNIFORM                        0x92E1
2948    #define GL_UNIFORM_BLOCK                  0x92E2
2949    #define GL_PROGRAM_INPUT                  0x92E3
2950    #define GL_PROGRAM_OUTPUT                 0x92E4
2951    #define GL_BUFFER_VARIABLE                0x92E5
2952    #define GL_SHADER_STORAGE_BLOCK           0x92E6
2953    /* reuse GL_ATOMIC_COUNTER_BUFFER */
2954    #define GL_VERTEX_SUBROUTINE              0x92E8
2955    #define GL_TESS_CONTROL_SUBROUTINE        0x92E9
2956    #define GL_TESS_EVALUATION_SUBROUTINE     0x92EA
2957    #define GL_GEOMETRY_SUBROUTINE            0x92EB
2958    #define GL_FRAGMENT_SUBROUTINE            0x92EC
2959    #define GL_COMPUTE_SUBROUTINE             0x92ED
2960    #define GL_VERTEX_SUBROUTINE_UNIFORM      0x92EE
2961    #define GL_TESS_CONTROL_SUBROUTINE_UNIFORM 0x92EF
2962    #define GL_TESS_EVALUATION_SUBROUTINE_UNIFORM 0x92F0
2963    #define GL_GEOMETRY_SUBROUTINE_UNIFORM    0x92F1
2964    #define GL_FRAGMENT_SUBROUTINE_UNIFORM    0x92F2
2965    #define GL_COMPUTE_SUBROUTINE_UNIFORM     0x92F3
2966    #define GL_TRANSFORM_FEEDBACK_VARYING     0x92F4
2967    #define GL_ACTIVE_RESOURCES               0x92F5
2968    #define GL_MAX_NAME_LENGTH                0x92F6
2969    #define GL_MAX_NUM_ACTIVE_VARIABLES       0x92F7
2970    #define GL_MAX_NUM_COMPATIBLE_SUBROUTINES 0x92F8
2971    #define GL_NAME_LENGTH                    0x92F9
2972    #define GL_TYPE                           0x92FA
2973    #define GL_ARRAY_SIZE                     0x92FB
2974    #define GL_OFFSET                         0x92FC
2975    #define GL_BLOCK_INDEX                    0x92FD
2976    #define GL_ARRAY_STRIDE                   0x92FE
2977    #define GL_MATRIX_STRIDE                  0x92FF
2978    #define GL_IS_ROW_MAJOR                   0x9300
2979    #define GL_ATOMIC_COUNTER_BUFFER_INDEX    0x9301
2980    #define GL_BUFFER_BINDING                 0x9302
2981    #define GL_BUFFER_DATA_SIZE               0x9303
2982    #define GL_NUM_ACTIVE_VARIABLES           0x9304
2983    #define GL_ACTIVE_VARIABLES               0x9305
2984    #define GL_REFERENCED_BY_VERTEX_SHADER    0x9306
2985    #define GL_REFERENCED_BY_TESS_CONTROL_SHADER 0x9307
2986    #define GL_REFERENCED_BY_TESS_EVALUATION_SHADER 0x9308
2987    #define GL_REFERENCED_BY_GEOMETRY_SHADER  0x9309
2988    #define GL_REFERENCED_BY_FRAGMENT_SHADER  0x930A
2989    #define GL_REFERENCED_BY_COMPUTE_SHADER   0x930B
2990    #define GL_TOP_LEVEL_ARRAY_SIZE           0x930C
2991    #define GL_TOP_LEVEL_ARRAY_STRIDE         0x930D
2992    #define GL_LOCATION                       0x930E
2993    #define GL_LOCATION_INDEX                 0x930F
2994    #define GL_IS_PER_PATCH                   0x92E7
2995    /* reuse GL_NUM_COMPATIBLE_SUBROUTINES */
2996    /* reuse GL_COMPATIBLE_SUBROUTINES */
2997    #endif
2998    
2999    #ifndef GL_ARB_robust_buffer_access_behavior
3000    #endif
3001    
3002    #ifndef GL_ARB_shader_image_size
3003    #endif
3004    
3005    #ifndef GL_ARB_shader_storage_buffer_object
3006    #define GL_SHADER_STORAGE_BUFFER          0x90D2
3007    #define GL_SHADER_STORAGE_BUFFER_BINDING  0x90D3
3008    #define GL_SHADER_STORAGE_BUFFER_START    0x90D4
3009    #define GL_SHADER_STORAGE_BUFFER_SIZE     0x90D5
3010    #define GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS 0x90D6
3011    #define GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS 0x90D7
3012    #define GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS 0x90D8
3013    #define GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS 0x90D9
3014    #define GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS 0x90DA
3015    #define GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS 0x90DB
3016    #define GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS 0x90DC
3017    #define GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS 0x90DD
3018    #define GL_MAX_SHADER_STORAGE_BLOCK_SIZE  0x90DE
3019    #define GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT 0x90DF
3020    #define GL_SHADER_STORAGE_BARRIER_BIT     0x2000
3021    #define GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS
3022    /* reuse GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS */
3023    #endif
3024    
3025    #ifndef GL_ARB_stencil_texturing
3026    #define GL_DEPTH_STENCIL_TEXTURE_MODE     0x90EA
3027    #endif
3028    
3029    #ifndef GL_ARB_texture_buffer_range
3030    #define GL_TEXTURE_BUFFER_OFFSET          0x919D
3031    #define GL_TEXTURE_BUFFER_SIZE            0x919E
3032    #define GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT 0x919F
3033    #endif
3034    
3035    #ifndef GL_ARB_texture_query_levels
3036    #endif
3037    
3038    #ifndef GL_ARB_texture_storage_multisample
3039    #endif
3040    
3041  #ifndef GL_EXT_abgr  #ifndef GL_EXT_abgr
3042  #define GL_ABGR_EXT                       0x8000  #define GL_ABGR_EXT                       0x8000
3043  #endif  #endif
# Line 4255  extern "C" { Line 4894  extern "C" {
4894  #define GL_RGB4_S3TC                      0x83A1  #define GL_RGB4_S3TC                      0x83A1
4895  #define GL_RGBA_S3TC                      0x83A2  #define GL_RGBA_S3TC                      0x83A2
4896  #define GL_RGBA4_S3TC                     0x83A3  #define GL_RGBA4_S3TC                     0x83A3
4897    #define GL_RGBA_DXT5_S3TC                 0x83A4
4898    #define GL_RGBA4_DXT5_S3TC                0x83A5
4899  #endif  #endif
4900    
4901  #ifndef GL_ATI_draw_buffers  #ifndef GL_ATI_draw_buffers
# Line 4278  extern "C" { Line 4919  extern "C" {
4919  #endif  #endif
4920    
4921  #ifndef GL_ATI_pixel_format_float  #ifndef GL_ATI_pixel_format_float
4922  #define GL_TYPE_RGBA_FLOAT_ATI            0x8820  #define GL_RGBA_FLOAT_MODE_ATI            0x8820
4923  #define GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI 0x8835  #define GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI 0x8835
4924  #endif  #endif
4925    
# Line 4368  extern "C" { Line 5009  extern "C" {
5009  #ifndef GL_ATI_vertex_attrib_array_object  #ifndef GL_ATI_vertex_attrib_array_object
5010  #endif  #endif
5011    
5012    #ifndef GL_OES_byte_coordinates
5013    #endif
5014    
5015    #ifndef GL_OES_fixed_point
5016    #define GL_FIXED_OES                      0x140C
5017    #endif
5018    
5019    #ifndef GL_OES_single_precision
5020    #endif
5021    
5022    #ifndef GL_OES_compressed_paletted_texture
5023    #define GL_PALETTE4_RGB8_OES              0x8B90
5024    #define GL_PALETTE4_RGBA8_OES             0x8B91
5025    #define GL_PALETTE4_R5_G6_B5_OES          0x8B92
5026    #define GL_PALETTE4_RGBA4_OES             0x8B93
5027    #define GL_PALETTE4_RGB5_A1_OES           0x8B94
5028    #define GL_PALETTE8_RGB8_OES              0x8B95
5029    #define GL_PALETTE8_RGBA8_OES             0x8B96
5030    #define GL_PALETTE8_R5_G6_B5_OES          0x8B97
5031    #define GL_PALETTE8_RGBA4_OES             0x8B98
5032    #define GL_PALETTE8_RGB5_A1_OES           0x8B99
5033    #endif
5034    
5035  #ifndef GL_OES_read_format  #ifndef GL_OES_read_format
5036  #define GL_IMPLEMENTATION_COLOR_READ_TYPE_OES 0x8B9A  #define GL_IMPLEMENTATION_COLOR_READ_TYPE_OES 0x8B9A
5037  #define GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES 0x8B9B  #define GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES 0x8B9B
5038  #endif  #endif
5039    
5040    #ifndef GL_OES_query_matrix
5041    #endif
5042    
5043  #ifndef GL_EXT_depth_bounds_test  #ifndef GL_EXT_depth_bounds_test
5044  #define GL_DEPTH_BOUNDS_TEST_EXT          0x8890  #define GL_DEPTH_BOUNDS_TEST_EXT          0x8890
5045  #define GL_DEPTH_BOUNDS_EXT               0x8891  #define GL_DEPTH_BOUNDS_EXT               0x8891
# Line 4738  extern "C" { Line 5405  extern "C" {
5405  #define GL_PRIMITIVES_GENERATED_NV        0x8C87  #define GL_PRIMITIVES_GENERATED_NV        0x8C87
5406  #define GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV 0x8C88  #define GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV 0x8C88
5407  #define GL_RASTERIZER_DISCARD_NV          0x8C89  #define GL_RASTERIZER_DISCARD_NV          0x8C89
5408  #define GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_ATTRIBS_NV 0x8C8A  #define GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_NV 0x8C8A
5409  #define GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV 0x8C8B  #define GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV 0x8C8B
5410  #define GL_INTERLEAVED_ATTRIBS_NV         0x8C8C  #define GL_INTERLEAVED_ATTRIBS_NV         0x8C8C
5411  #define GL_SEPARATE_ATTRIBS_NV            0x8C8D  #define GL_SEPARATE_ATTRIBS_NV            0x8C8D
# Line 5255  extern "C" { Line 5922  extern "C" {
5922  #endif  #endif
5923    
5924  #ifndef GL_AMD_debug_output  #ifndef GL_AMD_debug_output
5925    #define GL_MAX_DEBUG_MESSAGE_LENGTH_AMD   0x9143
5926  #define GL_MAX_DEBUG_LOGGED_MESSAGES_AMD  0x9144  #define GL_MAX_DEBUG_LOGGED_MESSAGES_AMD  0x9144
5927  #define GL_DEBUG_LOGGED_MESSAGES_AMD      0x9145  #define GL_DEBUG_LOGGED_MESSAGES_AMD      0x9145
5928  #define GL_DEBUG_SEVERITY_HIGH_AMD        0x9146  #define GL_DEBUG_SEVERITY_HIGH_AMD        0x9146
# Line 5339  extern "C" { Line 6007  extern "C" {
6007  #define GL_PATH_FILL_COVER_MODE_NV        0x9082  #define GL_PATH_FILL_COVER_MODE_NV        0x9082
6008  #define GL_PATH_STROKE_COVER_MODE_NV      0x9083  #define GL_PATH_STROKE_COVER_MODE_NV      0x9083
6009  #define GL_PATH_STROKE_MASK_NV            0x9084  #define GL_PATH_STROKE_MASK_NV            0x9084
 #define GL_PATH_SAMPLE_QUALITY_NV         0x9085  
 #define GL_PATH_STROKE_BOUND_NV           0x9086  
 #define GL_PATH_STROKE_OVERSAMPLE_COUNT_NV 0x9087  
6010  #define GL_COUNT_UP_NV                    0x9088  #define GL_COUNT_UP_NV                    0x9088
6011  #define GL_COUNT_DOWN_NV                  0x9089  #define GL_COUNT_DOWN_NV                  0x9089
6012  #define GL_PATH_OBJECT_BOUNDING_BOX_NV    0x908A  #define GL_PATH_OBJECT_BOUNDING_BOX_NV    0x908A
6013  #define GL_CONVEX_HULL_NV                 0x908B  #define GL_CONVEX_HULL_NV                 0x908B
 #define GL_MULTI_HULLS_NV                 0x908C  
6014  #define GL_BOUNDING_BOX_NV                0x908D  #define GL_BOUNDING_BOX_NV                0x908D
6015  #define GL_TRANSLATE_X_NV                 0x908E  #define GL_TRANSLATE_X_NV                 0x908E
6016  #define GL_TRANSLATE_Y_NV                 0x908F  #define GL_TRANSLATE_Y_NV                 0x908F
6017  #define GL_TRANSLATE_2D_NV                0x9090  #define GL_TRANSLATE_2D_NV                0x9090
6018  #define GL_TRANSLATE_3D_NV                0x9091  #define GL_TRANSLATE_3D_NV                0x9091
6019  #define GL_AFFINE_2D_NV                   0x9092  #define GL_AFFINE_2D_NV                   0x9092
 #define GL_PROJECTIVE_2D_NV               0x9093  
6020  #define GL_AFFINE_3D_NV                   0x9094  #define GL_AFFINE_3D_NV                   0x9094
 #define GL_PROJECTIVE_3D_NV               0x9095  
6021  #define GL_TRANSPOSE_AFFINE_2D_NV         0x9096  #define GL_TRANSPOSE_AFFINE_2D_NV         0x9096
 #define GL_TRANSPOSE_PROJECTIVE_2D_NV     0x9097  
6022  #define GL_TRANSPOSE_AFFINE_3D_NV         0x9098  #define GL_TRANSPOSE_AFFINE_3D_NV         0x9098
 #define GL_TRANSPOSE_PROJECTIVE_3D_NV     0x9099  
6023  #define GL_UTF8_NV                        0x909A  #define GL_UTF8_NV                        0x909A
6024  #define GL_UTF16_NV                       0x909B  #define GL_UTF16_NV                       0x909B
6025  #define GL_BOUNDING_BOX_OF_BOUNDING_BOXES_NV 0x909C  #define GL_BOUNDING_BOX_OF_BOUNDING_BOXES_NV 0x909C
# Line 5439  extern "C" { Line 6099  extern "C" {
6099  #define GL_GLYPH_VERTICAL_BEARING_X_BIT_NV 0x20  #define GL_GLYPH_VERTICAL_BEARING_X_BIT_NV 0x20
6100  #define GL_GLYPH_VERTICAL_BEARING_Y_BIT_NV 0x40  #define GL_GLYPH_VERTICAL_BEARING_Y_BIT_NV 0x40
6101  #define GL_GLYPH_VERTICAL_BEARING_ADVANCE_BIT_NV 0x80  #define GL_GLYPH_VERTICAL_BEARING_ADVANCE_BIT_NV 0x80
6102  #define GL_GLYPH_HAS_KERNING_NV           0x100  #define GL_GLYPH_HAS_KERNING_BIT_NV       0x100
6103  #define GL_FONT_X_MIN_BOUNDS_NV           0x00010000  #define GL_FONT_X_MIN_BOUNDS_BIT_NV       0x00010000
6104  #define GL_FONT_Y_MIN_BOUNDS_NV           0x00020000  #define GL_FONT_Y_MIN_BOUNDS_BIT_NV       0x00020000
6105  #define GL_FONT_X_MAX_BOUNDS_NV           0x00040000  #define GL_FONT_X_MAX_BOUNDS_BIT_NV       0x00040000
6106  #define GL_FONT_Y_MAX_BOUNDS_NV           0x00080000  #define GL_FONT_Y_MAX_BOUNDS_BIT_NV       0x00080000
6107  #define GL_FONT_UNITS_PER_EM_NV           0x00100000  #define GL_FONT_UNITS_PER_EM_BIT_NV       0x00100000
6108  #define GL_FONT_ASCENDER_NV               0x00200000  #define GL_FONT_ASCENDER_BIT_NV           0x00200000
6109  #define GL_FONT_DESCENDER_NV              0x00400000  #define GL_FONT_DESCENDER_BIT_NV          0x00400000
6110  #define GL_FONT_HEIGHT_NV                 0x00800000  #define GL_FONT_HEIGHT_BIT_NV             0x00800000
6111  #define GL_FONT_MAX_ADVANCE_WIDTH_NV      0x01000000  #define GL_FONT_MAX_ADVANCE_WIDTH_BIT_NV  0x01000000
6112  #define GL_FONT_MAX_ADVANCE_HEIGHT_NV     0x02000000  #define GL_FONT_MAX_ADVANCE_HEIGHT_BIT_NV 0x02000000
6113  #define GL_FONT_UNDERLINE_POSITION_NV     0x04000000  #define GL_FONT_UNDERLINE_POSITION_BIT_NV 0x04000000
6114  #define GL_FONT_UNDERLINE_THICKNESS_NV    0x08000000  #define GL_FONT_UNDERLINE_THICKNESS_BIT_NV 0x08000000
6115  #define GL_FONT_HAS_KERNING_NV            0x10000000  #define GL_FONT_HAS_KERNING_BIT_NV        0x10000000
6116    /* reuse GL_PRIMARY_COLOR */
6117    /* reuse GL_PRIMARY_COLOR_NV */
6118    /* reuse GL_SECONDARY_COLOR_NV */
6119  #endif  #endif
6120    
6121  #ifndef GL_AMD_pinned_memory  #ifndef GL_AMD_pinned_memory
# Line 5478  extern "C" { Line 6141  extern "C" {
6141  #ifndef GL_NV_shader_atomic_float  #ifndef GL_NV_shader_atomic_float
6142  #endif  #endif
6143    
6144    #ifndef GL_AMD_query_buffer_object
6145    #define GL_QUERY_BUFFER_AMD               0x9192
6146    #define GL_QUERY_BUFFER_BINDING_AMD       0x9193
6147    #define GL_QUERY_RESULT_NO_WAIT_AMD       0x9194
6148    #endif
6149    
6150    #ifndef GL_NV_compute_program5
6151    #define GL_COMPUTE_PROGRAM_NV             0x90FB
6152    #define GL_COMPUTE_PROGRAM_PARAMETER_BUFFER_NV 0x90FC
6153    #endif
6154    
6155    #ifndef GL_NV_shader_storage_buffer_object
6156    #endif
6157    
6158    #ifndef GL_NV_shader_atomic_counters
6159    #endif
6160    
6161    #ifndef GL_NV_deep_texture3D
6162    #define GL_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV 0x90D0
6163    #define GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV   0x90D1
6164    #endif
6165    
6166    #ifndef GL_NVX_conditional_render
6167    #endif
6168    
6169    #ifndef GL_AMD_sparse_texture
6170    #define GL_VIRTUAL_PAGE_SIZE_X_AMD        0x9195
6171    #define GL_VIRTUAL_PAGE_SIZE_Y_AMD        0x9196
6172    #define GL_VIRTUAL_PAGE_SIZE_Z_AMD        0x9197
6173    #define GL_MAX_SPARSE_TEXTURE_SIZE_AMD    0x9198
6174    #define GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD 0x9199
6175    #define GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS 0x919A
6176    #define GL_MIN_SPARSE_LEVEL_AMD           0x919B
6177    #define GL_MIN_LOD_WARNING_AMD            0x919C
6178    #define GL_TEXTURE_STORAGE_SPARSE_BIT_AMD 0x00000001
6179    #endif
6180    
6181    #ifndef GL_AMD_shader_trinary_minmax
6182    #endif
6183    
6184    #ifndef GL_INTEL_map_texture
6185    #define GL_TEXTURE_MEMORY_LAYOUT_INTEL    0x83FF
6186    #define GL_LAYOUT_DEFAULT_INTEL           0
6187    #define GL_LAYOUT_LINEAR_INTEL            1
6188    #define GL_LAYOUT_LINEAR_CPU_CACHED_INTEL 2
6189    #endif
6190    
6191    #ifndef GL_NV_draw_texture
6192    #endif
6193    
6194    
6195  /*************************************************************/  /*************************************************************/
6196    
# Line 5577  typedef void (APIENTRY *GLDEBUGPROCARB)( Line 6290  typedef void (APIENTRY *GLDEBUGPROCARB)(
6290  typedef void (APIENTRY *GLDEBUGPROCAMD)(GLuint id,GLenum category,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam);  typedef void (APIENTRY *GLDEBUGPROCAMD)(GLuint id,GLenum category,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam);
6291  #endif  #endif
6292    
6293    #ifndef GL_KHR_debug
6294    typedef void (APIENTRY *GLDEBUGPROC)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam);
6295    #endif
6296    
6297  #ifndef GL_NV_vdpau_interop  #ifndef GL_NV_vdpau_interop
6298  typedef GLintptr GLvdpauSurfaceNV;  typedef GLintptr GLvdpauSurfaceNV;
6299  #endif  #endif
6300    
6301    #ifndef GL_OES_fixed_point
6302    /* GLint must be 32 bits, a relatively safe assumption on modern CPUs */
6303    typedef GLint GLfixed;
6304    #endif
6305    
6306  #ifndef GL_VERSION_1_2  #ifndef GL_VERSION_1_2
6307  #define GL_VERSION_1_2 1  #define GL_VERSION_1_2 1
6308  #ifdef GL_GLEXT_PROTOTYPES  #ifdef GL_GLEXT_PROTOTYPES
# Line 5590  GLAPI void APIENTRY glDrawRangeElements Line 6312  GLAPI void APIENTRY glDrawRangeElements
6312  GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);  GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
6313  GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);  GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);
6314  GLAPI void APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);  GLAPI void APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
 #endif /* GL_GLEXT_PROTOTYPES */  
 typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);  
 typedef void (APIENTRYP PFNGLBLENDEQUATIONPROC) (GLenum mode);  
 typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices);  
 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);  
 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);  
 typedef void (APIENTRYP PFNGLCOPYTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);  
 #endif  
   
 #ifndef GL_VERSION_1_2_DEPRECATED  
 #define GL_VERSION_1_2_DEPRECATED 1  
 #ifdef GL_GLEXT_PROTOTYPES  
6315  GLAPI void APIENTRY glColorTable (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);  GLAPI void APIENTRY glColorTable (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
6316  GLAPI void APIENTRY glColorTableParameterfv (GLenum target, GLenum pname, const GLfloat *params);  GLAPI void APIENTRY glColorTableParameterfv (GLenum target, GLenum pname, const GLfloat *params);
6317  GLAPI void APIENTRY glColorTableParameteriv (GLenum target, GLenum pname, const GLint *params);  GLAPI void APIENTRY glColorTableParameteriv (GLenum target, GLenum pname, const GLint *params);
# Line 5635  GLAPI void APIENTRY glMinmax (GLenum tar Line 6345  GLAPI void APIENTRY glMinmax (GLenum tar
6345  GLAPI void APIENTRY glResetHistogram (GLenum target);  GLAPI void APIENTRY glResetHistogram (GLenum target);
6346  GLAPI void APIENTRY glResetMinmax (GLenum target);  GLAPI void APIENTRY glResetMinmax (GLenum target);
6347  #endif /* GL_GLEXT_PROTOTYPES */  #endif /* GL_GLEXT_PROTOTYPES */
6348    typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
6349    typedef void (APIENTRYP PFNGLBLENDEQUATIONPROC) (GLenum mode);
6350    typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices);
6351    typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
6352    typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);
6353    typedef void (APIENTRYP PFNGLCOPYTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
6354  typedef void (APIENTRYP PFNGLCOLORTABLEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);  typedef void (APIENTRYP PFNGLCOLORTABLEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
6355  typedef void (APIENTRYP PFNGLCOLORTABLEPARAMETERFVPROC) (GLenum target, GLenum pname, const GLfloat *params);  typedef void (APIENTRYP PFNGLCOLORTABLEPARAMETERFVPROC) (GLenum target, GLenum pname, const GLfloat *params);
6356  typedef void (APIENTRYP PFNGLCOLORTABLEPARAMETERIVPROC) (GLenum target, GLenum pname, const GLint *params);  typedef void (APIENTRYP PFNGLCOLORTABLEPARAMETERIVPROC) (GLenum target, GLenum pname, const GLint *params);
# Line 5681  GLAPI void APIENTRY glCompressedTexSubIm Line 6397  GLAPI void APIENTRY glCompressedTexSubIm
6397  GLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);  GLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
6398  GLAPI void APIENTRY glCompressedTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data);  GLAPI void APIENTRY glCompressedTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data);
6399  GLAPI void APIENTRY glGetCompressedTexImage (GLenum target, GLint level, GLvoid *img);  GLAPI void APIENTRY glGetCompressedTexImage (GLenum target, GLint level, GLvoid *img);
 #endif /* GL_GLEXT_PROTOTYPES */  
 typedef void (APIENTRYP PFNGLACTIVETEXTUREPROC) (GLenum texture);  
 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLfloat value, GLboolean invert);  
 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data);  
 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);  
 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE1DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data);  
 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data);  
 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);  
 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data);  
 typedef void (APIENTRYP PFNGLGETCOMPRESSEDTEXIMAGEPROC) (GLenum target, GLint level, GLvoid *img);  
 #endif  
   
 #ifndef GL_VERSION_1_3_DEPRECATED  
 #define GL_VERSION_1_3_DEPRECATED 1  
 #ifdef GL_GLEXT_PROTOTYPES  
6400  GLAPI void APIENTRY glClientActiveTexture (GLenum texture);  GLAPI void APIENTRY glClientActiveTexture (GLenum texture);
6401  GLAPI void APIENTRY glMultiTexCoord1d (GLenum target, GLdouble s);  GLAPI void APIENTRY glMultiTexCoord1d (GLenum target, GLdouble s);
6402  GLAPI void APIENTRY glMultiTexCoord1dv (GLenum target, const GLdouble *v);  GLAPI void APIENTRY glMultiTexCoord1dv (GLenum target, const GLdouble *v);
# Line 5734  GLAPI void APIENTRY glLoadTransposeMatri Line 6435  GLAPI void APIENTRY glLoadTransposeMatri
6435  GLAPI void APIENTRY glMultTransposeMatrixf (const GLfloat *m);  GLAPI void APIENTRY glMultTransposeMatrixf (const GLfloat *m);
6436  GLAPI void APIENTRY glMultTransposeMatrixd (const GLdouble *m);  GLAPI void APIENTRY glMultTransposeMatrixd (const GLdouble *m);
6437  #endif /* GL_GLEXT_PROTOTYPES */  #endif /* GL_GLEXT_PROTOTYPES */
6438    typedef void (APIENTRYP PFNGLACTIVETEXTUREPROC) (GLenum texture);
6439    typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLfloat value, GLboolean invert);
6440    typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data);
6441    typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
6442    typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE1DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data);
6443    typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data);
6444    typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
6445    typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data);
6446    typedef void (APIENTRYP PFNGLGETCOMPRESSEDTEXIMAGEPROC) (GLenum target, GLint level, GLvoid *img);
6447  typedef void (APIENTRYP PFNGLCLIENTACTIVETEXTUREPROC) (GLenum texture);  typedef void (APIENTRYP PFNGLCLIENTACTIVETEXTUREPROC) (GLenum texture);
6448  typedef void (APIENTRYP PFNGLMULTITEXCOORD1DPROC) (GLenum target, GLdouble s);  typedef void (APIENTRYP PFNGLMULTITEXCOORD1DPROC) (GLenum target, GLdouble s);
6449  typedef void (APIENTRYP PFNGLMULTITEXCOORD1DVPROC) (GLenum target, const GLdouble *v);  typedef void (APIENTRYP PFNGLMULTITEXCOORD1DVPROC) (GLenum target, const GLdouble *v);
# Line 5777  typedef void (APIENTRYP PFNGLMULTTRANSPO Line 6487  typedef void (APIENTRYP PFNGLMULTTRANSPO
6487  #define GL_VERSION_1_4 1  #define GL_VERSION_1_4 1
6488  #ifdef GL_GLEXT_PROTOTYPES  #ifdef GL_GLEXT_PROTOTYPES
6489  GLAPI void APIENTRY glBlendFuncSeparate (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);  GLAPI void APIENTRY glBlendFuncSeparate (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
6490  GLAPI void APIENTRY glMultiDrawArrays (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);  GLAPI void APIENTRY glMultiDrawArrays (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount);
6491  GLAPI void APIENTRY glMultiDrawElements (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* const *indices, GLsizei primcount);  GLAPI void APIENTRY glMultiDrawElements (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* const *indices, GLsizei drawcount);
6492  GLAPI void APIENTRY glPointParameterf (GLenum pname, GLfloat param);  GLAPI void APIENTRY glPointParameterf (GLenum pname, GLfloat param);
6493  GLAPI void APIENTRY glPointParameterfv (GLenum pname, const GLfloat *params);  GLAPI void APIENTRY glPointParameterfv (GLenum pname, const GLfloat *params);
6494  GLAPI void APIENTRY glPointParameteri (GLenum pname, GLint param);  GLAPI void APIENTRY glPointParameteri (GLenum pname, GLint param);
6495  GLAPI void APIENTRY glPointParameteriv (GLenum pname, const GLint *params);  GLAPI void APIENTRY glPointParameteriv (GLenum pname, const GLint *params);
 #endif /* GL_GLEXT_PROTOTYPES */  
 typedef void (APIENTRYP PFNGLBLENDFUNCSEPARATEPROC) (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);  
 typedef void (APIENTRYP PFNGLMULTIDRAWARRAYSPROC) (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);  
 typedef void (APIENTRYP PFNGLMULTIDRAWELEMENTSPROC) (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* const *indices, GLsizei primcount);  
 typedef void (APIENTRYP PFNGLPOINTPARAMETERFPROC) (GLenum pname, GLfloat param);  
 typedef void (APIENTRYP PFNGLPOINTPARAMETERFVPROC) (GLenum pname, const GLfloat *params);  
 typedef void (APIENTRYP PFNGLPOINTPARAMETERIPROC) (GLenum pname, GLint param);  
 typedef void (APIENTRYP PFNGLPOINTPARAMETERIVPROC) (GLenum pname, const GLint *params);  
 #endif  
   
 #ifndef GL_VERSION_1_4_DEPRECATED  
 #define GL_VERSION_1_4_DEPRECATED 1  
 #ifdef GL_GLEXT_PROTOTYPES  
6496  GLAPI void APIENTRY glFogCoordf (GLfloat coord);  GLAPI void APIENTRY glFogCoordf (GLfloat coord);
6497  GLAPI void APIENTRY glFogCoordfv (const GLfloat *coord);  GLAPI void APIENTRY glFogCoordfv (const GLfloat *coord);
6498  GLAPI void APIENTRY glFogCoordd (GLdouble coord);  GLAPI void APIENTRY glFogCoordd (GLdouble coord);
# Line 5835  GLAPI void APIENTRY glWindowPos3iv (cons Line 6532  GLAPI void APIENTRY glWindowPos3iv (cons
6532  GLAPI void APIENTRY glWindowPos3s (GLshort x, GLshort y, GLshort z);  GLAPI void APIENTRY glWindowPos3s (GLshort x, GLshort y, GLshort z);
6533  GLAPI void APIENTRY glWindowPos3sv (const GLshort *v);  GLAPI void APIENTRY glWindowPos3sv (const GLshort *v);
6534  #endif /* GL_GLEXT_PROTOTYPES */  #endif /* GL_GLEXT_PROTOTYPES */
6535    typedef void (APIENTRYP PFNGLBLENDFUNCSEPARATEPROC) (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
6536    typedef void (APIENTRYP PFNGLMULTIDRAWARRAYSPROC) (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount);
6537    typedef void (APIENTRYP PFNGLMULTIDRAWELEMENTSPROC) (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* const *indices, GLsizei drawcount);
6538    typedef void (APIENTRYP PFNGLPOINTPARAMETERFPROC) (GLenum pname, GLfloat param);
6539    typedef void (APIENTRYP PFNGLPOINTPARAMETERFVPROC) (GLenum pname, const GLfloat *params);
6540    typedef void (APIENTRYP PFNGLPOINTPARAMETERIPROC) (GLenum pname, GLint param);
6541    typedef void (APIENTRYP PFNGLPOINTPARAMETERIVPROC) (GLenum pname, const GLint *params);
6542  typedef void (APIENTRYP PFNGLFOGCOORDFPROC) (GLfloat coord);  typedef void (APIENTRYP PFNGLFOGCOORDFPROC) (GLfloat coord);
6543  typedef void (APIENTRYP PFNGLFOGCOORDFVPROC) (const GLfloat *coord);  typedef void (APIENTRYP PFNGLFOGCOORDFVPROC) (const GLfloat *coord);
6544  typedef void (APIENTRYP PFNGLFOGCOORDDPROC) (GLdouble coord);  typedef void (APIENTRYP PFNGLFOGCOORDDPROC) (GLdouble coord);
# Line 6261  typedef const GLubyte * (APIENTRYP PFNGL Line 6965  typedef const GLubyte * (APIENTRYP PFNGL
6965  /* ARB_copy_buffer */  /* ARB_copy_buffer */
6966  /* ARB_uniform_buffer_object */  /* ARB_uniform_buffer_object */
6967  #ifdef GL_GLEXT_PROTOTYPES  #ifdef GL_GLEXT_PROTOTYPES
6968  GLAPI void APIENTRY glDrawArraysInstanced (GLenum mode, GLint first, GLsizei count, GLsizei primcount);  GLAPI void APIENTRY glDrawArraysInstanced (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
6969  GLAPI void APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);  GLAPI void APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount);
6970  GLAPI void APIENTRY glTexBuffer (GLenum target, GLenum internalformat, GLuint buffer);  GLAPI void APIENTRY glTexBuffer (GLenum target, GLenum internalformat, GLuint buffer);
6971  GLAPI void APIENTRY glPrimitiveRestartIndex (GLuint index);  GLAPI void APIENTRY glPrimitiveRestartIndex (GLuint index);
6972  #endif /* GL_GLEXT_PROTOTYPES */  #endif /* GL_GLEXT_PROTOTYPES */
6973  typedef void (APIENTRYP PFNGLDRAWARRAYSINSTANCEDPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount);  typedef void (APIENTRYP PFNGLDRAWARRAYSINSTANCEDPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
6974  typedef void (APIENTRYP PFNGLDRAWELEMENTSINSTANCEDPROC) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);  typedef void (APIENTRYP PFNGLDRAWELEMENTSINSTANCEDPROC) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount);
6975  typedef void (APIENTRYP PFNGLTEXBUFFERPROC) (GLenum target, GLenum internalformat, GLuint buffer);  typedef void (APIENTRYP PFNGLTEXBUFFERPROC) (GLenum target, GLenum internalformat, GLuint buffer);
6976  typedef void (APIENTRYP PFNGLPRIMITIVERESTARTINDEXPROC) (GLuint index);  typedef void (APIENTRYP PFNGLPRIMITIVERESTARTINDEXPROC) (GLuint index);
6977  #endif  #endif
# Line 6362  typedef void (APIENTRYP PFNGLBLENDFUNCSE Line 7066  typedef void (APIENTRYP PFNGLBLENDFUNCSE
7066  /* ARB_texture_storage */  /* ARB_texture_storage */
7067  #endif  #endif
7068    
7069    #ifndef GL_VERSION_4_3
7070    #define GL_VERSION_4_3 1
7071    /* OpenGL 4.3 reuses entry points from these extensions: */
7072    /* ARB_arrays_of_arrays (no entry points, GLSL only) */
7073    /* ARB_fragment_layer_viewport (no entry points, GLSL only) */
7074    /* ARB_shader_image_size (no entry points, GLSL only) */
7075    /* ARB_ES3_compatibility (no entry points) */
7076    /* ARB_clear_buffer_object */
7077    /* ARB_compute_shader */
7078    /* ARB_copy_image */
7079    /* KHR_debug (includes ARB_debug_output commands promoted to KHR without suffixes) */
7080    /* ARB_explicit_uniform_location (no entry points) */
7081    /* ARB_framebuffer_no_attachments */
7082    /* ARB_internalformat_query2 */
7083    /* ARB_invalidate_subdata */
7084    /* ARB_multi_draw_indirect */
7085    /* ARB_program_interface_query */
7086    /* ARB_robust_buffer_access_behavior (no entry points) */
7087    /* ARB_shader_storage_buffer_object */
7088    /* ARB_stencil_texturing (no entry points) */
7089    /* ARB_texture_buffer_range */
7090    /* ARB_texture_query_levels (no entry points) */
7091    /* ARB_texture_storage_multisample */
7092    /* ARB_texture_view */
7093    /* ARB_vertex_attrib_binding */
7094    #endif
7095    
7096  #ifndef GL_ARB_multitexture  #ifndef GL_ARB_multitexture
7097  #define GL_ARB_multitexture 1  #define GL_ARB_multitexture 1
7098  #ifdef GL_GLEXT_PROTOTYPES  #ifdef GL_GLEXT_PROTOTYPES
# Line 7116  typedef void (APIENTRYP PFNGLCOPYBUFFERS Line 7847  typedef void (APIENTRYP PFNGLCOPYBUFFERS
7847  #ifdef GL_GLEXT_PROTOTYPES  #ifdef GL_GLEXT_PROTOTYPES
7848  GLAPI void APIENTRY glDrawElementsBaseVertex (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);  GLAPI void APIENTRY glDrawElementsBaseVertex (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);
7849  GLAPI void APIENTRY glDrawRangeElementsBaseVertex (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);  GLAPI void APIENTRY glDrawRangeElementsBaseVertex (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);
7850  GLAPI void APIENTRY glDrawElementsInstancedBaseVertex (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex);  GLAPI void APIENTRY glDrawElementsInstancedBaseVertex (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex);
7851  GLAPI void APIENTRY glMultiDrawElementsBaseVertex (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* const *indices, GLsizei primcount, const GLint *basevertex);  GLAPI void APIENTRY glMultiDrawElementsBaseVertex (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* const *indices, GLsizei drawcount, const GLint *basevertex);
7852  #endif /* GL_GLEXT_PROTOTYPES */  #endif /* GL_GLEXT_PROTOTYPES */
7853  typedef void (APIENTRYP PFNGLDRAWELEMENTSBASEVERTEXPROC) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);  typedef void (APIENTRYP PFNGLDRAWELEMENTSBASEVERTEXPROC) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);
7854  typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);  typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);
7855  typedef void (APIENTRYP PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex);  typedef void (APIENTRYP PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex);
7856  typedef void (APIENTRYP PFNGLMULTIDRAWELEMENTSBASEVERTEXPROC) (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* const *indices, GLsizei primcount, const GLint *basevertex);  typedef void (APIENTRYP PFNGLMULTIDRAWELEMENTSBASEVERTEXPROC) (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* const *indices, GLsizei drawcount, const GLint *basevertex);
7857  #endif  #endif
7858    
7859  #ifndef GL_ARB_fragment_coord_conventions  #ifndef GL_ARB_fragment_coord_conventions
# Line 7800  typedef void (APIENTRYP PFNGLGETNUNIFORM Line 8531  typedef void (APIENTRYP PFNGLGETNUNIFORM
8531  #ifndef GL_ARB_base_instance  #ifndef GL_ARB_base_instance
8532  #define GL_ARB_base_instance 1  #define GL_ARB_base_instance 1
8533  #ifdef GL_GLEXT_PROTOTYPES  #ifdef GL_GLEXT_PROTOTYPES
8534  GLAPI void APIENTRY glDrawArraysInstancedBaseInstance (GLenum mode, GLint first, GLsizei count, GLsizei primcount, GLuint baseinstance);  GLAPI void APIENTRY glDrawArraysInstancedBaseInstance (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance);
8535  GLAPI void APIENTRY glDrawElementsInstancedBaseInstance (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount, GLuint baseinstance);  GLAPI void APIENTRY glDrawElementsInstancedBaseInstance (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance);
8536  GLAPI void APIENTRY glDrawElementsInstancedBaseVertexBaseInstance (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount, GLint basevertex, GLuint baseinstance);  GLAPI void APIENTRY glDrawElementsInstancedBaseVertexBaseInstance (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance);
8537  #endif /* GL_GLEXT_PROTOTYPES */  #endif /* GL_GLEXT_PROTOTYPES */
8538  typedef void (APIENTRYP PFNGLDRAWARRAYSINSTANCEDBASEINSTANCEPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount, GLuint baseinstance);  typedef void (APIENTRYP PFNGLDRAWARRAYSINSTANCEDBASEINSTANCEPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance);
8539  typedef void (APIENTRYP PFNGLDRAWELEMENTSINSTANCEDBASEINSTANCEPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount, GLuint baseinstance);  typedef void (APIENTRYP PFNGLDRAWELEMENTSINSTANCEDBASEINSTANCEPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance);
8540  typedef void (APIENTRYP PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount, GLint basevertex, GLuint baseinstance);  typedef void (APIENTRYP PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance);
8541  #endif  #endif
8542    
8543  #ifndef GL_ARB_shading_language_420pack  #ifndef GL_ARB_shading_language_420pack
# Line 7816  typedef void (APIENTRYP PFNGLDRAWELEMENT Line 8547  typedef void (APIENTRYP PFNGLDRAWELEMENT
8547  #ifndef GL_ARB_transform_feedback_instanced  #ifndef GL_ARB_transform_feedback_instanced
8548  #define GL_ARB_transform_feedback_instanced 1  #define GL_ARB_transform_feedback_instanced 1
8549  #ifdef GL_GLEXT_PROTOTYPES  #ifdef GL_GLEXT_PROTOTYPES
8550  GLAPI void APIENTRY glDrawTransformFeedbackInstanced (GLenum mode, GLuint id, GLsizei primcount);  GLAPI void APIENTRY glDrawTransformFeedbackInstanced (GLenum mode, GLuint id, GLsizei instancecount);
8551  GLAPI void APIENTRY glDrawTransformFeedbackStreamInstanced (GLenum mode, GLuint id, GLuint stream, GLsizei primcount);  GLAPI void APIENTRY glDrawTransformFeedbackStreamInstanced (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount);
8552  #endif /* GL_GLEXT_PROTOTYPES */  #endif /* GL_GLEXT_PROTOTYPES */
8553  typedef void (APIENTRYP PFNGLDRAWTRANSFORMFEEDBACKINSTANCEDPROC) (GLenum mode, GLuint id, GLsizei primcount);  typedef void (APIENTRYP PFNGLDRAWTRANSFORMFEEDBACKINSTANCEDPROC) (GLenum mode, GLuint id, GLsizei instancecount);
8554  typedef void (APIENTRYP PFNGLDRAWTRANSFORMFEEDBACKSTREAMINSTANCEDPROC) (GLenum mode, GLuint id, GLuint stream, GLsizei primcount);  typedef void (APIENTRYP PFNGLDRAWTRANSFORMFEEDBACKSTREAMINSTANCEDPROC) (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount);
8555  #endif  #endif
8556    
8557  #ifndef GL_ARB_compressed_texture_pixel_storage  #ifndef GL_ARB_compressed_texture_pixel_storage
# Line 7883  typedef void (APIENTRYP PFNGLTEXTURESTOR Line 8614  typedef void (APIENTRYP PFNGLTEXTURESTOR
8614  typedef void (APIENTRYP PFNGLTEXTURESTORAGE3DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);  typedef void (APIENTRYP PFNGLTEXTURESTORAGE3DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
8615  #endif  #endif
8616    
8617    #ifndef GL_KHR_texture_compression_astc_ldr
8618    #define GL_KHR_texture_compression_astc_ldr 1
8619    #endif
8620    
8621    #ifndef GL_KHR_debug
8622    #define GL_KHR_debug 1
8623    #ifdef GL_GLEXT_PROTOTYPES
8624    GLAPI void APIENTRY glDebugMessageControl (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
8625    GLAPI void APIENTRY glDebugMessageInsert (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);
8626    GLAPI void APIENTRY glDebugMessageCallback (GLDEBUGPROC callback, const void *userParam);
8627    GLAPI GLuint APIENTRY glGetDebugMessageLog (GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
8628    GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *message);
8629    GLAPI void APIENTRY glPopDebugGroup (void);
8630    GLAPI void APIENTRY glObjectLabel (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
8631    GLAPI void APIENTRY glGetObjectLabel (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
8632    GLAPI void APIENTRY glObjectPtrLabel (const void *ptr, GLsizei length, const GLchar *label);
8633    GLAPI void APIENTRY glGetObjectPtrLabel (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
8634    #endif /* GL_GLEXT_PROTOTYPES */
8635    typedef void (APIENTRYP PFNGLDEBUGMESSAGECONTROLPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
8636    typedef void (APIENTRYP PFNGLDEBUGMESSAGEINSERTPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);
8637    typedef void (APIENTRYP PFNGLDEBUGMESSAGECALLBACKPROC) (GLDEBUGPROC callback, const void *userParam);
8638    typedef GLuint (APIENTRYP PFNGLGETDEBUGMESSAGELOGPROC) (GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
8639    typedef void (APIENTRYP PFNGLPUSHDEBUGGROUPPROC) (GLenum source, GLuint id, GLsizei length, const GLchar *message);
8640    typedef void (APIENTRYP PFNGLPOPDEBUGGROUPPROC) (void);
8641    typedef void (APIENTRYP PFNGLOBJECTLABELPROC) (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
8642    typedef void (APIENTRYP PFNGLGETOBJECTLABELPROC) (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
8643    typedef void (APIENTRYP PFNGLOBJECTPTRLABELPROC) (const void *ptr, GLsizei length, const GLchar *label);
8644    typedef void (APIENTRYP PFNGLGETOBJECTPTRLABELPROC) (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
8645    #endif
8646    
8647    #ifndef GL_ARB_arrays_of_arrays
8648    #define GL_ARB_arrays_of_arrays 1
8649    #endif
8650    
8651    #ifndef GL_ARB_clear_buffer_object
8652    #define GL_ARB_clear_buffer_object 1
8653    #ifdef GL_GLEXT_PROTOTYPES
8654    GLAPI void APIENTRY glClearBufferData (GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data);
8655    GLAPI void APIENTRY glClearBufferSubData (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data);
8656    GLAPI void APIENTRY glClearNamedBufferDataEXT (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void *data);
8657    GLAPI void APIENTRY glClearNamedBufferSubDataEXT (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, GLsizeiptr offset, GLsizeiptr size, const void *data);
8658    #endif /* GL_GLEXT_PROTOTYPES */
8659    typedef void (APIENTRYP PFNGLCLEARBUFFERDATAPROC) (GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data);
8660    typedef void (APIENTRYP PFNGLCLEARBUFFERSUBDATAPROC) (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data);
8661    typedef void (APIENTRYP PFNGLCLEARNAMEDBUFFERDATAEXTPROC) (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void *data);
8662    typedef void (APIENTRYP PFNGLCLEARNAMEDBUFFERSUBDATAEXTPROC) (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, GLsizeiptr offset, GLsizeiptr size, const void *data);
8663    #endif
8664    
8665    #ifndef GL_ARB_compute_shader
8666    #define GL_ARB_compute_shader 1
8667    #ifdef GL_GLEXT_PROTOTYPES
8668    GLAPI void APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
8669    GLAPI void APIENTRY glDispatchComputeIndirect (GLintptr indirect);
8670    #endif /* GL_GLEXT_PROTOTYPES */
8671    typedef void (APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
8672    typedef void (APIENTRYP PFNGLDISPATCHCOMPUTEINDIRECTPROC) (GLintptr indirect);
8673    #endif
8674    
8675    #ifndef GL_ARB_copy_image
8676    #define GL_ARB_copy_image 1
8677    #ifdef GL_GLEXT_PROTOTYPES
8678    GLAPI void APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
8679    #endif /* GL_GLEXT_PROTOTYPES */
8680    typedef void (APIENTRYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
8681    #endif
8682    
8683    #ifndef GL_ARB_texture_view
8684    #define GL_ARB_texture_view 1
8685    #ifdef GL_GLEXT_PROTOTYPES
8686    GLAPI void APIENTRY glTextureView (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
8687    #endif /* GL_GLEXT_PROTOTYPES */
8688    typedef void (APIENTRYP PFNGLTEXTUREVIEWPROC) (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
8689    #endif
8690    
8691    #ifndef GL_ARB_vertex_attrib_binding
8692    #define GL_ARB_vertex_attrib_binding 1
8693    #ifdef GL_GLEXT_PROTOTYPES
8694    GLAPI void APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride);
8695    GLAPI void APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
8696    GLAPI void APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
8697    GLAPI void APIENTRY glVertexAttribLFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
8698    GLAPI void APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
8699    GLAPI void APIENTRY glVertexBindingDivisor (GLuint bindingindex, GLuint divisor);
8700    GLAPI void APIENTRY glVertexArrayBindVertexBufferEXT (GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride);
8701    GLAPI void APIENTRY glVertexArrayVertexAttribFormatEXT (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
8702    GLAPI void APIENTRY glVertexArrayVertexAttribIFormatEXT (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
8703    GLAPI void APIENTRY glVertexArrayVertexAttribLFormatEXT (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
8704    GLAPI void APIENTRY glVertexArrayVertexAttribBindingEXT (GLuint vaobj, GLuint attribindex, GLuint bindingindex);
8705    GLAPI void APIENTRY glVertexArrayVertexBindingDivisorEXT (GLuint vaobj, GLuint bindingindex, GLuint divisor);
8706    #endif /* GL_GLEXT_PROTOTYPES */
8707    typedef void (APIENTRYP PFNGLBINDVERTEXBUFFERPROC) (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride);
8708    typedef void (APIENTRYP PFNGLVERTEXATTRIBFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
8709    typedef void (APIENTRYP PFNGLVERTEXATTRIBIFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
8710    typedef void (APIENTRYP PFNGLVERTEXATTRIBLFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
8711    typedef void (APIENTRYP PFNGLVERTEXATTRIBBINDINGPROC) (GLuint attribindex, GLuint bindingindex);
8712    typedef void (APIENTRYP PFNGLVERTEXBINDINGDIVISORPROC) (GLuint bindingindex, GLuint divisor);
8713    typedef void (APIENTRYP PFNGLVERTEXARRAYBINDVERTEXBUFFEREXTPROC) (GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride);
8714    typedef void (APIENTRYP PFNGLVERTEXARRAYVERTEXATTRIBFORMATEXTPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
8715    typedef void (APIENTRYP PFNGLVERTEXARRAYVERTEXATTRIBIFORMATEXTPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
8716    typedef void (APIENTRYP PFNGLVERTEXARRAYVERTEXATTRIBLFORMATEXTPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
8717    typedef void (APIENTRYP PFNGLVERTEXARRAYVERTEXATTRIBBINDINGEXTPROC) (GLuint vaobj, GLuint attribindex, GLuint bindingindex);
8718    typedef void (APIENTRYP PFNGLVERTEXARRAYVERTEXBINDINGDIVISOREXTPROC) (GLuint vaobj, GLuint bindingindex, GLuint divisor);
8719    #endif
8720    
8721    #ifndef GL_ARB_robustness_isolation
8722    #define GL_ARB_robustness_isolation 1
8723    #endif
8724    
8725    #ifndef GL_ARB_ES3_compatibility
8726    #define GL_ARB_ES3_compatibility 1
8727    #endif
8728    
8729    #ifndef GL_ARB_explicit_uniform_location
8730    #define GL_ARB_explicit_uniform_location 1
8731    #endif
8732    
8733    #ifndef GL_ARB_fragment_layer_viewport
8734    #define GL_ARB_fragment_layer_viewport 1
8735    #endif
8736    
8737    #ifndef GL_ARB_framebuffer_no_attachments
8738    #define GL_ARB_framebuffer_no_attachments 1
8739    #ifdef GL_GLEXT_PROTOTYPES
8740    GLAPI void APIENTRY glFramebufferParameteri (GLenum target, GLenum pname, GLint param);
8741    GLAPI void APIENTRY glGetFramebufferParameteriv (GLenum target, GLenum pname, GLint *params);
8742    GLAPI void APIENTRY glNamedFramebufferParameteriEXT (GLuint framebuffer, GLenum pname, GLint param);
8743    GLAPI void APIENTRY glGetNamedFramebufferParameterivEXT (GLuint framebuffer, GLenum pname, GLint *params);
8744    #endif /* GL_GLEXT_PROTOTYPES */
8745    typedef void (APIENTRYP PFNGLFRAMEBUFFERPARAMETERIPROC) (GLenum target, GLenum pname, GLint param);
8746    typedef void (APIENTRYP PFNGLGETFRAMEBUFFERPARAMETERIVPROC) (GLenum target, GLenum pname, GLint *params);
8747    typedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERPARAMETERIEXTPROC) (GLuint framebuffer, GLenum pname, GLint param);
8748    typedef void (APIENTRYP PFNGLGETNAMEDFRAMEBUFFERPARAMETERIVEXTPROC) (GLuint framebuffer, GLenum pname, GLint *params);
8749    #endif
8750    
8751    #ifndef GL_ARB_internalformat_query2
8752    #define GL_ARB_internalformat_query2 1
8753    #ifdef GL_GLEXT_PROTOTYPES
8754    GLAPI void APIENTRY glGetInternalformati64v (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params);
8755    #endif /* GL_GLEXT_PROTOTYPES */
8756    typedef void (APIENTRYP PFNGLGETINTERNALFORMATI64VPROC) (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params);
8757    #endif
8758    
8759    #ifndef GL_ARB_invalidate_subdata
8760    #define GL_ARB_invalidate_subdata 1
8761    #ifdef GL_GLEXT_PROTOTYPES
8762    GLAPI void APIENTRY glInvalidateTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth);
8763    GLAPI void APIENTRY glInvalidateTexImage (GLuint texture, GLint level);
8764    GLAPI void APIENTRY glInvalidateBufferSubData (GLuint buffer, GLintptr offset, GLsizeiptr length);
8765    GLAPI void APIENTRY glInvalidateBufferData (GLuint buffer);
8766    GLAPI void APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
8767    GLAPI void APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
8768    #endif /* GL_GLEXT_PROTOTYPES */
8769    typedef void (APIENTRYP PFNGLINVALIDATETEXSUBIMAGEPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth);
8770    typedef void (APIENTRYP PFNGLINVALIDATETEXIMAGEPROC) (GLuint texture, GLint level);
8771    typedef void (APIENTRYP PFNGLINVALIDATEBUFFERSUBDATAPROC) (GLuint buffer, GLintptr offset, GLsizeiptr length);
8772    typedef void (APIENTRYP PFNGLINVALIDATEBUFFERDATAPROC) (GLuint buffer);
8773    typedef void (APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
8774    typedef void (APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
8775    #endif
8776    
8777    #ifndef GL_ARB_multi_draw_indirect
8778    #define GL_ARB_multi_draw_indirect 1
8779    #ifdef GL_GLEXT_PROTOTYPES
8780    GLAPI void APIENTRY glMultiDrawArraysIndirect (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride);
8781    GLAPI void APIENTRY glMultiDrawElementsIndirect (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride);
8782    #endif /* GL_GLEXT_PROTOTYPES */
8783    typedef void (APIENTRYP PFNGLMULTIDRAWARRAYSINDIRECTPROC) (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride);
8784    typedef void (APIENTRYP PFNGLMULTIDRAWELEMENTSINDIRECTPROC) (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride);
8785    #endif
8786    
8787    #ifndef GL_ARB_program_interface_query
8788    #define GL_ARB_program_interface_query 1
8789    #ifdef GL_GLEXT_PROTOTYPES
8790    GLAPI void APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenum pname, GLint *params);
8791    GLAPI GLuint APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLchar *name);
8792    GLAPI void APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name);
8793    GLAPI void APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params);
8794    GLAPI GLint APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name);
8795    GLAPI GLint APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, const GLchar *name);
8796    #endif /* GL_GLEXT_PROTOTYPES */
8797    typedef void (APIENTRYP PFNGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface, GLenum pname, GLint *params);
8798    typedef GLuint (APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar *name);
8799    typedef void (APIENTRYP PFNGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name);
8800    typedef void (APIENTRYP PFNGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params);
8801    typedef GLint (APIENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint program, GLenum programInterface, const GLchar *name);
8802    typedef GLint (APIENTRYP PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC) (GLuint program, GLenum programInterface, const GLchar *name);
8803    #endif
8804    
8805    #ifndef GL_ARB_robust_buffer_access_behavior
8806    #define GL_ARB_robust_buffer_access_behavior 1
8807    #endif
8808    
8809    #ifndef GL_ARB_shader_image_size
8810    #define GL_ARB_shader_image_size 1
8811    #endif
8812    
8813    #ifndef GL_ARB_shader_storage_buffer_object
8814    #define GL_ARB_shader_storage_buffer_object 1
8815    #ifdef GL_GLEXT_PROTOTYPES
8816    GLAPI void APIENTRY glShaderStorageBlockBinding (GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding);
8817    #endif /* GL_GLEXT_PROTOTYPES */
8818    typedef void (APIENTRYP PFNGLSHADERSTORAGEBLOCKBINDINGPROC) (GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding);
8819    #endif
8820    
8821    #ifndef GL_ARB_stencil_texturing
8822    #define GL_ARB_stencil_texturing 1
8823    #endif
8824    
8825    #ifndef GL_ARB_texture_buffer_range
8826    #define GL_ARB_texture_buffer_range 1
8827    #ifdef GL_GLEXT_PROTOTYPES
8828    GLAPI void APIENTRY glTexBufferRange (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size);
8829    GLAPI void APIENTRY glTextureBufferRangeEXT (GLuint texture, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size);
8830    #endif /* GL_GLEXT_PROTOTYPES */
8831    typedef void (APIENTRYP PFNGLTEXBUFFERRANGEPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size);
8832    typedef void (APIENTRYP PFNGLTEXTUREBUFFERRANGEEXTPROC) (GLuint texture, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size);
8833    #endif
8834    
8835    #ifndef GL_ARB_texture_query_levels
8836    #define GL_ARB_texture_query_levels 1
8837    #endif
8838    
8839    #ifndef GL_ARB_texture_storage_multisample
8840    #define GL_ARB_texture_storage_multisample 1
8841    #ifdef GL_GLEXT_PROTOTYPES
8842    GLAPI void APIENTRY glTexStorage2DMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);
8843    GLAPI void APIENTRY glTexStorage3DMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
8844    GLAPI void APIENTRY glTextureStorage2DMultisampleEXT (GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);
8845    GLAPI void APIENTRY glTextureStorage3DMultisampleEXT (GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
8846    #endif /* GL_GLEXT_PROTOTYPES */
8847    typedef void (APIENTRYP PFNGLTEXSTORAGE2DMULTISAMPLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);
8848    typedef void (APIENTRYP PFNGLTEXSTORAGE3DMULTISAMPLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
8849    typedef void (APIENTRYP PFNGLTEXTURESTORAGE2DMULTISAMPLEEXTPROC) (GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);
8850    typedef void (APIENTRYP PFNGLTEXTURESTORAGE3DMULTISAMPLEEXTPROC) (GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
8851    #endif
8852    
8853  #ifndef GL_EXT_abgr  #ifndef GL_EXT_abgr
8854  #define GL_EXT_abgr 1  #define GL_EXT_abgr 1
8855  #endif  #endif
# Line 8624  GLAPI void APIENTRY glPixelTransformPara Line 9591  GLAPI void APIENTRY glPixelTransformPara
9591  GLAPI void APIENTRY glPixelTransformParameterfEXT (GLenum target, GLenum pname, GLfloat param);  GLAPI void APIENTRY glPixelTransformParameterfEXT (GLenum target, GLenum pname, GLfloat param);
9592  GLAPI void APIENTRY glPixelTransformParameterivEXT (GLenum target, GLenum pname, const GLint *params);  GLAPI void APIENTRY glPixelTransformParameterivEXT (GLenum target, GLenum pname, const GLint *params);
9593  GLAPI void APIENTRY glPixelTransformParameterfvEXT (GLenum target, GLenum pname, const GLfloat *params);  GLAPI void APIENTRY glPixelTransformParameterfvEXT (GLenum target, GLenum pname, const GLfloat *params);
9594    GLAPI void APIENTRY glGetPixelTransformParameterivEXT (GLenum target, GLenum pname, GLint *params);
9595    GLAPI void APIENTRY glGetPixelTransformParameterfvEXT (GLenum target, GLenum pname, GLfloat *params);
9596  #endif /* GL_GLEXT_PROTOTYPES */  #endif /* GL_GLEXT_PROTOTYPES */
9597  typedef void (APIENTRYP PFNGLPIXELTRANSFORMPARAMETERIEXTPROC) (GLenum target, GLenum pname, GLint param);  typedef void (APIENTRYP PFNGLPIXELTRANSFORMPARAMETERIEXTPROC) (GLenum target, GLenum pname, GLint param);
9598  typedef void (APIENTRYP PFNGLPIXELTRANSFORMPARAMETERFEXTPROC) (GLenum target, GLenum pname, GLfloat param);  typedef void (APIENTRYP PFNGLPIXELTRANSFORMPARAMETERFEXTPROC) (GLenum target, GLenum pname, GLfloat param);
9599  typedef void (APIENTRYP PFNGLPIXELTRANSFORMPARAMETERIVEXTPROC) (GLenum target, GLenum pname, const GLint *params);  typedef void (APIENTRYP PFNGLPIXELTRANSFORMPARAMETERIVEXTPROC) (GLenum target, GLenum pname, const GLint *params);
9600  typedef void (APIENTRYP PFNGLPIXELTRANSFORMPARAMETERFVEXTPROC) (GLenum target, GLenum pname, const GLfloat *params);  typedef void (APIENTRYP PFNGLPIXELTRANSFORMPARAMETERFVEXTPROC) (GLenum target, GLenum pname, const GLfloat *params);
9601    typedef void (APIENTRYP PFNGLGETPIXELTRANSFORMPARAMETERIVEXTPROC) (GLenum target, GLenum pname, GLint *params);
9602    typedef void (APIENTRYP PFNGLGETPIXELTRANSFORMPARAMETERFVEXTPROC) (GLenum target, GLenum pname, GLfloat *params);
9603  #endif  #endif
9604    
9605  #ifndef GL_EXT_pixel_transform_color_table  #ifndef GL_EXT_pixel_transform_color_table
# Line 8980  typedef void (APIENTRYP PFNGLBLENDFUNCSE Line 9951  typedef void (APIENTRYP PFNGLBLENDFUNCSE
9951  #ifdef GL_GLEXT_PROTOTYPES  #ifdef GL_GLEXT_PROTOTYPES
9952  GLAPI void APIENTRY glVertexWeightfEXT (GLfloat weight);  GLAPI void APIENTRY glVertexWeightfEXT (GLfloat weight);
9953  GLAPI void APIENTRY glVertexWeightfvEXT (const GLfloat *weight);  GLAPI void APIENTRY glVertexWeightfvEXT (const GLfloat *weight);
9954  GLAPI void APIENTRY glVertexWeightPointerEXT (GLsizei size, GLenum type, GLsizei stride, const GLvoid *pointer);  GLAPI void APIENTRY glVertexWeightPointerEXT (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
9955  #endif /* GL_GLEXT_PROTOTYPES */  #endif /* GL_GLEXT_PROTOTYPES */
9956  typedef void (APIENTRYP PFNGLVERTEXWEIGHTFEXTPROC) (GLfloat weight);  typedef void (APIENTRYP PFNGLVERTEXWEIGHTFEXTPROC) (GLfloat weight);
9957  typedef void (APIENTRYP PFNGLVERTEXWEIGHTFVEXTPROC) (const GLfloat *weight);  typedef void (APIENTRYP PFNGLVERTEXWEIGHTFVEXTPROC) (const GLfloat *weight);
9958  typedef void (APIENTRYP PFNGLVERTEXWEIGHTPOINTEREXTPROC) (GLsizei size, GLenum type, GLsizei stride, const GLvoid *pointer);  typedef void (APIENTRYP PFNGLVERTEXWEIGHTPOINTEREXTPROC) (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
9959  #endif  #endif
9960    
9961  #ifndef GL_NV_light_max_exponent  #ifndef GL_NV_light_max_exponent
# Line 9933  typedef void (APIENTRYP PFNGLDRAWBUFFERS Line 10904  typedef void (APIENTRYP PFNGLDRAWBUFFERS
10904  /* Some NV_fragment_program entry points are shared with ARB_vertex_program. */  /* Some NV_fragment_program entry points are shared with ARB_vertex_program. */
10905  #ifdef GL_GLEXT_PROTOTYPES  #ifdef GL_GLEXT_PROTOTYPES
10906  GLAPI void APIENTRY glProgramNamedParameter4fNV (GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w);  GLAPI void APIENTRY glProgramNamedParameter4fNV (GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
 GLAPI void APIENTRY glProgramNamedParameter4dNV (GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w);  
10907  GLAPI void APIENTRY glProgramNamedParameter4fvNV (GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v);  GLAPI void APIENTRY glProgramNamedParameter4fvNV (GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v);
10908    GLAPI void APIENTRY glProgramNamedParameter4dNV (GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
10909  GLAPI void APIENTRY glProgramNamedParameter4dvNV (GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v);  GLAPI void APIENTRY glProgramNamedParameter4dvNV (GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v);
10910  GLAPI void APIENTRY glGetProgramNamedParameterfvNV (GLuint id, GLsizei len, const GLubyte *name, GLfloat *params);  GLAPI void APIENTRY glGetProgramNamedParameterfvNV (GLuint id, GLsizei len, const GLubyte *name, GLfloat *params);
10911  GLAPI void APIENTRY glGetProgramNamedParameterdvNV (GLuint id, GLsizei len, const GLubyte *name, GLdouble *params);  GLAPI void APIENTRY glGetProgramNamedParameterdvNV (GLuint id, GLsizei len, const GLubyte *name, GLdouble *params);
10912  #endif /* GL_GLEXT_PROTOTYPES */  #endif /* GL_GLEXT_PROTOTYPES */
10913  typedef void (APIENTRYP PFNGLPROGRAMNAMEDPARAMETER4FNVPROC) (GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w);  typedef void (APIENTRYP PFNGLPROGRAMNAMEDPARAMETER4FNVPROC) (GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
 typedef void (APIENTRYP PFNGLPROGRAMNAMEDPARAMETER4DNVPROC) (GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w);  
10914  typedef void (APIENTRYP PFNGLPROGRAMNAMEDPARAMETER4FVNVPROC) (GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v);  typedef void (APIENTRYP PFNGLPROGRAMNAMEDPARAMETER4FVNVPROC) (GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v);
10915    typedef void (APIENTRYP PFNGLPROGRAMNAMEDPARAMETER4DNVPROC) (GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
10916  typedef void (APIENTRYP PFNGLPROGRAMNAMEDPARAMETER4DVNVPROC) (GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v);  typedef void (APIENTRYP PFNGLPROGRAMNAMEDPARAMETER4DVNVPROC) (GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v);
10917  typedef void (APIENTRYP PFNGLGETPROGRAMNAMEDPARAMETERFVNVPROC) (GLuint id, GLsizei len, const GLubyte *name, GLfloat *params);  typedef void (APIENTRYP PFNGLGETPROGRAMNAMEDPARAMETERFVNVPROC) (GLuint id, GLsizei len, const GLubyte *name, GLfloat *params);
10918  typedef void (APIENTRYP PFNGLGETPROGRAMNAMEDPARAMETERDVNVPROC) (GLuint id, GLsizei len, const GLubyte *name, GLdouble *params);  typedef void (APIENTRYP PFNGLGETPROGRAMNAMEDPARAMETERDVNVPROC) (GLuint id, GLsizei len, const GLubyte *name, GLdouble *params);
# Line 10048  typedef void (APIENTRYP PFNGLVERTEXATTRI Line 11019  typedef void (APIENTRYP PFNGLVERTEXATTRI
11019  #ifndef GL_NV_pixel_data_range  #ifndef GL_NV_pixel_data_range
11020  #define GL_NV_pixel_data_range 1  #define GL_NV_pixel_data_range 1
11021  #ifdef GL_GLEXT_PROTOTYPES  #ifdef GL_GLEXT_PROTOTYPES
11022  GLAPI void APIENTRY glPixelDataRangeNV (GLenum target, GLsizei length, GLvoid *pointer);  GLAPI void APIENTRY glPixelDataRangeNV (GLenum target, GLsizei length, const GLvoid *pointer);
11023  GLAPI void APIENTRY glFlushPixelDataRangeNV (GLenum target);  GLAPI void APIENTRY glFlushPixelDataRangeNV (GLenum target);
11024  #endif /* GL_GLEXT_PROTOTYPES */  #endif /* GL_GLEXT_PROTOTYPES */
11025  typedef void (APIENTRYP PFNGLPIXELDATARANGENVPROC) (GLenum target, GLsizei length, GLvoid *pointer);  typedef void (APIENTRYP PFNGLPIXELDATARANGENVPROC) (GLenum target, GLsizei length, const GLvoid *pointer);
11026  typedef void (APIENTRYP PFNGLFLUSHPIXELDATARANGENVPROC) (GLenum target);  typedef void (APIENTRYP PFNGLFLUSHPIXELDATARANGENVPROC) (GLenum target);
11027  #endif  #endif
11028    
# Line 10105  typedef void (APIENTRYP PFNGLGETVERTEXAT Line 11076  typedef void (APIENTRYP PFNGLGETVERTEXAT
11076  typedef void (APIENTRYP PFNGLGETVERTEXATTRIBARRAYOBJECTIVATIPROC) (GLuint index, GLenum pname, GLint *params);  typedef void (APIENTRYP PFNGLGETVERTEXATTRIBARRAYOBJECTIVATIPROC) (GLuint index, GLenum pname, GLint *params);
11077  #endif  #endif
11078    
11079    #ifndef GL_OES_byte_coordinates
11080    #define GL_OES_byte_coordinates 1
11081    #ifdef GL_GLEXT_PROTOTYPES
11082    GLAPI void APIENTRY glMultiTexCoord1bOES (GLenum texture, GLbyte s);
11083    GLAPI void APIENTRY glMultiTexCoord1bvOES (GLenum texture, const GLbyte *coords);
11084    GLAPI void APIENTRY glMultiTexCoord2bOES (GLenum texture, GLbyte s, GLbyte t);
11085    GLAPI void APIENTRY glMultiTexCoord2bvOES (GLenum texture, const GLbyte *coords);
11086    GLAPI void APIENTRY glMultiTexCoord3bOES (GLenum texture, GLbyte s, GLbyte t, GLbyte r);
11087    GLAPI void APIENTRY glMultiTexCoord3bvOES (GLenum texture, const GLbyte *coords);
11088    GLAPI void APIENTRY glMultiTexCoord4bOES (GLenum texture, GLbyte s, GLbyte t, GLbyte r, GLbyte q);
11089    GLAPI void APIENTRY glMultiTexCoord4bvOES (GLenum texture, const GLbyte *coords);
11090    GLAPI void APIENTRY glTexCoord1bOES (GLbyte s);
11091    GLAPI void APIENTRY glTexCoord1bvOES (const GLbyte *coords);
11092    GLAPI void APIENTRY glTexCoord2bOES (GLbyte s, GLbyte t);
11093    GLAPI void APIENTRY glTexCoord2bvOES (const GLbyte *coords);
11094    GLAPI void APIENTRY glTexCoord3bOES (GLbyte s, GLbyte t, GLbyte r);
11095    GLAPI void APIENTRY glTexCoord3bvOES (const GLbyte *coords);
11096    GLAPI void APIENTRY glTexCoord4bOES (GLbyte s, GLbyte t, GLbyte r, GLbyte q);
11097    GLAPI void APIENTRY glTexCoord4bvOES (const GLbyte *coords);
11098    GLAPI void APIENTRY glVertex2bOES (GLbyte x);
11099    GLAPI void APIENTRY glVertex2bvOES (const GLbyte *coords);
11100    GLAPI void APIENTRY glVertex3bOES (GLbyte x, GLbyte y);
11101    GLAPI void APIENTRY glVertex3bvOES (const GLbyte *coords);
11102    GLAPI void APIENTRY glVertex4bOES (GLbyte x, GLbyte y, GLbyte z);
11103    GLAPI void APIENTRY glVertex4bvOES (const GLbyte *coords);
11104    #endif /* GL_GLEXT_PROTOTYPES */
11105    typedef void (APIENTRYP PFNGLMULTITEXCOORD1BOESPROC) (GLenum texture, GLbyte s);
11106    typedef void (APIENTRYP PFNGLMULTITEXCOORD1BVOESPROC) (GLenum texture, const GLbyte *coords);
11107    typedef void (APIENTRYP PFNGLMULTITEXCOORD2BOESPROC) (GLenum texture, GLbyte s, GLbyte t);
11108    typedef void (APIENTRYP PFNGLMULTITEXCOORD2BVOESPROC) (GLenum texture, const GLbyte *coords);
11109    typedef void (APIENTRYP PFNGLMULTITEXCOORD3BOESPROC) (GLenum texture, GLbyte s, GLbyte t, GLbyte r);
11110    typedef void (APIENTRYP PFNGLMULTITEXCOORD3BVOESPROC) (GLenum texture, const GLbyte *coords);
11111    typedef void (APIENTRYP PFNGLMULTITEXCOORD4BOESPROC) (GLenum texture, GLbyte s, GLbyte t, GLbyte r, GLbyte q);
11112    typedef void (APIENTRYP PFNGLMULTITEXCOORD4BVOESPROC) (GLenum texture, const GLbyte *coords);
11113    typedef void (APIENTRYP PFNGLTEXCOORD1BOESPROC) (GLbyte s);
11114    typedef void (APIENTRYP PFNGLTEXCOORD1BVOESPROC) (const GLbyte *coords);
11115    typedef void (APIENTRYP PFNGLTEXCOORD2BOESPROC) (GLbyte s, GLbyte t);
11116    typedef void (APIENTRYP PFNGLTEXCOORD2BVOESPROC) (const GLbyte *coords);
11117    typedef void (APIENTRYP PFNGLTEXCOORD3BOESPROC) (GLbyte s, GLbyte t, GLbyte r);
11118    typedef void (APIENTRYP PFNGLTEXCOORD3BVOESPROC) (const GLbyte *coords);
11119    typedef void (APIENTRYP PFNGLTEXCOORD4BOESPROC) (GLbyte s, GLbyte t, GLbyte r, GLbyte q);
11120    typedef void (APIENTRYP PFNGLTEXCOORD4BVOESPROC) (const GLbyte *coords);
11121    typedef void (APIENTRYP PFNGLVERTEX2BOESPROC) (GLbyte x);
11122    typedef void (APIENTRYP PFNGLVERTEX2BVOESPROC) (const GLbyte *coords);
11123    typedef void (APIENTRYP PFNGLVERTEX3BOESPROC) (GLbyte x, GLbyte y);
11124    typedef void (APIENTRYP PFNGLVERTEX3BVOESPROC) (const GLbyte *coords);
11125    typedef void (APIENTRYP PFNGLVERTEX4BOESPROC) (GLbyte x, GLbyte y, GLbyte z);
11126    typedef void (APIENTRYP PFNGLVERTEX4BVOESPROC) (const GLbyte *coords);
11127    #endif
11128    
11129    #ifndef GL_OES_fixed_point
11130    #define GL_OES_fixed_point 1
11131    #ifdef GL_GLEXT_PROTOTYPES
11132    GLAPI void APIENTRY glAccumxOES (GLenum op, GLfixed value);
11133    GLAPI void APIENTRY glAlphaFuncxOES (GLenum func, GLfixed ref);
11134    GLAPI void APIENTRY glBitmapxOES (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);
11135    GLAPI void APIENTRY glBlendColorxOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
11136    GLAPI void APIENTRY glClearAccumxOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
11137    GLAPI void APIENTRY glClearColorxOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
11138    GLAPI void APIENTRY glClearDepthxOES (GLfixed depth);
11139    GLAPI void APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
11140    GLAPI void APIENTRY glColor3xOES (GLfixed red, GLfixed green, GLfixed blue);
11141    GLAPI void APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
11142    GLAPI void APIENTRY glColor3xvOES (const GLfixed *components);
11143    GLAPI void APIENTRY glColor4xvOES (const GLfixed *components);
11144    GLAPI void APIENTRY glConvolutionParameterxOES (GLenum target, GLenum pname, GLfixed param);
11145    GLAPI void APIENTRY glConvolutionParameterxvOES (GLenum target, GLenum pname, const GLfixed *params);
11146    GLAPI void APIENTRY glDepthRangexOES (GLfixed n, GLfixed f);
11147    GLAPI void APIENTRY glEvalCoord1xOES (GLfixed u);
11148    GLAPI void APIENTRY glEvalCoord2xOES (GLfixed u, GLfixed v);
11149    GLAPI void APIENTRY glEvalCoord1xvOES (const GLfixed *coords);
11150    GLAPI void APIENTRY glEvalCoord2xvOES (const GLfixed *coords);
11151    GLAPI void APIENTRY glFeedbackBufferxOES (GLsizei n, GLenum type, const GLfixed *buffer);
11152    GLAPI void APIENTRY glFogxOES (GLenum pname, GLfixed param);
11153    GLAPI void APIENTRY glFogxvOES (GLenum pname, const GLfixed *param);
11154    GLAPI void APIENTRY glFrustumxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
11155    GLAPI void APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation);
11156    GLAPI void APIENTRY glGetConvolutionParameterxvOES (GLenum target, GLenum pname, GLfixed *params);
11157    GLAPI void APIENTRY glGetFixedvOES (GLenum pname, GLfixed *params);
11158    GLAPI void APIENTRY glGetHistogramParameterxvOES (GLenum target, GLenum pname, GLfixed *params);
11159    GLAPI void APIENTRY glGetLightxOES (GLenum light, GLenum pname, GLfixed *params);
11160    GLAPI void APIENTRY glGetMapxvOES (GLenum target, GLenum query, GLfixed *v);
11161    GLAPI void APIENTRY glGetMaterialxOES (GLenum face, GLenum pname, GLfixed param);
11162    GLAPI void APIENTRY glGetPixelMapxv (GLenum map, GLint size, GLfixed *values);
11163    GLAPI void APIENTRY glGetTexEnvxvOES (GLenum target, GLenum pname, GLfixed *params);
11164    GLAPI void APIENTRY glGetTexGenxvOES (GLenum coord, GLenum pname, GLfixed *params);
11165    GLAPI void APIENTRY glGetTexLevelParameterxvOES (GLenum target, GLint level, GLenum pname, GLfixed *params);
11166    GLAPI void APIENTRY glGetTexParameterxvOES (GLenum target, GLenum pname, GLfixed *params);
11167    GLAPI void APIENTRY glIndexxOES (GLfixed component);
11168    GLAPI void APIENTRY glIndexxvOES (const GLfixed *component);
11169    GLAPI void APIENTRY glLightModelxOES (GLenum pname, GLfixed param);
11170    GLAPI void APIENTRY glLightModelxvOES (GLenum pname, const GLfixed *param);
11171    GLAPI void APIENTRY glLightxOES (GLenum light, GLenum pname, GLfixed param);
11172    GLAPI void APIENTRY glLightxvOES (GLenum light, GLenum pname, const GLfixed *params);
11173    GLAPI void APIENTRY glLineWidthxOES (GLfixed width);
11174    GLAPI void APIENTRY glLoadMatrixxOES (const GLfixed *m);
11175    GLAPI void APIENTRY glLoadTransposeMatrixxOES (const GLfixed *m);
11176    GLAPI void APIENTRY glMap1xOES (GLenum target, GLfixed u1, GLfixed u2, GLint stride, GLint order, GLfixed points);
11177    GLAPI void APIENTRY glMap2xOES (GLenum target, GLfixed u1, GLfixed u2, GLint ustride, GLint uorder, GLfixed v1, GLfixed v2, GLint vstride, GLint vorder, GLfixed points);
11178    GLAPI void APIENTRY glMapGrid1xOES (GLint n, GLfixed u1, GLfixed u2);
11179    GLAPI void APIENTRY glMapGrid2xOES (GLint n, GLfixed u1, GLfixed u2, GLfixed v1, GLfixed v2);
11180    GLAPI void APIENTRY glMaterialxOES (GLenum face, GLenum pname, GLfixed param);
11181    GLAPI void APIENTRY glMaterialxvOES (GLenum face, GLenum pname, const GLfixed *param);
11182    GLAPI void APIENTRY glMultMatrixxOES (const GLfixed *m);
11183    GLAPI void APIENTRY glMultTransposeMatrixxOES (const GLfixed *m);
11184    GLAPI void APIENTRY glMultiTexCoord1xOES (GLenum texture, GLfixed s);
11185    GLAPI void APIENTRY glMultiTexCoord2xOES (GLenum texture, GLfixed s, GLfixed t);
11186    GLAPI void APIENTRY glMultiTexCoord3xOES (GLenum texture, GLfixed s, GLfixed t, GLfixed r);
11187    GLAPI void APIENTRY glMultiTexCoord4xOES (GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
11188    GLAPI void APIENTRY glMultiTexCoord1xvOES (GLenum texture, const GLfixed *coords);
11189    GLAPI void APIENTRY glMultiTexCoord2xvOES (GLenum texture, const GLfixed *coords);
11190    GLAPI void APIENTRY glMultiTexCoord3xvOES (GLenum texture, const GLfixed *coords);
11191    GLAPI void APIENTRY glMultiTexCoord4xvOES (GLenum texture, const GLfixed *coords);
11192    GLAPI void APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
11193    GLAPI void APIENTRY glNormal3xvOES (const GLfixed *coords);
11194    GLAPI void APIENTRY glOrthoxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
11195    GLAPI void APIENTRY glPassThroughxOES (GLfixed token);
11196    GLAPI void APIENTRY glPixelMapx (GLenum map, GLint size, const GLfixed *values);
11197    GLAPI void APIENTRY glPixelStorex (GLenum pname, GLfixed param);
11198    GLAPI void APIENTRY glPixelTransferxOES (GLenum pname, GLfixed param);
11199    GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);
11200    GLAPI void APIENTRY glPointParameterxvOES (GLenum pname, const GLfixed *params);
11201    GLAPI void APIENTRY glPointSizexOES (GLfixed size);
11202    GLAPI void APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
11203    GLAPI void APIENTRY glPrioritizeTexturesxOES (GLsizei n, const GLuint *textures, const GLfixed *priorities);
11204    GLAPI void APIENTRY glRasterPos2xOES (GLfixed x, GLfixed y);
11205    GLAPI void APIENTRY glRasterPos3xOES (GLfixed x, GLfixed y, GLfixed z);
11206    GLAPI void APIENTRY glRasterPos4xOES (GLfixed x, GLfixed y, GLfixed z, GLfixed w);
11207    GLAPI void APIENTRY glRasterPos2xvOES (const GLfixed *coords);
11208    GLAPI void APIENTRY glRasterPos3xvOES (const GLfixed *coords);
11209    GLAPI void APIENTRY glRasterPos4xvOES (const GLfixed *coords);
11210    GLAPI void APIENTRY glRectxOES (GLfixed x1, GLfixed y1, GLfixed x2, GLfixed y2);
11211    GLAPI void APIENTRY glRectxvOES (const GLfixed *v1, const GLfixed *v2);
11212    GLAPI void APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
11213    GLAPI void APIENTRY glSampleCoverageOES (GLfixed value, GLboolean invert);
11214    GLAPI void APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
11215    GLAPI void APIENTRY glTexCoord1xOES (GLfixed s);
11216    GLAPI void APIENTRY glTexCoord2xOES (GLfixed s, GLfixed t);
11217    GLAPI void APIENTRY glTexCoord3xOES (GLfixed s, GLfixed t, GLfixed r);
11218    GLAPI void APIENTRY glTexCoord4xOES (GLfixed s, GLfixed t, GLfixed r, GLfixed q);
11219    GLAPI void APIENTRY glTexCoord1xvOES (const GLfixed *coords);
11220    GLAPI void APIENTRY glTexCoord2xvOES (const GLfixed *coords);
11221    GLAPI void APIENTRY glTexCoord3xvOES (const GLfixed *coords);
11222    GLAPI void APIENTRY glTexCoord4xvOES (const GLfixed *coords);
11223    GLAPI void APIENTRY glTexEnvxOES (GLenum target, GLenum pname, GLfixed param);
11224    GLAPI void APIENTRY glTexEnvxvOES (GLenum target, GLenum pname, const GLfixed *params);
11225    GLAPI void APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
11226    GLAPI void APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
11227    GLAPI void APIENTRY glTexParameterxOES (GLenum target, GLenum pname, GLfixed param);
11228    GLAPI void APIENTRY glTexParameterxvOES (GLenum target, GLenum pname, const GLfixed *params);
11229    GLAPI void APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
11230    GLAPI void APIENTRY glVertex2xOES (GLfixed x);
11231    GLAPI void APIENTRY glVertex3xOES (GLfixed x, GLfixed y);
11232    GLAPI void APIENTRY glVertex4xOES (GLfixed x, GLfixed y, GLfixed z);
11233    GLAPI void APIENTRY glVertex2xvOES (const GLfixed *coords);
11234    GLAPI void APIENTRY glVertex3xvOES (const GLfixed *coords);
11235    GLAPI void APIENTRY glVertex4xvOES (const GLfixed *coords);
11236    #endif /* GL_GLEXT_PROTOTYPES */
11237    typedef void (APIENTRYP PFNGLACCUMXOESPROC) (GLenum op, GLfixed value);
11238    typedef void (APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLfixed ref);
11239    typedef void (APIENTRYP PFNGLBITMAPXOESPROC) (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);
11240    typedef void (APIENTRYP PFNGLBLENDCOLORXOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
11241    typedef void (APIENTRYP PFNGLCLEARACCUMXOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
11242    typedef void (APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
11243    typedef void (APIENTRYP PFNGLCLEARDEPTHXOESPROC) (GLfixed depth);
11244    typedef void (APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
11245    typedef void (APIENTRYP PFNGLCOLOR3XOESPROC) (GLfixed red, GLfixed green, GLfixed blue);
11246    typedef void (APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
11247    typedef void (APIENTRYP PFNGLCOLOR3XVOESPROC) (const GLfixed *components);
11248    typedef void (APIENTRYP PFNGLCOLOR4XVOESPROC) (const GLfixed *components);
11249    typedef void (APIENTRYP PFNGLCONVOLUTIONPARAMETERXOESPROC) (GLenum target, GLenum pname, GLfixed param);
11250    typedef void (APIENTRYP PFNGLCONVOLUTIONPARAMETERXVOESPROC) (GLenum target, GLenum pname, const GLfixed *params);
11251    typedef void (APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLfixed n, GLfixed f);
11252    typedef void (APIENTRYP PFNGLEVALCOORD1XOESPROC) (GLfixed u);
11253    typedef void (APIENTRYP PFNGLEVALCOORD2XOESPROC) (GLfixed u, GLfixed v);
11254    typedef void (APIENTRYP PFNGLEVALCOORD1XVOESPROC) (const GLfixed *coords);
11255    typedef void (APIENTRYP PFNGLEVALCOORD2XVOESPROC) (const GLfixed *coords);
11256    typedef void (APIENTRYP PFNGLFEEDBACKBUFFERXOESPROC) (GLsizei n, GLenum type, const GLfixed *buffer);
11257    typedef void (APIENTRYP PFNGLFOGXOESPROC) (GLenum pname, GLfixed param);
11258    typedef void (APIENTRYP PFNGLFOGXVOESPROC) (GLenum pname, const GLfixed *param);
11259    typedef void (APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
11260    typedef void (APIENTRYP PFNGLGETCLIPPLANEXOESPROC) (GLenum plane, GLfixed *equation);
11261    typedef void (APIENTRYP PFNGLGETCONVOLUTIONPARAMETERXVOESPROC) (GLenum target, GLenum pname, GLfixed *params);
11262    typedef void (APIENTRYP PFNGLGETFIXEDVOESPROC) (GLenum pname, GLfixed *params);
11263    typedef void (APIENTRYP PFNGLGETHISTOGRAMPARAMETERXVOESPROC) (GLenum target, GLenum pname, GLfixed *params);
11264    typedef void (APIENTRYP PFNGLGETLIGHTXOESPROC) (GLenum light, GLenum pname, GLfixed *params);
11265    typedef void (APIENTRYP PFNGLGETMAPXVOESPROC) (GLenum target, GLenum query, GLfixed *v);
11266    typedef void (APIENTRYP PFNGLGETMATERIALXOESPROC) (GLenum face, GLenum pname, GLfixed param);
11267    typedef void (APIENTRYP PFNGLGETPIXELMAPXVPROC) (GLenum map, GLint size, GLfixed *values);
11268    typedef void (APIENTRYP PFNGLGETTEXENVXVOESPROC) (GLenum target, GLenum pname, GLfixed *params);
11269    typedef void (APIENTRYP PFNGLGETTEXGENXVOESPROC) (GLenum coord, GLenum pname, GLfixed *params);
11270    typedef void (APIENTRYP PFNGLGETTEXLEVELPARAMETERXVOESPROC) (GLenum target, GLint level, GLenum pname, GLfixed *params);
11271    typedef void (APIENTRYP PFNGLGETTEXPARAMETERXVOESPROC) (GLenum target, GLenum pname, GLfixed *params);
11272    typedef void (APIENTRYP PFNGLINDEXXOESPROC) (GLfixed component);
11273    typedef void (APIENTRYP PFNGLINDEXXVOESPROC) (const GLfixed *component);
11274    typedef void (APIENTRYP PFNGLLIGHTMODELXOESPROC) (GLenum pname, GLfixed param);
11275    typedef void (APIENTRYP PFNGLLIGHTMODELXVOESPROC) (GLenum pname, const GLfixed *param);
11276    typedef void (APIENTRYP PFNGLLIGHTXOESPROC) (GLenum light, GLenum pname, GLfixed param);
11277    typedef void (APIENTRYP PFNGLLIGHTXVOESPROC) (GLenum light, GLenum pname, const GLfixed *params);
11278    typedef void (APIENTRYP PFNGLLINEWIDTHXOESPROC) (GLfixed width);
11279    typedef void (APIENTRYP PFNGLLOADMATRIXXOESPROC) (const GLfixed *m);
11280    typedef void (APIENTRYP PFNGLLOADTRANSPOSEMATRIXXOESPROC) (const GLfixed *m);
11281    typedef void (APIENTRYP PFNGLMAP1XOESPROC) (GLenum target, GLfixed u1, GLfixed u2, GLint stride, GLint order, GLfixed points);
11282    typedef void (APIENTRYP PFNGLMAP2XOESPROC) (GLenum target, GLfixed u1, GLfixed u2, GLint ustride, GLint uorder, GLfixed v1, GLfixed v2, GLint vstride, GLint vorder, GLfixed points);
11283    typedef void (APIENTRYP PFNGLMAPGRID1XOESPROC) (GLint n, GLfixed u1, GLfixed u2);
11284    typedef void (APIENTRYP PFNGLMAPGRID2XOESPROC) (GLint n, GLfixed u1, GLfixed u2, GLfixed v1, GLfixed v2);
11285    typedef void (APIENTRYP PFNGLMATERIALXOESPROC) (GLenum face, GLenum pname, GLfixed param);
11286    typedef void (APIENTRYP PFNGLMATERIALXVOESPROC) (GLenum face, GLenum pname, const GLfixed *param);
11287    typedef void (APIENTRYP PFNGLMULTMATRIXXOESPROC) (const GLfixed *m);
11288    typedef void (APIENTRYP PFNGLMULTTRANSPOSEMATRIXXOESPROC) (const GLfixed *m);
11289    typedef void (APIENTRYP PFNGLMULTITEXCOORD1XOESPROC) (GLenum texture, GLfixed s);
11290    typedef void (APIENTRYP PFNGLMULTITEXCOORD2XOESPROC) (GLenum texture, GLfixed s, GLfixed t);
11291    typedef void (APIENTRYP PFNGLMULTITEXCOORD3XOESPROC) (GLenum texture, GLfixed s, GLfixed t, GLfixed r);
11292    typedef void (APIENTRYP PFNGLMULTITEXCOORD4XOESPROC) (GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
11293    typedef void (APIENTRYP PFNGLMULTITEXCOORD1XVOESPROC) (GLenum texture, const GLfixed *coords);
11294    typedef void (APIENTRYP PFNGLMULTITEXCOORD2XVOESPROC) (GLenum texture, const GLfixed *coords);
11295    typedef void (APIENTRYP PFNGLMULTITEXCOORD3XVOESPROC) (GLenum texture, const GLfixed *coords);
11296    typedef void (APIENTRYP PFNGLMULTITEXCOORD4XVOESPROC) (GLenum texture, const GLfixed *coords);
11297    typedef void (APIENTRYP PFNGLNORMAL3XOESPROC) (GLfixed nx, GLfixed ny, GLfixed nz);
11298    typedef void (APIENTRYP PFNGLNORMAL3XVOESPROC) (const GLfixed *coords);
11299    typedef void (APIENTRYP PFNGLORTHOXOESPROC) (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
11300    typedef void (APIENTRYP PFNGLPASSTHROUGHXOESPROC) (GLfixed token);
11301    typedef void (APIENTRYP PFNGLPIXELMAPXPROC) (GLenum map, GLint size, const GLfixed *values);
11302    typedef void (APIENTRYP PFNGLPIXELSTOREXPROC) (GLenum pname, GLfixed param);
11303    typedef void (APIENTRYP PFNGLPIXELTRANSFERXOESPROC) (GLenum pname, GLfixed param);
11304    typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor);
11305    typedef void (APIENTRYP PFNGLPOINTPARAMETERXVOESPROC) (GLenum pname, const GLfixed *params);
11306    typedef void (APIENTRYP PFNGLPOINTSIZEXOESPROC) (GLfixed size);
11307    typedef void (APIENTRYP PFNGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units);
11308    typedef void (APIENTRYP PFNGLPRIORITIZETEXTURESXOESPROC) (GLsizei n, const GLuint *textures, const GLfixed *priorities);
11309    typedef void (APIENTRYP PFNGLRASTERPOS2XOESPROC) (GLfixed x, GLfixed y);
11310    typedef void (APIENTRYP PFNGLRASTERPOS3XOESPROC) (GLfixed x, GLfixed y, GLfixed z);
11311    typedef void (APIENTRYP PFNGLRASTERPOS4XOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed w);
11312    typedef void (APIENTRYP PFNGLRASTERPOS2XVOESPROC) (const GLfixed *coords);
11313    typedef void (APIENTRYP PFNGLRASTERPOS3XVOESPROC) (const GLfixed *coords);
11314    typedef void (APIENTRYP PFNGLRASTERPOS4XVOESPROC) (const GLfixed *coords);
11315    typedef void (APIENTRYP PFNGLRECTXOESPROC) (GLfixed x1, GLfixed y1, GLfixed x2, GLfixed y2);
11316    typedef void (APIENTRYP PFNGLRECTXVOESPROC) (const GLfixed *v1, const GLfixed *v2);
11317    typedef void (APIENTRYP PFNGLROTATEXOESPROC) (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
11318    typedef void (APIENTRYP PFNGLSAMPLECOVERAGEOESPROC) (GLfixed value, GLboolean invert);
11319    typedef void (APIENTRYP PFNGLSCALEXOESPROC) (GLfixed x, GLfixed y, GLfixed z);
11320    typedef void (APIENTRYP PFNGLTEXCOORD1XOESPROC) (GLfixed s);
11321    typedef void (APIENTRYP PFNGLTEXCOORD2XOESPROC) (GLfixed s, GLfixed t);
11322    typedef void (APIENTRYP PFNGLTEXCOORD3XOESPROC) (GLfixed s, GLfixed t, GLfixed r);
11323    typedef void (APIENTRYP PFNGLTEXCOORD4XOESPROC) (GLfixed s, GLfixed t, GLfixed r, GLfixed q);
11324    typedef void (APIENTRYP PFNGLTEXCOORD1XVOESPROC) (const GLfixed *coords);
11325    typedef void (APIENTRYP PFNGLTEXCOORD2XVOESPROC) (const GLfixed *coords);
11326    typedef void (APIENTRYP PFNGLTEXCOORD3XVOESPROC) (const GLfixed *coords);
11327    typedef void (APIENTRYP PFNGLTEXCOORD4XVOESPROC) (const GLfixed *coords);
11328    typedef void (APIENTRYP PFNGLTEXENVXOESPROC) (GLenum target, GLenum pname, GLfixed param);
11329    typedef void (APIENTRYP PFNGLTEXENVXVOESPROC) (GLenum target, GLenum pname, const GLfixed *params);
11330    typedef void (APIENTRYP PFNGLTEXGENXOESPROC) (GLenum coord, GLenum pname, GLfixed param);
11331    typedef void (APIENTRYP PFNGLTEXGENXVOESPROC) (GLenum coord, GLenum pname, const GLfixed *params);
11332    typedef void (APIENTRYP PFNGLTEXPARAMETERXOESPROC) (GLenum target, GLenum pname, GLfixed param);
11333    typedef void (APIENTRYP PFNGLTEXPARAMETERXVOESPROC) (GLenum target, GLenum pname, const GLfixed *params);
11334    typedef void (APIENTRYP PFNGLTRANSLATEXOESPROC) (GLfixed x, GLfixed y, GLfixed z);
11335    typedef void (APIENTRYP PFNGLVERTEX2XOESPROC) (GLfixed x);
11336    typedef void (APIENTRYP PFNGLVERTEX3XOESPROC) (GLfixed x, GLfixed y);
11337    typedef void (APIENTRYP PFNGLVERTEX4XOESPROC) (GLfixed x, GLfixed y, GLfixed z);
11338    typedef void (APIENTRYP PFNGLVERTEX2XVOESPROC) (const GLfixed *coords);
11339    typedef void (APIENTRYP PFNGLVERTEX3XVOESPROC) (const GLfixed *coords);
11340    typedef void (APIENTRYP PFNGLVERTEX4XVOESPROC) (const GLfixed *coords);
11341    #endif
11342    
11343    #ifndef GL_OES_single_precision
11344    #define GL_OES_single_precision 1
11345    #ifdef GL_GLEXT_PROTOTYPES
11346    GLAPI void APIENTRY glDepthRangefOES (GLclampf n, GLclampf f);
11347    GLAPI void APIENTRY glFrustumfOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
11348    GLAPI void APIENTRY glOrthofOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
11349    GLAPI void APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
11350    GLAPI void APIENTRY glClearDepthfOES (GLclampd depth);
11351    GLAPI void APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);
11352    #endif /* GL_GLEXT_PROTOTYPES */
11353    typedef void (APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf n, GLclampf f);
11354    typedef void (APIENTRYP PFNGLFRUSTUMFOESPROC) (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
11355    typedef void (APIENTRYP PFNGLORTHOFOESPROC) (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
11356    typedef void (APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
11357    typedef void (APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampd depth);
11358    typedef void (APIENTRYP PFNGLGETCLIPPLANEFOESPROC) (GLenum plane, GLfloat *equation);
11359    #endif
11360    
11361    #ifndef GL_OES_compressed_paletted_texture
11362    #define GL_OES_compressed_paletted_texture 1
11363    #endif
11364    
11365  #ifndef GL_OES_read_format  #ifndef GL_OES_read_format
11366  #define GL_OES_read_format 1  #define GL_OES_read_format 1
11367  #endif  #endif
11368    
11369    #ifndef GL_OES_query_matrix
11370    #define GL_OES_query_matrix 1
11371    #ifdef GL_GLEXT_PROTOTYPES
11372    GLAPI GLbitfield APIENTRY glQueryMatrixxOES (const GLfixed *mantissa, const GLint *exponent);
11373    #endif /* GL_GLEXT_PROTOTYPES */
11374    typedef GLbitfield (APIENTRYP PFNGLQUERYMATRIXXOESPROC) (const GLfixed *mantissa, const GLint *exponent);
11375    #endif
11376    
11377  #ifndef GL_EXT_depth_bounds_test  #ifndef GL_EXT_depth_bounds_test
11378  #define GL_EXT_depth_bounds_test 1  #define GL_EXT_depth_bounds_test 1
11379  #ifdef GL_GLEXT_PROTOTYPES  #ifdef GL_GLEXT_PROTOTYPES
# Line 10484  typedef void (APIENTRYP PFNGLRENDERBUFFE Line 11749  typedef void (APIENTRYP PFNGLRENDERBUFFE
11749  #ifndef GL_NV_parameter_buffer_object  #ifndef GL_NV_parameter_buffer_object
11750  #define GL_NV_parameter_buffer_object 1  #define GL_NV_parameter_buffer_object 1
11751  #ifdef GL_GLEXT_PROTOTYPES  #ifdef GL_GLEXT_PROTOTYPES
11752  GLAPI void APIENTRY glProgramBufferParametersfvNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLfloat *params);  GLAPI void APIENTRY glProgramBufferParametersfvNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLfloat *params);
11753  GLAPI void APIENTRY glProgramBufferParametersIivNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLint *params);  GLAPI void APIENTRY glProgramBufferParametersIivNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLint *params);
11754  GLAPI void APIENTRY glProgramBufferParametersIuivNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLuint *params);  GLAPI void APIENTRY glProgramBufferParametersIuivNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLuint *params);
11755  #endif /* GL_GLEXT_PROTOTYPES */  #endif /* GL_GLEXT_PROTOTYPES */
11756  typedef void (APIENTRYP PFNGLPROGRAMBUFFERPARAMETERSFVNVPROC) (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLfloat *params);  typedef void (APIENTRYP PFNGLPROGRAMBUFFERPARAMETERSFVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLfloat *params);
11757  typedef void (APIENTRYP PFNGLPROGRAMBUFFERPARAMETERSIIVNVPROC) (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLint *params);  typedef void (APIENTRYP PFNGLPROGRAMBUFFERPARAMETERSIIVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLint *params);
11758  typedef void (APIENTRYP PFNGLPROGRAMBUFFERPARAMETERSIUIVNVPROC) (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLuint *params);  typedef void (APIENTRYP PFNGLPROGRAMBUFFERPARAMETERSIUIVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLuint *params);
11759  #endif  #endif
11760    
11761  #ifndef GL_EXT_draw_buffers2  #ifndef GL_EXT_draw_buffers2
# Line 11560  typedef GLuint (APIENTRYP PFNGLGETDEBUGM Line 12825  typedef GLuint (APIENTRYP PFNGLGETDEBUGM
12825  #ifdef GL_GLEXT_PROTOTYPES  #ifdef GL_GLEXT_PROTOTYPES
12826  GLAPI void APIENTRY glVDPAUInitNV (const GLvoid *vdpDevice, const GLvoid *getProcAddress);  GLAPI void APIENTRY glVDPAUInitNV (const GLvoid *vdpDevice, const GLvoid *getProcAddress);
12827  GLAPI void APIENTRY glVDPAUFiniNV (void);  GLAPI void APIENTRY glVDPAUFiniNV (void);
12828  GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterVideoSurfaceNV (GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);  GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterVideoSurfaceNV (const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
12829  GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterOutputSurfaceNV (GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);  GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterOutputSurfaceNV (GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
12830  GLAPI void APIENTRY glVDPAUIsSurfaceNV (GLvdpauSurfaceNV surface);  GLAPI void APIENTRY glVDPAUIsSurfaceNV (GLvdpauSurfaceNV surface);
12831  GLAPI void APIENTRY glVDPAUUnregisterSurfaceNV (GLvdpauSurfaceNV surface);  GLAPI void APIENTRY glVDPAUUnregisterSurfaceNV (GLvdpauSurfaceNV surface);
# Line 11571  GLAPI void APIENTRY glVDPAUUnmapSurfaces Line 12836  GLAPI void APIENTRY glVDPAUUnmapSurfaces
12836  #endif /* GL_GLEXT_PROTOTYPES */  #endif /* GL_GLEXT_PROTOTYPES */
12837  typedef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const GLvoid *vdpDevice, const GLvoid *getProcAddress);  typedef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const GLvoid *vdpDevice, const GLvoid *getProcAddress);
12838  typedef void (APIENTRYP PFNGLVDPAUFININVPROC) (void);  typedef void (APIENTRYP PFNGLVDPAUFININVPROC) (void);
12839  typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC) (GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);  typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC) (const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
12840  typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPROC) (GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);  typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPROC) (GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
12841  typedef void (APIENTRYP PFNGLVDPAUISSURFACENVPROC) (GLvdpauSurfaceNV surface);  typedef void (APIENTRYP PFNGLVDPAUISSURFACENVPROC) (GLvdpauSurfaceNV surface);
12842  typedef void (APIENTRYP PFNGLVDPAUUNREGISTERSURFACENVPROC) (GLvdpauSurfaceNV surface);  typedef void (APIENTRYP PFNGLVDPAUUNREGISTERSURFACENVPROC) (GLvdpauSurfaceNV surface);
# Line 11805  typedef GLboolean (APIENTRYP PFNGLISIMAG Line 13070  typedef GLboolean (APIENTRYP PFNGLISIMAG
13070  #define GL_NV_shader_atomic_float 1  #define GL_NV_shader_atomic_float 1
13071  #endif  #endif
13072    
13073    #ifndef GL_AMD_query_buffer_object
13074    #define GL_AMD_query_buffer_object 1
13075    #endif
13076    
13077    #ifndef GL_NV_compute_program5
13078    #define GL_NV_compute_program5 1
13079    #endif
13080    
13081    #ifndef GL_NV_shader_storage_buffer_object
13082    #define GL_NV_shader_storage_buffer_object 1
13083    #endif
13084    
13085    #ifndef GL_NV_shader_atomic_counters
13086    #define GL_NV_shader_atomic_counters 1
13087    #endif
13088    
13089    #ifndef GL_NV_deep_texture3D
13090    #define GL_NV_deep_texture3D 1
13091    #endif
13092    
13093    #ifndef GL_NVX_conditional_render
13094    #define GL_NVX_conditional_render 1
13095    #ifdef GL_GLEXT_PROTOTYPES
13096    GLAPI void APIENTRY glBeginConditionalRenderNVX (GLuint id);
13097    GLAPI void APIENTRY glEndConditionalRenderNVX (void);
13098    #endif /* GL_GLEXT_PROTOTYPES */
13099    typedef void (APIENTRYP PFNGLBEGINCONDITIONALRENDERNVXPROC) (GLuint id);
13100    typedef void (APIENTRYP PFNGLENDCONDITIONALRENDERNVXPROC) (void);
13101    #endif
13102    
13103    #ifndef GL_AMD_sparse_texture
13104    #define GL_AMD_sparse_texture 1
13105    #ifdef GL_GLEXT_PROTOTYPES
13106    GLAPI void APIENTRY glTexStorageSparseAMD (GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags);
13107    GLAPI void APIENTRY glTextureStorageSparseAMD (GLuint texture, GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags);
13108    #endif /* GL_GLEXT_PROTOTYPES */
13109    typedef void (APIENTRYP PFNGLTEXSTORAGESPARSEAMDPROC) (GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags);
13110    typedef void (APIENTRYP PFNGLTEXTURESTORAGESPARSEAMDPROC) (GLuint texture, GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags);
13111    #endif
13112    
13113    #ifndef GL_AMD_shader_trinary_minmax
13114    #define GL_AMD_shader_trinary_minmax 1
13115    #endif
13116    
13117    #ifndef GL_INTEL_map_texture
13118    #define GL_INTEL_map_texture 1
13119    #ifdef GL_GLEXT_PROTOTYPES
13120    GLAPI void APIENTRY glSyncTextureINTEL (GLuint texture);
13121    GLAPI void APIENTRY glUnmapTexture2DINTEL (GLuint texture, GLint level);
13122    GLAPI GLvoid* APIENTRY glMapTexture2DINTEL (GLuint texture, GLint level, GLbitfield access, const GLint *stride, const GLenum *layout);
13123    #endif /* GL_GLEXT_PROTOTYPES */
13124    typedef void (APIENTRYP PFNGLSYNCTEXTUREINTELPROC) (GLuint texture);
13125    typedef void (APIENTRYP PFNGLUNMAPTEXTURE2DINTELPROC) (GLuint texture, GLint level);
13126    typedef GLvoid* (APIENTRYP PFNGLMAPTEXTURE2DINTELPROC) (GLuint texture, GLint level, GLbitfield access, const GLint *stride, const GLenum *layout);
13127    #endif
13128    
13129    #ifndef GL_NV_draw_texture
13130    #define GL_NV_draw_texture 1
13131    #ifdef GL_GLEXT_PROTOTYPES
13132    GLAPI void APIENTRY glDrawTextureNV (GLuint texture, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
13133    #endif /* GL_GLEXT_PROTOTYPES */
13134    typedef void (APIENTRYP PFNGLDRAWTEXTURENVPROC) (GLuint texture, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
13135    #endif
13136    
13137    
13138  #ifdef __cplusplus  #ifdef __cplusplus
13139  }  }

Legend:
Removed from v.1813  
changed lines
  Added in v.2064