From b0658acf17802a3bbd39937e6fe0b039fb0c561b Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Fri, 17 Mar 2023 11:24:45 -0500 Subject: [PATCH] nvk: Advertise shaderImageGatherExtended Closes: https://gitlab.freedesktop.org/nouveau/mesa/-/issues/62 Part-of: --- src/nouveau/vulkan/nvk_physical_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nouveau/vulkan/nvk_physical_device.c b/src/nouveau/vulkan/nvk_physical_device.c index 6d13de8c6b9..0e49064c3d7 100644 --- a/src/nouveau/vulkan/nvk_physical_device.c +++ b/src/nouveau/vulkan/nvk_physical_device.c @@ -338,6 +338,7 @@ nvk_get_device_features(const struct nv_device_info *dev, .vertexPipelineStoresAndAtomics = true, .fragmentStoresAndAtomics = true, /* TODO: shaderTessellationAndGeometryPointSize */ + .shaderImageGatherExtended = true, .shaderStorageImageExtendedFormats = true, /* TODO: shaderStorageImageMultisample */ /* TODO: shaderStorageImageReadWithoutFormat */