disable glthread to fix totem/gtk3
Resolves: rhbz#2117184
This commit is contained in:
parent
54307e6442
commit
a05168ce02
@ -54,7 +54,7 @@ Name: mesa
|
|||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
%global ver 22.3.0
|
%global ver 22.3.0
|
||||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
|
||||||
@ -66,6 +66,7 @@ Source1: Mesa-MLAA-License-Clarification-Email.txt
|
|||||||
|
|
||||||
Patch10: gnome-shell-glthread-disable.patch
|
Patch10: gnome-shell-glthread-disable.patch
|
||||||
Patch11: 0001-glx-fix-xshm-check-to-init-xshm_opcode.patch
|
Patch11: 0001-glx-fix-xshm-check-to-init-xshm_opcode.patch
|
||||||
|
Patch12: radeonsi-turn-off-glthread.patch
|
||||||
|
|
||||||
BuildRequires: meson >= 0.45
|
BuildRequires: meson >= 0.45
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -602,6 +603,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 07 2022 Dave Airlie <airlied@redhat.com> - 22.3.0-1
|
||||||
- Update to mesa 22.3.0 + fix mit-shm regression
|
- Update to mesa 22.3.0 + fix mit-shm regression
|
||||||
|
|
||||||
|
11
radeonsi-turn-off-glthread.patch
Normal file
11
radeonsi-turn-off-glthread.patch
Normal 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
|
Loading…
Reference in New Issue
Block a user