mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_util
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 15 Apr 2015 12:40:55 +0000 (13:40 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 12 Jun 2015 14:32:18 +0000 (15:32 +0100)
commit1df5a6c71ee4a3c08b5da3f8bae24880af16b74c
tree31e6a68b178dde0bd05c739f4bf9f5ffd7008bb4
parent4722743f4b920c6986a7148ef3ce76b4fd12db46
mesa; add a dummy _mesa_error_no_memory() symbol  to libglsl_util

Rather than forcing everyone to provide their own definition of the symbol
provide a common (dummy) one.

This helps us resolve the build of the standalone pipe-drivers (amongst
others), which are missing the symbol.

Cc: Rob Clark <robclark@freedesktop.org>
Cc: "10.6" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/Makefile.am
src/gallium/drivers/freedreno/ir3/ir3_cmdline.c
src/gallium/state_trackers/xa/xa_tracker.c
src/glsl/Makefile.am
src/glsl/SConscript
src/glsl/main.cpp
src/glsl/tests/common.c [deleted file]
src/mesa/Android.libmesa_glsl_utils.mk
src/mesa/program/dummy_errors.c [new file with mode: 0644]