Open
Bug 1513254
Opened 6 years ago
Updated 2 years ago
Avoiding waiting for the second vsync when possible
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: jrmuizel, Unassigned)
References
(Blocks 1 open bug)
Details
Currently frame building and rendering waits for a second vsync to begin its work. Now that we delay input a frame, we should consider not waiting for that second vsync once we have a built scene.
One thing to watch for is that this might hurt frame consistency.
Reporter | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Bug 1510899 and Bug 1511797 seems related to this.
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Blocks: stage-wr-next
Priority: -- → P3
Updated•6 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•