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:
ec5054e
)
e_comp: check transform ec not to use hwc
30/77530/2
author
Juyeon Lee
<juyeonne.lee@samsung.com>
Thu, 30 Jun 2016 06:52:45 +0000
(15:52 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Thu, 30 Jun 2016 06:58:32 +0000
(23:58 -0700)
Change-Id: I18ea6fe8bfe225134c6d7b8ae2997eb634521d2c
src/bin/e_comp.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp.c
b/src/bin/e_comp.c
index ef1d181dfa965f206fcf892f9617325fbb624a74..12051f5b3ce1881db926cbf17ae66cc4e3a37643 100644
(file)
--- a/
src/bin/e_comp.c
+++ b/
src/bin/e_comp.c
@@
-636,7
+636,8
@@
_e_comp_hwc_prepare(void)
if ((!cdata->buffer_ref.buffer) ||
(cdata->buffer_ref.buffer->type != E_COMP_WL_BUFFER_TYPE_NATIVE) ||
(cdata->width_from_buffer != cdata->width_from_viewport) ||
- (cdata->height_from_buffer != cdata->height_from_viewport))
+ (cdata->height_from_buffer != cdata->height_from_viewport) ||
+ e_client_transform_core_enable_get(ec))
{
if (!n_visible) goto fullcomp;
n_visible++;