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

Issue 914003003: Use dst copies in porter duffer XP to correctly render certain blends. (Closed)

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

Description

Use dst copies in porter duffer XP to correctly render certain blends. BUG=skia: Committed: https://skia.googlesource.com/skia/+/997c6358d94e188b1a7b89a4f86e24cbe0f5a164 Committed: https://skia.googlesource.com/skia/+/3ad6570e94965d54871eaea8b314f560b82ca792

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : Review cleanup #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -89 lines) Patch
M include/gpu/GrXferProcessor.h View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M include/gpu/effects/GrCoverageSetOpXP.h View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M include/gpu/effects/GrPorterDuffXferProcessor.h View 1 2 3 4 2 chunks +8 lines, -4 lines 0 comments Download
M src/effects/SkArithmeticMode_gpu.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/effects/SkArithmeticMode_gpu.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M src/gpu/GrXferProcessor.cpp View 2 chunks +3 lines, -4 lines 0 comments Download
M src/gpu/effects/GrCoverageSetOpXP.cpp View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/effects/GrCustomXfermode.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M src/gpu/effects/GrCustomXfermodePriv.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/gpu/effects/GrDisableColorXP.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/gpu/effects/GrDisableColorXP.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/effects/GrPorterDuffXferProcessor.cpp View 1 2 3 4 11 chunks +151 lines, -65 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
egdaniel
This cl is dependent on https://codereview.chromium.org/912413002/ landing first
5 years, 10 months ago (2015-02-11 14:57:10 UTC) #2
bsalomon
lgtm, some comments/qs inline https://codereview.chromium.org/914003003/diff/40001/src/gpu/effects/GrPorterDuffXferProcessor.cpp File src/gpu/effects/GrPorterDuffXferProcessor.cpp (right): https://codereview.chromium.org/914003003/diff/40001/src/gpu/effects/GrPorterDuffXferProcessor.cpp#newcode210 src/gpu/effects/GrPorterDuffXferProcessor.cpp:210: if (xp.hasSecondaryOutput()) { can we ...
5 years, 10 months ago (2015-02-11 15:53:31 UTC) #3
egdaniel
https://codereview.chromium.org/914003003/diff/40001/src/gpu/effects/GrPorterDuffXferProcessor.cpp File src/gpu/effects/GrPorterDuffXferProcessor.cpp (right): https://codereview.chromium.org/914003003/diff/40001/src/gpu/effects/GrPorterDuffXferProcessor.cpp#newcode264 src/gpu/effects/GrPorterDuffXferProcessor.cpp:264: fsBuilder->codeAppendf("%s = %s * colorBlend + (vec4(1.0) - %s) ...
5 years, 10 months ago (2015-02-13 14:19:14 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/914003003/60001
5 years, 10 months ago (2015-02-13 18:16:21 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://skia.googlesource.com/skia/+/997c6358d94e188b1a7b89a4f86e24cbe0f5a164
5 years, 10 months ago (2015-02-13 18:23:23 UTC) #8
egdaniel
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/923153003/ by egdaniel@google.com. ...
5 years, 10 months ago (2015-02-13 19:07:04 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/914003003/80001
5 years, 10 months ago (2015-02-17 19:09:29 UTC) #11
commit-bot: I haz the power
5 years, 10 months ago (2015-02-17 19:15:52 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/3ad6570e94965d54871eaea8b314f560b82ca792

Powered by Google App Engine
This is Rietveld 408576698