Accepting request 531201 from X11:XOrg
- 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. - 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/531201 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=303
This commit is contained in:
commit
b318ee9343
17
Mesa.changes
17
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
|
Mon Sep 18 08:38:41 UTC 2017 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 17.2.1
|
%define _version 17.2.2
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%ifarch %ix86 x86_64 %arm aarch64 ppc ppc64 ppc64le s390x
|
%ifarch %ix86 x86_64 %arm aarch64 ppc ppc64 ppc64le s390x
|
||||||
@ -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
|
||||||
@ -54,7 +53,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa
|
Name: Mesa
|
||||||
Version: 17.2.1
|
Version: 17.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering interactive 3-D graphics
|
Summary: System for rendering interactive 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -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 \
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:77385d17827cff24a3bae134342234f2efe7f7f990e778109682571dbbc9ba1e
|
|
||||||
size 10414776
|
|
Binary file not shown.
3
mesa-17.2.2.tar.xz
Normal file
3
mesa-17.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf522244d6a5a1ecde3fc00e7c96935253fe22f808f064cab98be6f3faa65782
|
||||||
|
size 10359156
|
BIN
mesa-17.2.2.tar.xz.sig
Normal file
BIN
mesa-17.2.2.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user