mesa/src/panfrost
Mauro Rossi acf756a64f android: panfrost: Redirect cmdstream includes through GenXML (v2)
bifrost requires both "pafrost/lib/midgard_pack.h" and "midgard_pack.h" headers

Fixes the following building error:

In file included from external/mesa/src/panfrost/bifrost/cmdline.c:33:
In file included from external/mesa/src/panfrost/bifrost/test/bit.h:31:
external/mesa/src/panfrost/lib/pan_device.h:40:10: fatal error: 'midgard_pack.h' file not found
#include <midgard_pack.h>
         ^~~~~~~~~~~~~~~~
1 error generated.

Fixes: bce1a7e9 ("android: panfrost: Redirect cmdstream includes through GenXML")
Fixes: 88dc4c21 ("panfrost: Redirect cmdstream includes through GenXML")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6322>
2020-08-14 19:01:38 +02:00
..
bifrost panfrost: XMLify UBOs 2020-08-13 08:55:16 +02:00
include panfrost: XMLify enum mali_format 2020-08-13 08:55:17 +02:00
lib panfrost: add missing dependency on midgard_pack.h 2020-08-13 16:54:06 +00:00
midgard panfrost: Simplify depth/stencil/alpha 2020-08-13 08:55:16 +02:00
shared meson: use gnu_symbol_visibility argument 2020-06-01 18:59:18 +00:00
util panfrost: Simplify depth/stencil/alpha 2020-08-13 08:55:16 +02:00
Android.bifrost.mk android: panfrost/bifrost: add libpanfrost_lib static dependency 2020-08-14 15:19:36 +02:00
Android.lib.mk android: panfrost: Redirect cmdstream includes through GenXML (v2) 2020-08-14 19:01:38 +02:00
Android.midgard.mk android: pan/mdg: Separate disassembler and compiler targets 2020-08-10 21:35:31 +02:00
Android.mk android: panfrost: Move pandecode into lib/ 2020-08-10 21:35:31 +02:00
Android.shared.mk android: Add panfrost support to build scripts 2019-10-31 10:03:54 +01:00
Android.util.mk panfrost: Align Android makefiles with recent changes 2020-03-23 14:03:22 +00:00
Makefile.sources android: pan/bi: Separate disasm/compiler targets 2020-08-10 21:35:31 +02:00
meson.build panfrost: Build midgard_pack.h via meson 2020-08-13 08:55:15 +02:00