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.pa...@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)
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev