]> git.cworth.org Git - vogl/blob - glspec/dbg_glxext_funcs.txt
Initial vogl checkin
[vogl] / glspec / dbg_glxext_funcs.txt
1 Functions:
2 Name: "GetFBConfigs", ParamNames: 3, Params: 3, Return: "GLXFBConfigPointer", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
3   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
4   Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5   Name: "nelements", Type: "int", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
6
7 Name: "ChooseFBConfig", ParamNames: 4, Params: 4, Return: "GLXFBConfigPointer", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
8   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
9   Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10   Name: "attrib_list", Type: "int", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
11   Name: "nelements", Type: "int", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
12
13 Name: "GetFBConfigAttrib", ParamNames: 4, Params: 4, Return: "int", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
14   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
15   Name: "config", Type: "GLXFBConfig", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
16   Name: "attribute", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
17   Name: "value", Type: "int", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
18
19 Name: "GetVisualFromFBConfig", ParamNames: 2, Params: 2, Return: "XVisualInfoPointer", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
20   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
21   Name: "config", Type: "GLXFBConfig", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
22
23 Name: "CreateWindow", ParamNames: 4, Params: 4, Return: "GLXWindow", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
24   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
25   Name: "config", Type: "GLXFBConfig", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
26   Name: "win", Type: "Window", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
27   Name: "attrib_list", Type: "int", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
28
29 Name: "DestroyWindow", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
30   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
31   Name: "win", Type: "GLXWindow", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
32
33 Name: "CreatePixmap", ParamNames: 4, Params: 4, Return: "GLXPixmap", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
34   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
35   Name: "config", Type: "GLXFBConfig", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
36   Name: "pixmap", Type: "Pixmap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
37   Name: "attrib_list", Type: "int", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
38
39 Name: "DestroyPixmap", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
40   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
41   Name: "pixmap", Type: "GLXPixmap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
42
43 Name: "CreatePbuffer", ParamNames: 3, Params: 3, Return: "GLXPbuffer", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
44   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
45   Name: "config", Type: "GLXFBConfig", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
46   Name: "attrib_list", Type: "int", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
47
48 Name: "DestroyPbuffer", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
49   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
50   Name: "pbuf", Type: "GLXPbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
51
52 Name: "QueryDrawable", ParamNames: 4, Params: 4, Return: "int32_t", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
53   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
54   Name: "draw", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
55   Name: "attribute", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
56   Name: "value", Type: "uint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
57
58 Name: "CreateNewContext", ParamNames: 5, Params: 5, Return: "GLXContext", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
59   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
60   Name: "config", Type: "GLXFBConfig", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
61   Name: "render_type", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
62   Name: "share_list", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
63   Name: "direct", Type: "Bool", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
64
65 Name: "MakeContextCurrent", ParamNames: 4, Params: 4, Return: "Bool", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
66   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
67   Name: "draw", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
68   Name: "read", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
69   Name: "ctx", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
70
71 Name: "GetCurrentReadDrawable", ParamNames: 0, Params: 0, Return: "GLXDrawable", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
72 Name: "GetCurrentDisplay", ParamNames: 0, Params: 0, Return: "DisplayPointer", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
73 Name: "QueryContext", ParamNames: 4, Params: 4, Return: "int", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
74   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
75   Name: "ctx", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
76   Name: "attribute", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
77   Name: "value", Type: "int", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
78
79 Name: "SelectEvent", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
80   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
81   Name: "draw", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
82   Name: "event_mask", Type: "ulong", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
83
84 Name: "GetSelectedEvent", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
85   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
86   Name: "draw", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
87   Name: "event_mask", Type: "ulong", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
88
89 Name: "GetProcAddress", ParamNames: 1, Params: 1, Return: "FunctionPointer", Category: "VERSION_1_4", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
90   Name: "procName", Type: "GLubyte", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
91
92 Name: "GetProcAddressARB", ParamNames: 1, Params: 1, Return: "FunctionPointer", Category: "ARB_get_proc_address", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
93   Name: "procName", Type: "GLubyte", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
94
95 Name: "CreateContextAttribsARB", ParamNames: 5, Params: 5, Return: "GLXContext", Category: "ARB_create_context", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
96   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
97   Name: "config", Type: "GLXFBConfig", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
98   Name: "share_context", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
99   Name: "direct", Type: "Bool", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
100   Name: "attrib_list", Type: "int", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
101
102 Name: "SwapIntervalSGI", ParamNames: 1, Params: 1, Return: "int", Category: "SGI_swap_control", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
103   Name: "interval", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
104
105 Name: "GetVideoSyncSGI", ParamNames: 1, Params: 1, Return: "int", Category: "SGI_video_sync", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
106   Name: "count", Type: "uint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
107
108 Name: "WaitVideoSyncSGI", ParamNames: 3, Params: 3, Return: "int", Category: "SGI_video_sync", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
109   Name: "divisor", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
110   Name: "remainder", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
111   Name: "count", Type: "uint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
112
113 Name: "MakeCurrentReadSGI", ParamNames: 4, Params: 4, Return: "Bool", Category: "SGI_make_current_read", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
114   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
115   Name: "draw", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
116   Name: "read", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
117   Name: "ctx", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
118
119 Name: "GetCurrentReadDrawableSGI", ParamNames: 0, Params: 0, Return: "GLXDrawable", Category: "SGI_make_current_read", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
120 Name: "CopyImageSubDataNV", ParamNames: 18, Params: 18, Return: "void", Category: "NV_copy_image", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
121   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
122   Name: "srcCtx", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
123   Name: "srcName", Type: "GLuint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
124   Name: "srcTarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
125   Name: "srcLevel", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
126   Name: "srcX", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
127   Name: "srcY", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
128   Name: "srcZ", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
129   Name: "dstCtx", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
130   Name: "dstName", Type: "GLuint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
131   Name: "dstTarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
132   Name: "dstLevel", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
133   Name: "dstX", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
134   Name: "dstY", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
135   Name: "dstZ", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
136   Name: "width", Type: "GLsizei", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
137   Name: "height", Type: "GLsizei", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
138   Name: "depth", Type: "GLsizei", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
139
140 Name: "SwapIntervalEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_swap_control", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
141   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
142   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
143   Name: "interval", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
144
145 Name: "GetCurrentDisplayEXT", ParamNames: 0, Params: 0, Return: "DisplayPointer", Category: "EXT_import_context", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
146 Name: "QueryContextInfoEXT", ParamNames: 4, Params: 4, Return: "int", Category: "EXT_import_context", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
147   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
148   Name: "context", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
149   Name: "attribute", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
150   Name: "value", Type: "int", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
151
152 Name: "GetContextIDEXT", ParamNames: 1, Params: 1, Return: "GLXContextID", Category: "EXT_import_context", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
153   Name: "context", Type: "constGLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
154
155 Name: "ImportContextEXT", ParamNames: 2, Params: 2, Return: "GLXContext", Category: "EXT_import_context", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
156   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
157   Name: "contextID", Type: "GLXContextID", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
158
159 Name: "FreeContextEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_import_context", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
160   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
161   Name: "context", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
162
163 Name: "ReleaseVideoCaptureDeviceNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_video_capture", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
164   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
165   Name: "device", Type: "GLXVideoCaptureDeviceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
166
167 Name: "QueryVideoCaptureDeviceNV", ParamNames: 4, Params: 4, Return: "int", Category: "NV_video_capture", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
168   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
169   Name: "device", Type: "GLXVideoCaptureDeviceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
170   Name: "attribute", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
171   Name: "value", Type: "int", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(attribute)]", Retained: 0
172
173 Name: "LockVideoCaptureDeviceNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_video_capture", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
174   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
175   Name: "device", Type: "GLXVideoCaptureDeviceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
176
177 Name: "EnumerateVideoCaptureDevicesNV", ParamNames: 3, Params: 3, Return: "GLXVideoCaptureDeviceNVPointer", Category: "NV_video_capture", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
178   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
179   Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
180   Name: "nelements", Type: "int", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
181
182 Name: "BindVideoCaptureDeviceNV", ParamNames: 3, Params: 3, Return: "int", Category: "NV_video_capture", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
183   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
184   Name: "video_capture_slot", Type: "uint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
185   Name: "device", Type: "GLXVideoCaptureDeviceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
186
187 Name: "ResetFrameCountNV", ParamNames: 2, Params: 2, Return: "Bool", Category: "NV_swap_group", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
188   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
189   Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
190
191 Name: "QueryFrameCountNV", ParamNames: 3, Params: 3, Return: "Bool", Category: "NV_swap_group", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
192   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
193   Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
194   Name: "count", Type: "GLuint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
195
196 Name: "QueryMaxSwapGroupsNV", ParamNames: 4, Params: 4, Return: "Bool", Category: "NV_swap_group", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
197   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
198   Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
199   Name: "maxGroups", Type: "GLuint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
200   Name: "maxBarriers", Type: "GLuint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
201
202 Name: "QuerySwapGroupNV", ParamNames: 4, Params: 4, Return: "Bool", Category: "NV_swap_group", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
203   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
204   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
205   Name: "group", Type: "GLuint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
206   Name: "barrier", Type: "GLuint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
207
208 Name: "BindSwapBarrierNV", ParamNames: 3, Params: 3, Return: "Bool", Category: "NV_swap_group", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
209   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
210   Name: "group", Type: "GLuint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
211   Name: "barrier", Type: "GLuint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
212
213 Name: "JoinSwapGroupNV", ParamNames: 3, Params: 3, Return: "Bool", Category: "NV_swap_group", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
214   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
215   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
216   Name: "group", Type: "GLuint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
217
218 Name: "CushionSGI", ParamNames: 3, Params: 3, Return: "void", Category: "SGI_cushion", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
219   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
220   Name: "window", Type: "Window", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
221   Name: "cushion", Type: "float", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
222
223 Name: "GetVideoInfoNV", ParamNames: 5, Params: 5, Return: "int", Category: "NV_video_output", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
224   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
225   Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
226   Name: "VideoDevice", Type: "GLXVideoDeviceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
227   Name: "pulCounterOutputPbuffer", Type: "ulong", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
228   Name: "pulCounterOutputVideo", Type: "ulong", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
229
230 Name: "SendPbufferToVideoNV", ParamNames: 5, Params: 5, Return: "int", Category: "NV_video_output", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
231   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
232   Name: "pbuf", Type: "GLXPbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
233   Name: "iBufferType", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
234   Name: "pulCounterPbuffer", Type: "ulong", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
235   Name: "bBlock", Type: "GLboolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
236
237 Name: "ReleaseVideoImageNV", ParamNames: 2, Params: 2, Return: "int", Category: "NV_video_output", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
238   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
239   Name: "pbuf", Type: "GLXPbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
240
241 Name: "BindVideoImageNV", ParamNames: 4, Params: 4, Return: "int", Category: "NV_video_output", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
242   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
243   Name: "VideoDevice", Type: "GLXVideoDeviceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
244   Name: "pbuf", Type: "GLXPbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
245   Name: "iVideoBuffer", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
246
247 Name: "ReleaseVideoDeviceNV", ParamNames: 3, Params: 3, Return: "int", Category: "NV_video_output", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
248   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
249   Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
250   Name: "VideoDevice", Type: "GLXVideoDeviceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
251
252 Name: "GetVideoDeviceNV", ParamNames: 4, Params: 4, Return: "int", Category: "NV_video_output", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
253   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
254   Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
255   Name: "numVideoDevices", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
256   Name: "pVideoDevice", Type: "GLXVideoDeviceNV", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(numVideoDevices)]", Retained: 0
257
258 Name: "BindVideoDeviceNV", ParamNames: 4, Params: 4, Return: "int", Category: "NV_present_video", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
259   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
260   Name: "video_slot", Type: "uint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
261   Name: "video_device", Type: "uint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
262   Name: "attrib_list", Type: "int", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
263
264 Name: "EnumerateVideoDevicesNV", ParamNames: 3, Params: 3, Return: "uintPointer", Category: "NV_present_video", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
265   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
266   Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
267   Name: "nelements", Type: "int", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
268
269 Name: "ReleaseTexImageEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_texture_from_pixmap", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
270   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
271   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
272   Name: "buffer", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
273
274 Name: "GetTransparentIndexSUN", ParamNames: 4, Params: 4, Return: "Status", Category: "SUN_get_transparent_index", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
275   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
276   Name: "overlay", Type: "Window", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
277   Name: "underlay", Type: "Window", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
278   Name: "pTransparentIndex", Type: "long", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
279
280 Name: "CopySubBufferMESA", ParamNames: 6, Params: 6, Return: "void", Category: "MESA_copy_sub_buffer", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
281   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
282   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
283   Name: "x", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
284   Name: "y", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
285   Name: "width", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
286   Name: "height", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
287
288 Name: "CreateGLXPixmapMESA", ParamNames: 4, Params: 4, Return: "GLXPixmap", Category: "MESA_pixmap_colormap", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
289   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
290   Name: "visual", Type: "XVisualInfo", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
291   Name: "pixmap", Type: "Pixmap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
292   Name: "cmap", Type: "Colormap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
293
294 Name: "ReleaseBuffersMESA", ParamNames: 2, Params: 2, Return: "Bool", Category: "MESA_release_buffers", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
295   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
296   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
297
298 Name: "Set3DfxModeMESA", ParamNames: 1, Params: 1, Return: "Bool", Category: "MESA_set_3dfx_mode", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
299   Name: "mode", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
300
301 Name: "GetSyncValuesOML", ParamNames: 5, Params: 5, Return: "Bool", Category: "OML_sync_control", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
302   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
303   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
304   Name: "ust", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
305   Name: "msc", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
306   Name: "sbc", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
307
308 Name: "GetMscRateOML", ParamNames: 4, Params: 4, Return: "Bool", Category: "OML_sync_control", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
309   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
310   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
311   Name: "numerator", Type: "int32_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
312   Name: "denominator", Type: "int32_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
313
314 Name: "SwapBuffersMscOML", ParamNames: 5, Params: 5, Return: "int64_t", Category: "OML_sync_control", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
315   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
316   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
317   Name: "target_msc", Type: "int64_t", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
318   Name: "divisor", Type: "int64_t", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
319   Name: "remainder", Type: "int64_t", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
320
321 Name: "WaitForMscOML", ParamNames: 8, Params: 8, Return: "Bool", Category: "OML_sync_control", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
322   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
323   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
324   Name: "target_msc", Type: "int64_t", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
325   Name: "divisor", Type: "int64_t", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
326   Name: "remainder", Type: "int64_t", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
327   Name: "ust", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
328   Name: "msc", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
329   Name: "sbc", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
330
331 Name: "WaitForSbcOML", ParamNames: 6, Params: 6, Return: "Bool", Category: "OML_sync_control", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
332   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
333   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
334   Name: "target_sbc", Type: "int64_t", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
335   Name: "ust", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
336   Name: "msc", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
337   Name: "sbc", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
338
339 Name: "BindTexImageEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_texture_from_pixmap", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
340   Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
341   Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
342   Name: "buffer", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
343   Name: "attrib_list", Type: "int", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
344
345 Name: "GetAGPOffsetMESA", ParamNames: 1, Params: 1, Return: "uint", Category: "MESA_agp_offset", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0
346   Name: "pointer", Type: "void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
347
348 Categories:
349 "ARB_create_context"
350 "ARB_get_proc_address"
351 "EXT_import_context"
352 "EXT_swap_control"
353 "EXT_texture_from_pixmap"
354 "MESA_agp_offset"
355 "MESA_copy_sub_buffer"
356 "MESA_pixmap_colormap"
357 "MESA_release_buffers"
358 "MESA_set_3dfx_mode"
359 "NV_copy_image"
360 "NV_present_video"
361 "NV_swap_group"
362 "NV_video_capture"
363 "NV_video_output"
364 "OML_sync_control"
365 "SGI_cushion"
366 "SGI_make_current_read"
367 "SGI_swap_control"
368 "SGI_video_sync"
369 "SUN_get_transparent_index"
370 "VERSION_1_3"
371 "VERSION_1_4"