glx: Connect glXCreateContextAttribsARB to glXGetProcAddress

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Ian Romanick
2011-11-30 11:12:49 -08:00
parent 588042a8ec
commit 78aa71a3ce

View 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 */
};