Closed
Bug 1477372
Opened 6 years ago
Closed 6 years ago
https://www.wowtapes.com/enel.html is slow because of filters in mask blob image
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
(Blocks 1 open bug)
Details
scroll down to image of snowy mountains
https://perfht.ml/2Lmlwil
Assignee | ||
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Blocks: stage-wr-trains
Updated•6 years ago
|
Priority: P3 → P4
Assignee | ||
Comment 3•6 years ago
|
||
It seems like this is just using color matrix. I wonder why it's not being accelerated.
Flags: needinfo?(matt.woodrow)
Comment 4•6 years ago
|
||
The filter appears to be part of the definition of a mask, so won't be using WebRender directly.
It looks like we support masking in WR (though not yet when the masked content is within an SVG blob), but even then the actual mask image always creates a blob, so that would still record the filter.
I think we'd need support for masking with a separate display list/pipeline before we can properly accelerate this.
Flags: needinfo?(matt.woodrow)
Assignee | ||
Updated•6 years ago
|
Summary: https://www.wowtapes.com/enel.html is slow because of filters in blob image → https://www.wowtapes.com/enel.html is slow because of filters in mask blob image
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jmuizelaar
Assignee | ||
Updated•6 years ago
|
Priority: P4 → P3
Assignee | ||
Comment 6•6 years ago
|
||
This works better with WebRender on on mac then with it of \o/
Depends on: fixed-by-webrender
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•