Mesa (master): android: panfrost: Use the blend shader cache attached to the device

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Mar 29 14:07:28 UTC 2021


Module: Mesa
Branch: master
Commit: f891c78a14a72b51d7f5e62500856ef35b075807
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f891c78a14a72b51d7f5e62500856ef35b075807

Author: Mauro Rossi <issor.oruam at gmail.com>
Date:   Mon Mar 29 13:25:19 2021 +0200

android: panfrost: Use the blend shader cache attached to the device

pan_blend_shaders.{c,h} files are removed from Makefile.sources
in order to avoid the following building error:

FAILED: out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_pipe_panfrost_intermediates/pan_blend_shaders.o
...
clang: error: no such file or directory: 'external/mesa/src/gallium/drivers/panfrost/pan_blend_shaders.c'
clang: error: no input files

Fixes: 7994929e84a3 ("panfrost: Use the blend shader cache attached to the device")
Acked-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9894>

---

 src/gallium/drivers/panfrost/Makefile.sources | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gallium/drivers/panfrost/Makefile.sources b/src/gallium/drivers/panfrost/Makefile.sources
index 81e9884b248..097b49b71fe 100644
--- a/src/gallium/drivers/panfrost/Makefile.sources
+++ b/src/gallium/drivers/panfrost/Makefile.sources
@@ -2,8 +2,6 @@ C_SOURCES := \
 	pan_assemble.c \
 	pan_blend_cso.c \
 	pan_blend_cso.h \
-	pan_blend_shaders.c \
-	pan_blend_shaders.h \
 	pan_blit.c \
 	pan_cmdstream.c \
 	pan_cmdstream.h \



More information about the mesa-commit mailing list