anv: Advertise support for VK_KHR_storage_buffer_storage_class
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 29 Jun 2017 17:26:53 +0000 (10:26 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 18 Jul 2017 16:43:13 +0000 (09:43 -0700)
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/vulkan/anv_device.c
src/intel/vulkan/anv_entrypoints_gen.py

index 93a1b77..b13d6e0 100644 (file)
@@ -485,6 +485,10 @@ static const VkExtensionProperties device_extensions[] = {
       .specVersion = 1,
    },
    {
+      .extensionName = VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME,
+      .specVersion = 1,
+   },
+   {
       .extensionName = VK_KHR_SWAPCHAIN_EXTENSION_NAME,
       .specVersion = 68,
    },
index e59c494..3be8a03 100644 (file)
@@ -46,6 +46,7 @@ SUPPORTED_EXTENSIONS = [
     'VK_KHR_push_descriptor',
     'VK_KHR_sampler_mirror_clamp_to_edge',
     'VK_KHR_shader_draw_parameters',
+    'VK_KHR_storage_buffer_storage_class',
     'VK_KHR_surface',
     'VK_KHR_swapchain',
     'VK_KHR_wayland_surface',