glxew.h File Reference

#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xmd.h>
#include <GLEXT/glew.h>

Go to the source code of this file.

Classes

struct  GLXPbufferClobberEvent
union  __GLXEvent
struct  GLXHyperpipeNetworkSGIX
struct  GLXPipeRectLimits
struct  GLXHyperpipeConfigSGIX
struct  GLXPipeRect
struct  GLXBufferClobberEventSGIX

Defines

#define __GLXEW_H__
#define __glxext_h_
#define __GLX_glx_h__
#define GLX_H
#define GLX_VERSION_1_0   1
#define GLX_USE_GL   1
#define GLX_BUFFER_SIZE   2
#define GLX_LEVEL   3
#define GLX_RGBA   4
#define GLX_DOUBLEBUFFER   5
#define GLX_STEREO   6
#define GLX_AUX_BUFFERS   7
#define GLX_RED_SIZE   8
#define GLX_GREEN_SIZE   9
#define GLX_BLUE_SIZE   10
#define GLX_ALPHA_SIZE   11
#define GLX_DEPTH_SIZE   12
#define GLX_STENCIL_SIZE   13
#define GLX_ACCUM_RED_SIZE   14
#define GLX_ACCUM_GREEN_SIZE   15
#define GLX_ACCUM_BLUE_SIZE   16
#define GLX_ACCUM_ALPHA_SIZE   17
#define GLX_BAD_SCREEN   1
#define GLX_BAD_ATTRIBUTE   2
#define GLX_NO_EXTENSION   3
#define GLX_BAD_VISUAL   4
#define GLX_BAD_CONTEXT   5
#define GLX_BAD_VALUE   6
#define GLX_BAD_ENUM   7
#define GLXEW_VERSION_1_0   GLXEW_GET_VAR(__GLXEW_VERSION_1_0)
#define GLX_VENDOR   0x1
#define GLX_VERSION   0x2
#define GLX_EXTENSIONS   0x3
#define GLXEW_VERSION_1_1   GLXEW_GET_VAR(__GLXEW_VERSION_1_1)
#define GLX_VERSION_1_2   1
#define glXGetCurrentDisplay   GLXEW_GET_FUN(__glewXGetCurrentDisplay)
#define GLXEW_VERSION_1_2   GLXEW_GET_VAR(__GLXEW_VERSION_1_2)
#define GLX_VERSION_1_3   1
#define GLX_RGBA_BIT   0x00000001
#define GLX_FRONT_LEFT_BUFFER_BIT   0x00000001
#define GLX_WINDOW_BIT   0x00000001
#define GLX_COLOR_INDEX_BIT   0x00000002
#define GLX_PIXMAP_BIT   0x00000002
#define GLX_FRONT_RIGHT_BUFFER_BIT   0x00000002
#define GLX_BACK_LEFT_BUFFER_BIT   0x00000004
#define GLX_PBUFFER_BIT   0x00000004
#define GLX_BACK_RIGHT_BUFFER_BIT   0x00000008
#define GLX_AUX_BUFFERS_BIT   0x00000010
#define GLX_CONFIG_CAVEAT   0x20
#define GLX_DEPTH_BUFFER_BIT   0x00000020
#define GLX_X_VISUAL_TYPE   0x22
#define GLX_TRANSPARENT_TYPE   0x23
#define GLX_TRANSPARENT_INDEX_VALUE   0x24
#define GLX_TRANSPARENT_RED_VALUE   0x25
#define GLX_TRANSPARENT_GREEN_VALUE   0x26
#define GLX_TRANSPARENT_BLUE_VALUE   0x27
#define GLX_TRANSPARENT_ALPHA_VALUE   0x28
#define GLX_STENCIL_BUFFER_BIT   0x00000040
#define GLX_ACCUM_BUFFER_BIT   0x00000080
#define GLX_NONE   0x8000
#define GLX_SLOW_CONFIG   0x8001
#define GLX_TRUE_COLOR   0x8002
#define GLX_DIRECT_COLOR   0x8003
#define GLX_PSEUDO_COLOR   0x8004
#define GLX_STATIC_COLOR   0x8005
#define GLX_GRAY_SCALE   0x8006
#define GLX_STATIC_GRAY   0x8007
#define GLX_TRANSPARENT_RGB   0x8008
#define GLX_TRANSPARENT_INDEX   0x8009
#define GLX_VISUAL_ID   0x800B
#define GLX_SCREEN   0x800C
#define GLX_NON_CONFORMANT_CONFIG   0x800D
#define GLX_DRAWABLE_TYPE   0x8010
#define GLX_RENDER_TYPE   0x8011
#define GLX_X_RENDERABLE   0x8012
#define GLX_FBCONFIG_ID   0x8013
#define GLX_RGBA_TYPE   0x8014
#define GLX_COLOR_INDEX_TYPE   0x8015
#define GLX_MAX_PBUFFER_WIDTH   0x8016
#define GLX_MAX_PBUFFER_HEIGHT   0x8017
#define GLX_MAX_PBUFFER_PIXELS   0x8018
#define GLX_PRESERVED_CONTENTS   0x801B
#define GLX_LARGEST_PBUFFER   0x801C
#define GLX_WIDTH   0x801D
#define GLX_HEIGHT   0x801E
#define GLX_EVENT_MASK   0x801F
#define GLX_DAMAGED   0x8020
#define GLX_SAVED   0x8021
#define GLX_WINDOW   0x8022
#define GLX_PBUFFER   0x8023
#define GLX_PBUFFER_HEIGHT   0x8040
#define GLX_PBUFFER_WIDTH   0x8041
#define GLX_PBUFFER_CLOBBER_MASK   0x08000000
#define GLX_DONT_CARE   0xFFFFFFFF
#define glXChooseFBConfig   GLXEW_GET_FUN(__glewXChooseFBConfig)
#define glXCreateNewContext   GLXEW_GET_FUN(__glewXCreateNewContext)
#define glXCreatePbuffer   GLXEW_GET_FUN(__glewXCreatePbuffer)
#define glXCreatePixmap   GLXEW_GET_FUN(__glewXCreatePixmap)
#define glXCreateWindow   GLXEW_GET_FUN(__glewXCreateWindow)
#define glXDestroyPbuffer   GLXEW_GET_FUN(__glewXDestroyPbuffer)
#define glXDestroyPixmap   GLXEW_GET_FUN(__glewXDestroyPixmap)
#define glXDestroyWindow   GLXEW_GET_FUN(__glewXDestroyWindow)
#define glXGetCurrentReadDrawable   GLXEW_GET_FUN(__glewXGetCurrentReadDrawable)
#define glXGetFBConfigAttrib   GLXEW_GET_FUN(__glewXGetFBConfigAttrib)
#define glXGetFBConfigs   GLXEW_GET_FUN(__glewXGetFBConfigs)
#define glXGetSelectedEvent   GLXEW_GET_FUN(__glewXGetSelectedEvent)
#define glXGetVisualFromFBConfig   GLXEW_GET_FUN(__glewXGetVisualFromFBConfig)
#define glXMakeContextCurrent   GLXEW_GET_FUN(__glewXMakeContextCurrent)
#define glXQueryContext   GLXEW_GET_FUN(__glewXQueryContext)
#define glXQueryDrawable   GLXEW_GET_FUN(__glewXQueryDrawable)
#define glXSelectEvent   GLXEW_GET_FUN(__glewXSelectEvent)
#define GLXEW_VERSION_1_3   GLXEW_GET_VAR(__GLXEW_VERSION_1_3)
#define GLX_VERSION_1_4   1
#define GLX_SAMPLE_BUFFERS   100000
#define GLX_SAMPLES   100001
#define GLXEW_VERSION_1_4   GLXEW_GET_VAR(__GLXEW_VERSION_1_4)
#define GLX_3DFX_multisample   1
#define GLX_SAMPLE_BUFFERS_3DFX   0x8050
#define GLX_SAMPLES_3DFX   0x8051
#define GLXEW_3DFX_multisample   GLXEW_GET_VAR(__GLXEW_3DFX_multisample)
#define GLX_ARB_fbconfig_float   1
#define GLX_RGBA_FLOAT_BIT   0x00000004
#define GLX_RGBA_FLOAT_TYPE   0x20B9
#define GLXEW_ARB_fbconfig_float   GLXEW_GET_VAR(__GLXEW_ARB_fbconfig_float)
#define GLX_ARB_get_proc_address   1
#define GLXEW_ARB_get_proc_address   GLXEW_GET_VAR(__GLXEW_ARB_get_proc_address)
#define GLX_ARB_multisample   1
#define GLX_SAMPLE_BUFFERS_ARB   100000
#define GLX_SAMPLES_ARB   100001
#define GLXEW_ARB_multisample   GLXEW_GET_VAR(__GLXEW_ARB_multisample)
#define GLX_ATI_pixel_format_float   1
#define GLX_RGBA_FLOAT_ATI_BIT   0x00000100
#define GLXEW_ATI_pixel_format_float   GLXEW_GET_VAR(__GLXEW_ATI_pixel_format_float)
#define GLX_ATI_render_texture   1
#define GLX_BIND_TO_TEXTURE_RGB_ATI   0x9800
#define GLX_BIND_TO_TEXTURE_RGBA_ATI   0x9801
#define GLX_TEXTURE_FORMAT_ATI   0x9802
#define GLX_TEXTURE_TARGET_ATI   0x9803
#define GLX_MIPMAP_TEXTURE_ATI   0x9804
#define GLX_TEXTURE_RGB_ATI   0x9805
#define GLX_TEXTURE_RGBA_ATI   0x9806
#define GLX_NO_TEXTURE_ATI   0x9807
#define GLX_TEXTURE_CUBE_MAP_ATI   0x9808
#define GLX_TEXTURE_1D_ATI   0x9809
#define GLX_TEXTURE_2D_ATI   0x980A
#define GLX_MIPMAP_LEVEL_ATI   0x980B
#define GLX_CUBE_MAP_FACE_ATI   0x980C
#define GLX_TEXTURE_CUBE_MAP_POSITIVE_X_ATI   0x980D
#define GLX_TEXTURE_CUBE_MAP_NEGATIVE_X_ATI   0x980E
#define GLX_TEXTURE_CUBE_MAP_POSITIVE_Y_ATI   0x980F
#define GLX_TEXTURE_CUBE_MAP_NEGATIVE_Y_ATI   0x9810
#define GLX_TEXTURE_CUBE_MAP_POSITIVE_Z_ATI   0x9811
#define GLX_TEXTURE_CUBE_MAP_NEGATIVE_Z_ATI   0x9812
#define GLX_FRONT_LEFT_ATI   0x9813
#define GLX_FRONT_RIGHT_ATI   0x9814
#define GLX_BACK_LEFT_ATI   0x9815
#define GLX_BACK_RIGHT_ATI   0x9816
#define GLX_AUX0_ATI   0x9817
#define GLX_AUX1_ATI   0x9818
#define GLX_AUX2_ATI   0x9819
#define GLX_AUX3_ATI   0x981A
#define GLX_AUX4_ATI   0x981B
#define GLX_AUX5_ATI   0x981C
#define GLX_AUX6_ATI   0x981D
#define GLX_AUX7_ATI   0x981E
#define GLX_AUX8_ATI   0x981F
#define GLX_AUX9_ATI   0x9820
#define GLX_BIND_TO_TEXTURE_LUMINANCE_ATI   0x9821
#define GLX_BIND_TO_TEXTURE_INTENSITY_ATI   0x9822
#define glXBindTexImageATI   GLXEW_GET_FUN(__glewXBindTexImageATI)
#define glXDrawableAttribATI   GLXEW_GET_FUN(__glewXDrawableAttribATI)
#define glXReleaseTexImageATI   GLXEW_GET_FUN(__glewXReleaseTexImageATI)
#define GLXEW_ATI_render_texture   GLXEW_GET_VAR(__GLXEW_ATI_render_texture)
#define GLX_EXT_fbconfig_packed_float   1
#define GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT   0x00000008
#define GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT   0x20B1
#define GLXEW_EXT_fbconfig_packed_float   GLXEW_GET_VAR(__GLXEW_EXT_fbconfig_packed_float)
#define GLX_EXT_framebuffer_sRGB   1
#define GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT   0x20B2
#define GLXEW_EXT_framebuffer_sRGB   GLXEW_GET_VAR(__GLXEW_EXT_framebuffer_sRGB)
#define GLX_EXT_import_context   1
#define GLX_SHARE_CONTEXT_EXT   0x800A
#define GLX_VISUAL_ID_EXT   0x800B
#define GLX_SCREEN_EXT   0x800C
#define glXFreeContextEXT   GLXEW_GET_FUN(__glewXFreeContextEXT)
#define glXGetContextIDEXT   GLXEW_GET_FUN(__glewXGetContextIDEXT)
#define glXImportContextEXT   GLXEW_GET_FUN(__glewXImportContextEXT)
#define glXQueryContextInfoEXT   GLXEW_GET_FUN(__glewXQueryContextInfoEXT)
#define GLXEW_EXT_import_context   GLXEW_GET_VAR(__GLXEW_EXT_import_context)
#define GLX_EXT_scene_marker   1
#define GLXEW_EXT_scene_marker   GLXEW_GET_VAR(__GLXEW_EXT_scene_marker)
#define GLX_EXT_visual_info   1
#define GLX_X_VISUAL_TYPE_EXT   0x22
#define GLX_TRANSPARENT_TYPE_EXT   0x23
#define GLX_TRANSPARENT_INDEX_VALUE_EXT   0x24
#define GLX_TRANSPARENT_RED_VALUE_EXT   0x25
#define GLX_TRANSPARENT_GREEN_VALUE_EXT   0x26
#define GLX_TRANSPARENT_BLUE_VALUE_EXT   0x27
#define GLX_TRANSPARENT_ALPHA_VALUE_EXT   0x28
#define GLX_NONE_EXT   0x8000
#define GLX_TRUE_COLOR_EXT   0x8002
#define GLX_DIRECT_COLOR_EXT   0x8003
#define GLX_PSEUDO_COLOR_EXT   0x8004
#define GLX_STATIC_COLOR_EXT   0x8005
#define GLX_GRAY_SCALE_EXT   0x8006
#define GLX_STATIC_GRAY_EXT   0x8007
#define GLX_TRANSPARENT_RGB_EXT   0x8008
#define GLX_TRANSPARENT_INDEX_EXT   0x8009
#define GLXEW_EXT_visual_info   GLXEW_GET_VAR(__GLXEW_EXT_visual_info)
#define GLX_EXT_visual_rating   1
#define GLX_VISUAL_CAVEAT_EXT   0x20
#define GLX_SLOW_VISUAL_EXT   0x8001
#define GLX_NON_CONFORMANT_VISUAL_EXT   0x800D
#define GLXEW_EXT_visual_rating   GLXEW_GET_VAR(__GLXEW_EXT_visual_rating)
#define GLX_MESA_agp_offset   1
#define glXGetAGPOffsetMESA   GLXEW_GET_FUN(__glewXGetAGPOffsetMESA)
#define GLXEW_MESA_agp_offset   GLXEW_GET_VAR(__GLXEW_MESA_agp_offset)
#define GLX_MESA_copy_sub_buffer   1
#define glXCopySubBufferMESA   GLXEW_GET_FUN(__glewXCopySubBufferMESA)
#define GLXEW_MESA_copy_sub_buffer   GLXEW_GET_VAR(__GLXEW_MESA_copy_sub_buffer)
#define GLX_MESA_pixmap_colormap   1
#define glXCreateGLXPixmapMESA   GLXEW_GET_FUN(__glewXCreateGLXPixmapMESA)
#define GLXEW_MESA_pixmap_colormap   GLXEW_GET_VAR(__GLXEW_MESA_pixmap_colormap)
#define GLX_MESA_release_buffers   1
#define glXReleaseBuffersMESA   GLXEW_GET_FUN(__glewXReleaseBuffersMESA)
#define GLXEW_MESA_release_buffers   GLXEW_GET_VAR(__GLXEW_MESA_release_buffers)
#define GLX_MESA_set_3dfx_mode   1
#define GLX_3DFX_WINDOW_MODE_MESA   0x1
#define GLX_3DFX_FULLSCREEN_MODE_MESA   0x2
#define glXSet3DfxModeMESA   GLXEW_GET_FUN(__glewXSet3DfxModeMESA)
#define GLXEW_MESA_set_3dfx_mode   GLXEW_GET_VAR(__GLXEW_MESA_set_3dfx_mode)
#define GLX_NV_float_buffer   1
#define GLX_FLOAT_COMPONENTS_NV   0x20B0
#define GLXEW_NV_float_buffer   GLXEW_GET_VAR(__GLXEW_NV_float_buffer)
#define GLX_NV_vertex_array_range   1
#define glXAllocateMemoryNV   GLXEW_GET_FUN(__glewXAllocateMemoryNV)
#define glXFreeMemoryNV   GLXEW_GET_FUN(__glewXFreeMemoryNV)
#define GLXEW_NV_vertex_array_range   GLXEW_GET_VAR(__GLXEW_NV_vertex_array_range)
#define GLX_OML_swap_method   1
#define GLX_SWAP_METHOD_OML   0x8060
#define GLX_SWAP_EXCHANGE_OML   0x8061
#define GLX_SWAP_COPY_OML   0x8062
#define GLX_SWAP_UNDEFINED_OML   0x8063
#define GLXEW_OML_swap_method   GLXEW_GET_VAR(__GLXEW_OML_swap_method)
#define GLX_SGIS_blended_overlay   1
#define GLX_BLENDED_RGBA_SGIS   0x8025
#define GLXEW_SGIS_blended_overlay   GLXEW_GET_VAR(__GLXEW_SGIS_blended_overlay)
#define GLX_SGIS_color_range   1
#define GLX_MIN_RED_SGIS   0
#define GLX_MAX_GREEN_SGIS   0
#define GLX_MIN_BLUE_SGIS   0
#define GLX_MAX_ALPHA_SGIS   0
#define GLX_MIN_GREEN_SGIS   0
#define GLX_MIN_ALPHA_SGIS   0
#define GLX_MAX_RED_SGIS   0
#define GLX_EXTENDED_RANGE_SGIS   0
#define GLX_MAX_BLUE_SGIS   0
#define GLXEW_SGIS_color_range   GLXEW_GET_VAR(__GLXEW_SGIS_color_range)
#define GLX_SGIS_multisample   1
#define GLX_SAMPLE_BUFFERS_SGIS   100000
#define GLX_SAMPLES_SGIS   100001
#define GLXEW_SGIS_multisample   GLXEW_GET_VAR(__GLXEW_SGIS_multisample)
#define GLX_SGIS_shared_multisample   1
#define GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS   0x8026
#define GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS   0x8027
#define GLXEW_SGIS_shared_multisample   GLXEW_GET_VAR(__GLXEW_SGIS_shared_multisample)
#define GLX_SGIX_fbconfig   1
#define GLX_WINDOW_BIT_SGIX   0x00000001
#define GLX_RGBA_BIT_SGIX   0x00000001
#define GLX_PIXMAP_BIT_SGIX   0x00000002
#define GLX_COLOR_INDEX_BIT_SGIX   0x00000002
#define GLX_SCREEN_EXT   0x800C
#define GLX_DRAWABLE_TYPE_SGIX   0x8010
#define GLX_RENDER_TYPE_SGIX   0x8011
#define GLX_X_RENDERABLE_SGIX   0x8012
#define GLX_FBCONFIG_ID_SGIX   0x8013
#define GLX_RGBA_TYPE_SGIX   0x8014
#define GLX_COLOR_INDEX_TYPE_SGIX   0x8015
#define glXChooseFBConfigSGIX   GLXEW_GET_FUN(__glewXChooseFBConfigSGIX)
#define glXCreateContextWithConfigSGIX   GLXEW_GET_FUN(__glewXCreateContextWithConfigSGIX)
#define glXCreateGLXPixmapWithConfigSGIX   GLXEW_GET_FUN(__glewXCreateGLXPixmapWithConfigSGIX)
#define glXGetFBConfigAttribSGIX   GLXEW_GET_FUN(__glewXGetFBConfigAttribSGIX)
#define glXGetFBConfigFromVisualSGIX   GLXEW_GET_FUN(__glewXGetFBConfigFromVisualSGIX)
#define glXGetVisualFromFBConfigSGIX   GLXEW_GET_FUN(__glewXGetVisualFromFBConfigSGIX)
#define GLXEW_SGIX_fbconfig   GLXEW_GET_VAR(__GLXEW_SGIX_fbconfig)
#define GLX_SGIX_hyperpipe   1
#define GLX_HYPERPIPE_DISPLAY_PIPE_SGIX   0x00000001
#define GLX_PIPE_RECT_SGIX   0x00000001
#define GLX_PIPE_RECT_LIMITS_SGIX   0x00000002
#define GLX_HYPERPIPE_RENDER_PIPE_SGIX   0x00000002
#define GLX_HYPERPIPE_STEREO_SGIX   0x00000003
#define GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX   0x00000004
#define GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX   80
#define GLX_BAD_HYPERPIPE_CONFIG_SGIX   91
#define GLX_BAD_HYPERPIPE_SGIX   92
#define GLX_HYPERPIPE_ID_SGIX   0x8030
#define glXBindHyperpipeSGIX   GLXEW_GET_FUN(__glewXBindHyperpipeSGIX)
#define glXDestroyHyperpipeConfigSGIX   GLXEW_GET_FUN(__glewXDestroyHyperpipeConfigSGIX)
#define glXHyperpipeAttribSGIX   GLXEW_GET_FUN(__glewXHyperpipeAttribSGIX)
#define glXHyperpipeConfigSGIX   GLXEW_GET_FUN(__glewXHyperpipeConfigSGIX)
#define glXQueryHyperpipeAttribSGIX   GLXEW_GET_FUN(__glewXQueryHyperpipeAttribSGIX)
#define glXQueryHyperpipeBestAttribSGIX   GLXEW_GET_FUN(__glewXQueryHyperpipeBestAttribSGIX)
#define glXQueryHyperpipeConfigSGIX   GLXEW_GET_FUN(__glewXQueryHyperpipeConfigSGIX)
#define glXQueryHyperpipeNetworkSGIX   GLXEW_GET_FUN(__glewXQueryHyperpipeNetworkSGIX)
#define GLXEW_SGIX_hyperpipe   GLXEW_GET_VAR(__GLXEW_SGIX_hyperpipe)
#define GLX_SGIX_pbuffer   1
#define GLX_FRONT_LEFT_BUFFER_BIT_SGIX   0x00000001
#define GLX_FRONT_RIGHT_BUFFER_BIT_SGIX   0x00000002
#define GLX_PBUFFER_BIT_SGIX   0x00000004
#define GLX_BACK_LEFT_BUFFER_BIT_SGIX   0x00000004
#define GLX_BACK_RIGHT_BUFFER_BIT_SGIX   0x00000008
#define GLX_AUX_BUFFERS_BIT_SGIX   0x00000010
#define GLX_DEPTH_BUFFER_BIT_SGIX   0x00000020
#define GLX_STENCIL_BUFFER_BIT_SGIX   0x00000040
#define GLX_ACCUM_BUFFER_BIT_SGIX   0x00000080
#define GLX_SAMPLE_BUFFERS_BIT_SGIX   0x00000100
#define GLX_MAX_PBUFFER_WIDTH_SGIX   0x8016
#define GLX_MAX_PBUFFER_HEIGHT_SGIX   0x8017
#define GLX_MAX_PBUFFER_PIXELS_SGIX   0x8018
#define GLX_OPTIMAL_PBUFFER_WIDTH_SGIX   0x8019
#define GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX   0x801A
#define GLX_PRESERVED_CONTENTS_SGIX   0x801B
#define GLX_LARGEST_PBUFFER_SGIX   0x801C
#define GLX_WIDTH_SGIX   0x801D
#define GLX_HEIGHT_SGIX   0x801E
#define GLX_EVENT_MASK_SGIX   0x801F
#define GLX_DAMAGED_SGIX   0x8020
#define GLX_SAVED_SGIX   0x8021
#define GLX_WINDOW_SGIX   0x8022
#define GLX_PBUFFER_SGIX   0x8023
#define GLX_BUFFER_CLOBBER_MASK_SGIX   0x08000000
#define glXCreateGLXPbufferSGIX   GLXEW_GET_FUN(__glewXCreateGLXPbufferSGIX)
#define glXDestroyGLXPbufferSGIX   GLXEW_GET_FUN(__glewXDestroyGLXPbufferSGIX)
#define glXGetSelectedEventSGIX   GLXEW_GET_FUN(__glewXGetSelectedEventSGIX)
#define glXQueryGLXPbufferSGIX   GLXEW_GET_FUN(__glewXQueryGLXPbufferSGIX)
#define glXSelectEventSGIX   GLXEW_GET_FUN(__glewXSelectEventSGIX)
#define GLXEW_SGIX_pbuffer   GLXEW_GET_VAR(__GLXEW_SGIX_pbuffer)
#define GLX_SGIX_swap_barrier   1
#define glXBindSwapBarrierSGIX   GLXEW_GET_FUN(__glewXBindSwapBarrierSGIX)
#define glXQueryMaxSwapBarriersSGIX   GLXEW_GET_FUN(__glewXQueryMaxSwapBarriersSGIX)
#define GLXEW_SGIX_swap_barrier   GLXEW_GET_VAR(__GLXEW_SGIX_swap_barrier)
#define GLX_SGIX_swap_group   1
#define glXJoinSwapGroupSGIX   GLXEW_GET_FUN(__glewXJoinSwapGroupSGIX)
#define GLXEW_SGIX_swap_group   GLXEW_GET_VAR(__GLXEW_SGIX_swap_group)
#define GLX_SGIX_video_resize   1
#define GLX_SYNC_FRAME_SGIX   0x00000000
#define GLX_SYNC_SWAP_SGIX   0x00000001
#define glXBindChannelToWindowSGIX   GLXEW_GET_FUN(__glewXBindChannelToWindowSGIX)
#define glXChannelRectSGIX   GLXEW_GET_FUN(__glewXChannelRectSGIX)
#define glXChannelRectSyncSGIX   GLXEW_GET_FUN(__glewXChannelRectSyncSGIX)
#define glXQueryChannelDeltasSGIX   GLXEW_GET_FUN(__glewXQueryChannelDeltasSGIX)
#define glXQueryChannelRectSGIX   GLXEW_GET_FUN(__glewXQueryChannelRectSGIX)
#define GLXEW_SGIX_video_resize   GLXEW_GET_VAR(__GLXEW_SGIX_video_resize)
#define GLX_SGIX_visual_select_group   1
#define GLX_VISUAL_SELECT_GROUP_SGIX   0x8028
#define GLXEW_SGIX_visual_select_group   GLXEW_GET_VAR(__GLXEW_SGIX_visual_select_group)
#define GLX_SGI_cushion   1
#define glXCushionSGI   GLXEW_GET_FUN(__glewXCushionSGI)
#define GLXEW_SGI_cushion   GLXEW_GET_VAR(__GLXEW_SGI_cushion)
#define GLX_SGI_make_current_read   1
#define glXGetCurrentReadDrawableSGI   GLXEW_GET_FUN(__glewXGetCurrentReadDrawableSGI)
#define glXMakeCurrentReadSGI   GLXEW_GET_FUN(__glewXMakeCurrentReadSGI)
#define GLXEW_SGI_make_current_read   GLXEW_GET_VAR(__GLXEW_SGI_make_current_read)
#define GLX_SGI_swap_control   1
#define glXSwapIntervalSGI   GLXEW_GET_FUN(__glewXSwapIntervalSGI)
#define GLXEW_SGI_swap_control   GLXEW_GET_VAR(__GLXEW_SGI_swap_control)
#define GLX_SGI_video_sync   1
#define glXGetVideoSyncSGI   GLXEW_GET_FUN(__glewXGetVideoSyncSGI)
#define glXWaitVideoSyncSGI   GLXEW_GET_FUN(__glewXWaitVideoSyncSGI)
#define GLXEW_SGI_video_sync   GLXEW_GET_VAR(__GLXEW_SGI_video_sync)
#define GLX_SUN_get_transparent_index   1
#define glXGetTransparentIndexSUN   GLXEW_GET_FUN(__glewXGetTransparentIndexSUN)
#define GLXEW_SUN_get_transparent_index   GLXEW_GET_VAR(__GLXEW_SUN_get_transparent_index)
#define GLX_SUN_video_resize   1
#define GLX_VIDEO_RESIZE_SUN   0x8171
#define GL_VIDEO_RESIZE_COMPENSATION_SUN   0x85CD
#define glXGetVideoResizeSUN   GLXEW_GET_FUN(__glewXGetVideoResizeSUN)
#define glXVideoResizeSUN   GLXEW_GET_FUN(__glewXVideoResizeSUN)
#define GLXEW_SUN_video_resize   GLXEW_GET_VAR(__GLXEW_SUN_video_resize)
#define GLXEW_EXPORT   extern
#define GLXEW_GET_VAR(x)   (*(const GLboolean*)&x)
#define GLXEW_GET_FUN(x)   x

Typedefs

typedef XID GLXDrawable
typedef XID GLXPixmap
typedef struct
__GLXcontextRec * 
GLXContext
typedef Display *(* PFNGLXGETCURRENTDISPLAYPROC )(void)
typedef XID GLXFBConfigID
typedef XID GLXWindow
typedef XID GLXPbuffer
typedef struct
__GLXFBConfigRec * 
GLXFBConfig
typedef union __GLXEvent GLXEvent
typedef GLXFBConfig *(* PFNGLXCHOOSEFBCONFIGPROC )(Display *dpy, int screen, const int *attrib_list, int *nelements)
typedef GLXContext(* PFNGLXCREATENEWCONTEXTPROC )(Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
typedef GLXPbuffer(* PFNGLXCREATEPBUFFERPROC )(Display *dpy, GLXFBConfig config, const int *attrib_list)
typedef GLXPixmap(* PFNGLXCREATEPIXMAPPROC )(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list)
typedef GLXWindow(* PFNGLXCREATEWINDOWPROC )(Display *dpy, GLXFBConfig config, Window win, const int *attrib_list)
typedef void(* PFNGLXDESTROYPBUFFERPROC )(Display *dpy, GLXPbuffer pbuf)
typedef void(* PFNGLXDESTROYPIXMAPPROC )(Display *dpy, GLXPixmap pixmap)
typedef void(* PFNGLXDESTROYWINDOWPROC )(Display *dpy, GLXWindow win)
typedef GLXDrawable(* PFNGLXGETCURRENTREADDRAWABLEPROC )(void)
typedef int(* PFNGLXGETFBCONFIGATTRIBPROC )(Display *dpy, GLXFBConfig config, int attribute, int *value)
typedef GLXFBConfig *(* PFNGLXGETFBCONFIGSPROC )(Display *dpy, int screen, int *nelements)
typedef void(* PFNGLXGETSELECTEDEVENTPROC )(Display *dpy, GLXDrawable draw, unsigned long *event_mask)
typedef XVisualInfo *(* PFNGLXGETVISUALFROMFBCONFIGPROC )(Display *dpy, GLXFBConfig config)
typedef Bool(* PFNGLXMAKECONTEXTCURRENTPROC )(Display *display, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
typedef int(* PFNGLXQUERYCONTEXTPROC )(Display *dpy, GLXContext ctx, int attribute, int *value)
typedef void(* PFNGLXQUERYDRAWABLEPROC )(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value)
typedef void(* PFNGLXSELECTEVENTPROC )(Display *dpy, GLXDrawable draw, unsigned long event_mask)
typedef void(* PFNGLXBINDTEXIMAGEATIPROC )(Display *dpy, GLXPbuffer pbuf, int buffer)
typedef void(* PFNGLXDRAWABLEATTRIBATIPROC )(Display *dpy, GLXDrawable draw, const int *attrib_list)
typedef void(* PFNGLXRELEASETEXIMAGEATIPROC )(Display *dpy, GLXPbuffer pbuf, int buffer)
typedef XID GLXContextID
typedef void(* PFNGLXFREECONTEXTEXTPROC )(Display *dpy, GLXContext context)
typedef GLXContextID(* PFNGLXGETCONTEXTIDEXTPROC )(const GLXContext context)
typedef GLXContext(* PFNGLXIMPORTCONTEXTEXTPROC )(Display *dpy, GLXContextID contextID)
typedef int(* PFNGLXQUERYCONTEXTINFOEXTPROC )(Display *dpy, GLXContext context, int attribute, int *value)
typedef unsigned int(* PFNGLXGETAGPOFFSETMESAPROC )(const void *pointer)
typedef void(* PFNGLXCOPYSUBBUFFERMESAPROC )(Display *dpy, GLXDrawable drawable, int x, int y, int width, int height)
typedef GLXPixmap(* PFNGLXCREATEGLXPIXMAPMESAPROC )(Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap)
typedef Bool(* PFNGLXRELEASEBUFFERSMESAPROC )(Display *dpy, GLXDrawable d)
typedef GLboolean(* PFNGLXSET3DFXMODEMESAPROC )(GLint mode)
typedef void *(* PFNGLXALLOCATEMEMORYNVPROC )(GLsizei size, GLfloat readFrequency, GLfloat writeFrequency, GLfloat priority)
typedef void(* PFNGLXFREEMEMORYNVPROC )(void *pointer)
typedef XID GLXFBConfigIDSGIX
typedef struct
__GLXFBConfigRec * 
GLXFBConfigSGIX
typedef
GLXFBConfigSGIX *(* 
PFNGLXCHOOSEFBCONFIGSGIXPROC )(Display *dpy, int screen, const int *attrib_list, int *nelements)
typedef GLXContext(* PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC )(Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
typedef GLXPixmap(* PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC )(Display *dpy, GLXFBConfig config, Pixmap pixmap)
typedef int(* PFNGLXGETFBCONFIGATTRIBSGIXPROC )(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value)
typedef GLXFBConfigSGIX(* PFNGLXGETFBCONFIGFROMVISUALSGIXPROC )(Display *dpy, XVisualInfo *vis)
typedef XVisualInfo *(* PFNGLXGETVISUALFROMFBCONFIGSGIXPROC )(Display *dpy, GLXFBConfig config)
typedef int(* PFNGLXBINDHYPERPIPESGIXPROC )(Display *dpy, int hpId)
typedef int(* PFNGLXDESTROYHYPERPIPECONFIGSGIXPROC )(Display *dpy, int hpId)
typedef int(* PFNGLXHYPERPIPEATTRIBSGIXPROC )(Display *dpy, int timeSlice, int attrib, int size, void *attribList)
typedef int(* PFNGLXHYPERPIPECONFIGSGIXPROC )(Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId)
typedef int(* PFNGLXQUERYHYPERPIPEATTRIBSGIXPROC )(Display *dpy, int timeSlice, int attrib, int size, void *returnAttribList)
typedef int(* PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC )(Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList)
typedef
GLXHyperpipeConfigSGIX *(* 
PFNGLXQUERYHYPERPIPECONFIGSGIXPROC )(Display *dpy, int hpId, int *npipes)
typedef
GLXHyperpipeNetworkSGIX *(* 
PFNGLXQUERYHYPERPIPENETWORKSGIXPROC )(Display *dpy, int *npipes)
typedef XID GLXPbufferSGIX
typedef GLXPbuffer(* PFNGLXCREATEGLXPBUFFERSGIXPROC )(Display *dpy, GLXFBConfig config, unsigned int width, unsigned int height, int *attrib_list)
typedef void(* PFNGLXDESTROYGLXPBUFFERSGIXPROC )(Display *dpy, GLXPbuffer pbuf)
typedef void(* PFNGLXGETSELECTEDEVENTSGIXPROC )(Display *dpy, GLXDrawable drawable, unsigned long *mask)
typedef void(* PFNGLXQUERYGLXPBUFFERSGIXPROC )(Display *dpy, GLXPbuffer pbuf, int attribute, unsigned int *value)
typedef void(* PFNGLXSELECTEVENTSGIXPROC )(Display *dpy, GLXDrawable drawable, unsigned long mask)
typedef void(* PFNGLXBINDSWAPBARRIERSGIXPROC )(Display *dpy, GLXDrawable drawable, int barrier)
typedef Bool(* PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC )(Display *dpy, int screen, int *max)
typedef void(* PFNGLXJOINSWAPGROUPSGIXPROC )(Display *dpy, GLXDrawable drawable, GLXDrawable member)
typedef int(* PFNGLXBINDCHANNELTOWINDOWSGIXPROC )(Display *display, int screen, int channel, Window window)
typedef int(* PFNGLXCHANNELRECTSGIXPROC )(Display *display, int screen, int channel, int x, int y, int w, int h)
typedef int(* PFNGLXCHANNELRECTSYNCSGIXPROC )(Display *display, int screen, int channel, GLenum synctype)
typedef int(* PFNGLXQUERYCHANNELDELTASSGIXPROC )(Display *display, int screen, int channel, int *x, int *y, int *w, int *h)
typedef int(* PFNGLXQUERYCHANNELRECTSGIXPROC )(Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh)
typedef void(* PFNGLXCUSHIONSGIPROC )(Display *dpy, Window window, float cushion)
typedef GLXDrawable(* PFNGLXGETCURRENTREADDRAWABLESGIPROC )(void)
typedef Bool(* PFNGLXMAKECURRENTREADSGIPROC )(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
typedef int(* PFNGLXSWAPINTERVALSGIPROC )(int interval)
typedef int(* PFNGLXGETVIDEOSYNCSGIPROC )(uint *count)
typedef int(* PFNGLXWAITVIDEOSYNCSGIPROC )(int divisor, int remainder, unsigned int *count)
typedef Status(* PFNGLXGETTRANSPARENTINDEXSUNPROC )(Display *dpy, Window overlay, Window underlay, unsigned long *pTransparentIndex)
typedef int(* PFNGLXGETVIDEORESIZESUNPROC )(Display *display, GLXDrawable window, float *factor)
typedef int(* PFNGLXVIDEORESIZESUNPROC )(Display *display, GLXDrawable window, float factor)

Functions

Bool glXQueryExtension (Display *dpy, int *errorBase, int *eventBase)
Bool glXQueryVersion (Display *dpy, int *major, int *minor)
int glXGetConfig (Display *dpy, XVisualInfo *vis, int attrib, int *value)
XVisualInfo * glXChooseVisual (Display *dpy, int screen, int *attribList)
GLXPixmap glXCreateGLXPixmap (Display *dpy, XVisualInfo *vis, Pixmap pixmap)
void glXDestroyGLXPixmap (Display *dpy, GLXPixmap pix)
GLXContext glXCreateContext (Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool direct)
void glXDestroyContext (Display *dpy, GLXContext ctx)
Bool glXIsDirect (Display *dpy, GLXContext ctx)
void glXCopyContext (Display *dpy, GLXContext src, GLXContext dst, GLuint mask)
Bool glXMakeCurrent (Display *dpy, GLXDrawable drawable, GLXContext ctx)
GLXContext glXGetCurrentContext (void)
GLXDrawable glXGetCurrentDrawable (void)
void glXWaitGL (void)
void glXWaitX (void)
void glXSwapBuffers (Display *dpy, GLXDrawable drawable)
void glXUseXFont (Font font, int first, int count, int listBase)
const char * glXQueryExtensionsString (Display *dpy, int screen)
const char * glXGetClientString (Display *dpy, int name)
const char * glXQueryServerString (Display *dpy, int screen, int name)
GLboolean glxewIsSupported (const char *name)
GLboolean glxewGetExtension (const char *name)

Variables

void(*)(void) glXGetProcAddress (const GLubyte *procName)
void(*)(void) glXGetProcAddressARB (const GLubyte *procName)
PFNGLXGETCURRENTDISPLAYPROC __glewXGetCurrentDisplay
PFNGLXCHOOSEFBCONFIGPROC __glewXChooseFBConfig
PFNGLXCREATENEWCONTEXTPROC __glewXCreateNewContext
PFNGLXCREATEPBUFFERPROC __glewXCreatePbuffer
PFNGLXCREATEPIXMAPPROC __glewXCreatePixmap
PFNGLXCREATEWINDOWPROC __glewXCreateWindow
PFNGLXDESTROYPBUFFERPROC __glewXDestroyPbuffer
PFNGLXDESTROYPIXMAPPROC __glewXDestroyPixmap
PFNGLXDESTROYWINDOWPROC __glewXDestroyWindow
PFNGLXGETCURRENTREADDRAWABLEPROC __glewXGetCurrentReadDrawable
PFNGLXGETFBCONFIGATTRIBPROC __glewXGetFBConfigAttrib
PFNGLXGETFBCONFIGSPROC __glewXGetFBConfigs
PFNGLXGETSELECTEDEVENTPROC __glewXGetSelectedEvent
PFNGLXGETVISUALFROMFBCONFIGPROC __glewXGetVisualFromFBConfig
PFNGLXMAKECONTEXTCURRENTPROC __glewXMakeContextCurrent
PFNGLXQUERYCONTEXTPROC __glewXQueryContext
PFNGLXQUERYDRAWABLEPROC __glewXQueryDrawable
PFNGLXSELECTEVENTPROC __glewXSelectEvent
PFNGLXBINDTEXIMAGEATIPROC __glewXBindTexImageATI
PFNGLXDRAWABLEATTRIBATIPROC __glewXDrawableAttribATI
PFNGLXRELEASETEXIMAGEATIPROC __glewXReleaseTexImageATI
PFNGLXFREECONTEXTEXTPROC __glewXFreeContextEXT
PFNGLXGETCONTEXTIDEXTPROC __glewXGetContextIDEXT
PFNGLXIMPORTCONTEXTEXTPROC __glewXImportContextEXT
PFNGLXQUERYCONTEXTINFOEXTPROC __glewXQueryContextInfoEXT
PFNGLXGETAGPOFFSETMESAPROC __glewXGetAGPOffsetMESA
PFNGLXCOPYSUBBUFFERMESAPROC __glewXCopySubBufferMESA
PFNGLXCREATEGLXPIXMAPMESAPROC __glewXCreateGLXPixmapMESA
PFNGLXRELEASEBUFFERSMESAPROC __glewXReleaseBuffersMESA
PFNGLXSET3DFXMODEMESAPROC __glewXSet3DfxModeMESA
PFNGLXALLOCATEMEMORYNVPROC __glewXAllocateMemoryNV
PFNGLXFREEMEMORYNVPROC __glewXFreeMemoryNV
PFNGLXCHOOSEFBCONFIGSGIXPROC __glewXChooseFBConfigSGIX
PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC __glewXCreateContextWithConfigSGIX
PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC __glewXCreateGLXPixmapWithConfigSGIX
PFNGLXGETFBCONFIGATTRIBSGIXPROC __glewXGetFBConfigAttribSGIX
PFNGLXGETFBCONFIGFROMVISUALSGIXPROC __glewXGetFBConfigFromVisualSGIX
PFNGLXGETVISUALFROMFBCONFIGSGIXPROC __glewXGetVisualFromFBConfigSGIX
PFNGLXBINDHYPERPIPESGIXPROC __glewXBindHyperpipeSGIX
PFNGLXDESTROYHYPERPIPECONFIGSGIXPROC __glewXDestroyHyperpipeConfigSGIX
PFNGLXHYPERPIPEATTRIBSGIXPROC __glewXHyperpipeAttribSGIX
PFNGLXHYPERPIPECONFIGSGIXPROC __glewXHyperpipeConfigSGIX
PFNGLXQUERYHYPERPIPEATTRIBSGIXPROC __glewXQueryHyperpipeAttribSGIX
PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC __glewXQueryHyperpipeBestAttribSGIX
PFNGLXQUERYHYPERPIPECONFIGSGIXPROC __glewXQueryHyperpipeConfigSGIX
PFNGLXQUERYHYPERPIPENETWORKSGIXPROC __glewXQueryHyperpipeNetworkSGIX
PFNGLXCREATEGLXPBUFFERSGIXPROC __glewXCreateGLXPbufferSGIX
PFNGLXDESTROYGLXPBUFFERSGIXPROC __glewXDestroyGLXPbufferSGIX
PFNGLXGETSELECTEDEVENTSGIXPROC __glewXGetSelectedEventSGIX
PFNGLXQUERYGLXPBUFFERSGIXPROC __glewXQueryGLXPbufferSGIX
PFNGLXSELECTEVENTSGIXPROC __glewXSelectEventSGIX
PFNGLXBINDSWAPBARRIERSGIXPROC __glewXBindSwapBarrierSGIX
PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC __glewXQueryMaxSwapBarriersSGIX
PFNGLXJOINSWAPGROUPSGIXPROC __glewXJoinSwapGroupSGIX
PFNGLXBINDCHANNELTOWINDOWSGIXPROC __glewXBindChannelToWindowSGIX
PFNGLXCHANNELRECTSGIXPROC __glewXChannelRectSGIX
PFNGLXCHANNELRECTSYNCSGIXPROC __glewXChannelRectSyncSGIX
PFNGLXQUERYCHANNELDELTASSGIXPROC __glewXQueryChannelDeltasSGIX
PFNGLXQUERYCHANNELRECTSGIXPROC __glewXQueryChannelRectSGIX
PFNGLXCUSHIONSGIPROC __glewXCushionSGI
PFNGLXGETCURRENTREADDRAWABLESGIPROC __glewXGetCurrentReadDrawableSGI
PFNGLXMAKECURRENTREADSGIPROC __glewXMakeCurrentReadSGI
PFNGLXSWAPINTERVALSGIPROC __glewXSwapIntervalSGI
PFNGLXGETVIDEOSYNCSGIPROC __glewXGetVideoSyncSGI
PFNGLXWAITVIDEOSYNCSGIPROC __glewXWaitVideoSyncSGI
PFNGLXGETTRANSPARENTINDEXSUNPROC __glewXGetTransparentIndexSUN
PFNGLXGETVIDEORESIZESUNPROC __glewXGetVideoResizeSUN
PFNGLXVIDEORESIZESUNPROC __glewXVideoResizeSUN
GLXEW_EXPORT GLboolean __GLXEW_VERSION_1_0
GLXEW_EXPORT GLboolean __GLXEW_VERSION_1_1
GLXEW_EXPORT GLboolean __GLXEW_VERSION_1_2
GLXEW_EXPORT GLboolean __GLXEW_VERSION_1_3
GLXEW_EXPORT GLboolean __GLXEW_VERSION_1_4
GLXEW_EXPORT GLboolean __GLXEW_3DFX_multisample
GLXEW_EXPORT GLboolean __GLXEW_ARB_fbconfig_float
GLXEW_EXPORT GLboolean __GLXEW_ARB_get_proc_address
GLXEW_EXPORT GLboolean __GLXEW_ARB_multisample
GLXEW_EXPORT GLboolean __GLXEW_ATI_pixel_format_float
GLXEW_EXPORT GLboolean __GLXEW_ATI_render_texture
GLXEW_EXPORT GLboolean __GLXEW_EXT_fbconfig_packed_float
GLXEW_EXPORT GLboolean __GLXEW_EXT_framebuffer_sRGB
GLXEW_EXPORT GLboolean __GLXEW_EXT_import_context
GLXEW_EXPORT GLboolean __GLXEW_EXT_scene_marker
GLXEW_EXPORT GLboolean __GLXEW_EXT_visual_info
GLXEW_EXPORT GLboolean __GLXEW_EXT_visual_rating
GLXEW_EXPORT GLboolean __GLXEW_MESA_agp_offset
GLXEW_EXPORT GLboolean __GLXEW_MESA_copy_sub_buffer
GLXEW_EXPORT GLboolean __GLXEW_MESA_pixmap_colormap
GLXEW_EXPORT GLboolean __GLXEW_MESA_release_buffers
GLXEW_EXPORT GLboolean __GLXEW_MESA_set_3dfx_mode
GLXEW_EXPORT GLboolean __GLXEW_NV_float_buffer
GLXEW_EXPORT GLboolean __GLXEW_NV_vertex_array_range
GLXEW_EXPORT GLboolean __GLXEW_OML_swap_method
GLXEW_EXPORT GLboolean __GLXEW_OML_sync_control
GLXEW_EXPORT GLboolean __GLXEW_SGIS_blended_overlay
GLXEW_EXPORT GLboolean __GLXEW_SGIS_color_range
GLXEW_EXPORT GLboolean __GLXEW_SGIS_multisample
GLXEW_EXPORT GLboolean __GLXEW_SGIS_shared_multisample
GLXEW_EXPORT GLboolean __GLXEW_SGIX_fbconfig
GLXEW_EXPORT GLboolean __GLXEW_SGIX_hyperpipe
GLXEW_EXPORT GLboolean __GLXEW_SGIX_pbuffer
GLXEW_EXPORT GLboolean __GLXEW_SGIX_swap_barrier
GLXEW_EXPORT GLboolean __GLXEW_SGIX_swap_group
GLXEW_EXPORT GLboolean __GLXEW_SGIX_video_resize
GLXEW_EXPORT GLboolean __GLXEW_SGIX_visual_select_group
GLXEW_EXPORT GLboolean __GLXEW_SGI_cushion
GLXEW_EXPORT GLboolean __GLXEW_SGI_make_current_read
GLXEW_EXPORT GLboolean __GLXEW_SGI_swap_control
GLXEW_EXPORT GLboolean __GLXEW_SGI_video_sync
GLXEW_EXPORT GLboolean __GLXEW_SUN_get_transparent_index
GLXEW_EXPORT GLboolean __GLXEW_SUN_video_resize


Define Documentation

#define __GLX_glx_h__

Definition at line 63 of file glxew.h.

#define __GLXEW_H__

Definition at line 53 of file glxew.h.

#define __glxext_h_

Definition at line 62 of file glxew.h.

#define GL_VIDEO_RESIZE_COMPENSATION_SUN   0x85CD

Definition at line 988 of file glxew.h.

#define GLX_3DFX_FULLSCREEN_MODE_MESA   0x2

Definition at line 569 of file glxew.h.

#define GLX_3DFX_multisample   1

Definition at line 307 of file glxew.h.

#define GLX_3DFX_WINDOW_MODE_MESA   0x1

Definition at line 568 of file glxew.h.

#define GLX_ACCUM_ALPHA_SIZE   17

Definition at line 96 of file glxew.h.

#define GLX_ACCUM_BLUE_SIZE   16

Definition at line 95 of file glxew.h.

#define GLX_ACCUM_BUFFER_BIT   0x00000080

Definition at line 190 of file glxew.h.

#define GLX_ACCUM_BUFFER_BIT_SGIX   0x00000080

Definition at line 813 of file glxew.h.

#define GLX_ACCUM_GREEN_SIZE   15

Definition at line 94 of file glxew.h.

#define GLX_ACCUM_RED_SIZE   14

Definition at line 93 of file glxew.h.

#define GLX_ALPHA_SIZE   11

Definition at line 90 of file glxew.h.

#define GLX_ARB_fbconfig_float   1

Definition at line 319 of file glxew.h.

#define GLX_ARB_get_proc_address   1

Definition at line 331 of file glxew.h.

#define GLX_ARB_multisample   1

Definition at line 342 of file glxew.h.

#define GLX_ATI_pixel_format_float   1

Definition at line 354 of file glxew.h.

#define GLX_ATI_render_texture   1

Definition at line 365 of file glxew.h.

#define GLX_AUX0_ATI   0x9817

Definition at line 390 of file glxew.h.

#define GLX_AUX1_ATI   0x9818

Definition at line 391 of file glxew.h.

#define GLX_AUX2_ATI   0x9819

Definition at line 392 of file glxew.h.

#define GLX_AUX3_ATI   0x981A

Definition at line 393 of file glxew.h.

#define GLX_AUX4_ATI   0x981B

Definition at line 394 of file glxew.h.

#define GLX_AUX5_ATI   0x981C

Definition at line 395 of file glxew.h.

#define GLX_AUX6_ATI   0x981D

Definition at line 396 of file glxew.h.

#define GLX_AUX7_ATI   0x981E

Definition at line 397 of file glxew.h.

#define GLX_AUX8_ATI   0x981F

Definition at line 398 of file glxew.h.

#define GLX_AUX9_ATI   0x9820

Definition at line 399 of file glxew.h.

#define GLX_AUX_BUFFERS   7

Definition at line 86 of file glxew.h.

#define GLX_AUX_BUFFERS_BIT   0x00000010

Definition at line 179 of file glxew.h.

#define GLX_AUX_BUFFERS_BIT_SGIX   0x00000010

Definition at line 810 of file glxew.h.

#define GLX_BACK_LEFT_ATI   0x9815

Definition at line 388 of file glxew.h.

#define GLX_BACK_LEFT_BUFFER_BIT   0x00000004

Definition at line 176 of file glxew.h.

#define GLX_BACK_LEFT_BUFFER_BIT_SGIX   0x00000004

Definition at line 808 of file glxew.h.

#define GLX_BACK_RIGHT_ATI   0x9816

Definition at line 389 of file glxew.h.

#define GLX_BACK_RIGHT_BUFFER_BIT   0x00000008

Definition at line 178 of file glxew.h.

#define GLX_BACK_RIGHT_BUFFER_BIT_SGIX   0x00000008

Definition at line 809 of file glxew.h.

#define GLX_BAD_ATTRIBUTE   2

Definition at line 98 of file glxew.h.

#define GLX_BAD_CONTEXT   5

Definition at line 101 of file glxew.h.

#define GLX_BAD_ENUM   7

Definition at line 103 of file glxew.h.

#define GLX_BAD_HYPERPIPE_CONFIG_SGIX   91

Definition at line 745 of file glxew.h.

#define GLX_BAD_HYPERPIPE_SGIX   92

Definition at line 746 of file glxew.h.

#define GLX_BAD_SCREEN   1

Definition at line 97 of file glxew.h.

#define GLX_BAD_VALUE   6

Definition at line 102 of file glxew.h.

#define GLX_BAD_VISUAL   4

Definition at line 100 of file glxew.h.

#define GLX_BIND_TO_TEXTURE_INTENSITY_ATI   0x9822

Definition at line 401 of file glxew.h.

#define GLX_BIND_TO_TEXTURE_LUMINANCE_ATI   0x9821

Definition at line 400 of file glxew.h.

#define GLX_BIND_TO_TEXTURE_RGB_ATI   0x9800

Definition at line 367 of file glxew.h.

#define GLX_BIND_TO_TEXTURE_RGBA_ATI   0x9801

Definition at line 368 of file glxew.h.

#define GLX_BLENDED_RGBA_SGIS   0x8025

Definition at line 646 of file glxew.h.

#define GLX_BLUE_SIZE   10

Definition at line 89 of file glxew.h.

#define GLX_BUFFER_CLOBBER_MASK_SGIX   0x08000000

Definition at line 829 of file glxew.h.

#define GLX_BUFFER_SIZE   2

Definition at line 81 of file glxew.h.

#define GLX_COLOR_INDEX_BIT   0x00000002

Definition at line 173 of file glxew.h.

#define GLX_COLOR_INDEX_BIT_SGIX   0x00000002

Definition at line 703 of file glxew.h.

#define GLX_COLOR_INDEX_TYPE   0x8015

Definition at line 209 of file glxew.h.

#define GLX_COLOR_INDEX_TYPE_SGIX   0x8015

Definition at line 710 of file glxew.h.

#define GLX_CONFIG_CAVEAT   0x20

Definition at line 180 of file glxew.h.

#define GLX_CUBE_MAP_FACE_ATI   0x980C

Definition at line 379 of file glxew.h.

#define GLX_DAMAGED   0x8020

Definition at line 218 of file glxew.h.

#define GLX_DAMAGED_SGIX   0x8020

Definition at line 825 of file glxew.h.

#define GLX_DEPTH_BUFFER_BIT   0x00000020

Definition at line 181 of file glxew.h.

#define GLX_DEPTH_BUFFER_BIT_SGIX   0x00000020

Definition at line 811 of file glxew.h.

#define GLX_DEPTH_SIZE   12

Definition at line 91 of file glxew.h.

#define GLX_DIRECT_COLOR   0x8003

Definition at line 194 of file glxew.h.

#define GLX_DIRECT_COLOR_EXT   0x8003

Definition at line 486 of file glxew.h.

#define GLX_DONT_CARE   0xFFFFFFFF

Definition at line 225 of file glxew.h.

#define GLX_DOUBLEBUFFER   5

Definition at line 84 of file glxew.h.

#define GLX_DRAWABLE_TYPE   0x8010

Definition at line 204 of file glxew.h.

#define GLX_DRAWABLE_TYPE_SGIX   0x8010

Definition at line 705 of file glxew.h.

#define GLX_EVENT_MASK   0x801F

Definition at line 217 of file glxew.h.

#define GLX_EVENT_MASK_SGIX   0x801F

Definition at line 824 of file glxew.h.

#define GLX_EXT_fbconfig_packed_float   1

Definition at line 418 of file glxew.h.

#define GLX_EXT_framebuffer_sRGB   1

Definition at line 430 of file glxew.h.

#define GLX_EXT_import_context   1

Definition at line 441 of file glxew.h.

#define GLX_EXT_scene_marker   1

Definition at line 466 of file glxew.h.

#define GLX_EXT_visual_info   1

Definition at line 475 of file glxew.h.

#define GLX_EXT_visual_rating   1

Definition at line 501 of file glxew.h.

#define GLX_EXTENDED_RANGE_SGIS   0

Definition at line 664 of file glxew.h.

#define GLX_EXTENSIONS   0x3

Definition at line 142 of file glxew.h.

Referenced by glxewGetExtension().

#define GLX_FBCONFIG_ID   0x8013

Definition at line 207 of file glxew.h.

#define GLX_FBCONFIG_ID_SGIX   0x8013

Definition at line 708 of file glxew.h.

#define GLX_FLOAT_COMPONENTS_NV   0x20B0

Definition at line 584 of file glxew.h.

#define GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT   0x20B2

Definition at line 432 of file glxew.h.

#define GLX_FRONT_LEFT_ATI   0x9813

Definition at line 386 of file glxew.h.

#define GLX_FRONT_LEFT_BUFFER_BIT   0x00000001

Definition at line 171 of file glxew.h.

#define GLX_FRONT_LEFT_BUFFER_BIT_SGIX   0x00000001

Definition at line 805 of file glxew.h.

#define GLX_FRONT_RIGHT_ATI   0x9814

Definition at line 387 of file glxew.h.

#define GLX_FRONT_RIGHT_BUFFER_BIT   0x00000002

Definition at line 175 of file glxew.h.

#define GLX_FRONT_RIGHT_BUFFER_BIT_SGIX   0x00000002

Definition at line 806 of file glxew.h.

#define GLX_GRAY_SCALE   0x8006

Definition at line 197 of file glxew.h.

#define GLX_GRAY_SCALE_EXT   0x8006

Definition at line 489 of file glxew.h.

#define GLX_GREEN_SIZE   9

Definition at line 88 of file glxew.h.

#define GLX_H

Definition at line 64 of file glxew.h.

#define GLX_HEIGHT   0x801E

Definition at line 216 of file glxew.h.

#define GLX_HEIGHT_SGIX   0x801E

Definition at line 823 of file glxew.h.

#define GLX_HYPERPIPE_DISPLAY_PIPE_SGIX   0x00000001

Definition at line 738 of file glxew.h.

#define GLX_HYPERPIPE_ID_SGIX   0x8030

Definition at line 747 of file glxew.h.

#define GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX   80

Definition at line 744 of file glxew.h.

#define GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX   0x00000004

Definition at line 743 of file glxew.h.

#define GLX_HYPERPIPE_RENDER_PIPE_SGIX   0x00000002

Definition at line 741 of file glxew.h.

#define GLX_HYPERPIPE_STEREO_SGIX   0x00000003

Definition at line 742 of file glxew.h.

#define GLX_LARGEST_PBUFFER   0x801C

Definition at line 214 of file glxew.h.

#define GLX_LARGEST_PBUFFER_SGIX   0x801C

Definition at line 821 of file glxew.h.

#define GLX_LEVEL   3

Definition at line 82 of file glxew.h.

#define GLX_MAX_ALPHA_SGIS   0

Definition at line 660 of file glxew.h.

#define GLX_MAX_BLUE_SGIS   0

Definition at line 665 of file glxew.h.

#define GLX_MAX_GREEN_SGIS   0

Definition at line 658 of file glxew.h.

#define GLX_MAX_PBUFFER_HEIGHT   0x8017

Definition at line 211 of file glxew.h.

#define GLX_MAX_PBUFFER_HEIGHT_SGIX   0x8017

Definition at line 816 of file glxew.h.

#define GLX_MAX_PBUFFER_PIXELS   0x8018

Definition at line 212 of file glxew.h.

#define GLX_MAX_PBUFFER_PIXELS_SGIX   0x8018

Definition at line 817 of file glxew.h.

#define GLX_MAX_PBUFFER_WIDTH   0x8016

Definition at line 210 of file glxew.h.

#define GLX_MAX_PBUFFER_WIDTH_SGIX   0x8016

Definition at line 815 of file glxew.h.

#define GLX_MAX_RED_SGIS   0

Definition at line 663 of file glxew.h.

#define GLX_MESA_agp_offset   1

Definition at line 514 of file glxew.h.

#define GLX_MESA_copy_sub_buffer   1

Definition at line 527 of file glxew.h.

#define GLX_MESA_pixmap_colormap   1

Definition at line 540 of file glxew.h.

#define GLX_MESA_release_buffers   1

Definition at line 553 of file glxew.h.

#define GLX_MESA_set_3dfx_mode   1

Definition at line 566 of file glxew.h.

#define GLX_MIN_ALPHA_SGIS   0

Definition at line 662 of file glxew.h.

#define GLX_MIN_BLUE_SGIS   0

Definition at line 659 of file glxew.h.

#define GLX_MIN_GREEN_SGIS   0

Definition at line 661 of file glxew.h.

#define GLX_MIN_RED_SGIS   0

Definition at line 657 of file glxew.h.

#define GLX_MIPMAP_LEVEL_ATI   0x980B

Definition at line 378 of file glxew.h.

#define GLX_MIPMAP_TEXTURE_ATI   0x9804

Definition at line 371 of file glxew.h.

#define GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS   0x8027

Definition at line 689 of file glxew.h.

#define GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS   0x8026

Definition at line 688 of file glxew.h.

#define GLX_NO_EXTENSION   3

Definition at line 99 of file glxew.h.

#define GLX_NO_TEXTURE_ATI   0x9807

Definition at line 374 of file glxew.h.

#define GLX_NON_CONFORMANT_CONFIG   0x800D

Definition at line 203 of file glxew.h.

#define GLX_NON_CONFORMANT_VISUAL_EXT   0x800D

Definition at line 505 of file glxew.h.

#define GLX_NONE   0x8000

Definition at line 191 of file glxew.h.

#define GLX_NONE_EXT   0x8000

Definition at line 484 of file glxew.h.

#define GLX_NV_float_buffer   1

Definition at line 582 of file glxew.h.

#define GLX_NV_vertex_array_range   1

Definition at line 593 of file glxew.h.

#define GLX_OML_swap_method   1

Definition at line 608 of file glxew.h.

#define GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX   0x801A

Definition at line 819 of file glxew.h.

#define GLX_OPTIMAL_PBUFFER_WIDTH_SGIX   0x8019

Definition at line 818 of file glxew.h.

#define GLX_PBUFFER   0x8023

Definition at line 221 of file glxew.h.

#define GLX_PBUFFER_BIT   0x00000004

Definition at line 177 of file glxew.h.

#define GLX_PBUFFER_BIT_SGIX   0x00000004

Definition at line 807 of file glxew.h.

#define GLX_PBUFFER_CLOBBER_MASK   0x08000000

Definition at line 224 of file glxew.h.

#define GLX_PBUFFER_HEIGHT   0x8040

Definition at line 222 of file glxew.h.

#define GLX_PBUFFER_SGIX   0x8023

Definition at line 828 of file glxew.h.

#define GLX_PBUFFER_WIDTH   0x8041

Definition at line 223 of file glxew.h.

#define GLX_PIPE_RECT_LIMITS_SGIX   0x00000002

Definition at line 740 of file glxew.h.

#define GLX_PIPE_RECT_SGIX   0x00000001

Definition at line 739 of file glxew.h.

#define GLX_PIXMAP_BIT   0x00000002

Definition at line 174 of file glxew.h.

#define GLX_PIXMAP_BIT_SGIX   0x00000002

Definition at line 702 of file glxew.h.

#define GLX_PRESERVED_CONTENTS   0x801B

Definition at line 213 of file glxew.h.

#define GLX_PRESERVED_CONTENTS_SGIX   0x801B

Definition at line 820 of file glxew.h.

#define GLX_PSEUDO_COLOR   0x8004

Definition at line 195 of file glxew.h.

#define GLX_PSEUDO_COLOR_EXT   0x8004

Definition at line 487 of file glxew.h.

#define GLX_RED_SIZE   8

Definition at line 87 of file glxew.h.

#define GLX_RENDER_TYPE   0x8011

Definition at line 205 of file glxew.h.

#define GLX_RENDER_TYPE_SGIX   0x8011

Definition at line 706 of file glxew.h.

#define GLX_RGBA   4

Definition at line 83 of file glxew.h.

#define GLX_RGBA_BIT   0x00000001

Definition at line 170 of file glxew.h.

#define GLX_RGBA_BIT_SGIX   0x00000001

Definition at line 701 of file glxew.h.

#define GLX_RGBA_FLOAT_ATI_BIT   0x00000100

Definition at line 356 of file glxew.h.

#define GLX_RGBA_FLOAT_BIT   0x00000004

Definition at line 321 of file glxew.h.

#define GLX_RGBA_FLOAT_TYPE   0x20B9

Definition at line 322 of file glxew.h.

#define GLX_RGBA_TYPE   0x8014

Definition at line 208 of file glxew.h.

#define GLX_RGBA_TYPE_SGIX   0x8014

Definition at line 709 of file glxew.h.

#define GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT   0x00000008

Definition at line 420 of file glxew.h.

#define GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT   0x20B1

Definition at line 421 of file glxew.h.

#define GLX_SAMPLE_BUFFERS   100000

Definition at line 295 of file glxew.h.

#define GLX_SAMPLE_BUFFERS_3DFX   0x8050

Definition at line 309 of file glxew.h.

#define GLX_SAMPLE_BUFFERS_ARB   100000

Definition at line 344 of file glxew.h.

#define GLX_SAMPLE_BUFFERS_BIT_SGIX   0x00000100

Definition at line 814 of file glxew.h.

#define GLX_SAMPLE_BUFFERS_SGIS   100000

Definition at line 676 of file glxew.h.

#define GLX_SAMPLES   100001

Definition at line 296 of file glxew.h.

#define GLX_SAMPLES_3DFX   0x8051

Definition at line 310 of file glxew.h.

#define GLX_SAMPLES_ARB   100001

Definition at line 345 of file glxew.h.

#define GLX_SAMPLES_SGIS   100001

Definition at line 677 of file glxew.h.

#define GLX_SAVED   0x8021

Definition at line 219 of file glxew.h.

#define GLX_SAVED_SGIX   0x8021

Definition at line 826 of file glxew.h.

#define GLX_SCREEN   0x800C

Definition at line 202 of file glxew.h.

#define GLX_SCREEN_EXT   0x800C

Definition at line 704 of file glxew.h.

#define GLX_SCREEN_EXT   0x800C

Definition at line 704 of file glxew.h.

#define GLX_SGI_cushion   1

Definition at line 916 of file glxew.h.

#define GLX_SGI_make_current_read   1

Definition at line 929 of file glxew.h.

#define GLX_SGI_swap_control   1

Definition at line 944 of file glxew.h.

#define GLX_SGI_video_sync   1

Definition at line 957 of file glxew.h.

#define GLX_SGIS_blended_overlay   1

Definition at line 644 of file glxew.h.

#define GLX_SGIS_color_range   1

Definition at line 655 of file glxew.h.

#define GLX_SGIS_multisample   1

Definition at line 674 of file glxew.h.

#define GLX_SGIS_shared_multisample   1

Definition at line 686 of file glxew.h.

#define GLX_SGIX_fbconfig   1

Definition at line 698 of file glxew.h.

#define GLX_SGIX_hyperpipe   1

Definition at line 736 of file glxew.h.

#define GLX_SGIX_pbuffer   1

Definition at line 803 of file glxew.h.

#define GLX_SGIX_swap_barrier   1

Definition at line 853 of file glxew.h.

#define GLX_SGIX_swap_group   1

Definition at line 868 of file glxew.h.

#define GLX_SGIX_video_resize   1

Definition at line 881 of file glxew.h.

#define GLX_SGIX_visual_select_group   1

Definition at line 905 of file glxew.h.

#define GLX_SHARE_CONTEXT_EXT   0x800A

Definition at line 443 of file glxew.h.

#define GLX_SLOW_CONFIG   0x8001

Definition at line 192 of file glxew.h.

#define GLX_SLOW_VISUAL_EXT   0x8001

Definition at line 504 of file glxew.h.

#define GLX_STATIC_COLOR   0x8005

Definition at line 196 of file glxew.h.

#define GLX_STATIC_COLOR_EXT   0x8005

Definition at line 488 of file glxew.h.

#define GLX_STATIC_GRAY   0x8007

Definition at line 198 of file glxew.h.

#define GLX_STATIC_GRAY_EXT   0x8007

Definition at line 490 of file glxew.h.

#define GLX_STENCIL_BUFFER_BIT   0x00000040

Definition at line 189 of file glxew.h.

#define GLX_STENCIL_BUFFER_BIT_SGIX   0x00000040

Definition at line 812 of file glxew.h.

#define GLX_STENCIL_SIZE   13

Definition at line 92 of file glxew.h.

#define GLX_STEREO   6

Definition at line 85 of file glxew.h.

#define GLX_SUN_get_transparent_index   1

Definition at line 972 of file glxew.h.

#define GLX_SUN_video_resize   1

Definition at line 985 of file glxew.h.

#define GLX_SWAP_COPY_OML   0x8062

Definition at line 612 of file glxew.h.

#define GLX_SWAP_EXCHANGE_OML   0x8061

Definition at line 611 of file glxew.h.

#define GLX_SWAP_METHOD_OML   0x8060

Definition at line 610 of file glxew.h.

#define GLX_SWAP_UNDEFINED_OML   0x8063

Definition at line 613 of file glxew.h.

#define GLX_SYNC_FRAME_SGIX   0x00000000

Definition at line 883 of file glxew.h.

#define GLX_SYNC_SWAP_SGIX   0x00000001

Definition at line 884 of file glxew.h.

#define GLX_TEXTURE_1D_ATI   0x9809

Definition at line 376 of file glxew.h.

#define GLX_TEXTURE_2D_ATI   0x980A

Definition at line 377 of file glxew.h.

#define GLX_TEXTURE_CUBE_MAP_ATI   0x9808

Definition at line 375 of file glxew.h.

#define GLX_TEXTURE_CUBE_MAP_NEGATIVE_X_ATI   0x980E

Definition at line 381 of file glxew.h.

#define GLX_TEXTURE_CUBE_MAP_NEGATIVE_Y_ATI   0x9810

Definition at line 383 of file glxew.h.

#define GLX_TEXTURE_CUBE_MAP_NEGATIVE_Z_ATI   0x9812

Definition at line 385 of file glxew.h.

#define GLX_TEXTURE_CUBE_MAP_POSITIVE_X_ATI   0x980D

Definition at line 380 of file glxew.h.

#define GLX_TEXTURE_CUBE_MAP_POSITIVE_Y_ATI   0x980F

Definition at line 382 of file glxew.h.

#define GLX_TEXTURE_CUBE_MAP_POSITIVE_Z_ATI   0x9811

Definition at line 384 of file glxew.h.

#define GLX_TEXTURE_FORMAT_ATI   0x9802

Definition at line 369 of file glxew.h.

#define GLX_TEXTURE_RGB_ATI   0x9805

Definition at line 372 of file glxew.h.

#define GLX_TEXTURE_RGBA_ATI   0x9806

Definition at line 373 of file glxew.h.

#define GLX_TEXTURE_TARGET_ATI   0x9803

Definition at line 370 of file glxew.h.

#define GLX_TRANSPARENT_ALPHA_VALUE   0x28

Definition at line 188 of file glxew.h.

#define GLX_TRANSPARENT_ALPHA_VALUE_EXT   0x28

Definition at line 483 of file glxew.h.

#define GLX_TRANSPARENT_BLUE_VALUE   0x27

Definition at line 187 of file glxew.h.

#define GLX_TRANSPARENT_BLUE_VALUE_EXT   0x27

Definition at line 482 of file glxew.h.

#define GLX_TRANSPARENT_GREEN_VALUE   0x26

Definition at line 186 of file glxew.h.

#define GLX_TRANSPARENT_GREEN_VALUE_EXT   0x26

Definition at line 481 of file glxew.h.

#define GLX_TRANSPARENT_INDEX   0x8009

Definition at line 200 of file glxew.h.

#define GLX_TRANSPARENT_INDEX_EXT   0x8009

Definition at line 492 of file glxew.h.

#define GLX_TRANSPARENT_INDEX_VALUE   0x24

Definition at line 184 of file glxew.h.

#define GLX_TRANSPARENT_INDEX_VALUE_EXT   0x24

Definition at line 479 of file glxew.h.

#define GLX_TRANSPARENT_RED_VALUE   0x25

Definition at line 185 of file glxew.h.

#define GLX_TRANSPARENT_RED_VALUE_EXT   0x25

Definition at line 480 of file glxew.h.

#define GLX_TRANSPARENT_RGB   0x8008

Definition at line 199 of file glxew.h.

#define GLX_TRANSPARENT_RGB_EXT   0x8008

Definition at line 491 of file glxew.h.

#define GLX_TRANSPARENT_TYPE   0x23

Definition at line 183 of file glxew.h.

#define GLX_TRANSPARENT_TYPE_EXT   0x23

Definition at line 478 of file glxew.h.

#define GLX_TRUE_COLOR   0x8002

Definition at line 193 of file glxew.h.

#define GLX_TRUE_COLOR_EXT   0x8002

Definition at line 485 of file glxew.h.

#define GLX_USE_GL   1

Definition at line 80 of file glxew.h.

#define GLX_VENDOR   0x1

Definition at line 140 of file glxew.h.

#define GLX_VERSION   0x2

Definition at line 141 of file glxew.h.

#define GLX_VERSION_1_0   1

Definition at line 78 of file glxew.h.

#define GLX_VERSION_1_2   1

Definition at line 155 of file glxew.h.

#define GLX_VERSION_1_3   1

Definition at line 168 of file glxew.h.

#define GLX_VERSION_1_4   1

Definition at line 293 of file glxew.h.

#define GLX_VIDEO_RESIZE_SUN   0x8171

Definition at line 987 of file glxew.h.

#define GLX_VISUAL_CAVEAT_EXT   0x20

Definition at line 503 of file glxew.h.

#define GLX_VISUAL_ID   0x800B

Definition at line 201 of file glxew.h.

#define GLX_VISUAL_ID_EXT   0x800B

Definition at line 444 of file glxew.h.

#define GLX_VISUAL_SELECT_GROUP_SGIX   0x8028

Definition at line 907 of file glxew.h.

#define GLX_WIDTH   0x801D

Definition at line 215 of file glxew.h.

#define GLX_WIDTH_SGIX   0x801D

Definition at line 822 of file glxew.h.

#define GLX_WINDOW   0x8022

Definition at line 220 of file glxew.h.

#define GLX_WINDOW_BIT   0x00000001

Definition at line 172 of file glxew.h.

#define GLX_WINDOW_BIT_SGIX   0x00000001

Definition at line 700 of file glxew.h.

#define GLX_WINDOW_SGIX   0x8022

Definition at line 827 of file glxew.h.

#define GLX_X_RENDERABLE   0x8012

Definition at line 206 of file glxew.h.

#define GLX_X_RENDERABLE_SGIX   0x8012

Definition at line 707 of file glxew.h.

#define GLX_X_VISUAL_TYPE   0x22

Definition at line 182 of file glxew.h.

#define GLX_X_VISUAL_TYPE_EXT   0x22

Definition at line 477 of file glxew.h.

#define glXAllocateMemoryNV   GLXEW_GET_FUN(__glewXAllocateMemoryNV)

Definition at line 598 of file glxew.h.

#define glXBindChannelToWindowSGIX   GLXEW_GET_FUN(__glewXBindChannelToWindowSGIX)

Definition at line 892 of file glxew.h.

#define glXBindHyperpipeSGIX   GLXEW_GET_FUN(__glewXBindHyperpipeSGIX)

Definition at line 787 of file glxew.h.

#define glXBindSwapBarrierSGIX   GLXEW_GET_FUN(__glewXBindSwapBarrierSGIX)

Definition at line 858 of file glxew.h.

#define glXBindTexImageATI   GLXEW_GET_FUN(__glewXBindTexImageATI)

Definition at line 407 of file glxew.h.

#define glXChannelRectSGIX   GLXEW_GET_FUN(__glewXChannelRectSGIX)

Definition at line 893 of file glxew.h.

#define glXChannelRectSyncSGIX   GLXEW_GET_FUN(__glewXChannelRectSyncSGIX)

Definition at line 894 of file glxew.h.

#define glXChooseFBConfig   GLXEW_GET_FUN(__glewXChooseFBConfig)

Definition at line 268 of file glxew.h.

#define glXChooseFBConfigSGIX   GLXEW_GET_FUN(__glewXChooseFBConfigSGIX)

Definition at line 722 of file glxew.h.

#define glXCopySubBufferMESA   GLXEW_GET_FUN(__glewXCopySubBufferMESA)

Definition at line 531 of file glxew.h.

#define glXCreateContextWithConfigSGIX   GLXEW_GET_FUN(__glewXCreateContextWithConfigSGIX)

Definition at line 723 of file glxew.h.

#define glXCreateGLXPbufferSGIX   GLXEW_GET_FUN(__glewXCreateGLXPbufferSGIX)

Definition at line 840 of file glxew.h.

#define glXCreateGLXPixmapMESA   GLXEW_GET_FUN(__glewXCreateGLXPixmapMESA)

Definition at line 544 of file glxew.h.

#define glXCreateGLXPixmapWithConfigSGIX   GLXEW_GET_FUN(__glewXCreateGLXPixmapWithConfigSGIX)

Definition at line 724 of file glxew.h.

#define glXCreateNewContext   GLXEW_GET_FUN(__glewXCreateNewContext)

Definition at line 269 of file glxew.h.

#define glXCreatePbuffer   GLXEW_GET_FUN(__glewXCreatePbuffer)

Definition at line 270 of file glxew.h.

#define glXCreatePixmap   GLXEW_GET_FUN(__glewXCreatePixmap)

Definition at line 271 of file glxew.h.

#define glXCreateWindow   GLXEW_GET_FUN(__glewXCreateWindow)

Definition at line 272 of file glxew.h.

#define glXCushionSGI   GLXEW_GET_FUN(__glewXCushionSGI)

Definition at line 920 of file glxew.h.

#define glXDestroyGLXPbufferSGIX   GLXEW_GET_FUN(__glewXDestroyGLXPbufferSGIX)

Definition at line 841 of file glxew.h.

#define glXDestroyHyperpipeConfigSGIX   GLXEW_GET_FUN(__glewXDestroyHyperpipeConfigSGIX)

Definition at line 788 of file glxew.h.

#define glXDestroyPbuffer   GLXEW_GET_FUN(__glewXDestroyPbuffer)

Definition at line 273 of file glxew.h.

#define glXDestroyPixmap   GLXEW_GET_FUN(__glewXDestroyPixmap)

Definition at line 274 of file glxew.h.

#define glXDestroyWindow   GLXEW_GET_FUN(__glewXDestroyWindow)

Definition at line 275 of file glxew.h.

#define glXDrawableAttribATI   GLXEW_GET_FUN(__glewXDrawableAttribATI)

Definition at line 408 of file glxew.h.

#define GLXEW_3DFX_multisample   GLXEW_GET_VAR(__GLXEW_3DFX_multisample)

Definition at line 312 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_ARB_fbconfig_float   GLXEW_GET_VAR(__GLXEW_ARB_fbconfig_float)

Definition at line 324 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_ARB_get_proc_address   GLXEW_GET_VAR(__GLXEW_ARB_get_proc_address)

Definition at line 335 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_ARB_multisample   GLXEW_GET_VAR(__GLXEW_ARB_multisample)

Definition at line 347 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_ATI_pixel_format_float   GLXEW_GET_VAR(__GLXEW_ATI_pixel_format_float)

Definition at line 358 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_ATI_render_texture   GLXEW_GET_VAR(__GLXEW_ATI_render_texture)

Definition at line 411 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_EXPORT   extern

Definition at line 1005 of file glxew.h.

#define GLXEW_EXT_fbconfig_packed_float   GLXEW_GET_VAR(__GLXEW_EXT_fbconfig_packed_float)

Definition at line 423 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_EXT_framebuffer_sRGB   GLXEW_GET_VAR(__GLXEW_EXT_framebuffer_sRGB)

Definition at line 434 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_EXT_import_context   GLXEW_GET_VAR(__GLXEW_EXT_import_context)

Definition at line 459 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_EXT_scene_marker   GLXEW_GET_VAR(__GLXEW_EXT_scene_marker)

Definition at line 468 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_EXT_visual_info   GLXEW_GET_VAR(__GLXEW_EXT_visual_info)

Definition at line 494 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_EXT_visual_rating   GLXEW_GET_VAR(__GLXEW_EXT_visual_rating)

Definition at line 507 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_GET_FUN ( x   )     x

Definition at line 1176 of file glxew.h.

#define GLXEW_GET_VAR ( x   )     (*(const GLboolean*)&x)

Definition at line 1175 of file glxew.h.

#define GLXEW_MESA_agp_offset   GLXEW_GET_VAR(__GLXEW_MESA_agp_offset)

Definition at line 520 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_MESA_copy_sub_buffer   GLXEW_GET_VAR(__GLXEW_MESA_copy_sub_buffer)

Definition at line 533 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_MESA_pixmap_colormap   GLXEW_GET_VAR(__GLXEW_MESA_pixmap_colormap)

Definition at line 546 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_MESA_release_buffers   GLXEW_GET_VAR(__GLXEW_MESA_release_buffers)

Definition at line 559 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_MESA_set_3dfx_mode   GLXEW_GET_VAR(__GLXEW_MESA_set_3dfx_mode)

Definition at line 575 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_NV_float_buffer   GLXEW_GET_VAR(__GLXEW_NV_float_buffer)

Definition at line 586 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_NV_vertex_array_range   GLXEW_GET_VAR(__GLXEW_NV_vertex_array_range)

Definition at line 601 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_OML_swap_method   GLXEW_GET_VAR(__GLXEW_OML_swap_method)

Definition at line 615 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGI_cushion   GLXEW_GET_VAR(__GLXEW_SGI_cushion)

Definition at line 922 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGI_make_current_read   GLXEW_GET_VAR(__GLXEW_SGI_make_current_read)

Definition at line 937 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGI_swap_control   GLXEW_GET_VAR(__GLXEW_SGI_swap_control)

Definition at line 950 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGI_video_sync   GLXEW_GET_VAR(__GLXEW_SGI_video_sync)

Definition at line 965 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGIS_blended_overlay   GLXEW_GET_VAR(__GLXEW_SGIS_blended_overlay)

Definition at line 648 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGIS_color_range   GLXEW_GET_VAR(__GLXEW_SGIS_color_range)

Definition at line 667 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGIS_multisample   GLXEW_GET_VAR(__GLXEW_SGIS_multisample)

Definition at line 679 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGIS_shared_multisample   GLXEW_GET_VAR(__GLXEW_SGIS_shared_multisample)

Definition at line 691 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGIX_fbconfig   GLXEW_GET_VAR(__GLXEW_SGIX_fbconfig)

Definition at line 729 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGIX_hyperpipe   GLXEW_GET_VAR(__GLXEW_SGIX_hyperpipe)

Definition at line 796 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGIX_pbuffer   GLXEW_GET_VAR(__GLXEW_SGIX_pbuffer)

Definition at line 846 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGIX_swap_barrier   GLXEW_GET_VAR(__GLXEW_SGIX_swap_barrier)

Definition at line 861 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGIX_swap_group   GLXEW_GET_VAR(__GLXEW_SGIX_swap_group)

Definition at line 874 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGIX_video_resize   GLXEW_GET_VAR(__GLXEW_SGIX_video_resize)

Definition at line 898 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SGIX_visual_select_group   GLXEW_GET_VAR(__GLXEW_SGIX_visual_select_group)

Definition at line 909 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SUN_get_transparent_index   GLXEW_GET_VAR(__GLXEW_SUN_get_transparent_index)

Definition at line 978 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_SUN_video_resize   GLXEW_GET_VAR(__GLXEW_SUN_video_resize)

Definition at line 996 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_VERSION_1_0   GLXEW_GET_VAR(__GLXEW_VERSION_1_0)

Definition at line 131 of file glxew.h.

Referenced by glxewContextInit().

#define GLXEW_VERSION_1_1   GLXEW_GET_VAR(__GLXEW_VERSION_1_1)

Definition at line 148 of file glxew.h.

Referenced by glxewContextInit().

#define GLXEW_VERSION_1_2   GLXEW_GET_VAR(__GLXEW_VERSION_1_2)

Definition at line 161 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_VERSION_1_3   GLXEW_GET_VAR(__GLXEW_VERSION_1_3)

Definition at line 286 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define GLXEW_VERSION_1_4   GLXEW_GET_VAR(__GLXEW_VERSION_1_4)

Definition at line 300 of file glxew.h.

Referenced by glxewContextInit(), and glxewIsSupported().

#define glXFreeContextEXT   GLXEW_GET_FUN(__glewXFreeContextEXT)

Definition at line 454 of file glxew.h.

#define glXFreeMemoryNV   GLXEW_GET_FUN(__glewXFreeMemoryNV)

Definition at line 599 of file glxew.h.

#define glXGetAGPOffsetMESA   GLXEW_GET_FUN(__glewXGetAGPOffsetMESA)

Definition at line 518 of file glxew.h.

#define glXGetContextIDEXT   GLXEW_GET_FUN(__glewXGetContextIDEXT)

Definition at line 455 of file glxew.h.

#define glXGetCurrentDisplay   GLXEW_GET_FUN(__glewXGetCurrentDisplay)

Definition at line 159 of file glxew.h.

Referenced by glxewContextInit(), and glxewGetExtension().

#define glXGetCurrentReadDrawable   GLXEW_GET_FUN(__glewXGetCurrentReadDrawable)

Definition at line 276 of file glxew.h.

#define glXGetCurrentReadDrawableSGI   GLXEW_GET_FUN(__glewXGetCurrentReadDrawableSGI)

Definition at line 934 of file glxew.h.

#define glXGetFBConfigAttrib   GLXEW_GET_FUN(__glewXGetFBConfigAttrib)

Definition at line 277 of file glxew.h.

#define glXGetFBConfigAttribSGIX   GLXEW_GET_FUN(__glewXGetFBConfigAttribSGIX)

Definition at line 725 of file glxew.h.

#define glXGetFBConfigFromVisualSGIX   GLXEW_GET_FUN(__glewXGetFBConfigFromVisualSGIX)

Definition at line 726 of file glxew.h.

#define glXGetFBConfigs   GLXEW_GET_FUN(__glewXGetFBConfigs)

Definition at line 278 of file glxew.h.

#define glXGetSelectedEvent   GLXEW_GET_FUN(__glewXGetSelectedEvent)

Definition at line 279 of file glxew.h.

#define glXGetSelectedEventSGIX   GLXEW_GET_FUN(__glewXGetSelectedEventSGIX)

Definition at line 842 of file glxew.h.

#define glXGetTransparentIndexSUN   GLXEW_GET_FUN(__glewXGetTransparentIndexSUN)

Definition at line 976 of file glxew.h.

#define glXGetVideoResizeSUN   GLXEW_GET_FUN(__glewXGetVideoResizeSUN)

Definition at line 993 of file glxew.h.

#define glXGetVideoSyncSGI   GLXEW_GET_FUN(__glewXGetVideoSyncSGI)

Definition at line 962 of file glxew.h.

#define glXGetVisualFromFBConfig   GLXEW_GET_FUN(__glewXGetVisualFromFBConfig)

Definition at line 280 of file glxew.h.

#define glXGetVisualFromFBConfigSGIX   GLXEW_GET_FUN(__glewXGetVisualFromFBConfigSGIX)

Definition at line 727 of file glxew.h.

#define glXHyperpipeAttribSGIX   GLXEW_GET_FUN(__glewXHyperpipeAttribSGIX)

Definition at line 789 of file glxew.h.

#define glXHyperpipeConfigSGIX   GLXEW_GET_FUN(__glewXHyperpipeConfigSGIX)

Definition at line 790 of file glxew.h.

#define glXImportContextEXT   GLXEW_GET_FUN(__glewXImportContextEXT)

Definition at line 456 of file glxew.h.

#define glXJoinSwapGroupSGIX   GLXEW_GET_FUN(__glewXJoinSwapGroupSGIX)

Definition at line 872 of file glxew.h.

#define glXMakeContextCurrent   GLXEW_GET_FUN(__glewXMakeContextCurrent)

Definition at line 281 of file glxew.h.

#define glXMakeCurrentReadSGI   GLXEW_GET_FUN(__glewXMakeCurrentReadSGI)

Definition at line 935 of file glxew.h.

#define glXQueryChannelDeltasSGIX   GLXEW_GET_FUN(__glewXQueryChannelDeltasSGIX)

Definition at line 895 of file glxew.h.

#define glXQueryChannelRectSGIX   GLXEW_GET_FUN(__glewXQueryChannelRectSGIX)

Definition at line 896 of file glxew.h.

#define glXQueryContext   GLXEW_GET_FUN(__glewXQueryContext)

Definition at line 282 of file glxew.h.

#define glXQueryContextInfoEXT   GLXEW_GET_FUN(__glewXQueryContextInfoEXT)

Definition at line 457 of file glxew.h.

#define glXQueryDrawable   GLXEW_GET_FUN(__glewXQueryDrawable)

Definition at line 283 of file glxew.h.

#define glXQueryGLXPbufferSGIX   GLXEW_GET_FUN(__glewXQueryGLXPbufferSGIX)

Definition at line 843 of file glxew.h.

#define glXQueryHyperpipeAttribSGIX   GLXEW_GET_FUN(__glewXQueryHyperpipeAttribSGIX)

Definition at line 791 of file glxew.h.

#define glXQueryHyperpipeBestAttribSGIX   GLXEW_GET_FUN(__glewXQueryHyperpipeBestAttribSGIX)

Definition at line 792 of file glxew.h.

#define glXQueryHyperpipeConfigSGIX   GLXEW_GET_FUN(__glewXQueryHyperpipeConfigSGIX)

Definition at line 793 of file glxew.h.

#define glXQueryHyperpipeNetworkSGIX   GLXEW_GET_FUN(__glewXQueryHyperpipeNetworkSGIX)

Definition at line 794 of file glxew.h.

#define glXQueryMaxSwapBarriersSGIX   GLXEW_GET_FUN(__glewXQueryMaxSwapBarriersSGIX)

Definition at line 859 of file glxew.h.

#define glXReleaseBuffersMESA   GLXEW_GET_FUN(__glewXReleaseBuffersMESA)

Definition at line 557 of file glxew.h.

#define glXReleaseTexImageATI   GLXEW_GET_FUN(__glewXReleaseTexImageATI)

Definition at line 409 of file glxew.h.

#define glXSelectEvent   GLXEW_GET_FUN(__glewXSelectEvent)

Definition at line 284 of file glxew.h.

#define glXSelectEventSGIX   GLXEW_GET_FUN(__glewXSelectEventSGIX)

Definition at line 844 of file glxew.h.

#define glXSet3DfxModeMESA   GLXEW_GET_FUN(__glewXSet3DfxModeMESA)

Definition at line 573 of file glxew.h.

#define glXSwapIntervalSGI   GLXEW_GET_FUN(__glewXSwapIntervalSGI)

Definition at line 948 of file glxew.h.

#define glXVideoResizeSUN   GLXEW_GET_FUN(__glewXVideoResizeSUN)

Definition at line 994 of file glxew.h.

#define glXWaitVideoSyncSGI   GLXEW_GET_FUN(__glewXWaitVideoSyncSGI)

Definition at line 963 of file glxew.h.


Typedef Documentation

typedef struct __GLXcontextRec* GLXContext

Definition at line 110 of file glxew.h.

typedef XID GLXContextID

Definition at line 447 of file glxew.h.

typedef XID GLXDrawable

Definition at line 105 of file glxew.h.

typedef union __GLXEvent GLXEvent

typedef struct __GLXFBConfigRec* GLXFBConfig

Definition at line 230 of file glxew.h.

typedef XID GLXFBConfigID

Definition at line 227 of file glxew.h.

typedef XID GLXFBConfigIDSGIX

Definition at line 712 of file glxew.h.

typedef struct __GLXFBConfigRec* GLXFBConfigSGIX

Definition at line 713 of file glxew.h.

typedef XID GLXPbuffer

Definition at line 229 of file glxew.h.

typedef XID GLXPbufferSGIX

Definition at line 831 of file glxew.h.

typedef XID GLXPixmap

Definition at line 106 of file glxew.h.

typedef XID GLXWindow

Definition at line 228 of file glxew.h.

typedef void*( * PFNGLXALLOCATEMEMORYNVPROC)(GLsizei size, GLfloat readFrequency, GLfloat writeFrequency, GLfloat priority)

Definition at line 595 of file glxew.h.

typedef int( * PFNGLXBINDCHANNELTOWINDOWSGIXPROC)(Display *display, int screen, int channel, Window window)

Definition at line 886 of file glxew.h.

typedef int( * PFNGLXBINDHYPERPIPESGIXPROC)(Display *dpy, int hpId)

Definition at line 778 of file glxew.h.

typedef void( * PFNGLXBINDSWAPBARRIERSGIXPROC)(Display *dpy, GLXDrawable drawable, int barrier)

Definition at line 855 of file glxew.h.

typedef void( * PFNGLXBINDTEXIMAGEATIPROC)(Display *dpy, GLXPbuffer pbuf, int buffer)

Definition at line 403 of file glxew.h.

typedef int( * PFNGLXCHANNELRECTSGIXPROC)(Display *display, int screen, int channel, int x, int y, int w, int h)

Definition at line 887 of file glxew.h.

typedef int( * PFNGLXCHANNELRECTSYNCSGIXPROC)(Display *display, int screen, int channel, GLenum synctype)

Definition at line 888 of file glxew.h.

typedef GLXFBConfig*( * PFNGLXCHOOSEFBCONFIGPROC)(Display *dpy, int screen, const int *attrib_list, int *nelements)

Definition at line 250 of file glxew.h.

typedef GLXFBConfigSGIX*( * PFNGLXCHOOSEFBCONFIGSGIXPROC)(Display *dpy, int screen, const int *attrib_list, int *nelements)

Definition at line 715 of file glxew.h.

typedef void( * PFNGLXCOPYSUBBUFFERMESAPROC)(Display *dpy, GLXDrawable drawable, int x, int y, int width, int height)

Definition at line 529 of file glxew.h.

typedef GLXContext( * PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC)(Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)

Definition at line 716 of file glxew.h.

typedef GLXPbuffer( * PFNGLXCREATEGLXPBUFFERSGIXPROC)(Display *dpy, GLXFBConfig config, unsigned int width, unsigned int height, int *attrib_list)

Definition at line 834 of file glxew.h.

typedef GLXPixmap( * PFNGLXCREATEGLXPIXMAPMESAPROC)(Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap)

Definition at line 542 of file glxew.h.

typedef GLXPixmap( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC)(Display *dpy, GLXFBConfig config, Pixmap pixmap)

Definition at line 717 of file glxew.h.

typedef GLXContext( * PFNGLXCREATENEWCONTEXTPROC)(Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)

Definition at line 251 of file glxew.h.

typedef GLXPbuffer( * PFNGLXCREATEPBUFFERPROC)(Display *dpy, GLXFBConfig config, const int *attrib_list)

Definition at line 252 of file glxew.h.

typedef GLXPixmap( * PFNGLXCREATEPIXMAPPROC)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list)

Definition at line 253 of file glxew.h.

typedef GLXWindow( * PFNGLXCREATEWINDOWPROC)(Display *dpy, GLXFBConfig config, Window win, const int *attrib_list)

Definition at line 254 of file glxew.h.

typedef void( * PFNGLXCUSHIONSGIPROC)(Display *dpy, Window window, float cushion)

Definition at line 918 of file glxew.h.

typedef void( * PFNGLXDESTROYGLXPBUFFERSGIXPROC)(Display *dpy, GLXPbuffer pbuf)

Definition at line 835 of file glxew.h.

typedef int( * PFNGLXDESTROYHYPERPIPECONFIGSGIXPROC)(Display *dpy, int hpId)

Definition at line 779 of file glxew.h.

typedef void( * PFNGLXDESTROYPBUFFERPROC)(Display *dpy, GLXPbuffer pbuf)

Definition at line 255 of file glxew.h.

typedef void( * PFNGLXDESTROYPIXMAPPROC)(Display *dpy, GLXPixmap pixmap)

Definition at line 256 of file glxew.h.

typedef void( * PFNGLXDESTROYWINDOWPROC)(Display *dpy, GLXWindow win)

Definition at line 257 of file glxew.h.

typedef void( * PFNGLXDRAWABLEATTRIBATIPROC)(Display *dpy, GLXDrawable draw, const int *attrib_list)

Definition at line 404 of file glxew.h.

typedef void( * PFNGLXFREECONTEXTEXTPROC)(Display *dpy, GLXContext context)

Definition at line 449 of file glxew.h.

typedef void( * PFNGLXFREEMEMORYNVPROC)(void *pointer)

Definition at line 596 of file glxew.h.

typedef unsigned int( * PFNGLXGETAGPOFFSETMESAPROC)(const void *pointer)

Definition at line 516 of file glxew.h.

typedef GLXContextID( * PFNGLXGETCONTEXTIDEXTPROC)(const GLXContext context)

Definition at line 450 of file glxew.h.

typedef Display*( * PFNGLXGETCURRENTDISPLAYPROC)(void)

Definition at line 157 of file glxew.h.

typedef GLXDrawable( * PFNGLXGETCURRENTREADDRAWABLEPROC)(void)

Definition at line 258 of file glxew.h.

typedef GLXDrawable( * PFNGLXGETCURRENTREADDRAWABLESGIPROC)(void)

Definition at line 931 of file glxew.h.

typedef int( * PFNGLXGETFBCONFIGATTRIBPROC)(Display *dpy, GLXFBConfig config, int attribute, int *value)

Definition at line 259 of file glxew.h.

typedef int( * PFNGLXGETFBCONFIGATTRIBSGIXPROC)(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value)

Definition at line 718 of file glxew.h.

typedef GLXFBConfigSGIX( * PFNGLXGETFBCONFIGFROMVISUALSGIXPROC)(Display *dpy, XVisualInfo *vis)

Definition at line 719 of file glxew.h.

typedef GLXFBConfig*( * PFNGLXGETFBCONFIGSPROC)(Display *dpy, int screen, int *nelements)

Definition at line 260 of file glxew.h.

typedef void( * PFNGLXGETSELECTEDEVENTPROC)(Display *dpy, GLXDrawable draw, unsigned long *event_mask)

Definition at line 261 of file glxew.h.

typedef void( * PFNGLXGETSELECTEDEVENTSGIXPROC)(Display *dpy, GLXDrawable drawable, unsigned long *mask)

Definition at line 836 of file glxew.h.

typedef Status( * PFNGLXGETTRANSPARENTINDEXSUNPROC)(Display *dpy, Window overlay, Window underlay, unsigned long *pTransparentIndex)

Definition at line 974 of file glxew.h.

typedef int( * PFNGLXGETVIDEORESIZESUNPROC)(Display *display, GLXDrawable window, float *factor)

Definition at line 990 of file glxew.h.

typedef int( * PFNGLXGETVIDEOSYNCSGIPROC)(uint *count)

Definition at line 959 of file glxew.h.

typedef XVisualInfo*( * PFNGLXGETVISUALFROMFBCONFIGPROC)(Display *dpy, GLXFBConfig config)

Definition at line 262 of file glxew.h.

typedef XVisualInfo*( * PFNGLXGETVISUALFROMFBCONFIGSGIXPROC)(Display *dpy, GLXFBConfig config)

Definition at line 720 of file glxew.h.

typedef int( * PFNGLXHYPERPIPEATTRIBSGIXPROC)(Display *dpy, int timeSlice, int attrib, int size, void *attribList)

Definition at line 780 of file glxew.h.

typedef int( * PFNGLXHYPERPIPECONFIGSGIXPROC)(Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId)

Definition at line 781 of file glxew.h.

typedef GLXContext( * PFNGLXIMPORTCONTEXTEXTPROC)(Display *dpy, GLXContextID contextID)

Definition at line 451 of file glxew.h.

typedef void( * PFNGLXJOINSWAPGROUPSGIXPROC)(Display *dpy, GLXDrawable drawable, GLXDrawable member)

Definition at line 870 of file glxew.h.

typedef Bool( * PFNGLXMAKECONTEXTCURRENTPROC)(Display *display, GLXDrawable draw, GLXDrawable read, GLXContext ctx)

Definition at line 263 of file glxew.h.

typedef Bool( * PFNGLXMAKECURRENTREADSGIPROC)(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx)

Definition at line 932 of file glxew.h.

typedef int( * PFNGLXQUERYCHANNELDELTASSGIXPROC)(Display *display, int screen, int channel, int *x, int *y, int *w, int *h)

Definition at line 889 of file glxew.h.

typedef int( * PFNGLXQUERYCHANNELRECTSGIXPROC)(Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh)

Definition at line 890 of file glxew.h.

typedef int( * PFNGLXQUERYCONTEXTINFOEXTPROC)(Display *dpy, GLXContext context, int attribute, int *value)

Definition at line 452 of file glxew.h.

typedef int( * PFNGLXQUERYCONTEXTPROC)(Display *dpy, GLXContext ctx, int attribute, int *value)

Definition at line 264 of file glxew.h.

typedef void( * PFNGLXQUERYDRAWABLEPROC)(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value)

Definition at line 265 of file glxew.h.

typedef void( * PFNGLXQUERYGLXPBUFFERSGIXPROC)(Display *dpy, GLXPbuffer pbuf, int attribute, unsigned int *value)

Definition at line 837 of file glxew.h.

typedef int( * PFNGLXQUERYHYPERPIPEATTRIBSGIXPROC)(Display *dpy, int timeSlice, int attrib, int size, void *returnAttribList)

Definition at line 782 of file glxew.h.

typedef int( * PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC)(Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList)

Definition at line 783 of file glxew.h.

typedef GLXHyperpipeConfigSGIX*( * PFNGLXQUERYHYPERPIPECONFIGSGIXPROC)(Display *dpy, int hpId, int *npipes)

Definition at line 784 of file glxew.h.

typedef GLXHyperpipeNetworkSGIX*( * PFNGLXQUERYHYPERPIPENETWORKSGIXPROC)(Display *dpy, int *npipes)

Definition at line 785 of file glxew.h.

typedef Bool( * PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC)(Display *dpy, int screen, int *max)

Definition at line 856 of file glxew.h.

typedef Bool( * PFNGLXRELEASEBUFFERSMESAPROC)(Display *dpy, GLXDrawable d)

Definition at line 555 of file glxew.h.

typedef void( * PFNGLXRELEASETEXIMAGEATIPROC)(Display *dpy, GLXPbuffer pbuf, int buffer)

Definition at line 405 of file glxew.h.

typedef void( * PFNGLXSELECTEVENTPROC)(Display *dpy, GLXDrawable draw, unsigned long event_mask)

Definition at line 266 of file glxew.h.

typedef void( * PFNGLXSELECTEVENTSGIXPROC)(Display *dpy, GLXDrawable drawable, unsigned long mask)

Definition at line 838 of file glxew.h.

typedef GLboolean( * PFNGLXSET3DFXMODEMESAPROC)(GLint mode)

Definition at line 571 of file glxew.h.

typedef int( * PFNGLXSWAPINTERVALSGIPROC)(int interval)

Definition at line 946 of file glxew.h.

typedef int( * PFNGLXVIDEORESIZESUNPROC)(Display *display, GLXDrawable window, float factor)

Definition at line 991 of file glxew.h.

typedef int( * PFNGLXWAITVIDEOSYNCSGIPROC)(int divisor, int remainder, unsigned int *count)

Definition at line 960 of file glxew.h.


Function Documentation

XVisualInfo* glXChooseVisual ( Display dpy,
int  screen,
int *  attribList 
)

void glXCopyContext ( Display dpy,
GLXContext  src,
GLXContext  dst,
GLuint  mask 
)

GLXContext glXCreateContext ( Display dpy,
XVisualInfo *  vis,
GLXContext  shareList,
Bool  direct 
)

GLXPixmap glXCreateGLXPixmap ( Display dpy,
XVisualInfo *  vis,
Pixmap  pixmap 
)

void glXDestroyContext ( Display dpy,
GLXContext  ctx 
)

void glXDestroyGLXPixmap ( Display dpy,
GLXPixmap  pix 
)

GLboolean glxewGetExtension ( const char *  name  ) 

Definition at line 7674 of file glew.c.

References _glewStrCLen(), _glewStrLen(), _glewStrSame(), GL_FALSE, GL_TRUE, GLX_EXTENSIONS, glXGetClientString(), glXGetCurrentDisplay, and NULL.

GLboolean glxewIsSupported ( const char *  name  ) 

Definition at line 10403 of file glew.c.

References _glewStrLen(), _glewStrSame1(), _glewStrSame2(), _glewStrSame3(), GL_TRUE, GLXEW_3DFX_multisample, GLXEW_ARB_fbconfig_float, GLXEW_ARB_get_proc_address, GLXEW_ARB_multisample, GLXEW_ATI_pixel_format_float, GLXEW_ATI_render_texture, GLXEW_EXT_fbconfig_packed_float, GLXEW_EXT_framebuffer_sRGB, GLXEW_EXT_import_context, GLXEW_EXT_scene_marker, GLXEW_EXT_visual_info, GLXEW_EXT_visual_rating, GLXEW_MESA_agp_offset, GLXEW_MESA_copy_sub_buffer, GLXEW_MESA_pixmap_colormap, GLXEW_MESA_release_buffers, GLXEW_MESA_set_3dfx_mode, GLXEW_NV_float_buffer, GLXEW_NV_vertex_array_range, GLXEW_OML_swap_method, GLXEW_SGI_cushion, GLXEW_SGI_make_current_read, GLXEW_SGI_swap_control, GLXEW_SGI_video_sync, GLXEW_SGIS_blended_overlay, GLXEW_SGIS_color_range, GLXEW_SGIS_multisample, GLXEW_SGIS_shared_multisample, GLXEW_SGIX_fbconfig, GLXEW_SGIX_hyperpipe, GLXEW_SGIX_pbuffer, GLXEW_SGIX_swap_barrier, GLXEW_SGIX_swap_group, GLXEW_SGIX_video_resize, GLXEW_SGIX_visual_select_group, GLXEW_SUN_get_transparent_index, GLXEW_SUN_video_resize, GLXEW_VERSION_1_2, GLXEW_VERSION_1_3, and GLXEW_VERSION_1_4.

const char* glXGetClientString ( Display dpy,
int  name 
)

Referenced by glxewGetExtension().

int glXGetConfig ( Display dpy,
XVisualInfo *  vis,
int  attrib,
int *  value 
)

GLXContext glXGetCurrentContext ( void   ) 

GLXDrawable glXGetCurrentDrawable ( void   ) 

Bool glXIsDirect ( Display dpy,
GLXContext  ctx 
)

Bool glXMakeCurrent ( Display dpy,
GLXDrawable  drawable,
GLXContext  ctx 
)

Bool glXQueryExtension ( Display dpy,
int *  errorBase,
int *  eventBase 
)

const char* glXQueryExtensionsString ( Display dpy,
int  screen 
)

const char* glXQueryServerString ( Display dpy,
int  screen,
int  name 
)

Bool glXQueryVersion ( Display dpy,
int *  major,
int *  minor 
)

Referenced by glxewContextInit().

void glXSwapBuffers ( Display dpy,
GLXDrawable  drawable 
)

void glXUseXFont ( Font  font,
int  first,
int  count,
int  listBase 
)

void glXWaitGL ( void   ) 

void glXWaitX ( void   ) 


Variable Documentation

PFNGLXALLOCATEMEMORYNVPROC __glewXAllocateMemoryNV

Definition at line 7141 of file glew.c.

PFNGLXBINDCHANNELTOWINDOWSGIXPROC __glewXBindChannelToWindowSGIX

Definition at line 7179 of file glew.c.

PFNGLXBINDHYPERPIPESGIXPROC __glewXBindHyperpipeSGIX

Definition at line 7159 of file glew.c.

PFNGLXBINDSWAPBARRIERSGIXPROC __glewXBindSwapBarrierSGIX

Definition at line 7174 of file glew.c.

PFNGLXBINDTEXIMAGEATIPROC __glewXBindTexImageATI

Definition at line 7122 of file glew.c.

PFNGLXCHANNELRECTSGIXPROC __glewXChannelRectSGIX

Definition at line 7180 of file glew.c.

PFNGLXCHANNELRECTSYNCSGIXPROC __glewXChannelRectSyncSGIX

Definition at line 7181 of file glew.c.

PFNGLXCHOOSEFBCONFIGPROC __glewXChooseFBConfig

Definition at line 7104 of file glew.c.

PFNGLXCHOOSEFBCONFIGSGIXPROC __glewXChooseFBConfigSGIX

Definition at line 7152 of file glew.c.

PFNGLXCOPYSUBBUFFERMESAPROC __glewXCopySubBufferMESA

Definition at line 7133 of file glew.c.

PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC __glewXCreateContextWithConfigSGIX

Definition at line 7153 of file glew.c.

PFNGLXCREATEGLXPBUFFERSGIXPROC __glewXCreateGLXPbufferSGIX

Definition at line 7168 of file glew.c.

PFNGLXCREATEGLXPIXMAPMESAPROC __glewXCreateGLXPixmapMESA

Definition at line 7135 of file glew.c.

PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC __glewXCreateGLXPixmapWithConfigSGIX

Definition at line 7154 of file glew.c.

PFNGLXCREATENEWCONTEXTPROC __glewXCreateNewContext

Definition at line 7105 of file glew.c.

PFNGLXCREATEPBUFFERPROC __glewXCreatePbuffer

Definition at line 7106 of file glew.c.

PFNGLXCREATEPIXMAPPROC __glewXCreatePixmap

Definition at line 7107 of file glew.c.

PFNGLXCREATEWINDOWPROC __glewXCreateWindow

Definition at line 7108 of file glew.c.

PFNGLXCUSHIONSGIPROC __glewXCushionSGI

Definition at line 7185 of file glew.c.

PFNGLXDESTROYGLXPBUFFERSGIXPROC __glewXDestroyGLXPbufferSGIX

Definition at line 7169 of file glew.c.

PFNGLXDESTROYHYPERPIPECONFIGSGIXPROC __glewXDestroyHyperpipeConfigSGIX

Definition at line 7160 of file glew.c.

PFNGLXDESTROYPBUFFERPROC __glewXDestroyPbuffer

Definition at line 7109 of file glew.c.

PFNGLXDESTROYPIXMAPPROC __glewXDestroyPixmap

Definition at line 7110 of file glew.c.

PFNGLXDESTROYWINDOWPROC __glewXDestroyWindow

Definition at line 7111 of file glew.c.

PFNGLXDRAWABLEATTRIBATIPROC __glewXDrawableAttribATI

Definition at line 7123 of file glew.c.

PFNGLXFREECONTEXTEXTPROC __glewXFreeContextEXT

Definition at line 7126 of file glew.c.

PFNGLXFREEMEMORYNVPROC __glewXFreeMemoryNV

Definition at line 7142 of file glew.c.

PFNGLXGETAGPOFFSETMESAPROC __glewXGetAGPOffsetMESA

Definition at line 7131 of file glew.c.

PFNGLXGETCONTEXTIDEXTPROC __glewXGetContextIDEXT

Definition at line 7127 of file glew.c.

PFNGLXGETCURRENTDISPLAYPROC __glewXGetCurrentDisplay

Definition at line 7102 of file glew.c.

PFNGLXGETCURRENTREADDRAWABLEPROC __glewXGetCurrentReadDrawable

Definition at line 7112 of file glew.c.

PFNGLXGETCURRENTREADDRAWABLESGIPROC __glewXGetCurrentReadDrawableSGI

Definition at line 7187 of file glew.c.

PFNGLXGETFBCONFIGATTRIBPROC __glewXGetFBConfigAttrib

Definition at line 7113 of file glew.c.

PFNGLXGETFBCONFIGATTRIBSGIXPROC __glewXGetFBConfigAttribSGIX

Definition at line 7155 of file glew.c.

PFNGLXGETFBCONFIGFROMVISUALSGIXPROC __glewXGetFBConfigFromVisualSGIX

Definition at line 7156 of file glew.c.

PFNGLXGETFBCONFIGSPROC __glewXGetFBConfigs

Definition at line 7114 of file glew.c.

PFNGLXGETSELECTEDEVENTPROC __glewXGetSelectedEvent

Definition at line 7115 of file glew.c.

PFNGLXGETSELECTEDEVENTSGIXPROC __glewXGetSelectedEventSGIX

Definition at line 7170 of file glew.c.

PFNGLXGETTRANSPARENTINDEXSUNPROC __glewXGetTransparentIndexSUN

Definition at line 7195 of file glew.c.

PFNGLXGETVIDEORESIZESUNPROC __glewXGetVideoResizeSUN

Definition at line 7197 of file glew.c.

PFNGLXGETVIDEOSYNCSGIPROC __glewXGetVideoSyncSGI

Definition at line 7192 of file glew.c.

PFNGLXGETVISUALFROMFBCONFIGPROC __glewXGetVisualFromFBConfig

Definition at line 7116 of file glew.c.

PFNGLXGETVISUALFROMFBCONFIGSGIXPROC __glewXGetVisualFromFBConfigSGIX

Definition at line 7157 of file glew.c.

PFNGLXHYPERPIPEATTRIBSGIXPROC __glewXHyperpipeAttribSGIX

Definition at line 7161 of file glew.c.

PFNGLXHYPERPIPECONFIGSGIXPROC __glewXHyperpipeConfigSGIX

Definition at line 7162 of file glew.c.

PFNGLXIMPORTCONTEXTEXTPROC __glewXImportContextEXT

Definition at line 7128 of file glew.c.

PFNGLXJOINSWAPGROUPSGIXPROC __glewXJoinSwapGroupSGIX

Definition at line 7177 of file glew.c.

PFNGLXMAKECONTEXTCURRENTPROC __glewXMakeContextCurrent

Definition at line 7117 of file glew.c.

PFNGLXMAKECURRENTREADSGIPROC __glewXMakeCurrentReadSGI

Definition at line 7188 of file glew.c.

PFNGLXQUERYCHANNELDELTASSGIXPROC __glewXQueryChannelDeltasSGIX

Definition at line 7182 of file glew.c.

PFNGLXQUERYCHANNELRECTSGIXPROC __glewXQueryChannelRectSGIX

Definition at line 7183 of file glew.c.

PFNGLXQUERYCONTEXTPROC __glewXQueryContext

Definition at line 7118 of file glew.c.

PFNGLXQUERYCONTEXTINFOEXTPROC __glewXQueryContextInfoEXT

Definition at line 7129 of file glew.c.

PFNGLXQUERYDRAWABLEPROC __glewXQueryDrawable

Definition at line 7119 of file glew.c.

PFNGLXQUERYGLXPBUFFERSGIXPROC __glewXQueryGLXPbufferSGIX

Definition at line 7171 of file glew.c.

PFNGLXQUERYHYPERPIPEATTRIBSGIXPROC __glewXQueryHyperpipeAttribSGIX

Definition at line 7163 of file glew.c.

PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC __glewXQueryHyperpipeBestAttribSGIX

Definition at line 7164 of file glew.c.

PFNGLXQUERYHYPERPIPECONFIGSGIXPROC __glewXQueryHyperpipeConfigSGIX

Definition at line 7165 of file glew.c.

PFNGLXQUERYHYPERPIPENETWORKSGIXPROC __glewXQueryHyperpipeNetworkSGIX

Definition at line 7166 of file glew.c.

PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC __glewXQueryMaxSwapBarriersSGIX

Definition at line 7175 of file glew.c.

PFNGLXRELEASEBUFFERSMESAPROC __glewXReleaseBuffersMESA

Definition at line 7137 of file glew.c.

PFNGLXRELEASETEXIMAGEATIPROC __glewXReleaseTexImageATI

Definition at line 7124 of file glew.c.

PFNGLXSELECTEVENTPROC __glewXSelectEvent

Definition at line 7120 of file glew.c.

PFNGLXSELECTEVENTSGIXPROC __glewXSelectEventSGIX

Definition at line 7172 of file glew.c.

PFNGLXSET3DFXMODEMESAPROC __glewXSet3DfxModeMESA

Definition at line 7139 of file glew.c.

PFNGLXSWAPINTERVALSGIPROC __glewXSwapIntervalSGI

Definition at line 7190 of file glew.c.

PFNGLXVIDEORESIZESUNPROC __glewXVideoResizeSUN

Definition at line 7198 of file glew.c.

PFNGLXWAITVIDEOSYNCSGIPROC __glewXWaitVideoSyncSGI

Definition at line 7193 of file glew.c.

GLXEW_EXPORT GLboolean __GLXEW_3DFX_multisample

Definition at line 1116 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_ARB_fbconfig_float

Definition at line 1117 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_ARB_get_proc_address

Definition at line 1118 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_ARB_multisample

Definition at line 1119 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_ATI_pixel_format_float

Definition at line 1120 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_ATI_render_texture

Definition at line 1121 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_EXT_fbconfig_packed_float

Definition at line 1122 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_EXT_framebuffer_sRGB

Definition at line 1123 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_EXT_import_context

Definition at line 1124 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_EXT_scene_marker

Definition at line 1125 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_EXT_visual_info

Definition at line 1126 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_EXT_visual_rating

Definition at line 1127 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_MESA_agp_offset

Definition at line 1128 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_MESA_copy_sub_buffer

Definition at line 1129 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_MESA_pixmap_colormap

Definition at line 1130 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_MESA_release_buffers

Definition at line 1131 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_MESA_set_3dfx_mode

Definition at line 1132 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_NV_float_buffer

Definition at line 1133 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_NV_vertex_array_range

Definition at line 1134 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_OML_swap_method

Definition at line 1135 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_OML_sync_control

Definition at line 1136 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGI_cushion

Definition at line 1148 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGI_make_current_read

Definition at line 1149 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGI_swap_control

Definition at line 1150 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGI_video_sync

Definition at line 1151 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGIS_blended_overlay

Definition at line 1137 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGIS_color_range

Definition at line 1138 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGIS_multisample

Definition at line 1139 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGIS_shared_multisample

Definition at line 1140 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGIX_fbconfig

Definition at line 1141 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGIX_hyperpipe

Definition at line 1142 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGIX_pbuffer

Definition at line 1143 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGIX_swap_barrier

Definition at line 1144 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGIX_swap_group

Definition at line 1145 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGIX_video_resize

Definition at line 1146 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SGIX_visual_select_group

Definition at line 1147 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SUN_get_transparent_index

Definition at line 1152 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_SUN_video_resize

Definition at line 1153 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_VERSION_1_0

Definition at line 1111 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_VERSION_1_1

Definition at line 1112 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_VERSION_1_2

Definition at line 1113 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_VERSION_1_3

Definition at line 1114 of file glxew.h.

GLXEW_EXPORT GLboolean __GLXEW_VERSION_1_4

Definition at line 1115 of file glxew.h.

void( * )(void) glXGetProcAddress(const GLubyte *procName)

void( * )(void) glXGetProcAddressARB(const GLubyte *procName)


Generated on Mon Feb 16 15:14:56 2009 for Scorched3D by  doxygen 1.5.3