[Mesa-dev] [PATCH 7/7] Make shared-glapi the default

Chad Versace chad.versace at linux.intel.com
Fri Aug 3 11:50:47 PDT 2012


On 08/01/2012 05:07 PM, Ian Romanick wrote:
> From: Ian Romanick <ian.d.romanick at 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.romanick at 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.versace at linux.intel.com>



More information about the mesa-dev mailing list