summaryrefslogtreecommitdiffstats
path: root/src/glx/indirect.c
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-01-11 18:32:14 -0500
committerMatt Turner <[email protected]>2012-01-20 14:56:42 -0500
commitadefee50d954151f76150af80207081ae3c247d9 (patch)
treec70cf0abe077c38d76a22eef437673a6692dd2bf /src/glx/indirect.c
parent2fdbbeca43e7b57095774e4228e6eea75a180fab (diff)
Always build shared glapi
libglapi.so, libGL.so, libGLESv2.so, libGLESv1_CM.so must all come from the same version of Mesa or bad things may happen. Acked-by: Kenneth Graunke <[email protected]> Signed-off-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/glx/indirect.c')
-rw-r--r--src/glx/indirect.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/indirect.c b/src/glx/indirect.c
index a6b0c0d6dac..b8e14add410 100644
--- a/src/glx/indirect.c
+++ b/src/glx/indirect.c
@@ -10672,8 +10672,6 @@ __indirect_glFramebufferTextureLayerEXT(GLenum target, GLenum attachment,
}
-#ifdef GLX_SHARED_GLAPI
-
static const struct proc_pair {
const char *name;
_glapi_proc proc;
@@ -10729,8 +10727,6 @@ __indirect_get_proc_address(const char *name)
return (pair) ? pair->proc : NULL;
}
-#endif /* GLX_SHARED_GLAPI */
-
#undef FASTCALL
#undef NOINLINE