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

Issue 1116943004: Move instanced index buffer creation to flush time (Closed)

Created:
5 years, 7 months ago by bsalomon
Modified:
5 years, 7 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 : updates #

Patch Set 3 : fix clang warning? #

Patch Set 4 : static inline instead of inline static, because consistency #

Total comments: 23

Patch Set 5 : Address comments #

Patch Set 6 : save all files #

Patch Set 7 : fix missing assignment of keys to index buffers #

Unified diffs Side-by-side diffs Delta from patch set Stats (+506 lines, -610 lines) Patch
M gm/beziereffects.cpp View 1 6 chunks +11 lines, -7 lines 0 comments Download
M gm/convexpolyeffect.cpp View 4 chunks +6 lines, -3 lines 0 comments Download
M gyp/gpu.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M include/core/SkOnce.h View 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrContext.h View 1 chunk +0 lines, -1 line 0 comments Download
M include/gpu/GrResourceKey.h View 1 2 3 4 2 chunks +19 lines, -0 lines 0 comments Download
M include/gpu/GrTextureProvider.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/GrAADistanceFieldPathRenderer.cpp View 1 2 3 4 5 4 chunks +14 lines, -10 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.h View 1 chunk +15 lines, -22 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 2 3 4 29 chunks +70 lines, -115 lines 0 comments Download
M src/gpu/GrAARectRenderer.h View 1 2 3 4 3 chunks +0 lines, -19 lines 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 1 2 3 4 5 22 chunks +153 lines, -199 lines 0 comments Download
M src/gpu/GrAddPathRenderers_default.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrAtlasTextContext.cpp View 4 chunks +7 lines, -5 lines 0 comments Download
M src/gpu/GrBatchTarget.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M src/gpu/GrContext.cpp View 4 chunks +2 lines, -12 lines 0 comments Download
M src/gpu/GrDashLinePathRenderer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrGpu.h View 2 chunks +0 lines, -30 lines 0 comments Download
M src/gpu/GrGpu.cpp View 3 chunks +1 line, -60 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.cpp View 4 chunks +7 lines, -7 lines 0 comments Download
M src/gpu/GrOvalRenderer.h View 2 chunks +0 lines, -14 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 34 chunks +56 lines, -89 lines 0 comments Download
M src/gpu/GrResourceProvider.h View 1 2 3 4 2 chunks +59 lines, -1 line 0 comments Download
A src/gpu/GrResourceProvider.cpp View 1 2 3 4 5 6 1 chunk +65 lines, -0 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 5 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 27 (13 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1116943004/20001
5 years, 7 months ago (2015-05-02 02:48:52 UTC) #2
bsalomon
5 years, 7 months ago (2015-05-02 02:49:21 UTC) #4
commit-bot: I haz the power
Dry run: 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/786) Build-Ubuntu-GCC-Mips-Debug-Android-Trybot on ...
5 years, 7 months ago (2015-05-02 03:01:18 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1116943004/40001
5 years, 7 months ago (2015-05-02 13:05:42 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-02 13:09:13 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1116943004/60001
5 years, 7 months ago (2015-05-02 13:26:26 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-02 13:30:34 UTC) #16
robertphillips
lgtm + nits & questions https://codereview.chromium.org/1116943004/diff/60001/gm/beziereffects.cpp File gm/beziereffects.cpp (right): https://codereview.chromium.org/1116943004/diff/60001/gm/beziereffects.cpp#newcode72 gm/beziereffects.cpp:72: abort early here? https://codereview.chromium.org/1116943004/diff/60001/gm/beziereffects.cpp#newcode480 ...
5 years, 7 months ago (2015-05-04 13:16:00 UTC) #17
bsalomon
https://codereview.chromium.org/1116943004/diff/60001/gm/beziereffects.cpp File gm/beziereffects.cpp (right): https://codereview.chromium.org/1116943004/diff/60001/gm/beziereffects.cpp#newcode72 gm/beziereffects.cpp:72: On 2015/05/04 13:15:59, robertphillips wrote: > abort early here? ...
5 years, 7 months ago (2015-05-04 15:01:10 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1116943004/100001
5 years, 7 months ago (2015-05-04 15:03:18 UTC) #21
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://skia.googlesource.com/skia/+/ab622c7b8cc8c39f0a594e4392b9e31b7e1ddb26
5 years, 7 months ago (2015-05-04 15:09:37 UTC) #22
bsalomon
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/1126613003/ by bsalomon@google.com. ...
5 years, 7 months ago (2015-05-04 17:08:52 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1116943004/120001
5 years, 7 months ago (2015-05-04 17:27:19 UTC) #26
commit-bot: I haz the power
5 years, 7 months ago (2015-05-04 17:36:51 UTC) #27
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://skia.googlesource.com/skia/+/ed0bcad9c8147fd37c23bdda00ec27ec9ef8d66b

Powered by Google App Engine
This is Rietveld 408576698