Re: [Mesa-dev] [PATCH 0/1] VK_ANDROID_native_buffer RFC

2017-09-02 Thread Chad Versace
On Thu 31 Aug 2017, Tapani Pälli wrote: > Hi; Hi Tapani, I just sent my implementation to mesa-dev too. I see a few major differences in our approaches: - I'm using Autotools. You used Android.mk. I probably broke the Android.mk build... sorry. I haven't found the time yet to test that

[Mesa-dev] [PATCH 0/1] VK_ANDROID_native_buffer RFC

2017-08-31 Thread Tapani Pälli
Hi; Here's a rebased and fixed version of VK_ANDROID_native_buffer extension implementation. I did a initial implementation of this around 7 months ago here: https://github.com/tpalli/external-mesa/tree/vulkan For a number of reasons we decided for that code to live in our Vulkan HAL implemen