projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
588042a
)
glx: Connect glXCreateContextAttribsARB to glXGetProcAddress
author
Ian Romanick
<ian.d.romanick@intel.com>
Wed, 30 Nov 2011 19:12:49 +0000
(11:12 -0800)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/src/glx/glxcmds.c
b/src/glx/glxcmds.c
index f7cbf2f54f651a68643418694e7a09277e21347a..37c09336749c1adfb27d9bb035a5723be534ef88 100644
(file)
--- 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 */
};