panfrost: Move the blend lowering code out of the gallium driver
authorBoris Brezillon <boris.brezillon@collabora.com>
Tue, 9 Feb 2021 17:06:59 +0000 (18:06 +0100)
committerMarge Bot <eric+marge@anholt.net>
Mon, 15 Feb 2021 11:23:46 +0000 (11:23 +0000)
commit37974bcd26a5cc5b801a4cfb37eba909b5578798
treeeb93249e70cef0d6caee960c19d9b40633fddbe5
parent334c96fa371b4754154c73fc1e96dd1846dd2d03
panfrost: Move the blend lowering code out of the gallium driver

Will be used by the pan_blend library.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8963>
src/gallium/drivers/panfrost/Makefile.sources
src/gallium/drivers/panfrost/meson.build
src/gallium/drivers/panfrost/pan_blend_shaders.c
src/panfrost/Makefile.sources
src/panfrost/util/meson.build
src/panfrost/util/nir_lower_blend.c [moved from src/gallium/drivers/panfrost/nir/nir_lower_blend.c with 100% similarity]
src/panfrost/util/nir_lower_blend.h [moved from src/gallium/drivers/panfrost/nir/nir_lower_blend.h with 100% similarity]