From: Ian Romanick Date: Wed, 30 Nov 2011 19:12:49 +0000 (-0800) Subject: glx: Connect glXCreateContextAttribsARB to glXGetProcAddress X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78aa71a3ce8a999d64f30ce4f6d3939eec198f16;p=mesa.git glx: Connect glXCreateContextAttribsARB to glXGetProcAddress Signed-off-by: Ian Romanick --- diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c index f7cbf2f54f6..37c09336749 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 */ };