Simplify WebRender radial gradient shader
Categories
(Core :: Graphics: WebRender, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: lsalzman, Assigned: lsalzman)
References
Details
Attachments
(1 file)
It looks like the radial gradient shader bit-rotted ages ago due to https://github.com/servo/webrender/issues/2439 and subsequent commit https://github.com/servo/webrender/commit/54d0f7f0fe2b70cd023609cf814db8e0c47c9a7b
We don't need to solve a full quadratic anymore and this shader can be massively simplified to both remove the quadratic equation and the discard.
Assignee | ||
Comment 1•5 years ago
|
||
Comment 3•5 years ago
|
||
Backed out for reftest failures on border-image-radial-gradient-width.html
backout: https://hg.mozilla.org/integration/autoland/rev/afe57316eb685d45f40f900ff920bf652f978b93
failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=315537488&repo=autoland&lineNumber=23379
Assignee | ||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
Backed out for reftest failures on border-image-radial-gradient-width.html
Backout link: https://hg.mozilla.org/integration/autoland/rev/86ac1db905b58619a95a8a3d1dfd417f29468ab5
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=315569433&repo=autoland&lineNumber=41553
Assignee | ||
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
Description
•