tu: Expose shaderStorageImageExtendedFormats

We already supported all the formats on the list, so it's trivial to
enable.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6800>
This commit is contained in:
Connor Abbott
2020-09-21 13:34:10 +02:00
committed by Marge Bot
parent 5d3a72cd61
commit 205f4e9a57

View File

@@ -401,7 +401,7 @@ tu_GetPhysicalDeviceFeatures(VkPhysicalDevice physicalDevice,
.fragmentStoresAndAtomics = true, .fragmentStoresAndAtomics = true,
.shaderTessellationAndGeometryPointSize = false, .shaderTessellationAndGeometryPointSize = false,
.shaderImageGatherExtended = false, .shaderImageGatherExtended = false,
.shaderStorageImageExtendedFormats = false, .shaderStorageImageExtendedFormats = true,
.shaderStorageImageMultisample = false, .shaderStorageImageMultisample = false,
.shaderUniformBufferArrayDynamicIndexing = true, .shaderUniformBufferArrayDynamicIndexing = true,
.shaderSampledImageArrayDynamicIndexing = true, .shaderSampledImageArrayDynamicIndexing = true,