st/glx/xlib: Advertise GLX_ARB_create_context(_profile)
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 9 Oct 2011 12:20:00 +0000 (13:20 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 9 Oct 2011 15:11:26 +0000 (16:11 +0100)
They were already implemented, but not advertised.

src/gallium/state_trackers/glx/xlib/glx_api.c

index 824fdab..d978286 100644 (file)
@@ -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 " \