panfrost: Switch to lima tiling
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 18 Jun 2019 17:43:07 +0000 (10:43 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 20 Jun 2019 15:22:38 +0000 (08:22 -0700)
commit035a07c0ae82b01b6df3315d2865aa82de915906
tree86185e9ec25bc06c21ef1dd4b03e345b9d8ee7ca
parent7b46f09f26c3f4377f46d145344f98d5b27b0b00
panfrost: Switch to lima tiling

Lima and Panfrost both have implementations of software tiling
(the Lima one was forked off the Panfrost one which was forked off the
original Lima one...). Switch to the most recent Lima code, since it's
more complete than ours at this point.

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_resource.c
src/gallium/drivers/panfrost/pan_swizzle.c [deleted file]
src/gallium/drivers/panfrost/pan_swizzle.h [deleted file]