1# Copyright © 2017 Intel Corporation 2# SPDX-License-Identifier: MIT 3 4inc_intel = include_directories('.') 5 6subdir('genxml') 7subdir('dev') 8if with_intel_hasvk or with_intel_vk or with_gallium_crocus or with_gallium_iris 9 subdir('blorp') 10endif 11subdir('isl') 12subdir('common') 13subdir('compiler') 14subdir('decoder') 15if with_intel_vk or with_gallium_iris 16 subdir('shaders') 17endif 18if with_intel_hasvk or with_intel_vk or with_gallium_crocus or with_gallium_iris or with_intel_tools 19 subdir('perf') 20endif 21if with_intel_hasvk or with_intel_vk or with_gallium_iris 22 subdir('ds') 23endif 24if with_intel_tools 25 subdir('tools') 26 subdir('executor') 27endif 28if get_option('vulkan-layers').contains('intel-nullhw') 29 subdir('nullhw-layer') 30endif 31if with_intel_vk 32 subdir('vulkan') 33endif 34if with_intel_hasvk 35 subdir('vulkan_hasvk') 36endif 37