diff --git a/Mesa.changes b/Mesa.changes index 1e8df7c..9b087a9 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Oct 4 09:51:03 UTC 2017 - sndirsch@suse.com + +- update to 17.2.2 + * several Vulkan ANV/RADV driver fixes including Wayland WSI + improvements, RadeonSI / i965 / VC4 OpenGL fixes among other + work, some fixes to common Gallium3D code, support for LLVM 5.0 + in Gallium3D when using the SCons build system, and a range of + other fixes/improvements. + +------------------------------------------------------------------- +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..fd774db 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -22,7 +22,7 @@ %endif %define glamor 1 %define _name_archive mesa -%define _version 17.2.1 +%define _version 17.2.2 %define with_opencl 0 %define with_vulkan 0 %ifarch %ix86 x86_64 %arm aarch64 ppc ppc64 ppc64le s390x @@ -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 @@ -54,7 +53,7 @@ %endif Name: Mesa -Version: 17.2.1 +Version: 17.2.2 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT @@ -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 \ diff --git a/mesa-17.2.1.tar.xz b/mesa-17.2.1.tar.xz deleted file mode 100644 index 75c14e0..0000000 --- a/mesa-17.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77385d17827cff24a3bae134342234f2efe7f7f990e778109682571dbbc9ba1e -size 10414776 diff --git a/mesa-17.2.1.tar.xz.sig b/mesa-17.2.1.tar.xz.sig deleted file mode 100644 index 377ccc5..0000000 Binary files a/mesa-17.2.1.tar.xz.sig and /dev/null differ diff --git a/mesa-17.2.2.tar.xz b/mesa-17.2.2.tar.xz new file mode 100644 index 0000000..8b819d0 --- /dev/null +++ b/mesa-17.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf522244d6a5a1ecde3fc00e7c96935253fe22f808f064cab98be6f3faa65782 +size 10359156 diff --git a/mesa-17.2.2.tar.xz.sig b/mesa-17.2.2.tar.xz.sig new file mode 100644 index 0000000..ecc9ec4 Binary files /dev/null and b/mesa-17.2.2.tar.xz.sig differ