Re: [Mesa-dev] [PATCH 01/23] vulkan: Import vk_android_native_buffer.h

2017-09-13 Thread Chad Versace
On Wed 13 Sep 2017, Emil Velikov wrote: > On 2 September 2017 at 09:17, Chad Versace wrote: > > Just as Mesa imports the Khronos Vulkan headers, it should import this > > Android-private Vulkan header too. This guarantees that Mesa will > > continue to build even when upstream Android breaks heade

Re: [Mesa-dev] [PATCH 01/23] vulkan: Import vk_android_native_buffer.h

2017-09-13 Thread Emil Velikov
On 2 September 2017 at 09:17, Chad Versace wrote: > Just as Mesa imports the Khronos Vulkan headers, it should import this > Android-private Vulkan header too. This guarantees that Mesa will > continue to build even when upstream Android breaks header > compatibility. > That's the thing - upstream

[Mesa-dev] [PATCH 01/23] vulkan: Import vk_android_native_buffer.h

2017-09-02 Thread Chad Versace
Just as Mesa imports the Khronos Vulkan headers, it should import this Android-private Vulkan header too. This guarantees that Mesa will continue to build even when upstream Android breaks header compatibility. This header is only for *implementers* of Vulkan, not for consumers of Vulkan. Importe