projects
/
platform
/
core
/
uifw
/
efl-misc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b161af
)
[efl-misc]: environment variable changes for elm-modules and evas_gl for tizen only...
66/220766/5
tizen_5.5_tv
accepted/tizen/5.5/unified/20200123.123521
accepted/tizen/unified/20200121.121443
submit/tizen/20200120.211529
submit/tizen_5.5/20200120.233112
author
Kunal Sinha
<kunal.sinha@samsung.com>
Mon, 23 Dec 2019 05:50:29 +0000
(11:20 +0530)
committer
kim hosang
<hosang12.kim@samsung.com>
Fri, 17 Jan 2020 07:50:38 +0000
(07:50 +0000)
- enabling tizen only env variables
Change-Id: I4f309e23f6cc807f5fadcc62815dfa0a4856d3c6
Signed-off-by: Kunal Sinha <kunal.sinha@samsung.com>
profile.d/efl_wearable.sh
patch
|
blob
|
history
diff --git
a/profile.d/efl_wearable.sh
b/profile.d/efl_wearable.sh
index
485884a
..
7bdf921
100644
(file)
--- a/
profile.d/efl_wearable.sh
+++ b/
profile.d/efl_wearable.sh
@@
-12,6
+12,11
@@
export ECORE_ANIMATOR_SKIP=1
export EVAS_FONT_DPI=72
export EVAS_GL_NO_BLACKLIST=1
export EVAS_GL_NOPRELOAD=1
+###TIZEN_ONLY(20190514): adding environment variable for tizen only feature
+export EVAS_GL_ATLAS_MAX_W=256
+export EVAS_GL_ATLAS_MAX_H=256
+export EVAS_GL_ATLAS_MEMCPY_SIZE=256
+##########
## Eina
export EINA_LOG_DLOG_ENABLE=1