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

Author: Bas Nieuwenhuizen <[email protected]>
Date:   Wed Jul 19 23:33:59 2017 +0200

radv: Add VK_KHR_storage_buffer_storage_class support.

Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Connor Abbott <[email protected]>
Acked-by: Dave Airlie <[email protected]>

---

 src/amd/vulkan/radv_device.c           | 4 ++++
 src/amd/vulkan/radv_entrypoints_gen.py | 1 +
 2 files changed, 5 insertions(+)

diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index a91b366721..e3655dabe3 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -153,6 +153,10 @@ static const VkExtensionProperties 
common_device_extensions[] = {
                .extensionName = VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME,
                .specVersion = 1,
        },
+       {
+               .extensionName = 
VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME,
+               .specVersion = 1,
+       },
 };
 
 static VkResult
diff --git a/src/amd/vulkan/radv_entrypoints_gen.py 
b/src/amd/vulkan/radv_entrypoints_gen.py
index 22068a5b02..ec798157f9 100644
--- a/src/amd/vulkan/radv_entrypoints_gen.py
+++ b/src/amd/vulkan/radv_entrypoints_gen.py
@@ -47,6 +47,7 @@ supported_extensions = [
    'VK_KHR_external_memory_capabilities',
    'VK_KHR_external_memory',
    'VK_KHR_external_memory_fd',
+   'VK_KHR_storage_buffer_storage_class',
 ]
 
 # We generate a static hash table for entry point lookup

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to