- update to 17.2.3
* The Vulkan drivers ANV and RADV have multiple small fixes. * The EGL code has improved handling of the new wl_dmabuf codepath. * SWR no longer crashes when checking environment variables. * Other gallium drivers have also seen updates - freedreno, nouveau and radeonsi. The gallivm module, used by llvmpipe et al. has gained little endian PPC64 fixes. * The VA and VDPAU state-trackers have seems improvements handling interlaced videos. * We're using python3 compatible constructs which gives us SCons 3.0 support. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=656
This commit is contained in:
parent
6bebdfbdba
commit
6a40d63633
15
Mesa.changes
15
Mesa.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 09:26:42 UTC 2017 - sndirsch@suse.com
|
||||
|
||||
- update to 17.2.3
|
||||
* The Vulkan drivers ANV and RADV have multiple small fixes.
|
||||
* The EGL code has improved handling of the new wl_dmabuf codepath.
|
||||
* SWR no longer crashes when checking environment variables.
|
||||
* Other gallium drivers have also seen updates - freedreno, nouveau and
|
||||
radeonsi. The gallivm module, used by llvmpipe et al. has gained little
|
||||
endian PPC64 fixes.
|
||||
* The VA and VDPAU state-trackers have seems improvements handling
|
||||
interlaced videos.
|
||||
* We're using python3 compatible constructs which gives us SCons 3.0
|
||||
support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 13:55:17 UTC 2017 - msrb@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 17.2.2
|
||||
%define _version 17.2.3
|
||||
%define with_opencl 0
|
||||
%define with_vulkan 0
|
||||
%ifarch %ix86 x86_64 %arm aarch64 ppc ppc64 ppc64le s390x
|
||||
@ -53,7 +53,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa
|
||||
Version: 17.2.2
|
||||
Version: 17.2.3
|
||||
Release: 0
|
||||
Summary: System for rendering interactive 3-D graphics
|
||||
License: MIT
|
||||
@ -392,8 +392,8 @@ applications using the OpenGL|ES 3.x APIs.
|
||||
|
||||
%package -n libOSMesa8
|
||||
Summary: Mesa Off-screen rendering extension
|
||||
Group: System/Libraries
|
||||
# Wrongly named package shipped .so.8
|
||||
Group: System/Libraries
|
||||
Obsoletes: libOSMesa9 < %{version}-%{release}
|
||||
Provides: libOSMesa9 = %{version}-%{release}
|
||||
|
||||
@ -499,8 +499,8 @@ implementation of Mesa.
|
||||
|
||||
%package libd3d
|
||||
Summary: Mesa Direct3D9 state tracker
|
||||
Group: System/Libraries
|
||||
# Manually provide d3d library (bnc#918294)
|
||||
Group: System/Libraries
|
||||
%ifarch x86_64 s390x ppc64le aarch64
|
||||
Provides: d3dadapter9.so.1()(64bit)
|
||||
%else
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf522244d6a5a1ecde3fc00e7c96935253fe22f808f064cab98be6f3faa65782
|
||||
size 10359156
|
Binary file not shown.
3
mesa-17.2.3.tar.xz
Normal file
3
mesa-17.2.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0b0ec8f7b24dd044d7ab30a8c7e6d3767521e245f88d4ed5dd93315dc56f837
|
||||
size 10344180
|
BIN
mesa-17.2.3.tar.xz.sig
Normal file
BIN
mesa-17.2.3.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user