Accepting request 901321 from X11:XOrg
- no longer apply n_drirc-disable-rgb10-for-chromium-on-amd.patch on TW; no longer needed with gstreamer-plugins-vaapi 1.18.4; more details on https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/410 - update to 21.1.3 * third bugfix * mostly AMD fixes OBS-URL: https://build.opensuse.org/request/show/901321 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=408
This commit is contained in:
commit
8534a83ed2
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 22 09:22:30 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- no longer apply n_drirc-disable-rgb10-for-chromium-on-amd.patch
|
||||||
|
on TW; no longer needed with gstreamer-plugins-vaapi 1.18.4; more
|
||||||
|
details on
|
||||||
|
https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/410
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 19 08:02:37 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- update to 21.1.3
|
||||||
|
* third bugfix
|
||||||
|
* mostly AMD fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 3 03:11:44 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
Thu Jun 3 03:11:44 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 21.1.2
|
%define _version 21.1.3
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%define with_llvm 0
|
%define with_llvm 0
|
||||||
@ -114,7 +114,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa-drivers
|
Name: Mesa-drivers
|
||||||
Version: 21.1.2
|
Version: 21.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -760,7 +760,10 @@ programs against the XA state tracker.
|
|||||||
rm -rf docs/README.{VMS,WIN32,OS2}
|
rm -rf docs/README.{VMS,WIN32,OS2}
|
||||||
|
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
# no longer needed since gstreamer-plugins-vaapi 1.18.4
|
||||||
|
%if 0%{?suse_version} < 1550
|
||||||
%patch54 -p1
|
%patch54 -p1
|
||||||
|
%endif
|
||||||
%patch58 -p1
|
%patch58 -p1
|
||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
|
|
||||||
|
15
Mesa.changes
15
Mesa.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 22 09:22:30 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- no longer apply n_drirc-disable-rgb10-for-chromium-on-amd.patch
|
||||||
|
on TW; no longer needed with gstreamer-plugins-vaapi 1.18.4; more
|
||||||
|
details on
|
||||||
|
https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/410
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 19 08:02:37 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- update to 21.1.3
|
||||||
|
* third bugfix
|
||||||
|
* mostly AMD fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 3 03:11:44 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
Thu Jun 3 03:11:44 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 21.1.2
|
%define _version 21.1.3
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%define with_llvm 0
|
%define with_llvm 0
|
||||||
@ -113,7 +113,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa
|
Name: Mesa
|
||||||
Version: 21.1.2
|
Version: 21.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -759,7 +759,10 @@ programs against the XA state tracker.
|
|||||||
rm -rf docs/README.{VMS,WIN32,OS2}
|
rm -rf docs/README.{VMS,WIN32,OS2}
|
||||||
|
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
# no longer needed since gstreamer-plugins-vaapi 1.18.4
|
||||||
|
%if 0%{?suse_version} < 1550
|
||||||
%patch54 -p1
|
%patch54 -p1
|
||||||
|
%endif
|
||||||
%patch58 -p1
|
%patch58 -p1
|
||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:23b4b63760561f3a4f98b5be12c6de621e9a6bdf355e087a83d9184cd4e2825f
|
|
||||||
size 15199892
|
|
Binary file not shown.
3
mesa-21.1.3.tar.xz
Normal file
3
mesa-21.1.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cbe221282670875ffd762247b6a2c95dcee91d0a34c29802c75ef761fc891e69
|
||||||
|
size 15230376
|
BIN
mesa-21.1.3.tar.xz.sig
Normal file
BIN
mesa-21.1.3.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user