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


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 03:59:58