summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorMauro Rossi <issor.oruam@gmail.com>2020-12-05 16:40:12 +0100
committerMarge Bot <eric+marge@anholt.net>2020-12-07 13:10:32 +0000
commit8fc7807cc2efe843caf67c82605fdf1f64eb30ec (patch)
tree1a174f498924f6dcdd43bf0208ee29b6bda5c185 /src/gallium/auxiliary/Makefile.sources
parent0553e717e41c10f312618f8a49fae224786d1932 (diff)
downloadmesa-8fc7807cc2efe843caf67c82605fdf1f64eb30ec.tar.gz
android: gallium/aux: Add GPU tracepoint mechanism
Android rules to build u_trace sources and u_tracepoints generated sources Changelog: - add util/u_tracepoints.{c,h} gen rules for Android using $(MESA_PYTHON3) - update Makefile.sources with the required sources and generated sources Fixes: 3471af9c6cfa ("gallium/aux: Add GPU tracepoint mechanism") Acked-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7942>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index c3d477baad7..e2c5f4f9998 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -298,6 +298,9 @@ C_SOURCES := \
util/u_texture.h \
util/u_tile.c \
util/u_tile.h \
+ util/u_trace.c \
+ util/u_trace.h \
+ util/u_trace_priv.h \
util/u_transfer.c \
util/u_transfer.h \
util/u_transfer_helper.c \
@@ -377,7 +380,9 @@ VL_STUB_SOURCES := \
GENERATED_SOURCES := \
indices/u_indices_gen.c \
- indices/u_unfilled_gen.c
+ indices/u_unfilled_gen.c \
+ util/u_tracepoints.c \
+ util/u_tracepoints.h
GALLIVM_SOURCES := \
gallivm/lp_bld_arit.c \