Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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