Module: Mesa Branch: main Commit: 88989379b1e0d80de1eaac449faff8f2a5ad3892 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88989379b1e0d80de1eaac449faff8f2a5ad3892
Author: Pierre-Eric Pelloux-Prayer <[email protected]> Date: Tue Jan 24 21:44:24 2023 +0100 Revert "driconf: add a workaround for plasmashell freezing" This reverts commit 41eb491fb6460f401a4c845fc28a53de92e9075b. The underlying issue was fixed by the previous commit. Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20887> --- src/util/00-mesa-defaults.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 3dec3589637..aa765e8117f 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -662,9 +662,6 @@ TODO: document the other workarounds. See: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7351#note_1581105 --> <option name="mesa_glthread" value="false"/> </application> - <application name="plasmashell" executable="plasmashell"> - <option name="mesa_glthread" value="false"/> - </application> <!-- Adaptive sync denylist follows below: --> <application name="gnome-shell" executable="gnome-shell">
