Module: Mesa Branch: master Commit: 4adc45658083f4417b9b6b49c07fae272fcdbe40 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4adc45658083f4417b9b6b49c07fae272fcdbe40
Author: Dave Airlie <[email protected]> Date: Fri Oct 6 11:28:29 2017 +1000 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]> --- src/amd/vulkan/radv_device.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 73a7abed95..e07a573819 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[] ={ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
