Mesa (master): st/glx/xlib: Advertise GLX_ARB_create_context(_profile)

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sun Oct 9 15:11:34 UTC 2011


Module: Mesa
Branch: master
Commit: ee1487953bdbe8694fc76b9fe398d0384cd9e3b4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee1487953bdbe8694fc76b9fe398d0384cd9e3b4

Author: José Fonseca <jose.r.fonseca at gmail.com>
Date:   Sun Oct  9 13:20:00 2011 +0100

st/glx/xlib: Advertise GLX_ARB_create_context(_profile)

They were already implemented, but not advertised.

---

 src/gallium/state_trackers/glx/xlib/glx_api.c |    2 ++
 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 824fdab..d978286 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 " \




More information about the mesa-commit mailing list