Re: [Mesa-dev] [PATCH] android: intel/perf: fix missing include path in makefile

2019-08-09 Thread Lionel Landwerlin
Hey Mauro, I was kind of surprised that u_math.h would pull a gallium header file. So I pulled the thread a bit and came up with this MR : https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1625 Sorry it's all over the place :( -Lionel On 09/08/2019 15:06, Mauro Rossi wrote: Fixes the

[Mesa-dev] [PATCH] android: intel/perf: fix missing include path in makefile

2019-08-09 Thread Mauro Rossi
Fixes the following building error: In file included from external/mesa/src/intel/perf/gen_perf.c:42: external/mesa/src/util/u_math.h:42:10: fatal error: 'pipe/p_compiler.h' file not found ^~~ 1 error generated. Fixes: 018f9b8 ("intel/perf: refactor gen_perf_begin_query i