[Webkit-unassigned] [Bug 54456] Optimizing lightning filter to ARM-neon

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 03:06:48 PST 2011


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





--- Comment #3 from Dirk Schulze <krit at webkit.org>  2011-02-16 03:06:48 PST ---
(From update of attachment 82446)
There should definitely be a possibility to add platform dependent code paths for filters. This code should be moved into platform dependent folders like we do in WebCore/platform/graphic/. We just need a way to handle this with the platform independent code path. I'd like to see a similar concept like for GraphicsContext. Means we have something like base classes FE* and the platform snippets somewhere else. We should avoid platform-#if s in these base classes as much as possible.

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