Module: Mesa Branch: master Commit: 81124d845e595f73f855240094fe80f9f6935986 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81124d845e595f73f855240094fe80f9f6935986
Author: Rob Clark <[email protected]> Date: Tue Jul 14 17:32:11 2020 -0700 driconf: allowlist/denylist I think this is the one user facing use of blacklist/whitelist. But we like all of our users, so lets be more inclusive. Signed-off-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5938> --- src/util/00-mesa-defaults.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 55c85e3477e..1452d4a5937 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -286,7 +286,7 @@ TODO: document the other workarounds. <option name="allow_glsl_120_subset_in_110" value="true" /> </application> - <!-- The GL thread whitelist is below, workarounds are above. + <!-- The GL thread allowlist is below, workarounds are above. Keep it that way. --> <application name="Alien Isolation" executable="AlienIsolation"> @@ -469,7 +469,7 @@ TODO: document the other workarounds. <option name="mesa_glthread" value="true" /> </application> - <!-- Adaptive sync blacklist follows below: --> + <!-- Adaptive sync denylist follows below: --> <application name="gnome-shell" executable="gnome-shell"> <option name="adaptive_sync" value="false" /> </application> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
