<span style="font-family: Arial; font-size:12pt">,z,ц<br><br>Sent from my ASUS</span><span style="font-family: Arial;"><br><br>-------- Original Message --------<br>From:Tapani Pälli <tapani.palli@intel.com><br>Sent:Mon, 08 May 2017 07:33:03 +0200<br>To:Emil Velikov <emil.l.velikov@gmail.com>,mesa-dev@lists.freedesktop.org<br>Cc:mesa-stable@lists.freedesktop.org<br>Subject:Re: [Mesa-dev] [PATCH v2 05/27] configure: enable the surfaceless platform by default<br><br></span>Yes please!<br><br>Acked-by: Tapani Pälli <tapani.palli@intel.com><br><br>On 05/04/2017 07:29 PM, Emil Velikov wrote:<br>> From: Emil Velikov <emil.velikov@collabora.com><br>> <br>> A simple platform that you want to use in a many usecases. See the<br>> spec file details.<br>> <br>> It has no special requirements plus it takes less than a second to<br>> build.<br>> <br>> Cc: Tapani Pälli <tapani.palli@intel.com><br>> Cc: mesa-stable@lists.freedesktop.org<br>> Signed-off-by: Emil Velikov <emil.velikov@collabora.com><br>> ---<br>>   configure.ac        | 5 ++---<br>>   docs/releasing.html | 2 +-<br>>   2 files changed, 3 insertions(+), 4 deletions(-)<br>> <br>> diff --git a/configure.ac b/configure.ac<br>> index f4f488a25bc..b132edef255 100644<br>> --- a/configure.ac<br>> +++ b/configure.ac<br>> @@ -1648,10 +1648,9 @@ AC_ARG_WITH([egl-platforms],<br>>       [with_egl_platforms=auto])<br>>   <br>>   if test "x$with_egl_platforms" = xauto; then<br>> +    with_egl_platforms="x11,surfaceless"<br>>       if test "x$enable_gbm" = xyes; then<br>> -        with_egl_platforms="x11,drm"<br>> -    else<br>> -        with_egl_platforms="x11"<br>> +        with_egl_platforms="$with_egl_platforms,drm"<br>>       fi<br>>   else<br>>       AC_MSG_WARN([--with-egl-platforms is deprecated. Use --with-platforms instead.])<br>> diff --git a/docs/releasing.html b/docs/releasing.html<br>> index 83f4a52b49f..68d83f2ae20 100644<br>> --- a/docs/releasing.html<br>> +++ b/docs/releasing.html<br>> @@ -405,7 +405,7 @@ Here is one solution that I've been using.<br>>               --enable-glx-tls \<br>>                --enable-gbm \<br>>            --enable-egl \<br>> -          --with-platforms=x11,drm,wayland<br>> +                --with-platforms=x11,drm,wayland,surfaceless<br>>      make -j2 &amp;&amp; DESTDIR=`pwd`/test make -j6 install<br>>           __glxinfo_cmd='glxinfo 2>&amp;1 | egrep -o "Mesa.*|Gallium.*|.*dri\.so"'<br>>         __glxgears_cmd='glxgears 2>&amp;1 | grep -v "configuration file"'<br>> <br>_______________________________________________<br>mesa-dev mailing list<br>mesa-dev@lists.freedesktop.org<br>https://lists.freedesktop.org/mailman/listinfo/mesa-dev<br>