Skip to content

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

maurossi requested to merge issor.oruam/mesa:android_panfrost_w13 into master

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: 7994929e ("panfrost: Use the blend shader cache attached to the device")

Merge request reports