aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2011-10-09 13:20:00 +0100
committerJosé Fonseca <[email protected]>2011-10-09 16:11:26 +0100
commitee1487953bdbe8694fc76b9fe398d0384cd9e3b4 (patch)
treec3bfc02a5f81822727dabbad10882c2f5df30fef /src/gallium
parent90dcd6c89ab4afa55ca19d572a1a695cf55cb1b2 (diff)
st/glx/xlib: Advertise GLX_ARB_create_context(_profile)
They were already implemented, but not advertised.
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/state_trackers/glx/xlib/glx_api.c2
1 files changed, 2 insertions, 0 deletions
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 " \