panfrost: Move pan_invocation to shared panfrost/
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 16 Aug 2019 20:57:38 +0000 (13:57 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 21 Aug 2019 15:40:51 +0000 (08:40 -0700)
commit39b226cfb33d55c809066e6b013ea3a6365b2d5a
tree8cbb7eae360a4f5c6540c03807b9b0ae5452a86f
parentd9f33951df9c107e7e6b88ec7cc884f38f92c52b
panfrost: Move pan_invocation to shared panfrost/

The routines in this file have no dependency on Gallium. Let's share
them so they can be used for a theoretical future Vulkan driver or, more
immediately, consulted when tracing.

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