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

Issue 787233003: Add XP to handle the cases where we disable color write. (Closed)

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

Description

Add XP to handle the cases where we disable color write. BUG=skia: Committed: https://skia.googlesource.com/skia/+/080e673b10ac607305f140ddb245e140ccde40c6

Patch Set 1 #

Total comments: 13

Patch Set 2 : Nit cleanup #

Patch Set 3 : update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -94 lines) Patch
M gyp/gpu.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M include/gpu/GrXferProcessor.h View 4 chunks +14 lines, -7 lines 0 comments Download
M include/gpu/effects/GrPorterDuffXferProcessor.h View 1 5 chunks +8 lines, -9 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/GrDefaultPathRenderer.cpp View 3 chunks +5 lines, -6 lines 0 comments Download
M src/gpu/GrDrawState.h View 3 chunks +6 lines, -7 lines 0 comments Download
M src/gpu/GrDrawState.cpp View 3 chunks +3 lines, -18 lines 0 comments Download
M src/gpu/GrOptDrawState.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/gpu/GrOptDrawState.cpp View 2 chunks +0 lines, -4 lines 0 comments Download
M src/gpu/GrPaint.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrPathRenderer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrProcessor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/effects/GrCoverageSetOpXP.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/effects/GrCoverageSetOpXP.cpp View 4 chunks +5 lines, -3 lines 0 comments Download
A src/gpu/effects/GrDisableColorXP.h View 1 2 1 chunk +102 lines, -0 lines 0 comments Download
A src/gpu/effects/GrDisableColorXP.cpp View 1 1 chunk +65 lines, -0 lines 0 comments Download
M src/gpu/effects/GrPorterDuffXferProcessor.cpp View 7 chunks +7 lines, -17 lines 0 comments Download
M src/gpu/gl/GrGpuGL.h View 3 chunks +3 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 5 chunks +11 lines, -8 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
egdaniel
6 years ago (2014-12-19 16:20:41 UTC) #2
bsalomon
https://codereview.chromium.org/787233003/diff/1/include/gpu/GrXferProcessor.h File include/gpu/GrXferProcessor.h (right): https://codereview.chromium.org/787233003/diff/1/include/gpu/GrXferProcessor.h#newcode180 include/gpu/GrXferProcessor.h:180: virtual bool canApplyCoverage(const GrProcOptInfo& colorPOI, does it fit on ...
6 years ago (2014-12-19 16:40:35 UTC) #3
egdaniel
https://codereview.chromium.org/787233003/diff/1/include/gpu/GrXferProcessor.h File include/gpu/GrXferProcessor.h (right): https://codereview.chromium.org/787233003/diff/1/include/gpu/GrXferProcessor.h#newcode180 include/gpu/GrXferProcessor.h:180: virtual bool canApplyCoverage(const GrProcOptInfo& colorPOI, On 2014/12/19 16:40:34, bsalomon ...
6 years ago (2014-12-19 19:53:45 UTC) #4
bsalomon
lgtm https://codereview.chromium.org/787233003/diff/1/src/gpu/effects/GrDisableColorXP.h File src/gpu/effects/GrDisableColorXP.h (right): https://codereview.chromium.org/787233003/diff/1/src/gpu/effects/GrDisableColorXP.h#newcode76 src/gpu/effects/GrDisableColorXP.h:76: bool canTweakAlphaForCoverage() const SK_OVERRIDE { return false; } ...
6 years ago (2014-12-22 14:06:57 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/787233003/40001
6 years ago (2014-12-22 15:24:15 UTC) #7
commit-bot: I haz the power
6 years ago (2014-12-22 15:35:57 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/080e673b10ac607305f140ddb245e140ccde40c6

Powered by Google App Engine
This is Rietveld 408576698