On 08/01/2012 05:07 PM, Ian Romanick wrote: > From: Ian Romanick <ian.d.roman...@intel.com> > > You can't practically have desktop OpenGL and OpenGL ES on the same system > without this. The benefits of not having it (e.g., a more compact dispatch > table) are irrelevant. > > Signed-off-by: Ian Romanick <ian.d.roman...@intel.com> > --- > configure.ac | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure.ac b/configure.ac > index c51427f..67fba81 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -700,9 +700,9 @@ AC_SUBST([API_DEFINES]) > > AC_ARG_ENABLE([shared-glapi], > [AS_HELP_STRING([--enable-shared-glapi], > - [EXPERIMENTAL. Enable shared glapi for OpenGL @<:@default=no@:>@])], > + [EXPERIMENTAL. Enable shared glapi for OpenGL > @<:@default=yes@:>@])], > [enable_shared_glapi="$enableval"], > - [enable_shared_glapi=no]) > + [enable_shared_glapi=yes]) > > SHARED_GLAPI="0" > if test "x$enable_shared_glapi" = xyes; then
Since --shared-glapi is the default, it should no longer be marked EXPERIMENTAL. Other than that, this patch only is Reviewed-by: Chad Versace <chad.vers...@linux.intel.com> _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev