mesa/include/vulkan
Chad Versace f07ac34e6f vulkan: Add #ifdef hack to vk_android_native_buffer.h
This patch consolidates many potential `#ifdef ANDROID` messes
throughout src/vulkan and src/intel/vulkan into a simple, localized
hack. The hack is an `#ifdef ANDROID` in vk_android_native_buffer.h
that, on non-Android platorms, avoids including the Android platform
headers and typedefs any Android-specific types to void*.

This hack doesn't remove *all* the `#ifdef ANDROID`s in upcoming
patches, but it does remove a lot.

I first tried implementing VK_ANDROID_native_buffer without this hack,
but eventually gave up when the yak shaving became too much.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
2017-09-18 14:26:54 -07:00
..
.editorconfig Introduce .editorconfig 2016-08-31 17:06:54 -07:00
vk_android_native_buffer.h vulkan: Add #ifdef hack to vk_android_native_buffer.h 2017-09-18 14:26:54 -07:00
vk_icd.h vulkan: Update vk_icd.h to interface version 3 2017-01-12 09:42:32 -08:00
vk_platform.h include: update Vulkan headers 2017-01-14 19:29:44 +00:00
vulkan.h vulkan: update headers & registry to VK 1.0.61 2017-09-15 08:56:40 -07:00
vulkan_intel.h