Closed
Bug 1548202
Opened 6 years ago
Closed 6 years ago
Request glyphs earlier during frame building in WR.
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: gw, Assigned: gw)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → gwatson
Type: defect → enhancement
Assignee | ||
Comment 1•6 years ago
|
||
This patch changes glyph requests in the resource cache to occur
as soon as a text run is found to be visible, rather than during
the prepare_prims pass.
This has two major benefits:
- (with other patches) will allow some batching code to run
during the prepare_prims pass. - allows glyph raster worker threads to start earlier in the
frame, which may lead to less time blocking on the workers.
Pushed by gwatson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9ec9c4c0be3b
Request glyphs earlier during frame building. r=kvark
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•