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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 24 05:09:24 PST 2010


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





--- Comment #8 from Dirk Schulze <krit at webkit.org>  2010-11-24 05:09:24 PST ---
(In reply to comment #7)
> 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.

Talked about this topic with zherzeg on IRC. It should still be possible to combine HW and SW rendering if needed. The ImageBuffer is always accessible like it is right now.

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