[Webkit-unassigned] [Bug 169988] [GTK][filters2] Support for backdrop-filter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 19 15:22:40 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=169988

--- Comment #2 from Adrian Perez <aperez at igalia.com> ---
On the surface it looks like the feature could be enabled by
adding the following in “PlatformGTK.cmake”:

  WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FILTERS_LEVEL_2 PRIVATE ON)

but this alone is not enough for backdrop-filter to work. After
looking at how this was implemented in Cocoa, I think the crux of
the matter is that we have somehow to render normally the content
that falls behind the element to which backdrop filters are applied,
so then the result can be used to apply them. Cocoa seems to do
this using CoreAnimation, so with my (extremely) limited knowledge
of the graphics stack, we would need to implement the needed bits
in the texture mapper, right?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171019/d940dec0/attachment.html>


More information about the webkit-unassigned mailing list