Re: [PATCH wayland-web 2/3] building: use enable-llvm option

2018-06-28 Thread Pekka Paalanen
On Tue, 26 Jun 2018 15:03:55 +0100
Emil Velikov  wrote:

> On 21 June 2018 at 19:54, Matheus Santana  wrote:
> > Fix
> >
> > error: --enable-llvm is required when building r300
> >  
> Fwiw, this error is strictly for performance reasons. If having a
> LLVM-free driver is more important than performance, one can remove
> the check.
> That aside, the series is
> 
> Reviewed-by: Emil Velikov 

Hi,

thanks for the patches and the review, all three pushed:
   ac2b383..8119f6f  master -> master

I'm not sure what xkbcommon was doing in the libinput section, since
Weston itself depends on it still.

The section about libunwind could be removed, since Weston does not use
it anymore.

I suppose it would be nice to not maintain a Mesa build guide but link
to an official build guide, or is there a benefit for having a
simplified guide here?


Thanks,
pq


pgpyyM2NDaw5r.pgp
Description: OpenPGP digital signature
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: [PATCH wayland-web 2/3] building: use enable-llvm option

2018-06-26 Thread Emil Velikov
On 21 June 2018 at 19:54, Matheus Santana  wrote:
> Fix
>
> error: --enable-llvm is required when building r300
>
Fwiw, this error is strictly for performance reasons. If having a
LLVM-free driver is more important than performance, one can remove
the check.
That aside, the series is

Reviewed-by: Emil Velikov 

Thanks
Emil
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


[PATCH wayland-web 2/3] building: use enable-llvm option

2018-06-21 Thread Matheus Santana
Fix

error: --enable-llvm is required when building r300

while building Mesa.

Signed-off-by: Matheus Santana 
---
 building.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/building.html b/building.html
index 35e8173..b075051 100644
--- a/building.html
+++ b/building.html
@@ -167,7 +167,7 @@ $ git clone https://cgit.freedesktop.org/mesa/mesa;>git://anongit.freed
 $ cd mesa
 $ ./autogen.sh --prefix=$WLD --enable-gles2 \
   --with-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi \
-  --with-gallium-drivers=r300,r600,swrast,nouveau
+  --with-gallium-drivers=r300,r600,swrast,nouveau --enable-llvm
 $ make  make install
 $ cd ..
 
-- 
2.1.4

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel