[Webkit-unassigned] [Bug 45599] [Cairo] Fork the ContextShadow from the Qt port and use it for shadow code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 11 18:54:21 PDT 2010


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





--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2010-09-11 18:54:20 PST ---
Hrm. If you land a generalized version at some time in the future, the cost of switching the implementation should be almost zero. In the Cairo version I've kept the interface to ShadowContext exactly the same as your version. The blur algorithm that I'm using is currently a very naive sliding window type, because the most important optimization for us was to properly handle clipping. This means that when you land your code, there will be a large incentive for us to share it and I don't mind doing that work.

Additionally, we'd also like to expose our tiling optimizations on it as a higher level method. I think having a fork (even if for a short amount of time), will allow us to do this without getting in your way.

-- 
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