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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 23 10:31:22 PST 2010


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





--- Comment #5 from Zoltan Herczeg <zherczeg at webkit.org>  2010-11-23 10:31:22 PST ---
> Even if I really like the idea, I fear that we and up with 3 image results per FilterEffect. But of course I see the performance win. But we also have to think about hardware acceleration. 

I have no strong opinion here. I know most filters (light, turbulence, gaussian blur, morphology, convolve matrix, displacement) will never be hw accelerated except the simplest ones (offset, merge). And yeah, we can have 3 results for each filters, although the filter itself only creates one, and the others are created on demand. But you should decide whether it is worth to work on this project. That is why I submit conceptual patches, since if this is not a good idea, at least I don't have to spend full days working on it.

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