Mesa (master): glx: Connect glXCreateContextAttribsARB to glXGetProcAddress

Ian Romanick idr at kemper.freedesktop.org
Mon Jan 2 20:42:41 UTC 2012


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Nov 30 11:12:49 2011 -0800

glx: Connect glXCreateContextAttribsARB to glXGetProcAddress

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/glx/glxcmds.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c
index f7cbf2f..37c0933 100644
--- a/src/glx/glxcmds.c
+++ b/src/glx/glxcmds.c
@@ -2603,6 +2603,9 @@ static const struct name_address_pair GLX_functions[] = {
    GLX_FUNCTION(glXGetDriverConfig),
 #endif
 
+   /*** GLX_ARB_create_context and GLX_ARB_create_context_profile ***/
+   GLX_FUNCTION(glXCreateContextAttribsARB),
+
    {NULL, NULL}                 /* end of list */
 };
 




More information about the mesa-commit mailing list