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 } }