summaryrefslogtreecommitdiff
path: root/src/glx/dri_glx.c
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-06-15 00:27:55 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-06-20 16:54:58 -0700
commit559e4f8ebcb186b491d7d687ac43f22a62448fc1 (patch)
tree5bf792e38573f8d1a54d1c70c1c3427f692533e8 /src/glx/dri_glx.c
parentfbd7448977efd49afba322cbb0853e9981ec2d2d (diff)
glx: Allow a context-specific fallback for glXGetProcAddress
In applegl, GLX advertises the same extensions provided by OpenGL.framework even if such extensions are not provided by glapi. This allows a client to get access to such API. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'src/glx/dri_glx.c')
-rw-r--r--src/glx/dri_glx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/dri_glx.c b/src/glx/dri_glx.c
index d59784c6a4f..6f3b2b8900c 100644
--- a/src/glx/dri_glx.c
+++ b/src/glx/dri_glx.c
@@ -558,6 +558,7 @@ static const struct glx_context_vtable dri_context_vtable = {
DRI_glXUseXFont,
NULL,
NULL,
+ NULL, /* get_proc_address */
};
static struct glx_context *