[webkit-reviews] review requested: [Bug 190615] Tiling CSS gradients is slow : [Attachment 352561] simpler patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 17 05:15:34 PDT 2018
Antti Koivisto <koivisto at iki.fi> has asked for review:
Bug 190615: Tiling CSS gradients is slow
https://bugs.webkit.org/show_bug.cgi?id=190615
Attachment 352561: simpler patch
https://bugs.webkit.org/attachment.cgi?id=352561&action=review
--- Comment #6 from Antti Koivisto <koivisto at iki.fi> ---
Created attachment 352561
--> https://bugs.webkit.org/attachment.cgi?id=352561&action=review
simpler patch
This ditches the "immutable ImageBuffer" concept and simply sinks the gradient
ImageBuffer into an Image and uses that for caching instead.
More information about the webkit-reviews
mailing list