Mesa (master): tu: Expose shaderStorageImageExtendedFormats

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Sep 22 15:08:04 UTC 2020


Module: Mesa
Branch: master
Commit: 205f4e9a577ab9eef5a22b7857e877c35bd75fec
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=205f4e9a577ab9eef5a22b7857e877c35bd75fec

Author: Connor Abbott <cwabbott0 at gmail.com>
Date:   Mon Sep 21 13:34:10 2020 +0200

tu: Expose shaderStorageImageExtendedFormats

We already supported all the formats on the list, so it's trivial to
enable.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6800>

---

 src/freedreno/vulkan/tu_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/freedreno/vulkan/tu_device.c b/src/freedreno/vulkan/tu_device.c
index 7516c3bf946..55d9bc4d72f 100644
--- a/src/freedreno/vulkan/tu_device.c
+++ b/src/freedreno/vulkan/tu_device.c
@@ -401,7 +401,7 @@ tu_GetPhysicalDeviceFeatures(VkPhysicalDevice physicalDevice,
       .fragmentStoresAndAtomics = true,
       .shaderTessellationAndGeometryPointSize = false,
       .shaderImageGatherExtended = false,
-      .shaderStorageImageExtendedFormats = false,
+      .shaderStorageImageExtendedFormats = true,
       .shaderStorageImageMultisample = false,
       .shaderUniformBufferArrayDynamicIndexing = true,
       .shaderSampledImageArrayDynamicIndexing = true,



More information about the mesa-commit mailing list