Skip to content

android: panfrost/encoder: add libmesa_nir static dependency

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

Fixes the following build error:

In file included from external/mesa/src/panfrost/encoder/pan_blit.c:34: In file included from external/mesa/src/panfrost/encoder/../midgard/midgard_compile.h:27: external/mesa/src/compiler/nir/nir.h:52:10: fatal error: 'nir_opcodes.h' file not found ^~~~~~~~~~~~~~~ 1 error generated.

Fixes: 293f2518 ("panfrost: Use Midgard-specific reloads") Signed-off-by: Mauro Rossi issor.oruam@gmail.com

Merge request reports