Re: [Mesa-dev] [PATCH 3/3] radv: Implement VK_ANDROID_native_buffer.

2018-01-07 Thread Dave Airlie
On 5 January 2018 at 03:38, Bas Nieuwenhuizen wrote: > Passes > dEQP-VK.api.smoke.* > dEQP-VK.wsi.android.* > > with android-cts-7.1_r12 . > > Unlike the initial anv implementation this does > use syncobjs instead of waiting on the CPU. > > This is missing meson build coverage for now. > > One

[Mesa-dev] [PATCH 3/3] radv: Implement VK_ANDROID_native_buffer.

2018-01-04 Thread Bas Nieuwenhuizen
Passes dEQP-VK.api.smoke.* dEQP-VK.wsi.android.* with android-cts-7.1_r12 . Unlike the initial anv implementation this does use syncobjs instead of waiting on the CPU. This is missing meson build coverage for now. One possible todo is that linux 4.15 now has a sycall that allows us to expor