diff options
author | Ian Romanick <[email protected]> | 2011-11-30 11:12:49 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-01-02 12:41:45 -0800 |
commit | 78aa71a3ce8a999d64f30ce4f6d3939eec198f16 (patch) | |
tree | d85a0882fb77bab817e6bebd656d257bab7c273f /src/glx/glxcmds.c | |
parent | 588042a8ec4ea91a952c07a0768516fd590758f4 (diff) |
glx: Connect glXCreateContextAttribsARB to glXGetProcAddress
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glx/glxcmds.c')
-rw-r--r-- | 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 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 */ }; |