Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Issue 93093: Implement canvas's globalCompositeOperation lighter properly.... (Closed)

Created:
11 years, 8 months ago by hamaji
Modified:
9 years, 7 months ago
Reviewers:
reed, Dean McNamee, brettw
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Integrate change of Skia upstream. This is a cherry-pick of the following change: http://code.google.com/p/skia/source/detail?r=159 We introduce this change for the 'lighter' composite operation. We need kAdd_Mode, which is introduced in this change for the operation. Patch by Shinichiro Hamaji. BUG=1619

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -40 lines) Patch
M skia/effects/SkBlurMask.cpp View 2 chunks +11 lines, -2 lines 0 comments Download
M skia/effects/SkEmbossMaskFilter.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M skia/effects/SkKernel33MaskFilter.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M skia/effects/SkLayerRasterizer.cpp View 1 chunk +6 lines, -2 lines 0 comments Download
M skia/include/SkMask.h View 1 chunk +7 lines, -1 line 0 comments Download
M skia/include/SkPorterDuff.h View 2 1 chunk +1 line, -0 lines 0 comments Download
M skia/sgl/SkDraw.cpp View 2 chunks +12 lines, -2 lines 0 comments Download
M skia/sgl/SkMask.cpp View 1 chunk +15 lines, -27 lines 0 comments Download
M skia/sgl/SkXfermode.cpp View 1 2 4 chunks +24 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
hamaji
11 years, 8 months ago (2009-04-23 23:00:36 UTC) #1
reed_android.com
I would prefer we add a new mode called Add, and then reference that from ...
11 years, 8 months ago (2009-04-24 12:23:28 UTC) #2
hamaji
On 2009/04/24 12:23:28, reed wrote: > I would prefer we add a new mode called ...
11 years, 8 months ago (2009-04-24 20:54:00 UTC) #3
Dean McNamee
This looks ok, but the description needs to be updated so it's clear this is ...
11 years, 8 months ago (2009-04-28 11:38:28 UTC) #4
hamaji
Thanks for the review. On 2009/04/28 11:38:28, Dean McNamee wrote: > This looks ok, but ...
11 years, 8 months ago (2009-04-28 16:13:36 UTC) #5
hamaji
11 years, 7 months ago (2009-04-29 18:40:11 UTC) #6
Ping. If there are no more issues, could someone check this in? I don't have SVN
write permission yet.

Thanks,

On 2009/04/28 16:13:36, hamaji wrote:
> Thanks for the review.
> 
> On 2009/04/28 11:38:28, Dean McNamee wrote:
> > This looks ok, but the description needs to be updated so it's clear this is
> > just a cherry-pick of a upstream Skia patch.
> 
> I see. I simplified the description.
> 
> > 
> > On 2009/04/24 20:54:00, hamaji wrote:
> > > On 2009/04/24 12:23:28, reed wrote:
> > > > I would prefer we add a new mode called Add, and then reference that
from
> > > > webkit, rather than changing the current lighten implementation.
> > > > 
> > > > I will do that on skia/trunk
> > > 
> > > Mike, thanks for accepting this patch.
> > > 
> > > So, now I modified this patch so that this patch is now integration from
> Skia
> > > upstream. Brett, could you check this patch?
> > > 
> > > The upstream change was
> > > 
> > > http://code.google.com/p/skia/source/detail?r=159
> > > 
> > > (please note that I didn't introduce all changes from this revision
because
> > > there were actually two changes in the change of the Skia upstream)
> > > 
> > > Thanks!
> > > 
> > > 
> > > > 
> > > > On 2009/04/23 23:00:36, hamaji wrote:
> > > > >

Powered by Google App Engine
This is Rietveld 408576698