From a5b416ce0786944385e1e3ea663a5a9b2d5773f62d31408779c7a4d23a3ad17b Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 1 Oct 2017 11:44:45 +0000 Subject: [PATCH] Accepting request 530199 from home:StefanBruens:branches:X11:XOrg - Drop gallium svga driver for arm/aarch64. The svga driver is a vmware guest driver, thus only usable on x86(_64) platforms - Also enable OpenCL on arm (32bit), llvm4 has reached Factory OBS-URL: https://build.opensuse.org/request/show/530199 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=649 --- Mesa.changes | 7 +++++++ Mesa.spec | 5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Mesa.changes b/Mesa.changes index 1e8df7c..035f5b4 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Sep 30 18:54:29 UTC 2017 - stefan.bruens@rwth-aachen.de + +- Drop gallium svga driver for arm/aarch64. The svga driver is a vmware + guest driver, thus only usable on x86(_64) platforms +- Also enable OpenCL on arm (32bit), llvm4 has reached Factory + ------------------------------------------------------------------- Mon Sep 18 08:38:41 UTC 2017 - mimi.vx@gmail.com diff --git a/Mesa.spec b/Mesa.spec index ab3c805..227ef9c 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -44,8 +44,7 @@ %endif %if 0%{gallium_loader} && 0%{?suse_version} >= 1330 # llvm >= 3.9 not provided for <= 1330 -%ifnarch %arm ppc -# TODO Drop ifnarch %%arm once llvm4 has built in Factory +%ifnarch ppc %define with_opencl 1 %endif %ifarch %ix86 x86_64 @@ -723,7 +722,7 @@ autoreconf -fvi %ifarch %arm aarch64 --enable-xa \ --with-dri-drivers=nouveau \ - --with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno,vc4 \ + --with-gallium-drivers=r300,r600,nouveau,swrast,freedreno,vc4 \ %endif %ifarch ppc64 ppc64le --enable-xa \