mesa/src
Mauro Rossi e09d04cd56 radeonsi: use util_strchrnul() to fix android build error
Android Bionic does not support strchrnul() string function,
gallium auxiliary util/u_string.h provides util_strchrnul()

This change avoids the following building error:

external/mesa/src/gallium/drivers/radeonsi/si_shader.c:3863: error:
undefined reference to 'strchrnul'
collect2: error: ld returned 1 exit status

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-04-01 13:56:57 +01:00
..
compiler glsl: do not raise unitialized variable warnings on builtins/reserved GL variables 2016-04-01 09:54:09 +02:00
egl egl: android: enable EGL_FRAMEBUFFER_TARGET_ANDROID and EGL_RECORDABLE_ANDROID 2016-04-01 13:45:13 +01:00
gallium radeonsi: use util_strchrnul() to fix android build error 2016-04-01 13:56:57 +01:00
gbm gbm: do not wrap header inclusion in extern "C" 2016-03-09 17:16:50 +00:00
getopt
glx
gtest
hgl
loader dri: add backbuffer use flag 2016-03-09 15:02:25 +01:00
mapi mesa: add GL_OES/EXT_draw_buffers_indexed support 2016-03-31 21:12:49 -04:00
mesa Android: fix x86 gallium builds 2016-04-01 13:44:22 +01:00
util util/bitset: Allow iterating over const bitsets 2016-03-24 15:20:44 -07:00
Makefile.am
SConscript