disable glthread to fix totem/gtk3

Resolves: rhbz#2117184
This commit is contained in:
Dave Airlie 2023-01-27 17:46:32 +10:00
parent 54307e6442
commit a05168ce02
2 changed files with 16 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Name: mesa
Summary: Mesa graphics libraries
%global ver 22.3.0
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT
URL: http://www.mesa3d.org
@ -66,6 +66,7 @@ Source1: Mesa-MLAA-License-Clarification-Email.txt
Patch10: gnome-shell-glthread-disable.patch
Patch11: 0001-glx-fix-xshm-check-to-init-xshm_opcode.patch
Patch12: radeonsi-turn-off-glthread.patch
BuildRequires: meson >= 0.45
BuildRequires: gcc
@ -602,6 +603,9 @@ popd
%endif
%changelog
* Fri Jan 27 2023 Dave Airlie <airlied@redhat.com> - 22.3.0-2
- Disable glthread, breaks gtk3/totem
* Wed Dec 07 2022 Dave Airlie <airlied@redhat.com> - 22.3.0-1
- Update to mesa 22.3.0 + fix mit-shm regression

View File

@ -0,0 +1,11 @@
diff -up mesa-22.3.3/src/gallium/drivers/radeonsi/driinfo_radeonsi.h.dma mesa-22.3.3/src/gallium/drivers/radeonsi/driinfo_radeonsi.h
--- mesa-22.3.3/src/gallium/drivers/radeonsi/driinfo_radeonsi.h.dma 2023-01-25 06:17:54.993167334 +1000
+++ mesa-22.3.3/src/gallium/drivers/radeonsi/driinfo_radeonsi.h 2023-01-25 06:17:57.363203425 +1000
@@ -1,7 +1,6 @@
// DriConf options specific to radeonsi
DRI_CONF_SECTION_PERFORMANCE
DRI_CONF_ADAPTIVE_SYNC(true)
-DRI_CONF_MESA_GLTHREAD(true)
DRI_CONF_SECTION_END
DRI_CONF_SECTION_DEBUG