Closed
Bug 1521420
Opened 6 years ago
Closed 6 years ago
Skip some redundant work during picture caching updates
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: gw, Assigned: gw)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Existing code does some redundant work in the case of a primitive that is outside the picture caching display port.
If a primitive is outside the selected tile grid, we know that it's not visible and can thus (a) skip building the primitive dependency list (b) skip building the clip chain and doing the follow up visibility tests.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → gwatson
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by gwatson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c25d82a5b24c
Skip some redundant work during picture caching updates. r=jrmuizel
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•