Support SVG blur with different x and y radius
Categories
(Core :: Graphics: WebRender, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: mstange, Assigned: tnikkel)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We currently use WR accelerated filters for <feGaussianBlur> SVG filters if the x and y radius are equal. It seems like it shouldn't be too much work to generalize this to different x and y radii.
Bug 1637209 has a testcase that would be improved as a result.
Assignee | ||
Comment 1•4 years ago
|
||
Pretty straight forward, mostly just plumbing stuff through.
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Backed out changeset 26ff1a25028d (bug 1656711) for Webrender build bustages
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=311796301&repo=autoland&lineNumber=13232
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&group_state=expanded&selectedTaskRun=WozMYRw_T1isIzu6UWhLUg.0&revision=26ff1a25028d7c202d4ab56009b004d1425aaac3
Backout:
https://hg.mozilla.org/integration/autoland/rev/e0df0cffb3883937384e769dcaa228d1097c388c
Comment 5•4 years ago
|
||
Backed out changeset fed45fbadc26 (bug 1656711) for webrender build bustage
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=311796817&repo=autoland&lineNumber=13335
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&group_state=expanded&revision=fed45fbadc26ca8595d6ba86f4b7aba2f5ed6708
Backout:
https://hg.mozilla.org/integration/autoland/rev/dea8656d5ca3eb2766cfd4744ca2b351b9435dc2
Assignee | ||
Updated•4 years ago
|
Comment 7•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Comment 9•4 years ago
|
||
Backout got merged: https://hg.mozilla.org/mozilla-central/rev/9d82ac6aafd9
Comment 10•4 years ago
|
||
Hi Timothy, it seems the backout helped with bug 1657558. Can you confirm?
Assignee | ||
Comment 11•4 years ago
|
||
I still suspect the crashes were unrelated and would have gone away without the backout. So I'm going to reland the patch and see if the crashes return. But I'll wait until after the merge next week.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Comment 12•4 years ago
|
||
Comment 13•4 years ago
|
||
bugherder |
Description
•