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: 7994929e84 ("panfrost: Use the blend shader cache attached to the device")
Acked-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9894>
This commit is contained in:
Mauro Rossi 2021-03-29 13:25:19 +02:00
parent 2087168a30
commit f891c78a14

View file

@ -2,8 +2,6 @@ C_SOURCES := \
pan_assemble.c \ pan_assemble.c \
pan_blend_cso.c \ pan_blend_cso.c \
pan_blend_cso.h \ pan_blend_cso.h \
pan_blend_shaders.c \
pan_blend_shaders.h \
pan_blit.c \ pan_blit.c \
pan_cmdstream.c \ pan_cmdstream.c \
pan_cmdstream.h \ pan_cmdstream.h \