glx_generated.h 65 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006
  1. /* GL dispatch header.
  2. * This is code-generated from the GL API XML files from Khronos.
  3. *
  4. * Copyright 2013-2025 The Khronos Group Inc.
  5. * SPDX-License-Identifier: Apache-2.0
  6. *
  7. * This file, glx.xml, is the GLX API Registry. The canonical version of the
  8. * registry, together with documentation, schema, and Python generator scripts
  9. * used to generate C header files for GLX, can always be found in the Khronos
  10. * Registry at https://github.com/KhronosGroup/OpenGL-Registry
  11. *
  12. */
  13. #pragma once
  14. #include <inttypes.h>
  15. #include <stddef.h>
  16. #include "epoxy/common.h"
  17. #include "epoxy/gl.h"
  18. #include <X11/Xlib.h>
  19. #include <X11/Xutil.h>
  20. typedef XID GLXFBConfigID;
  21. typedef struct __GLXFBConfigRec *GLXFBConfig;
  22. typedef XID GLXContextID;
  23. typedef struct __GLXcontextRec *GLXContext;
  24. typedef XID GLXPixmap;
  25. typedef XID GLXDrawable;
  26. typedef XID GLXWindow;
  27. typedef XID GLXPbuffer;
  28. typedef void (APIENTRY *__GLXextFuncPtr)(void);
  29. typedef XID GLXVideoCaptureDeviceNV;
  30. typedef unsigned int GLXVideoDeviceNV;
  31. typedef XID GLXVideoSourceSGIX;
  32. typedef XID GLXFBConfigIDSGIX;
  33. typedef struct __GLXFBConfigRec *GLXFBConfigSGIX;
  34. typedef XID GLXPbufferSGIX;
  35. typedef struct {
  36. int event_type; /* GLX_DAMAGED or GLX_SAVED */
  37. int draw_type; /* GLX_WINDOW or GLX_PBUFFER */
  38. unsigned long serial; /* # of last request processed by server */
  39. Bool send_event; /* true if this came for SendEvent request */
  40. Display *display; /* display the event was read from */
  41. GLXDrawable drawable; /* XID of Drawable */
  42. unsigned int buffer_mask; /* mask indicating which buffers are affected */
  43. unsigned int aux_buffer; /* which aux buffer was affected */
  44. int x, y;
  45. int width, height;
  46. int count; /* if nonzero, at least this many more */
  47. } GLXPbufferClobberEvent;
  48. typedef struct {
  49. int type;
  50. unsigned long serial; /* # of last request processed by server */
  51. Bool send_event; /* true if this came from a SendEvent request */
  52. Display *display; /* Display the event was read from */
  53. GLXDrawable drawable; /* drawable on which event was requested in event mask */
  54. int event_type;
  55. int64_t ust;
  56. int64_t msc;
  57. int64_t sbc;
  58. } GLXBufferSwapComplete;
  59. typedef union __GLXEvent {
  60. GLXPbufferClobberEvent glxpbufferclobber;
  61. GLXBufferSwapComplete glxbufferswapcomplete;
  62. long pad[24];
  63. } GLXEvent;
  64. typedef struct {
  65. int type;
  66. unsigned long serial;
  67. Bool send_event;
  68. Display *display;
  69. int extension;
  70. int evtype;
  71. GLXDrawable window;
  72. Bool stereo_tree;
  73. } GLXStereoNotifyEventEXT;
  74. typedef struct {
  75. int type;
  76. unsigned long serial; /* # of last request processed by server */
  77. Bool send_event; /* true if this came for SendEvent request */
  78. Display *display; /* display the event was read from */
  79. GLXDrawable drawable; /* i.d. of Drawable */
  80. int event_type; /* GLX_DAMAGED_SGIX or GLX_SAVED_SGIX */
  81. int draw_type; /* GLX_WINDOW_SGIX or GLX_PBUFFER_SGIX */
  82. unsigned int mask; /* mask indicating which buffers are affected*/
  83. int x, y;
  84. int width, height;
  85. int count; /* if nonzero, at least this many more */
  86. } GLXBufferClobberEventSGIX;
  87. typedef struct {
  88. char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
  89. int networkId;
  90. } GLXHyperpipeNetworkSGIX;
  91. typedef struct {
  92. char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
  93. int channel;
  94. unsigned int participationType;
  95. int timeSlice;
  96. } GLXHyperpipeConfigSGIX;
  97. typedef struct {
  98. char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
  99. int srcXOrigin, srcYOrigin, srcWidth, srcHeight;
  100. int destXOrigin, destYOrigin, destWidth, destHeight;
  101. } GLXPipeRect;
  102. typedef struct {
  103. char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */
  104. int XOrigin, YOrigin, maxHeight, maxWidth;
  105. } GLXPipeRectLimits;
  106. #define GLX_VERSION_1_0 1
  107. #define GLX_VERSION_1_1 1
  108. #define GLX_VERSION_1_2 1
  109. #define GLX_VERSION_1_3 1
  110. #define GLX_VERSION_1_4 1
  111. #define GLX_3DFX_multisample 1
  112. #define GLX_AMD_gpu_association 1
  113. #define GLX_ARB_context_flush_control 1
  114. #define GLX_ARB_create_context 1
  115. #define GLX_ARB_create_context_no_error 1
  116. #define GLX_ARB_create_context_profile 1
  117. #define GLX_ARB_create_context_robustness 1
  118. #define GLX_ARB_fbconfig_float 1
  119. #define GLX_ARB_framebuffer_sRGB 1
  120. #define GLX_ARB_get_proc_address 1
  121. #define GLX_ARB_multisample 1
  122. #define GLX_ARB_robustness_application_isolation 1
  123. #define GLX_ARB_robustness_share_group_isolation 1
  124. #define GLX_ARB_vertex_buffer_object 1
  125. #define GLX_EXT_buffer_age 1
  126. #define GLX_EXT_context_priority 1
  127. #define GLX_EXT_create_context_es2_profile 1
  128. #define GLX_EXT_create_context_es_profile 1
  129. #define GLX_EXT_fbconfig_packed_float 1
  130. #define GLX_EXT_framebuffer_sRGB 1
  131. #define GLX_EXT_get_drawable_type 1
  132. #define GLX_EXT_import_context 1
  133. #define GLX_EXT_libglvnd 1
  134. #define GLX_EXT_no_config_context 1
  135. #define GLX_EXT_stereo_tree 1
  136. #define GLX_EXT_swap_control 1
  137. #define GLX_EXT_swap_control_tear 1
  138. #define GLX_EXT_texture_from_pixmap 1
  139. #define GLX_EXT_visual_info 1
  140. #define GLX_EXT_visual_rating 1
  141. #define GLX_INTEL_swap_event 1
  142. #define GLX_MESA_agp_offset 1
  143. #define GLX_MESA_copy_sub_buffer 1
  144. #define GLX_MESA_pixmap_colormap 1
  145. #define GLX_MESA_query_renderer 1
  146. #define GLX_MESA_release_buffers 1
  147. #define GLX_MESA_set_3dfx_mode 1
  148. #define GLX_MESA_swap_control 1
  149. #define GLX_NV_copy_buffer 1
  150. #define GLX_NV_copy_image 1
  151. #define GLX_NV_delay_before_swap 1
  152. #define GLX_NV_float_buffer 1
  153. #define GLX_NV_multigpu_context 1
  154. #define GLX_NV_multisample_coverage 1
  155. #define GLX_NV_present_video 1
  156. #define GLX_NV_robustness_video_memory_purge 1
  157. #define GLX_NV_swap_group 1
  158. #define GLX_NV_video_capture 1
  159. #define GLX_NV_video_out 1
  160. #define GLX_OML_swap_method 1
  161. #define GLX_OML_sync_control 1
  162. #define GLX_SGIS_blended_overlay 1
  163. #define GLX_SGIS_multisample 1
  164. #define GLX_SGIS_shared_multisample 1
  165. #define GLX_SGIX_dmbuffer 1
  166. #define GLX_SGIX_fbconfig 1
  167. #define GLX_SGIX_hyperpipe 1
  168. #define GLX_SGIX_pbuffer 1
  169. #define GLX_SGIX_swap_barrier 1
  170. #define GLX_SGIX_swap_group 1
  171. #define GLX_SGIX_video_resize 1
  172. #define GLX_SGIX_video_source 1
  173. #define GLX_SGIX_visual_select_group 1
  174. #define GLX_SGI_cushion 1
  175. #define GLX_SGI_make_current_read 1
  176. #define GLX_SGI_swap_control 1
  177. #define GLX_SGI_video_sync 1
  178. #define GLX_SUN_get_transparent_index 1
  179. #define GLX_EXTENSION_NAME "GLX"
  180. #define GLX_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB 0
  181. #define GLX_PbufferClobber 0
  182. #define GLX_STEREO_NOTIFY_EXT 0x00000000
  183. #define GLX_SYNC_FRAME_SGIX 0x00000000
  184. #define GLX_CONTEXT_CORE_PROFILE_BIT_ARB 0x00000001
  185. #define GLX_CONTEXT_DEBUG_BIT_ARB 0x00000001
  186. #define GLX_FRONT_LEFT_BUFFER_BIT 0x00000001
  187. #define GLX_FRONT_LEFT_BUFFER_BIT_SGIX 0x00000001
  188. #define GLX_HYPERPIPE_DISPLAY_PIPE_SGIX 0x00000001
  189. #define GLX_PIPE_RECT_SGIX 0x00000001
  190. #define GLX_RGBA_BIT 0x00000001
  191. #define GLX_RGBA_BIT_SGIX 0x00000001
  192. #define GLX_STEREO_NOTIFY_MASK_EXT 0x00000001
  193. #define GLX_SYNC_SWAP_SGIX 0x00000001
  194. #define GLX_TEXTURE_1D_BIT_EXT 0x00000001
  195. #define GLX_WINDOW_BIT 0x00000001
  196. #define GLX_WINDOW_BIT_SGIX 0x00000001
  197. #define GLX_COLOR_INDEX_BIT 0x00000002
  198. #define GLX_COLOR_INDEX_BIT_SGIX 0x00000002
  199. #define GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002
  200. #define GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x00000002
  201. #define GLX_FRONT_RIGHT_BUFFER_BIT 0x00000002
  202. #define GLX_FRONT_RIGHT_BUFFER_BIT_SGIX 0x00000002
  203. #define GLX_HYPERPIPE_RENDER_PIPE_SGIX 0x00000002
  204. #define GLX_PIPE_RECT_LIMITS_SGIX 0x00000002
  205. #define GLX_PIXMAP_BIT 0x00000002
  206. #define GLX_PIXMAP_BIT_SGIX 0x00000002
  207. #define GLX_TEXTURE_2D_BIT_EXT 0x00000002
  208. #define GLX_HYPERPIPE_STEREO_SGIX 0x00000003
  209. #define GLX_BACK_LEFT_BUFFER_BIT 0x00000004
  210. #define GLX_BACK_LEFT_BUFFER_BIT_SGIX 0x00000004
  211. #define GLX_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004
  212. #define GLX_CONTEXT_ES_PROFILE_BIT_EXT 0x00000004
  213. #define GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB 0x00000004
  214. #define GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX 0x00000004
  215. #define GLX_PBUFFER_BIT 0x00000004
  216. #define GLX_PBUFFER_BIT_SGIX 0x00000004
  217. #define GLX_RGBA_FLOAT_BIT_ARB 0x00000004
  218. #define GLX_TEXTURE_RECTANGLE_BIT_EXT 0x00000004
  219. #define GLX_BACK_RIGHT_BUFFER_BIT 0x00000008
  220. #define GLX_BACK_RIGHT_BUFFER_BIT_SGIX 0x00000008
  221. #define GLX_CONTEXT_RESET_ISOLATION_BIT_ARB 0x00000008
  222. #define GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT 0x00000008
  223. #define GLX_AUX_BUFFERS_BIT 0x00000010
  224. #define GLX_AUX_BUFFERS_BIT_SGIX 0x00000010
  225. #define GLX_DEPTH_BUFFER_BIT 0x00000020
  226. #define GLX_DEPTH_BUFFER_BIT_SGIX 0x00000020
  227. #define GLX_STENCIL_BUFFER_BIT 0x00000040
  228. #define GLX_STENCIL_BUFFER_BIT_SGIX 0x00000040
  229. #define GLX_ACCUM_BUFFER_BIT 0x00000080
  230. #define GLX_ACCUM_BUFFER_BIT_SGIX 0x00000080
  231. #define GLX_SAMPLE_BUFFERS_BIT_SGIX 0x00000100
  232. #define GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK 0x04000000
  233. #define GLX_BUFFER_CLOBBER_MASK_SGIX 0x08000000
  234. #define GLX_PBUFFER_CLOBBER_MASK 0x08000000
  235. #define GLX_3DFX_WINDOW_MODE_MESA 0x1
  236. #define GLX_VENDOR 0x1
  237. #define GLX_GPU_VENDOR_AMD 0x1F00
  238. #define GLX_GPU_RENDERER_STRING_AMD 0x1F01
  239. #define GLX_GPU_OPENGL_VERSION_STRING_AMD 0x1F02
  240. #define GLX_3DFX_FULLSCREEN_MODE_MESA 0x2
  241. #define GLX_VERSION 0x2
  242. #define GLX_CONFIG_CAVEAT 0x20
  243. #define GLX_VISUAL_CAVEAT_EXT 0x20
  244. #define GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091
  245. #define GLX_CONTEXT_MINOR_VERSION_ARB 0x2092
  246. #define GLX_CONTEXT_FLAGS_ARB 0x2094
  247. #define GLX_CONTEXT_ALLOW_BUFFER_BYTE_ORDER_MISMATCH_ARB 0x2095
  248. #define GLX_CONTEXT_RELEASE_BEHAVIOR_ARB 0x2097
  249. #define GLX_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB 0x2098
  250. #define GLX_CONTEXT_MULTIGPU_ATTRIB_NV 0x20AA
  251. #define GLX_CONTEXT_MULTIGPU_ATTRIB_SINGLE_NV 0x20AB
  252. #define GLX_CONTEXT_MULTIGPU_ATTRIB_AFR_NV 0x20AC
  253. #define GLX_CONTEXT_MULTIGPU_ATTRIB_MULTICAST_NV 0x20AD
  254. #define GLX_CONTEXT_MULTIGPU_ATTRIB_MULTI_DISPLAY_MULTICAST_NV 0x20AE
  255. #define GLX_FLOAT_COMPONENTS_NV 0x20B0
  256. #define GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT 0x20B1
  257. #define GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB 0x20B2
  258. #define GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT 0x20B2
  259. #define GLX_COLOR_SAMPLES_NV 0x20B3
  260. #define GLX_RGBA_FLOAT_TYPE_ARB 0x20B9
  261. #define GLX_VIDEO_OUT_COLOR_NV 0x20C3
  262. #define GLX_VIDEO_OUT_ALPHA_NV 0x20C4
  263. #define GLX_VIDEO_OUT_DEPTH_NV 0x20C5
  264. #define GLX_VIDEO_OUT_COLOR_AND_ALPHA_NV 0x20C6
  265. #define GLX_VIDEO_OUT_COLOR_AND_DEPTH_NV 0x20C7
  266. #define GLX_VIDEO_OUT_FRAME_NV 0x20C8
  267. #define GLX_VIDEO_OUT_FIELD_1_NV 0x20C9
  268. #define GLX_VIDEO_OUT_FIELD_2_NV 0x20CA
  269. #define GLX_VIDEO_OUT_STACKED_FIELDS_1_2_NV 0x20CB
  270. #define GLX_VIDEO_OUT_STACKED_FIELDS_2_1_NV 0x20CC
  271. #define GLX_DEVICE_ID_NV 0x20CD
  272. #define GLX_UNIQUE_ID_NV 0x20CE
  273. #define GLX_NUM_VIDEO_CAPTURE_SLOTS_NV 0x20CF
  274. #define GLX_BIND_TO_TEXTURE_RGB_EXT 0x20D0
  275. #define GLX_BIND_TO_TEXTURE_RGBA_EXT 0x20D1
  276. #define GLX_BIND_TO_MIPMAP_TEXTURE_EXT 0x20D2
  277. #define GLX_BIND_TO_TEXTURE_TARGETS_EXT 0x20D3
  278. #define GLX_Y_INVERTED_EXT 0x20D4
  279. #define GLX_TEXTURE_FORMAT_EXT 0x20D5
  280. #define GLX_TEXTURE_TARGET_EXT 0x20D6
  281. #define GLX_MIPMAP_TEXTURE_EXT 0x20D7
  282. #define GLX_TEXTURE_FORMAT_NONE_EXT 0x20D8
  283. #define GLX_TEXTURE_FORMAT_RGB_EXT 0x20D9
  284. #define GLX_TEXTURE_FORMAT_RGBA_EXT 0x20DA
  285. #define GLX_TEXTURE_1D_EXT 0x20DB
  286. #define GLX_TEXTURE_2D_EXT 0x20DC
  287. #define GLX_TEXTURE_RECTANGLE_EXT 0x20DD
  288. #define GLX_FRONT_EXT 0x20DE
  289. #define GLX_FRONT_LEFT_EXT 0x20DE
  290. #define GLX_FRONT_RIGHT_EXT 0x20DF
  291. #define GLX_BACK_EXT 0x20E0
  292. #define GLX_BACK_LEFT_EXT 0x20E0
  293. #define GLX_BACK_RIGHT_EXT 0x20E1
  294. #define GLX_AUX0_EXT 0x20E2
  295. #define GLX_AUX1_EXT 0x20E3
  296. #define GLX_AUX2_EXT 0x20E4
  297. #define GLX_AUX3_EXT 0x20E5
  298. #define GLX_AUX4_EXT 0x20E6
  299. #define GLX_AUX5_EXT 0x20E7
  300. #define GLX_AUX6_EXT 0x20E8
  301. #define GLX_AUX7_EXT 0x20E9
  302. #define GLX_AUX8_EXT 0x20EA
  303. #define GLX_AUX9_EXT 0x20EB
  304. #define GLX_NUM_VIDEO_SLOTS_NV 0x20F0
  305. #define GLX_SWAP_INTERVAL_EXT 0x20F1
  306. #define GLX_MAX_SWAP_INTERVAL_EXT 0x20F2
  307. #define GLX_LATE_SWAPS_TEAR_EXT 0x20F3
  308. #define GLX_BACK_BUFFER_AGE_EXT 0x20F4
  309. #define GLX_STEREO_TREE_EXT 0x20F5
  310. #define GLX_VENDOR_NAMES_EXT 0x20F6
  311. #define GLX_GENERATE_RESET_ON_VIDEO_MEMORY_PURGE_NV 0x20F7
  312. #define GLX_GPU_FASTEST_TARGET_GPUS_AMD 0x21A2
  313. #define GLX_GPU_RAM_AMD 0x21A3
  314. #define GLX_GPU_CLOCK_AMD 0x21A4
  315. #define GLX_GPU_NUM_PIPES_AMD 0x21A5
  316. #define GLX_GPU_NUM_SIMD_AMD 0x21A6
  317. #define GLX_GPU_NUM_RB_AMD 0x21A7
  318. #define GLX_GPU_NUM_SPI_AMD 0x21A8
  319. #define GLX_X_VISUAL_TYPE 0x22
  320. #define GLX_X_VISUAL_TYPE_EXT 0x22
  321. #define GLX_TRANSPARENT_TYPE 0x23
  322. #define GLX_TRANSPARENT_TYPE_EXT 0x23
  323. #define GLX_TRANSPARENT_INDEX_VALUE 0x24
  324. #define GLX_TRANSPARENT_INDEX_VALUE_EXT 0x24
  325. #define GLX_TRANSPARENT_RED_VALUE 0x25
  326. #define GLX_TRANSPARENT_RED_VALUE_EXT 0x25
  327. #define GLX_TRANSPARENT_GREEN_VALUE 0x26
  328. #define GLX_TRANSPARENT_GREEN_VALUE_EXT 0x26
  329. #define GLX_TRANSPARENT_BLUE_VALUE 0x27
  330. #define GLX_TRANSPARENT_BLUE_VALUE_EXT 0x27
  331. #define GLX_TRANSPARENT_ALPHA_VALUE 0x28
  332. #define GLX_TRANSPARENT_ALPHA_VALUE_EXT 0x28
  333. #define GLX_EXTENSIONS 0x3
  334. #define GLX_CONTEXT_PRIORITY_LEVEL_EXT 0x3100
  335. #define GLX_CONTEXT_PRIORITY_HIGH_EXT 0x3101
  336. #define GLX_CONTEXT_PRIORITY_MEDIUM_EXT 0x3102
  337. #define GLX_CONTEXT_PRIORITY_LOW_EXT 0x3103
  338. #define GLX_CONTEXT_OPENGL_NO_ERROR_ARB 0x31B3
  339. #define GLX_NONE 0x8000
  340. #define GLX_NONE_EXT 0x8000
  341. #define GLX_SLOW_CONFIG 0x8001
  342. #define GLX_SLOW_VISUAL_EXT 0x8001
  343. #define GLX_TRUE_COLOR 0x8002
  344. #define GLX_TRUE_COLOR_EXT 0x8002
  345. #define GLX_DIRECT_COLOR 0x8003
  346. #define GLX_DIRECT_COLOR_EXT 0x8003
  347. #define GLX_PSEUDO_COLOR 0x8004
  348. #define GLX_PSEUDO_COLOR_EXT 0x8004
  349. #define GLX_STATIC_COLOR 0x8005
  350. #define GLX_STATIC_COLOR_EXT 0x8005
  351. #define GLX_GRAY_SCALE 0x8006
  352. #define GLX_GRAY_SCALE_EXT 0x8006
  353. #define GLX_STATIC_GRAY 0x8007
  354. #define GLX_STATIC_GRAY_EXT 0x8007
  355. #define GLX_TRANSPARENT_RGB 0x8008
  356. #define GLX_TRANSPARENT_RGB_EXT 0x8008
  357. #define GLX_TRANSPARENT_INDEX 0x8009
  358. #define GLX_TRANSPARENT_INDEX_EXT 0x8009
  359. #define GLX_SHARE_CONTEXT_EXT 0x800A
  360. #define GLX_VISUAL_ID 0x800B
  361. #define GLX_VISUAL_ID_EXT 0x800B
  362. #define GLX_SCREEN 0x800C
  363. #define GLX_SCREEN_EXT 0x800C
  364. #define GLX_NON_CONFORMANT_CONFIG 0x800D
  365. #define GLX_NON_CONFORMANT_VISUAL_EXT 0x800D
  366. #define GLX_DRAWABLE_TYPE 0x8010
  367. #define GLX_DRAWABLE_TYPE_SGIX 0x8010
  368. #define GLX_RENDER_TYPE 0x8011
  369. #define GLX_RENDER_TYPE_SGIX 0x8011
  370. #define GLX_X_RENDERABLE 0x8012
  371. #define GLX_X_RENDERABLE_SGIX 0x8012
  372. #define GLX_FBCONFIG_ID 0x8013
  373. #define GLX_FBCONFIG_ID_SGIX 0x8013
  374. #define GLX_RGBA_TYPE 0x8014
  375. #define GLX_RGBA_TYPE_SGIX 0x8014
  376. #define GLX_COLOR_INDEX_TYPE 0x8015
  377. #define GLX_COLOR_INDEX_TYPE_SGIX 0x8015
  378. #define GLX_MAX_PBUFFER_WIDTH 0x8016
  379. #define GLX_MAX_PBUFFER_WIDTH_SGIX 0x8016
  380. #define GLX_MAX_PBUFFER_HEIGHT 0x8017
  381. #define GLX_MAX_PBUFFER_HEIGHT_SGIX 0x8017
  382. #define GLX_MAX_PBUFFER_PIXELS 0x8018
  383. #define GLX_MAX_PBUFFER_PIXELS_SGIX 0x8018
  384. #define GLX_OPTIMAL_PBUFFER_WIDTH_SGIX 0x8019
  385. #define GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX 0x801A
  386. #define GLX_PRESERVED_CONTENTS 0x801B
  387. #define GLX_PRESERVED_CONTENTS_SGIX 0x801B
  388. #define GLX_LARGEST_PBUFFER 0x801C
  389. #define GLX_LARGEST_PBUFFER_SGIX 0x801C
  390. #define GLX_WIDTH 0x801D
  391. #define GLX_WIDTH_SGIX 0x801D
  392. #define GLX_HEIGHT 0x801E
  393. #define GLX_HEIGHT_SGIX 0x801E
  394. #define GLX_EVENT_MASK 0x801F
  395. #define GLX_EVENT_MASK_SGIX 0x801F
  396. #define GLX_DAMAGED 0x8020
  397. #define GLX_DAMAGED_SGIX 0x8020
  398. #define GLX_SAVED 0x8021
  399. #define GLX_SAVED_SGIX 0x8021
  400. #define GLX_WINDOW 0x8022
  401. #define GLX_WINDOW_SGIX 0x8022
  402. #define GLX_PBUFFER 0x8023
  403. #define GLX_PBUFFER_SGIX 0x8023
  404. #define GLX_DIGITAL_MEDIA_PBUFFER_SGIX 0x8024
  405. #define GLX_BLENDED_RGBA_SGIS 0x8025
  406. #define GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS 0x8026
  407. #define GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS 0x8027
  408. #define GLX_VISUAL_SELECT_GROUP_SGIX 0x8028
  409. #define GLX_HYPERPIPE_ID_SGIX 0x8030
  410. #define GLX_PBUFFER_HEIGHT 0x8040
  411. #define GLX_PBUFFER_WIDTH 0x8041
  412. #define GLX_SAMPLE_BUFFERS_3DFX 0x8050
  413. #define GLX_SAMPLES_3DFX 0x8051
  414. #define GLX_SWAP_METHOD_OML 0x8060
  415. #define GLX_SWAP_EXCHANGE_OML 0x8061
  416. #define GLX_SWAP_COPY_OML 0x8062
  417. #define GLX_SWAP_UNDEFINED_OML 0x8063
  418. #define GLX_EXCHANGE_COMPLETE_INTEL 0x8180
  419. #define GLX_COPY_COMPLETE_INTEL 0x8181
  420. #define GLX_FLIP_COMPLETE_INTEL 0x8182
  421. #define GLX_RENDERER_VENDOR_ID_MESA 0x8183
  422. #define GLX_RENDERER_DEVICE_ID_MESA 0x8184
  423. #define GLX_RENDERER_VERSION_MESA 0x8185
  424. #define GLX_RENDERER_ACCELERATED_MESA 0x8186
  425. #define GLX_RENDERER_VIDEO_MEMORY_MESA 0x8187
  426. #define GLX_RENDERER_UNIFIED_MEMORY_ARCHITECTURE_MESA 0x8188
  427. #define GLX_RENDERER_PREFERRED_PROFILE_MESA 0x8189
  428. #define GLX_RENDERER_OPENGL_CORE_PROFILE_VERSION_MESA 0x818A
  429. #define GLX_RENDERER_OPENGL_COMPATIBILITY_PROFILE_VERSION_MESA 0x818B
  430. #define GLX_RENDERER_OPENGL_ES_PROFILE_VERSION_MESA 0x818C
  431. #define GLX_RENDERER_OPENGL_ES2_PROFILE_VERSION_MESA 0x818D
  432. #define GLX_LOSE_CONTEXT_ON_RESET_ARB 0x8252
  433. #define GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256
  434. #define GLX_NO_RESET_NOTIFICATION_ARB 0x8261
  435. #define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126
  436. #define GLX_DONT_CARE 0xFFFFFFFF
  437. #define GLX_BAD_SCREEN 1
  438. #define GLX_BufferSwapComplete 1
  439. #define GLX_USE_GL 1
  440. #define GLX_BLUE_SIZE 10
  441. #define GLX_SAMPLE_BUFFERS 100000
  442. #define GLX_SAMPLE_BUFFERS_ARB 100000
  443. #define GLX_SAMPLE_BUFFERS_SGIS 100000
  444. #define GLX_COVERAGE_SAMPLES_NV 100001
  445. #define GLX_SAMPLES 100001
  446. #define GLX_SAMPLES_ARB 100001
  447. #define GLX_SAMPLES_SGIS 100001
  448. #define GLX_ALPHA_SIZE 11
  449. #define GLX_DEPTH_SIZE 12
  450. #define GLX_STENCIL_SIZE 13
  451. #define GLX_ACCUM_RED_SIZE 14
  452. #define GLX_ACCUM_GREEN_SIZE 15
  453. #define GLX_ACCUM_BLUE_SIZE 16
  454. #define GLX_ACCUM_ALPHA_SIZE 17
  455. #define __GLX_NUMBER_EVENTS 17
  456. #define GLX_BAD_ATTRIBUTE 2
  457. #define GLX_BUFFER_SIZE 2
  458. #define GLX_LEVEL 3
  459. #define GLX_NO_EXTENSION 3
  460. #define GLX_BAD_VISUAL 4
  461. #define GLX_RGBA 4
  462. #define GLX_BAD_CONTEXT 5
  463. #define GLX_DOUBLEBUFFER 5
  464. #define GLX_BAD_VALUE 6
  465. #define GLX_STEREO 6
  466. #define GLX_AUX_BUFFERS 7
  467. #define GLX_BAD_ENUM 7
  468. #define GLX_RED_SIZE 8
  469. #define GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX 80
  470. #define GLX_GREEN_SIZE 9
  471. #define GLX_BAD_HYPERPIPE_CONFIG_SGIX 91
  472. #define GLX_BAD_HYPERPIPE_SGIX 92
  473. typedef int (GLAPIENTRY *PFNGLXBINDCHANNELTOWINDOWSGIXPROC)(Display * display, int screen, int channel, Window window);
  474. typedef int (GLAPIENTRY *PFNGLXBINDHYPERPIPESGIXPROC)(Display * dpy, int hpId);
  475. typedef Bool (GLAPIENTRY *PFNGLXBINDSWAPBARRIERNVPROC)(Display * dpy, GLuint group, GLuint barrier);
  476. typedef void (GLAPIENTRY *PFNGLXBINDSWAPBARRIERSGIXPROC)(Display * dpy, GLXDrawable drawable, int barrier);
  477. typedef void (GLAPIENTRY *PFNGLXBINDTEXIMAGEEXTPROC)(Display * dpy, GLXDrawable drawable, int buffer, const int * attrib_list);
  478. typedef int (GLAPIENTRY *PFNGLXBINDVIDEOCAPTUREDEVICENVPROC)(Display * dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device);
  479. typedef int (GLAPIENTRY *PFNGLXBINDVIDEODEVICENVPROC)(Display * dpy, unsigned int video_slot, unsigned int video_device, const int * attrib_list);
  480. typedef int (GLAPIENTRY *PFNGLXBINDVIDEOIMAGENVPROC)(Display * dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
  481. typedef void (GLAPIENTRY *PFNGLXBLITCONTEXTFRAMEBUFFERAMDPROC)(GLXContext dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
  482. typedef int (GLAPIENTRY *PFNGLXCHANNELRECTSGIXPROC)(Display * display, int screen, int channel, int x, int y, int w, int h);
  483. typedef int (GLAPIENTRY *PFNGLXCHANNELRECTSYNCSGIXPROC)(Display * display, int screen, int channel, GLenum synctype);
  484. typedef GLXFBConfig * (GLAPIENTRY *PFNGLXCHOOSEFBCONFIGPROC)(Display * dpy, int screen, const int * attrib_list, int * nelements);
  485. typedef GLXFBConfigSGIX * (GLAPIENTRY *PFNGLXCHOOSEFBCONFIGSGIXPROC)(Display * dpy, int screen, int * attrib_list, int * nelements);
  486. typedef XVisualInfo * (GLAPIENTRY *PFNGLXCHOOSEVISUALPROC)(Display * dpy, int screen, int * attribList);
  487. typedef void (GLAPIENTRY *PFNGLXCOPYBUFFERSUBDATANVPROC)(Display * dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
  488. typedef void (GLAPIENTRY *PFNGLXCOPYCONTEXTPROC)(Display * dpy, GLXContext src, GLXContext dst, unsigned long mask);
  489. typedef void (GLAPIENTRY *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);
  490. typedef void (GLAPIENTRY *PFNGLXCOPYSUBBUFFERMESAPROC)(Display * dpy, GLXDrawable drawable, int x, int y, int width, int height);
  491. typedef GLXContext (GLAPIENTRY *PFNGLXCREATEASSOCIATEDCONTEXTAMDPROC)(unsigned int id, GLXContext share_list);
  492. typedef GLXContext (GLAPIENTRY *PFNGLXCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC)(unsigned int id, GLXContext share_context, const int * attribList);
  493. typedef GLXContext (GLAPIENTRY *PFNGLXCREATECONTEXTPROC)(Display * dpy, XVisualInfo * vis, GLXContext shareList, Bool direct);
  494. typedef GLXContext (GLAPIENTRY *PFNGLXCREATECONTEXTATTRIBSARBPROC)(Display * dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int * attrib_list);
  495. typedef GLXContext (GLAPIENTRY *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC)(Display * dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
  496. typedef GLXPbufferSGIX (GLAPIENTRY *PFNGLXCREATEGLXPBUFFERSGIXPROC)(Display * dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int * attrib_list);
  497. typedef GLXPixmap (GLAPIENTRY *PFNGLXCREATEGLXPIXMAPPROC)(Display * dpy, XVisualInfo * visual, Pixmap pixmap);
  498. typedef GLXPixmap (GLAPIENTRY *PFNGLXCREATEGLXPIXMAPMESAPROC)(Display * dpy, XVisualInfo * visual, Pixmap pixmap, Colormap cmap);
  499. typedef GLXPixmap (GLAPIENTRY *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC)(Display * dpy, GLXFBConfigSGIX config, Pixmap pixmap);
  500. typedef GLXContext (GLAPIENTRY *PFNGLXCREATENEWCONTEXTPROC)(Display * dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
  501. typedef GLXPbuffer (GLAPIENTRY *PFNGLXCREATEPBUFFERPROC)(Display * dpy, GLXFBConfig config, const int * attrib_list);
  502. typedef GLXPixmap (GLAPIENTRY *PFNGLXCREATEPIXMAPPROC)(Display * dpy, GLXFBConfig config, Pixmap pixmap, const int * attrib_list);
  503. typedef GLXWindow (GLAPIENTRY *PFNGLXCREATEWINDOWPROC)(Display * dpy, GLXFBConfig config, Window win, const int * attrib_list);
  504. typedef void (GLAPIENTRY *PFNGLXCUSHIONSGIPROC)(Display * dpy, Window window, float cushion);
  505. typedef Bool (GLAPIENTRY *PFNGLXDELAYBEFORESWAPNVPROC)(Display * dpy, GLXDrawable drawable, GLfloat seconds);
  506. typedef Bool (GLAPIENTRY *PFNGLXDELETEASSOCIATEDCONTEXTAMDPROC)(GLXContext ctx);
  507. typedef void (GLAPIENTRY *PFNGLXDESTROYCONTEXTPROC)(Display * dpy, GLXContext ctx);
  508. typedef void (GLAPIENTRY *PFNGLXDESTROYGLXPBUFFERSGIXPROC)(Display * dpy, GLXPbufferSGIX pbuf);
  509. typedef void (GLAPIENTRY *PFNGLXDESTROYGLXPIXMAPPROC)(Display * dpy, GLXPixmap pixmap);
  510. typedef void (GLAPIENTRY *PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC)(Display * dpy, GLXVideoSourceSGIX glxvideosource);
  511. typedef int (GLAPIENTRY *PFNGLXDESTROYHYPERPIPECONFIGSGIXPROC)(Display * dpy, int hpId);
  512. typedef void (GLAPIENTRY *PFNGLXDESTROYPBUFFERPROC)(Display * dpy, GLXPbuffer pbuf);
  513. typedef void (GLAPIENTRY *PFNGLXDESTROYPIXMAPPROC)(Display * dpy, GLXPixmap pixmap);
  514. typedef void (GLAPIENTRY *PFNGLXDESTROYWINDOWPROC)(Display * dpy, GLXWindow win);
  515. typedef GLXVideoCaptureDeviceNV * (GLAPIENTRY *PFNGLXENUMERATEVIDEOCAPTUREDEVICESNVPROC)(Display * dpy, int screen, int * nelements);
  516. typedef unsigned int * (GLAPIENTRY *PFNGLXENUMERATEVIDEODEVICESNVPROC)(Display * dpy, int screen, int * nelements);
  517. typedef void (GLAPIENTRY *PFNGLXFREECONTEXTEXTPROC)(Display * dpy, GLXContext context);
  518. typedef unsigned int (GLAPIENTRY *PFNGLXGETAGPOFFSETMESAPROC)(const void * pointer);
  519. typedef const char * (GLAPIENTRY *PFNGLXGETCLIENTSTRINGPROC)(Display * dpy, int name);
  520. typedef int (GLAPIENTRY *PFNGLXGETCONFIGPROC)(Display * dpy, XVisualInfo * visual, int attrib, int * value);
  521. typedef unsigned int (GLAPIENTRY *PFNGLXGETCONTEXTGPUIDAMDPROC)(GLXContext ctx);
  522. typedef GLXContextID (GLAPIENTRY *PFNGLXGETCONTEXTIDEXTPROC)(const GLXContext context);
  523. typedef GLXContext (GLAPIENTRY *PFNGLXGETCURRENTASSOCIATEDCONTEXTAMDPROC)(void);
  524. typedef GLXContext (GLAPIENTRY *PFNGLXGETCURRENTCONTEXTPROC)(void);
  525. typedef Display * (GLAPIENTRY *PFNGLXGETCURRENTDISPLAYPROC)(void);
  526. typedef Display * (GLAPIENTRY *PFNGLXGETCURRENTDISPLAYEXTPROC)(void);
  527. typedef GLXDrawable (GLAPIENTRY *PFNGLXGETCURRENTDRAWABLEPROC)(void);
  528. typedef GLXDrawable (GLAPIENTRY *PFNGLXGETCURRENTREADDRAWABLEPROC)(void);
  529. typedef GLXDrawable (GLAPIENTRY *PFNGLXGETCURRENTREADDRAWABLESGIPROC)(void);
  530. typedef int (GLAPIENTRY *PFNGLXGETFBCONFIGATTRIBPROC)(Display * dpy, GLXFBConfig config, int attribute, int * value);
  531. typedef int (GLAPIENTRY *PFNGLXGETFBCONFIGATTRIBSGIXPROC)(Display * dpy, GLXFBConfigSGIX config, int attribute, int * value);
  532. typedef GLXFBConfigSGIX (GLAPIENTRY *PFNGLXGETFBCONFIGFROMVISUALSGIXPROC)(Display * dpy, XVisualInfo * vis);
  533. typedef GLXFBConfig * (GLAPIENTRY *PFNGLXGETFBCONFIGSPROC)(Display * dpy, int screen, int * nelements);
  534. typedef unsigned int (GLAPIENTRY *PFNGLXGETGPUIDSAMDPROC)(unsigned int maxCount, unsigned int * ids);
  535. typedef int (GLAPIENTRY *PFNGLXGETGPUINFOAMDPROC)(unsigned int id, int property, GLenum dataType, unsigned int size, void * data);
  536. typedef Bool (GLAPIENTRY *PFNGLXGETMSCRATEOMLPROC)(Display * dpy, GLXDrawable drawable, int32_t * numerator, int32_t * denominator);
  537. typedef __GLXextFuncPtr (GLAPIENTRY *PFNGLXGETPROCADDRESSPROC)(const GLubyte * procName);
  538. typedef __GLXextFuncPtr (GLAPIENTRY *PFNGLXGETPROCADDRESSARBPROC)(const GLubyte * procName);
  539. typedef void (GLAPIENTRY *PFNGLXGETSELECTEDEVENTPROC)(Display * dpy, GLXDrawable draw, unsigned long * event_mask);
  540. typedef void (GLAPIENTRY *PFNGLXGETSELECTEDEVENTSGIXPROC)(Display * dpy, GLXDrawable drawable, unsigned long * mask);
  541. typedef int (GLAPIENTRY *PFNGLXGETSWAPINTERVALMESAPROC)(void);
  542. typedef Bool (GLAPIENTRY *PFNGLXGETSYNCVALUESOMLPROC)(Display * dpy, GLXDrawable drawable, int64_t * ust, int64_t * msc, int64_t * sbc);
  543. typedef Status (GLAPIENTRY *PFNGLXGETTRANSPARENTINDEXSUNPROC)(Display * dpy, Window overlay, Window underlay, unsigned long * pTransparentIndex);
  544. typedef int (GLAPIENTRY *PFNGLXGETVIDEODEVICENVPROC)(Display * dpy, int screen, int numVideoDevices, GLXVideoDeviceNV * pVideoDevice);
  545. typedef int (GLAPIENTRY *PFNGLXGETVIDEOINFONVPROC)(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long * pulCounterOutputPbuffer, unsigned long * pulCounterOutputVideo);
  546. typedef int (GLAPIENTRY *PFNGLXGETVIDEOSYNCSGIPROC)(unsigned int * count);
  547. typedef XVisualInfo * (GLAPIENTRY *PFNGLXGETVISUALFROMFBCONFIGPROC)(Display * dpy, GLXFBConfig config);
  548. typedef XVisualInfo * (GLAPIENTRY *PFNGLXGETVISUALFROMFBCONFIGSGIXPROC)(Display * dpy, GLXFBConfigSGIX config);
  549. typedef int (GLAPIENTRY *PFNGLXHYPERPIPEATTRIBSGIXPROC)(Display * dpy, int timeSlice, int attrib, int size, void * attribList);
  550. typedef int (GLAPIENTRY *PFNGLXHYPERPIPECONFIGSGIXPROC)(Display * dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX * cfg, int * hpId);
  551. typedef GLXContext (GLAPIENTRY *PFNGLXIMPORTCONTEXTEXTPROC)(Display * dpy, GLXContextID contextID);
  552. typedef Bool (GLAPIENTRY *PFNGLXISDIRECTPROC)(Display * dpy, GLXContext ctx);
  553. typedef Bool (GLAPIENTRY *PFNGLXJOINSWAPGROUPNVPROC)(Display * dpy, GLXDrawable drawable, GLuint group);
  554. typedef void (GLAPIENTRY *PFNGLXJOINSWAPGROUPSGIXPROC)(Display * dpy, GLXDrawable drawable, GLXDrawable member);
  555. typedef void (GLAPIENTRY *PFNGLXLOCKVIDEOCAPTUREDEVICENVPROC)(Display * dpy, GLXVideoCaptureDeviceNV device);
  556. typedef Bool (GLAPIENTRY *PFNGLXMAKEASSOCIATEDCONTEXTCURRENTAMDPROC)(GLXContext ctx);
  557. typedef Bool (GLAPIENTRY *PFNGLXMAKECONTEXTCURRENTPROC)(Display * dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
  558. typedef Bool (GLAPIENTRY *PFNGLXMAKECURRENTPROC)(Display * dpy, GLXDrawable drawable, GLXContext ctx);
  559. typedef Bool (GLAPIENTRY *PFNGLXMAKECURRENTREADSGIPROC)(Display * dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
  560. typedef void (GLAPIENTRY *PFNGLXNAMEDCOPYBUFFERSUBDATANVPROC)(Display * dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
  561. typedef int (GLAPIENTRY *PFNGLXQUERYCHANNELDELTASSGIXPROC)(Display * display, int screen, int channel, int * x, int * y, int * w, int * h);
  562. typedef int (GLAPIENTRY *PFNGLXQUERYCHANNELRECTSGIXPROC)(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh);
  563. typedef int (GLAPIENTRY *PFNGLXQUERYCONTEXTPROC)(Display * dpy, GLXContext ctx, int attribute, int * value);
  564. typedef int (GLAPIENTRY *PFNGLXQUERYCONTEXTINFOEXTPROC)(Display * dpy, GLXContext context, int attribute, int * value);
  565. typedef Bool (GLAPIENTRY *PFNGLXQUERYCURRENTRENDERERINTEGERMESAPROC)(int attribute, unsigned int * value);
  566. typedef const char * (GLAPIENTRY *PFNGLXQUERYCURRENTRENDERERSTRINGMESAPROC)(int attribute);
  567. typedef void (GLAPIENTRY *PFNGLXQUERYDRAWABLEPROC)(Display * dpy, GLXDrawable draw, int attribute, unsigned int * value);
  568. typedef Bool (GLAPIENTRY *PFNGLXQUERYEXTENSIONPROC)(Display * dpy, int * errorb, int * event);
  569. typedef const char * (GLAPIENTRY *PFNGLXQUERYEXTENSIONSSTRINGPROC)(Display * dpy, int screen);
  570. typedef Bool (GLAPIENTRY *PFNGLXQUERYFRAMECOUNTNVPROC)(Display * dpy, int screen, GLuint * count);
  571. typedef void (GLAPIENTRY *PFNGLXQUERYGLXPBUFFERSGIXPROC)(Display * dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int * value);
  572. typedef int (GLAPIENTRY *PFNGLXQUERYHYPERPIPEATTRIBSGIXPROC)(Display * dpy, int timeSlice, int attrib, int size, void * returnAttribList);
  573. typedef int (GLAPIENTRY *PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC)(Display * dpy, int timeSlice, int attrib, int size, void * attribList, void * returnAttribList);
  574. typedef GLXHyperpipeConfigSGIX * (GLAPIENTRY *PFNGLXQUERYHYPERPIPECONFIGSGIXPROC)(Display * dpy, int hpId, int * npipes);
  575. typedef GLXHyperpipeNetworkSGIX * (GLAPIENTRY *PFNGLXQUERYHYPERPIPENETWORKSGIXPROC)(Display * dpy, int * npipes);
  576. typedef Bool (GLAPIENTRY *PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC)(Display * dpy, int screen, int * max);
  577. typedef Bool (GLAPIENTRY *PFNGLXQUERYMAXSWAPGROUPSNVPROC)(Display * dpy, int screen, GLuint * maxGroups, GLuint * maxBarriers);
  578. typedef Bool (GLAPIENTRY *PFNGLXQUERYRENDERERINTEGERMESAPROC)(Display * dpy, int screen, int renderer, int attribute, unsigned int * value);
  579. typedef const char * (GLAPIENTRY *PFNGLXQUERYRENDERERSTRINGMESAPROC)(Display * dpy, int screen, int renderer, int attribute);
  580. typedef const char * (GLAPIENTRY *PFNGLXQUERYSERVERSTRINGPROC)(Display * dpy, int screen, int name);
  581. typedef Bool (GLAPIENTRY *PFNGLXQUERYSWAPGROUPNVPROC)(Display * dpy, GLXDrawable drawable, GLuint * group, GLuint * barrier);
  582. typedef Bool (GLAPIENTRY *PFNGLXQUERYVERSIONPROC)(Display * dpy, int * maj, int * min);
  583. typedef int (GLAPIENTRY *PFNGLXQUERYVIDEOCAPTUREDEVICENVPROC)(Display * dpy, GLXVideoCaptureDeviceNV device, int attribute, int * value);
  584. typedef Bool (GLAPIENTRY *PFNGLXRELEASEBUFFERSMESAPROC)(Display * dpy, GLXDrawable drawable);
  585. typedef void (GLAPIENTRY *PFNGLXRELEASETEXIMAGEEXTPROC)(Display * dpy, GLXDrawable drawable, int buffer);
  586. typedef void (GLAPIENTRY *PFNGLXRELEASEVIDEOCAPTUREDEVICENVPROC)(Display * dpy, GLXVideoCaptureDeviceNV device);
  587. typedef int (GLAPIENTRY *PFNGLXRELEASEVIDEODEVICENVPROC)(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice);
  588. typedef int (GLAPIENTRY *PFNGLXRELEASEVIDEOIMAGENVPROC)(Display * dpy, GLXPbuffer pbuf);
  589. typedef Bool (GLAPIENTRY *PFNGLXRESETFRAMECOUNTNVPROC)(Display * dpy, int screen);
  590. typedef void (GLAPIENTRY *PFNGLXSELECTEVENTPROC)(Display * dpy, GLXDrawable draw, unsigned long event_mask);
  591. typedef void (GLAPIENTRY *PFNGLXSELECTEVENTSGIXPROC)(Display * dpy, GLXDrawable drawable, unsigned long mask);
  592. typedef int (GLAPIENTRY *PFNGLXSENDPBUFFERTOVIDEONVPROC)(Display * dpy, GLXPbuffer pbuf, int iBufferType, unsigned long * pulCounterPbuffer, GLboolean bBlock);
  593. typedef GLboolean (GLAPIENTRY *PFNGLXSET3DFXMODEMESAPROC)(GLint mode);
  594. typedef void (GLAPIENTRY *PFNGLXSWAPBUFFERSPROC)(Display * dpy, GLXDrawable drawable);
  595. typedef int64_t (GLAPIENTRY *PFNGLXSWAPBUFFERSMSCOMLPROC)(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
  596. typedef void (GLAPIENTRY *PFNGLXSWAPINTERVALEXTPROC)(Display * dpy, GLXDrawable drawable, int interval);
  597. typedef int (GLAPIENTRY *PFNGLXSWAPINTERVALMESAPROC)(unsigned int interval);
  598. typedef int (GLAPIENTRY *PFNGLXSWAPINTERVALSGIPROC)(int interval);
  599. typedef void (GLAPIENTRY *PFNGLXUSEXFONTPROC)(Font font, int first, int count, int list);
  600. typedef Bool (GLAPIENTRY *PFNGLXWAITFORMSCOMLPROC)(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc);
  601. typedef Bool (GLAPIENTRY *PFNGLXWAITFORSBCOMLPROC)(Display * dpy, GLXDrawable drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc);
  602. typedef void (GLAPIENTRY *PFNGLXWAITGLPROC)(void);
  603. typedef int (GLAPIENTRY *PFNGLXWAITVIDEOSYNCSGIPROC)(int divisor, int remainder, unsigned int * count);
  604. typedef void (GLAPIENTRY *PFNGLXWAITXPROC)(void);
  605. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXBindChannelToWindowSGIX)(Display * display, int screen, int channel, Window window);
  606. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXBindHyperpipeSGIX)(Display * dpy, int hpId);
  607. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXBindSwapBarrierNV)(Display * dpy, GLuint group, GLuint barrier);
  608. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXBindSwapBarrierSGIX)(Display * dpy, GLXDrawable drawable, int barrier);
  609. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXBindTexImageEXT)(Display * dpy, GLXDrawable drawable, int buffer, const int * attrib_list);
  610. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXBindVideoCaptureDeviceNV)(Display * dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device);
  611. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXBindVideoDeviceNV)(Display * dpy, unsigned int video_slot, unsigned int video_device, const int * attrib_list);
  612. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXBindVideoImageNV)(Display * dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
  613. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXBlitContextFramebufferAMD)(GLXContext dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
  614. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXChannelRectSGIX)(Display * display, int screen, int channel, int x, int y, int w, int h);
  615. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXChannelRectSyncSGIX)(Display * display, int screen, int channel, GLenum synctype);
  616. EPOXY_PUBLIC GLXFBConfig * (EPOXY_CALLSPEC *epoxy_glXChooseFBConfig)(Display * dpy, int screen, const int * attrib_list, int * nelements);
  617. EPOXY_PUBLIC GLXFBConfigSGIX * (EPOXY_CALLSPEC *epoxy_glXChooseFBConfigSGIX)(Display * dpy, int screen, int * attrib_list, int * nelements);
  618. EPOXY_PUBLIC XVisualInfo * (EPOXY_CALLSPEC *epoxy_glXChooseVisual)(Display * dpy, int screen, int * attribList);
  619. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXCopyBufferSubDataNV)(Display * dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
  620. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXCopyContext)(Display * dpy, GLXContext src, GLXContext dst, unsigned long mask);
  621. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_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);
  622. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXCopySubBufferMESA)(Display * dpy, GLXDrawable drawable, int x, int y, int width, int height);
  623. EPOXY_PUBLIC GLXContext (EPOXY_CALLSPEC *epoxy_glXCreateAssociatedContextAMD)(unsigned int id, GLXContext share_list);
  624. EPOXY_PUBLIC GLXContext (EPOXY_CALLSPEC *epoxy_glXCreateAssociatedContextAttribsAMD)(unsigned int id, GLXContext share_context, const int * attribList);
  625. EPOXY_PUBLIC GLXContext (EPOXY_CALLSPEC *epoxy_glXCreateContext)(Display * dpy, XVisualInfo * vis, GLXContext shareList, Bool direct);
  626. EPOXY_PUBLIC GLXContext (EPOXY_CALLSPEC *epoxy_glXCreateContextAttribsARB)(Display * dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int * attrib_list);
  627. EPOXY_PUBLIC GLXContext (EPOXY_CALLSPEC *epoxy_glXCreateContextWithConfigSGIX)(Display * dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
  628. EPOXY_PUBLIC GLXPbufferSGIX (EPOXY_CALLSPEC *epoxy_glXCreateGLXPbufferSGIX)(Display * dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int * attrib_list);
  629. EPOXY_PUBLIC GLXPixmap (EPOXY_CALLSPEC *epoxy_glXCreateGLXPixmap)(Display * dpy, XVisualInfo * visual, Pixmap pixmap);
  630. EPOXY_PUBLIC GLXPixmap (EPOXY_CALLSPEC *epoxy_glXCreateGLXPixmapMESA)(Display * dpy, XVisualInfo * visual, Pixmap pixmap, Colormap cmap);
  631. EPOXY_PUBLIC GLXPixmap (EPOXY_CALLSPEC *epoxy_glXCreateGLXPixmapWithConfigSGIX)(Display * dpy, GLXFBConfigSGIX config, Pixmap pixmap);
  632. EPOXY_PUBLIC GLXContext (EPOXY_CALLSPEC *epoxy_glXCreateNewContext)(Display * dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
  633. EPOXY_PUBLIC GLXPbuffer (EPOXY_CALLSPEC *epoxy_glXCreatePbuffer)(Display * dpy, GLXFBConfig config, const int * attrib_list);
  634. EPOXY_PUBLIC GLXPixmap (EPOXY_CALLSPEC *epoxy_glXCreatePixmap)(Display * dpy, GLXFBConfig config, Pixmap pixmap, const int * attrib_list);
  635. EPOXY_PUBLIC GLXWindow (EPOXY_CALLSPEC *epoxy_glXCreateWindow)(Display * dpy, GLXFBConfig config, Window win, const int * attrib_list);
  636. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXCushionSGI)(Display * dpy, Window window, float cushion);
  637. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXDelayBeforeSwapNV)(Display * dpy, GLXDrawable drawable, GLfloat seconds);
  638. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXDeleteAssociatedContextAMD)(GLXContext ctx);
  639. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXDestroyContext)(Display * dpy, GLXContext ctx);
  640. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXDestroyGLXPbufferSGIX)(Display * dpy, GLXPbufferSGIX pbuf);
  641. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXDestroyGLXPixmap)(Display * dpy, GLXPixmap pixmap);
  642. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXDestroyGLXVideoSourceSGIX)(Display * dpy, GLXVideoSourceSGIX glxvideosource);
  643. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXDestroyHyperpipeConfigSGIX)(Display * dpy, int hpId);
  644. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXDestroyPbuffer)(Display * dpy, GLXPbuffer pbuf);
  645. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXDestroyPixmap)(Display * dpy, GLXPixmap pixmap);
  646. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXDestroyWindow)(Display * dpy, GLXWindow win);
  647. EPOXY_PUBLIC GLXVideoCaptureDeviceNV * (EPOXY_CALLSPEC *epoxy_glXEnumerateVideoCaptureDevicesNV)(Display * dpy, int screen, int * nelements);
  648. EPOXY_PUBLIC unsigned int * (EPOXY_CALLSPEC *epoxy_glXEnumerateVideoDevicesNV)(Display * dpy, int screen, int * nelements);
  649. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXFreeContextEXT)(Display * dpy, GLXContext context);
  650. EPOXY_PUBLIC unsigned int (EPOXY_CALLSPEC *epoxy_glXGetAGPOffsetMESA)(const void * pointer);
  651. EPOXY_PUBLIC const char * (EPOXY_CALLSPEC *epoxy_glXGetClientString)(Display * dpy, int name);
  652. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXGetConfig)(Display * dpy, XVisualInfo * visual, int attrib, int * value);
  653. EPOXY_PUBLIC unsigned int (EPOXY_CALLSPEC *epoxy_glXGetContextGPUIDAMD)(GLXContext ctx);
  654. EPOXY_PUBLIC GLXContextID (EPOXY_CALLSPEC *epoxy_glXGetContextIDEXT)(const GLXContext context);
  655. EPOXY_PUBLIC GLXContext (EPOXY_CALLSPEC *epoxy_glXGetCurrentAssociatedContextAMD)(void);
  656. EPOXY_PUBLIC GLXContext (EPOXY_CALLSPEC *epoxy_glXGetCurrentContext)(void);
  657. EPOXY_PUBLIC Display * (EPOXY_CALLSPEC *epoxy_glXGetCurrentDisplay)(void);
  658. EPOXY_PUBLIC Display * (EPOXY_CALLSPEC *epoxy_glXGetCurrentDisplayEXT)(void);
  659. EPOXY_PUBLIC GLXDrawable (EPOXY_CALLSPEC *epoxy_glXGetCurrentDrawable)(void);
  660. EPOXY_PUBLIC GLXDrawable (EPOXY_CALLSPEC *epoxy_glXGetCurrentReadDrawable)(void);
  661. EPOXY_PUBLIC GLXDrawable (EPOXY_CALLSPEC *epoxy_glXGetCurrentReadDrawableSGI)(void);
  662. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXGetFBConfigAttrib)(Display * dpy, GLXFBConfig config, int attribute, int * value);
  663. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXGetFBConfigAttribSGIX)(Display * dpy, GLXFBConfigSGIX config, int attribute, int * value);
  664. EPOXY_PUBLIC GLXFBConfigSGIX (EPOXY_CALLSPEC *epoxy_glXGetFBConfigFromVisualSGIX)(Display * dpy, XVisualInfo * vis);
  665. EPOXY_PUBLIC GLXFBConfig * (EPOXY_CALLSPEC *epoxy_glXGetFBConfigs)(Display * dpy, int screen, int * nelements);
  666. EPOXY_PUBLIC unsigned int (EPOXY_CALLSPEC *epoxy_glXGetGPUIDsAMD)(unsigned int maxCount, unsigned int * ids);
  667. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXGetGPUInfoAMD)(unsigned int id, int property, GLenum dataType, unsigned int size, void * data);
  668. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXGetMscRateOML)(Display * dpy, GLXDrawable drawable, int32_t * numerator, int32_t * denominator);
  669. EPOXY_PUBLIC __GLXextFuncPtr (EPOXY_CALLSPEC *epoxy_glXGetProcAddress)(const GLubyte * procName);
  670. EPOXY_PUBLIC __GLXextFuncPtr (EPOXY_CALLSPEC *epoxy_glXGetProcAddressARB)(const GLubyte * procName);
  671. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXGetSelectedEvent)(Display * dpy, GLXDrawable draw, unsigned long * event_mask);
  672. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXGetSelectedEventSGIX)(Display * dpy, GLXDrawable drawable, unsigned long * mask);
  673. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXGetSwapIntervalMESA)(void);
  674. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXGetSyncValuesOML)(Display * dpy, GLXDrawable drawable, int64_t * ust, int64_t * msc, int64_t * sbc);
  675. EPOXY_PUBLIC Status (EPOXY_CALLSPEC *epoxy_glXGetTransparentIndexSUN)(Display * dpy, Window overlay, Window underlay, unsigned long * pTransparentIndex);
  676. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXGetVideoDeviceNV)(Display * dpy, int screen, int numVideoDevices, GLXVideoDeviceNV * pVideoDevice);
  677. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXGetVideoInfoNV)(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long * pulCounterOutputPbuffer, unsigned long * pulCounterOutputVideo);
  678. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXGetVideoSyncSGI)(unsigned int * count);
  679. EPOXY_PUBLIC XVisualInfo * (EPOXY_CALLSPEC *epoxy_glXGetVisualFromFBConfig)(Display * dpy, GLXFBConfig config);
  680. EPOXY_PUBLIC XVisualInfo * (EPOXY_CALLSPEC *epoxy_glXGetVisualFromFBConfigSGIX)(Display * dpy, GLXFBConfigSGIX config);
  681. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXHyperpipeAttribSGIX)(Display * dpy, int timeSlice, int attrib, int size, void * attribList);
  682. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXHyperpipeConfigSGIX)(Display * dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX * cfg, int * hpId);
  683. EPOXY_PUBLIC GLXContext (EPOXY_CALLSPEC *epoxy_glXImportContextEXT)(Display * dpy, GLXContextID contextID);
  684. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXIsDirect)(Display * dpy, GLXContext ctx);
  685. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXJoinSwapGroupNV)(Display * dpy, GLXDrawable drawable, GLuint group);
  686. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXJoinSwapGroupSGIX)(Display * dpy, GLXDrawable drawable, GLXDrawable member);
  687. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXLockVideoCaptureDeviceNV)(Display * dpy, GLXVideoCaptureDeviceNV device);
  688. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXMakeAssociatedContextCurrentAMD)(GLXContext ctx);
  689. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXMakeContextCurrent)(Display * dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
  690. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXMakeCurrent)(Display * dpy, GLXDrawable drawable, GLXContext ctx);
  691. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXMakeCurrentReadSGI)(Display * dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
  692. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXNamedCopyBufferSubDataNV)(Display * dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
  693. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXQueryChannelDeltasSGIX)(Display * display, int screen, int channel, int * x, int * y, int * w, int * h);
  694. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXQueryChannelRectSGIX)(Display * display, int screen, int channel, int * dx, int * dy, int * dw, int * dh);
  695. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXQueryContext)(Display * dpy, GLXContext ctx, int attribute, int * value);
  696. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXQueryContextInfoEXT)(Display * dpy, GLXContext context, int attribute, int * value);
  697. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXQueryCurrentRendererIntegerMESA)(int attribute, unsigned int * value);
  698. EPOXY_PUBLIC const char * (EPOXY_CALLSPEC *epoxy_glXQueryCurrentRendererStringMESA)(int attribute);
  699. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXQueryDrawable)(Display * dpy, GLXDrawable draw, int attribute, unsigned int * value);
  700. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXQueryExtension)(Display * dpy, int * errorb, int * event);
  701. EPOXY_PUBLIC const char * (EPOXY_CALLSPEC *epoxy_glXQueryExtensionsString)(Display * dpy, int screen);
  702. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXQueryFrameCountNV)(Display * dpy, int screen, GLuint * count);
  703. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXQueryGLXPbufferSGIX)(Display * dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int * value);
  704. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXQueryHyperpipeAttribSGIX)(Display * dpy, int timeSlice, int attrib, int size, void * returnAttribList);
  705. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXQueryHyperpipeBestAttribSGIX)(Display * dpy, int timeSlice, int attrib, int size, void * attribList, void * returnAttribList);
  706. EPOXY_PUBLIC GLXHyperpipeConfigSGIX * (EPOXY_CALLSPEC *epoxy_glXQueryHyperpipeConfigSGIX)(Display * dpy, int hpId, int * npipes);
  707. EPOXY_PUBLIC GLXHyperpipeNetworkSGIX * (EPOXY_CALLSPEC *epoxy_glXQueryHyperpipeNetworkSGIX)(Display * dpy, int * npipes);
  708. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXQueryMaxSwapBarriersSGIX)(Display * dpy, int screen, int * max);
  709. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXQueryMaxSwapGroupsNV)(Display * dpy, int screen, GLuint * maxGroups, GLuint * maxBarriers);
  710. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXQueryRendererIntegerMESA)(Display * dpy, int screen, int renderer, int attribute, unsigned int * value);
  711. EPOXY_PUBLIC const char * (EPOXY_CALLSPEC *epoxy_glXQueryRendererStringMESA)(Display * dpy, int screen, int renderer, int attribute);
  712. EPOXY_PUBLIC const char * (EPOXY_CALLSPEC *epoxy_glXQueryServerString)(Display * dpy, int screen, int name);
  713. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXQuerySwapGroupNV)(Display * dpy, GLXDrawable drawable, GLuint * group, GLuint * barrier);
  714. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXQueryVersion)(Display * dpy, int * maj, int * min);
  715. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXQueryVideoCaptureDeviceNV)(Display * dpy, GLXVideoCaptureDeviceNV device, int attribute, int * value);
  716. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXReleaseBuffersMESA)(Display * dpy, GLXDrawable drawable);
  717. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXReleaseTexImageEXT)(Display * dpy, GLXDrawable drawable, int buffer);
  718. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXReleaseVideoCaptureDeviceNV)(Display * dpy, GLXVideoCaptureDeviceNV device);
  719. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXReleaseVideoDeviceNV)(Display * dpy, int screen, GLXVideoDeviceNV VideoDevice);
  720. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXReleaseVideoImageNV)(Display * dpy, GLXPbuffer pbuf);
  721. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXResetFrameCountNV)(Display * dpy, int screen);
  722. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXSelectEvent)(Display * dpy, GLXDrawable draw, unsigned long event_mask);
  723. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXSelectEventSGIX)(Display * dpy, GLXDrawable drawable, unsigned long mask);
  724. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXSendPbufferToVideoNV)(Display * dpy, GLXPbuffer pbuf, int iBufferType, unsigned long * pulCounterPbuffer, GLboolean bBlock);
  725. EPOXY_PUBLIC GLboolean (EPOXY_CALLSPEC *epoxy_glXSet3DfxModeMESA)(GLint mode);
  726. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXSwapBuffers)(Display * dpy, GLXDrawable drawable);
  727. EPOXY_PUBLIC int64_t (EPOXY_CALLSPEC *epoxy_glXSwapBuffersMscOML)(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
  728. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXSwapIntervalEXT)(Display * dpy, GLXDrawable drawable, int interval);
  729. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXSwapIntervalMESA)(unsigned int interval);
  730. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXSwapIntervalSGI)(int interval);
  731. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXUseXFont)(Font font, int first, int count, int list);
  732. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXWaitForMscOML)(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc);
  733. EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXWaitForSbcOML)(Display * dpy, GLXDrawable drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc);
  734. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXWaitGL)(void);
  735. EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXWaitVideoSyncSGI)(int divisor, int remainder, unsigned int * count);
  736. EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXWaitX)(void);
  737. #define glXBindChannelToWindowSGIX epoxy_glXBindChannelToWindowSGIX
  738. #define glXBindHyperpipeSGIX epoxy_glXBindHyperpipeSGIX
  739. #define glXBindSwapBarrierNV epoxy_glXBindSwapBarrierNV
  740. #define glXBindSwapBarrierSGIX epoxy_glXBindSwapBarrierSGIX
  741. #define glXBindTexImageEXT epoxy_glXBindTexImageEXT
  742. #define glXBindVideoCaptureDeviceNV epoxy_glXBindVideoCaptureDeviceNV
  743. #define glXBindVideoDeviceNV epoxy_glXBindVideoDeviceNV
  744. #define glXBindVideoImageNV epoxy_glXBindVideoImageNV
  745. #define glXBlitContextFramebufferAMD epoxy_glXBlitContextFramebufferAMD
  746. #define glXChannelRectSGIX epoxy_glXChannelRectSGIX
  747. #define glXChannelRectSyncSGIX epoxy_glXChannelRectSyncSGIX
  748. #define glXChooseFBConfig epoxy_glXChooseFBConfig
  749. #define glXChooseFBConfigSGIX epoxy_glXChooseFBConfigSGIX
  750. #define glXChooseVisual epoxy_glXChooseVisual
  751. #define glXCopyBufferSubDataNV epoxy_glXCopyBufferSubDataNV
  752. #define glXCopyContext epoxy_glXCopyContext
  753. #define glXCopyImageSubDataNV epoxy_glXCopyImageSubDataNV
  754. #define glXCopySubBufferMESA epoxy_glXCopySubBufferMESA
  755. #define glXCreateAssociatedContextAMD epoxy_glXCreateAssociatedContextAMD
  756. #define glXCreateAssociatedContextAttribsAMD epoxy_glXCreateAssociatedContextAttribsAMD
  757. #define glXCreateContext epoxy_glXCreateContext
  758. #define glXCreateContextAttribsARB epoxy_glXCreateContextAttribsARB
  759. #define glXCreateContextWithConfigSGIX epoxy_glXCreateContextWithConfigSGIX
  760. #define glXCreateGLXPbufferSGIX epoxy_glXCreateGLXPbufferSGIX
  761. #define glXCreateGLXPixmap epoxy_glXCreateGLXPixmap
  762. #define glXCreateGLXPixmapMESA epoxy_glXCreateGLXPixmapMESA
  763. #define glXCreateGLXPixmapWithConfigSGIX epoxy_glXCreateGLXPixmapWithConfigSGIX
  764. #define glXCreateNewContext epoxy_glXCreateNewContext
  765. #define glXCreatePbuffer epoxy_glXCreatePbuffer
  766. #define glXCreatePixmap epoxy_glXCreatePixmap
  767. #define glXCreateWindow epoxy_glXCreateWindow
  768. #define glXCushionSGI epoxy_glXCushionSGI
  769. #define glXDelayBeforeSwapNV epoxy_glXDelayBeforeSwapNV
  770. #define glXDeleteAssociatedContextAMD epoxy_glXDeleteAssociatedContextAMD
  771. #define glXDestroyContext epoxy_glXDestroyContext
  772. #define glXDestroyGLXPbufferSGIX epoxy_glXDestroyGLXPbufferSGIX
  773. #define glXDestroyGLXPixmap epoxy_glXDestroyGLXPixmap
  774. #define glXDestroyGLXVideoSourceSGIX epoxy_glXDestroyGLXVideoSourceSGIX
  775. #define glXDestroyHyperpipeConfigSGIX epoxy_glXDestroyHyperpipeConfigSGIX
  776. #define glXDestroyPbuffer epoxy_glXDestroyPbuffer
  777. #define glXDestroyPixmap epoxy_glXDestroyPixmap
  778. #define glXDestroyWindow epoxy_glXDestroyWindow
  779. #define glXEnumerateVideoCaptureDevicesNV epoxy_glXEnumerateVideoCaptureDevicesNV
  780. #define glXEnumerateVideoDevicesNV epoxy_glXEnumerateVideoDevicesNV
  781. #define glXFreeContextEXT epoxy_glXFreeContextEXT
  782. #define glXGetAGPOffsetMESA epoxy_glXGetAGPOffsetMESA
  783. #define glXGetClientString epoxy_glXGetClientString
  784. #define glXGetConfig epoxy_glXGetConfig
  785. #define glXGetContextGPUIDAMD epoxy_glXGetContextGPUIDAMD
  786. #define glXGetContextIDEXT epoxy_glXGetContextIDEXT
  787. #define glXGetCurrentAssociatedContextAMD epoxy_glXGetCurrentAssociatedContextAMD
  788. #define glXGetCurrentContext epoxy_glXGetCurrentContext
  789. #define glXGetCurrentDisplay epoxy_glXGetCurrentDisplay
  790. #define glXGetCurrentDisplayEXT epoxy_glXGetCurrentDisplayEXT
  791. #define glXGetCurrentDrawable epoxy_glXGetCurrentDrawable
  792. #define glXGetCurrentReadDrawable epoxy_glXGetCurrentReadDrawable
  793. #define glXGetCurrentReadDrawableSGI epoxy_glXGetCurrentReadDrawableSGI
  794. #define glXGetFBConfigAttrib epoxy_glXGetFBConfigAttrib
  795. #define glXGetFBConfigAttribSGIX epoxy_glXGetFBConfigAttribSGIX
  796. #define glXGetFBConfigFromVisualSGIX epoxy_glXGetFBConfigFromVisualSGIX
  797. #define glXGetFBConfigs epoxy_glXGetFBConfigs
  798. #define glXGetGPUIDsAMD epoxy_glXGetGPUIDsAMD
  799. #define glXGetGPUInfoAMD epoxy_glXGetGPUInfoAMD
  800. #define glXGetMscRateOML epoxy_glXGetMscRateOML
  801. #define glXGetProcAddress epoxy_glXGetProcAddress
  802. #define glXGetProcAddressARB epoxy_glXGetProcAddressARB
  803. #define glXGetSelectedEvent epoxy_glXGetSelectedEvent
  804. #define glXGetSelectedEventSGIX epoxy_glXGetSelectedEventSGIX
  805. #define glXGetSwapIntervalMESA epoxy_glXGetSwapIntervalMESA
  806. #define glXGetSyncValuesOML epoxy_glXGetSyncValuesOML
  807. #define glXGetTransparentIndexSUN epoxy_glXGetTransparentIndexSUN
  808. #define glXGetVideoDeviceNV epoxy_glXGetVideoDeviceNV
  809. #define glXGetVideoInfoNV epoxy_glXGetVideoInfoNV
  810. #define glXGetVideoSyncSGI epoxy_glXGetVideoSyncSGI
  811. #define glXGetVisualFromFBConfig epoxy_glXGetVisualFromFBConfig
  812. #define glXGetVisualFromFBConfigSGIX epoxy_glXGetVisualFromFBConfigSGIX
  813. #define glXHyperpipeAttribSGIX epoxy_glXHyperpipeAttribSGIX
  814. #define glXHyperpipeConfigSGIX epoxy_glXHyperpipeConfigSGIX
  815. #define glXImportContextEXT epoxy_glXImportContextEXT
  816. #define glXIsDirect epoxy_glXIsDirect
  817. #define glXJoinSwapGroupNV epoxy_glXJoinSwapGroupNV
  818. #define glXJoinSwapGroupSGIX epoxy_glXJoinSwapGroupSGIX
  819. #define glXLockVideoCaptureDeviceNV epoxy_glXLockVideoCaptureDeviceNV
  820. #define glXMakeAssociatedContextCurrentAMD epoxy_glXMakeAssociatedContextCurrentAMD
  821. #define glXMakeContextCurrent epoxy_glXMakeContextCurrent
  822. #define glXMakeCurrent epoxy_glXMakeCurrent
  823. #define glXMakeCurrentReadSGI epoxy_glXMakeCurrentReadSGI
  824. #define glXNamedCopyBufferSubDataNV epoxy_glXNamedCopyBufferSubDataNV
  825. #define glXQueryChannelDeltasSGIX epoxy_glXQueryChannelDeltasSGIX
  826. #define glXQueryChannelRectSGIX epoxy_glXQueryChannelRectSGIX
  827. #define glXQueryContext epoxy_glXQueryContext
  828. #define glXQueryContextInfoEXT epoxy_glXQueryContextInfoEXT
  829. #define glXQueryCurrentRendererIntegerMESA epoxy_glXQueryCurrentRendererIntegerMESA
  830. #define glXQueryCurrentRendererStringMESA epoxy_glXQueryCurrentRendererStringMESA
  831. #define glXQueryDrawable epoxy_glXQueryDrawable
  832. #define glXQueryExtension epoxy_glXQueryExtension
  833. #define glXQueryExtensionsString epoxy_glXQueryExtensionsString
  834. #define glXQueryFrameCountNV epoxy_glXQueryFrameCountNV
  835. #define glXQueryGLXPbufferSGIX epoxy_glXQueryGLXPbufferSGIX
  836. #define glXQueryHyperpipeAttribSGIX epoxy_glXQueryHyperpipeAttribSGIX
  837. #define glXQueryHyperpipeBestAttribSGIX epoxy_glXQueryHyperpipeBestAttribSGIX
  838. #define glXQueryHyperpipeConfigSGIX epoxy_glXQueryHyperpipeConfigSGIX
  839. #define glXQueryHyperpipeNetworkSGIX epoxy_glXQueryHyperpipeNetworkSGIX
  840. #define glXQueryMaxSwapBarriersSGIX epoxy_glXQueryMaxSwapBarriersSGIX
  841. #define glXQueryMaxSwapGroupsNV epoxy_glXQueryMaxSwapGroupsNV
  842. #define glXQueryRendererIntegerMESA epoxy_glXQueryRendererIntegerMESA
  843. #define glXQueryRendererStringMESA epoxy_glXQueryRendererStringMESA
  844. #define glXQueryServerString epoxy_glXQueryServerString
  845. #define glXQuerySwapGroupNV epoxy_glXQuerySwapGroupNV
  846. #define glXQueryVersion epoxy_glXQueryVersion
  847. #define glXQueryVideoCaptureDeviceNV epoxy_glXQueryVideoCaptureDeviceNV
  848. #define glXReleaseBuffersMESA epoxy_glXReleaseBuffersMESA
  849. #define glXReleaseTexImageEXT epoxy_glXReleaseTexImageEXT
  850. #define glXReleaseVideoCaptureDeviceNV epoxy_glXReleaseVideoCaptureDeviceNV
  851. #define glXReleaseVideoDeviceNV epoxy_glXReleaseVideoDeviceNV
  852. #define glXReleaseVideoImageNV epoxy_glXReleaseVideoImageNV
  853. #define glXResetFrameCountNV epoxy_glXResetFrameCountNV
  854. #define glXSelectEvent epoxy_glXSelectEvent
  855. #define glXSelectEventSGIX epoxy_glXSelectEventSGIX
  856. #define glXSendPbufferToVideoNV epoxy_glXSendPbufferToVideoNV
  857. #define glXSet3DfxModeMESA epoxy_glXSet3DfxModeMESA
  858. #define glXSwapBuffers epoxy_glXSwapBuffers
  859. #define glXSwapBuffersMscOML epoxy_glXSwapBuffersMscOML
  860. #define glXSwapIntervalEXT epoxy_glXSwapIntervalEXT
  861. #define glXSwapIntervalMESA epoxy_glXSwapIntervalMESA
  862. #define glXSwapIntervalSGI epoxy_glXSwapIntervalSGI
  863. #define glXUseXFont epoxy_glXUseXFont
  864. #define glXWaitForMscOML epoxy_glXWaitForMscOML
  865. #define glXWaitForSbcOML epoxy_glXWaitForSbcOML
  866. #define glXWaitGL epoxy_glXWaitGL
  867. #define glXWaitVideoSyncSGI epoxy_glXWaitVideoSyncSGI
  868. #define glXWaitX epoxy_glXWaitX