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:
11f283d
)
Revert "Revert "e_map: enable direct render set to the new e_map""
author
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 5 Aug 2021 00:17:20 +0000
(09:17 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 5 Aug 2021 06:37:28 +0000
(15:37 +0900)
This reverts commit
f7a38cbb8511c428f18dd136d1f28d85c98eb2a2
.
(Crack screen issue has fixed by evas. So, we apply this patch again.)
Change-Id: I223df78896839ccb1ace05acce58a14a8913e5ac
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;
}