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

Issue 1161273005: Update XPF invariant info to not account for conflation (Closed)

Created:
5 years, 6 months ago by Chris Dalton
Modified:
5 years, 6 months ago
Reviewers:
bsalomon, egdaniel
CC:
vbuzinov, Kimmo Kinnunen, nv_mark
Base URL:
https://skia.googlesource.com/skia.git@upload_reenablebea
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Update XPF invariant info to not account for conflation Renames getInvariantOutput to getInvariantBlendedColor on GrXPFactory and redefines it to not account for coverage conflation. This is the information that all the callsites actually wanted to know. BUG=skia: Committed: https://skia.googlesource.com/skia/+/1fa4572d1a32e9fbf102d7388efe5e44bef460f1

Patch Set 1 #

Total comments: 10

Patch Set 2 : Remove coveragePOI #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -251 lines) Patch
M include/gpu/GrPaint.h View 1 chunk +5 lines, -3 lines 0 comments Download
M include/gpu/GrXferProcessor.h View 1 1 chunk +13 lines, -9 lines 0 comments Download
M include/gpu/effects/GrCoverageSetOpXP.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M include/gpu/effects/GrPorterDuffXferProcessor.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/effects/SkArithmeticMode_gpu.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/effects/SkArithmeticMode_gpu.cpp View 1 1 chunk +8 lines, -9 lines 0 comments Download
M src/gpu/GrDrawContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/GrInOrderCommandBuilder.cpp View 1 chunk +18 lines, -18 lines 0 comments Download
M src/gpu/GrPaint.cpp View 1 1 chunk +5 lines, -9 lines 0 comments Download
M src/gpu/GrPipelineBuilder.h View 2 chunks +6 lines, -4 lines 0 comments Download
M src/gpu/GrPipelineBuilder.cpp View 1 1 chunk +4 lines, -5 lines 0 comments Download
M src/gpu/GrProcOptInfo.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/gpu/effects/GrCoverageSetOpXP.cpp View 1 1 chunk +4 lines, -16 lines 0 comments Download
M src/gpu/effects/GrCustomXfermode.cpp View 1 2 1 chunk +4 lines, -5 lines 0 comments Download
M src/gpu/effects/GrCustomXfermodePriv.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrDisableColorXP.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M src/gpu/effects/GrPorterDuffXferProcessor.cpp View 1 2 chunks +18 lines, -22 lines 0 comments Download
M tests/GrPorterDuffTest.cpp View 1 63 chunks +140 lines, -135 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
Chris Dalton
The motivation for this change is that previously it would disallow combining drawPaths calls when ...
5 years, 6 months ago (2015-06-02 00:07:37 UTC) #2
bsalomon
Seems like a clarifying change to me but I defer to Greg. https://codereview.chromium.org/1161273005/diff/1/src/gpu/GrDrawContext.cpp File src/gpu/GrDrawContext.cpp ...
5 years, 6 months ago (2015-06-02 13:44:33 UTC) #3
egdaniel
https://codereview.chromium.org/1161273005/diff/1/include/gpu/GrXferProcessor.h File include/gpu/GrXferProcessor.h (right): https://codereview.chromium.org/1161273005/diff/1/include/gpu/GrXferProcessor.h#newcode382 include/gpu/GrXferProcessor.h:382: const GrProcOptInfo& coveragePOI, Do we need coveragePOI to be ...
5 years, 6 months ago (2015-06-02 14:19:41 UTC) #4
Chris Dalton
https://codereview.chromium.org/1161273005/diff/1/src/gpu/effects/GrCoverageSetOpXP.cpp File src/gpu/effects/GrCoverageSetOpXP.cpp (right): https://codereview.chromium.org/1161273005/diff/1/src/gpu/effects/GrCoverageSetOpXP.cpp#newcode233 src/gpu/effects/GrCoverageSetOpXP.cpp:233: void GrCoverageSetOpXPFactory::getInvariantBlendedColor(const GrProcOptInfo& /*colorPOI*/, On 2015/06/02 14:19:41, egdaniel wrote: ...
5 years, 6 months ago (2015-06-02 16:06:07 UTC) #5
egdaniel
https://codereview.chromium.org/1161273005/diff/1/src/gpu/effects/GrCoverageSetOpXP.cpp File src/gpu/effects/GrCoverageSetOpXP.cpp (right): https://codereview.chromium.org/1161273005/diff/1/src/gpu/effects/GrCoverageSetOpXP.cpp#newcode233 src/gpu/effects/GrCoverageSetOpXP.cpp:233: void GrCoverageSetOpXPFactory::getInvariantBlendedColor(const GrProcOptInfo& /*colorPOI*/, On 2015/06/02 16:06:06, Chris Dalton ...
5 years, 6 months ago (2015-06-02 16:46:54 UTC) #6
Chris Dalton
I'm liking this a lot better now without coverage in the signature. https://codereview.chromium.org/1161273005/diff/1/include/gpu/GrXferProcessor.h File include/gpu/GrXferProcessor.h ...
5 years, 6 months ago (2015-06-02 17:07:12 UTC) #7
egdaniel
lgtm
5 years, 6 months ago (2015-06-02 17:16:39 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1161273005/20001
5 years, 6 months ago (2015-06-02 17:17:32 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-GCC-Mips-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-Mips-Debug-Android-Trybot/builds/595) skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, ...
5 years, 6 months ago (2015-06-02 17:19:05 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1161273005/40001
5 years, 6 months ago (2015-06-02 17:25:07 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-02 17:30:23 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1161273005/40001
5 years, 6 months ago (2015-06-02 17:31:06 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/245)
5 years, 6 months ago (2015-06-02 17:32:43 UTC) #21
bsalomon
On 2015/06/02 17:32:43, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years, 6 months ago (2015-06-02 17:38:56 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1161273005/40001
5 years, 6 months ago (2015-06-02 17:42:49 UTC) #24
commit-bot: I haz the power
5 years, 6 months ago (2015-06-02 17:43:45 UTC) #25
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/1fa4572d1a32e9fbf102d7388efe5e44bef460f1

Powered by Google App Engine
This is Rietveld 408576698