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:
653ce01
)
e_hwc_windows: reset buffer of target window if hwc mode is full
94/211994/2
author
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 12 Aug 2019 05:56:46 +0000
(14:56 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Wed, 14 Aug 2019 02:28:56 +0000
(
02:28
+0000)
if target window don't reset buffer before commit null buffer,
buffer release is twice called.
1. commit handler of null buffer
2. fetch buffer of target window
Change-Id: I7d62bdef9d2a01f93e80e06309e1dada4ebbf599
src/bin/e_hwc_windows.c
patch
|
blob
|
history
diff --git
a/src/bin/e_hwc_windows.c
b/src/bin/e_hwc_windows.c
index 95ede75a08f88a0d6f3b9382bf56e845e32c5d9a..aaffead6996a435af5d9fcdfcf278bad47fe98be 100644
(file)
--- a/
src/bin/e_hwc_windows.c
+++ b/
src/bin/e_hwc_windows.c
@@
-2290,6
+2290,12
@@
_e_hwc_windows_evaluate(E_Hwc *hwc)
goto re_evaluate;
}
+ if (hwc_mode == E_HWC_MODE_FULL)
+ {
+ if (((E_Hwc_Window *)hwc->target_hwc_window)->buffer.tsurface)
+ _e_hwc_windows_target_buffer_fetch(hwc, !hwc->pp_set);
+ }
+
return EINA_TRUE;
re_evaluate: