mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
anv: add vk_wsi_disable_unordered_submits and enable for GTK
See radv change0d9d45db4efor further explanation. Cc: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14354 Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> (cherry picked from commitb2b5e83894) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38803>
This commit is contained in:
parent
27a88241ba
commit
1ee375555c
3 changed files with 5 additions and 1 deletions
|
|
@ -164,7 +164,7 @@
|
|||
"description": "anv: add vk_wsi_disable_unordered_submits and enable for GTK",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ static const driOptionDescription anv_dri_options[] = {
|
|||
DRI_CONF_ADAPTIVE_SYNC(true)
|
||||
DRI_CONF_VK_X11_OVERRIDE_MIN_IMAGE_COUNT(0)
|
||||
DRI_CONF_VK_X11_STRICT_IMAGE_COUNT(false)
|
||||
DRI_CONF_VK_WSI_DISABLE_UNORDERED_SUBMITS(false)
|
||||
DRI_CONF_VK_XWAYLAND_WAIT_READY(false)
|
||||
DRI_CONF_ANV_ASSUME_FULL_SUBGROUPS(0)
|
||||
DRI_CONF_ANV_ASSUME_FULL_SUBGROUPS_WITH_BARRIER(false)
|
||||
|
|
|
|||
|
|
@ -1117,6 +1117,9 @@ TODO: document the other workarounds.
|
|||
<engine engine_name_match="vkd3d">
|
||||
<option name="anv_enable_buffer_comp" value="true" />
|
||||
</engine>
|
||||
<engine engine_name_match="GTK" engine_versions="16777216:16859138">
|
||||
<option name="vk_wsi_disable_unordered_submits" value="true" />
|
||||
</engine>
|
||||
<!--
|
||||
Disable 16-bit feature on zink and angle so that GLES mediump doesn't
|
||||
lower to our inefficent 16-bit shader support. No need to do so for
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue