Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/mesa.git#a6ba6b9565036e57210756cb72143ce509f26061
This commit is contained in:
parent
18e7b60ca5
commit
e3b0f99f19
@ -1,12 +0,0 @@
|
||||
diff -up mesa-20.3.0/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c.dma mesa-20.3.0/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
|
||||
--- mesa-20.3.0/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c.dma 2020-12-04 03:59:53.578230900 +1000
|
||||
+++ mesa-20.3.0/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c 2020-12-07 10:01:07.602269090 +1000
|
||||
@@ -530,6 +530,8 @@ static bool do_winsys_init(struct radeon
|
||||
}
|
||||
}
|
||||
|
||||
+ ws->info.num_se = ws->info.max_se;
|
||||
+
|
||||
radeon_get_drm_value(ws->fd, RADEON_INFO_MAX_SH_PER_SE, NULL,
|
||||
&ws->info.max_sh_per_se);
|
||||
if (ws->gen == DRV_SI) {
|
13
mesa.spec
13
mesa.spec
@ -50,9 +50,9 @@
|
||||
|
||||
Name: mesa
|
||||
Summary: Mesa graphics libraries
|
||||
%global ver 20.3.0
|
||||
%global ver 20.3.1
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.mesa3d.org
|
||||
|
||||
@ -62,8 +62,6 @@ Source0: https://mesa.freedesktop.org/archive/%{name}-%{ver}.tar.xz
|
||||
# Fedora opts to ignore the optional part of clause 2 and treat that code as 2 clause BSD.
|
||||
Source1: Mesa-MLAA-License-Clarification-Email.txt
|
||||
|
||||
Patch0: 0001-radeonsi-fix-regression-on-gpus-using-the-radeon-win.patch
|
||||
|
||||
BuildRequires: meson >= 0.45
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
@ -593,6 +591,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 16 2020 Pete Walter <pwalter@fedoraproject.org> - 20.3.1-1
|
||||
- Update to 20.3.1
|
||||
|
||||
* Mon Dec 07 2020 Dave Airlie <airlied@redhat.com> - 20.3.0-2
|
||||
- Fix regression with radeon si/cik cards
|
||||
|
||||
@ -603,10 +604,10 @@ popd
|
||||
- Enable Zink opengl over vulkan driver
|
||||
- Enable Broadcom v3dv and freedreno vulkan drivers on arm
|
||||
|
||||
* Tue Dec 01 2020 Dave Airlie <airlied@redhat.com> - 20.3.0-rc3
|
||||
* Tue Dec 01 2020 Dave Airlie <airlied@redhat.com> - 20.3.0~rc3-1
|
||||
- Update to 20.3.0-rc3
|
||||
|
||||
* Mon Nov 30 2020 Dave Airlie <airlied@redhat.com> - 20.3.0-rc2
|
||||
* Mon Nov 30 2020 Dave Airlie <airlied@redhat.com> - 20.3.0~rc2-1
|
||||
- Update to 20.3.0-rc2
|
||||
- Enable lavapipe software vulkan
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mesa-20.3.0.tar.xz) = 69ee0bc1e7a69a519597dd55f4d601f35fe51ed6687d6f6beff6aef3da8d82de932220305fc187e06a52aaf0073d434a6e3458619c767b9b7932464a2cbb2cf2
|
||||
SHA512 (mesa-20.3.1.tar.xz) = 06638b8d2d866b5e27024c58a2ca03a73869221a7d536f7a8f1679d73708e5c1713446c8fedc594844b95596ae817bfceb88ace6b42423328189778e5036edf6
|
||||
|
Loading…
Reference in New Issue
Block a user