Module: Mesa Branch: master Commit: 4ac1d3cc45121b88708ab7bfd8f3e12389a6cdfd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ac1d3cc45121b88708ab7bfd8f3e12389a6cdfd
Author: Marek Olšák <[email protected]> Date: Thu Mar 19 21:01:24 2020 -0400 driconf: enable glthread for "From The Depths" 25% perf improvement Reviewed-by: Bas Nieuwenhuizen <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4254> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4254> --- src/util/00-mesa-defaults.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index f1c410837cf..3b14fe7aec4 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -405,6 +405,10 @@ TODO: document the other workarounds. <option name="mesa_glthread" value="true"/> </application> + <application name="From The Depths" executable="From_The_Depths.x86_64"> + <option name="mesa_glthread" value="true"/> + </application> + <!-- Adaptive sync blacklist follows below: --> <application name="gnome-shell" executable="gnome-shell"> <option name="adaptive_sync" value="false" /> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
