radv: export KHR_relaxed_block_layout
authorDave Airlie <airlied@redhat.com>
Fri, 6 Oct 2017 01:28:29 +0000 (11:28 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 10 Oct 2017 03:22:44 +0000 (13:22 +1000)
This seems to pass all the cts tests it enables.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/amd/vulkan/radv_device.c

index 73a7abed95371365e69daf277f43c3fa129e5d71..e07a573819a9861a50fd7ebf9695ec1d81e41197 100644 (file)
@@ -182,6 +182,10 @@ static const VkExtensionProperties common_device_extensions[] = {
                .extensionName = VK_KHR_MAINTENANCE2_EXTENSION_NAME,
                .specVersion = 1,
        },
+       {
+               .extensionName = VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME,
+               .specVersion = 1,
+       },
 };
 
 static const VkExtensionProperties rasterization_order_extension[] ={