Open Bug 1901318 Opened 4 months ago Updated 4 months ago

WR SVG filters: Optimize feMerge by making a native SVGFEMerge op for internal picture reuse

Categories

(Core :: Graphics: WebRender, enhancement)

enhancement

Tracking

()

People

(Reporter: ahale, Unassigned)

References

Details

Per comment on D174208 we could improve performance of feMerge with more than 2 inputs by making an a native SVGFEMerge op that deliberately does not create additional picture outputs for each input, it would still create multiple draw instances but reuse the same picture so they should batch well.

You need to log in before you can comment on or make changes to this bug.