From: José Fonseca Date: Sun, 9 Oct 2011 12:20:00 +0000 (+0100) Subject: st/glx/xlib: Advertise GLX_ARB_create_context(_profile) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee1487953bdbe8694fc76b9fe398d0384cd9e3b4;p=mesa.git st/glx/xlib: Advertise GLX_ARB_create_context(_profile) They were already implemented, but not advertised. --- diff --git a/src/gallium/state_trackers/glx/xlib/glx_api.c b/src/gallium/state_trackers/glx/xlib/glx_api.c index 824fdab1b33..d978286ff28 100644 --- a/src/gallium/state_trackers/glx/xlib/glx_api.c +++ b/src/gallium/state_trackers/glx/xlib/glx_api.c @@ -53,6 +53,8 @@ "GLX_MESA_copy_sub_buffer " \ "GLX_MESA_pixmap_colormap " \ "GLX_MESA_release_buffers " \ + "GLX_ARB_create_context " \ + "GLX_ARB_create_context_profile " \ "GLX_ARB_get_proc_address " \ "GLX_EXT_texture_from_pixmap " \ "GLX_EXT_visual_info " \