Re: [Mesa-dev] [PATCH] radv: Add VK_KHR_bind_memory2 support.

2017-09-17 Thread Dave Airlie
On 18 September 2017 at 01:00, Jason Ekstrand wrote: > Reviewed: Jason Ekstrand Reviewed-by: Dave Airlie > > > > On September 17, 2017 5:00:01 AM Bas Nieuwenhuizen > wrote: > >> Nothing too exciting, just adding the possibility for a pNext pointer, >> and batch binding. Our binding is pretty

Re: [Mesa-dev] [PATCH] radv: Add VK_KHR_bind_memory2 support.

2017-09-17 Thread Jason Ekstrand
Reviewed: Jason Ekstrand On September 17, 2017 5:00:01 AM Bas Nieuwenhuizen wrote: Nothing too exciting, just adding the possibility for a pNext pointer, and batch binding. Our binding is pretty much trivial. It also adds VK_IMAGE_CREATE_ALIAS_BIT_KHR, but since we store no state in radv_

[Mesa-dev] [PATCH] radv: Add VK_KHR_bind_memory2 support.

2017-09-17 Thread Bas Nieuwenhuizen
Nothing too exciting, just adding the possibility for a pNext pointer, and batch binding. Our binding is pretty much trivial. It also adds VK_IMAGE_CREATE_ALIAS_BIT_KHR, but since we store no state in radv_image, I don't think we have to do anything there. --- src/amd/vulkan/radv_device.c