[Mesa-dev] [PATCH] radv: enable shaderStorageImageExtendedFormats
Dave Airlie
airlied at gmail.com
Thu Dec 22 00:21:31 UTC 2016
From: Dave Airlie <airlied at redhat.com>
This passes all the CTS tests that get enabled for this.
Signed-off-by: Dave Airlie <airlied at redhat.com>
---
src/amd/vulkan/radv_device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index 173d43d..7c6dee6 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -396,7 +396,7 @@ void radv_GetPhysicalDeviceFeatures(
.fragmentStoresAndAtomics = true,
.shaderTessellationAndGeometryPointSize = true,
.shaderImageGatherExtended = true,
- .shaderStorageImageExtendedFormats = false,
+ .shaderStorageImageExtendedFormats = true,
.shaderStorageImageMultisample = false,
.shaderUniformBufferArrayDynamicIndexing = true,
.shaderSampledImageArrayDynamicIndexing = true,
--
2.9.3
More information about the mesa-dev
mailing list