[Webkit-unassigned] [Bug 120816] New: Filters buffers should track whether there is any non-1 alpha, and avoid operations on the alpha channel if necessary
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 5 17:31:16 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=120816
Summary: Filters buffers should track whether there is any
non-1 alpha, and avoid operations on the alpha channel
if necessary
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: simon.fraser at apple.com
CC: krit at webkit.org, dino at apple.com
Filters like blur do work on the alpha channel bytes, but in many cases the alpha channel is going to be all 255, and we could avoid doing any math on it (e.g. no point blurring all-255 alpha).
--
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