summaryrefslogtreecommitdiff
path: root/src/intel/Makefile.sources
diff options
context:
space:
mode:
authorMauro Rossi <issor.oruam@gmail.com>2021-02-05 22:46:08 +0100
committerMauro Rossi <issor.oruam@gmail.com>2021-02-06 11:06:17 +0100
commit5445e287493e5a68d406870e502c94ffceedb923 (patch)
tree91f6da856b8754072a7b0b567b682547c10ad4f4 /src/intel/Makefile.sources
parent9664bb1f3bb6afd5c3e9cd91ccacb6ce6fa9d38a (diff)
android: anv: implement anv layer of INTEL_MEASURE
Fixes the following building errors in Android: FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/vulkan.android-x86_intermediates/LINKED/vulkan.android-x86.so ... ld.lld: error: undefined symbol: _anv_measure_add_secondary ld.lld: error: undefined symbol: anv_measure_init ld.lld: error: undefined symbol: anv_measure_destroy ld.lld: error: undefined symbol: anv_measure_reset ld.lld: error: undefined symbol: anv_measure_device_destroy ld.lld: error: undefined symbol: anv_measure_device_init ld.lld: error: undefined symbol: _anv_measure_submit ld.lld: error: undefined symbol: anv_measure_acquire ld.lld: error: undefined symbol: _anv_measure_snapshot ld.lld: error: undefined symbol: _anv_measure_endcommandbuffer ld.lld: error: undefined symbol: _anv_measure_beginrenderpass Fixes: 4a2d9e44ff26 ("anv: implement anv layer of INTEL_MEASURE") Signed-off-by: Mauro Rossi <issor.oruam@gmail.com> Acked-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8887>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r--src/intel/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index d2525a44fe8..02dc1c1df28 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -270,6 +270,8 @@ VULKAN_FILES := \
vulkan/anv_genX.h \
vulkan/anv_image.c \
vulkan/anv_intel.c \
+ vulkan/anv_measure.c \
+ vulkan/anv_measure.h \
vulkan/anv_nir.h \
vulkan/anv_nir_add_base_work_group_id.c \
vulkan/anv_nir_apply_pipeline_layout.c \