anv/android: disable shared representable image support explicitly
authorTapani Pälli <tapani.palli@intel.com>
Thu, 8 Aug 2019 11:57:14 +0000 (14:57 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Fri, 9 Aug 2019 05:53:54 +0000 (08:53 +0300)
commit5e38db0c47ca57c6e904f44d0d0e9ef299d14f3c
tree3582a2c18e3769e1176c682e7356332c0cd33af2
parent39a90749afaff91739d81634092385abdbf45413
anv/android: disable shared representable image support explicitly

Android 9 loader conditionally advertises VK_KHR_shared_presentable_image
extension based on this property and it looks like it does not
initialize the struct before query.

Pragmas are added to ignore warnings with Android specific structure
types in same manner as commit 8d386e6eef8  did.

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/anv_device.c