[Mesa-dev] [PATCH 2/2] android: add vulkan build for intel

Tapani Pälli tapani.palli at intel.com
Thu Jan 19 09:32:47 UTC 2017



On 01/19/2017 09:10 AM, Tapani Pälli wrote:
> fixes to issues spotted by Emil Velikov:
>
>    - set ANV_TIMESTAMP corretly
>    - fix typo with VULKAN_GEM_FILES
>
> v2: update to use Makefile.sources under vulkan
>     instead of having own
>
> v3: update to changes to generate from vk.xml
>     (commit c7fc310)
>
> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
> ---
>
> Note, this patch does not equal to 'Android support'. Patch provides build system
> support so that we can start building driver in Android-IA and going further to
> develop required support. In order to trigger build, you need to add vulkan.mesa_intel
> to PRODUCT_PACKAGES list for the build.

Having said that, many many dEQP VK tests are passing so maybe this can 
be thought as 'initial support'.

8<

> +
> +LOCAL_MODULE_RELATIVE_PATH := hw

This is not correct, I've removed it locally. We want to install to 
'lib' (so that dlopen finds it) not 'hw'. I have fixed this locally.

> +
> +include $(MESA_COMMON_MK)
> +include $(BUILD_SHARED_LIBRARY)



More information about the mesa-dev mailing list