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

Issue 511593004: Make setVertexAttribs in GrDrawState take a stride parameter. (Closed)

Created:
6 years, 3 months ago by egdaniel
Modified:
6 years, 3 months ago
Reviewers:
bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 10

Patch Set 2 : Review changes #

Patch Set 3 : Add static const to Dist Field #

Patch Set 4 : Release Fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -150 lines) Patch
M gm/beziereffects.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M gm/convexpolyeffect.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 12 chunks +58 lines, -58 lines 0 comments Download
M src/gpu/GrBitmapTextContext.cpp View 1 5 chunks +9 lines, -5 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 5 chunks +15 lines, -8 lines 0 comments Download
M src/gpu/GrDistanceFieldTextContext.cpp View 1 2 5 chunks +13 lines, -5 lines 0 comments Download
M src/gpu/GrDrawState.h View 1 3 chunks +8 lines, -10 lines 0 comments Download
M src/gpu/GrDrawState.cpp View 1 2 3 4 chunks +12 lines, -12 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 5 chunks +10 lines, -10 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.cpp View 6 chunks +14 lines, -14 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 5 chunks +10 lines, -10 lines 0 comments Download
M src/gpu/GrRODrawState.h View 3 chunks +2 lines, -4 lines 0 comments Download
M src/gpu/GrRODrawState.cpp View 2 chunks +1 line, -1 line 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/gl/GrGpuGL_program.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
egdaniel
egdaniel@google.com changed reviewers: + bsalomon@google.com
6 years, 3 months ago (2014-08-27 17:15:39 UTC) #1
egdaniel
6 years, 3 months ago (2014-08-27 17:15:39 UTC) #2
bsalomon
lgtm w/ minor suggestions. https://codereview.chromium.org/511593004/diff/1/src/gpu/GrAAHairLinePathRenderer.cpp File src/gpu/GrAAHairLinePathRenderer.cpp (right): https://codereview.chromium.org/511593004/diff/1/src/gpu/GrAAHairLinePathRenderer.cpp#newcode734 src/gpu/GrAAHairLinePathRenderer.cpp:734: drawState->setVertexAttribs<gHairlineLineAttribs>(SK_ARRAY_COUNT(gHairlineLineAttribs), sizeof(LineVertex)); wrap? https://codereview.chromium.org/511593004/diff/1/src/gpu/GrBitmapTextContext.cpp File ...
6 years, 3 months ago (2014-08-27 17:46:28 UTC) #3
egdaniel
https://codereview.chromium.org/511593004/diff/1/src/gpu/GrAAHairLinePathRenderer.cpp File src/gpu/GrAAHairLinePathRenderer.cpp (right): https://codereview.chromium.org/511593004/diff/1/src/gpu/GrAAHairLinePathRenderer.cpp#newcode734 src/gpu/GrAAHairLinePathRenderer.cpp:734: drawState->setVertexAttribs<gHairlineLineAttribs>(SK_ARRAY_COUNT(gHairlineLineAttribs), sizeof(LineVertex)); On 2014/08/27 17:46:27, bsalomon wrote: > wrap? ...
6 years, 3 months ago (2014-08-27 18:33:55 UTC) #4
egdaniel
The CQ bit was checked by egdaniel@google.com
6 years, 3 months ago (2014-08-27 18:33:59 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/egdaniel@google.com/511593004/40001
6 years, 3 months ago (2014-08-27 18:34:52 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: Build-Mac10.8-Clang-x86_64-Release-Trybot on tryserver.skia ...
6 years, 3 months ago (2014-08-27 18:42:26 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-27 18:45:16 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu13.10-GCC4.8-x86_64-Release-Trybot on tryserver.skia (http://108.170.220.76:10117/builders/Build-Ubuntu13.10-GCC4.8-x86_64-Release-Trybot/builds/3926)
6 years, 3 months ago (2014-08-27 18:45:17 UTC) #9
egdaniel
The CQ bit was checked by egdaniel@google.com
6 years, 3 months ago (2014-08-27 18:59:18 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/egdaniel@google.com/511593004/60001
6 years, 3 months ago (2014-08-27 19:00:04 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-27 19:00:09 UTC) #12
commit-bot: I haz the power
Failed to apply patch for src/gpu/GrBitmapTextContext.cpp: While running git apply --index -p1; <stdin>:10: trailing whitespace. ...
6 years, 3 months ago (2014-08-27 19:00:10 UTC) #13
egdaniel
The CQ bit was checked by egdaniel@google.com
6 years, 3 months ago (2014-08-27 19:09:41 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/egdaniel@google.com/511593004/80001
6 years, 3 months ago (2014-08-27 19:10:11 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001) as af013bf8afc4c77ab8ff230f536e2ade973427fa
6 years, 3 months ago (2014-08-27 19:17:33 UTC) #16
djsollen
A revert of this CL (patchset #5) has been created in https://codereview.chromium.org/502533004/ by djsollen@google.com. The ...
6 years, 3 months ago (2014-08-27 20:02:27 UTC) #17
egdaniel
Patchset #5 (id:80001) has been deleted
6 years, 3 months ago (2014-08-27 20:13:43 UTC) #18
egdaniel
The CQ bit was checked by egdaniel@google.com
6 years, 3 months ago (2014-08-27 20:13:59 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/egdaniel@google.com/511593004/60001
6 years, 3 months ago (2014-08-27 20:14:23 UTC) #20
commit-bot: I haz the power
6 years, 3 months ago (2014-08-28 12:41:20 UTC) #21
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 7b3d5ee72c2238aa239bce4d5b3aea98a437ca7a

Powered by Google App Engine
This is Rietveld 408576698