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

Issue 1952323002: Remove hasMixedSamples() from GrPipelineBuilder (Closed)

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

Description

Remove hasMixedSamples() from GrPipelineBuilder This info is unknown until after any clip has been applied to the stencil settings, so it's misleading to include in the builder. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1952323002 Committed: https://skia.googlesource.com/skia/+/3ccf2e75ed92adb3c2c289e0cb95901d162df394

Patch Set 1 #

Total comments: 3

Patch Set 2 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -65 lines) Patch
M include/gpu/GrXferProcessor.h View 2 chunks +3 lines, -8 lines 0 comments Download
M include/gpu/effects/GrCoverageSetOpXP.h View 1 chunk +1 line, -3 lines 0 comments Download
M include/gpu/effects/GrPorterDuffXferProcessor.h View 2 chunks +2 lines, -6 lines 0 comments Download
M src/effects/SkArithmeticMode_gpu.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 chunk +8 lines, -1 line 0 comments Download
M src/gpu/GrPipeline.cpp View 2 chunks +5 lines, -3 lines 0 comments Download
M src/gpu/GrPipelineBuilder.h View 1 chunk +0 lines, -9 lines 0 comments Download
M src/gpu/GrPipelineBuilder.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M src/gpu/GrXferProcessor.cpp View 2 chunks +5 lines, -8 lines 0 comments Download
M src/gpu/effects/GrCustomXfermode.cpp View 2 chunks +2 lines, -5 lines 0 comments Download
M src/gpu/effects/GrDisableColorXP.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/gpu/effects/GrPorterDuffXferProcessor.cpp View 1 4 chunks +10 lines, -6 lines 0 comments Download
M tests/GrPorterDuffTest.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M tools/debugger/SkOverdrawMode.cpp View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
Chris Dalton
This is part of the clip refactoring in preparation for window rectangles.
4 years, 7 months ago (2016-05-05 19:45:44 UTC) #3
egdaniel
https://codereview.chromium.org/1952323002/diff/1/src/gpu/effects/GrPorterDuffXferProcessor.cpp File src/gpu/effects/GrPorterDuffXferProcessor.cpp (right): https://codereview.chromium.org/1952323002/diff/1/src/gpu/effects/GrPorterDuffXferProcessor.cpp#newcode923 src/gpu/effects/GrPorterDuffXferProcessor.cpp:923: SkASSERT(!caps.usesMixedSamples()); can you add the same dual source blending ...
4 years, 7 months ago (2016-05-05 20:04:56 UTC) #4
Chris Dalton
https://codereview.chromium.org/1952323002/diff/1/src/gpu/effects/GrPorterDuffXferProcessor.cpp File src/gpu/effects/GrPorterDuffXferProcessor.cpp (right): https://codereview.chromium.org/1952323002/diff/1/src/gpu/effects/GrPorterDuffXferProcessor.cpp#newcode923 src/gpu/effects/GrPorterDuffXferProcessor.cpp:923: SkASSERT(!caps.usesMixedSamples()); On 2016/05/05 20:04:56, egdaniel wrote: > can you ...
4 years, 7 months ago (2016-05-06 16:06:50 UTC) #5
egdaniel
lgtm https://codereview.chromium.org/1952323002/diff/1/src/gpu/effects/GrPorterDuffXferProcessor.cpp File src/gpu/effects/GrPorterDuffXferProcessor.cpp (right): https://codereview.chromium.org/1952323002/diff/1/src/gpu/effects/GrPorterDuffXferProcessor.cpp#newcode923 src/gpu/effects/GrPorterDuffXferProcessor.cpp:923: SkASSERT(!caps.usesMixedSamples()); On 2016/05/06 16:06:50, Chris Dalton wrote: > ...
4 years, 7 months ago (2016-05-06 16:10:04 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1952323002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1952323002/20001
4 years, 7 months ago (2016-05-06 16:18:42 UTC) #8
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/9500)
4 years, 7 months ago (2016-05-06 16:20:14 UTC) #10
bsalomon
On 2016/05/06 16:20:14, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 7 months ago (2016-05-06 16:26:33 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1952323002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1952323002/20001
4 years, 7 months ago (2016-05-06 16:27:24 UTC) #13
commit-bot: I haz the power
4 years, 7 months ago (2016-05-06 16:41:22 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/3ccf2e75ed92adb3c2c289e0cb95901d162df394

Powered by Google App Engine
This is Rietveld 408576698