diff options
author | Dave Airlie <[email protected]> | 2017-10-06 11:28:29 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-10-10 13:22:44 +1000 |
commit | 4adc45658083f4417b9b6b49c07fae272fcdbe40 (patch) | |
tree | fd506efbae15cf8c40d94e37bfb50f3fc419fbcb /src | |
parent | ce6da2a02632cc81373b5e26881c02872e80c30b (diff) |
radv: export KHR_relaxed_block_layout
This seems to pass all the cts tests it enables.
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/amd/vulkan/radv_device.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 73a7abed953..e07a573819a 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -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[] ={ |