Skip to content

Android bifrost w52 fixes

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

Porting to Android of the following commits:

4d76a3d4 ("pan/bi: Add explicit meson dependency on the ISA helpers")

f9084b6c ("pan/bi: Generate bi_opcodes.h")

25c99468 ("pan/bi: Generate bi_opcodes.c")

Fixes the following building error:

In file included from external/mesa/src/panfrost/bifrost/bifrost_compile.c:36:
external/mesa/src/panfrost/bifrost/compiler.h:31:10: fatal error: 'bi_opcodes.h' file not found
         ^~~~~~~~~~~~~~
1 error generated.

Merge request reports