summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>2019-06-18 11:16:21 -0700
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>2019-06-20 08:06:35 -0700
commit413242277a2653d12d5ea8d8acba533530281fd6 (patch)
tree27664d6ff523a7786d2ebab90efc036f5266dd7c /src/meson.build
parentc57b4c86c07adce6738c01fae5906f4a4a46d93f (diff)
downloadmesa-413242277a2653d12d5ea8d8acba533530281fd6.tar.gz
lima,panfrost: Move lima_tiling.c/h to /src/panfrost
This will allow both drivers to share this code. Both drivers build-tested with meson. Android build not tested. v2: Change naming from tiling->shared, in case Lima and Panfrost can share more in the future. Fix Android build system. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-and-tested-by: Qiang Yu <yuq825@gmail.com>
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 8b983c15b60..0dcd7eef65d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -70,6 +70,9 @@ endif
if with_gallium_freedreno or with_freedreno_vk
subdir('freedreno')
endif
+if with_gallium_panfrost or with_gallium_lima
+ subdir('panfrost')
+endif
if with_dri_i965 or with_intel_vk or with_gallium_iris
subdir('intel')
endif