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:
e7020f5
)
Revert "e_map: enable direct render set to the new e_map"
16/261816/4
author
JunSeok Kim
<juns.kim@samsung.com>
Tue, 27 Jul 2021 04:39:39 +0000
(
04:39
+0000)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 27 Jul 2021 04:53:38 +0000
(
04:53
+0000)
This reverts commit
bb66ae5c274baf1a92e4b08b7b6790bd80f54167
.
Reason for revert: There was a crack screen issue when the 8K image was capture.
We will apply this patch again after fixing it.
Change-Id: I72713e601f39afcbc462b273a2b439d93f2ce35a
src/bin/e_map.c
patch
|
blob
|
history
diff --git
a/src/bin/e_map.c
b/src/bin/e_map.c
index 8a195671df223dd358cb7741f979937bbc87b9f4..7f689037430a9b585e03cf759234d0620894aa23 100644
(file)
--- a/
src/bin/e_map.c
+++ b/
src/bin/e_map.c
@@
-64,9
+64,6
@@
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;
}