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