mesa/src
Roman Stratiienko c411d4896c Android: Fix build issue without LLVM
Some of the latest changes are causing the following build error on Android:

```
external/mesa3d/src/gallium/auxiliary/nir/nir_to_tgsi_info.c:403:6:
error: redefinition of 'nir_tgsi_scan_shader'
void nir_tgsi_scan_shader(const struct nir_shader *nir,
     ^
external/mesa3d/src/gallium/auxiliary/nir/nir_to_tgsi_info.h:37:20:
note: previous definition is here
static inline void nir_tgsi_scan_shader(const struct nir_shader *nir,
                   ^
```

Include nir_to_tgsi_info.c and nir_to_tgsi_info.h into the build
only if LLVM is enabled.

Signed-off-by: Roman Stratiienko <roman.stratiienko@globallogic.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2978>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2978>
2019-12-23 10:22:02 +02:00
..
amd aco: fix vgpr alloc granule with wave32 2019-12-21 12:38:42 +01:00
broadcom v3d: handle writes to gl_Layer from geometry shaders 2019-12-16 08:42:37 +01:00
compiler nir+vtn: vec8+vec16 support 2019-12-21 11:00:17 +00:00
drm-shim drm-shim: fix EOF case 2019-11-13 12:39:14 +00:00
egl Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT" 2019-11-14 07:46:14 +02:00
etnaviv etnaviv: add drm-shim 2019-11-21 22:56:04 +00:00
freedreno turnip: disable B8G8R8 vertex formats 2019-12-19 19:03:02 -05:00
gallium Android: Fix build issue without LLVM 2019-12-23 10:22:02 +02:00
gbm meson: move the generic symbols check arguments to a common variable 2019-11-05 20:30:47 +00:00
getopt meson: build getopt when using msvc 2019-09-10 20:36:47 +00:00
glx dri: Avoid swapbuffer throttling in glXCopySubBufferMESA 2019-10-05 13:19:37 +00:00
gtest meson: gtest needs pthreads 2019-11-07 06:11:19 -08:00
hgl haiku: fix Mesa build 2019-10-01 10:31:02 +00:00
imgui meson: drop intel_ prefix on imgui_core 2019-12-10 15:16:02 +00:00
intel intel: limit shader geometry on BDW GT1 2019-12-20 10:47:52 +00:00
loader loader: fix close on uninitialized file descriptor value 2019-12-19 00:51:36 +02:00
mapi mapi: add GetInteger64vEXT with EXT_disjoint_timer_query 2019-11-26 07:41:24 +02:00
mesa st/mesa: release tgsi tokens for shader states 2019-12-19 14:40:08 -05:00
panfrost pan/midgard: Optimize comparisions with similar operations 2019-12-20 22:36:06 +00:00
util util/format: add missing vulkan formats 2019-12-19 19:03:02 -05:00
vulkan util/format: add missing vulkan formats 2019-12-19 19:03:02 -05:00
meson.build meson: only build imgui when needed 2019-11-25 07:51:56 +00:00
SConscript