summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2016-12-22 09:45:39 +1000
committerDave Airlie <[email protected]>2016-12-22 09:48:18 +1000
commita3ca2a9b7b629db17d6acfb8d015231140d4e8b2 (patch)
tree40fca203116511d00ff8ba897035807d811dea8a /src/amd/vulkan/radv_device.c
parent56020c7a7cda3831fb1fcd4318b453229ff6f91d (diff)
radv: enable shaderGatherImageExtended
Thanks to Ilia's patch this works fine on radv. No regressions in CTS, all enabled tests pass. Reviewed-by: Bas Nieuwenhuizen <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_device.c')
-rw-r--r--src/amd/vulkan/radv_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index 7a64cc44737..173d43da831 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -395,7 +395,7 @@ void radv_GetPhysicalDeviceFeatures(
.vertexPipelineStoresAndAtomics = true,
.fragmentStoresAndAtomics = true,
.shaderTessellationAndGeometryPointSize = true,
- .shaderImageGatherExtended = false,
+ .shaderImageGatherExtended = true,
.shaderStorageImageExtendedFormats = false,
.shaderStorageImageMultisample = false,
.shaderUniformBufferArrayDynamicIndexing = true,