diff options
author | Rob Clark <[email protected]> | 2020-07-14 17:32:11 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-07-16 21:56:08 +0000 |
commit | 81124d845e595f73f855240094fe80f9f6935986 (patch) | |
tree | 50bae1f4d46cd0464f5d0a24d7e1b6d34f46aa23 /src | |
parent | 01d60d3d7545150cd5cbdc25a69c8077562fc578 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/util/00-mesa-defaults.conf | 4 |
1 files 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> |