Re: [Mesa-dev] [PATCH] android: enable VK_ANDROID_native_buffer

2018-05-16 Thread Jason Ekstrand
On May 15, 2018 22:59:20 Tapani Pälli wrote: On 05/16/2018 08:46 AM, Jason Ekstrand wrote: On Tue, May 15, 2018 at 10:42 PM, Tapani Pälli mailto:tapani.pa...@intel.com>> wrote: Patch changes entrypoints generator to not skip this extension even though it is set as disabled in the xml. We al

Re: [Mesa-dev] [PATCH] android: enable VK_ANDROID_native_buffer

2018-05-15 Thread Tapani Pälli
On 05/16/2018 08:46 AM, Jason Ekstrand wrote: On Tue, May 15, 2018 at 10:42 PM, Tapani Pälli > wrote: Patch changes entrypoints generator to not skip this extension even though it is set as disabled in the xml. We also need compilation flag VK_USE_PLA

Re: [Mesa-dev] [PATCH] android: enable VK_ANDROID_native_buffer

2018-05-15 Thread Jason Ekstrand
On Tue, May 15, 2018 at 10:42 PM, Tapani Pälli wrote: > Patch changes entrypoints generator to not skip this extension even > though it is set as disabled in the xml. We also need compilation > flag VK_USE_PLATFORM_ANDROID_KHR to be enabled and a small fix to > vk_icd.h because of following compi

[Mesa-dev] [PATCH] android: enable VK_ANDROID_native_buffer

2018-05-15 Thread Tapani Pälli
Patch changes entrypoints generator to not skip this extension even though it is set as disabled in the xml. We also need compilation flag VK_USE_PLATFORM_ANDROID_KHR to be enabled and a small fix to vk_icd.h because of following compilation error: vk_icd.h:116:5: error: must use 'struct' tag to r