Closed
Bug 1695804
Opened 5 years ago
Closed 5 years ago
Prevent picture cache composite modes from being raster roots
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
88 Branch
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: gw, Assigned: gw)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
Add an explicit match on picture composite mode, forcing tile caches
to never be raster roots, and add a test that fails if a tile cache
is marked as a raster root.
Follow ups to this patch will incrementally move more composite modes
to be raster roots, allowing us to fix up any regressions without
switching everything to be a raster root at once.
Updated•5 years ago
|
Assignee: nobody → gwatson
Status: NEW → ASSIGNED
Pushed by gwatson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dec00fcb9bea
Prevent picture cache composite modes from being raster roots. r=nical
Comment 3•5 years ago
|
||
Backed out for causing wrench bustages.
Failure log: https://treeherder.mozilla.org/logviewer?job_id=331800282&repo=autoland
Backout link: https://hg.mozilla.org/integration/autoland/rev/11c86f95944911e56c6f1b064dc53f0bae523414
Flags: needinfo?(gwatson)
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aa7898e0da00
Prevent picture cache composite modes from being raster roots. r=nical
Updated•5 years ago
|
Flags: needinfo?(gwatson)
Comment 5•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•