lima,panfrost: Move lima_tiling.c/h to /src/panfrost
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 18 Jun 2019 18:16:21 +0000 (11:16 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 20 Jun 2019 15:06:35 +0000 (08:06 -0700)
commit413242277a2653d12d5ea8d8acba533530281fd6
tree27664d6ff523a7786d2ebab90efc036f5266dd7c
parentc57b4c86c07adce6738c01fae5906f4a4a46d93f
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>
14 files changed:
src/gallium/drivers/lima/Android.mk
src/gallium/drivers/lima/lima_resource.c
src/gallium/drivers/lima/lima_tiling.c [deleted file]
src/gallium/drivers/lima/lima_tiling.h [deleted file]
src/gallium/drivers/lima/meson.build
src/gallium/drivers/panfrost/meson.build
src/meson.build
src/panfrost/Android.mk [new file with mode: 0644]
src/panfrost/Android.shared.mk [new file with mode: 0644]
src/panfrost/Makefile.sources [new file with mode: 0644]
src/panfrost/meson.build [new file with mode: 0644]
src/panfrost/shared/meson.build [new file with mode: 0644]
src/panfrost/shared/pan_tiling.c [new file with mode: 0644]
src/panfrost/shared/pan_tiling.h [new file with mode: 0644]