WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 73953
[CHROMIUM/SKIA] Handle put[Un/Pre]multipliedImageData conversions in Skia rather than ImageBuffer
https://bugs.webkit.org/show_bug.cgi?id=73953
Summary
[CHROMIUM/SKIA] Handle put[Un/Pre]multipliedImageData conversions in Skia rat...
Brian Salomon
Reported
2011-12-06 14:23:45 PST
[CHROMIUM/SKIA] Handle put[Un|Pre]multipliedImageData conversions in Skia rather than ImageBuffer
Attachments
Patch
(6.14 KB, patch)
2011-12-06 14:37 PST
,
Brian Salomon
no flags
Details
Formatted Diff
Diff
Failing test output
(8.29 KB, text/plain)
2011-12-06 14:40 PST
,
Brian Salomon
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Brian Salomon
Comment 1
2011-12-06 14:37:25 PST
Created
attachment 118113
[details]
Patch
Brian Salomon
Comment 2
2011-12-06 14:40:34 PST
Created
attachment 118116
[details]
Failing test output
Stephen White
Comment 3
2011-12-07 08:29:47 PST
Comment on
attachment 118113
[details]
Patch IWBN to be value-preserving over one get/put roundtrip (the way the software implementation is). But the perf win is probably worth breaking this for now. r=me
WebKit Review Bot
Comment 4
2011-12-07 10:08:43 PST
Comment on
attachment 118113
[details]
Patch Clearing flags on attachment: 118113 Committed
r102244
: <
http://trac.webkit.org/changeset/102244
>
WebKit Review Bot
Comment 5
2011-12-07 10:08:47 PST
All reviewed patches have been landed. Closing bug.
Brian Salomon
Comment 6
2011-12-14 07:54:43 PST
Reopening this issue. The original patch was reverted because it triggered asserts in skia that premultiplied pixels actually are premultiplied. The svg/dynamic-updates/SVGFEDropShadow* tests generate data that is supposed to be premultiplied but isn't. The asserts now are disabled in skia and
bug 74025
has been filed against the tests.
WebKit Review Bot
Comment 7
2011-12-14 08:37:34 PST
Comment on
attachment 118113
[details]
Patch Clearing flags on attachment: 118113 Committed
r102782
: <
http://trac.webkit.org/changeset/102782
>
WebKit Review Bot
Comment 8
2011-12-14 08:37:39 PST
All reviewed patches have been landed. Closing bug.
noel gordon
Comment 9
2011-12-18 21:43:10 PST
The ChangeLog tells me nothing about why this change happened, and there are no performance numbers given for the s/w or h/w paths. Do we have numbers? And it seems the h/w path breaks get/put round-tripping, per
bug 73952
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug