Closed
Bug 1370564
Opened 7 years ago
Closed 7 years ago
Convert blur CSS filter to WebRender
Categories
(Core :: Graphics: WebRender, enhancement, P1)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox56 | --- | unaffected |
firefox57 | --- | unaffected |
firefox58 | --- | fixed |
People
(Reporter: mrobinson, Assigned: mtseng)
References
Details
(Keywords: feature, Whiteboard: [wr-mvp] [gfx-noted])
Attachments
(2 files, 1 obsolete file)
No description provided.
Reporter | ||
Updated•7 years ago
|
Blocks: wr-displayitems
Depends on: 1365972
Reporter | ||
Comment 1•7 years ago
|
||
This is going to require some more work in WebRender, because the Blur filter is currently unimplemented: https://github.com/servo/webrender/issues/1351.
Updated•7 years ago
|
Updated•7 years ago
|
Blocks: stage-wr-nightly
Updated•7 years ago
|
Priority: P3 → P2
Whiteboard: [gfx-noted] → [wr-mvp] [gfx-noted]
Updated•7 years ago
|
status-firefox56:
--- → unaffected
status-firefox57:
--- → unaffected
Comment 2•7 years ago
|
||
This will be needed to get decent facebook performance. The Blur filter is now implemented in WebRender so we should be able to hook up the Gecko side.
Blocks: 1403189
Updated•7 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Priority: P2 → P1
Assignee | ||
Comment 4•7 years ago
|
||
The gecko glue code is easy. But there are some bugs in webrender, so we have some reftests failure if we turn on blur filter. I'm looking into it.
Assignee | ||
Comment 5•7 years ago
|
||
Current wip.
MozReview-Commit-ID: 1hUqXsH1vCJ
Assignee | ||
Comment 6•7 years ago
|
||
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8920072 -
Attachment is obsolete: true
Assignee | ||
Comment 9•7 years ago
|
||
Assignee | ||
Comment 10•7 years ago
|
||
The WR bug only affect the precision of blur effect. We can land this with sightly large fuzzy value. Once WR has accurate blur effect we can tweak the fuzzy value again.
Comment 11•7 years ago
|
||
mozreview-review |
Comment on attachment 8921335 [details]
Bug 1370564 - Add suppport for blur filter.
https://reviewboard.mozilla.org/r/192344/#review197500
Attachment #8921335 -
Flags: review?(bugmail) → review+
Comment 12•7 years ago
|
||
mozreview-review |
Comment on attachment 8921336 [details]
Bug 1370564 - Add fuzzy-if for some blur filter test cases in webrender.
https://reviewboard.mozilla.org/r/192346/#review197508
Attachment #8921336 -
Flags: review?(bugmail) → review+
Comment 13•7 years ago
|
||
Can you list the WR issues that are tracking the WR implementation bugs? Just in a comment or as "see also" on this bug is fine, thanks.
Assignee | ||
Comment 14•7 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #13)
> Can you list the WR issues that are tracking the WR implementation bugs?
> Just in a comment or as "see also" on this bug is fine, thanks.
Sure, please see https://github.com/servo/webrender/pull/1920
Comment 15•7 years ago
|
||
Pushed by mtseng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/66b6eee5b343
Add suppport for blur filter. r=kats
https://hg.mozilla.org/integration/autoland/rev/3ceb33adf5bc
Add fuzzy-if for some blur filter test cases in webrender. r=kats
Updated•7 years ago
|
See Also: → https://github.com/servo/webrender/pull/1920
Comment 16•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/66b6eee5b343
https://hg.mozilla.org/mozilla-central/rev/3ceb33adf5bc
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•