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