OSDN Git Service

add vulkan anv support
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 4 Feb 2018 23:17:15 +0000 (00:17 +0100)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 7 Jan 2019 09:28:57 +0000 (17:28 +0800)
commit23d49d61cc87e8a63abdd2e29e7fcfef2fc78863
treeb2122f2fafae43916319feea97ee8351845b1912
parent91378a8e37a31013597180fceb397f92d74a7ee9
add vulkan anv support

anv implements Vulkan HAL without requiring additional wrapper/stub
anv is added as vulkan.android-x86 module to PRODUCT_PACKAGES
and PRODUCT_COPY_FILES is used to install android.hardware.vulkan.{level,version}.xml

ro.hardware.vulkan property is set by init.sh init_hal_vulkan() function
based on the drm fb kernel module inteldrmfb
gpu/gpu_mesa.mk
init.sh