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 <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5938>
This commit is contained in:
Rob Clark 2020-07-14 17:32:11 -07:00 committed by Marge Bot
parent 01d60d3d75
commit 81124d845e

View file

@ -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>