[Webkit-unassigned] [Bug 49907] Better result passing in filter primitives

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 24 00:31:32 PST 2010


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





--- Comment #7 from Zoltan Herczeg <zherczeg at webkit.org>  2010-11-24 00:31:31 PST ---
If we ever want to support hw accelerators, they would require a special code path (specialized apply functions), and we need to write specialized code for them. Thus, this could be a sw rendering (SMP accelerated) code path, which could be enabled by compiler directives. The 3 new functions can fallback to the original ImageBuffer based implementations when we don't want to use these buffers in a mixed (sh/hw accelerated) environment.

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