From 836db826bd5621ed9bd22e98fa8a78b709386df9 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 16 Nov 2022 12:49:27 +0100 Subject: [PATCH] docs/zink: add missing required device-feature Seems I forgot to add this to the list of required features. Fixes: eb0195358c4 ("zink: only inspect dual-src limit if feature enabled") Part-of: (cherry picked from commit a2a0ac21e4f5a7c873e1bab05dee02a61171e378) --- .pick_status.json | 2 +- docs/drivers/zink.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index f94eb4a6a68..b9551ddf8db 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1723,7 +1723,7 @@ "description": "docs/zink: add missing required device-feature", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "eb0195358c4e0376d93f10fb4f90703e51718779" }, diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 1a7b84baf5b..157ecc82e4a 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -118,6 +118,7 @@ supported, although some of these might not actually get verified: * ``VkPhysicalDeviceFeatures``: * ``occlusionQueryPrecise`` + * ``dualSrcBlend`` * Device extensions: