Re: [Mesa-dev] [PATCH 00/23] anv: Implement VK_ANDROID_native_buffer (v2)

2017-09-14 Thread Tapani Pälli
Patches 1-8: Reviewed-by: Tapani Pälli (also tested/verified dEQP results for patch 8) I've sent some changes I needed in order this to work in Android-IA here: https://lists.freedesktop.org/archives/mesa-dev/2017-September/169603.html On 09/14/2017 02:03 AM, Chad Versace wrote: From: Chad

[Mesa-dev] [PATCH 00/23] anv: Implement VK_ANDROID_native_buffer (v2)

2017-09-13 Thread Chad Versace
From: Chad Versace This series adds Android support to Anvil. And Android requires VK_ANDROID_native_buffer. I tested the series on 64-bit ARC++ on a Skylake Chromebook with a 3.18 kernel. (ARC++ is the Android container in Chrome OS). (Yes, I said 3.18. That's not a typo). Here's my test res

Re: [Mesa-dev] [PATCH 00/23] anv: Implement VK_ANDROID_native_buffer

2017-09-02 Thread Chad Versace
Adding back people that got accidentally dropped from the CC list. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 00/23] anv: Implement VK_ANDROID_native_buffer

2017-09-02 Thread Chad Versace
This series adds Android support to Anvil. And Android requires VK_ANDROID_native_buffer. I tested the series on 64-bit ARC++ on a Skylake Chromebook with a 3.18 kernel. (ARC++ is the Android container in Chrome OS). (Yes, I said 3.18. That's not a typo). Here's my test results: - A little,