diff options
-rw-r--r-- | src/intel/vulkan/TODO | 1 | ||||
-rw-r--r-- | src/intel/vulkan/anv_device.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO index 915f4235ef9..235bbe7cecc 100644 --- a/src/intel/vulkan/TODO +++ b/src/intel/vulkan/TODO @@ -4,7 +4,6 @@ Intel Vulkan ToDo Missing Features: - FP64 - Tessellation - - Image Gather Extended - Storage Image Without Format - Investigate CTS failures on HSW - Pipeline statistics queries diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 323cae40292..7a7d8328db8 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -468,7 +468,7 @@ void anv_GetPhysicalDeviceFeatures( .pipelineStatisticsQuery = false, .fragmentStoresAndAtomics = true, .shaderTessellationAndGeometryPointSize = true, - .shaderImageGatherExtended = false, + .shaderImageGatherExtended = true, .shaderStorageImageExtendedFormats = true, .shaderStorageImageMultisample = false, .shaderStorageImageReadWithoutFormat = false, |