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

Issue 912413002: Pass in ProcOptInfos into willNeedDstCopy on XPs (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@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Pass in ProcOptInfos into willNeedDstCopy on XPs BUG=skia: Committed: https://skia.googlesource.com/skia/+/e36914cb205699526988127a827d1a76c9a98d39

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : Move code from IODB TO DT #

Patch Set 4 : Use Pipeline info and move work into Base class #

Patch Set 5 : clean up #

Patch Set 6 : #

Total comments: 5

Patch Set 7 : Review cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+248 lines, -195 lines) Patch
M include/gpu/GrXferProcessor.h View 2 chunks +4 lines, -2 lines 0 comments Download
M include/gpu/effects/GrPorterDuffXferProcessor.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/effects/SkArithmeticMode_gpu.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/effects/SkArithmeticMode_gpu.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 3 4 5 6 4 chunks +34 lines, -16 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 3 4 5 6 9 chunks +92 lines, -9 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.h View 1 2 3 4 5 6 4 chunks +26 lines, -41 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.cpp View 1 2 3 4 5 6 12 chunks +35 lines, -58 lines 0 comments Download
M src/gpu/GrPipeline.h View 2 chunks +5 lines, -14 lines 0 comments Download
M src/gpu/GrPipeline.cpp View 1 chunk +2 lines, -28 lines 0 comments Download
M src/gpu/GrPipelineBuilder.h View 3 chunks +10 lines, -10 lines 0 comments Download
M src/gpu/GrPipelineBuilder.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M src/gpu/GrXferProcessor.cpp View 2 chunks +4 lines, -3 lines 0 comments Download
M src/gpu/effects/GrCoverageSetOpXP.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/gpu/effects/GrCustomXfermode.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/effects/GrCustomXfermodePriv.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/gpu/effects/GrDisableColorXP.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/gpu/effects/GrPorterDuffXferProcessor.cpp View 2 chunks +4 lines, -3 lines 0 comments Download
M tests/GLProgramsTest.cpp View 1 1 chunk +8 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
egdaniel
This is a minor change as a pre-cl to landing the porter duff dst copy ...
5 years, 10 months ago (2015-02-11 14:56:08 UTC) #2
bsalomon
https://codereview.chromium.org/912413002/diff/20001/src/gpu/GrInOrderDrawBuffer.cpp File src/gpu/GrInOrderDrawBuffer.cpp (right): https://codereview.chromium.org/912413002/diff/20001/src/gpu/GrInOrderDrawBuffer.cpp#newcode628 src/gpu/GrInOrderDrawBuffer.cpp:628: GrBatchOpt batchOpt; seems weird that we're doing this here. ...
5 years, 10 months ago (2015-02-11 15:38:03 UTC) #3
egdaniel
https://codereview.chromium.org/912413002/diff/20001/src/gpu/GrInOrderDrawBuffer.cpp File src/gpu/GrInOrderDrawBuffer.cpp (right): https://codereview.chromium.org/912413002/diff/20001/src/gpu/GrInOrderDrawBuffer.cpp#newcode628 src/gpu/GrInOrderDrawBuffer.cpp:628: GrBatchOpt batchOpt; On 2015/02/11 15:38:03, bsalomon wrote: > seems ...
5 years, 10 months ago (2015-02-11 16:48:09 UTC) #4
bsalomon
https://codereview.chromium.org/912413002/diff/20001/src/gpu/GrInOrderDrawBuffer.cpp File src/gpu/GrInOrderDrawBuffer.cpp (right): https://codereview.chromium.org/912413002/diff/20001/src/gpu/GrInOrderDrawBuffer.cpp#newcode628 src/gpu/GrInOrderDrawBuffer.cpp:628: GrBatchOpt batchOpt; On 2015/02/11 16:48:08, egdaniel wrote: > On ...
5 years, 10 months ago (2015-02-11 16:51:23 UTC) #5
egdaniel
ptal
5 years, 10 months ago (2015-02-12 21:27:11 UTC) #6
bsalomon
minor comments... really like moving away from having cases where base class calls will call ...
5 years, 10 months ago (2015-02-12 21:39:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/912413002/120001
5 years, 10 months ago (2015-02-13 14:12:16 UTC) #10
commit-bot: I haz the power
5 years, 10 months ago (2015-02-13 17:00:38 UTC) #11
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://skia.googlesource.com/skia/+/e36914cb205699526988127a827d1a76c9a98d39

Powered by Google App Engine
This is Rietveld 408576698