diff options
author | Ian Romanick <idr@us.ibm.com> | 2006-08-29 15:38:19 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2006-08-29 15:38:19 +0000 |
commit | fc5b57b71375ef6c117482be036b442c2cb8ab23 (patch) | |
tree | 4b07d5ac8a323e27a2b516c97b333f60a7139b1d /src/glx/x11/glxextensions.h | |
parent | af1dc7e487615361fd906cdbb917d4abf62b61dc (diff) |
Clean up GLX function exports.
Make functions for the following extensions only accessable via
glXGetProcAddress:
- GLX_EXT_texture_from_pixmap
- GLX_MESA_copy_sub_buffer
- GLX_MESA_release_buffers
- GLX_MESA_swap_control
- GLX_MESA_swap_frame_usage
- GLX_OML_sync_control
- GLX_SGI_make_current_read
- GLX_SGI_swap_control
- GLX_SGI_video_sync
- GLX_SGIX_swap_barrier
- GLX_SGIX_swap_group
Removed all remnants of the following extensions:
- GLX_MESA_set_3dfx_mode
- GLX_SGI_cushion
- GLX_SGIX_dmbuffer
- GLX_SGIX_video_resize
- GLX_SGIX_video_source
- GLX_SUN_get_transparent_index
-
Diffstat (limited to 'src/glx/x11/glxextensions.h')
-rw-r--r-- | src/glx/x11/glxextensions.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/glx/x11/glxextensions.h b/src/glx/x11/glxextensions.h index 9e7f0fb4ba..a4241b6b7f 100644 --- a/src/glx/x11/glxextensions.h +++ b/src/glx/x11/glxextensions.h @@ -45,7 +45,6 @@ enum { MESA_depth_float_bit, MESA_pixmap_colormap_bit, MESA_release_buffers_bit, - MESA_set_3dfx_mode_bit, MESA_swap_control_bit, MESA_swap_frame_usage_bit, NV_float_buffer_bit, @@ -54,22 +53,17 @@ enum { NV_vertex_array_range_bit, OML_swap_method_bit, OML_sync_control_bit, - SGI_cushion_bit, SGI_make_current_read_bit, SGI_swap_control_bit, SGI_video_sync_bit, SGIS_blended_overlay_bit, SGIS_color_range_bit, SGIS_multisample_bit, - SGIX_dm_buffer_bit, SGIX_fbconfig_bit, SGIX_pbuffer_bit, SGIX_swap_barrier_bit, SGIX_swap_group_bit, - SGIX_video_resize_bit, - SGIX_video_source_bit, SGIX_visual_select_group_bit, - SUN_get_transparent_index_bit, EXT_texture_from_pixmap_bit }; |