From 16fd8b8324366c81a287039b2ede4b8f65faf3f2 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 15 Nov 2022 16:04:29 +0100 Subject: [PATCH] docs/zink: update query requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These features are no longer required. Reviewed-by: Soroush Kashani Reviewed-by: Christian Gmeiner Reviewed-by: Marek Olšák Part-of: --- docs/drivers/zink.rst | 2 -- src/gallium/drivers/zink/VP_ZINK_requirements.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index d90f826e568..989ceafe80b 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -117,7 +117,6 @@ supported, although some of these might not actually get verified: * ``VkPhysicalDeviceFeatures``: - * ``occlusionQueryPrecise`` * ``dualSrcBlend`` * Device extensions: @@ -240,7 +239,6 @@ are required to be supported * ``VkPhysicalDeviceFeatures``: * ``samplerAnisotropy`` - * ``pipelineStatisticsQuery`` * ``depthBiasClamp`` * Device extensions: diff --git a/src/gallium/drivers/zink/VP_ZINK_requirements.json b/src/gallium/drivers/zink/VP_ZINK_requirements.json index f42f4c8d7a9..262a690993d 100644 --- a/src/gallium/drivers/zink/VP_ZINK_requirements.json +++ b/src/gallium/drivers/zink/VP_ZINK_requirements.json @@ -105,7 +105,6 @@ }, "features": { "VkPhysicalDeviceFeatures": { - "occlusionQueryPrecise": true, "dualSrcBlend": true } } @@ -298,7 +297,6 @@ "features": { "VkPhysicalDeviceFeatures": { "samplerAnisotropy": true, - "pipelineStatisticsQuery": true, "depthBiasClamp": true } }