mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 22:00:13 +01:00
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:
parent
2087168a30
commit
f891c78a14
1 changed files with 0 additions and 2 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue