summaryrefslogtreecommitdiffstats
path: root/include/GL
diff options
context:
space:
mode:
authorTomasz Figa <[email protected]>2016-07-13 11:29:45 +0800
committerEmil Velikov <[email protected]>2016-07-20 15:10:33 +0100
commit70a28afb296de3e89248ad2a2bc0611e7afb762b (patch)
treee24062e52f495cb3336710e2f8f2fc3cdc4709df /include/GL
parentae9a2baaa63309c1297a7ea67c124b422b64b5c0 (diff)
gallium/dri: Add shared glapi to LIBADD on Android
An earlier patch fixed the problem for classic drivers, however Gallium was still left broken. This patch applies the same workaround to Gallium, when compiled for Android. Following is a quote from the original patch: 0cbc90c57cfc mesa: dri: Add shared glapi to LIBADD on Android /system/vendor/lib/dri/*_dri.so actually depend on libglapi: without this, loading the so file fails with: cannot locate symbol "__emutls_v._glapi_tls_Context" On non-Android (non-bionic) platform, EGL uses the following workflow, which works fine: dlopen("libglapi.so", RTLD_LAZY | RTLD_GLOBAL); dlopen("dri/<driver>_dri.so", RTLD_NOW | RTLD_GLOBAL); However, bionic does not respect the RTLD_GLOBAL flag, and the dri library cannot find symbols in libglapi.so, so we need to link to libglapi.so explicitly. Android.mk already does this. Cc: "12.0" <[email protected]> Signed-off-by: Tomasz Figa <[email protected]> Signed-off-by: Nicolas Boichat <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'include/GL')
0 files changed, 0 insertions, 0 deletions