projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffa0441
)
e_map: enable direct render set to the new e_map
43/261243/1
author
Junseok, Kim
<juns.kim@samsung.com>
Wed, 14 Jul 2021 01:08:11 +0000
(10:08 +0900)
committer
Junseok, Kim
<juns.kim@samsung.com>
Wed, 14 Jul 2021 01:08:11 +0000
(10:08 +0900)
Change-Id: Ia681ed68913098b35934e3362859fdc46327bfcd
src/bin/e_map.c
patch
|
blob
|
history
diff --git
a/src/bin/e_map.c
b/src/bin/e_map.c
index 7f689037430a9b585e03cf759234d0620894aa23..8a195671df223dd358cb7741f979937bbc87b9f4 100644
(file)
--- a/
src/bin/e_map.c
+++ b/
src/bin/e_map.c
@@
-64,6
+64,9
@@
e_map_new(void)
em->count = 4;
em->internal = EINA_FALSE;
+ /* for optimize memory usage */
+ evas_map_direct_render_set(em->map, EINA_TRUE);
+
return em;
}