android: enable VK_ANDROID_native_buffer
authorTapani Pälli <tapani.palli@intel.com>
Wed, 16 May 2018 05:38:50 +0000 (08:38 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Mon, 21 May 2018 06:26:50 +0000 (09:26 +0300)
commit63525ba730e3d8a466d7f6382a2b91f4c75dd171
tree50afc3e089a846a5433b31893444658b7ef4fa21
parent437acae704337120c23a365b3d9aad92213cf500
android: enable VK_ANDROID_native_buffer

Patch changes entrypoints generator to not skip this extension even
though it is set as disabled in the xml. We also need compilation
flag VK_USE_PLATFORM_ANDROID_KHR to be enabled.

It looks like this extension got disabled in commit 69f447553c.

v2: just remove the whole 'supported' attrib check + remove
    vk_icd.h compilation fix (fix in VulkanHeaders instead)

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Android.common.mk
src/intel/vulkan/anv_entrypoints_gen.py