panfrost: Move pool routines to common code
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 7 Jul 2020 20:24:41 +0000 (16:24 -0400)
committerMarge Bot <eric+marge@anholt.net>
Thu, 9 Jul 2020 14:54:38 +0000 (14:54 +0000)
commitc8d848b2782b99eb617cb83958a3d977c406e8ff
tree4fbddc0c90c465e54f48b71c9338693f8e90ec11
parent1d88f078201a9f48322c4447c597f311aa980057
panfrost: Move pool routines to common code

We finally have it decoupled from Galliumisms (and OpenGLisms, indeed)
so we can share the file.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5794>
13 files changed:
src/gallium/drivers/panfrost/Makefile.sources
src/gallium/drivers/panfrost/meson.build
src/gallium/drivers/panfrost/pan_allocate.c [deleted file]
src/gallium/drivers/panfrost/pan_allocate.h [deleted file]
src/gallium/drivers/panfrost/pan_cmdstream.c
src/gallium/drivers/panfrost/pan_job.h
src/gallium/drivers/panfrost/pan_resource.h
src/gallium/drivers/panfrost/pan_scoreboard.c
src/gallium/drivers/panfrost/pan_screen.h
src/panfrost/Makefile.sources
src/panfrost/encoder/meson.build
src/panfrost/encoder/pan_pool.c [new file with mode: 0644]
src/panfrost/encoder/pan_pool.h [new file with mode: 0644]