Magellan Linux

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

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

revision 3089 by niro, Fri Oct 11 12:53:14 2013 UTC revision 3090 by niro, Tue May 29 09:16:41 2018 UTC
# Line 1  Line 1 
1  #ifndef __glxext_h_  #ifndef __glx_glxext_h_
2  #define __glxext_h_  #define __glx_glxext_h_ 1
3    
4  #ifdef __cplusplus  #ifdef __cplusplus
5  extern "C" {  extern "C" {
6  #endif  #endif
7    
8  /*  /*
9  ** THIS FILE IS OBSOLETE. Please migrate away from using the  ** Copyright (c) 2013-2018 The Khronos Group Inc.
10  ** ".spec" files and the headers generated from them to the  **
 ** XML Registry and headers generated from that. See  
 **   http://www.opengl.org/registry/api/README.txt  
 ** for more information.  
 **  
 **  
 ** Copyright (c) 2007-2013 The Khronos Group Inc.  
 **  
11  ** Permission is hereby granted, free of charge, to any person obtaining a  ** Permission is hereby granted, free of charge, to any person obtaining a
12  ** copy of this software and/or associated documentation files (the  ** copy of this software and/or associated documentation files (the
13  ** "Materials"), to deal in the Materials without restriction, including  ** "Materials"), to deal in the Materials without restriction, including
# Line 22  extern "C" { Line 15  extern "C" {
15  ** distribute, sublicense, and/or sell copies of the Materials, and to  ** distribute, sublicense, and/or sell copies of the Materials, and to
16  ** permit persons to whom the Materials are furnished to do so, subject to  ** permit persons to whom the Materials are furnished to do so, subject to
17  ** the following conditions:  ** the following conditions:
18  **  **
19  ** The above copyright notice and this permission notice shall be included  ** The above copyright notice and this permission notice shall be included
20  ** in all copies or substantial portions of the Materials.  ** in all copies or substantial portions of the Materials.
21  **  **
22  ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,  ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23  ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF  ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24  ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
# Line 34  extern "C" { Line 27  extern "C" {
27  ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE  ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
28  ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.  ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
29  */  */
30    /*
31    ** This header is generated from the Khronos OpenGL / OpenGL ES XML
32    ** API Registry. The current version of the Registry, generator scripts
33    ** used to make the header, and the header can be found at
34    **   https://github.com/KhronosGroup/OpenGL-Registry
35    */
36    
37  /* Function declaration macros - to move into glplatform.h */  #define GLX_GLXEXT_VERSION 20180525
   
 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)  
 #define WIN32_LEAN_AND_MEAN 1  
 #include <windows.h>  
 #endif  
   
 #ifndef APIENTRY  
 #define APIENTRY  
 #endif  
 #ifndef APIENTRYP  
 #define APIENTRYP APIENTRY *  
 #endif  
 #ifndef GLAPI  
 #define GLAPI extern  
 #endif  
   
 /*************************************************************/  
38    
39  /* Header file version number, required by OpenGL ABI for Linux */  /* Generated C header for:
40  /* glxext.h last updated 2013/06/10 */   * API: glx
41  /* Current version at http://www.opengl.org/registry/ */   * Versions considered: .*
42  #define GLX_GLXEXT_VERSION 36   * Versions emitted: 1\.[3-9]
43     * Default extensions included: glx
44     * Additional extensions included: _nomatch_^
45     * Extensions removed: _nomatch_^
46     */
47    
48  #ifndef GLX_VERSION_1_3  #ifndef GLX_VERSION_1_3
49  #define GLX_WINDOW_BIT                     0x00000001  #define GLX_VERSION_1_3 1
50  #define GLX_PIXMAP_BIT                     0x00000002  typedef XID GLXContextID;
51  #define GLX_PBUFFER_BIT                    0x00000004  typedef struct __GLXFBConfigRec *GLXFBConfig;
52  #define GLX_RGBA_BIT                       0x00000001  typedef XID GLXWindow;
53  #define GLX_COLOR_INDEX_BIT                0x00000002  typedef XID GLXPbuffer;
54  #define GLX_PBUFFER_CLOBBER_MASK           0x08000000  #define GLX_WINDOW_BIT                    0x00000001
55  #define GLX_FRONT_LEFT_BUFFER_BIT          0x00000001  #define GLX_PIXMAP_BIT                    0x00000002
56  #define GLX_FRONT_RIGHT_BUFFER_BIT         0x00000002  #define GLX_PBUFFER_BIT                   0x00000004
57  #define GLX_BACK_LEFT_BUFFER_BIT           0x00000004  #define GLX_RGBA_BIT                      0x00000001
58  #define GLX_BACK_RIGHT_BUFFER_BIT          0x00000008  #define GLX_COLOR_INDEX_BIT               0x00000002
59  #define GLX_AUX_BUFFERS_BIT                0x00000010  #define GLX_PBUFFER_CLOBBER_MASK          0x08000000
60  #define GLX_DEPTH_BUFFER_BIT               0x00000020  #define GLX_FRONT_LEFT_BUFFER_BIT         0x00000001
61  #define GLX_STENCIL_BUFFER_BIT             0x00000040  #define GLX_FRONT_RIGHT_BUFFER_BIT        0x00000002
62  #define GLX_ACCUM_BUFFER_BIT               0x00000080  #define GLX_BACK_LEFT_BUFFER_BIT          0x00000004
63  #define GLX_CONFIG_CAVEAT                  0x20  #define GLX_BACK_RIGHT_BUFFER_BIT         0x00000008
64  #define GLX_X_VISUAL_TYPE                  0x22  #define GLX_AUX_BUFFERS_BIT               0x00000010
65  #define GLX_TRANSPARENT_TYPE               0x23  #define GLX_DEPTH_BUFFER_BIT              0x00000020
66  #define GLX_TRANSPARENT_INDEX_VALUE        0x24  #define GLX_STENCIL_BUFFER_BIT            0x00000040
67  #define GLX_TRANSPARENT_RED_VALUE          0x25  #define GLX_ACCUM_BUFFER_BIT              0x00000080
68  #define GLX_TRANSPARENT_GREEN_VALUE        0x26  #define GLX_CONFIG_CAVEAT                 0x20
69  #define GLX_TRANSPARENT_BLUE_VALUE         0x27  #define GLX_X_VISUAL_TYPE                 0x22
70  #define GLX_TRANSPARENT_ALPHA_VALUE        0x28  #define GLX_TRANSPARENT_TYPE              0x23
71  #define GLX_DONT_CARE                      0xFFFFFFFF  #define GLX_TRANSPARENT_INDEX_VALUE       0x24
72  #define GLX_NONE                           0x8000  #define GLX_TRANSPARENT_RED_VALUE         0x25
73  #define GLX_SLOW_CONFIG                    0x8001  #define GLX_TRANSPARENT_GREEN_VALUE       0x26
74  #define GLX_TRUE_COLOR                     0x8002  #define GLX_TRANSPARENT_BLUE_VALUE        0x27
75  #define GLX_DIRECT_COLOR                   0x8003  #define GLX_TRANSPARENT_ALPHA_VALUE       0x28
76  #define GLX_PSEUDO_COLOR                   0x8004  #define GLX_DONT_CARE                     0xFFFFFFFF
77  #define GLX_STATIC_COLOR                   0x8005  #define GLX_NONE                          0x8000
78  #define GLX_GRAY_SCALE                     0x8006  #define GLX_SLOW_CONFIG                   0x8001
79  #define GLX_STATIC_GRAY                    0x8007  #define GLX_TRUE_COLOR                    0x8002
80  #define GLX_TRANSPARENT_RGB                0x8008  #define GLX_DIRECT_COLOR                  0x8003
81  #define GLX_TRANSPARENT_INDEX              0x8009  #define GLX_PSEUDO_COLOR                  0x8004
82  #define GLX_VISUAL_ID                      0x800B  #define GLX_STATIC_COLOR                  0x8005
83  #define GLX_SCREEN                         0x800C  #define GLX_GRAY_SCALE                    0x8006
84  #define GLX_NON_CONFORMANT_CONFIG          0x800D  #define GLX_STATIC_GRAY                   0x8007
85  #define GLX_DRAWABLE_TYPE                  0x8010  #define GLX_TRANSPARENT_RGB               0x8008
86  #define GLX_RENDER_TYPE                    0x8011  #define GLX_TRANSPARENT_INDEX             0x8009
87  #define GLX_X_RENDERABLE                   0x8012  #define GLX_VISUAL_ID                     0x800B
88  #define GLX_FBCONFIG_ID                    0x8013  #define GLX_SCREEN                        0x800C
89  #define GLX_RGBA_TYPE                      0x8014  #define GLX_NON_CONFORMANT_CONFIG         0x800D
90  #define GLX_COLOR_INDEX_TYPE               0x8015  #define GLX_DRAWABLE_TYPE                 0x8010
91  #define GLX_MAX_PBUFFER_WIDTH              0x8016  #define GLX_RENDER_TYPE                   0x8011
92  #define GLX_MAX_PBUFFER_HEIGHT             0x8017  #define GLX_X_RENDERABLE                  0x8012
93  #define GLX_MAX_PBUFFER_PIXELS             0x8018  #define GLX_FBCONFIG_ID                   0x8013
94  #define GLX_PRESERVED_CONTENTS             0x801B  #define GLX_RGBA_TYPE                     0x8014
95  #define GLX_LARGEST_PBUFFER                0x801C  #define GLX_COLOR_INDEX_TYPE              0x8015
96  #define GLX_WIDTH                          0x801D  #define GLX_MAX_PBUFFER_WIDTH             0x8016
97  #define GLX_HEIGHT                         0x801E  #define GLX_MAX_PBUFFER_HEIGHT            0x8017
98  #define GLX_EVENT_MASK                     0x801F  #define GLX_MAX_PBUFFER_PIXELS            0x8018
99  #define GLX_DAMAGED                        0x8020  #define GLX_PRESERVED_CONTENTS            0x801B
100  #define GLX_SAVED                          0x8021  #define GLX_LARGEST_PBUFFER               0x801C
101  #define GLX_WINDOW                         0x8022  #define GLX_WIDTH                         0x801D
102  #define GLX_PBUFFER                        0x8023  #define GLX_HEIGHT                        0x801E
103  #define GLX_PBUFFER_HEIGHT                 0x8040  #define GLX_EVENT_MASK                    0x801F
104  #define GLX_PBUFFER_WIDTH                  0x8041  #define GLX_DAMAGED                       0x8020
105    #define GLX_SAVED                         0x8021
106    #define GLX_WINDOW                        0x8022
107    #define GLX_PBUFFER                       0x8023
108    #define GLX_PBUFFER_HEIGHT                0x8040
109    #define GLX_PBUFFER_WIDTH                 0x8041
110    typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
111    typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
112    typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
113    typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
114    typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
115    typedef void ( *PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
116    typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
117    typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
118    typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
119    typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
120    typedef void ( *PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
121    typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
122    typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
123    typedef GLXDrawable ( *PFNGLXGETCURRENTREADDRAWABLEPROC) (void);
124    typedef int ( *PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
125    typedef void ( *PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask);
126    typedef void ( *PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
127    #ifdef GLX_GLXEXT_PROTOTYPES
128    GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
129    GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
130    int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
131    XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
132    GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
133    void glXDestroyWindow (Display *dpy, GLXWindow win);
134    GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
135    void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
136    GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
137    void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);
138    void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
139    GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
140    Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
141    GLXDrawable glXGetCurrentReadDrawable (void);
142    int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
143    void glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_mask);
144    void glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
145  #endif  #endif
146    #endif /* GLX_VERSION_1_3 */
147    
148  #ifndef GLX_VERSION_1_4  #ifndef GLX_VERSION_1_4
149  #define GLX_SAMPLE_BUFFERS                 100000  #define GLX_VERSION_1_4 1
150  #define GLX_SAMPLES                        100001  typedef void ( *__GLXextFuncPtr)(void);
151  #endif  #define GLX_SAMPLE_BUFFERS                100000
152    #define GLX_SAMPLES                       100001
153  #ifndef GLX_ARB_get_proc_address  typedef __GLXextFuncPtr ( *PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
154  #endif  #ifdef GLX_GLXEXT_PROTOTYPES
155    __GLXextFuncPtr glXGetProcAddress (const GLubyte *procName);
156  #ifndef GLX_ARB_multisample  #endif
157  #define GLX_SAMPLE_BUFFERS_ARB             100000  #endif /* GLX_VERSION_1_4 */
158  #define GLX_SAMPLES_ARB                    100001  
159  #endif  #ifndef GLX_ARB_context_flush_control
160    #define GLX_ARB_context_flush_control 1
161  #ifndef GLX_ARB_vertex_buffer_object  #define GLX_CONTEXT_RELEASE_BEHAVIOR_ARB  0x2097
162  #define GLX_CONTEXT_ALLOW_BUFFER_BYTE_ORDER_MISMATCH_ARB 0x2095  #define GLX_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB 0
163  #endif  #define GLX_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB 0x2098
164    #endif /* GLX_ARB_context_flush_control */
 #ifndef GLX_ARB_fbconfig_float  
 #define GLX_RGBA_FLOAT_TYPE_ARB            0x20B9  
 #define GLX_RGBA_FLOAT_BIT_ARB             0x00000004  
 #endif  
   
 #ifndef GLX_ARB_framebuffer_sRGB  
 #define GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB   0x20B2  
 #endif  
165    
166  #ifndef GLX_ARB_create_context  #ifndef GLX_ARB_create_context
167  #define GLX_CONTEXT_DEBUG_BIT_ARB          0x00000001  #define GLX_ARB_create_context 1
168    #define GLX_CONTEXT_DEBUG_BIT_ARB         0x00000001
169  #define GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x00000002  #define GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x00000002
170  #define GLX_CONTEXT_MAJOR_VERSION_ARB      0x2091  #define GLX_CONTEXT_MAJOR_VERSION_ARB     0x2091
171  #define GLX_CONTEXT_MINOR_VERSION_ARB      0x2092  #define GLX_CONTEXT_MINOR_VERSION_ARB     0x2092
172  #define GLX_CONTEXT_FLAGS_ARB              0x2094  #define GLX_CONTEXT_FLAGS_ARB             0x2094
173  #endif  typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
174    #ifdef GLX_GLXEXT_PROTOTYPES
175    GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
176    #endif
177    #endif /* GLX_ARB_create_context */
178    
179    #ifndef GLX_ARB_create_context_no_error
180    #define GLX_ARB_create_context_no_error 1
181    #define GLX_CONTEXT_OPENGL_NO_ERROR_ARB   0x31B3
182    #endif /* GLX_ARB_create_context_no_error */
183    
184  #ifndef GLX_ARB_create_context_profile  #ifndef GLX_ARB_create_context_profile
185  #define GLX_CONTEXT_CORE_PROFILE_BIT_ARB   0x00000001  #define GLX_ARB_create_context_profile 1
186    #define GLX_CONTEXT_CORE_PROFILE_BIT_ARB  0x00000001
187  #define GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002  #define GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002
188  #define GLX_CONTEXT_PROFILE_MASK_ARB       0x9126  #define GLX_CONTEXT_PROFILE_MASK_ARB      0x9126
189  #endif  #endif /* GLX_ARB_create_context_profile */
190    
191  #ifndef GLX_ARB_create_context_robustness  #ifndef GLX_ARB_create_context_robustness
192  #define GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB  0x00000004  #define GLX_ARB_create_context_robustness 1
193  #define GLX_LOSE_CONTEXT_ON_RESET_ARB      0x8252  #define GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB 0x00000004
194    #define GLX_LOSE_CONTEXT_ON_RESET_ARB     0x8252
195  #define GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256  #define GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256
196  #define GLX_NO_RESET_NOTIFICATION_ARB      0x8261  #define GLX_NO_RESET_NOTIFICATION_ARB     0x8261
197  #endif  #endif /* GLX_ARB_create_context_robustness */
198    
199  #ifndef GLX_SGIS_multisample  #ifndef GLX_ARB_fbconfig_float
200  #define GLX_SAMPLE_BUFFERS_SGIS            100000  #define GLX_ARB_fbconfig_float 1
201  #define GLX_SAMPLES_SGIS                   100001  #define GLX_RGBA_FLOAT_TYPE_ARB           0x20B9
202  #endif  #define GLX_RGBA_FLOAT_BIT_ARB            0x00000004
203    #endif /* GLX_ARB_fbconfig_float */
204    
205  #ifndef GLX_EXT_visual_info  #ifndef GLX_ARB_framebuffer_sRGB
206  #define GLX_X_VISUAL_TYPE_EXT              0x22  #define GLX_ARB_framebuffer_sRGB 1
207  #define GLX_TRANSPARENT_TYPE_EXT           0x23  #define GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB  0x20B2
208  #define GLX_TRANSPARENT_INDEX_VALUE_EXT    0x24  #endif /* GLX_ARB_framebuffer_sRGB */
 #define GLX_TRANSPARENT_RED_VALUE_EXT      0x25  
 #define GLX_TRANSPARENT_GREEN_VALUE_EXT    0x26  
 #define GLX_TRANSPARENT_BLUE_VALUE_EXT     0x27  
 #define GLX_TRANSPARENT_ALPHA_VALUE_EXT    0x28  
 #define GLX_NONE_EXT                       0x8000  
 #define GLX_TRUE_COLOR_EXT                 0x8002  
 #define GLX_DIRECT_COLOR_EXT               0x8003  
 #define GLX_PSEUDO_COLOR_EXT               0x8004  
 #define GLX_STATIC_COLOR_EXT               0x8005  
 #define GLX_GRAY_SCALE_EXT                 0x8006  
 #define GLX_STATIC_GRAY_EXT                0x8007  
 #define GLX_TRANSPARENT_RGB_EXT            0x8008  
 #define GLX_TRANSPARENT_INDEX_EXT          0x8009  
 #endif  
209    
210  #ifndef GLX_SGI_swap_control  #ifndef GLX_ARB_get_proc_address
211    #define GLX_ARB_get_proc_address 1
212    typedef __GLXextFuncPtr ( *PFNGLXGETPROCADDRESSARBPROC) (const GLubyte *procName);
213    #ifdef GLX_GLXEXT_PROTOTYPES
214    __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
215  #endif  #endif
216    #endif /* GLX_ARB_get_proc_address */
217    
218  #ifndef GLX_SGI_video_sync  #ifndef GLX_ARB_multisample
219  #endif  #define GLX_ARB_multisample 1
220    #define GLX_SAMPLE_BUFFERS_ARB            100000
221    #define GLX_SAMPLES_ARB                   100001
222    #endif /* GLX_ARB_multisample */
223    
224    #ifndef GLX_ARB_robustness_application_isolation
225    #define GLX_ARB_robustness_application_isolation 1
226    #define GLX_CONTEXT_RESET_ISOLATION_BIT_ARB 0x00000008
227    #endif /* GLX_ARB_robustness_application_isolation */
228    
229    #ifndef GLX_ARB_robustness_share_group_isolation
230    #define GLX_ARB_robustness_share_group_isolation 1
231    #endif /* GLX_ARB_robustness_share_group_isolation */
232    
233  #ifndef GLX_SGI_make_current_read  #ifndef GLX_ARB_vertex_buffer_object
234  #endif  #define GLX_ARB_vertex_buffer_object 1
235    #define GLX_CONTEXT_ALLOW_BUFFER_BYTE_ORDER_MISMATCH_ARB 0x2095
236    #endif /* GLX_ARB_vertex_buffer_object */
237    
238  #ifndef GLX_SGIX_video_source  #ifndef GLX_3DFX_multisample
239  #endif  #define GLX_3DFX_multisample 1
240    #define GLX_SAMPLE_BUFFERS_3DFX           0x8050
241    #define GLX_SAMPLES_3DFX                  0x8051
242    #endif /* GLX_3DFX_multisample */
243    
244  #ifndef GLX_EXT_visual_rating  #ifndef GLX_AMD_gpu_association
245  #define GLX_VISUAL_CAVEAT_EXT              0x20  #define GLX_AMD_gpu_association 1
246  #define GLX_SLOW_VISUAL_EXT                0x8001  #define GLX_GPU_VENDOR_AMD                0x1F00
247  #define GLX_NON_CONFORMANT_VISUAL_EXT      0x800D  #define GLX_GPU_RENDERER_STRING_AMD       0x1F01
248  /* reuse GLX_NONE_EXT */  #define GLX_GPU_OPENGL_VERSION_STRING_AMD 0x1F02
249    #define GLX_GPU_FASTEST_TARGET_GPUS_AMD   0x21A2
250    #define GLX_GPU_RAM_AMD                   0x21A3
251    #define GLX_GPU_CLOCK_AMD                 0x21A4
252    #define GLX_GPU_NUM_PIPES_AMD             0x21A5
253    #define GLX_GPU_NUM_SIMD_AMD              0x21A6
254    #define GLX_GPU_NUM_RB_AMD                0x21A7
255    #define GLX_GPU_NUM_SPI_AMD               0x21A8
256    typedef unsigned int ( *PFNGLXGETGPUIDSAMDPROC) (unsigned int maxCount, unsigned int *ids);
257    typedef int ( *PFNGLXGETGPUINFOAMDPROC) (unsigned int id, int property, GLenum dataType, unsigned int size, void *data);
258    typedef unsigned int ( *PFNGLXGETCONTEXTGPUIDAMDPROC) (GLXContext ctx);
259    typedef GLXContext ( *PFNGLXCREATEASSOCIATEDCONTEXTAMDPROC) (unsigned int id, GLXContext share_list);
260    typedef GLXContext ( *PFNGLXCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC) (unsigned int id, GLXContext share_context, const int *attribList);
261    typedef Bool ( *PFNGLXDELETEASSOCIATEDCONTEXTAMDPROC) (GLXContext ctx);
262    typedef Bool ( *PFNGLXMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (GLXContext ctx);
263    typedef GLXContext ( *PFNGLXGETCURRENTASSOCIATEDCONTEXTAMDPROC) (void);
264    typedef void ( *PFNGLXBLITCONTEXTFRAMEBUFFERAMDPROC) (GLXContext dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
265    #ifdef GLX_GLXEXT_PROTOTYPES
266    unsigned int glXGetGPUIDsAMD (unsigned int maxCount, unsigned int *ids);
267    int glXGetGPUInfoAMD (unsigned int id, int property, GLenum dataType, unsigned int size, void *data);
268    unsigned int glXGetContextGPUIDAMD (GLXContext ctx);
269    GLXContext glXCreateAssociatedContextAMD (unsigned int id, GLXContext share_list);
270    GLXContext glXCreateAssociatedContextAttribsAMD (unsigned int id, GLXContext share_context, const int *attribList);
271    Bool glXDeleteAssociatedContextAMD (GLXContext ctx);
272    Bool glXMakeAssociatedContextCurrentAMD (GLXContext ctx);
273    GLXContext glXGetCurrentAssociatedContextAMD (void);
274    void glXBlitContextFramebufferAMD (GLXContext dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
275  #endif  #endif
276    #endif /* GLX_AMD_gpu_association */
277    
278  #ifndef GLX_EXT_import_context  #ifndef GLX_EXT_buffer_age
279  #define GLX_SHARE_CONTEXT_EXT              0x800A  #define GLX_EXT_buffer_age 1
280  #define GLX_VISUAL_ID_EXT                  0x800B  #define GLX_BACK_BUFFER_AGE_EXT           0x20F4
281  #define GLX_SCREEN_EXT                     0x800C  #endif /* GLX_EXT_buffer_age */
 #endif  
282    
283  #ifndef GLX_SGIX_fbconfig  #ifndef GLX_EXT_create_context_es2_profile
284  #define GLX_WINDOW_BIT_SGIX                0x00000001  #define GLX_EXT_create_context_es2_profile 1
285  #define GLX_PIXMAP_BIT_SGIX                0x00000002  #define GLX_CONTEXT_ES2_PROFILE_BIT_EXT   0x00000004
286  #define GLX_RGBA_BIT_SGIX                  0x00000001  #endif /* GLX_EXT_create_context_es2_profile */
 #define GLX_COLOR_INDEX_BIT_SGIX           0x00000002  
 #define GLX_DRAWABLE_TYPE_SGIX             0x8010  
 #define GLX_RENDER_TYPE_SGIX               0x8011  
 #define GLX_X_RENDERABLE_SGIX              0x8012  
 #define GLX_FBCONFIG_ID_SGIX               0x8013  
 #define GLX_RGBA_TYPE_SGIX                 0x8014  
 #define GLX_COLOR_INDEX_TYPE_SGIX          0x8015  
 /* reuse GLX_SCREEN_EXT */  
 #endif  
287    
288  #ifndef GLX_SGIX_pbuffer  #ifndef GLX_EXT_create_context_es_profile
289  #define GLX_PBUFFER_BIT_SGIX               0x00000004  #define GLX_EXT_create_context_es_profile 1
290  #define GLX_BUFFER_CLOBBER_MASK_SGIX       0x08000000  #define GLX_CONTEXT_ES_PROFILE_BIT_EXT    0x00000004
291  #define GLX_FRONT_LEFT_BUFFER_BIT_SGIX     0x00000001  #endif /* GLX_EXT_create_context_es_profile */
 #define GLX_FRONT_RIGHT_BUFFER_BIT_SGIX    0x00000002  
 #define GLX_BACK_LEFT_BUFFER_BIT_SGIX      0x00000004  
 #define GLX_BACK_RIGHT_BUFFER_BIT_SGIX     0x00000008  
 #define GLX_AUX_BUFFERS_BIT_SGIX           0x00000010  
 #define GLX_DEPTH_BUFFER_BIT_SGIX          0x00000020  
 #define GLX_STENCIL_BUFFER_BIT_SGIX        0x00000040  
 #define GLX_ACCUM_BUFFER_BIT_SGIX          0x00000080  
 #define GLX_SAMPLE_BUFFERS_BIT_SGIX        0x00000100  
 #define GLX_MAX_PBUFFER_WIDTH_SGIX         0x8016  
 #define GLX_MAX_PBUFFER_HEIGHT_SGIX        0x8017  
 #define GLX_MAX_PBUFFER_PIXELS_SGIX        0x8018  
 #define GLX_OPTIMAL_PBUFFER_WIDTH_SGIX     0x8019  
 #define GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX    0x801A  
 #define GLX_PRESERVED_CONTENTS_SGIX        0x801B  
 #define GLX_LARGEST_PBUFFER_SGIX           0x801C  
 #define GLX_WIDTH_SGIX                     0x801D  
 #define GLX_HEIGHT_SGIX                    0x801E  
 #define GLX_EVENT_MASK_SGIX                0x801F  
 #define GLX_DAMAGED_SGIX                   0x8020  
 #define GLX_SAVED_SGIX                     0x8021  
 #define GLX_WINDOW_SGIX                    0x8022  
 #define GLX_PBUFFER_SGIX                   0x8023  
 #endif  
292    
293  #ifndef GLX_SGI_cushion  #ifndef GLX_EXT_fbconfig_packed_float
294  #endif  #define GLX_EXT_fbconfig_packed_float 1
295    #define GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT  0x20B1
296    #define GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT   0x00000008
297    #endif /* GLX_EXT_fbconfig_packed_float */
298    
299  #ifndef GLX_SGIX_video_resize  #ifndef GLX_EXT_framebuffer_sRGB
300  #define GLX_SYNC_FRAME_SGIX                0x00000000  #define GLX_EXT_framebuffer_sRGB 1
301  #define GLX_SYNC_SWAP_SGIX                 0x00000001  #define GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT  0x20B2
302  #endif  #endif /* GLX_EXT_framebuffer_sRGB */
303    
304  #ifndef GLX_SGIX_dmbuffer  #ifndef GLX_EXT_import_context
305  #define GLX_DIGITAL_MEDIA_PBUFFER_SGIX     0x8024  #define GLX_EXT_import_context 1
306  #endif  #define GLX_SHARE_CONTEXT_EXT             0x800A
307    #define GLX_VISUAL_ID_EXT                 0x800B
308    #define GLX_SCREEN_EXT                    0x800C
309    typedef Display *( *PFNGLXGETCURRENTDISPLAYEXTPROC) (void);
310    typedef int ( *PFNGLXQUERYCONTEXTINFOEXTPROC) (Display *dpy, GLXContext context, int attribute, int *value);
311    typedef GLXContextID ( *PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context);
312    typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
313    typedef void ( *PFNGLXFREECONTEXTEXTPROC) (Display *dpy, GLXContext context);
314    #ifdef GLX_GLXEXT_PROTOTYPES
315    Display *glXGetCurrentDisplayEXT (void);
316    int glXQueryContextInfoEXT (Display *dpy, GLXContext context, int attribute, int *value);
317    GLXContextID glXGetContextIDEXT (const GLXContext context);
318    GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
319    void glXFreeContextEXT (Display *dpy, GLXContext context);
320    #endif
321    #endif /* GLX_EXT_import_context */
322    
323    #ifndef GLX_EXT_libglvnd
324    #define GLX_EXT_libglvnd 1
325    #define GLX_VENDOR_NAMES_EXT              0x20F6
326    #endif /* GLX_EXT_libglvnd */
327    
328    #ifndef GLX_EXT_no_config_context
329    #define GLX_EXT_no_config_context 1
330    #endif /* GLX_EXT_no_config_context */
331    
332  #ifndef GLX_SGIX_swap_group  #ifndef GLX_EXT_stereo_tree
333  #endif  #define GLX_EXT_stereo_tree 1
334    typedef struct {
335        int type;
336        unsigned long serial;
337        Bool send_event;
338        Display *display;
339        int extension;
340        int evtype;
341        GLXDrawable window;
342        Bool stereo_tree;
343    } GLXStereoNotifyEventEXT;
344    #define GLX_STEREO_TREE_EXT               0x20F5
345    #define GLX_STEREO_NOTIFY_MASK_EXT        0x00000001
346    #define GLX_STEREO_NOTIFY_EXT             0x00000000
347    #endif /* GLX_EXT_stereo_tree */
348    
349  #ifndef GLX_SGIX_swap_barrier  #ifndef GLX_EXT_swap_control
350    #define GLX_EXT_swap_control 1
351    #define GLX_SWAP_INTERVAL_EXT             0x20F1
352    #define GLX_MAX_SWAP_INTERVAL_EXT         0x20F2
353    typedef void ( *PFNGLXSWAPINTERVALEXTPROC) (Display *dpy, GLXDrawable drawable, int interval);
354    #ifdef GLX_GLXEXT_PROTOTYPES
355    void glXSwapIntervalEXT (Display *dpy, GLXDrawable drawable, int interval);
356  #endif  #endif
357    #endif /* GLX_EXT_swap_control */
358    
359  #ifndef GLX_SGIS_blended_overlay  #ifndef GLX_EXT_swap_control_tear
360  #define GLX_BLENDED_RGBA_SGIS              0x8025  #define GLX_EXT_swap_control_tear 1
361  #endif  #define GLX_LATE_SWAPS_TEAR_EXT           0x20F3
362    #endif /* GLX_EXT_swap_control_tear */
363    
364  #ifndef GLX_SGIS_shared_multisample  #ifndef GLX_EXT_texture_from_pixmap
365  #define GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS 0x8026  #define GLX_EXT_texture_from_pixmap 1
366  #define GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS 0x8027  #define GLX_TEXTURE_1D_BIT_EXT            0x00000001
367    #define GLX_TEXTURE_2D_BIT_EXT            0x00000002
368    #define GLX_TEXTURE_RECTANGLE_BIT_EXT     0x00000004
369    #define GLX_BIND_TO_TEXTURE_RGB_EXT       0x20D0
370    #define GLX_BIND_TO_TEXTURE_RGBA_EXT      0x20D1
371    #define GLX_BIND_TO_MIPMAP_TEXTURE_EXT    0x20D2
372    #define GLX_BIND_TO_TEXTURE_TARGETS_EXT   0x20D3
373    #define GLX_Y_INVERTED_EXT                0x20D4
374    #define GLX_TEXTURE_FORMAT_EXT            0x20D5
375    #define GLX_TEXTURE_TARGET_EXT            0x20D6
376    #define GLX_MIPMAP_TEXTURE_EXT            0x20D7
377    #define GLX_TEXTURE_FORMAT_NONE_EXT       0x20D8
378    #define GLX_TEXTURE_FORMAT_RGB_EXT        0x20D9
379    #define GLX_TEXTURE_FORMAT_RGBA_EXT       0x20DA
380    #define GLX_TEXTURE_1D_EXT                0x20DB
381    #define GLX_TEXTURE_2D_EXT                0x20DC
382    #define GLX_TEXTURE_RECTANGLE_EXT         0x20DD
383    #define GLX_FRONT_LEFT_EXT                0x20DE
384    #define GLX_FRONT_RIGHT_EXT               0x20DF
385    #define GLX_BACK_LEFT_EXT                 0x20E0
386    #define GLX_BACK_RIGHT_EXT                0x20E1
387    #define GLX_FRONT_EXT                     0x20DE
388    #define GLX_BACK_EXT                      0x20E0
389    #define GLX_AUX0_EXT                      0x20E2
390    #define GLX_AUX1_EXT                      0x20E3
391    #define GLX_AUX2_EXT                      0x20E4
392    #define GLX_AUX3_EXT                      0x20E5
393    #define GLX_AUX4_EXT                      0x20E6
394    #define GLX_AUX5_EXT                      0x20E7
395    #define GLX_AUX6_EXT                      0x20E8
396    #define GLX_AUX7_EXT                      0x20E9
397    #define GLX_AUX8_EXT                      0x20EA
398    #define GLX_AUX9_EXT                      0x20EB
399    typedef void ( *PFNGLXBINDTEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
400    typedef void ( *PFNGLXRELEASETEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer);
401    #ifdef GLX_GLXEXT_PROTOTYPES
402    void glXBindTexImageEXT (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
403    void glXReleaseTexImageEXT (Display *dpy, GLXDrawable drawable, int buffer);
404  #endif  #endif
405    #endif /* GLX_EXT_texture_from_pixmap */
406    
407  #ifndef GLX_SUN_get_transparent_index  #ifndef GLX_EXT_visual_info
408  #endif  #define GLX_EXT_visual_info 1
409    #define GLX_X_VISUAL_TYPE_EXT             0x22
410    #define GLX_TRANSPARENT_TYPE_EXT          0x23
411    #define GLX_TRANSPARENT_INDEX_VALUE_EXT   0x24
412    #define GLX_TRANSPARENT_RED_VALUE_EXT     0x25
413    #define GLX_TRANSPARENT_GREEN_VALUE_EXT   0x26
414    #define GLX_TRANSPARENT_BLUE_VALUE_EXT    0x27
415    #define GLX_TRANSPARENT_ALPHA_VALUE_EXT   0x28
416    #define GLX_NONE_EXT                      0x8000
417    #define GLX_TRUE_COLOR_EXT                0x8002
418    #define GLX_DIRECT_COLOR_EXT              0x8003
419    #define GLX_PSEUDO_COLOR_EXT              0x8004
420    #define GLX_STATIC_COLOR_EXT              0x8005
421    #define GLX_GRAY_SCALE_EXT                0x8006
422    #define GLX_STATIC_GRAY_EXT               0x8007
423    #define GLX_TRANSPARENT_RGB_EXT           0x8008
424    #define GLX_TRANSPARENT_INDEX_EXT         0x8009
425    #endif /* GLX_EXT_visual_info */
426    
427  #ifndef GLX_3DFX_multisample  #ifndef GLX_EXT_visual_rating
428  #define GLX_SAMPLE_BUFFERS_3DFX            0x8050  #define GLX_EXT_visual_rating 1
429  #define GLX_SAMPLES_3DFX                   0x8051  #define GLX_VISUAL_CAVEAT_EXT             0x20
430  #endif  #define GLX_SLOW_VISUAL_EXT               0x8001
431    #define GLX_NON_CONFORMANT_VISUAL_EXT     0x800D
432    #endif /* GLX_EXT_visual_rating */
433    
434  #ifndef GLX_MESA_copy_sub_buffer  #ifndef GLX_INTEL_swap_event
435  #endif  #define GLX_INTEL_swap_event 1
436    #define GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK 0x04000000
437    #define GLX_EXCHANGE_COMPLETE_INTEL       0x8180
438    #define GLX_COPY_COMPLETE_INTEL           0x8181
439    #define GLX_FLIP_COMPLETE_INTEL           0x8182
440    #endif /* GLX_INTEL_swap_event */
441    
442  #ifndef GLX_MESA_pixmap_colormap  #ifndef GLX_MESA_agp_offset
443    #define GLX_MESA_agp_offset 1
444    typedef unsigned int ( *PFNGLXGETAGPOFFSETMESAPROC) (const void *pointer);
445    #ifdef GLX_GLXEXT_PROTOTYPES
446    unsigned int glXGetAGPOffsetMESA (const void *pointer);
447  #endif  #endif
448    #endif /* GLX_MESA_agp_offset */
449    
450  #ifndef GLX_MESA_release_buffers  #ifndef GLX_MESA_copy_sub_buffer
451    #define GLX_MESA_copy_sub_buffer 1
452    typedef void ( *PFNGLXCOPYSUBBUFFERMESAPROC) (Display *dpy, GLXDrawable drawable, int x, int y, int width, int height);
453    #ifdef GLX_GLXEXT_PROTOTYPES
454    void glXCopySubBufferMESA (Display *dpy, GLXDrawable drawable, int x, int y, int width, int height);
455  #endif  #endif
456    #endif /* GLX_MESA_copy_sub_buffer */
457    
458  #ifndef GLX_MESA_set_3dfx_mode  #ifndef GLX_MESA_pixmap_colormap
459  #define GLX_3DFX_WINDOW_MODE_MESA          0x1  #define GLX_MESA_pixmap_colormap 1
460  #define GLX_3DFX_FULLSCREEN_MODE_MESA      0x2  typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
461    #ifdef GLX_GLXEXT_PROTOTYPES
462    GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
463  #endif  #endif
464    #endif /* GLX_MESA_pixmap_colormap */
465    
466  #ifndef GLX_SGIX_visual_select_group  #ifndef GLX_MESA_query_renderer
467  #define GLX_VISUAL_SELECT_GROUP_SGIX       0x8028  #define GLX_MESA_query_renderer 1
468    #define GLX_RENDERER_VENDOR_ID_MESA       0x8183
469    #define GLX_RENDERER_DEVICE_ID_MESA       0x8184
470    #define GLX_RENDERER_VERSION_MESA         0x8185
471    #define GLX_RENDERER_ACCELERATED_MESA     0x8186
472    #define GLX_RENDERER_VIDEO_MEMORY_MESA    0x8187
473    #define GLX_RENDERER_UNIFIED_MEMORY_ARCHITECTURE_MESA 0x8188
474    #define GLX_RENDERER_PREFERRED_PROFILE_MESA 0x8189
475    #define GLX_RENDERER_OPENGL_CORE_PROFILE_VERSION_MESA 0x818A
476    #define GLX_RENDERER_OPENGL_COMPATIBILITY_PROFILE_VERSION_MESA 0x818B
477    #define GLX_RENDERER_OPENGL_ES_PROFILE_VERSION_MESA 0x818C
478    #define GLX_RENDERER_OPENGL_ES2_PROFILE_VERSION_MESA 0x818D
479    #define GLX_RENDERER_ID_MESA              0x818E
480    typedef Bool ( *PFNGLXQUERYCURRENTRENDERERINTEGERMESAPROC) (int attribute, unsigned int *value);
481    typedef const char *( *PFNGLXQUERYCURRENTRENDERERSTRINGMESAPROC) (int attribute);
482    typedef Bool ( *PFNGLXQUERYRENDERERINTEGERMESAPROC) (Display *dpy, int screen, int renderer, int attribute, unsigned int *value);
483    typedef const char *( *PFNGLXQUERYRENDERERSTRINGMESAPROC) (Display *dpy, int screen, int renderer, int attribute);
484    #ifdef GLX_GLXEXT_PROTOTYPES
485    Bool glXQueryCurrentRendererIntegerMESA (int attribute, unsigned int *value);
486    const char *glXQueryCurrentRendererStringMESA (int attribute);
487    Bool glXQueryRendererIntegerMESA (Display *dpy, int screen, int renderer, int attribute, unsigned int *value);
488    const char *glXQueryRendererStringMESA (Display *dpy, int screen, int renderer, int attribute);
489  #endif  #endif
490    #endif /* GLX_MESA_query_renderer */
491    
492  #ifndef GLX_OML_swap_method  #ifndef GLX_MESA_release_buffers
493  #define GLX_SWAP_METHOD_OML                0x8060  #define GLX_MESA_release_buffers 1
494  #define GLX_SWAP_EXCHANGE_OML              0x8061  typedef Bool ( *PFNGLXRELEASEBUFFERSMESAPROC) (Display *dpy, GLXDrawable drawable);
495  #define GLX_SWAP_COPY_OML                  0x8062  #ifdef GLX_GLXEXT_PROTOTYPES
496  #define GLX_SWAP_UNDEFINED_OML             0x8063  Bool glXReleaseBuffersMESA (Display *dpy, GLXDrawable drawable);
497  #endif  #endif
498    #endif /* GLX_MESA_release_buffers */
499    
500  #ifndef GLX_OML_sync_control  #ifndef GLX_MESA_set_3dfx_mode
501    #define GLX_MESA_set_3dfx_mode 1
502    #define GLX_3DFX_WINDOW_MODE_MESA         0x1
503    #define GLX_3DFX_FULLSCREEN_MODE_MESA     0x2
504    typedef Bool ( *PFNGLXSET3DFXMODEMESAPROC) (int mode);
505    #ifdef GLX_GLXEXT_PROTOTYPES
506    Bool glXSet3DfxModeMESA (int mode);
507  #endif  #endif
508    #endif /* GLX_MESA_set_3dfx_mode */
509    
510  #ifndef GLX_NV_float_buffer  #ifndef GLX_MESA_swap_control
511  #define GLX_FLOAT_COMPONENTS_NV            0x20B0  #define GLX_MESA_swap_control 1
512    typedef int ( *PFNGLXGETSWAPINTERVALMESAPROC) (void);
513    typedef int ( *PFNGLXSWAPINTERVALMESAPROC) (unsigned int interval);
514    #ifdef GLX_GLXEXT_PROTOTYPES
515    int glXGetSwapIntervalMESA (void);
516    int glXSwapIntervalMESA (unsigned int interval);
517  #endif  #endif
518    #endif /* GLX_MESA_swap_control */
519    
520  #ifndef GLX_SGIX_hyperpipe  #ifndef GLX_NV_copy_buffer
521  #define GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX 80  #define GLX_NV_copy_buffer 1
522  #define GLX_BAD_HYPERPIPE_CONFIG_SGIX      91  typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
523  #define GLX_BAD_HYPERPIPE_SGIX             92  typedef void ( *PFNGLXNAMEDCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
524  #define GLX_HYPERPIPE_DISPLAY_PIPE_SGIX    0x00000001  #ifdef GLX_GLXEXT_PROTOTYPES
525  #define GLX_HYPERPIPE_RENDER_PIPE_SGIX     0x00000002  void glXCopyBufferSubDataNV (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
526  #define GLX_PIPE_RECT_SGIX                 0x00000001  void glXNamedCopyBufferSubDataNV (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
 #define GLX_PIPE_RECT_LIMITS_SGIX          0x00000002  
 #define GLX_HYPERPIPE_STEREO_SGIX          0x00000003  
 #define GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX   0x00000004  
 #define GLX_HYPERPIPE_ID_SGIX              0x8030  
527  #endif  #endif
528    #endif /* GLX_NV_copy_buffer */
529    
530  #ifndef GLX_MESA_agp_offset  #ifndef GLX_NV_copy_image
531    #define GLX_NV_copy_image 1
532    typedef void ( *PFNGLXCOPYIMAGESUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
533    #ifdef GLX_GLXEXT_PROTOTYPES
534    void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
535  #endif  #endif
536    #endif /* GLX_NV_copy_image */
537    
538  #ifndef GLX_EXT_fbconfig_packed_float  #ifndef GLX_NV_delay_before_swap
539  #define GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT   0x20B1  #define GLX_NV_delay_before_swap 1
540  #define GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT    0x00000008  typedef Bool ( *PFNGLXDELAYBEFORESWAPNVPROC) (Display *dpy, GLXDrawable drawable, GLfloat seconds);
541    #ifdef GLX_GLXEXT_PROTOTYPES
542    Bool glXDelayBeforeSwapNV (Display *dpy, GLXDrawable drawable, GLfloat seconds);
543  #endif  #endif
544    #endif /* GLX_NV_delay_before_swap */
545    
546  #ifndef GLX_EXT_framebuffer_sRGB  #ifndef GLX_NV_float_buffer
547  #define GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT   0x20B2  #define GLX_NV_float_buffer 1
548  #endif  #define GLX_FLOAT_COMPONENTS_NV           0x20B0
549    #endif /* GLX_NV_float_buffer */
550    
551  #ifndef GLX_EXT_texture_from_pixmap  #ifndef GLX_NV_multisample_coverage
552  #define GLX_TEXTURE_1D_BIT_EXT             0x00000001  #define GLX_NV_multisample_coverage 1
553  #define GLX_TEXTURE_2D_BIT_EXT             0x00000002  #define GLX_COVERAGE_SAMPLES_NV           100001
554  #define GLX_TEXTURE_RECTANGLE_BIT_EXT      0x00000004  #define GLX_COLOR_SAMPLES_NV              0x20B3
555  #define GLX_BIND_TO_TEXTURE_RGB_EXT        0x20D0  #endif /* GLX_NV_multisample_coverage */
 #define GLX_BIND_TO_TEXTURE_RGBA_EXT       0x20D1  
 #define GLX_BIND_TO_MIPMAP_TEXTURE_EXT     0x20D2  
 #define GLX_BIND_TO_TEXTURE_TARGETS_EXT    0x20D3  
 #define GLX_Y_INVERTED_EXT                 0x20D4  
 #define GLX_TEXTURE_FORMAT_EXT             0x20D5  
 #define GLX_TEXTURE_TARGET_EXT             0x20D6  
 #define GLX_MIPMAP_TEXTURE_EXT             0x20D7  
 #define GLX_TEXTURE_FORMAT_NONE_EXT        0x20D8  
 #define GLX_TEXTURE_FORMAT_RGB_EXT         0x20D9  
 #define GLX_TEXTURE_FORMAT_RGBA_EXT        0x20DA  
 #define GLX_TEXTURE_1D_EXT                 0x20DB  
 #define GLX_TEXTURE_2D_EXT                 0x20DC  
 #define GLX_TEXTURE_RECTANGLE_EXT          0x20DD  
 #define GLX_FRONT_LEFT_EXT                 0x20DE  
 #define GLX_FRONT_RIGHT_EXT                0x20DF  
 #define GLX_BACK_LEFT_EXT                  0x20E0  
 #define GLX_BACK_RIGHT_EXT                 0x20E1  
 #define GLX_FRONT_EXT                      GLX_FRONT_LEFT_EXT  
 #define GLX_BACK_EXT                       GLX_BACK_LEFT_EXT  
 #define GLX_AUX0_EXT                       0x20E2  
 #define GLX_AUX1_EXT                       0x20E3  
 #define GLX_AUX2_EXT                       0x20E4  
 #define GLX_AUX3_EXT                       0x20E5  
 #define GLX_AUX4_EXT                       0x20E6  
 #define GLX_AUX5_EXT                       0x20E7  
 #define GLX_AUX6_EXT                       0x20E8  
 #define GLX_AUX7_EXT                       0x20E9  
 #define GLX_AUX8_EXT                       0x20EA  
 #define GLX_AUX9_EXT                       0x20EB  
 #endif  
556    
557  #ifndef GLX_NV_present_video  #ifndef GLX_NV_present_video
558  #define GLX_NUM_VIDEO_SLOTS_NV             0x20F0  #define GLX_NV_present_video 1
559  #endif  #define GLX_NUM_VIDEO_SLOTS_NV            0x20F0
560    typedef unsigned int *( *PFNGLXENUMERATEVIDEODEVICESNVPROC) (Display *dpy, int screen, int *nelements);
561  #ifndef GLX_NV_video_out  typedef int ( *PFNGLXBINDVIDEODEVICENVPROC) (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list);
562  #define GLX_VIDEO_OUT_COLOR_NV             0x20C3  #ifdef GLX_GLXEXT_PROTOTYPES
563  #define GLX_VIDEO_OUT_ALPHA_NV             0x20C4  unsigned int *glXEnumerateVideoDevicesNV (Display *dpy, int screen, int *nelements);
564  #define GLX_VIDEO_OUT_DEPTH_NV             0x20C5  int glXBindVideoDeviceNV (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list);
565  #define GLX_VIDEO_OUT_COLOR_AND_ALPHA_NV   0x20C6  #endif
566  #define GLX_VIDEO_OUT_COLOR_AND_DEPTH_NV   0x20C7  #endif /* GLX_NV_present_video */
567  #define GLX_VIDEO_OUT_FRAME_NV             0x20C8  
568  #define GLX_VIDEO_OUT_FIELD_1_NV           0x20C9  #ifndef GLX_NV_robustness_video_memory_purge
569  #define GLX_VIDEO_OUT_FIELD_2_NV           0x20CA  #define GLX_NV_robustness_video_memory_purge 1
570  #define GLX_VIDEO_OUT_STACKED_FIELDS_1_2_NV 0x20CB  #define GLX_GENERATE_RESET_ON_VIDEO_MEMORY_PURGE_NV 0x20F7
571  #define GLX_VIDEO_OUT_STACKED_FIELDS_2_1_NV 0x20CC  #endif /* GLX_NV_robustness_video_memory_purge */
 #endif  
572    
573  #ifndef GLX_NV_swap_group  #ifndef GLX_NV_swap_group
574    #define GLX_NV_swap_group 1
575    typedef Bool ( *PFNGLXJOINSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint group);
576    typedef Bool ( *PFNGLXBINDSWAPBARRIERNVPROC) (Display *dpy, GLuint group, GLuint barrier);
577    typedef Bool ( *PFNGLXQUERYSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
578    typedef Bool ( *PFNGLXQUERYMAXSWAPGROUPSNVPROC) (Display *dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers);
579    typedef Bool ( *PFNGLXQUERYFRAMECOUNTNVPROC) (Display *dpy, int screen, GLuint *count);
580    typedef Bool ( *PFNGLXRESETFRAMECOUNTNVPROC) (Display *dpy, int screen);
581    #ifdef GLX_GLXEXT_PROTOTYPES
582    Bool glXJoinSwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint group);
583    Bool glXBindSwapBarrierNV (Display *dpy, GLuint group, GLuint barrier);
584    Bool glXQuerySwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
585    Bool glXQueryMaxSwapGroupsNV (Display *dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers);
586    Bool glXQueryFrameCountNV (Display *dpy, int screen, GLuint *count);
587    Bool glXResetFrameCountNV (Display *dpy, int screen);
588  #endif  #endif
589    #endif /* GLX_NV_swap_group */
590    
591  #ifndef GLX_NV_video_capture  #ifndef GLX_NV_video_capture
592  #define GLX_DEVICE_ID_NV                   0x20CD  #define GLX_NV_video_capture 1
593  #define GLX_UNIQUE_ID_NV                   0x20CE  typedef XID GLXVideoCaptureDeviceNV;
594  #define GLX_NUM_VIDEO_CAPTURE_SLOTS_NV     0x20CF  #define GLX_DEVICE_ID_NV                  0x20CD
595  #endif  #define GLX_UNIQUE_ID_NV                  0x20CE
596    #define GLX_NUM_VIDEO_CAPTURE_SLOTS_NV    0x20CF
597  #ifndef GLX_EXT_swap_control  typedef int ( *PFNGLXBINDVIDEOCAPTUREDEVICENVPROC) (Display *dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device);
598  #define GLX_SWAP_INTERVAL_EXT              0x20F1  typedef GLXVideoCaptureDeviceNV *( *PFNGLXENUMERATEVIDEOCAPTUREDEVICESNVPROC) (Display *dpy, int screen, int *nelements);
599  #define GLX_MAX_SWAP_INTERVAL_EXT          0x20F2  typedef void ( *PFNGLXLOCKVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device);
600  #endif  typedef int ( *PFNGLXQUERYVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value);
601    typedef void ( *PFNGLXRELEASEVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device);
602  #ifndef GLX_NV_copy_image  #ifdef GLX_GLXEXT_PROTOTYPES
603  #endif  int glXBindVideoCaptureDeviceNV (Display *dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device);
604    GLXVideoCaptureDeviceNV *glXEnumerateVideoCaptureDevicesNV (Display *dpy, int screen, int *nelements);
605  #ifndef GLX_INTEL_swap_event  void glXLockVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device);
606  #define GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK 0x04000000  int glXQueryVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value);
607  #define GLX_EXCHANGE_COMPLETE_INTEL        0x8180  void glXReleaseVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device);
 #define GLX_COPY_COMPLETE_INTEL            0x8181  
 #define GLX_FLIP_COMPLETE_INTEL            0x8182  
 #endif  
   
 #ifndef GLX_NV_multisample_coverage  
 #define GLX_COVERAGE_SAMPLES_NV            100001  
 #define GLX_COLOR_SAMPLES_NV               0x20B3  
 #endif  
   
 #ifndef GLX_AMD_gpu_association  
 #define GLX_GPU_VENDOR_AMD                 0x1F00  
 #define GLX_GPU_RENDERER_STRING_AMD        0x1F01  
 #define GLX_GPU_OPENGL_VERSION_STRING_AMD  0x1F02  
 #define GLX_GPU_FASTEST_TARGET_GPUS_AMD    0x21A2  
 #define GLX_GPU_RAM_AMD                    0x21A3  
 #define GLX_GPU_CLOCK_AMD                  0x21A4  
 #define GLX_GPU_NUM_PIPES_AMD              0x21A5  
 #define GLX_GPU_NUM_SIMD_AMD               0x21A6  
 #define GLX_GPU_NUM_RB_AMD                 0x21A7  
 #define GLX_GPU_NUM_SPI_AMD                0x21A8  
 #endif  
   
 #ifndef GLX_EXT_create_context_es2_profile  
 #define GLX_CONTEXT_ES2_PROFILE_BIT_EXT    0x00000004  
 #endif  
   
 #ifndef GLX_EXT_create_context_es_profile  
 #define GLX_CONTEXT_ES_PROFILE_BIT_EXT     0x00000004  
 #endif  
   
 #ifndef GLX_EXT_swap_control_tear  
 #define GLX_LATE_SWAPS_TEAR_EXT            0x20F3  
 #endif  
   
 #ifndef GLX_EXT_buffer_age  
 #define GLX_BACK_BUFFER_AGE_EXT            0x20F4  
 #endif  
   
   
 /*************************************************************/  
   
 #ifndef GLX_ARB_get_proc_address  
 typedef void (*__GLXextFuncPtr)(void);  
 #endif  
   
 #ifndef GLX_SGIX_video_source  
 typedef XID GLXVideoSourceSGIX;  
 #endif  
   
 #ifndef GLX_SGIX_fbconfig  
 typedef XID GLXFBConfigIDSGIX;  
 typedef struct __GLXFBConfigRec *GLXFBConfigSGIX;  
 #endif  
   
 #ifndef GLX_SGIX_pbuffer  
 typedef XID GLXPbufferSGIX;  
 typedef struct {  
     int type;  
     unsigned long serial;  /* # of last request processed by server */  
     Bool send_event;  /* true if this came for SendEvent request */  
     Display *display;  /* display the event was read from */  
     GLXDrawable drawable;  /* i.d. of Drawable */  
     int event_type;  /* GLX_DAMAGED_SGIX or GLX_SAVED_SGIX */  
     int draw_type;  /* GLX_WINDOW_SGIX or GLX_PBUFFER_SGIX */  
     unsigned int mask;  /* mask indicating which buffers are affected*/  
     int x, y;  
     int width, height;  
     int count;  /* if nonzero, at least this many more */  
 } GLXBufferClobberEventSGIX;  
608  #endif  #endif
609    #endif /* GLX_NV_video_capture */
610    
611  #ifndef GLX_NV_video_output  #ifndef GLX_NV_video_out
612    #define GLX_NV_video_out 1
613  typedef unsigned int GLXVideoDeviceNV;  typedef unsigned int GLXVideoDeviceNV;
614    #define GLX_VIDEO_OUT_COLOR_NV            0x20C3
615    #define GLX_VIDEO_OUT_ALPHA_NV            0x20C4
616    #define GLX_VIDEO_OUT_DEPTH_NV            0x20C5
617    #define GLX_VIDEO_OUT_COLOR_AND_ALPHA_NV  0x20C6
618    #define GLX_VIDEO_OUT_COLOR_AND_DEPTH_NV  0x20C7
619    #define GLX_VIDEO_OUT_FRAME_NV            0x20C8
620    #define GLX_VIDEO_OUT_FIELD_1_NV          0x20C9
621    #define GLX_VIDEO_OUT_FIELD_2_NV          0x20CA
622    #define GLX_VIDEO_OUT_STACKED_FIELDS_1_2_NV 0x20CB
623    #define GLX_VIDEO_OUT_STACKED_FIELDS_2_1_NV 0x20CC
624    typedef int ( *PFNGLXGETVIDEODEVICENVPROC) (Display *dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice);
625    typedef int ( *PFNGLXRELEASEVIDEODEVICENVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice);
626    typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
627    typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);
628    typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);
629    typedef int ( *PFNGLXGETVIDEOINFONVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
630    #ifdef GLX_GLXEXT_PROTOTYPES
631    int glXGetVideoDeviceNV (Display *dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice);
632    int glXReleaseVideoDeviceNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice);
633    int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
634    int glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbuf);
635    int glXSendPbufferToVideoNV (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);
636    int glXGetVideoInfoNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
637  #endif  #endif
638    #endif /* GLX_NV_video_out */
639    
640  #ifndef GLX_NV_video_capture  #ifndef GLX_OML_swap_method
641  typedef XID GLXVideoCaptureDeviceNV;  #define GLX_OML_swap_method 1
642  #endif  #define GLX_SWAP_METHOD_OML               0x8060
643    #define GLX_SWAP_EXCHANGE_OML             0x8061
644    #define GLX_SWAP_COPY_OML                 0x8062
645    #define GLX_SWAP_UNDEFINED_OML            0x8063
646    #endif /* GLX_OML_swap_method */
647    
648    #ifndef GLX_OML_sync_control
649    #define GLX_OML_sync_control 1
650  #ifndef GLEXT_64_TYPES_DEFINED  #ifndef GLEXT_64_TYPES_DEFINED
651  /* This code block is duplicated in glext.h, so must be protected */  /* This code block is duplicated in glext.h, so must be protected */
652  #define GLEXT_64_TYPES_DEFINED  #define GLEXT_64_TYPES_DEFINED
# Line 533  typedef __int32 int32_t; Line 680  typedef __int32 int32_t;
680  typedef __int64 int64_t;  typedef __int64 int64_t;
681  typedef unsigned __int64 uint64_t;  typedef unsigned __int64 uint64_t;
682  #else  #else
683  #include <inttypes.h>     /* Fallback option */  /* Fallback if nothing above works */
684  #endif  #include <inttypes.h>
 #endif  
   
 #ifndef GLX_VERSION_1_3  
 #define GLX_VERSION_1_3 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern GLXFBConfig * glXGetFBConfigs (Display *dpy, int screen, int *nelements);  
 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);  
 extern int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);  
 extern XVisualInfo * glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);  
 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);  
 extern void glXDestroyWindow (Display *dpy, GLXWindow win);  
 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);  
 extern void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);  
 extern GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);  
 extern void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);  
 extern void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);  
 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);  
 extern Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);  
 extern GLXDrawable glXGetCurrentReadDrawable (void);  
 extern Display * glXGetCurrentDisplay (void);  
 extern int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);  
 extern void glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_mask);  
 extern void glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);  
 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);  
 typedef int ( * PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);  
 typedef XVisualInfo * ( * PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);  
 typedef GLXWindow ( * PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);  
 typedef void ( * PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);  
 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);  
 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);  
 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);  
 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);  
 typedef void ( * PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);  
 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);  
 typedef Bool ( * PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);  
 typedef GLXDrawable ( * PFNGLXGETCURRENTREADDRAWABLEPROC) (void);  
 typedef Display * ( * PFNGLXGETCURRENTDISPLAYPROC) (void);  
 typedef int ( * PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);  
 typedef void ( * PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask);  
 typedef void ( * PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_mask);  
 #endif  
   
 #ifndef GLX_VERSION_1_4  
 #define GLX_VERSION_1_4 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern __GLXextFuncPtr glXGetProcAddress (const GLubyte *procName);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef __GLXextFuncPtr ( * PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);  
 #endif  
   
 #ifndef GLX_ARB_get_proc_address  
 #define GLX_ARB_get_proc_address 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef __GLXextFuncPtr ( * PFNGLXGETPROCADDRESSARBPROC) (const GLubyte *procName);  
 #endif  
   
 #ifndef GLX_ARB_multisample  
 #define GLX_ARB_multisample 1  
 #endif  
   
 #ifndef GLX_ARB_fbconfig_float  
 #define GLX_ARB_fbconfig_float 1  
685  #endif  #endif
   
 #ifndef GLX_ARB_framebuffer_sRGB  
 #define GLX_ARB_framebuffer_sRGB 1  
686  #endif  #endif
687    typedef Bool ( *PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
688  #ifndef GLX_ARB_create_context  typedef Bool ( *PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
689  #define GLX_ARB_create_context 1  typedef int64_t ( *PFNGLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
690  #ifdef GLX_GLXEXT_PROTOTYPES  typedef Bool ( *PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
691  extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);  typedef Bool ( *PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
692  #endif /* GLX_GLXEXT_PROTOTYPES */  #ifdef GLX_GLXEXT_PROTOTYPES
693  typedef GLXContext ( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);  Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
694    Bool glXGetMscRateOML (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
695    int64_t glXSwapBuffersMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
696    Bool glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
697    Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
698  #endif  #endif
699    #endif /* GLX_OML_sync_control */
700    
701  #ifndef GLX_ARB_create_context_profile  #ifndef GLX_SGIS_blended_overlay
702  #define GLX_ARB_create_context_profile 1  #define GLX_SGIS_blended_overlay 1
703  #endif  #define GLX_BLENDED_RGBA_SGIS             0x8025
704    #endif /* GLX_SGIS_blended_overlay */
 #ifndef GLX_ARB_create_context_robustness  
 #define GLX_ARB_create_context_robustness 1  
 #endif  
705    
706  #ifndef GLX_SGIS_multisample  #ifndef GLX_SGIS_multisample
707  #define GLX_SGIS_multisample 1  #define GLX_SGIS_multisample 1
708  #endif  #define GLX_SAMPLE_BUFFERS_SGIS           100000
709    #define GLX_SAMPLES_SGIS                  100001
710  #ifndef GLX_EXT_visual_info  #endif /* GLX_SGIS_multisample */
 #define GLX_EXT_visual_info 1  
 #endif  
   
 #ifndef GLX_SGI_swap_control  
 #define GLX_SGI_swap_control 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern int glXSwapIntervalSGI (int interval);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef int ( * PFNGLXSWAPINTERVALSGIPROC) (int interval);  
 #endif  
   
 #ifndef GLX_SGI_video_sync  
 #define GLX_SGI_video_sync 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern int glXGetVideoSyncSGI (unsigned int *count);  
 extern int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef int ( * PFNGLXGETVIDEOSYNCSGIPROC) (unsigned int *count);  
 typedef int ( * PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count);  
 #endif  
711    
712  #ifndef GLX_SGI_make_current_read  #ifndef GLX_SGIS_shared_multisample
713  #define GLX_SGI_make_current_read 1  #define GLX_SGIS_shared_multisample 1
714  #ifdef GLX_GLXEXT_PROTOTYPES  #define GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS 0x8026
715  extern Bool glXMakeCurrentReadSGI (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);  #define GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS 0x8027
716  extern GLXDrawable glXGetCurrentReadDrawableSGI (void);  #endif /* GLX_SGIS_shared_multisample */
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef Bool ( * PFNGLXMAKECURRENTREADSGIPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);  
 typedef GLXDrawable ( * PFNGLXGETCURRENTREADDRAWABLESGIPROC) (void);  
 #endif  
   
 #ifndef GLX_SGIX_video_source  
 #define GLX_SGIX_video_source 1  
 #ifdef _VL_H  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);  
 extern void glXDestroyGLXVideoSourceSGIX (Display *dpy, GLXVideoSourceSGIX glxvideosource);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef GLXVideoSourceSGIX ( * PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);  
 typedef void ( * PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC) (Display *dpy, GLXVideoSourceSGIX glxvideosource);  
 #endif /* _VL_H */  
 #endif  
   
 #ifndef GLX_EXT_visual_rating  
 #define GLX_EXT_visual_rating 1  
 #endif  
   
 #ifndef GLX_EXT_import_context  
 #define GLX_EXT_import_context 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern Display * glXGetCurrentDisplayEXT (void);  
 extern int glXQueryContextInfoEXT (Display *dpy, GLXContext context, int attribute, int *value);  
 extern GLXContextID glXGetContextIDEXT (const GLXContext context);  
 extern GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);  
 extern void glXFreeContextEXT (Display *dpy, GLXContext context);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef Display * ( * PFNGLXGETCURRENTDISPLAYEXTPROC) (void);  
 typedef int ( * PFNGLXQUERYCONTEXTINFOEXTPROC) (Display *dpy, GLXContext context, int attribute, int *value);  
 typedef GLXContextID ( * PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context);  
 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);  
 typedef void ( * PFNGLXFREECONTEXTEXTPROC) (Display *dpy, GLXContext context);  
 #endif  
   
 #ifndef GLX_SGIX_fbconfig  
 #define GLX_SGIX_fbconfig 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern int glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);  
 extern GLXFBConfigSGIX * glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements);  
 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);  
 extern GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);  
 extern XVisualInfo * glXGetVisualFromFBConfigSGIX (Display *dpy, GLXFBConfigSGIX config);  
 extern GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX (Display *dpy, XVisualInfo *vis);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef int ( * PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);  
 typedef GLXFBConfigSGIX * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements);  
 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);  
 typedef GLXContext ( * PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);  
 typedef XVisualInfo * ( * PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config);  
 typedef GLXFBConfigSGIX ( * PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis);  
 #endif  
   
 #ifndef GLX_SGIX_pbuffer  
 #define GLX_SGIX_pbuffer 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern GLXPbufferSGIX glXCreateGLXPbufferSGIX (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list);  
 extern void glXDestroyGLXPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuf);  
 extern int glXQueryGLXPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);  
 extern void glXSelectEventSGIX (Display *dpy, GLXDrawable drawable, unsigned long mask);  
 extern void glXGetSelectedEventSGIX (Display *dpy, GLXDrawable drawable, unsigned long *mask);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef GLXPbufferSGIX ( * PFNGLXCREATEGLXPBUFFERSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list);  
 typedef void ( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf);  
 typedef int ( * PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);  
 typedef void ( * PFNGLXSELECTEVENTSGIXPROC) (Display *dpy, GLXDrawable drawable, unsigned long mask);  
 typedef void ( * PFNGLXGETSELECTEDEVENTSGIXPROC) (Display *dpy, GLXDrawable drawable, unsigned long *mask);  
 #endif  
   
 #ifndef GLX_SGI_cushion  
 #define GLX_SGI_cushion 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern void glXCushionSGI (Display *dpy, Window window, float cushion);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef void ( * PFNGLXCUSHIONSGIPROC) (Display *dpy, Window window, float cushion);  
 #endif  
   
 #ifndef GLX_SGIX_video_resize  
 #define GLX_SGIX_video_resize 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern int glXBindChannelToWindowSGIX (Display *display, int screen, int channel, Window window);  
 extern int glXChannelRectSGIX (Display *display, int screen, int channel, int x, int y, int w, int h);  
 extern int glXQueryChannelRectSGIX (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);  
 extern int glXQueryChannelDeltasSGIX (Display *display, int screen, int channel, int *x, int *y, int *w, int *h);  
 extern int glXChannelRectSyncSGIX (Display *display, int screen, int channel, GLenum synctype);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef int ( * PFNGLXBINDCHANNELTOWINDOWSGIXPROC) (Display *display, int screen, int channel, Window window);  
 typedef int ( * PFNGLXCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int x, int y, int w, int h);  
 typedef int ( * PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);  
 typedef int ( * PFNGLXQUERYCHANNELDELTASSGIXPROC) (Display *display, int screen, int channel, int *x, int *y, int *w, int *h);  
 typedef int ( * PFNGLXCHANNELRECTSYNCSGIXPROC) (Display *display, int screen, int channel, GLenum synctype);  
 #endif  
717    
718  #ifndef GLX_SGIX_dmbuffer  #ifndef GLX_SGIX_dmbuffer
719  #define GLX_SGIX_dmbuffer 1  #define GLX_SGIX_dmbuffer 1
720    typedef XID GLXPbufferSGIX;
721  #ifdef _DM_BUFFER_H_  #ifdef _DM_BUFFER_H_
722    #define GLX_DIGITAL_MEDIA_PBUFFER_SGIX    0x8024
723    typedef Bool ( *PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
724  #ifdef GLX_GLXEXT_PROTOTYPES  #ifdef GLX_GLXEXT_PROTOTYPES
725  extern Bool glXAssociateDMPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);  Bool glXAssociateDMPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef Bool ( * PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);  
 #endif /* _DM_BUFFER_H_ */  
 #endif  
   
 #ifndef GLX_SGIX_swap_group  
 #define GLX_SGIX_swap_group 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern void glXJoinSwapGroupSGIX (Display *dpy, GLXDrawable drawable, GLXDrawable member);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef void ( * PFNGLXJOINSWAPGROUPSGIXPROC) (Display *dpy, GLXDrawable drawable, GLXDrawable member);  
 #endif  
   
 #ifndef GLX_SGIX_swap_barrier  
 #define GLX_SGIX_swap_barrier 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern void glXBindSwapBarrierSGIX (Display *dpy, GLXDrawable drawable, int barrier);  
 extern Bool glXQueryMaxSwapBarriersSGIX (Display *dpy, int screen, int *max);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef void ( * PFNGLXBINDSWAPBARRIERSGIXPROC) (Display *dpy, GLXDrawable drawable, int barrier);  
 typedef Bool ( * PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC) (Display *dpy, int screen, int *max);  
 #endif  
   
 #ifndef GLX_SUN_get_transparent_index  
 #define GLX_SUN_get_transparent_index 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef Status ( * PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);  
 #endif  
   
 #ifndef GLX_MESA_copy_sub_buffer  
 #define GLX_MESA_copy_sub_buffer 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern void glXCopySubBufferMESA (Display *dpy, GLXDrawable drawable, int x, int y, int width, int height);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef void ( * PFNGLXCOPYSUBBUFFERMESAPROC) (Display *dpy, GLXDrawable drawable, int x, int y, int width, int height);  
 #endif  
   
 #ifndef GLX_MESA_pixmap_colormap  
 #define GLX_MESA_pixmap_colormap 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);  
 #endif  
   
 #ifndef GLX_MESA_release_buffers  
 #define GLX_MESA_release_buffers 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern Bool glXReleaseBuffersMESA (Display *dpy, GLXDrawable drawable);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef Bool ( * PFNGLXRELEASEBUFFERSMESAPROC) (Display *dpy, GLXDrawable drawable);  
 #endif  
   
 #ifndef GLX_MESA_set_3dfx_mode  
 #define GLX_MESA_set_3dfx_mode 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern Bool glXSet3DfxModeMESA (int mode);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef Bool ( * PFNGLXSET3DFXMODEMESAPROC) (int mode);  
 #endif  
   
 #ifndef GLX_SGIX_visual_select_group  
 #define GLX_SGIX_visual_select_group 1  
 #endif  
   
 #ifndef GLX_OML_swap_method  
 #define GLX_OML_swap_method 1  
 #endif  
   
 #ifndef GLX_OML_sync_control  
 #define GLX_OML_sync_control 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);  
 extern Bool glXGetMscRateOML (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);  
 extern int64_t glXSwapBuffersMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);  
 extern Bool glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);  
 extern Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef Bool ( * PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);  
 typedef Bool ( * PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);  
 typedef int64_t ( * PFNGLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);  
 typedef Bool ( * PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);  
 typedef Bool ( * PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);  
726  #endif  #endif
727    #endif /* _DM_BUFFER_H_ */
728    #endif /* GLX_SGIX_dmbuffer */
729    
730  #ifndef GLX_NV_float_buffer  #ifndef GLX_SGIX_fbconfig
731  #define GLX_NV_float_buffer 1  #define GLX_SGIX_fbconfig 1
732    typedef struct __GLXFBConfigRec *GLXFBConfigSGIX;
733    #define GLX_WINDOW_BIT_SGIX               0x00000001
734    #define GLX_PIXMAP_BIT_SGIX               0x00000002
735    #define GLX_RGBA_BIT_SGIX                 0x00000001
736    #define GLX_COLOR_INDEX_BIT_SGIX          0x00000002
737    #define GLX_DRAWABLE_TYPE_SGIX            0x8010
738    #define GLX_RENDER_TYPE_SGIX              0x8011
739    #define GLX_X_RENDERABLE_SGIX             0x8012
740    #define GLX_FBCONFIG_ID_SGIX              0x8013
741    #define GLX_RGBA_TYPE_SGIX                0x8014
742    #define GLX_COLOR_INDEX_TYPE_SGIX         0x8015
743    typedef int ( *PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
744    typedef GLXFBConfigSGIX *( *PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements);
745    typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
746    typedef GLXContext ( *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
747    typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config);
748    typedef GLXFBConfigSGIX ( *PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis);
749    #ifdef GLX_GLXEXT_PROTOTYPES
750    int glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
751    GLXFBConfigSGIX *glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements);
752    GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
753    GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
754    XVisualInfo *glXGetVisualFromFBConfigSGIX (Display *dpy, GLXFBConfigSGIX config);
755    GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX (Display *dpy, XVisualInfo *vis);
756  #endif  #endif
757    #endif /* GLX_SGIX_fbconfig */
758    
759  #ifndef GLX_SGIX_hyperpipe  #ifndef GLX_SGIX_hyperpipe
760  #define GLX_SGIX_hyperpipe 1  #define GLX_SGIX_hyperpipe 1
   
761  typedef struct {  typedef struct {
762      char    pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];      char    pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
763      int     networkId;      int     networkId;
764  } GLXHyperpipeNetworkSGIX;  } GLXHyperpipeNetworkSGIX;
   
765  typedef struct {  typedef struct {
766      char    pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];      char    pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
767      int     channel;      int     channel;
768      unsigned int      unsigned int participationType;
       participationType;  
769      int     timeSlice;      int     timeSlice;
770  } GLXHyperpipeConfigSGIX;  } GLXHyperpipeConfigSGIX;
   
771  typedef struct {  typedef struct {
772      char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];      char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
773      int srcXOrigin, srcYOrigin, srcWidth, srcHeight;      int srcXOrigin, srcYOrigin, srcWidth, srcHeight;
774      int destXOrigin, destYOrigin, destWidth, destHeight;      int destXOrigin, destYOrigin, destWidth, destHeight;
775  } GLXPipeRect;  } GLXPipeRect;
   
776  typedef struct {  typedef struct {
777      char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];      char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
778      int XOrigin, YOrigin, maxHeight, maxWidth;      int XOrigin, YOrigin, maxHeight, maxWidth;
779  } GLXPipeRectLimits;  } GLXPipeRectLimits;
780    #define GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX 80
781    #define GLX_BAD_HYPERPIPE_CONFIG_SGIX     91
782    #define GLX_BAD_HYPERPIPE_SGIX            92
783    #define GLX_HYPERPIPE_DISPLAY_PIPE_SGIX   0x00000001
784    #define GLX_HYPERPIPE_RENDER_PIPE_SGIX    0x00000002
785    #define GLX_PIPE_RECT_SGIX                0x00000001
786    #define GLX_PIPE_RECT_LIMITS_SGIX         0x00000002
787    #define GLX_HYPERPIPE_STEREO_SGIX         0x00000003
788    #define GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX  0x00000004
789    #define GLX_HYPERPIPE_ID_SGIX             0x8030
790    typedef GLXHyperpipeNetworkSGIX *( *PFNGLXQUERYHYPERPIPENETWORKSGIXPROC) (Display *dpy, int *npipes);
791    typedef int ( *PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
792    typedef GLXHyperpipeConfigSGIX *( *PFNGLXQUERYHYPERPIPECONFIGSGIXPROC) (Display *dpy, int hpId, int *npipes);
793    typedef int ( *PFNGLXDESTROYHYPERPIPECONFIGSGIXPROC) (Display *dpy, int hpId);
794    typedef int ( *PFNGLXBINDHYPERPIPESGIXPROC) (Display *dpy, int hpId);
795    typedef int ( *PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList);
796    typedef int ( *PFNGLXHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList);
797    typedef int ( *PFNGLXQUERYHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *returnAttribList);
798    #ifdef GLX_GLXEXT_PROTOTYPES
799    GLXHyperpipeNetworkSGIX *glXQueryHyperpipeNetworkSGIX (Display *dpy, int *npipes);
800    int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
801    GLXHyperpipeConfigSGIX *glXQueryHyperpipeConfigSGIX (Display *dpy, int hpId, int *npipes);
802    int glXDestroyHyperpipeConfigSGIX (Display *dpy, int hpId);
803    int glXBindHyperpipeSGIX (Display *dpy, int hpId);
804    int glXQueryHyperpipeBestAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList);
805    int glXHyperpipeAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *attribList);
806    int glXQueryHyperpipeAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *returnAttribList);
807    #endif
808    #endif /* GLX_SGIX_hyperpipe */
809    
810  #ifdef GLX_GLXEXT_PROTOTYPES  #ifndef GLX_SGIX_pbuffer
811  extern GLXHyperpipeNetworkSGIX * glXQueryHyperpipeNetworkSGIX (Display *dpy, int *npipes);  #define GLX_SGIX_pbuffer 1
812  extern int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);  #define GLX_PBUFFER_BIT_SGIX              0x00000004
813  extern GLXHyperpipeConfigSGIX * glXQueryHyperpipeConfigSGIX (Display *dpy, int hpId, int *npipes);  #define GLX_BUFFER_CLOBBER_MASK_SGIX      0x08000000
814  extern int glXDestroyHyperpipeConfigSGIX (Display *dpy, int hpId);  #define GLX_FRONT_LEFT_BUFFER_BIT_SGIX    0x00000001
815  extern int glXBindHyperpipeSGIX (Display *dpy, int hpId);  #define GLX_FRONT_RIGHT_BUFFER_BIT_SGIX   0x00000002
816  extern int glXQueryHyperpipeBestAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList);  #define GLX_BACK_LEFT_BUFFER_BIT_SGIX     0x00000004
817  extern int glXHyperpipeAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *attribList);  #define GLX_BACK_RIGHT_BUFFER_BIT_SGIX    0x00000008
818  extern int glXQueryHyperpipeAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *returnAttribList);  #define GLX_AUX_BUFFERS_BIT_SGIX          0x00000010
819  #endif /* GLX_GLXEXT_PROTOTYPES */  #define GLX_DEPTH_BUFFER_BIT_SGIX         0x00000020
820  typedef GLXHyperpipeNetworkSGIX * ( * PFNGLXQUERYHYPERPIPENETWORKSGIXPROC) (Display *dpy, int *npipes);  #define GLX_STENCIL_BUFFER_BIT_SGIX       0x00000040
821  typedef int ( * PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);  #define GLX_ACCUM_BUFFER_BIT_SGIX         0x00000080
822  typedef GLXHyperpipeConfigSGIX * ( * PFNGLXQUERYHYPERPIPECONFIGSGIXPROC) (Display *dpy, int hpId, int *npipes);  #define GLX_SAMPLE_BUFFERS_BIT_SGIX       0x00000100
823  typedef int ( * PFNGLXDESTROYHYPERPIPECONFIGSGIXPROC) (Display *dpy, int hpId);  #define GLX_MAX_PBUFFER_WIDTH_SGIX        0x8016
824  typedef int ( * PFNGLXBINDHYPERPIPESGIXPROC) (Display *dpy, int hpId);  #define GLX_MAX_PBUFFER_HEIGHT_SGIX       0x8017
825  typedef int ( * PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList);  #define GLX_MAX_PBUFFER_PIXELS_SGIX       0x8018
826  typedef int ( * PFNGLXHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList);  #define GLX_OPTIMAL_PBUFFER_WIDTH_SGIX    0x8019
827  typedef int ( * PFNGLXQUERYHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *returnAttribList);  #define GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX   0x801A
828    #define GLX_PRESERVED_CONTENTS_SGIX       0x801B
829    #define GLX_LARGEST_PBUFFER_SGIX          0x801C
830    #define GLX_WIDTH_SGIX                    0x801D
831    #define GLX_HEIGHT_SGIX                   0x801E
832    #define GLX_EVENT_MASK_SGIX               0x801F
833    #define GLX_DAMAGED_SGIX                  0x8020
834    #define GLX_SAVED_SGIX                    0x8021
835    #define GLX_WINDOW_SGIX                   0x8022
836    #define GLX_PBUFFER_SGIX                  0x8023
837    typedef GLXPbufferSGIX ( *PFNGLXCREATEGLXPBUFFERSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list);
838    typedef void ( *PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf);
839    typedef int ( *PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
840    typedef void ( *PFNGLXSELECTEVENTSGIXPROC) (Display *dpy, GLXDrawable drawable, unsigned long mask);
841    typedef void ( *PFNGLXGETSELECTEDEVENTSGIXPROC) (Display *dpy, GLXDrawable drawable, unsigned long *mask);
842    #ifdef GLX_GLXEXT_PROTOTYPES
843    GLXPbufferSGIX glXCreateGLXPbufferSGIX (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list);
844    void glXDestroyGLXPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuf);
845    int glXQueryGLXPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
846    void glXSelectEventSGIX (Display *dpy, GLXDrawable drawable, unsigned long mask);
847    void glXGetSelectedEventSGIX (Display *dpy, GLXDrawable drawable, unsigned long *mask);
848  #endif  #endif
849    #endif /* GLX_SGIX_pbuffer */
850    
851  #ifndef GLX_MESA_agp_offset  #ifndef GLX_SGIX_swap_barrier
852  #define GLX_MESA_agp_offset 1  #define GLX_SGIX_swap_barrier 1
853    typedef void ( *PFNGLXBINDSWAPBARRIERSGIXPROC) (Display *dpy, GLXDrawable drawable, int barrier);
854    typedef Bool ( *PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC) (Display *dpy, int screen, int *max);
855  #ifdef GLX_GLXEXT_PROTOTYPES  #ifdef GLX_GLXEXT_PROTOTYPES
856  extern unsigned int glXGetAGPOffsetMESA (const void *pointer);  void glXBindSwapBarrierSGIX (Display *dpy, GLXDrawable drawable, int barrier);
857  #endif /* GLX_GLXEXT_PROTOTYPES */  Bool glXQueryMaxSwapBarriersSGIX (Display *dpy, int screen, int *max);
 typedef unsigned int ( * PFNGLXGETAGPOFFSETMESAPROC) (const void *pointer);  
858  #endif  #endif
859    #endif /* GLX_SGIX_swap_barrier */
860    
861  #ifndef GLX_EXT_fbconfig_packed_float  #ifndef GLX_SGIX_swap_group
862  #define GLX_EXT_fbconfig_packed_float 1  #define GLX_SGIX_swap_group 1
863    typedef void ( *PFNGLXJOINSWAPGROUPSGIXPROC) (Display *dpy, GLXDrawable drawable, GLXDrawable member);
864    #ifdef GLX_GLXEXT_PROTOTYPES
865    void glXJoinSwapGroupSGIX (Display *dpy, GLXDrawable drawable, GLXDrawable member);
866  #endif  #endif
867    #endif /* GLX_SGIX_swap_group */
868    
869  #ifndef GLX_EXT_framebuffer_sRGB  #ifndef GLX_SGIX_video_resize
870  #define GLX_EXT_framebuffer_sRGB 1  #define GLX_SGIX_video_resize 1
871    #define GLX_SYNC_FRAME_SGIX               0x00000000
872    #define GLX_SYNC_SWAP_SGIX                0x00000001
873    typedef int ( *PFNGLXBINDCHANNELTOWINDOWSGIXPROC) (Display *display, int screen, int channel, Window window);
874    typedef int ( *PFNGLXCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int x, int y, int w, int h);
875    typedef int ( *PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);
876    typedef int ( *PFNGLXQUERYCHANNELDELTASSGIXPROC) (Display *display, int screen, int channel, int *x, int *y, int *w, int *h);
877    typedef int ( *PFNGLXCHANNELRECTSYNCSGIXPROC) (Display *display, int screen, int channel, GLenum synctype);
878    #ifdef GLX_GLXEXT_PROTOTYPES
879    int glXBindChannelToWindowSGIX (Display *display, int screen, int channel, Window window);
880    int glXChannelRectSGIX (Display *display, int screen, int channel, int x, int y, int w, int h);
881    int glXQueryChannelRectSGIX (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);
882    int glXQueryChannelDeltasSGIX (Display *display, int screen, int channel, int *x, int *y, int *w, int *h);
883    int glXChannelRectSyncSGIX (Display *display, int screen, int channel, GLenum synctype);
884  #endif  #endif
885    #endif /* GLX_SGIX_video_resize */
886    
887  #ifndef GLX_EXT_texture_from_pixmap  #ifndef GLX_SGIX_video_source
888  #define GLX_EXT_texture_from_pixmap 1  #define GLX_SGIX_video_source 1
889    typedef XID GLXVideoSourceSGIX;
890    #ifdef _VL_H
891    typedef GLXVideoSourceSGIX ( *PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
892    typedef void ( *PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC) (Display *dpy, GLXVideoSourceSGIX glxvideosource);
893  #ifdef GLX_GLXEXT_PROTOTYPES  #ifdef GLX_GLXEXT_PROTOTYPES
894  extern void glXBindTexImageEXT (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);  GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
895  extern void glXReleaseTexImageEXT (Display *dpy, GLXDrawable drawable, int buffer);  void glXDestroyGLXVideoSourceSGIX (Display *dpy, GLXVideoSourceSGIX glxvideosource);
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef void ( * PFNGLXBINDTEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);  
 typedef void ( * PFNGLXRELEASETEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer);  
896  #endif  #endif
897    #endif /* _VL_H */
898    #endif /* GLX_SGIX_video_source */
899    
900  #ifndef GLX_NV_present_video  #ifndef GLX_SGIX_visual_select_group
901  #define GLX_NV_present_video 1  #define GLX_SGIX_visual_select_group 1
902  #ifdef GLX_GLXEXT_PROTOTYPES  #define GLX_VISUAL_SELECT_GROUP_SGIX      0x8028
903  extern unsigned int * glXEnumerateVideoDevicesNV (Display *dpy, int screen, int *nelements);  #endif /* GLX_SGIX_visual_select_group */
 extern int glXBindVideoDeviceNV (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef unsigned int * ( * PFNGLXENUMERATEVIDEODEVICESNVPROC) (Display *dpy, int screen, int *nelements);  
 typedef int ( * PFNGLXBINDVIDEODEVICENVPROC) (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list);  
 #endif  
   
 #ifndef GLX_NV_video_output  
 #define GLX_NV_video_output 1  
 #ifdef GLX_GLXEXT_PROTOTYPES  
 extern int glXGetVideoDeviceNV (Display *dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice);  
 extern int glXReleaseVideoDeviceNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice);  
 extern int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);  
 extern int glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbuf);  
 extern int glXSendPbufferToVideoNV (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);  
 extern int glXGetVideoInfoNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef int ( * PFNGLXGETVIDEODEVICENVPROC) (Display *dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice);  
 typedef int ( * PFNGLXRELEASEVIDEODEVICENVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice);  
 typedef int ( * PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);  
 typedef int ( * PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);  
 typedef int ( * PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);  
 typedef int ( * PFNGLXGETVIDEOINFONVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);  
 #endif  
904    
905  #ifndef GLX_NV_swap_group  #ifndef GLX_SGI_cushion
906  #define GLX_NV_swap_group 1  #define GLX_SGI_cushion 1
907    typedef void ( *PFNGLXCUSHIONSGIPROC) (Display *dpy, Window window, float cushion);
908  #ifdef GLX_GLXEXT_PROTOTYPES  #ifdef GLX_GLXEXT_PROTOTYPES
909  extern Bool glXJoinSwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint group);  void glXCushionSGI (Display *dpy, Window window, float cushion);
 extern Bool glXBindSwapBarrierNV (Display *dpy, GLuint group, GLuint barrier);  
 extern Bool glXQuerySwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);  
 extern Bool glXQueryMaxSwapGroupsNV (Display *dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers);  
 extern Bool glXQueryFrameCountNV (Display *dpy, int screen, GLuint *count);  
 extern Bool glXResetFrameCountNV (Display *dpy, int screen);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef Bool ( * PFNGLXJOINSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint group);  
 typedef Bool ( * PFNGLXBINDSWAPBARRIERNVPROC) (Display *dpy, GLuint group, GLuint barrier);  
 typedef Bool ( * PFNGLXQUERYSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);  
 typedef Bool ( * PFNGLXQUERYMAXSWAPGROUPSNVPROC) (Display *dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers);  
 typedef Bool ( * PFNGLXQUERYFRAMECOUNTNVPROC) (Display *dpy, int screen, GLuint *count);  
 typedef Bool ( * PFNGLXRESETFRAMECOUNTNVPROC) (Display *dpy, int screen);  
910  #endif  #endif
911    #endif /* GLX_SGI_cushion */
912    
913  #ifndef GLX_NV_video_capture  #ifndef GLX_SGI_make_current_read
914  #define GLX_NV_video_capture 1  #define GLX_SGI_make_current_read 1
915    typedef Bool ( *PFNGLXMAKECURRENTREADSGIPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
916    typedef GLXDrawable ( *PFNGLXGETCURRENTREADDRAWABLESGIPROC) (void);
917  #ifdef GLX_GLXEXT_PROTOTYPES  #ifdef GLX_GLXEXT_PROTOTYPES
918  extern int glXBindVideoCaptureDeviceNV (Display *dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device);  Bool glXMakeCurrentReadSGI (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
919  extern GLXVideoCaptureDeviceNV * glXEnumerateVideoCaptureDevicesNV (Display *dpy, int screen, int *nelements);  GLXDrawable glXGetCurrentReadDrawableSGI (void);
 extern void glXLockVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device);  
 extern int glXQueryVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value);  
 extern void glXReleaseVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device);  
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef int ( * PFNGLXBINDVIDEOCAPTUREDEVICENVPROC) (Display *dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device);  
 typedef GLXVideoCaptureDeviceNV * ( * PFNGLXENUMERATEVIDEOCAPTUREDEVICESNVPROC) (Display *dpy, int screen, int *nelements);  
 typedef void ( * PFNGLXLOCKVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device);  
 typedef int ( * PFNGLXQUERYVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value);  
 typedef void ( * PFNGLXRELEASEVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device);  
920  #endif  #endif
921    #endif /* GLX_SGI_make_current_read */
922    
923  #ifndef GLX_EXT_swap_control  #ifndef GLX_SGI_swap_control
924  #define GLX_EXT_swap_control 1  #define GLX_SGI_swap_control 1
925    typedef int ( *PFNGLXSWAPINTERVALSGIPROC) (int interval);
926  #ifdef GLX_GLXEXT_PROTOTYPES  #ifdef GLX_GLXEXT_PROTOTYPES
927  extern void glXSwapIntervalEXT (Display *dpy, GLXDrawable drawable, int interval);  int glXSwapIntervalSGI (int interval);
 #endif /* GLX_GLXEXT_PROTOTYPES */  
 typedef void ( * PFNGLXSWAPINTERVALEXTPROC) (Display *dpy, GLXDrawable drawable, int interval);  
928  #endif  #endif
929    #endif /* GLX_SGI_swap_control */
930    
931  #ifndef GLX_NV_copy_image  #ifndef GLX_SGI_video_sync
932  #define GLX_NV_copy_image 1  #define GLX_SGI_video_sync 1
933    typedef int ( *PFNGLXGETVIDEOSYNCSGIPROC) (unsigned int *count);
934    typedef int ( *PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count);
935  #ifdef GLX_GLXEXT_PROTOTYPES  #ifdef GLX_GLXEXT_PROTOTYPES
936  extern void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);  int glXGetVideoSyncSGI (unsigned int *count);
937  #endif /* GLX_GLXEXT_PROTOTYPES */  int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count);
 typedef void ( * PFNGLXCOPYIMAGESUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);  
 #endif  
   
 #ifndef GLX_INTEL_swap_event  
 #define GLX_INTEL_swap_event 1  
 #endif  
   
 #ifndef GLX_NV_multisample_coverage  
 #define GLX_NV_multisample_coverage 1  
 #endif  
   
 #ifndef GLX_EXT_create_context_es2_profile  
 #define GLX_EXT_create_context_es2_profile 1  
938  #endif  #endif
939    #endif /* GLX_SGI_video_sync */
940    
941  #ifndef GLX_EXT_create_context_es_profile  #ifndef GLX_SUN_get_transparent_index
942  #define GLX_EXT_create_context_es_profile 1  #define GLX_SUN_get_transparent_index 1
943  #endif  typedef Status ( *PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);
944    #ifdef GLX_GLXEXT_PROTOTYPES
945  #ifndef GLX_EXT_swap_control_tear  Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);
 #define GLX_EXT_swap_control_tear 1  
 #endif  
   
 #ifndef GLX_EXT_buffer_age  
 #define GLX_EXT_buffer_age 1  
946  #endif  #endif
947    #endif /* GLX_SUN_get_transparent_index */
948    
949  #ifdef __cplusplus  #ifdef __cplusplus
950  }  }

Legend:
Removed from v.3089  
changed lines
  Added in v.3090