Closed
Bug 1186031
Opened 11 years ago
Closed 11 years ago
Fix SetDispAcquireFence() calling
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
|
771 bytes,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
On master, SetDispAcquireFence() is called at a incorrect place. Need to fix it.
Before Bug 1152135 fix, hwc buffer swap is called in GLContextEGL::SwapBuffers(). But after the fix, hwc buffer swap is removed from the GLContextEGL::SwapBuffers(). SetDispAcquireFence() needs to be called after the hwc buffer swap.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Updated•11 years ago
|
Summary: Fix SetDispAcquireFence() calling place → Fix SetDispAcquireFence() calling
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8636609 -
Flags: review?(nical.bugzilla)
Updated•11 years ago
|
Attachment #8636609 -
Flags: review?(nical.bugzilla) → review+
Status: NEW → RESOLVED
Closed: 11 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•