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

Issue 926593005: Use SkXfermode as public facing enum for GrPorterDuffXP (Closed)

Created:
5 years, 10 months ago by egdaniel
Modified:
5 years, 10 months ago
Reviewers:
bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Use SkXfermode as public facing enum for GrPorterDuffXP BUG=skia: Committed: https://skia.googlesource.com/skia/+/b197b8ff31b73ccb20423023e03592df8ae78ea6

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : Make some porterduff xps be coverage xp #

Patch Set 4 : Move coverage to inclue #

Total comments: 6

Patch Set 5 : Review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -162 lines) Patch
M gyp/gpu.gypi View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M include/gpu/GrPaint.h View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M include/gpu/GrTypes.h View 1 chunk +0 lines, -26 lines 0 comments Download
M include/gpu/GrXferProcessor.h View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
A + include/gpu/effects/GrCoverageSetOpXP.h View 1 2 3 4 2 chunks +11 lines, -5 lines 0 comments Download
M include/gpu/effects/GrPorterDuffXferProcessor.h View 1 2 1 chunk +0 lines, -8 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 2 2 chunks +5 lines, -6 lines 0 comments Download
M src/gpu/GrBlend.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrGpu.h View 1 chunk +0 lines, -15 lines 0 comments Download
M src/gpu/GrPaint.cpp View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M src/gpu/GrPipelineBuilder.h View 1 2 3 1 chunk +0 lines, -8 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 2 chunks +2 lines, -11 lines 0 comments Download
D src/gpu/effects/GrCoverageSetOpXP.h View 1 2 3 1 chunk +0 lines, -60 lines 0 comments Download
M src/gpu/effects/GrCoverageSetOpXP.cpp View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
M src/gpu/effects/GrPorterDuffXferProcessor.cpp View 1 2 3 4 2 chunks +5 lines, -14 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
egdaniel
ptal
5 years, 10 months ago (2015-02-13 20:32:35 UTC) #2
egdaniel
updated to use less porter duff xp's throughout code and remove need for pdXPF::Create(coeff, coeff)
5 years, 10 months ago (2015-02-13 22:21:17 UTC) #3
bsalomon
lgtm https://codereview.chromium.org/926593005/diff/20001/include/gpu/GrXferProcessor.h File include/gpu/GrXferProcessor.h (right): https://codereview.chromium.org/926593005/diff/20001/include/gpu/GrXferProcessor.h#newcode42 include/gpu/GrXferProcessor.h:42: kS2C_GrBlendCoeff, if any of these need comments its ...
5 years, 10 months ago (2015-02-14 20:45:59 UTC) #4
bsalomon
https://codereview.chromium.org/926593005/diff/60001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/926593005/diff/60001/src/gpu/SkGpuDevice.cpp#newcode681 src/gpu/SkGpuDevice.cpp:681: tempPaint.setCoverageSetOpXPFactory(SkRegion::kUnion_Op); On 2015/02/14 20:45:59, bsalomon wrote: > I know ...
5 years, 10 months ago (2015-02-17 13:58:14 UTC) #5
egdaniel
https://codereview.chromium.org/926593005/diff/60001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/926593005/diff/60001/src/gpu/SkGpuDevice.cpp#newcode681 src/gpu/SkGpuDevice.cpp:681: tempPaint.setCoverageSetOpXPFactory(SkRegion::kUnion_Op); On 2015/02/17 13:58:13, bsalomon wrote: > On 2015/02/14 ...
5 years, 10 months ago (2015-02-17 14:43:01 UTC) #6
bsalomon
On 2015/02/17 14:43:01, egdaniel wrote: > https://codereview.chromium.org/926593005/diff/60001/src/gpu/SkGpuDevice.cpp > File src/gpu/SkGpuDevice.cpp (right): > > https://codereview.chromium.org/926593005/diff/60001/src/gpu/SkGpuDevice.cpp#newcode681 > ...
5 years, 10 months ago (2015-02-17 15:09:33 UTC) #7
egdaniel
https://codereview.chromium.org/926593005/diff/60001/include/gpu/GrXferProcessor.h File include/gpu/GrXferProcessor.h (right): https://codereview.chromium.org/926593005/diff/60001/include/gpu/GrXferProcessor.h#newcode47 include/gpu/GrXferProcessor.h:47: kTotalGrBlendCoeffCount On 2015/02/14 20:45:59, bsalomon wrote: > Do we ...
5 years, 10 months ago (2015-02-17 15:18:52 UTC) #8
bsalomon
On 2015/02/17 15:18:52, egdaniel wrote: > https://codereview.chromium.org/926593005/diff/60001/include/gpu/GrXferProcessor.h > File include/gpu/GrXferProcessor.h (right): > > https://codereview.chromium.org/926593005/diff/60001/include/gpu/GrXferProcessor.h#newcode47 > ...
5 years, 10 months ago (2015-02-17 15:25:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/926593005/80001
5 years, 10 months ago (2015-02-17 15:28:26 UTC) #12
commit-bot: I haz the power
5 years, 10 months ago (2015-02-17 15:34:49 UTC) #13
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/b197b8ff31b73ccb20423023e03592df8ae78ea6

Powered by Google App Engine
This is Rietveld 408576698