[Webkit-unassigned] [Bug 86422] [chromium] GraphicsLayerChromium::setFilters does no checks on if the filters can be handled by our compositor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 14:36:46 PDT 2012


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





--- Comment #1 from Stephen White <senorblanco at chromium.org>  2012-05-15 14:35:50 PST ---
We don't have the same limitations on drop-shadow (we can do it anywhere in the filter chain), so we don't need to fall back in that case.

The two filters we don't support (custom and reference) are not supported in software either, so falling back to software won't help there.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list