diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 4959ef5b911..2f091efa003 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -175,7 +175,6 @@ supported: * ``shaderStorageImageWriteWithoutFormat`` * ``vertexPipelineStoresAndAtomics`` * ``fragmentStoresAndAtomics`` - * ``textureCompressionBC`` * For Vulkan 1.2 and above: diff --git a/src/gallium/drivers/zink/VP_ZINK_requirements.json b/src/gallium/drivers/zink/VP_ZINK_requirements.json index 51bdb52a43c..f42f4c8d7a9 100644 --- a/src/gallium/drivers/zink/VP_ZINK_requirements.json +++ b/src/gallium/drivers/zink/VP_ZINK_requirements.json @@ -169,8 +169,7 @@ "shaderStorageImageExtendedFormats": true, "shaderStorageImageWriteWithoutFormat": true, "vertexPipelineStoresAndAtomics": true, - "fragmentStoresAndAtomics": true, - "textureCompressionBC": true + "fragmentStoresAndAtomics": true } } }, @@ -314,6 +313,9 @@ "VK_EXT_non_seamless_cube_map": 1 }, "features": { + "VkPhysicalDeviceFeatures": { + "textureCompressionBC": true + }, "VkPhysicalDeviceExtendedDynamicStateFeaturesEXT": { "extendedDynamicState": true },