From fc5b57b71375ef6c117482be036b442c2cb8ab23 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 29 Aug 2006 15:38:19 +0000 Subject: 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 - --- src/glx/x11/glxext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glx/x11/glxext.c') diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c index 7ceed42fa2..5b756c26af 100644 --- a/src/glx/x11/glxext.c +++ b/src/glx/x11/glxext.c @@ -719,7 +719,7 @@ static const __DRIinterfaceMethods interface_methods = { XF86DRIGetDrawableInfo, __glXGetUST, - glXGetMscRateOML, + __glXGetMscRateOML, }; -- cgit v1.2.3