Allow efl_webview_app to run on desktop with mesa software backends
authorPiotr Tworek <p.tworek@samsung.com>
Wed, 4 Feb 2015 13:01:32 +0000 (14:01 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit34dac513c2d3b6858e92c48e9d06775e475dcf6c
tree868cb8f4b13f1e7e6deb5280b9af5f098663c99e
parent2dba83892aa34335a4c136da032248fbbf154db2
Allow efl_webview_app to run on desktop with mesa software backends

Some people like to test efl_webview_app over ssh. Unfortunately
hardware accelerated OpenGL does not work over ssh. The only working
backend for such configuration is mesa llfmpipe/softpipe. Those backends
however are considered as unsupported and are blacklisted by EFL.
Fortunately EFL allows us to ignore it's blacklist through
EVAS_GL_NO_BLACKLIST environment variable.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=10918
Reviewed by: Antonio Gomes, Kamil Klimek

Change-Id: I6bc14e5303e94b9c911afa107435608ea423060c
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
tizen_src/ewk/efl_webview_app/efl_webview_app.sh