summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoogab Yun <joogab.yun@samsung.com>2017-09-29 14:25:58 +0900
committerJoogab Yun <joogab.yun@samsung.com>2017-09-29 14:25:58 +0900
commit0cd0496835dc4c9b775a701a0838d79a2c266351 (patch)
tree291e1ac8ea40e67e85bfb690eeac82855f626c37
parent77cd240186caa0a82450c3d4f179110accd35da9 (diff)
downloadefl-misc-0cd0496835dc4c9b775a701a0838d79a2c266351.tar.gz
efl-misc-0cd0496835dc4c9b775a701a0838d79a2c266351.tar.bz2
efl-misc-0cd0496835dc4c9b775a701a0838d79a2c266351.zip
export EVAS_GL_RENDER_THREAD=1 Change-Id: I0d3087c7525a54c8adbcb1119db4469ebf6945a5
-rw-r--r--[-rwxr-xr-x]profile.d/efl_mobile.sh1
-rw-r--r--[-rwxr-xr-x]profile.d/efl_wearable.sh1
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"