mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
drirc: use anv_disable_drm_ccs_modifiers for any GTK version
Cc: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/work_items/15297 Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41070>
This commit is contained in:
parent
806fcc6193
commit
a76e3c2616
1 changed files with 3 additions and 1 deletions
|
|
@ -1160,9 +1160,11 @@ TODO: document the other workarounds.
|
|||
<engine engine_name_match="vkd3d">
|
||||
<option name="anv_enable_buffer_comp" value="true" />
|
||||
</engine>
|
||||
<engine engine_name_match="GTK">
|
||||
<option name="anv_disable_drm_ccs_modifiers" value="true" />
|
||||
</engine>
|
||||
<engine engine_name_match="GTK" engine_versions="16777216:16859138">
|
||||
<option name="vk_wsi_disable_unordered_submits" value="true" />
|
||||
<option name="anv_disable_drm_ccs_modifiers" value="true" />
|
||||
</engine>
|
||||
<!--
|
||||
Disable 16-bit feature on zink and angle so that GLES mediump doesn't
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue