Closed
Bug 1476876
Opened 6 years ago
Closed 6 years ago
Make FlushRendering async if DComp is used on Windows with WebRender
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file, 2 obsolete files)
14.55 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
Since Bug 1380462, FlushRendering is always sync. But with WebRender, it seems possible to became async again if possible.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•6 years ago
|
||
When layers.force-synchronous-resize was false and dcomp was disabled , attachment 8885890 [details] caused jiggle during resizing. But when dcomp was enabled, attachment 8885890 [details] did not cause the problem.
Assignee | ||
Comment 2•6 years ago
|
||
When dcomp was enabled, it also enables compositor window in gpu process. It might be related.
Assignee | ||
Comment 3•6 years ago
|
||
Only using compositor window suppressed majority of jiggles, but I saw jiggle a few times. But with "dcomp + compositor window", I did not saw the jiggles.
Assignee | ||
Updated•6 years ago
|
Summary: Make FlushRendering async if possible on Windows with WebRender → Make FlushRendering async if DComp is used on Windows with WebRender
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Assignee | ||
Comment 6•6 years ago
|
||
Attachment #8993278 -
Attachment is obsolete: true
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
attachment 8993279 [details] [diff] [review] addressed the problem for me. I checked it on my 2 Windows 10 PCs.
Assignee | ||
Updated•6 years ago
|
Attachment #8993279 -
Flags: review?(nical.bugzilla)
Comment 9•6 years ago
|
||
Comment on attachment 8993279 [details] [diff] [review]
patch - Make FlushRendering async if DComp is used on Windows with WebRender
Review of attachment 8993279 [details] [diff] [review]:
-----------------------------------------------------------------
The review is purely on the cosmetic side of things since I don't know how direct composition affects resize synchronization.
Attachment #8993279 -
Flags: review?(nical.bugzilla) → review+
Comment 10•6 years ago
|
||
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/94fe6b1becfa
Make FlushRendering async if DComp is used on Windows with WebRender r=nical
Comment 11•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•