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:
0f7e9dc
)
zoom: prevent 'set_buffer commit' before commit done while pp set_buffer commiting
43/136943/1
author
Junkyeong Kim
<jk0430.kim@samsung.com>
Tue, 4 Jul 2017 00:35:37 +0000
(09:35 +0900)
committer
Junkyeong Kim
<jk0430.kim@samsung.com>
Tue, 4 Jul 2017 00:35:49 +0000
(09:35 +0900)
Change-Id: I94f1f008467b2d745165f8cc6bec7045f131781b
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/bin/e_plane.c
patch
|
blob
|
history
diff --git
a/src/bin/e_plane.c
b/src/bin/e_plane.c
index 7043a72d6da61e15f62682376aad1d75fe7efab5..8f7ee65e21cbd44198981a369ee9eb17286edac9 100644
(file)
--- a/
src/bin/e_plane.c
+++ b/
src/bin/e_plane.c
@@
-792,6
+792,9
@@
e_plane_fetch(E_Plane *plane)
if (plane->wait_commit)
return EINA_FALSE;
+ if (plane->pp_layer_commit && !plane->pp_set && plane->is_fb)
+ return EINA_FALSE;
+
if (plane->is_fb && !plane->ec)
{
/* acquire the surface */