summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChad Versace <chadversary@chromium.org>2017-08-29 14:41:24 -0700
committerChad Versace <chadversary@chromium.org>2017-09-18 14:26:54 -0700
commitf07ac34e6f3cb61f99009ab9065e1f6a1bc8a945 (patch)
tree0dd25597c9f8a7e844e9dee1bfa8977acd9f90de /src/Makefile.am
parent5872ccc9ac6034902fa46835df99637ced7ff4c8 (diff)
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>
Diffstat (limited to 'src/Makefile.am')
0 files changed, 0 insertions, 0 deletions