Accepting request 563054 from home:michalsrb:branches2:X11:XOrg
- Update to 17.3.1 * Multiple fixes and improvements of the GLSL shader cache. The RADV driver no longer advertises VK_EXT_debug_report - there is no support for it. * The i965, radeonsi, nvc0 and freedreno drivers have received a few small fixes each. * A number of big endian fixes have been merged. - Fixes for 32bit support broken by the Mesa split. OBS-URL: https://build.opensuse.org/request/show/563054 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=675
This commit is contained in:
parent
50c22eaceb
commit
91e3c82152
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 8 14:44:46 UTC 2018 - msrb@suse.com
|
||||
|
||||
- Update to 17.3.1
|
||||
* Multiple fixes and improvements of the GLSL shader cache. The
|
||||
RADV driver no longer advertises VK_EXT_debug_report - there is
|
||||
no support for it.
|
||||
* The i965, radeonsi, nvc0 and freedreno drivers have received a
|
||||
few small fixes each.
|
||||
* A number of big endian fixes have been merged.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 8 14:26:50 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 17.3.0
|
||||
%define _version 17.3.1
|
||||
%define with_opencl 0
|
||||
%define with_vulkan 0
|
||||
%define with_llvm 0
|
||||
@ -108,7 +108,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa-drivers
|
||||
Version: 17.3.0
|
||||
Version: 17.3.1
|
||||
Release: 0
|
||||
Summary: System for rendering interactive 3-D graphics
|
||||
License: MIT
|
||||
|
11
Mesa.changes
11
Mesa.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 8 14:44:46 UTC 2018 - msrb@suse.com
|
||||
|
||||
- Update to 17.3.1
|
||||
* Multiple fixes and improvements of the GLSL shader cache. The
|
||||
RADV driver no longer advertises VK_EXT_debug_report - there is
|
||||
no support for it.
|
||||
* The i965, radeonsi, nvc0 and freedreno drivers have received a
|
||||
few small fixes each.
|
||||
* A number of big endian fixes have been merged.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 8 14:26:50 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 17.3.0
|
||||
%define _version 17.3.1
|
||||
%define with_opencl 0
|
||||
%define with_vulkan 0
|
||||
%define with_llvm 0
|
||||
@ -107,7 +107,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa
|
||||
Version: 17.3.0
|
||||
Version: 17.3.1
|
||||
Release: 0
|
||||
Summary: System for rendering interactive 3-D graphics
|
||||
License: MIT
|
||||
|
@ -1,4 +1,7 @@
|
||||
Mesa
|
||||
# Include this configuration file in every arch version of Mesa, so we
|
||||
# get dummy Mesa-<targettype> that other arch packages can supplement it.
|
||||
+/etc/drirc
|
||||
obsoletes "XFree86-Mesa-<targettype> xorg-x11-Mesa-<targettype>"
|
||||
provides "XFree86-Mesa-<targettype> xorg-x11-Mesa-<targettype>"
|
||||
provides "Mesa-libIndirectGL1-<targettype> = <version>"
|
||||
@ -28,7 +31,7 @@ Mesa-libEGL-devel
|
||||
requires "Mesa-libEGL1-<targettype> = <version>"
|
||||
requires "libglvnd-devel-<targettype> >= 0.1.0"
|
||||
Mesa-libGL1
|
||||
requires "Mesa-<targettype>"
|
||||
requires "Mesa-<targettype> = <version>"
|
||||
requires "libglvnd-<targettype> >= 0.1.0"
|
||||
Mesa-libGL-devel
|
||||
requires "Mesa-libGL1-<targettype> = <version>"
|
||||
@ -100,4 +103,6 @@ libvdpau_radeonsi
|
||||
libwayland-egl1
|
||||
Mesa-dri-nouveau
|
||||
Mesa-dri
|
||||
supplements "Mesa-<targettype> = <version>"
|
||||
Mesa-gallium
|
||||
supplements "Mesa-<targettype> = <version>"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29a0a3a6c39990d491a1a58ed5c692e596b3bfc6c01d0b45e0b787116c50c6d9
|
||||
size 10667896
|
Binary file not shown.
3
mesa-17.3.1.tar.xz
Normal file
3
mesa-17.3.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ae607e0998a586fb2c866cfc8e45e6f52d1c56cb1b41288253ea83eada824c1
|
||||
size 10669392
|
BIN
mesa-17.3.1.tar.xz.sig
Normal file
BIN
mesa-17.3.1.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user