dzn: Advertise shaderImageGatherExtended support

nir_to_dxil() takes tg4 offsets into account.

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17231>
This commit is contained in:
Boris Brezillon 2022-06-24 04:04:46 -07:00 committed by Marge Bot
parent 7988e966fc
commit 8f4fe3d21f

View file

@ -1085,7 +1085,7 @@ dzn_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
.vertexPipelineStoresAndAtomics = true, .vertexPipelineStoresAndAtomics = true,
.fragmentStoresAndAtomics = true, .fragmentStoresAndAtomics = true,
.shaderTessellationAndGeometryPointSize = false, .shaderTessellationAndGeometryPointSize = false,
.shaderImageGatherExtended = false, .shaderImageGatherExtended = true,
.shaderStorageImageExtendedFormats = false, .shaderStorageImageExtendedFormats = false,
.shaderStorageImageMultisample = false, .shaderStorageImageMultisample = false,
.shaderStorageImageReadWithoutFormat = false, .shaderStorageImageReadWithoutFormat = false,