diff options
author | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2022-11-16 12:49:27 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-11-24 12:57:46 +0000 |
commit | a2a0ac21e4f5a7c873e1bab05dee02a61171e378 (patch) | |
tree | 10bfca2eb2d7b5dfd3d195c2549a84358d41dc46 /docs | |
parent | 13bccac5a7d930c809927e69ba7305330fb8a9be (diff) |
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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19779>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/drivers/zink.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 2f091efa003..d90f826e568 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: |