Closed
Bug 1715655
Opened 4 years ago
Closed 4 years ago
Dispatch Vsync events with right/higher priority in VsyncParent
Categories
(Core :: Graphics, enhancement)
Core
Graphics
Tracking
()
RESOLVED
FIXED
91 Branch
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: rmader, Assigned: rmader)
Details
Attachments
(1 file)
There's EventQueuePriority::Vsync - let's use it, instead of NS_DISPATCH_NORMAL. This may reduce janks in certain animations.
| Assignee | ||
Comment 1•4 years ago
|
||
EventQueuePriority::Vsync was likely introduced for exactly this
use-case. This may reduce janks in certain animations.
Pushed by robert.mader@posteo.de:
https://hg.mozilla.org/integration/autoland/rev/ea5a8c422809
Dispatch Vsync events with right/higher priority in VsyncParent, r=gfx-reviewers,jrmuizel
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•