diff options
author | Joogab Yun <joogab.yun@samsung.com> | 2017-09-29 14:25:58 +0900 |
---|---|---|
committer | Joogab Yun <joogab.yun@samsung.com> | 2017-09-29 14:25:58 +0900 |
commit | 0cd0496835dc4c9b775a701a0838d79a2c266351 (patch) | |
tree | 291e1ac8ea40e67e85bfb690eeac82855f626c37 | |
parent | 77cd240186caa0a82450c3d4f179110accd35da9 (diff) | |
download | efl-misc-0cd0496835dc4c9b775a701a0838d79a2c266351.tar.gz efl-misc-0cd0496835dc4c9b775a701a0838d79a2c266351.tar.bz2 efl-misc-0cd0496835dc4c9b775a701a0838d79a2c266351.zip |
[evas_gl_thread] enable evas_gl_thread in mobile and wearabletizen_4.0.IoT.p1_releasesubmit/tizen_4.0/20171012.115658accepted/tizen/4.0/unified/20171012.225836
export EVAS_GL_RENDER_THREAD=1
Change-Id: I0d3087c7525a54c8adbcb1119db4469ebf6945a5
-rw-r--r--[-rwxr-xr-x] | profile.d/efl_mobile.sh | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | profile.d/efl_wearable.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/profile.d/efl_mobile.sh b/profile.d/efl_mobile.sh index 4e9080e..3515b3e 100755..100644 --- a/profile.d/efl_mobile.sh +++ b/profile.d/efl_mobile.sh @@ -18,6 +18,7 @@ export ECORE_ANIMATOR_SKIP=1 export EVAS_FONT_DPI=72 export EVAS_GL_NO_BLACKLIST=1 export EVAS_SHM_FLUSH=1 +export EVAS_GL_RENDER_THREAD=1 ## Wayland export WAYLAND_DISPLAY="wayland-0" diff --git a/profile.d/efl_wearable.sh b/profile.d/efl_wearable.sh index 485884a..0169243 100755..100644 --- a/profile.d/efl_wearable.sh +++ b/profile.d/efl_wearable.sh @@ -18,6 +18,7 @@ export EINA_LOG_DLOG_ENABLE=1 export EINA_LOG_ABORT=1 export EINA_LOG_ABORT_LEVEL=0 export EINA_LOG_LEVEL=2 +export EVAS_GL_RENDER_THREAD=1 ## Wayland export WAYLAND_DISPLAY="wayland-0" |