mesa/src
Rob Herring 244f0aba16 Android: glsl: add rules to generate ir_expression*.h header files
Recent changes to generate ir_expression*.h header files broke Android
builds. This adds the generation rules. This change is complicated due to
creating a circular dependency between libmesa_glsl, libmesa_nir, and
libmesa_compiler. Normally, we add static libraries so that include paths
are added even if there's no linking dependency. That is the case here.
Instead, we explicitly add the include path using $(MESA_GEN_GLSL_H) to
libmesa_compiler. This in turn requires shuffling the order of make
includes. It also uncovered missing dependency tracking of glsl_parser.h.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2016-09-06 15:58:55 +01:00
..
amd amd/addrlib: move addrlib from amdgpu winsys to common code 2016-09-06 10:06:33 +10:00
compiler Android: glsl: add rules to generate ir_expression*.h header files 2016-09-06 15:58:55 +01:00
egl wayland-drm: add missing NULL check 2016-09-01 15:48:52 +01:00
gallium st/omx/dec: enable hevc omx decode support 2016-09-06 10:08:01 -04:00
gbm gbm: Correct bo_import documentation (trivial) 2016-08-03 10:56:41 -07:00
getopt Introduce .editorconfig 2016-08-31 17:06:54 -07:00
glx glx/glvnd: list the strcmp arguments in correct order 2016-09-05 11:59:07 +01:00
gtest Introduce .editorconfig 2016-08-31 17:06:54 -07:00
hgl Introduce .editorconfig 2016-08-31 17:06:54 -07:00
intel android: intel: fix include paths in new "common" library 2016-09-03 20:03:16 -07:00
loader loader/dri3: Always use at least two back buffers 2016-09-06 13:04:48 +09:00
mapi mapi: don't forget to expose GetPointerv in GL ES 3.2 2016-09-03 00:26:36 -04:00
mesa Android: glsl: add rules to generate ir_expression*.h header files 2016-09-06 15:58:55 +01:00
util util: import the slab allocator from gallium 2016-09-06 14:24:04 +02:00
Makefile.am radeonsi: move sid.h/r600d_common.h to a common place. 2016-09-06 10:05:13 +10:00
SConscript scons: put the generated git_sha1.h file in top-level src/ directory 2016-06-17 10:33:00 -06:00