Closed
Bug 1646279
Opened 4 years ago
Closed 4 years ago
Remove primitive opacity collapse support
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: gw, Assigned: gw)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → gwatson
Assignee | ||
Comment 1•4 years ago
|
||
The code to support collapsing a picture with a single primitive
and an opacity filter into a primitive + opacity binding is
no longer an important optimization, due to picture caching.
Removing this old optimization also reduces complexity during
scene building, and slightly simplifies batching and picture
cache dependency tracking.
Pushed by gwatson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/64a2fe7408b9
Remove primitive opacity collapse support. r=Bert,kvark
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•