mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +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>
(cherry picked from commit a76e3c2616)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41268>
This commit is contained in:
parent
c95cabc017
commit
02c2fe836a
2 changed files with 4 additions and 2 deletions
|
|
@ -2894,7 +2894,7 @@
|
|||
"description": "drirc: use anv_disable_drm_ccs_modifiers for any GTK version",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1162,9 +1162,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