panfrost: Consolidate all shader compiling code
authorAlyssa Rosenzweig <alyssa@collabora.com>
Fri, 14 Oct 2022 19:13:52 +0000 (15:13 -0400)
committerMarge Bot <emma+marge@anholt.net>
Wed, 2 Nov 2022 16:52:11 +0000 (16:52 +0000)
commit5ef46b4f722920659271c36fcaf6dd962f208734
tree46d652054f959e5ad6a45f7fafcc8fe043c8db85
parentecbeb6a3354d8b140ce6d49b4de93388cdfadad3
panfrost: Consolidate all shader compiling code

Compute and graphics shaders will need similar paths for the disk cache. Let's
consolidate the code to make it easier to work with.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19363>
src/gallium/drivers/panfrost/meson.build
src/gallium/drivers/panfrost/pan_compute.c [deleted file]
src/gallium/drivers/panfrost/pan_context.c
src/gallium/drivers/panfrost/pan_context.h
src/gallium/drivers/panfrost/pan_shader.c [new file with mode: 0644]