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

Issue 2248323003: Simplify adding attributes to GrGeometryProcessor (Closed)

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

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments #

Patch Set 3 : Revert removal of fAttribNames #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -121 lines) Patch
M src/gpu/GrDefaultGeoProcFactory.cpp View 2 chunks +5 lines, -7 lines 0 comments Download
M src/gpu/GrGeometryProcessor.h View 1 chunk +4 lines, -3 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 3 chunks +13 lines, -18 lines 0 comments Download
M src/gpu/GrPrimitiveProcessor.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/gpu/batches/GrAAConvexPathRenderer.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/batches/GrAnalyticRectBatch.cpp View 1 chunk +5 lines, -6 lines 0 comments Download
M src/gpu/batches/GrMSAAPathRenderer.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M src/gpu/batches/GrPLSPathRenderer.cpp View 3 chunks +21 lines, -22 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.cpp View 3 chunks +9 lines, -12 lines 0 comments Download
M src/gpu/effects/GrBitmapTextGeoProc.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 2 chunks +6 lines, -7 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldGeoProc.cpp View 3 chunks +14 lines, -17 lines 0 comments Download
M src/gpu/instanced/InstanceProcessor.cpp View 1 chunk +7 lines, -9 lines 0 comments Download
M tests/PrimitiveProcessorTest.cpp View 1 2 1 chunk +1 line, -6 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 15 (7 generated)
bsalomon
Last cleanup CL. https://codereview.chromium.org/2248323003/diff/1/src/gpu/GrGeometryProcessor.h File src/gpu/GrGeometryProcessor.h (left): https://codereview.chromium.org/2248323003/diff/1/src/gpu/GrGeometryProcessor.h#oldcode56 src/gpu/GrGeometryProcessor.h:56: const Attribute& addVertexAttrib(const Attribute& attribute) { ...
4 years, 4 months ago (2016-08-17 15:59:01 UTC) #3
robertphillips
lgtm https://codereview.chromium.org/2248323003/diff/1/src/gpu/GrDefaultGeoProcFactory.cpp File src/gpu/GrDefaultGeoProcFactory.cpp (right): https://codereview.chromium.org/2248323003/diff/1/src/gpu/GrDefaultGeoProcFactory.cpp#newcode236 src/gpu/GrDefaultGeoProcFactory.cpp:236: bool hasCoverage = SkToBool(gpTypeFlags & kCoverage_GPFlag); So, err, ...
4 years, 4 months ago (2016-08-17 16:11:32 UTC) #4
bsalomon
https://codereview.chromium.org/2248323003/diff/1/src/gpu/GrDefaultGeoProcFactory.cpp File src/gpu/GrDefaultGeoProcFactory.cpp (right): https://codereview.chromium.org/2248323003/diff/1/src/gpu/GrDefaultGeoProcFactory.cpp#newcode236 src/gpu/GrDefaultGeoProcFactory.cpp:236: bool hasCoverage = SkToBool(gpTypeFlags & kCoverage_GPFlag); On 2016/08/17 16:11:32, ...
4 years, 4 months ago (2016-08-17 16:14:31 UTC) #5
bsalomon
https://codereview.chromium.org/2248323003/diff/1/tests/PrimitiveProcessorTest.cpp File tests/PrimitiveProcessorTest.cpp (right): https://codereview.chromium.org/2248323003/diff/1/tests/PrimitiveProcessorTest.cpp#newcode54 tests/PrimitiveProcessorTest.cpp:54: SkASSERT(numAttribs > 1); On 2016/08/17 16:11:32, robertphillips wrote: > ...
4 years, 4 months ago (2016-08-17 16:17:44 UTC) #6
bsalomon
https://codereview.chromium.org/2248323003/diff/1/tests/PrimitiveProcessorTest.cpp File tests/PrimitiveProcessorTest.cpp (right): https://codereview.chromium.org/2248323003/diff/1/tests/PrimitiveProcessorTest.cpp#newcode54 tests/PrimitiveProcessorTest.cpp:54: SkASSERT(numAttribs > 1); On 2016/08/17 16:17:44, bsalomon wrote: > ...
4 years, 4 months ago (2016-08-17 16:19:27 UTC) #7
commit-bot: I haz the power
This CL has an open dependency (Issue 2250563004 Patch 20001). Please resolve the dependency and ...
4 years, 4 months ago (2016-08-17 16:21:16 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2248323003/40001
4 years, 4 months ago (2016-08-17 17:51:39 UTC) #13
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 18:33:42 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/6cb807bf99ac0f8f166e1790f91bcb3afbfb5458

Powered by Google App Engine
This is Rietveld 408576698