Closed
Bug 1086156
Opened 10 years ago
Closed 9 years ago
Add overlayimage flag to libhwcomposer
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: boris, Unassigned)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
libhwcomposer needs to handle overlayImage flag for OverImageLayer which added on Bug 1049296 and Bug 1002823.
Reporter | ||
Comment 1•10 years ago
|
||
In order to handle OverlayImageLayer, we should add a new flag to make
sure if we can handle it in the hwcomposer.
Attachment #8508513 -
Flags: feedback?(pchang)
Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8508513 [details] [diff] [review]
[WIP] Add HWC_OVERLAYIMAGE to libhwcomposer (v1)
Review of attachment 8508513 [details] [diff] [review]:
-----------------------------------------------------------------
::: libhwcomposer/hwc.cpp
@@ +464,5 @@
> value[0] = 1;
> break;
> + case HWC_OVERLAYIMAGE:
> + value[0] = 1;
> + break;
As we discussed this morning, I will remove this code and leave it for venders.
Updated•10 years ago
|
Attachment #8508513 -
Flags: feedback?(pchang)
Comment 3•9 years ago
|
||
overlayimage flag of hwc is not necessary. We use sideband stream.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Resolution: FIXED → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•