Accepting request 726100 from X11:XOrg

- Update to version 19.1.5
  * bugfix release 

- Build radeonsi and libvdpau_radeonsi on ppc64le 

- Update to version 19.1.4:
  * Mostly, as usual, in fixes for different drivers (anv, radv,
    radeon, nv50, nvc0) as well as in backend parts (egl, spirv,
    nir, ...).
  * Of those fixes, we could highlight several ones:
    - Vulkan 24/48 bit formats are now not supported on Ivybridge.
    - R8G8B8_UNORM_SRGB is not supported on Haswell.
    - A fix for hair artifacts in Max Payne 3 on AMD/RADV.
    - Vulkan transform feedback extension is disabled on Intel

OBS-URL: https://build.opensuse.org/request/show/726100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=355
This commit is contained in:
Dominique Leuenberger 2019-08-27 13:23:56 +00:00 committed by Git OBS Bridge
commit 3c69cee728
8 changed files with 61 additions and 11 deletions

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Aug 26 08:12:29 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 19.1.5
* bugfix release
-------------------------------------------------------------------
Wed Aug 14 18:51:18 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
- Build radeonsi and libvdpau_radeonsi on ppc64le
-------------------------------------------------------------------
Mon Aug 12 08:42:27 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 19.1.4:
* Mostly, as usual, in fixes for different drivers (anv, radv,
radeon, nv50, nvc0) as well as in backend parts (egl, spirv,
nir, ...).
* Of those fixes, we could highlight several ones:
- Vulkan 24/48 bit formats are now not supported on Ivybridge.
- R8G8B8_UNORM_SRGB is not supported on Haswell.
- A fix for hair artifacts in Max Payne 3 on AMD/RADV.
- Vulkan transform feedback extension is disabled on Intel
gen7.
-------------------------------------------------------------------
Tue Jul 23 19:50:48 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -42,7 +42,7 @@
%define glamor 1
%define _name_archive mesa
%define _version 19.1.3
%define _version 19.1.5
%define with_opencl 0
%define with_vulkan 0
%define with_llvm 0
@ -110,7 +110,7 @@
%endif
Name: Mesa-drivers
Version: 19.1.3
Version: 19.1.5
Release: 0
Summary: System for rendering 3-D graphics
License: MIT
@ -811,7 +811,7 @@ egl_platforms=x11,drm,surfaceless
%else
%ifarch ppc64 ppc64le
-Ddri-drivers=nouveau \
-Dgallium-drivers=r300,r600,nouveau,swrast \
-Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast \
%else
-Ddri-drivers=swrast \
-Dgallium-drivers= \
@ -1078,7 +1078,7 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
%{_libdir}/vdpau/libvdpau_r600.so.1.0.0
%endif
%ifarch %{ix86} x86_64
%ifarch %{ix86} x86_64 ppc64le
%files -n libvdpau_radeonsi
%{_libdir}/vdpau/libvdpau_radeonsi.so
%{_libdir}/vdpau/libvdpau_radeonsi.so.1

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Aug 26 08:12:29 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 19.1.5
* bugfix release
-------------------------------------------------------------------
Wed Aug 14 18:51:18 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
- Build radeonsi and libvdpau_radeonsi on ppc64le
-------------------------------------------------------------------
Mon Aug 12 08:42:27 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 19.1.4:
* Mostly, as usual, in fixes for different drivers (anv, radv,
radeon, nv50, nvc0) as well as in backend parts (egl, spirv,
nir, ...).
* Of those fixes, we could highlight several ones:
- Vulkan 24/48 bit formats are now not supported on Ivybridge.
- R8G8B8_UNORM_SRGB is not supported on Haswell.
- A fix for hair artifacts in Max Payne 3 on AMD/RADV.
- Vulkan transform feedback extension is disabled on Intel
gen7.
-------------------------------------------------------------------
Tue Jul 23 19:50:48 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -41,7 +41,7 @@
%define glamor 1
%define _name_archive mesa
%define _version 19.1.3
%define _version 19.1.5
%define with_opencl 0
%define with_vulkan 0
%define with_llvm 0
@ -109,7 +109,7 @@
%endif
Name: Mesa
Version: 19.1.3
Version: 19.1.5
Release: 0
Summary: System for rendering 3-D graphics
License: MIT
@ -810,7 +810,7 @@ egl_platforms=x11,drm,surfaceless
%else
%ifarch ppc64 ppc64le
-Ddri-drivers=nouveau \
-Dgallium-drivers=r300,r600,nouveau,swrast \
-Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast \
%else
-Ddri-drivers=swrast \
-Dgallium-drivers= \
@ -1077,7 +1077,7 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
%{_libdir}/vdpau/libvdpau_r600.so.1.0.0
%endif
%ifarch %{ix86} x86_64
%ifarch %{ix86} x86_64 ppc64le
%files -n libvdpau_radeonsi
%{_libdir}/vdpau/libvdpau_radeonsi.so
%{_libdir}/vdpau/libvdpau_radeonsi.so.1

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:845460b2225d15c15d4a9743dec798ff0b7396b533011d43e774e67f7825b7e0
size 10935604

Binary file not shown.

3
mesa-19.1.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b54e14e35c7251b171b4cf9d84cbc1d760eafe00132117db193454999cd6eb4
size 10938452

BIN
mesa-19.1.5.tar.xz.sig Normal file

Binary file not shown.