Closed
Bug 1687394
Opened 5 years ago
Closed 5 years ago
Simplify semantics of `requested_raster_space`
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
86 Branch
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: gw, Assigned: gw)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → gwatson
| Assignee | ||
Comment 1•5 years ago
|
||
Previously, it was possible to request a local/screen raster
space even if the owning stacking context didn't create an
offscreen surface.
This complicates various parts of the code, and also results
in a pass-through picture primitive being created (which we
want to remove as part of the work for #1684781).
With this change, it's only possible to change the raster space
when the enclosing stacking context creates an offscreen surface
for some other reason (e.g. 3d transform, filters etc).
Pushed by gwatson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1c7e09561958
Simplify semantics of `requested_raster_space`. r=nical
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•