aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-05-12 10:56:58 -0700
committerJason Ekstrand <[email protected]>2016-05-12 10:57:00 -0700
commit5186545d668e0edb8e0a5276de5de18188b8fdc5 (patch)
tree100d3eddf2eeb1e40ceb555316c500e02fde2009 /src
parent9d3cc80b752b236bc51b78a3d99920748a1a230a (diff)
anv: Don't advertise shaderImageGatherExtended
We don't actually support all of the extended gather functionality so we shouldn't be advertising it.
Diffstat (limited to 'src')
-rw-r--r--src/intel/vulkan/anv_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index 02b96ca3d69..c81498d0968 100644
--- a/src/intel/vulkan/anv_device.c
+++ b/src/intel/vulkan/anv_device.c
@@ -390,7 +390,7 @@ void anv_GetPhysicalDeviceFeatures(
.pipelineStatisticsQuery = false,
.fragmentStoresAndAtomics = true,
.shaderTessellationAndGeometryPointSize = true,
- .shaderImageGatherExtended = true,
+ .shaderImageGatherExtended = false,
.shaderStorageImageExtendedFormats = false,
.shaderStorageImageMultisample = false,
.shaderUniformBufferArrayDynamicIndexing = true,