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

Issue 1307223004: Remove GrStagedProcessor, remove the word Stage as it applies to FPs (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : update #

Patch Set 3 : rebase #

Patch Set 4 : fix #

Patch Set 5 : fix #

Patch Set 6 : rebase #

Patch Set 7 : fix paint copy cons #

Patch Set 8 : rebase #

Patch Set 9 : fix misresolve #

Unified diffs Side-by-side diffs Delta from patch set Stats (+322 lines, -364 lines) Patch
M gm/bigrrectaaeffect.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gm/constcolorprocessor.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M gm/convexpolyeffect.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M gm/rrects.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gm/texturedomaineffect.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M gm/yuvtorgbeffect.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M gyp/gpu.gypi View 1 2 3 4 5 6 2 chunks +0 lines, -2 lines 0 comments Download
M include/gpu/GrFragmentProcessor.h View 4 chunks +7 lines, -6 lines 0 comments Download
M include/gpu/GrPaint.h View 1 2 3 4 5 6 7 6 chunks +42 lines, -21 lines 0 comments Download
D include/gpu/GrStagedProcessor.h View 1 chunk +0 lines, -44 lines 0 comments Download
M src/core/SkImageFilter.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 2 3 4 5 6 7 3 chunks +4 lines, -4 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkGpuBlurUtils.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 1 2 3 4 5 6 7 2 chunks +11 lines, -11 lines 0 comments Download
M src/effects/SkXfermodeImageFilter.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/GrBlurUtils.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrPaint.cpp View 1 2 3 4 5 6 7 1 chunk +6 lines, -5 lines 0 comments Download
D src/gpu/GrPendingFragmentStage.h View 1 chunk +0 lines, -27 lines 0 comments Download
M src/gpu/GrPipeline.h View 5 chunks +24 lines, -18 lines 0 comments Download
M src/gpu/GrPipeline.cpp View 1 2 3 4 5 6 7 6 chunks +30 lines, -26 lines 0 comments Download
M src/gpu/GrPipelineBuilder.h View 1 2 3 7 chunks +33 lines, -36 lines 0 comments Download
M src/gpu/GrPipelineBuilder.cpp View 1 2 3 4 5 6 7 4 chunks +31 lines, -35 lines 0 comments Download
M src/gpu/GrProcOptInfo.h View 1 3 chunks +23 lines, -23 lines 0 comments Download
M src/gpu/GrProcOptInfo.cpp View 3 chunks +22 lines, -22 lines 0 comments Download
M src/gpu/GrProcessor.cpp View 1 2 3 chunks +8 lines, -2 lines 0 comments Download
M src/gpu/GrSWMaskHelper.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/SkGr.cpp View 1 2 3 4 5 6 7 5 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/batches/GrDrawBatch.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/gpu/effects/GrConfigConversionEffect.cpp View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/gl/GrGLPathProgram.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLPathProgram.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLProgram.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 1 chunk +9 lines, -10 lines 0 comments Download
M src/gpu/gl/GrGLProgramDesc.cpp View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.h View 3 chunks +4 lines, -3 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.cpp View 1 2 3 4 5 6 7 8 7 chunks +17 lines, -18 lines 0 comments Download
M src/image/SkImage_Gpu.cpp View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M tests/GLProgramsTest.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 33 (15 generated)
bsalomon
5 years, 3 months ago (2015-08-24 17:37:14 UTC) #2
bsalomon
5 years, 3 months ago (2015-08-24 17:37:22 UTC) #4
egdaniel
lgtm
5 years, 3 months ago (2015-08-25 13:30:51 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1307223004/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1307223004/90001
5 years, 3 months ago (2015-08-26 12:33:29 UTC) #8
commit-bot: I haz the power
Committed patchset #6 (id:90001) as https://skia.googlesource.com/skia/+/24243446cdf7b7e4e132c2a0c387c7723777e0c7
5 years, 3 months ago (2015-08-26 12:39:21 UTC) #9
rmistry
A revert of this CL (patchset #6 id:90001) has been created in https://codereview.chromium.org/1306803003/ by rmistry@google.com. ...
5 years, 3 months ago (2015-08-26 13:48:13 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1307223004/110001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1307223004/110001
5 years, 3 months ago (2015-08-26 20:56:41 UTC) #13
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/2186)
5 years, 3 months ago (2015-08-26 20:57:44 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1307223004/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1307223004/130001
5 years, 3 months ago (2015-08-26 21:01:12 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-Clang-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-Clang-x86_64-Debug-Trybot/builds/2920) Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, ...
5 years, 3 months ago (2015-08-26 21:02:20 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1307223004/150001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1307223004/150001
5 years, 3 months ago (2015-08-26 21:10:10 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-08-26 21:16:18 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1307223004/150001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1307223004/150001
5 years, 3 months ago (2015-08-27 13:29:37 UTC) #27
commit-bot: I haz the power
Committed patchset #9 (id:150001) as https://skia.googlesource.com/skia/+/ac856c97acc84dcb54d9cdb068ec8a02b8869647
5 years, 3 months ago (2015-08-27 13:30:24 UTC) #28
dewittj
It's possible this is causing failures on GPU bots in Chromium: https://build.chromium.org/p/chromium.gpu/builders/Win8%20Release%20%28NVIDIA%29/builds/21298 Could you please ...
5 years, 3 months ago (2015-08-27 16:48:08 UTC) #30
bsalomon
On 2015/08/27 16:48:08, dewittj wrote: > It's possible this is causing failures on GPU bots ...
5 years, 3 months ago (2015-08-27 16:53:40 UTC) #31
bsalomon
On 2015/08/27 16:53:40, bsalomon wrote: > On 2015/08/27 16:48:08, dewittj wrote: > > It's possible ...
5 years, 3 months ago (2015-08-27 18:28:53 UTC) #32
dewittj
5 years, 3 months ago (2015-08-27 18:32:24 UTC) #33
Message was sent while issue was closed.
Thanks for looking, I will keep investigating

Powered by Google App Engine
This is Rietveld 408576698