driconf: allowlist/denylist
authorRob Clark <robdclark@chromium.org>
Wed, 15 Jul 2020 00:32:11 +0000 (17:32 -0700)
committerMarge Bot <eric+marge@anholt.net>
Thu, 16 Jul 2020 21:56:08 +0000 (21:56 +0000)
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>

src/util/00-mesa-defaults.conf

index 55c85e3477ea02d2d5d02bf44d2ca57101273051..1452d4a5937739cad47ceb6a907085f9afbabf74 100644 (file)
@@ -286,7 +286,7 @@ TODO: document the other workarounds.
             <option name="allow_glsl_120_subset_in_110" value="true" />
         </application>
 
             <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">
              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>
 
             <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>
         <application name="gnome-shell" executable="gnome-shell">
             <option name="adaptive_sync" value="false" />
         </application>