mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
anti-lag: Do not enable layer by default.
There are too many reports of instability in the wild, even in scenarios where anti-lag isn't really being actively used, making it questionable to load the layer by default. By using enable_environment, a certain environment variable must be set for loader to consider loading the layer. This could be removed once the layer stabilizes. Cc: mesa-stable Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37509>
This commit is contained in:
parent
b7129a2085
commit
59278c2236
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@
|
|||
],
|
||||
"disable_environment": {
|
||||
"DISABLE_LAYER_MESA_ANTI_LAG": "1"
|
||||
},
|
||||
"enable_environment": {
|
||||
"ENABLE_LAYER_MESA_ANTI_LAG": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue