Update to 19.3.0~rc2
This commit is contained in:
parent
d27097db94
commit
feef06f322
@ -1,27 +0,0 @@
|
|||||||
From b33c8b56abcc4837f96f7f106b108681858482e0 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Jonas=20=C3=85dahl?= <jadahl@gmail.com>
|
|
||||||
Date: Tue, 24 Apr 2018 09:46:41 +0200
|
|
||||||
Subject: [PATCH] gallium: Disable rgb10 configs by default
|
|
||||||
|
|
||||||
Applications tend to not handle rgb10 configs very well, so lets
|
|
||||||
disable it for now.
|
|
||||||
|
|
||||||
https://bugzilla.redhat.com/show_bug.cgi?id=1560481
|
|
||||||
---
|
|
||||||
src/gallium/auxiliary/pipe-loader/driinfo_gallium.h | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h b/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h
|
|
||||||
index 21dc599dc2..23f9194149 100644
|
|
||||||
--- a/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h
|
|
||||||
+++ b/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h
|
|
||||||
@@ -33,5 +33,5 @@ DRI_CONF_SECTION_END
|
|
||||||
DRI_CONF_SECTION_MISCELLANEOUS
|
|
||||||
DRI_CONF_ALWAYS_HAVE_DEPTH_BUFFER("false")
|
|
||||||
DRI_CONF_GLSL_ZERO_INIT("false")
|
|
||||||
- DRI_CONF_ALLOW_RGB10_CONFIGS("true")
|
|
||||||
+ DRI_CONF_ALLOW_RGB10_CONFIGS("false")
|
|
||||||
DRI_CONF_SECTION_END
|
|
||||||
--
|
|
||||||
2.17.0
|
|
||||||
|
|
11
mesa.spec
11
mesa.spec
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
%global ver 19.2.3
|
%global ver 19.3.0-rc2
|
||||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -64,10 +64,6 @@ Source1: Mesa-MLAA-License-Clarification-Email.txt
|
|||||||
|
|
||||||
Patch3: 0003-evergreen-big-endian.patch
|
Patch3: 0003-evergreen-big-endian.patch
|
||||||
|
|
||||||
# Disable rgb10 configs by default:
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1560481
|
|
||||||
Patch7: 0001-gallium-Disable-rgb10-configs-by-default.patch
|
|
||||||
|
|
||||||
BuildRequires: meson >= 0.45
|
BuildRequires: meson >= 0.45
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -330,7 +326,7 @@ cp %{SOURCE1} docs/
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%meson -Dcpp_std=gnu++11 \
|
%meson -Dcpp_std=gnu++14 \
|
||||||
-Dplatforms=x11,wayland,drm,surfaceless \
|
-Dplatforms=x11,wayland,drm,surfaceless \
|
||||||
-Ddri3=true \
|
-Ddri3=true \
|
||||||
-Ddri-drivers=%{?dri_drivers} \
|
-Ddri-drivers=%{?dri_drivers} \
|
||||||
@ -585,6 +581,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 08 2019 Pete Walter <pwalter@fedoraproject.org> - 19.3.0~rc2-1
|
||||||
|
- Update to 19.3.0~rc2
|
||||||
|
|
||||||
* Thu Nov 07 2019 Pete Walter <pwalter@fedoraproject.org> - 19.2.3-1
|
* Thu Nov 07 2019 Pete Walter <pwalter@fedoraproject.org> - 19.2.3-1
|
||||||
- Update to 19.2.3
|
- Update to 19.2.3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mesa-19.2.3.tar.xz) = a64a6b508c28a61b9f5a50f639d0cdca2546caa2118c2478100e3535961d76bf3877357d4a7ddd7dc1d3dfc617883c8ee188915523b003aed8db03e0d5e1c007
|
SHA512 (mesa-19.3.0-rc2.tar.xz) = bc198c8cb625b59e11e7bc15e4021ac42733f297f30eb5a08e6fe9830df6f47416a5e8239a249ec2ce5038928fe63aacf5c6647edadf0ef8bb98ff2e9f85a66a
|
||||||
|
Loading…
Reference in New Issue
Block a user