panfrost: Move pan_tiler.c outside of Gallium
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Mon, 19 Aug 2019 18:19:15 +0000 (11:19 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 21 Aug 2019 15:40:52 +0000 (08:40 -0700)
commitb45eb2775ea180fde01d0abe50f6ccf8ddb5b84d
tree3f5594db83748fecbca7b65b08e728ca69f27502
parent13d07978ff8c35897f4164d9455c7410ade9f4e2
panfrost: Move pan_tiler.c outside of Gallium

The routines in this file may be shared with Vulkan.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/meson.build
src/gallium/drivers/panfrost/pan_context.c
src/gallium/drivers/panfrost/pan_tiler.c [deleted file]
src/gallium/drivers/panfrost/pan_tiler.h [deleted file]
src/panfrost/encoder/meson.build
src/panfrost/encoder/pan_encoder.h
src/panfrost/encoder/pan_tiler.c [new file with mode: 0644]