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>
This commit is contained in:
Alyssa Rosenzweig
2019-06-18 11:16:21 -07:00
parent c57b4c86c0
commit 413242277a
12 changed files with 166 additions and 34 deletions

View File

@@ -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