This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch glth-save
in repository efl.
View the commit online.
commit b1cc7ef3e7bd8b3401d3bbd2ed84af9e0a25b799
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Fri Aug 25 18:23:20 2017 +0900
evas gl - turn threading on by default
---
src/modules/evas/engines/gl_common/evas_gl_thread.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/evas/engines/gl_common/evas_gl_thread.c b/src/modules/evas/engines/gl_common/evas_gl_thread.c
index 35585bef76..2aa4e90340 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_thread.c
+++ b/src/modules/evas/engines/gl_common/evas_gl_thread.c
@@ -102,7 +102,7 @@ evas_gl_thread_init(void)
EINA_LOG_ERR("eina_mempool_add() failed");
char *env_thread = getenv("EVAS_GL_RENDER_THREAD");
- int env_thread_value = 0;
+ int env_thread_value = 1;
if (env_thread)
env_thread_value = atoi(env_thread);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.