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

Issue 416093002: Use GraphicContext::drawImageBuffer in FEBlend (Closed)

Created:
6 years, 5 months ago by fs
Modified:
6 years, 5 months ago
CC:
blink-reviews, jamesr, krit, jbroman, danakj, Rik, Stephen Chennney, pdr., rwlbuis
Project:
blink
Visibility:
Public.

Description

Use GraphicContext::drawImageBuffer in FEBlend Get rid of the "local" implementation of the blend modes in favor of the Skia implementation. Still uses the ARM NEON specific implementation for when ARM_NEON_INTRINSICS is enabled. Also change so that createImageFilter uses WebCoreCompositeToSkiaComposite to map to the Skia Xfermode. Inspired by WebKit commit http://trac.webkit.org/changeset/170433 by Dirk Schulze. BUG=389594 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178936

Patch Set 1 #

Patch Set 2 : Use WebCoreCompositeToSkiaComposite. #

Patch Set 3 : Some rebaselines. #

Total comments: 6

Patch Set 4 : Add ASSERT; drop blink-prefix. #

Patch Set 5 : Rebase; Merge rebaselines. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -105 lines) Patch
M Source/platform/graphics/GraphicsContext.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/GraphicsContext.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/ImageBuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/ImageBuffer.cpp View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M Source/platform/graphics/filters/FEBlend.cpp View 1 2 3 4 5 chunks +30 lines, -98 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
fs
6 years, 5 months ago (2014-07-24 14:50:57 UTC) #1
f(malita)
Nice cleanup, but I'm surprised we still care about the software filter path now that ...
6 years, 5 months ago (2014-07-24 16:23:49 UTC) #2
fs
>Nice cleanup, but I'm surprised we still care about the software filter path now >that ...
6 years, 5 months ago (2014-07-25 10:52:00 UTC) #3
f(malita)
On 2014/07/25 10:52:00, fs wrote: > On 2014/07/24 16:23:49, Florin Malita wrote: > > Did ...
6 years, 5 months ago (2014-07-25 13:16:19 UTC) #4
fs
The CQ bit was checked by fs@opera.com
6 years, 5 months ago (2014-07-25 14:47:46 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fs@opera.com/416093002/70001
6 years, 5 months ago (2014-07-25 14:48:38 UTC) #6
commit-bot: I haz the power
6 years, 5 months ago (2014-07-25 15:32:56 UTC) #7
Message was sent while issue was closed.
Change committed as 178936

Powered by Google App Engine
This is Rietveld 408576698