mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +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/41269>
This commit is contained in:
parent
a1a37bcab0
commit
83b9055811
2 changed files with 2 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
|
||||
|
|
|
|||
|
|
@ -1151,7 +1151,7 @@ TODO: document the other workarounds.
|
|||
<engine engine_name_match="GTK" engine_versions="16777216:16859138">
|
||||
<option name="vk_wsi_disable_unordered_submits" value="true" />
|
||||
</engine>
|
||||
<engine engine_name_match="GTK" engine_versions="16777216:16859138">
|
||||
<engine engine_name_match="GTK">
|
||||
<option name="anv_disable_drm_ccs_modifiers" value="true" />
|
||||
</engine>
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue