blob: dce02904627c4cfa827d6711b3a46c28cf9ae539 [file] [log] [blame]
Brian Paulfed386c2000-12-08 18:06:35 +00001#ifndef __glxext_h_
Brian Paul0d101162013-10-15 09:11:30 -06002#define __glxext_h_ 1
Brian Paulfed386c2000-12-08 18:06:35 +00003
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8/*
Ilia Mirkin6a5504d2016-08-28 13:07:25 -04009** Copyright (c) 2013-2016 The Khronos Group Inc.
Brian Paul0d101162013-10-15 09:11:30 -060010**
Brian344c3f72007-02-26 09:19:32 -070011** 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:
Brian Paul0d101162013-10-15 09:11:30 -060018**
Brian344c3f72007-02-26 09:19:32 -070019** The above copyright notice and this permission notice shall be included
20** in all copies or substantial portions of the Materials.
Brian Paul0d101162013-10-15 09:11:30 -060021**
Brian344c3f72007-02-26 09:19:32 -070022** 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.
Brian Paulfed386c2000-12-08 18:06:35 +000029*/
Brian Paul0d101162013-10-15 09:11:30 -060030/*
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**
Ilia Mirkin6a5504d2016-08-28 13:07:25 -040036** Khronos $Revision: 32889 $ on $Date: 2016-05-31 07:09:51 -0400 (Tue, 31 May 2016) $
Brian Paul0d101162013-10-15 09:11:30 -060037*/
Brian Paulfed386c2000-12-08 18:06:35 +000038
Ilia Mirkin6a5504d2016-08-28 13:07:25 -040039#define GLX_GLXEXT_VERSION 20160531
Brian Paul39bf48f2009-08-03 11:21:57 -060040
Brian Paul0d101162013-10-15 09:11:30 -060041/* 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 */
Brian Paulfed386c2000-12-08 18:06:35 +000049
50#ifndef GLX_VERSION_1_3
Brian Paul0d101162013-10-15 09:11:30 -060051#define GLX_VERSION_1_3 1
Matt Turner3f3aafb2014-01-25 19:12:13 -080052typedef XID GLXContextID;
Brian Paul0d101162013-10-15 09:11:30 -060053typedef struct __GLXFBConfigRec *GLXFBConfig;
54typedef XID GLXWindow;
55typedef 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
112typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
113typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
114typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
115typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
116typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
117typedef void ( *PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
118typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
119typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
120typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
121typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
122typedef void ( *PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
123typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
124typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
125typedef GLXDrawable ( *PFNGLXGETCURRENTREADDRAWABLEPROC) (void);
126typedef int ( *PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
127typedef void ( *PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask);
128typedef void ( *PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
129#ifdef GLX_GLXEXT_PROTOTYPES
130GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
131GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
132int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
133XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
134GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
135void glXDestroyWindow (Display *dpy, GLXWindow win);
136GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
137void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
138GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
139void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);
140void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
141GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
142Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
143GLXDrawable glXGetCurrentReadDrawable (void);
144int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
145void glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_mask);
146void glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
Brian Paulfed386c2000-12-08 18:06:35 +0000147#endif
Brian Paul0d101162013-10-15 09:11:30 -0600148#endif /* GLX_VERSION_1_3 */
Brian Paulfed386c2000-12-08 18:06:35 +0000149
Brian Paul3d16c362001-10-17 13:28:14 +0000150#ifndef GLX_VERSION_1_4
Brian Paul0d101162013-10-15 09:11:30 -0600151#define GLX_VERSION_1_4 1
152typedef void ( *__GLXextFuncPtr)(void);
153#define GLX_SAMPLE_BUFFERS 100000
154#define GLX_SAMPLES 100001
155typedef __GLXextFuncPtr ( *PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
156#ifdef GLX_GLXEXT_PROTOTYPES
157__GLXextFuncPtr glXGetProcAddress (const GLubyte *procName);
Brian Paul3d16c362001-10-17 13:28:14 +0000158#endif
Brian Paul0d101162013-10-15 09:11:30 -0600159#endif /* GLX_VERSION_1_4 */
Brian Paulb106e622010-09-14 09:39:44 -0600160
Brian Pauleeb7fc82014-08-12 07:31:25 -0600161#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
Brian Paulf7b4c2c2009-01-08 17:20:41 -0700168#ifndef GLX_ARB_create_context
Brian Paul0d101162013-10-15 09:11:30 -0600169#define GLX_ARB_create_context 1
170#define GLX_CONTEXT_DEBUG_BIT_ARB 0x00000001
Brian Paulf7b4c2c2009-01-08 17:20:41 -0700171#define GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x00000002
Brian Paul0d101162013-10-15 09:11:30 -0600172#define GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091
173#define GLX_CONTEXT_MINOR_VERSION_ARB 0x2092
174#define GLX_CONTEXT_FLAGS_ARB 0x2094
175typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
176#ifdef GLX_GLXEXT_PROTOTYPES
177GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
Brian Paulf7b4c2c2009-01-08 17:20:41 -0700178#endif
Brian Paul0d101162013-10-15 09:11:30 -0600179#endif /* GLX_ARB_create_context */
Brian Paulf7b4c2c2009-01-08 17:20:41 -0700180
Brian Paul39bf48f2009-08-03 11:21:57 -0600181#ifndef GLX_ARB_create_context_profile
Brian Paul0d101162013-10-15 09:11:30 -0600182#define GLX_ARB_create_context_profile 1
183#define GLX_CONTEXT_CORE_PROFILE_BIT_ARB 0x00000001
Brian Paul39bf48f2009-08-03 11:21:57 -0600184#define GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002
Brian Paul0d101162013-10-15 09:11:30 -0600185#define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126
186#endif /* GLX_ARB_create_context_profile */
Brian Paul39bf48f2009-08-03 11:21:57 -0600187
Brian Paulb106e622010-09-14 09:39:44 -0600188#ifndef GLX_ARB_create_context_robustness
Brian Paul0d101162013-10-15 09:11:30 -0600189#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
Brian Paulb106e622010-09-14 09:39:44 -0600192#define GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256
Brian Paul0d101162013-10-15 09:11:30 -0600193#define GLX_NO_RESET_NOTIFICATION_ARB 0x8261
194#endif /* GLX_ARB_create_context_robustness */
Brian Paulb106e622010-09-14 09:39:44 -0600195
Brian Paul0d101162013-10-15 09:11:30 -0600196#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 */
Brian Paul2a3cc7d2001-05-25 15:41:29 +0000201
Brian Paul0d101162013-10-15 09:11:30 -0600202#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 */
Brian Paulfed386c2000-12-08 18:06:35 +0000206
207#ifndef GLX_ARB_get_proc_address
Brian Paul0d101162013-10-15 09:11:30 -0600208#define GLX_ARB_get_proc_address 1
209typedef __GLXextFuncPtr ( *PFNGLXGETPROCADDRESSARBPROC) (const GLubyte *procName);
210#ifdef GLX_GLXEXT_PROTOTYPES
211__GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
Brian Paulfed386c2000-12-08 18:06:35 +0000212#endif
Brian Paul0d101162013-10-15 09:11:30 -0600213#endif /* GLX_ARB_get_proc_address */
Brian Paulfed386c2000-12-08 18:06:35 +0000214
Brian Paul0d101162013-10-15 09:11:30 -0600215#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 */
Brian Paulfed386c2000-12-08 18:06:35 +0000220
Brian Paul0d101162013-10-15 09:11:30 -0600221#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 */
Brian Paulfed386c2000-12-08 18:06:35 +0000225
Brian Paul0d101162013-10-15 09:11:30 -0600226#ifndef GLX_ARB_robustness_share_group_isolation
227#define GLX_ARB_robustness_share_group_isolation 1
228#endif /* GLX_ARB_robustness_share_group_isolation */
Brian Paulfed386c2000-12-08 18:06:35 +0000229
Brian Paul0d101162013-10-15 09:11:30 -0600230#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
Ilia Mirkin6a5504d2016-08-28 13:07:25 -0400253typedef unsigned int ( *PFNGLXGETGPUIDSAMDPROC) (unsigned int maxCount, unsigned int *ids);
254typedef int ( *PFNGLXGETGPUINFOAMDPROC) (unsigned int id, int property, GLenum dataType, unsigned int size, void *data);
255typedef unsigned int ( *PFNGLXGETCONTEXTGPUIDAMDPROC) (GLXContext ctx);
256typedef GLXContext ( *PFNGLXCREATEASSOCIATEDCONTEXTAMDPROC) (unsigned int id, GLXContext share_list);
257typedef GLXContext ( *PFNGLXCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC) (unsigned int id, GLXContext share_context, const int *attribList);
258typedef Bool ( *PFNGLXDELETEASSOCIATEDCONTEXTAMDPROC) (GLXContext ctx);
259typedef Bool ( *PFNGLXMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (GLXContext ctx);
260typedef GLXContext ( *PFNGLXGETCURRENTASSOCIATEDCONTEXTAMDPROC) (void);
261typedef void ( *PFNGLXBLITCONTEXTFRAMEBUFFERAMDPROC) (GLXContext dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
262#ifdef GLX_GLXEXT_PROTOTYPES
263unsigned int glXGetGPUIDsAMD (unsigned int maxCount, unsigned int *ids);
264int glXGetGPUInfoAMD (unsigned int id, int property, GLenum dataType, unsigned int size, void *data);
265unsigned int glXGetContextGPUIDAMD (GLXContext ctx);
266GLXContext glXCreateAssociatedContextAMD (unsigned int id, GLXContext share_list);
267GLXContext glXCreateAssociatedContextAttribsAMD (unsigned int id, GLXContext share_context, const int *attribList);
268Bool glXDeleteAssociatedContextAMD (GLXContext ctx);
269Bool glXMakeAssociatedContextCurrentAMD (GLXContext ctx);
270GLXContext glXGetCurrentAssociatedContextAMD (void);
271void 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
Brian Paul0d101162013-10-15 09:11:30 -0600273#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
Brian Paul0d101162013-10-15 09:11:30 -0600303#define GLX_SHARE_CONTEXT_EXT 0x800A
304#define GLX_VISUAL_ID_EXT 0x800B
305#define GLX_SCREEN_EXT 0x800C
306typedef Display *( *PFNGLXGETCURRENTDISPLAYEXTPROC) (void);
307typedef int ( *PFNGLXQUERYCONTEXTINFOEXTPROC) (Display *dpy, GLXContext context, int attribute, int *value);
308typedef GLXContextID ( *PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context);
309typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
310typedef void ( *PFNGLXFREECONTEXTEXTPROC) (Display *dpy, GLXContext context);
311#ifdef GLX_GLXEXT_PROTOTYPES
312Display *glXGetCurrentDisplayEXT (void);
313int glXQueryContextInfoEXT (Display *dpy, GLXContext context, int attribute, int *value);
314GLXContextID glXGetContextIDEXT (const GLXContext context);
315GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
316void glXFreeContextEXT (Display *dpy, GLXContext context);
Brian Paul559da982009-10-23 14:48:39 -0600317#endif
Brian Paul0d101162013-10-15 09:11:30 -0600318#endif /* GLX_EXT_import_context */
319
Ilia Mirkin6a5504d2016-08-28 13:07:25 -0400320#ifndef GLX_EXT_libglvnd
321#define GLX_EXT_libglvnd 1
322#define GLX_VENDOR_NAMES_EXT 0x20F6
323#endif /* GLX_EXT_libglvnd */
324
Brian Paulc344f452014-08-05 07:55:02 -0600325#ifndef GLX_EXT_stereo_tree
326#define GLX_EXT_stereo_tree 1
327typedef struct {
328 int type;
329 unsigned long serial;
330 Bool send_event;
331 Display *display;
332 int extension;
333 int evtype;
334 GLXDrawable window;
335 Bool stereo_tree;
336} GLXStereoNotifyEventEXT;
337#define GLX_STEREO_TREE_EXT 0x20F5
338#define GLX_STEREO_NOTIFY_MASK_EXT 0x00000001
339#define GLX_STEREO_NOTIFY_EXT 0x00000000
340#endif /* GLX_EXT_stereo_tree */
341
Brian Paul0d101162013-10-15 09:11:30 -0600342#ifndef GLX_EXT_swap_control
343#define GLX_EXT_swap_control 1
344#define GLX_SWAP_INTERVAL_EXT 0x20F1
345#define GLX_MAX_SWAP_INTERVAL_EXT 0x20F2
346typedef void ( *PFNGLXSWAPINTERVALEXTPROC) (Display *dpy, GLXDrawable drawable, int interval);
347#ifdef GLX_GLXEXT_PROTOTYPES
348void glXSwapIntervalEXT (Display *dpy, GLXDrawable drawable, int interval);
349#endif
350#endif /* GLX_EXT_swap_control */
351
352#ifndef GLX_EXT_swap_control_tear
353#define GLX_EXT_swap_control_tear 1
354#define GLX_LATE_SWAPS_TEAR_EXT 0x20F3
355#endif /* GLX_EXT_swap_control_tear */
356
357#ifndef GLX_EXT_texture_from_pixmap
358#define GLX_EXT_texture_from_pixmap 1
359#define GLX_TEXTURE_1D_BIT_EXT 0x00000001
360#define GLX_TEXTURE_2D_BIT_EXT 0x00000002
361#define GLX_TEXTURE_RECTANGLE_BIT_EXT 0x00000004
362#define GLX_BIND_TO_TEXTURE_RGB_EXT 0x20D0
363#define GLX_BIND_TO_TEXTURE_RGBA_EXT 0x20D1
364#define GLX_BIND_TO_MIPMAP_TEXTURE_EXT 0x20D2
365#define GLX_BIND_TO_TEXTURE_TARGETS_EXT 0x20D3
366#define GLX_Y_INVERTED_EXT 0x20D4
367#define GLX_TEXTURE_FORMAT_EXT 0x20D5
368#define GLX_TEXTURE_TARGET_EXT 0x20D6
369#define GLX_MIPMAP_TEXTURE_EXT 0x20D7
370#define GLX_TEXTURE_FORMAT_NONE_EXT 0x20D8
371#define GLX_TEXTURE_FORMAT_RGB_EXT 0x20D9
372#define GLX_TEXTURE_FORMAT_RGBA_EXT 0x20DA
373#define GLX_TEXTURE_1D_EXT 0x20DB
374#define GLX_TEXTURE_2D_EXT 0x20DC
375#define GLX_TEXTURE_RECTANGLE_EXT 0x20DD
376#define GLX_FRONT_LEFT_EXT 0x20DE
377#define GLX_FRONT_RIGHT_EXT 0x20DF
378#define GLX_BACK_LEFT_EXT 0x20E0
379#define GLX_BACK_RIGHT_EXT 0x20E1
380#define GLX_FRONT_EXT 0x20DE
381#define GLX_BACK_EXT 0x20E0
382#define GLX_AUX0_EXT 0x20E2
383#define GLX_AUX1_EXT 0x20E3
384#define GLX_AUX2_EXT 0x20E4
385#define GLX_AUX3_EXT 0x20E5
386#define GLX_AUX4_EXT 0x20E6
387#define GLX_AUX5_EXT 0x20E7
388#define GLX_AUX6_EXT 0x20E8
389#define GLX_AUX7_EXT 0x20E9
390#define GLX_AUX8_EXT 0x20EA
391#define GLX_AUX9_EXT 0x20EB
392typedef void ( *PFNGLXBINDTEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
393typedef void ( *PFNGLXRELEASETEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer);
394#ifdef GLX_GLXEXT_PROTOTYPES
395void glXBindTexImageEXT (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
396void glXReleaseTexImageEXT (Display *dpy, GLXDrawable drawable, int buffer);
397#endif
398#endif /* GLX_EXT_texture_from_pixmap */
399
400#ifndef GLX_EXT_visual_info
401#define GLX_EXT_visual_info 1
402#define GLX_X_VISUAL_TYPE_EXT 0x22
403#define GLX_TRANSPARENT_TYPE_EXT 0x23
404#define GLX_TRANSPARENT_INDEX_VALUE_EXT 0x24
405#define GLX_TRANSPARENT_RED_VALUE_EXT 0x25
406#define GLX_TRANSPARENT_GREEN_VALUE_EXT 0x26
407#define GLX_TRANSPARENT_BLUE_VALUE_EXT 0x27
408#define GLX_TRANSPARENT_ALPHA_VALUE_EXT 0x28
409#define GLX_NONE_EXT 0x8000
410#define GLX_TRUE_COLOR_EXT 0x8002
411#define GLX_DIRECT_COLOR_EXT 0x8003
412#define GLX_PSEUDO_COLOR_EXT 0x8004
413#define GLX_STATIC_COLOR_EXT 0x8005
414#define GLX_GRAY_SCALE_EXT 0x8006
415#define GLX_STATIC_GRAY_EXT 0x8007
416#define GLX_TRANSPARENT_RGB_EXT 0x8008
417#define GLX_TRANSPARENT_INDEX_EXT 0x8009
418#endif /* GLX_EXT_visual_info */
419
420#ifndef GLX_EXT_visual_rating
421#define GLX_EXT_visual_rating 1
422#define GLX_VISUAL_CAVEAT_EXT 0x20
423#define GLX_SLOW_VISUAL_EXT 0x8001
424#define GLX_NON_CONFORMANT_VISUAL_EXT 0x800D
425#endif /* GLX_EXT_visual_rating */
426
427#ifndef GLX_INTEL_swap_event
428#define GLX_INTEL_swap_event 1
429#define GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK 0x04000000
430#define GLX_EXCHANGE_COMPLETE_INTEL 0x8180
431#define GLX_COPY_COMPLETE_INTEL 0x8181
432#define GLX_FLIP_COMPLETE_INTEL 0x8182
433#endif /* GLX_INTEL_swap_event */
434
435#ifndef GLX_MESA_agp_offset
436#define GLX_MESA_agp_offset 1
437typedef unsigned int ( *PFNGLXGETAGPOFFSETMESAPROC) (const void *pointer);
438#ifdef GLX_GLXEXT_PROTOTYPES
439unsigned int glXGetAGPOffsetMESA (const void *pointer);
440#endif
441#endif /* GLX_MESA_agp_offset */
442
443#ifndef GLX_MESA_copy_sub_buffer
444#define GLX_MESA_copy_sub_buffer 1
445typedef void ( *PFNGLXCOPYSUBBUFFERMESAPROC) (Display *dpy, GLXDrawable drawable, int x, int y, int width, int height);
446#ifdef GLX_GLXEXT_PROTOTYPES
447void glXCopySubBufferMESA (Display *dpy, GLXDrawable drawable, int x, int y, int width, int height);
448#endif
449#endif /* GLX_MESA_copy_sub_buffer */
450
451#ifndef GLX_MESA_pixmap_colormap
452#define GLX_MESA_pixmap_colormap 1
453typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
454#ifdef GLX_GLXEXT_PROTOTYPES
455GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
456#endif
457#endif /* GLX_MESA_pixmap_colormap */
458
Adel Gadllah6b13cd12014-02-24 20:44:40 +0100459#ifndef GLX_MESA_query_renderer
460#define GLX_MESA_query_renderer 1
461#define GLX_RENDERER_VENDOR_ID_MESA 0x8183
462#define GLX_RENDERER_DEVICE_ID_MESA 0x8184
463#define GLX_RENDERER_VERSION_MESA 0x8185
464#define GLX_RENDERER_ACCELERATED_MESA 0x8186
465#define GLX_RENDERER_VIDEO_MEMORY_MESA 0x8187
466#define GLX_RENDERER_UNIFIED_MEMORY_ARCHITECTURE_MESA 0x8188
467#define GLX_RENDERER_PREFERRED_PROFILE_MESA 0x8189
468#define GLX_RENDERER_OPENGL_CORE_PROFILE_VERSION_MESA 0x818A
469#define GLX_RENDERER_OPENGL_COMPATIBILITY_PROFILE_VERSION_MESA 0x818B
470#define GLX_RENDERER_OPENGL_ES_PROFILE_VERSION_MESA 0x818C
471#define GLX_RENDERER_OPENGL_ES2_PROFILE_VERSION_MESA 0x818D
472#define GLX_RENDERER_ID_MESA 0x818E
473typedef Bool ( *PFNGLXQUERYCURRENTRENDERERINTEGERMESAPROC) (int attribute, unsigned int *value);
474typedef const char *( *PFNGLXQUERYCURRENTRENDERERSTRINGMESAPROC) (int attribute);
475typedef Bool ( *PFNGLXQUERYRENDERERINTEGERMESAPROC) (Display *dpy, int screen, int renderer, int attribute, unsigned int *value);
476typedef const char *( *PFNGLXQUERYRENDERERSTRINGMESAPROC) (Display *dpy, int screen, int renderer, int attribute);
477#ifdef GLX_GLXEXT_PROTOTYPES
478Bool glXQueryCurrentRendererIntegerMESA (int attribute, unsigned int *value);
479const char *glXQueryCurrentRendererStringMESA (int attribute);
480Bool glXQueryRendererIntegerMESA (Display *dpy, int screen, int renderer, int attribute, unsigned int *value);
481const char *glXQueryRendererStringMESA (Display *dpy, int screen, int renderer, int attribute);
482#endif
483#endif /* GLX_MESA_query_renderer */
484
Brian Paul0d101162013-10-15 09:11:30 -0600485#ifndef GLX_MESA_release_buffers
486#define GLX_MESA_release_buffers 1
487typedef Bool ( *PFNGLXRELEASEBUFFERSMESAPROC) (Display *dpy, GLXDrawable drawable);
488#ifdef GLX_GLXEXT_PROTOTYPES
489Bool glXReleaseBuffersMESA (Display *dpy, GLXDrawable drawable);
490#endif
491#endif /* GLX_MESA_release_buffers */
492
493#ifndef GLX_MESA_set_3dfx_mode
494#define GLX_MESA_set_3dfx_mode 1
495#define GLX_3DFX_WINDOW_MODE_MESA 0x1
496#define GLX_3DFX_FULLSCREEN_MODE_MESA 0x2
497typedef Bool ( *PFNGLXSET3DFXMODEMESAPROC) (int mode);
498#ifdef GLX_GLXEXT_PROTOTYPES
499Bool glXSet3DfxModeMESA (int mode);
500#endif
501#endif /* GLX_MESA_set_3dfx_mode */
502
Brian Paulc344f452014-08-05 07:55:02 -0600503#ifndef GLX_NV_copy_buffer
504#define GLX_NV_copy_buffer 1
505typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
506typedef void ( *PFNGLXNAMEDCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
507#ifdef GLX_GLXEXT_PROTOTYPES
508void glXCopyBufferSubDataNV (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
509void glXNamedCopyBufferSubDataNV (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
510#endif
511#endif /* GLX_NV_copy_buffer */
512
Brian Paul0d101162013-10-15 09:11:30 -0600513#ifndef GLX_NV_copy_image
514#define GLX_NV_copy_image 1
515typedef 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);
516#ifdef GLX_GLXEXT_PROTOTYPES
517void 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);
518#endif
519#endif /* GLX_NV_copy_image */
520
Matt Turner3f3aafb2014-01-25 19:12:13 -0800521#ifndef GLX_NV_delay_before_swap
522#define GLX_NV_delay_before_swap 1
523typedef Bool ( *PFNGLXDELAYBEFORESWAPNVPROC) (Display *dpy, GLXDrawable drawable, GLfloat seconds);
524#ifdef GLX_GLXEXT_PROTOTYPES
525Bool glXDelayBeforeSwapNV (Display *dpy, GLXDrawable drawable, GLfloat seconds);
526#endif
527#endif /* GLX_NV_delay_before_swap */
528
Brian Paul0d101162013-10-15 09:11:30 -0600529#ifndef GLX_NV_float_buffer
530#define GLX_NV_float_buffer 1
531#define GLX_FLOAT_COMPONENTS_NV 0x20B0
532#endif /* GLX_NV_float_buffer */
533
534#ifndef GLX_NV_multisample_coverage
535#define GLX_NV_multisample_coverage 1
536#define GLX_COVERAGE_SAMPLES_NV 100001
537#define GLX_COLOR_SAMPLES_NV 0x20B3
538#endif /* GLX_NV_multisample_coverage */
539
540#ifndef GLX_NV_present_video
541#define GLX_NV_present_video 1
542#define GLX_NUM_VIDEO_SLOTS_NV 0x20F0
543typedef unsigned int *( *PFNGLXENUMERATEVIDEODEVICESNVPROC) (Display *dpy, int screen, int *nelements);
544typedef int ( *PFNGLXBINDVIDEODEVICENVPROC) (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list);
545#ifdef GLX_GLXEXT_PROTOTYPES
546unsigned int *glXEnumerateVideoDevicesNV (Display *dpy, int screen, int *nelements);
547int glXBindVideoDeviceNV (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list);
548#endif
549#endif /* GLX_NV_present_video */
550
Ilia Mirkin6a5504d2016-08-28 13:07:25 -0400551#ifndef GLX_NV_robustness_video_memory_purge
552#define GLX_NV_robustness_video_memory_purge 1
553#define GLX_GENERATE_RESET_ON_VIDEO_MEMORY_PURGE_NV 0x20F7
554#endif /* GLX_NV_robustness_video_memory_purge */
555
Brian Paul0d101162013-10-15 09:11:30 -0600556#ifndef GLX_NV_swap_group
557#define GLX_NV_swap_group 1
558typedef Bool ( *PFNGLXJOINSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint group);
559typedef Bool ( *PFNGLXBINDSWAPBARRIERNVPROC) (Display *dpy, GLuint group, GLuint barrier);
560typedef Bool ( *PFNGLXQUERYSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
561typedef Bool ( *PFNGLXQUERYMAXSWAPGROUPSNVPROC) (Display *dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers);
562typedef Bool ( *PFNGLXQUERYFRAMECOUNTNVPROC) (Display *dpy, int screen, GLuint *count);
563typedef Bool ( *PFNGLXRESETFRAMECOUNTNVPROC) (Display *dpy, int screen);
564#ifdef GLX_GLXEXT_PROTOTYPES
565Bool glXJoinSwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint group);
566Bool glXBindSwapBarrierNV (Display *dpy, GLuint group, GLuint barrier);
567Bool glXQuerySwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
568Bool glXQueryMaxSwapGroupsNV (Display *dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers);
569Bool glXQueryFrameCountNV (Display *dpy, int screen, GLuint *count);
570Bool glXResetFrameCountNV (Display *dpy, int screen);
571#endif
572#endif /* GLX_NV_swap_group */
Brian Paul559da982009-10-23 14:48:39 -0600573
574#ifndef GLX_NV_video_capture
Brian Paul0d101162013-10-15 09:11:30 -0600575#define GLX_NV_video_capture 1
Brian Paul559da982009-10-23 14:48:39 -0600576typedef XID GLXVideoCaptureDeviceNV;
Brian Paul0d101162013-10-15 09:11:30 -0600577#define GLX_DEVICE_ID_NV 0x20CD
578#define GLX_UNIQUE_ID_NV 0x20CE
579#define GLX_NUM_VIDEO_CAPTURE_SLOTS_NV 0x20CF
580typedef int ( *PFNGLXBINDVIDEOCAPTUREDEVICENVPROC) (Display *dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device);
581typedef GLXVideoCaptureDeviceNV *( *PFNGLXENUMERATEVIDEOCAPTUREDEVICESNVPROC) (Display *dpy, int screen, int *nelements);
582typedef void ( *PFNGLXLOCKVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device);
583typedef int ( *PFNGLXQUERYVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value);
584typedef void ( *PFNGLXRELEASEVIDEOCAPTUREDEVICENVPROC) (Display *dpy, GLXVideoCaptureDeviceNV device);
585#ifdef GLX_GLXEXT_PROTOTYPES
586int glXBindVideoCaptureDeviceNV (Display *dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device);
587GLXVideoCaptureDeviceNV *glXEnumerateVideoCaptureDevicesNV (Display *dpy, int screen, int *nelements);
588void glXLockVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device);
589int glXQueryVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value);
590void glXReleaseVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device);
Brian Paul559da982009-10-23 14:48:39 -0600591#endif
Brian Paul0d101162013-10-15 09:11:30 -0600592#endif /* GLX_NV_video_capture */
Brian Paul559da982009-10-23 14:48:39 -0600593
Brian Paulc344f452014-08-05 07:55:02 -0600594#ifndef GLX_NV_video_out
595#define GLX_NV_video_out 1
Brian Paul0d101162013-10-15 09:11:30 -0600596typedef unsigned int GLXVideoDeviceNV;
597#define GLX_VIDEO_OUT_COLOR_NV 0x20C3
598#define GLX_VIDEO_OUT_ALPHA_NV 0x20C4
599#define GLX_VIDEO_OUT_DEPTH_NV 0x20C5
600#define GLX_VIDEO_OUT_COLOR_AND_ALPHA_NV 0x20C6
601#define GLX_VIDEO_OUT_COLOR_AND_DEPTH_NV 0x20C7
602#define GLX_VIDEO_OUT_FRAME_NV 0x20C8
603#define GLX_VIDEO_OUT_FIELD_1_NV 0x20C9
604#define GLX_VIDEO_OUT_FIELD_2_NV 0x20CA
605#define GLX_VIDEO_OUT_STACKED_FIELDS_1_2_NV 0x20CB
606#define GLX_VIDEO_OUT_STACKED_FIELDS_2_1_NV 0x20CC
607typedef int ( *PFNGLXGETVIDEODEVICENVPROC) (Display *dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice);
608typedef int ( *PFNGLXRELEASEVIDEODEVICENVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice);
609typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
610typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);
611typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);
612typedef int ( *PFNGLXGETVIDEOINFONVPROC) (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
613#ifdef GLX_GLXEXT_PROTOTYPES
614int glXGetVideoDeviceNV (Display *dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice);
615int glXReleaseVideoDeviceNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice);
616int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
617int glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbuf);
618int glXSendPbufferToVideoNV (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);
619int glXGetVideoInfoNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
620#endif
Brian Paulc344f452014-08-05 07:55:02 -0600621#endif /* GLX_NV_video_out */
Brian Paul0d101162013-10-15 09:11:30 -0600622
623#ifndef GLX_OML_swap_method
624#define GLX_OML_swap_method 1
625#define GLX_SWAP_METHOD_OML 0x8060
626#define GLX_SWAP_EXCHANGE_OML 0x8061
627#define GLX_SWAP_COPY_OML 0x8062
628#define GLX_SWAP_UNDEFINED_OML 0x8063
629#endif /* GLX_OML_swap_method */
630
631#ifndef GLX_OML_sync_control
632#define GLX_OML_sync_control 1
Brian Paul3cd07d22006-08-30 23:46:41 +0000633#ifndef GLEXT_64_TYPES_DEFINED
Blair Sadewitzb7c54942008-07-15 17:21:43 -0600634/* This code block is duplicated in glext.h, so must be protected */
Brian Paul3cd07d22006-08-30 23:46:41 +0000635#define GLEXT_64_TYPES_DEFINED
636/* Define int32_t, int64_t, and uint64_t types for UST/MSC */
637/* (as used in the GLX_OML_sync_control extension). */
638#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
639#include <inttypes.h>
Brian967c1052007-04-13 09:55:35 -0600640#elif defined(__sun__) || defined(__digital__)
Ian Romanick9f23a3a2005-07-28 00:11:10 +0000641#include <inttypes.h>
642#if defined(__STDC__)
Blair Sadewitzb7c54942008-07-15 17:21:43 -0600643#if defined(__arch64__) || defined(_LP64)
Ian Romanick9f23a3a2005-07-28 00:11:10 +0000644typedef long int int64_t;
Brian Paul3cd07d22006-08-30 23:46:41 +0000645typedef unsigned long int uint64_t;
Ian Romanick9f23a3a2005-07-28 00:11:10 +0000646#else
Brian Paul3cd07d22006-08-30 23:46:41 +0000647typedef long long int int64_t;
648typedef unsigned long long int uint64_t;
Ian Romanick9f23a3a2005-07-28 00:11:10 +0000649#endif /* __arch64__ */
650#endif /* __STDC__ */
Blair Sadewitzb7c54942008-07-15 17:21:43 -0600651#elif defined( __VMS ) || defined(__sgi)
Brian Paul538541e2004-12-17 14:48:00 +0000652#include <inttypes.h>
653#elif defined(__SCO__) || defined(__USLC__)
Alan Hourihane38b317d2004-12-14 09:11:52 +0000654#include <stdint.h>
Brian Paul3cd07d22006-08-30 23:46:41 +0000655#elif defined(__UNIXOS2__) || defined(__SOL64__)
656typedef long int int32_t;
657typedef long long int int64_t;
658typedef unsigned long long int uint64_t;
Brian45b1f162007-02-20 08:40:55 -0700659#elif defined(_WIN32) && defined(__GNUC__)
Brian Paul160b3282005-08-15 23:25:33 +0000660#include <stdint.h>
Brian45b1f162007-02-20 08:40:55 -0700661#elif defined(_WIN32)
662typedef __int32 int32_t;
663typedef __int64 int64_t;
664typedef unsigned __int64 uint64_t;
Brian Paul3cd07d22006-08-30 23:46:41 +0000665#else
Brian Paul0d101162013-10-15 09:11:30 -0600666/* Fallback if nothing above works */
667#include <inttypes.h>
Brian Paul3cd07d22006-08-30 23:46:41 +0000668#endif
Alan Hourihane38b317d2004-12-14 09:11:52 +0000669#endif
Brian Paul0d101162013-10-15 09:11:30 -0600670typedef Bool ( *PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
671typedef Bool ( *PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
672typedef int64_t ( *PFNGLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
673typedef 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);
674typedef Bool ( *PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
Brian Paulfed386c2000-12-08 18:06:35 +0000675#ifdef GLX_GLXEXT_PROTOTYPES
Brian Paul0d101162013-10-15 09:11:30 -0600676Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
677Bool glXGetMscRateOML (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
678int64_t glXSwapBuffersMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
679Bool glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
680Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
Brian Paulfed386c2000-12-08 18:06:35 +0000681#endif
Brian Paul0d101162013-10-15 09:11:30 -0600682#endif /* GLX_OML_sync_control */
Brian Paulfed386c2000-12-08 18:06:35 +0000683
Brian Paul0d101162013-10-15 09:11:30 -0600684#ifndef GLX_SGIS_blended_overlay
685#define GLX_SGIS_blended_overlay 1
686#define GLX_BLENDED_RGBA_SGIS 0x8025
687#endif /* GLX_SGIS_blended_overlay */
Brian Paulb106e622010-09-14 09:39:44 -0600688
Brian Paulfed386c2000-12-08 18:06:35 +0000689#ifndef GLX_SGIS_multisample
690#define GLX_SGIS_multisample 1
Brian Paul0d101162013-10-15 09:11:30 -0600691#define GLX_SAMPLE_BUFFERS_SGIS 100000
692#define GLX_SAMPLES_SGIS 100001
693#endif /* GLX_SGIS_multisample */
Brian Paulfed386c2000-12-08 18:06:35 +0000694
Brian Paul0d101162013-10-15 09:11:30 -0600695#ifndef GLX_SGIS_shared_multisample
696#define GLX_SGIS_shared_multisample 1
697#define GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS 0x8026
698#define GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS 0x8027
699#endif /* GLX_SGIS_shared_multisample */
Brian Paulfed386c2000-12-08 18:06:35 +0000700
Brian Paulfed386c2000-12-08 18:06:35 +0000701#ifndef GLX_SGIX_dmbuffer
702#define GLX_SGIX_dmbuffer 1
Brian Paul0d101162013-10-15 09:11:30 -0600703typedef XID GLXPbufferSGIX;
Brian Paul6ade8a32004-07-28 13:23:11 +0000704#ifdef _DM_BUFFER_H_
Brian Paul0d101162013-10-15 09:11:30 -0600705#define GLX_DIGITAL_MEDIA_PBUFFER_SGIX 0x8024
706typedef Bool ( *PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
Brian Paulfed386c2000-12-08 18:06:35 +0000707#ifdef GLX_GLXEXT_PROTOTYPES
Brian Paul0d101162013-10-15 09:11:30 -0600708Bool glXAssociateDMPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
709#endif
Brian Paul6ade8a32004-07-28 13:23:11 +0000710#endif /* _DM_BUFFER_H_ */
Brian Paul0d101162013-10-15 09:11:30 -0600711#endif /* GLX_SGIX_dmbuffer */
Brian Paulfed386c2000-12-08 18:06:35 +0000712
Brian Paul0d101162013-10-15 09:11:30 -0600713#ifndef GLX_SGIX_fbconfig
714#define GLX_SGIX_fbconfig 1
715typedef struct __GLXFBConfigRec *GLXFBConfigSGIX;
716#define GLX_WINDOW_BIT_SGIX 0x00000001
717#define GLX_PIXMAP_BIT_SGIX 0x00000002
718#define GLX_RGBA_BIT_SGIX 0x00000001
719#define GLX_COLOR_INDEX_BIT_SGIX 0x00000002
720#define GLX_DRAWABLE_TYPE_SGIX 0x8010
721#define GLX_RENDER_TYPE_SGIX 0x8011
722#define GLX_X_RENDERABLE_SGIX 0x8012
723#define GLX_FBCONFIG_ID_SGIX 0x8013
724#define GLX_RGBA_TYPE_SGIX 0x8014
725#define GLX_COLOR_INDEX_TYPE_SGIX 0x8015
726typedef int ( *PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
727typedef GLXFBConfigSGIX *( *PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements);
728typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
729typedef GLXContext ( *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
730typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config);
731typedef GLXFBConfigSGIX ( *PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis);
Brian Paulfed386c2000-12-08 18:06:35 +0000732#ifdef GLX_GLXEXT_PROTOTYPES
Brian Paul0d101162013-10-15 09:11:30 -0600733int glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
734GLXFBConfigSGIX *glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements);
735GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
736GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
737XVisualInfo *glXGetVisualFromFBConfigSGIX (Display *dpy, GLXFBConfigSGIX config);
738GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX (Display *dpy, XVisualInfo *vis);
Brian Paulfed386c2000-12-08 18:06:35 +0000739#endif
Brian Paul0d101162013-10-15 09:11:30 -0600740#endif /* GLX_SGIX_fbconfig */
Brian Paul3cd07d22006-08-30 23:46:41 +0000741
742#ifndef GLX_SGIX_hyperpipe
743#define GLX_SGIX_hyperpipe 1
Brian Paul6ade8a32004-07-28 13:23:11 +0000744typedef struct {
Brian Paul0d101162013-10-15 09:11:30 -0600745 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
Brian Paul6ade8a32004-07-28 13:23:11 +0000746 int networkId;
747} GLXHyperpipeNetworkSGIX;
Brian Paul6ade8a32004-07-28 13:23:11 +0000748typedef struct {
Brian Paul0d101162013-10-15 09:11:30 -0600749 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
Brian Paul6ade8a32004-07-28 13:23:11 +0000750 int channel;
Brian Paul0d101162013-10-15 09:11:30 -0600751 unsigned int participationType;
Brian Paul6ade8a32004-07-28 13:23:11 +0000752 int timeSlice;
753} GLXHyperpipeConfigSGIX;
Brian Paul6ade8a32004-07-28 13:23:11 +0000754typedef struct {
Brian Paul0d101162013-10-15 09:11:30 -0600755 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
Brian Paul6ade8a32004-07-28 13:23:11 +0000756 int srcXOrigin, srcYOrigin, srcWidth, srcHeight;
757 int destXOrigin, destYOrigin, destWidth, destHeight;
758} GLXPipeRect;
Brian Paul6ade8a32004-07-28 13:23:11 +0000759typedef struct {
Brian Paul0d101162013-10-15 09:11:30 -0600760 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
Brian Paul6ade8a32004-07-28 13:23:11 +0000761 int XOrigin, YOrigin, maxHeight, maxWidth;
762} GLXPipeRectLimits;
Brian Paul0d101162013-10-15 09:11:30 -0600763#define GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX 80
764#define GLX_BAD_HYPERPIPE_CONFIG_SGIX 91
765#define GLX_BAD_HYPERPIPE_SGIX 92
766#define GLX_HYPERPIPE_DISPLAY_PIPE_SGIX 0x00000001
767#define GLX_HYPERPIPE_RENDER_PIPE_SGIX 0x00000002
768#define GLX_PIPE_RECT_SGIX 0x00000001
769#define GLX_PIPE_RECT_LIMITS_SGIX 0x00000002
770#define GLX_HYPERPIPE_STEREO_SGIX 0x00000003
771#define GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX 0x00000004
772#define GLX_HYPERPIPE_ID_SGIX 0x8030
773typedef GLXHyperpipeNetworkSGIX *( *PFNGLXQUERYHYPERPIPENETWORKSGIXPROC) (Display *dpy, int *npipes);
774typedef int ( *PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
775typedef GLXHyperpipeConfigSGIX *( *PFNGLXQUERYHYPERPIPECONFIGSGIXPROC) (Display *dpy, int hpId, int *npipes);
776typedef int ( *PFNGLXDESTROYHYPERPIPECONFIGSGIXPROC) (Display *dpy, int hpId);
777typedef int ( *PFNGLXBINDHYPERPIPESGIXPROC) (Display *dpy, int hpId);
778typedef int ( *PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList);
779typedef int ( *PFNGLXHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList);
780typedef int ( *PFNGLXQUERYHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *returnAttribList);
Brian Paul6ade8a32004-07-28 13:23:11 +0000781#ifdef GLX_GLXEXT_PROTOTYPES
Brian Paul0d101162013-10-15 09:11:30 -0600782GLXHyperpipeNetworkSGIX *glXQueryHyperpipeNetworkSGIX (Display *dpy, int *npipes);
783int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
784GLXHyperpipeConfigSGIX *glXQueryHyperpipeConfigSGIX (Display *dpy, int hpId, int *npipes);
785int glXDestroyHyperpipeConfigSGIX (Display *dpy, int hpId);
786int glXBindHyperpipeSGIX (Display *dpy, int hpId);
787int glXQueryHyperpipeBestAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList);
788int glXHyperpipeAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *attribList);
789int glXQueryHyperpipeAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *returnAttribList);
Brian Paul6ade8a32004-07-28 13:23:11 +0000790#endif
Brian Paul0d101162013-10-15 09:11:30 -0600791#endif /* GLX_SGIX_hyperpipe */
Brian Paul6ade8a32004-07-28 13:23:11 +0000792
Brian Paul0d101162013-10-15 09:11:30 -0600793#ifndef GLX_SGIX_pbuffer
794#define GLX_SGIX_pbuffer 1
795#define GLX_PBUFFER_BIT_SGIX 0x00000004
796#define GLX_BUFFER_CLOBBER_MASK_SGIX 0x08000000
797#define GLX_FRONT_LEFT_BUFFER_BIT_SGIX 0x00000001
798#define GLX_FRONT_RIGHT_BUFFER_BIT_SGIX 0x00000002
799#define GLX_BACK_LEFT_BUFFER_BIT_SGIX 0x00000004
800#define GLX_BACK_RIGHT_BUFFER_BIT_SGIX 0x00000008
801#define GLX_AUX_BUFFERS_BIT_SGIX 0x00000010
802#define GLX_DEPTH_BUFFER_BIT_SGIX 0x00000020
803#define GLX_STENCIL_BUFFER_BIT_SGIX 0x00000040
804#define GLX_ACCUM_BUFFER_BIT_SGIX 0x00000080
805#define GLX_SAMPLE_BUFFERS_BIT_SGIX 0x00000100
806#define GLX_MAX_PBUFFER_WIDTH_SGIX 0x8016
807#define GLX_MAX_PBUFFER_HEIGHT_SGIX 0x8017
808#define GLX_MAX_PBUFFER_PIXELS_SGIX 0x8018
809#define GLX_OPTIMAL_PBUFFER_WIDTH_SGIX 0x8019
810#define GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX 0x801A
811#define GLX_PRESERVED_CONTENTS_SGIX 0x801B
812#define GLX_LARGEST_PBUFFER_SGIX 0x801C
813#define GLX_WIDTH_SGIX 0x801D
814#define GLX_HEIGHT_SGIX 0x801E
815#define GLX_EVENT_MASK_SGIX 0x801F
816#define GLX_DAMAGED_SGIX 0x8020
817#define GLX_SAVED_SGIX 0x8021
818#define GLX_WINDOW_SGIX 0x8022
819#define GLX_PBUFFER_SGIX 0x8023
820typedef GLXPbufferSGIX ( *PFNGLXCREATEGLXPBUFFERSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list);
821typedef void ( *PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf);
822typedef int ( *PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
823typedef void ( *PFNGLXSELECTEVENTSGIXPROC) (Display *dpy, GLXDrawable drawable, unsigned long mask);
824typedef void ( *PFNGLXGETSELECTEDEVENTSGIXPROC) (Display *dpy, GLXDrawable drawable, unsigned long *mask);
Brian Paul6ade8a32004-07-28 13:23:11 +0000825#ifdef GLX_GLXEXT_PROTOTYPES
Brian Paul0d101162013-10-15 09:11:30 -0600826GLXPbufferSGIX glXCreateGLXPbufferSGIX (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list);
827void glXDestroyGLXPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuf);
828int glXQueryGLXPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
829void glXSelectEventSGIX (Display *dpy, GLXDrawable drawable, unsigned long mask);
830void glXGetSelectedEventSGIX (Display *dpy, GLXDrawable drawable, unsigned long *mask);
Brian Paul6ade8a32004-07-28 13:23:11 +0000831#endif
Brian Paul0d101162013-10-15 09:11:30 -0600832#endif /* GLX_SGIX_pbuffer */
Brian Paul6ade8a32004-07-28 13:23:11 +0000833
Brian Paul0d101162013-10-15 09:11:30 -0600834#ifndef GLX_SGIX_swap_barrier
835#define GLX_SGIX_swap_barrier 1
836typedef void ( *PFNGLXBINDSWAPBARRIERSGIXPROC) (Display *dpy, GLXDrawable drawable, int barrier);
837typedef Bool ( *PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC) (Display *dpy, int screen, int *max);
Brian45b1f162007-02-20 08:40:55 -0700838#ifdef GLX_GLXEXT_PROTOTYPES
Brian Paul0d101162013-10-15 09:11:30 -0600839void glXBindSwapBarrierSGIX (Display *dpy, GLXDrawable drawable, int barrier);
840Bool glXQueryMaxSwapBarriersSGIX (Display *dpy, int screen, int *max);
Brian45b1f162007-02-20 08:40:55 -0700841#endif
Brian Paul0d101162013-10-15 09:11:30 -0600842#endif /* GLX_SGIX_swap_barrier */
Brian45b1f162007-02-20 08:40:55 -0700843
Brian Paul0d101162013-10-15 09:11:30 -0600844#ifndef GLX_SGIX_swap_group
845#define GLX_SGIX_swap_group 1
846typedef void ( *PFNGLXJOINSWAPGROUPSGIXPROC) (Display *dpy, GLXDrawable drawable, GLXDrawable member);
Brian Paul559da982009-10-23 14:48:39 -0600847#ifdef GLX_GLXEXT_PROTOTYPES
Brian Paul0d101162013-10-15 09:11:30 -0600848void glXJoinSwapGroupSGIX (Display *dpy, GLXDrawable drawable, GLXDrawable member);
Brian Pauld80d0bb2008-08-11 15:06:37 -0600849#endif
Brian Paul0d101162013-10-15 09:11:30 -0600850#endif /* GLX_SGIX_swap_group */
Brian Pauld80d0bb2008-08-11 15:06:37 -0600851
Brian Paul0d101162013-10-15 09:11:30 -0600852#ifndef GLX_SGIX_video_resize
853#define GLX_SGIX_video_resize 1
854#define GLX_SYNC_FRAME_SGIX 0x00000000
855#define GLX_SYNC_SWAP_SGIX 0x00000001
856typedef int ( *PFNGLXBINDCHANNELTOWINDOWSGIXPROC) (Display *display, int screen, int channel, Window window);
857typedef int ( *PFNGLXCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int x, int y, int w, int h);
858typedef int ( *PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);
859typedef int ( *PFNGLXQUERYCHANNELDELTASSGIXPROC) (Display *display, int screen, int channel, int *x, int *y, int *w, int *h);
860typedef int ( *PFNGLXCHANNELRECTSYNCSGIXPROC) (Display *display, int screen, int channel, GLenum synctype);
Brian Paul559da982009-10-23 14:48:39 -0600861#ifdef GLX_GLXEXT_PROTOTYPES
Brian Paul0d101162013-10-15 09:11:30 -0600862int glXBindChannelToWindowSGIX (Display *display, int screen, int channel, Window window);
863int glXChannelRectSGIX (Display *display, int screen, int channel, int x, int y, int w, int h);
864int glXQueryChannelRectSGIX (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);
865int glXQueryChannelDeltasSGIX (Display *display, int screen, int channel, int *x, int *y, int *w, int *h);
866int glXChannelRectSyncSGIX (Display *display, int screen, int channel, GLenum synctype);
Brian Pauld80d0bb2008-08-11 15:06:37 -0600867#endif
Brian Paul0d101162013-10-15 09:11:30 -0600868#endif /* GLX_SGIX_video_resize */
Brian Pauld80d0bb2008-08-11 15:06:37 -0600869
Brian Paul0d101162013-10-15 09:11:30 -0600870#ifndef GLX_SGIX_video_source
871#define GLX_SGIX_video_source 1
872typedef XID GLXVideoSourceSGIX;
873#ifdef _VL_H
874typedef GLXVideoSourceSGIX ( *PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
875typedef void ( *PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC) (Display *dpy, GLXVideoSourceSGIX glxvideosource);
Brian Paul559da982009-10-23 14:48:39 -0600876#ifdef GLX_GLXEXT_PROTOTYPES
Brian Paul0d101162013-10-15 09:11:30 -0600877GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
878void glXDestroyGLXVideoSourceSGIX (Display *dpy, GLXVideoSourceSGIX glxvideosource);
Brian Paul559da982009-10-23 14:48:39 -0600879#endif
Brian Paul0d101162013-10-15 09:11:30 -0600880#endif /* _VL_H */
881#endif /* GLX_SGIX_video_source */
Brian Paul559da982009-10-23 14:48:39 -0600882
Brian Paul0d101162013-10-15 09:11:30 -0600883#ifndef GLX_SGIX_visual_select_group
884#define GLX_SGIX_visual_select_group 1
885#define GLX_VISUAL_SELECT_GROUP_SGIX 0x8028
886#endif /* GLX_SGIX_visual_select_group */
887
888#ifndef GLX_SGI_cushion
889#define GLX_SGI_cushion 1
890typedef void ( *PFNGLXCUSHIONSGIPROC) (Display *dpy, Window window, float cushion);
Brian Paul559da982009-10-23 14:48:39 -0600891#ifdef GLX_GLXEXT_PROTOTYPES
Brian Paul0d101162013-10-15 09:11:30 -0600892void glXCushionSGI (Display *dpy, Window window, float cushion);
Brian Paul559da982009-10-23 14:48:39 -0600893#endif
Brian Paul0d101162013-10-15 09:11:30 -0600894#endif /* GLX_SGI_cushion */
Brian Paul559da982009-10-23 14:48:39 -0600895
Brian Paul0d101162013-10-15 09:11:30 -0600896#ifndef GLX_SGI_make_current_read
897#define GLX_SGI_make_current_read 1
898typedef Bool ( *PFNGLXMAKECURRENTREADSGIPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
899typedef GLXDrawable ( *PFNGLXGETCURRENTREADDRAWABLESGIPROC) (void);
Brian Paul559da982009-10-23 14:48:39 -0600900#ifdef GLX_GLXEXT_PROTOTYPES
Brian Paul0d101162013-10-15 09:11:30 -0600901Bool glXMakeCurrentReadSGI (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
902GLXDrawable glXGetCurrentReadDrawableSGI (void);
Brian Paul559da982009-10-23 14:48:39 -0600903#endif
Brian Paul0d101162013-10-15 09:11:30 -0600904#endif /* GLX_SGI_make_current_read */
Brian Paul559da982009-10-23 14:48:39 -0600905
Brian Paul0d101162013-10-15 09:11:30 -0600906#ifndef GLX_SGI_swap_control
907#define GLX_SGI_swap_control 1
908typedef int ( *PFNGLXSWAPINTERVALSGIPROC) (int interval);
Brian Paul559da982009-10-23 14:48:39 -0600909#ifdef GLX_GLXEXT_PROTOTYPES
Brian Paul0d101162013-10-15 09:11:30 -0600910int glXSwapIntervalSGI (int interval);
Brian Pauld80d0bb2008-08-11 15:06:37 -0600911#endif
Brian Paul0d101162013-10-15 09:11:30 -0600912#endif /* GLX_SGI_swap_control */
Brian Pauld80d0bb2008-08-11 15:06:37 -0600913
Brian Paul0d101162013-10-15 09:11:30 -0600914#ifndef GLX_SGI_video_sync
915#define GLX_SGI_video_sync 1
916typedef int ( *PFNGLXGETVIDEOSYNCSGIPROC) (unsigned int *count);
917typedef int ( *PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count);
918#ifdef GLX_GLXEXT_PROTOTYPES
919int glXGetVideoSyncSGI (unsigned int *count);
920int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count);
Ian Romanickf66733e2010-04-04 16:53:41 -0700921#endif
Brian Paul0d101162013-10-15 09:11:30 -0600922#endif /* GLX_SGI_video_sync */
Ian Romanickf66733e2010-04-04 16:53:41 -0700923
Brian Paul0d101162013-10-15 09:11:30 -0600924#ifndef GLX_SUN_get_transparent_index
925#define GLX_SUN_get_transparent_index 1
926typedef Status ( *PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);
927#ifdef GLX_GLXEXT_PROTOTYPES
928Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);
Brian Paulb106e622010-09-14 09:39:44 -0600929#endif
Brian Paul0d101162013-10-15 09:11:30 -0600930#endif /* GLX_SUN_get_transparent_index */
Brian Paul3cd07d22006-08-30 23:46:41 +0000931
Brian Paulfed386c2000-12-08 18:06:35 +0000932#ifdef __cplusplus
933}
934#endif
935
936#endif