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
This commit is contained in:
2017-10-01 11:44:45 +00:00
committed by Git OBS Bridge
parent bf7f23de09
commit a5b416ce07
2 changed files with 9 additions and 3 deletions

View File

@@ -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 Mon Sep 18 08:38:41 UTC 2017 - mimi.vx@gmail.com

View File

@@ -44,8 +44,7 @@
%endif %endif
%if 0%{gallium_loader} && 0%{?suse_version} >= 1330 %if 0%{gallium_loader} && 0%{?suse_version} >= 1330
# llvm >= 3.9 not provided for <= 1330 # llvm >= 3.9 not provided for <= 1330
%ifnarch %arm ppc %ifnarch ppc
# TODO Drop ifnarch %%arm once llvm4 has built in Factory
%define with_opencl 1 %define with_opencl 1
%endif %endif
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
@@ -723,7 +722,7 @@ autoreconf -fvi
%ifarch %arm aarch64 %ifarch %arm aarch64
--enable-xa \ --enable-xa \
--with-dri-drivers=nouveau \ --with-dri-drivers=nouveau \
--with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno,vc4 \ --with-gallium-drivers=r300,r600,nouveau,swrast,freedreno,vc4 \
%endif %endif
%ifarch ppc64 ppc64le %ifarch ppc64 ppc64le
--enable-xa \ --enable-xa \