glx: Connect glXCreateContextAttribsARB to glXGetProcAddress
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 30 Nov 2011 19:12:49 +0000 (11:12 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 2 Jan 2012 20:41:45 +0000 (12:41 -0800)
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/glx/glxcmds.c

index f7cbf2f..37c0933 100644 (file)
@@ -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 */
 };