mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
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:
parent
01d60d3d75
commit
81124d845e
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue