[webkit-reviews] review granted: [Bug 201862] [FTW] Correct ImageBufferData and clear operations : [Attachment 379100] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 18 21:20:05 PDT 2019


Fujii Hironori <Hironori.Fujii at sony.com> has granted Brent Fulgham
<bfulgham at webkit.org>'s request for review:
Bug 201862: [FTW] Correct ImageBufferData and clear operations
https://bugs.webkit.org/show_bug.cgi?id=201862

Attachment 379100: Patch

https://bugs.webkit.org/attachment.cgi?id=379100&action=review




--- Comment #17 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 379100
  --> https://bugs.webkit.org/attachment.cgi?id=379100
Patch

Looks good to me.

There is a question in my mind.
Converting strait alpha to premultiplied alpha is no problem, but lossy.
However, Converting premultiplied alpha to strait alpha make me feel bad
because it is lossy.
But, it seems that Cairo port is also doing premultiplied alpha → strait alpha
conversion.


More information about the webkit-reviews mailing list