Reviewed-by: Bas Nieuwenhuizen <[email protected]>
On Fri, Oct 6, 2017 at 3:29 AM, Dave Airlie <[email protected]> wrote: > From: Dave Airlie <[email protected]> > > This seems to pass all the cts tests it enables. > > 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 833f0ee..7e6fb52 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[] ={ > -- > 2.9.5 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
