radv: Add VK_KHR_bind_memory2 support.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Sun, 17 Sep 2017 11:55:16 +0000 (13:55 +0200)
committerBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Wed, 20 Sep 2017 19:48:35 +0000 (21:48 +0200)
commit25ea3852798dc2d32345727f062384024044409b
tree9db911c62e5926ac8217ed8440ecfc3a69ab5bc4
parent886626960bca51bdfc0880e3830c0a95ea143c4c
radv: Add VK_KHR_bind_memory2 support.

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.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/amd/vulkan/radv_device.c
src/amd/vulkan/radv_entrypoints_gen.py