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

Issue 858343002: Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder (Closed)

Created:
5 years, 11 months ago by egdaniel
Modified:
5 years, 11 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

Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder BUG=skia: Committed: https://skia.googlesource.com/skia/+/8dd688b7569df569a672a8a67b2db86a9d376cfc

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : some line length stuff #

Total comments: 22

Patch Set 4 : review fixes #

Patch Set 5 : more nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+855 lines, -1837 lines) Patch
M gm/beziereffects.cpp View 1 2 6 chunks +12 lines, -9 lines 0 comments Download
M gm/convexpolyeffect.cpp View 4 chunks +10 lines, -8 lines 0 comments Download
M gm/rrects.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M gm/texturedomaineffect.cpp View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M gm/yuvtorgbeffect.cpp View 1 chunk +5 lines, -4 lines 0 comments Download
M gyp/gpu.gypi View 3 chunks +4 lines, -4 lines 0 comments Download
M include/gpu/GrContext.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M include/gpu/GrPathRendererChain.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/GrAADistanceFieldPathRenderer.h View 3 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/GrAADistanceFieldPathRenderer.cpp View 7 chunks +8 lines, -8 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.h View 4 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 12 chunks +14 lines, -14 lines 0 comments Download
M src/gpu/GrAARectRenderer.h View 4 chunks +7 lines, -7 lines 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 11 chunks +17 lines, -17 lines 0 comments Download
M src/gpu/GrBitmapTextContext.cpp View 4 chunks +6 lines, -5 lines 0 comments Download
M src/gpu/GrClipMaskManager.h View 6 chunks +11 lines, -11 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 31 chunks +91 lines, -86 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 3 33 chunks +86 lines, -80 lines 0 comments Download
M src/gpu/GrDefaultGeoProcFactory.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/GrDefaultPathRenderer.h View 4 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/GrDefaultPathRenderer.cpp View 19 chunks +31 lines, -31 lines 0 comments Download
M src/gpu/GrDistanceFieldTextContext.cpp View 3 chunks +5 lines, -4 lines 0 comments Download
D src/gpu/GrDrawState.h View 1 1 chunk +0 lines, -463 lines 0 comments Download
D src/gpu/GrDrawState.cpp View 1 1 chunk +0 lines, -198 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 3 4 17 chunks +36 lines, -33 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 19 chunks +81 lines, -75 lines 0 comments Download
M src/gpu/GrGpu.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.h View 1 4 chunks +14 lines, -13 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.cpp View 1 11 chunks +29 lines, -27 lines 0 comments Download
D src/gpu/GrOptDrawState.h View 1 1 chunk +0 lines, -183 lines 0 comments Download
D src/gpu/GrOptDrawState.cpp View 1 1 chunk +0 lines, -166 lines 0 comments Download
M src/gpu/GrOvalRenderer.h View 2 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 14 chunks +32 lines, -31 lines 0 comments Download
M src/gpu/GrPathRenderer.h View 1 2 3 10 chunks +21 lines, -21 lines 0 comments Download
M src/gpu/GrPathRendererChain.cpp View 2 chunks +4 lines, -6 lines 0 comments Download
A + src/gpu/GrPipeline.h View 1 2 3 6 chunks +17 lines, -17 lines 0 comments Download
A + src/gpu/GrPipeline.cpp View 1 2 3 4 chunks +35 lines, -35 lines 0 comments Download
A + src/gpu/GrPipelineBuilder.h View 1 2 3 4 8 chunks +37 lines, -46 lines 0 comments Download
A + src/gpu/GrPipelineBuilder.cpp View 1 2 3 11 chunks +33 lines, -32 lines 0 comments Download
M src/gpu/GrSWMaskHelper.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrSWMaskHelper.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/GrSoftwarePathRenderer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/gpu/GrSoftwarePathRenderer.cpp View 8 chunks +16 lines, -14 lines 0 comments Download
M src/gpu/GrStencilAndCoverPathRenderer.h View 3 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/GrStencilAndCoverPathRenderer.cpp View 6 chunks +17 lines, -17 lines 0 comments Download
M src/gpu/GrStencilAndCoverTextContext.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/GrStencilAndCoverTextContext.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/GrTest.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.h View 1 chunk +4 lines, -3 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 1 2 3 chunks +8 lines, -6 lines 0 comments Download
M src/gpu/gl/GrGLGpu.h View 1 6 chunks +7 lines, -6 lines 0 comments Download
M src/gpu/gl/GrGLGpu.cpp View 1 7 chunks +18 lines, -18 lines 0 comments Download
M src/gpu/gl/GrGLGpuProgramCache.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLProgram.h View 1 6 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 1 5 chunks +16 lines, -16 lines 0 comments Download
M src/gpu/gl/GrGLProgramDesc.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLProgramDesc.cpp View 1 6 chunks +9 lines, -9 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.cpp View 1 3 chunks +7 lines, -7 lines 0 comments Download
M tests/GLProgramsTest.cpp View 1 2 3 8 chunks +26 lines, -25 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
egdaniel
ptal
5 years, 11 months ago (2015-01-22 15:32:56 UTC) #2
joshualitt
https://codereview.chromium.org/858343002/diff/40001/src/gpu/GrDrawTarget.h File src/gpu/GrDrawTarget.h (right): https://codereview.chromium.org/858343002/diff/40001/src/gpu/GrDrawTarget.h#newcode265 src/gpu/GrDrawTarget.h:265: * on the pipeline builder (if possible in the ...
5 years, 11 months ago (2015-01-22 15:55:09 UTC) #3
bsalomon
review backlog, I defer to Joshua.
5 years, 11 months ago (2015-01-22 16:02:44 UTC) #4
bsalomon
Metacomment - Maybe we should start using actual class names in comments whenever possible to ...
5 years, 11 months ago (2015-01-22 16:04:36 UTC) #5
egdaniel
https://codereview.chromium.org/858343002/diff/40001/src/gpu/GrDrawTarget.h File src/gpu/GrDrawTarget.h (right): https://codereview.chromium.org/858343002/diff/40001/src/gpu/GrDrawTarget.h#newcode265 src/gpu/GrDrawTarget.h:265: * on the pipeline builder (if possible in the ...
5 years, 11 months ago (2015-01-22 16:28:57 UTC) #6
joshualitt
On 2015/01/22 16:28:57, egdaniel wrote: > https://codereview.chromium.org/858343002/diff/40001/src/gpu/GrDrawTarget.h > File src/gpu/GrDrawTarget.h (right): > > https://codereview.chromium.org/858343002/diff/40001/src/gpu/GrDrawTarget.h#newcode265 > ...
5 years, 11 months ago (2015-01-22 16:46:48 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/858343002/80001
5 years, 11 months ago (2015-01-22 16:50:11 UTC) #9
commit-bot: I haz the power
Presubmit check for 858343002-80001 failed and returned exit status 1. Running presubmit commit checks ...
5 years, 11 months ago (2015-01-22 16:50:32 UTC) #11
bsalomon
On 2015/01/22 16:50:32, I haz the power (commit-bot) wrote: > Presubmit check for 858343002-80001 failed ...
5 years, 11 months ago (2015-01-22 17:01:40 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/858343002/80001
5 years, 11 months ago (2015-01-22 18:08:24 UTC) #14
commit-bot: I haz the power
5 years, 11 months ago (2015-01-22 18:16:14 UTC) #15
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/8dd688b7569df569a672a8a67b2db86a9d376cfc

Powered by Google App Engine
This is Rietveld 408576698