GLEW 1.10.0

This commit is contained in:
2014-02-20 16:46:32 +01:00
parent 86de24797b
commit e794aa4dbb
873 changed files with 76058 additions and 0 deletions
@@ -0,0 +1,5 @@
GLX_3DFX_multisample
http://www.opengl.org/registry/specs/gl/3DFX/3dfx_multisample.txt
GLX_3DFX_multisample
GLX_SAMPLE_BUFFERS_3DFX 0x8050
GLX_SAMPLES_3DFX 0x8051
@@ -0,0 +1,22 @@
GLX_AMD_gpu_association
http://www.opengl.org/registry/specs/AMD/glx_gpu_association.txt
GLX_AMD_gpu_association
GLX_GPU_VENDOR_AMD 0x1F00
GLX_GPU_RENDERER_STRING_AMD 0x1F01
GLX_GPU_OPENGL_VERSION_STRING_AMD 0x1F02
GLX_GPU_FASTEST_TARGET_GPUS_AMD 0x21A2
GLX_GPU_RAM_AMD 0x21A3
GLX_GPU_CLOCK_AMD 0x21A4
GLX_GPU_NUM_PIPES_AMD 0x21A5
GLX_GPU_NUM_SIMD_AMD 0x21A6
GLX_GPU_NUM_RB_AMD 0x21A7
GLX_GPU_NUM_SPI_AMD 0x21A8
void glXBlitContextFramebufferAMD (GLXContext dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
GLXContext glXCreateAssociatedContextAMD (unsigned int id, GLXContext share_list)
GLXContext glXCreateAssociatedContextAttribsAMD (unsigned int id, GLXContext share_context, const int* attribList)
Bool glXDeleteAssociatedContextAMD (GLXContext ctx)
unsigned int glXGetContextGPUIDAMD (GLXContext ctx)
GLXContext glXGetCurrentAssociatedContextAMD (void)
unsigned int glXGetGPUIDsAMD (unsigned int maxCount, unsigned int* ids)
int glXGetGPUInfoAMD (unsigned int id, int property, GLenum dataType, unsigned int size, void* data)
Bool glXMakeAssociatedContextCurrentAMD (GLXContext ctx)
@@ -0,0 +1,9 @@
GLX_ARB_create_context
http://www.opengl.org/registry/specs/gl/ARB/glx_create_context.txt
GLX_ARB_create_context
GLX_CONTEXT_DEBUG_BIT_ARB 0x0001
GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x0002
GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091
GLX_CONTEXT_MINOR_VERSION_ARB 0x2092
GLX_CONTEXT_FLAGS_ARB 0x2094
GLXContext glXCreateContextAttribsARB (Display* dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list)
@@ -0,0 +1,6 @@
GLX_ARB_create_context_profile
http://www.opengl.org/registry/specs/gl/ARB/glx_create_context.txt
GLX_ARB_create_context_profile
GLX_CONTEXT_CORE_PROFILE_BIT_ARB 0x00000001
GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002
GLX_CONTEXT_PROFILE_MASK_ARB 0x9126
@@ -0,0 +1,7 @@
GLX_ARB_create_context_robustness
http://www.opengl.org/registry/specs/gl/ARB/glx_create_context_robustness.txt
GLX_ARB_create_context_robustness
GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB 0x00000004
GLX_LOSE_CONTEXT_ON_RESET_ARB 0x8252
GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256
GLX_NO_RESET_NOTIFICATION_ARB 0x8261
@@ -0,0 +1,5 @@
GLX_ARB_fbconfig_float
http://www.opengl.org/registry/specs/gl/ARB/color_buffer_float.txt
GLX_ARB_fbconfig_float
GLX_RGBA_FLOAT_BIT 0x00000004
GLX_RGBA_FLOAT_TYPE 0x20B9
@@ -0,0 +1,4 @@
GLX_ARB_framebuffer_sRGB
http://www.opengl.org/registry/specs/gl/ARB/framebuffer_sRGB.txt
GLX_ARB_framebuffer_sRGB
GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB 0x20B2
@@ -0,0 +1,4 @@
GLX_ARB_get_proc_address
http://oss.sgi.com/projects/ogl-sample/registry/ARB/get_proc_address.txt
GLX_ARB_get_proc_address
extern void ( * glXGetProcAddressARB (const GLubyte *procName)) (void);
@@ -0,0 +1,5 @@
GLX_ARB_multisample
http://www.opengl.org/registry/specs/gl/ARB/multisample.txt
GLX_ARB_multisample
GLX_SAMPLE_BUFFERS_ARB 100000
GLX_SAMPLES_ARB 100001
@@ -0,0 +1,4 @@
GLX_ARB_robustness_application_isolation
http://www.opengl.org/registry/specs/gl/ARB/glx_robustness_isolation.txt
GLX_ARB_robustness_application_isolation
GLX_CONTEXT_RESET_ISOLATION_BIT_ARB 0x00000008
@@ -0,0 +1,4 @@
GLX_ARB_robustness_share_group_isolation
http://www.opengl.org/registry/specs/gl/ARB/glx_robustness_isolation.txt
GLX_ARB_robustness_share_group_isolation
GLX_CONTEXT_RESET_ISOLATION_BIT_ARB 0x00000008
@@ -0,0 +1,4 @@
GLX_ARB_vertex_buffer_object
http://www.opengl.org/registry/specs/gl/ARB/vertex_buffer_object.txt
GLX_ARB_vertex_buffer_object
GLX_CONTEXT_ALLOW_BUFFER_BYTE_ORDER_MISMATCH_ARB 0x2095
@@ -0,0 +1,4 @@
GLX_ATI_pixel_format_float
GLX_ATI_pixel_format_float
GLX_RGBA_FLOAT_ATI_BIT 0x00000100
@@ -0,0 +1,41 @@
GLX_ATI_render_texture
GLX_ATI_render_texture
GLX_BIND_TO_TEXTURE_RGB_ATI 0x9800
GLX_BIND_TO_TEXTURE_RGBA_ATI 0x9801
GLX_TEXTURE_FORMAT_ATI 0x9802
GLX_TEXTURE_TARGET_ATI 0x9803
GLX_MIPMAP_TEXTURE_ATI 0x9804
GLX_TEXTURE_RGB_ATI 0x9805
GLX_TEXTURE_RGBA_ATI 0x9806
GLX_NO_TEXTURE_ATI 0x9807
GLX_TEXTURE_CUBE_MAP_ATI 0x9808
GLX_TEXTURE_1D_ATI 0x9809
GLX_TEXTURE_2D_ATI 0x980A
GLX_MIPMAP_LEVEL_ATI 0x980B
GLX_CUBE_MAP_FACE_ATI 0x980C
GLX_TEXTURE_CUBE_MAP_POSITIVE_X_ATI 0x980D
GLX_TEXTURE_CUBE_MAP_NEGATIVE_X_ATI 0x980E
GLX_TEXTURE_CUBE_MAP_POSITIVE_Y_ATI 0x980F
GLX_TEXTURE_CUBE_MAP_NEGATIVE_Y_ATI 0x9810
GLX_TEXTURE_CUBE_MAP_POSITIVE_Z_ATI 0x9811
GLX_TEXTURE_CUBE_MAP_NEGATIVE_Z_ATI 0x9812
GLX_FRONT_LEFT_ATI 0x9813
GLX_FRONT_RIGHT_ATI 0x9814
GLX_BACK_LEFT_ATI 0x9815
GLX_BACK_RIGHT_ATI 0x9816
GLX_AUX0_ATI 0x9817
GLX_AUX1_ATI 0x9818
GLX_AUX2_ATI 0x9819
GLX_AUX3_ATI 0x981A
GLX_AUX4_ATI 0x981B
GLX_AUX5_ATI 0x981C
GLX_AUX6_ATI 0x981D
GLX_AUX7_ATI 0x981E
GLX_AUX8_ATI 0x981F
GLX_AUX9_ATI 0x9820
GLX_BIND_TO_TEXTURE_LUMINANCE_ATI 0x9821
GLX_BIND_TO_TEXTURE_INTENSITY_ATI 0x9822
void glXBindTexImageATI (Display *dpy, GLXPbuffer pbuf, int buffer)
void glXReleaseTexImageATI (Display *dpy, GLXPbuffer pbuf, int buffer)
void glXDrawableAttribATI (Display *dpy, GLXDrawable draw, const int *attrib_list)
@@ -0,0 +1,4 @@
GLX_EXT_buffer_age
http://www.opengl.org/registry/specs/gl/EXT/glx_buffer_age.txt
GLX_EXT_buffer_age
GLX_BACK_BUFFER_AGE_EXT 0x20F4
@@ -0,0 +1,4 @@
GLX_EXT_create_context_es2_profile
http://www.opengl.org/registry/specs/EXT/glx_create_context_es2_profile.txt
GLX_EXT_create_context_es2_profile
GLX_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004
@@ -0,0 +1,4 @@
GLX_EXT_create_context_es_profile
http://www.opengl.org/registry/specs/EXT/glx_create_context_es_profile.txt
GLX_EXT_create_context_es_profile
GLX_CONTEXT_ES_PROFILE_BIT_EXT 0x00000004
@@ -0,0 +1,5 @@
GLX_EXT_fbconfig_packed_float
http://developer.download.nvidia.com/opengl/specs/GL_EXT_packed_float.txt
GLX_EXT_fbconfig_packed_float
GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT 0x20B1
GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT 0x00000008
@@ -0,0 +1,4 @@
GLX_EXT_framebuffer_sRGB
http://developer.download.nvidia.com/opengl/specs/GL_EXT_framebuffer_sRGB.txt
GLX_EXT_framebuffer_sRGB
GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT 0x20B2
@@ -0,0 +1,11 @@
GLX_EXT_import_context
http://www.opengl.org/registry/specs/gl/EXT/import_context.txt
GLX_EXT_import_context
GLX_SHARE_CONTEXT_EXT 0x800A
GLX_VISUAL_ID_EXT 0x800B
GLX_SCREEN_EXT 0x800C
void glXFreeContextEXT (Display* dpy, GLXContext context)
GLXContextID glXGetContextIDEXT (const GLXContext context)
GLXContext glXImportContextEXT (Display* dpy, GLXContextID contextID)
int glXQueryContextInfoEXT (Display* dpy, GLXContext context, int attribute,int *value)
typedef XID GLXContextID
@@ -0,0 +1,3 @@
GLX_EXT_scene_marker
http://www.opengl.org/registry/specs/gl/EXT/scene_marker.txt
GLX_EXT_scene_marker
@@ -0,0 +1,6 @@
GLX_EXT_swap_control
http://www.opengl.org/registry/specs/gl/EXT/swap_control.txt
GLX_EXT_swap_control
GLX_SWAP_INTERVAL_EXT 0x20F1
GLX_MAX_SWAP_INTERVAL_EXT 0x20F2
void glXSwapIntervalEXT (Display* dpy, GLXDrawable drawable, int interval)
@@ -0,0 +1,4 @@
GLX_EXT_swap_control_tear
http://www.opengl.org/registry/specs/gl/EXT/glx_swap_control_tear.txt
GLX_EXT_swap_control_tear
GLX_LATE_SWAPS_TEAR_EXT 0x20F3
@@ -0,0 +1,36 @@
GLX_EXT_texture_from_pixmap
http://www.opengl.org/registry/specs/gl/EXT/texture_from_pixmap.txt
GLX_EXT_texture_from_pixmap
GLX_TEXTURE_1D_BIT_EXT 0x00000001
GLX_TEXTURE_2D_BIT_EXT 0x00000002
GLX_TEXTURE_RECTANGLE_BIT_EXT 0x00000004
GLX_BIND_TO_TEXTURE_RGB_EXT 0x20D0
GLX_BIND_TO_TEXTURE_RGBA_EXT 0x20D1
GLX_BIND_TO_MIPMAP_TEXTURE_EXT 0x20D2
GLX_BIND_TO_TEXTURE_TARGETS_EXT 0x20D3
GLX_Y_INVERTED_EXT 0x20D4
GLX_TEXTURE_FORMAT_EXT 0x20D5
GLX_TEXTURE_TARGET_EXT 0x20D6
GLX_MIPMAP_TEXTURE_EXT 0x20D7
GLX_TEXTURE_FORMAT_NONE_EXT 0x20D8
GLX_TEXTURE_FORMAT_RGB_EXT 0x20D9
GLX_TEXTURE_FORMAT_RGBA_EXT 0x20DA
GLX_TEXTURE_1D_EXT 0x20DB
GLX_TEXTURE_2D_EXT 0x20DC
GLX_TEXTURE_RECTANGLE_EXT 0x20DD
GLX_FRONT_LEFT_EXT 0x20DE
GLX_FRONT_RIGHT_EXT 0x20DF
GLX_BACK_LEFT_EXT 0x20E0
GLX_BACK_RIGHT_EXT 0x20E1
GLX_AUX0_EXT 0x20E2
GLX_AUX1_EXT 0x20E3
GLX_AUX2_EXT 0x20E4
GLX_AUX3_EXT 0x20E5
GLX_AUX4_EXT 0x20E6
GLX_AUX5_EXT 0x20E7
GLX_AUX6_EXT 0x20E8
GLX_AUX7_EXT 0x20E9
GLX_AUX8_EXT 0x20EA
GLX_AUX9_EXT 0x20EB
void glXBindTexImageEXT (Display* display, GLXDrawable drawable, int buffer, const int *attrib_list)
void glXReleaseTexImageEXT (Display* display, GLXDrawable drawable, int buffer)
@@ -0,0 +1,19 @@
GLX_EXT_visual_info
http://www.opengl.org/registry/specs/gl/EXT/visual_info.txt
GLX_EXT_visual_info
GLX_X_VISUAL_TYPE_EXT 0x22
GLX_TRANSPARENT_TYPE_EXT 0x23
GLX_TRANSPARENT_INDEX_VALUE_EXT 0x24
GLX_TRANSPARENT_RED_VALUE_EXT 0x25
GLX_TRANSPARENT_GREEN_VALUE_EXT 0x26
GLX_TRANSPARENT_BLUE_VALUE_EXT 0x27
GLX_TRANSPARENT_ALPHA_VALUE_EXT 0x28
GLX_NONE_EXT 0x8000
GLX_TRUE_COLOR_EXT 0x8002
GLX_DIRECT_COLOR_EXT 0x8003
GLX_PSEUDO_COLOR_EXT 0x8004
GLX_STATIC_COLOR_EXT 0x8005
GLX_GRAY_SCALE_EXT 0x8006
GLX_STATIC_GRAY_EXT 0x8007
GLX_TRANSPARENT_RGB_EXT 0x8008
GLX_TRANSPARENT_INDEX_EXT 0x8009
@@ -0,0 +1,6 @@
GLX_EXT_visual_rating
http://www.opengl.org/registry/specs/gl/EXT/visual_rating.txt
GLX_EXT_visual_rating
GLX_VISUAL_CAVEAT_EXT 0x20
GLX_SLOW_VISUAL_EXT 0x8001
GLX_NON_CONFORMANT_VISUAL_EXT 0x800D
@@ -0,0 +1,7 @@
GLX_INTEL_swap_event
http://www.opengl.org/registry/specs/gl/INTEL/swap_event.txt
GLX_INTEL_swap_event
GLX_EXCHANGE_COMPLETE_INTEL 0x8180
GLX_COPY_COMPLETE_INTEL 0x8181
GLX_FLIP_COMPLETE_INTEL 0x8182
GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK 0x04000000
@@ -0,0 +1,4 @@
GLX_MESA_agp_offset
http://www.opengl.org/registry/specs/gl/MESA/agp_offset.txt
GLX_MESA_agp_offset
unsigned int glXGetAGPOffsetMESA (const void* pointer)
@@ -0,0 +1,4 @@
GLX_MESA_copy_sub_buffer
http://www.opengl.org/registry/specs/gl/MESA/copy_sub_buffer.txt
GLX_MESA_copy_sub_buffer
void glXCopySubBufferMESA (Display* dpy, GLXDrawable drawable, int x, int y, int width, int height)
@@ -0,0 +1,4 @@
GLX_MESA_pixmap_colormap
http://www.opengl.org/registry/specs/gl/MESA/pixmap_colormap.txt
GLX_MESA_pixmap_colormap
GLXPixmap glXCreateGLXPixmapMESA (Display* dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap)
@@ -0,0 +1,4 @@
GLX_MESA_release_buffers
http://www.opengl.org/registry/specs/gl/MESA/release_buffers.txt
GLX_MESA_release_buffers
Bool glXReleaseBuffersMESA (Display* dpy, GLXDrawable d)
@@ -0,0 +1,6 @@
GLX_MESA_set_3dfx_mode
http://www.opengl.org/registry/specs/gl/MESA/set_3dfx_mode.txt
GLX_MESA_set_3dfx_mode
GLX_3DFX_WINDOW_MODE_MESA 0x1
GLX_3DFX_FULLSCREEN_MODE_MESA 0x2
GLboolean glXSet3DfxModeMESA (GLint mode)
@@ -0,0 +1,5 @@
GLX_MESA_swap_control
http://cgit.freedesktop.org/mesa/mesa/plain/docs/MESA_swap_control.spec
GLX_MESA_swap_control
int glXGetSwapIntervalMESA (void)
int glXSwapIntervalMESA (unsigned int interval)
@@ -0,0 +1,4 @@
GLX_NV_copy_image
http://www.opengl.org/registry/specs/gl/NV/copy_image.txt
GLX_NV_copy_image
void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
@@ -0,0 +1,4 @@
GLX_NV_float_buffer
http://cvs1.nvidia.com/inc/GL/glxtokens.h
GLX_NV_float_buffer
GLX_FLOAT_COMPONENTS_NV 0x20B0
@@ -0,0 +1,5 @@
GLX_NV_multisample_coverage
http://www.opengl.org/registry/specs/gl/NV/multisample_coverage.txt
GLX_NV_multisample_coverage
GLX_COLOR_SAMPLES_NV 0x20B3
GLX_COVERAGE_SAMPLES_NV 100001
@@ -0,0 +1,6 @@
GLX_NV_present_video
http://www.opengl.org/registry/specs/gl/NV/present_video.txt
GLX_NV_present_video
GLX_NUM_VIDEO_SLOTS_NV 0x20F0
int glXBindVideoDeviceNV (Display* dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list)
unsigned int* glXEnumerateVideoDevicesNV (Display *dpy, int screen, int *nelements)
@@ -0,0 +1,9 @@
GLX_NV_swap_group
http://www.opengl.org/registry/specs/gl/NV/glx_swap_group.txt
GLX_NV_swap_group
Bool glXBindSwapBarrierNV (Display* dpy, GLuint group, GLuint barrier)
Bool glXJoinSwapGroupNV (Display* dpy, GLXDrawable drawable, GLuint group)
Bool glXQueryFrameCountNV (Display* dpy, int screen, GLuint *count)
Bool glXQueryMaxSwapGroupsNV (Display* dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers)
Bool glXQuerySwapGroupNV (Display* dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier)
Bool glXResetFrameCountNV (Display* dpy, int screen)
@@ -0,0 +1,5 @@
GLX_NV_vertex_array_range
http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_array_range.txt
GLX_NV_vertex_array_range
void * glXAllocateMemoryNV (GLsizei size, GLfloat readFrequency, GLfloat writeFrequency, GLfloat priority)
void glXFreeMemoryNV (void *pointer)
@@ -0,0 +1,12 @@
GLX_NV_video_capture
http://www.opengl.org/registry/specs/gl/NV/video_capture.txt
GLX_NV_video_capture
GLX_DEVICE_ID_NV 0x20CD
GLX_UNIQUE_ID_NV 0x20CE
GLX_NUM_VIDEO_CAPTURE_SLOTS_NV 0x20CF
int glXBindVideoCaptureDeviceNV (Display* dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device)
GLXVideoCaptureDeviceNV * glXEnumerateVideoCaptureDevicesNV (Display* dpy, int screen, int *nelements)
void glXLockVideoCaptureDeviceNV (Display* dpy, GLXVideoCaptureDeviceNV device)
int glXQueryVideoCaptureDeviceNV (Display* dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value)
void glXReleaseVideoCaptureDeviceNV (Display* dpy, GLXVideoCaptureDeviceNV device)
typedef XID GLXVideoCaptureDeviceNV
@@ -0,0 +1,19 @@
GLX_NV_video_output
http://www.opengl.org/registry/specs/gl/NV/glx_video_output.txt
GLX_NV_video_output
GLX_VIDEO_OUT_COLOR_NV 0x20C3
GLX_VIDEO_OUT_ALPHA_NV 0x20C4
GLX_VIDEO_OUT_DEPTH_NV 0x20C5
GLX_VIDEO_OUT_COLOR_AND_ALPHA_NV 0x20C6
GLX_VIDEO_OUT_COLOR_AND_DEPTH_NV 0x20C7
GLX_VIDEO_OUT_FRAME_NV 0x20C8
GLX_VIDEO_OUT_FIELD_1_NV 0x20C9
GLX_VIDEO_OUT_FIELD_2_NV 0x20CA
GLX_VIDEO_OUT_STACKED_FIELDS_1_2_NV 0x20CB
GLX_VIDEO_OUT_STACKED_FIELDS_2_1_NV 0x20CC
int glXBindVideoImageNV (Display* dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer)
int glXGetVideoDeviceNV (Display* dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice)
int glXGetVideoInfoNV (Display* dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo)
int glXReleaseVideoDeviceNV (Display* dpy, int screen, GLXVideoDeviceNV VideoDevice)
int glXReleaseVideoImageNV (Display* dpy, GLXPbuffer pbuf)
int glXSendPbufferToVideoNV (Display* dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock)
@@ -0,0 +1,7 @@
GLX_OML_swap_method
http://www.opengl.org/registry/specs/gl/OML/glx_swap_method.txt
GLX_OML_swap_method
GLX_SWAP_METHOD_OML 0x8060
GLX_SWAP_EXCHANGE_OML 0x8061
GLX_SWAP_COPY_OML 0x8062
GLX_SWAP_UNDEFINED_OML 0x8063
@@ -0,0 +1,8 @@
GLX_OML_sync_control
http://www.opengl.org/registry/specs/gl/OML/glx_sync_control.txt
GLX_OML_sync_control
Bool glXGetMscRateOML (Display* dpy, GLXDrawable drawable, int32_t* numerator, int32_t* denominator)
Bool glXGetSyncValuesOML (Display* dpy, GLXDrawable drawable, int64_t* ust, int64_t* msc, int64_t* sbc)
int64_t glXSwapBuffersMscOML (Display* dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder)
Bool glXWaitForMscOML (Display* dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t* ust, int64_t* msc, int64_t* sbc)
Bool glXWaitForSbcOML (Display* dpy, GLXDrawable drawable, int64_t target_sbc, int64_t* ust, int64_t* msc, int64_t* sbc)
@@ -0,0 +1,4 @@
GLX_SGIS_blended_overlay
http://www.opengl.org/registry/specs/gl/SGIS/blended_overlay.txt
GLX_SGIS_blended_overlay
GLX_BLENDED_RGBA_SGIS 0x8025
@@ -0,0 +1,3 @@
GLX_SGIS_color_range
http://www.opengl.org/registry/specs/gl/SGIS/color_range.txt
GLX_SGIS_color_range
@@ -0,0 +1,5 @@
GLX_SGIS_multisample
http://www.opengl.org/registry/specs/gl/SGIS/multisample.txt
GLX_SGIS_multisample
GLX_SAMPLE_BUFFERS_SGIS 100000
GLX_SAMPLES_SGIS 100001
@@ -0,0 +1,5 @@
GLX_SGIS_shared_multisample
GLX_SGIS_shared_multisample
GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS 0x8026
GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS 0x8027
@@ -0,0 +1,22 @@
GLX_SGIX_fbconfig
http://www.opengl.org/registry/specs/gl/SGIX/fbconfig.txt
GLX_SGIX_fbconfig
GLX_WINDOW_BIT_SGIX 0x00000001
GLX_RGBA_BIT_SGIX 0x00000001
GLX_PIXMAP_BIT_SGIX 0x00000002
GLX_COLOR_INDEX_BIT_SGIX 0x00000002
GLX_SCREEN_EXT 0x800C
GLX_DRAWABLE_TYPE_SGIX 0x8010
GLX_RENDER_TYPE_SGIX 0x8011
GLX_X_RENDERABLE_SGIX 0x8012
GLX_FBCONFIG_ID_SGIX 0x8013
GLX_RGBA_TYPE_SGIX 0x8014
GLX_COLOR_INDEX_TYPE_SGIX 0x8015
GLXFBConfigSGIX* glXChooseFBConfigSGIX (Display *dpy, int screen, const int *attrib_list, int *nelements)
GLXContext glXCreateContextWithConfigSGIX (Display* dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display* dpy, GLXFBConfig config, Pixmap pixmap)
int glXGetFBConfigAttribSGIX (Display* dpy, GLXFBConfigSGIX config, int attribute, int *value)
GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX (Display* dpy, XVisualInfo *vis)
XVisualInfo* glXGetVisualFromFBConfigSGIX (Display *dpy, GLXFBConfig config)
typedef XID GLXFBConfigIDSGIX
typedef struct __GLXFBConfigRec *GLXFBConfigSGIX
@@ -0,0 +1,25 @@
GLX_SGIX_hyperpipe
http://oss.sgi.com/projects/ogl-sample/registry/SGIX/hyperpipe_group.txt
GLX_SGIX_hyperpipe
GLX_HYPERPIPE_ID_SGIX 0x8030
GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX 80
GLX_HYPERPIPE_DISPLAY_PIPE_SGIX 0x00000001
GLX_HYPERPIPE_RENDER_PIPE_SGIX 0x00000002
GLX_PIPE_RECT_SGIX 0x00000001
GLX_PIPE_RECT_LIMITS_SGIX 0x00000002
GLX_HYPERPIPE_STEREO_SGIX 0x00000003
GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX 0x00000004
GLX_BAD_HYPERPIPE_CONFIG_SGIX 91
GLX_BAD_HYPERPIPE_SGIX 92
typedef struct { char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; int networkId; } GLXHyperpipeNetworkSGIX;
typedef struct { char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; int channel; unsigned int participationType; int timeSlice; } GLXHyperpipeConfigSGIX;
typedef struct { char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; int srcXOrigin; int srcYOrigin; int srcWidth; int srcHeight; int destXOrigin; int destYOrigin; int destWidth; int destHeight; } GLXPipeRect;
typedef struct { char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; int XOrigin; int YOrigin; int maxHeight; int maxWidth; } GLXPipeRectLimits;
GLXHyperpipeNetworkSGIX * glXQueryHyperpipeNetworkSGIX (Display *dpy, int *npipes)
int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId)
GLXHyperpipeConfigSGIX * glXQueryHyperpipeConfigSGIX (Display *dpy, int hpId, int *npipes)
int glXDestroyHyperpipeConfigSGIX (Display *dpy, int hpId)
int glXBindHyperpipeSGIX (Display *dpy, int hpId)
int glXQueryHyperpipeBestAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList)
int glXHyperpipeAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *attribList)
int glXQueryHyperpipeAttribSGIX (Display *dpy, int timeSlice, int attrib, int size, void *returnAttribList)
@@ -0,0 +1,35 @@
GLX_SGIX_pbuffer
http://www.opengl.org/registry/specs/gl/SGIX/pbuffer.txt
GLX_SGIX_pbuffer
GLX_FRONT_LEFT_BUFFER_BIT_SGIX 0x00000001
GLX_FRONT_RIGHT_BUFFER_BIT_SGIX 0x00000002
GLX_PBUFFER_BIT_SGIX 0x00000004
GLX_BACK_LEFT_BUFFER_BIT_SGIX 0x00000004
GLX_BACK_RIGHT_BUFFER_BIT_SGIX 0x00000008
GLX_AUX_BUFFERS_BIT_SGIX 0x00000010
GLX_DEPTH_BUFFER_BIT_SGIX 0x00000020
GLX_STENCIL_BUFFER_BIT_SGIX 0x00000040
GLX_ACCUM_BUFFER_BIT_SGIX 0x00000080
GLX_SAMPLE_BUFFERS_BIT_SGIX 0x00000100
GLX_MAX_PBUFFER_WIDTH_SGIX 0x8016
GLX_MAX_PBUFFER_HEIGHT_SGIX 0x8017
GLX_MAX_PBUFFER_PIXELS_SGIX 0x8018
GLX_OPTIMAL_PBUFFER_WIDTH_SGIX 0x8019
GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX 0x801A
GLX_PRESERVED_CONTENTS_SGIX 0x801B
GLX_LARGEST_PBUFFER_SGIX 0x801C
GLX_WIDTH_SGIX 0x801D
GLX_HEIGHT_SGIX 0x801E
GLX_EVENT_MASK_SGIX 0x801F
GLX_DAMAGED_SGIX 0x8020
GLX_SAVED_SGIX 0x8021
GLX_WINDOW_SGIX 0x8022
GLX_PBUFFER_SGIX 0x8023
GLX_BUFFER_CLOBBER_MASK_SGIX 0x08000000
GLXPbuffer glXCreateGLXPbufferSGIX (Display* dpy, GLXFBConfig config, unsigned int width, unsigned int height, int *attrib_list)
void glXDestroyGLXPbufferSGIX (Display* dpy, GLXPbuffer pbuf)
void glXGetSelectedEventSGIX (Display* dpy, GLXDrawable drawable, unsigned long *mask)
void glXQueryGLXPbufferSGIX (Display* dpy, GLXPbuffer pbuf, int attribute, unsigned int *value)
void glXSelectEventSGIX (Display* dpy, GLXDrawable drawable, unsigned long mask)
typedef XID GLXPbufferSGIX
typedef struct { int type; unsigned long serial; Bool send_event; Display *display; GLXDrawable drawable; int event_type; int draw_type; unsigned int mask; int x, y; int width, height; int count; } GLXBufferClobberEventSGIX
@@ -0,0 +1,5 @@
GLX_SGIX_swap_barrier
http://oss.sgi.com/projects/ogl-sample/registry/SGIX/swap_barrier.txt
GLX_SGIX_swap_barrier
void glXBindSwapBarrierSGIX (Display *dpy, GLXDrawable drawable, int barrier)
Bool glXQueryMaxSwapBarriersSGIX (Display *dpy, int screen, int *max)
@@ -0,0 +1,4 @@
GLX_SGIX_swap_group
http://oss.sgi.com/projects/ogl-sample/registry/SGIX/swap_group.txt
GLX_SGIX_swap_group
void glXJoinSwapGroupSGIX (Display *dpy, GLXDrawable drawable, GLXDrawable member)
@@ -0,0 +1,10 @@
GLX_SGIX_video_resize
http://www.opengl.org/registry/specs/gl/SGIX/video_resize.txt
GLX_SGIX_video_resize
GLX_SYNC_FRAME_SGIX 0x00000000
GLX_SYNC_SWAP_SGIX 0x00000001
int glXBindChannelToWindowSGIX (Display* display, int screen, int channel, Window window)
int glXChannelRectSGIX (Display* display, int screen, int channel, int x, int y, int w, int h)
int glXChannelRectSyncSGIX (Display* display, int screen, int channel, GLenum synctype)
int glXQueryChannelDeltasSGIX (Display* display, int screen, int channel, int *x, int *y, int *w, int *h)
int glXQueryChannelRectSGIX (Display* display, int screen, int channel, int *dx, int *dy, int *dw, int *dh)
@@ -0,0 +1,4 @@
GLX_SGIX_visual_select_group
http://www.opengl.org/registry/specs/gl/SGIX/visual_select_group.txt
GLX_SGIX_visual_select_group
GLX_VISUAL_SELECT_GROUP_SGIX 0x8028
@@ -0,0 +1,4 @@
GLX_SGI_cushion
http://www.opengl.org/registry/specs/gl/SGI/cushion.txt
GLX_SGI_cushion
void glXCushionSGI (Display* dpy, Window window, float cushion)
@@ -0,0 +1,5 @@
GLX_SGI_make_current_read
http://www.opengl.org/registry/specs/gl/SGI/make_current_read.txt
GLX_SGI_make_current_read
GLXDrawable glXGetCurrentReadDrawableSGI (void)
Bool glXMakeCurrentReadSGI (Display* dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
@@ -0,0 +1,4 @@
GLX_SGI_swap_control
http://www.opengl.org/registry/specs/gl/SGI/swap_control.txt
GLX_SGI_swap_control
int glXSwapIntervalSGI (int interval)
@@ -0,0 +1,5 @@
GLX_SGI_video_sync
http://www.opengl.org/registry/specs/SGI/video_sync.txt
GLX_SGI_video_sync
int glXGetVideoSyncSGI (unsigned int* count)
int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int* count)
@@ -0,0 +1,4 @@
GLX_SUN_get_transparent_index
http://www.opengl.org/registry/specs/gl/SUN/get_transparent_index.txt
GLX_SUN_get_transparent_index
Status glXGetTransparentIndexSUN (Display* dpy, Window overlay, Window underlay, unsigned long *pTransparentIndex)
@@ -0,0 +1,7 @@
GLX_SUN_video_resize
http://wwws.sun.com/software/graphics/opengl/extensions/glx_sun_video_resize.txt
GLX_SUN_video_resize
GL_VIDEO_RESIZE_COMPENSATION_SUN 0x85CD
GLX_VIDEO_RESIZE_SUN 0x8171
int glXVideoResizeSUN (Display* display, GLXDrawable window, float factor)
int glXGetVideoResizeSUN (Display* display, GLXDrawable window, float* factor)
@@ -0,0 +1,7 @@
GL_3DFX_multisample
http://www.opengl.org/registry/specs/gl/3DFX/3dfx_multisample.txt
GL_3DFX_multisample
GL_MULTISAMPLE_3DFX 0x86B2
GL_SAMPLE_BUFFERS_3DFX 0x86B3
GL_SAMPLES_3DFX 0x86B4
GL_MULTISAMPLE_BIT_3DFX 0x20000000
@@ -0,0 +1,4 @@
GL_3DFX_tbuffer
http://www.opengl.org/registry/specs/gl/3DFX/tbuffer.txt
GL_3DFX_tbuffer
void glTbufferMask3DFX (GLuint mask)
@@ -0,0 +1,5 @@
GL_3DFX_texture_compression_FXT1
http://www.opengl.org/registry/specs/gl/3DFX/texture_compression_FXT1.txt
GL_3DFX_texture_compression_FXT1
GL_COMPRESSED_RGB_FXT1_3DFX 0x86B0
GL_COMPRESSED_RGBA_FXT1_3DFX 0x86B1
@@ -0,0 +1,5 @@
GL_AMD_blend_minmax_factor
http://www.opengl.org/registry/specs/gl/AMD/blend_minmax_factor.txt
GL_AMD_blend_minmax_factor
GL_FACTOR_MIN_AMD 0x901C
GL_FACTOR_MAX_AMD 0x901D
@@ -0,0 +1,3 @@
GL_AMD_conservative_depth
http://www.opengl.org/registry/specs/gl/AMD/conservative_depth.txt
GL_AMD_conservative_depth
@@ -0,0 +1,22 @@
GL_AMD_debug_output
http://www.opengl.org/registry/specs/gl/AMD/debug_output.txt
GL_AMD_debug_output
GL_MAX_DEBUG_MESSAGE_LENGTH_AMD 0x9143
GL_MAX_DEBUG_LOGGED_MESSAGES_AMD 0x9144
GL_DEBUG_LOGGED_MESSAGES_AMD 0x9145
GL_DEBUG_SEVERITY_HIGH_AMD 0x9146
GL_DEBUG_SEVERITY_MEDIUM_AMD 0x9147
GL_DEBUG_SEVERITY_LOW_AMD 0x9148
GL_DEBUG_CATEGORY_API_ERROR_AMD 0x9149
GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD 0x914A
GL_DEBUG_CATEGORY_DEPRECATION_AMD 0x914B
GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD 0x914C
GL_DEBUG_CATEGORY_PERFORMANCE_AMD 0x914D
GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD 0x914E
GL_DEBUG_CATEGORY_APPLICATION_AMD 0x914F
GL_DEBUG_CATEGORY_OTHER_AMD 0x9150
void glDebugMessageCallbackAMD (GLDEBUGPROCAMD callback, GLvoid *userParam)
void glDebugMessageEnableAMD (GLenum category, GLenum severity, GLsizei count, const GLuint* ids, GLboolean enabled)
void glDebugMessageInsertAMD (GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar* buf)
GLuint glGetDebugMessageLogAMD (GLuint count, GLsizei bufsize, GLenum* categories, GLuint* severities, GLuint* ids, GLsizei* lengths, GLchar* message)
typedef void (APIENTRY *GLDEBUGPROCAMD)(GLuint id, GLenum category, GLenum severity, GLsizei length, const GLchar* message, GLvoid* userParam)
@@ -0,0 +1,5 @@
GL_AMD_depth_clamp_separate
http://www.opengl.org/registry/specs/gl/AMD/depth_clamp_separate.txt
GL_AMD_depth_clamp_separate
GL_DEPTH_CLAMP_NEAR_AMD 0x901E
GL_DEPTH_CLAMP_FAR_AMD 0x901F
@@ -0,0 +1,7 @@
GL_AMD_draw_buffers_blend
http://www.opengl.org/registry/specs/gl/AMD/draw_buffers_blend.txt
GL_AMD_draw_buffers_blend
void glBlendEquationIndexedAMD (GLuint buf, GLenum mode)
void glBlendEquationSeparateIndexedAMD (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
void glBlendFuncIndexedAMD (GLuint buf, GLenum src, GLenum dst)
void glBlendFuncSeparateIndexedAMD (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
@@ -0,0 +1,13 @@
GL_AMD_interleaved_elements
http://www.opengl.org/registry/specs/gl/AMD/interleaved_elements.txt
GL_AMD_interleaved_elements
GL_RED 0x1903
GL_GREEN 0x1904
GL_BLUE 0x1905
GL_ALPHA 0x1906
GL_RG8UI 0x8238
GL_RG16UI 0x823A
GL_RGBA8UI 0x8D7C
GL_VERTEX_ELEMENT_SWIZZLE_AMD 0x91A4
GL_VERTEX_ID_SWIZZLE_AMD 0x91A5
void glVertexAttribParameteriAMD (GLuint index, GLenum pname, GLint param)
@@ -0,0 +1,5 @@
GL_AMD_multi_draw_indirect
http://www.opengl.org/registry/specs/gl/AMD/multi_draw_indirect.txt
GL_AMD_multi_draw_indirect
void glMultiDrawArraysIndirectAMD (GLenum mode, const GLvoid *indirect, GLsizei primcount, GLsizei stride)
void glMultiDrawElementsIndirectAMD (GLenum mode, GLenum type, const GLvoid *indirect, GLsizei primcount, GLsizei stride)
@@ -0,0 +1,11 @@
GL_AMD_name_gen_delete
http://www.opengl.org/registry/specs/gl/AMD/name_gen_delete.txt
GL_AMD_name_gen_delete
GL_DATA_BUFFER_AMD 0x9151
GL_PERFORMANCE_MONITOR_AMD 0x9152
GL_QUERY_OBJECT_AMD 0x9153
GL_VERTEX_ARRAY_OBJECT_AMD 0x9154
GL_SAMPLER_OBJECT_AMD 0x9155
void glDeleteNamesAMD (GLenum identifier, GLuint num, const GLuint* names)
void glGenNamesAMD (GLenum identifier, GLuint num, GLuint* names)
GLboolean glIsNameAMD (GLenum identifier, GLuint name)
@@ -0,0 +1,21 @@
GL_AMD_performance_monitor
http://www.opengl.org/registry/specs/gl/AMD/performance_monitor.txt
GL_AMD_performance_monitor
GL_COUNTER_TYPE_AMD 0x8BC0
GL_COUNTER_RANGE_AMD 0x8BC1
GL_UNSIGNED_INT64_AMD 0x8BC2
GL_PERCENTAGE_AMD 0x8BC3
GL_PERFMON_RESULT_AVAILABLE_AMD 0x8BC4
GL_PERFMON_RESULT_SIZE_AMD 0x8BC5
GL_PERFMON_RESULT_AMD 0x8BC6
void glBeginPerfMonitorAMD (GLuint monitor)
void glDeletePerfMonitorsAMD (GLsizei n, GLuint* monitors)
void glEndPerfMonitorAMD (GLuint monitor)
void glGenPerfMonitorsAMD (GLsizei n, GLuint* monitors)
void glGetPerfMonitorCounterDataAMD (GLuint monitor, GLenum pname, GLsizei dataSize, GLuint* data, GLint *bytesWritten)
void glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pname, GLvoid *data)
void glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei* length, GLchar *counterString)
void glGetPerfMonitorCountersAMD (GLuint group, GLint* numCounters, GLint *maxActiveCounters, GLsizei countersSize, GLuint *counters)
void glGetPerfMonitorGroupStringAMD (GLuint group, GLsizei bufSize, GLsizei* length, GLchar *groupString)
void glGetPerfMonitorGroupsAMD (GLint* numGroups, GLsizei groupsSize, GLuint *groups)
void glSelectPerfMonitorCountersAMD (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint* counterList)
@@ -0,0 +1,4 @@
GL_AMD_pinned_memory
http://www.opengl.org/registry/specs/gl/AMD/pinned_memory.txt
GL_AMD_pinned_memory
GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD 0x9160
@@ -0,0 +1,6 @@
GL_AMD_query_buffer_object
http://www.opengl.org/registry/specs/gl/AMD/query_buffer_object.txt
GL_AMD_query_buffer_object
GL_QUERY_BUFFER_AMD 0x9192
GL_QUERY_BUFFER_BINDING_AMD 0x9193
GL_QUERY_RESULT_NO_WAIT_AMD 0x9194
@@ -0,0 +1,5 @@
GL_AMD_sample_positions
http://www.opengl.org/registry/specs/gl/AMD/sample_positions.txt
GL_AMD_sample_positions
GL_SUBSAMPLE_DISTANCE_AMD 0x883F
void glSetMultisamplefvAMD (GLenum pname, GLuint index, const GLfloat* val)
@@ -0,0 +1,4 @@
GL_AMD_seamless_cubemap_per_texture
http://www.opengl.org/registry/specs/gl/AMD/seamless_cubemap_per_texture.txt
GL_AMD_seamless_cubemap_per_texture
GL_TEXTURE_CUBE_MAP_SEAMLESS_ARB 0x884F
@@ -0,0 +1,3 @@
GL_AMD_shader_stencil_export
http://www.opengl.org/registry/specs/gl/AMD/shader_stencil_export.txt
GL_AMD_shader_stencil_export
@@ -0,0 +1,3 @@
GL_AMD_shader_trinary_minmax
http://www.opengl.org/registry/specs/gl/AMD/shader_trinary_minmax.txt
GL_AMD_shader_trinary_minmax
@@ -0,0 +1,14 @@
GL_AMD_sparse_texture
http://www.opengl.org/registry/specs/gl/AMD/sparse_texture.txt
GL_AMD_sparse_texture
GL_TEXTURE_STORAGE_SPARSE_BIT_AMD 0x00000001
GL_VIRTUAL_PAGE_SIZE_X_AMD 0x9195
GL_VIRTUAL_PAGE_SIZE_Y_AMD 0x9196
GL_VIRTUAL_PAGE_SIZE_Z_AMD 0x9197
GL_MAX_SPARSE_TEXTURE_SIZE_AMD 0x9198
GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD 0x9199
GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS 0x919A
GL_MIN_SPARSE_LEVEL_AMD 0x919B
GL_MIN_LOD_WARNING_AMD 0x919C
void glTexStorageSparseAMD (GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags)
void glTextureStorageSparseAMD (GLuint texture, GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags)
@@ -0,0 +1,8 @@
GL_AMD_stencil_operation_extended
http://www.opengl.org/registry/specs/gl/AMD/stencil_operation_extended.txt
GL_AMD_stencil_operation_extended
GL_SET_AMD 0x874A
GL_REPLACE_VALUE_AMD 0x874B
GL_STENCIL_OP_VALUE_AMD 0x874C
GL_STENCIL_BACK_OP_VALUE_AMD 0x874D
void glStencilOpValueAMD (GLenum face, GLuint value)
@@ -0,0 +1,3 @@
GL_AMD_texture_texture4
http://www.opengl.org/registry/specs/gl/AMD/texture_texture4.txt
GL_AMD_texture_texture4
@@ -0,0 +1,3 @@
GL_AMD_transform_feedback3_lines_triangles
http://www.opengl.org/registry/specs/gl/AMD/transform_feedback3_lines_triangles.txt
GL_AMD_transform_feedback3_lines_triangles
@@ -0,0 +1,3 @@
GL_AMD_vertex_shader_layer
http://www.opengl.org/registry/specs/gl/AMD/vertex_shader_layer.txt
GL_AMD_vertex_shader_layer
@@ -0,0 +1,12 @@
GL_AMD_vertex_shader_tessellator
http://www.opengl.org/registry/specs/gl/AMD/vertex_shader_tessellator.txt
GL_AMD_vertex_shader_tessellator
GL_SAMPLER_BUFFER_AMD 0x9001
GL_INT_SAMPLER_BUFFER_AMD 0x9002
GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD 0x9003
GL_TESSELLATION_MODE_AMD 0x9004
GL_TESSELLATION_FACTOR_AMD 0x9005
GL_DISCRETE_AMD 0x9006
GL_CONTINUOUS_AMD 0x9007
void glTessellationFactorAMD (GLfloat factor)
void glTessellationModeAMD (GLenum mode)
@@ -0,0 +1,3 @@
GL_AMD_vertex_shader_viewport_index
http://www.opengl.org/registry/specs/gl/AMD/vertex_shader_viewport_index.txt
GL_AMD_vertex_shader_viewport_index
@@ -0,0 +1,3 @@
GL_ANGLE_depth_texture
https://code.google.com/p/angleproject/source/browse/#git%2Fextensions
GL_ANGLE_depth_texture
@@ -0,0 +1,8 @@
GL_ANGLE_framebuffer_blit
https://code.google.com/p/angleproject/source/browse/#git%2Fextensions
GL_ANGLE_framebuffer_blit
GL_DRAW_FRAMEBUFFER_BINDING_ANGLE 0x8CA6
GL_READ_FRAMEBUFFER_ANGLE 0x8CA8
GL_DRAW_FRAMEBUFFER_ANGLE 0x8CA9
GL_READ_FRAMEBUFFER_BINDING_ANGLE 0x8CAA
void glBlitFramebufferANGLE (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
@@ -0,0 +1,7 @@
GL_ANGLE_framebuffer_multisample
https://code.google.com/p/angleproject/source/browse/#git%2Fextensions
GL_ANGLE_framebuffer_multisample
GL_RENDERBUFFER_SAMPLES_ANGLE 0x8CAB
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE 0x8D56
GL_MAX_SAMPLES_ANGLE 0x8D57
void glRenderbufferStorageMultisampleANGLE (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
@@ -0,0 +1,7 @@
GL_ANGLE_instanced_arrays
https://code.google.com/p/angleproject/source/browse/#git%2Fextensions
GL_ANGLE_instanced_arrays
GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE 0x88FE
void glDrawArraysInstancedANGLE (GLenum mode, GLint first, GLsizei count, GLsizei primcount)
void glDrawElementsInstancedANGLE (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
void glVertexAttribDivisorANGLE (GLuint index, GLuint divisor)
@@ -0,0 +1,4 @@
GL_ANGLE_pack_reverse_row_order
https://code.google.com/p/angleproject/source/browse/#git%2Fextensions
GL_ANGLE_pack_reverse_row_order
GL_PACK_REVERSE_ROW_ORDER_ANGLE 0x93A4
@@ -0,0 +1,4 @@
GL_ANGLE_program_binary
https://code.google.com/p/angleproject/source/browse/#git%2Fextensions
GL_ANGLE_program_binary
GL_PROGRAM_BINARY_ANGLE 0x93A6
@@ -0,0 +1,7 @@
GL_ANGLE_texture_compression_dxt1
https://code.google.com/p/angleproject/source/browse/#git%2Fextensions
GL_ANGLE_texture_compression_dxt1
GL_COMPRESSED_RGB_S3TC_DXT1_ANGLE 0x83F0
GL_COMPRESSED_RGBA_S3TC_DXT1_ANGLE 0x83F1
GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE 0x83F2
GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE 0x83F3
@@ -0,0 +1,7 @@
GL_ANGLE_texture_compression_dxt3
https://code.google.com/p/angleproject/source/browse/#git%2Fextensions
GL_ANGLE_texture_compression_dxt3
GL_COMPRESSED_RGB_S3TC_DXT1_ANGLE 0x83F0
GL_COMPRESSED_RGBA_S3TC_DXT1_ANGLE 0x83F1
GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE 0x83F2
GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE 0x83F3
@@ -0,0 +1,7 @@
GL_ANGLE_texture_compression_dxt5
https://code.google.com/p/angleproject/source/browse/#git%2Fextensions
GL_ANGLE_texture_compression_dxt5
GL_COMPRESSED_RGB_S3TC_DXT1_ANGLE 0x83F0
GL_COMPRESSED_RGBA_S3TC_DXT1_ANGLE 0x83F1
GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE 0x83F2
GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE 0x83F3
@@ -0,0 +1,5 @@
GL_ANGLE_texture_usage
https://code.google.com/p/angleproject/source/browse/#git%2Fextensions
GL_ANGLE_texture_usage
GL_TEXTURE_USAGE_ANGLE 0x93A2
GL_FRAMEBUFFER_ATTACHMENT_ANGLE 0x93A3
@@ -0,0 +1,20 @@
GL_ANGLE_timer_query
https://code.google.com/p/angleproject/source/browse/#git%2Fextensions
GL_ANGLE_timer_query
GL_QUERY_COUNTER_BITS_ANGLE 0x8864
GL_CURRENT_QUERY_ANGLE 0x8865
GL_QUERY_RESULT_ANGLE 0x8866
GL_QUERY_RESULT_AVAILABLE_ANGLE 0x8867
GL_TIME_ELAPSED_ANGLE 0x88BF
GL_TIMESTAMP_ANGLE 0x8E28
void glBeginQueryANGLE (GLenum target, GLuint id)
void glDeleteQueriesANGLE (GLsizei n, const GLuint* ids)
void glEndQueryANGLE (GLenum target)
void glGenQueriesANGLE (GLsizei n, GLuint* ids)
void glGetQueryObjecti64vANGLE (GLuint id, GLenum pname, GLint64* params)
void glGetQueryObjectivANGLE (GLuint id, GLenum pname, GLint* params)
void glGetQueryObjectui64vANGLE (GLuint id, GLenum pname, GLuint64* params)
void glGetQueryObjectuivANGLE (GLuint id, GLenum pname, GLuint* params)
void glGetQueryivANGLE (GLenum target, GLenum pname, GLint* params)
GLboolean glIsQueryANGLE (GLuint id)
void glQueryCounterANGLE (GLuint id, GLenum target)
@@ -0,0 +1,5 @@
GL_ANGLE_translated_shader_source
https://code.google.com/p/angleproject/source/browse/#git%2Fextensions
GL_ANGLE_translated_shader_source
GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE 0x93A0
void glGetTranslatedShaderSourceANGLE (GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* source)
@@ -0,0 +1,4 @@
GL_APPLE_aux_depth_stencil
http://www.opengl.org/registry/specs/gl/APPLE/aux_depth_stencil.txt
GL_APPLE_aux_depth_stencil
GL_AUX_DEPTH_STENCIL_APPLE 0x8A14
@@ -0,0 +1,4 @@
GL_APPLE_client_storage
http://www.opengl.org/registry/specs/gl/APPLE/client_storage.txt
GL_APPLE_client_storage
GL_UNPACK_CLIENT_STORAGE_APPLE 0x85B2

Some files were not shown because too many files have changed in this diff Show More