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

Issue 2119813004: Hide geometry class in AAStrokeRectBatch and remove unused Append function (Closed)

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

Description

Hide geometry class in AAStrokeRectBatch and remove unused Append function. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2119813004 Committed: https://skia.googlesource.com/skia/+/8b7a9e1e5a773cbc2ccf9ee1b36e8dce5ddfb8c5

Patch Set 1 #

Patch Set 2 : finish #

Total comments: 2

Patch Set 3 : rebase #

Patch Set 4 : fix #

Total comments: 2

Patch Set 5 : init view matrix for fill between two rects case #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -146 lines) Patch
M src/gpu/batches/GrAAStrokeRectBatch.cpp View 1 2 3 4 7 chunks +116 lines, -146 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 21 (10 generated)
bsalomon
https://codereview.chromium.org/2119813004/diff/20001/src/gpu/batches/GrAAStrokeRectBatch.cpp File src/gpu/batches/GrAAStrokeRectBatch.cpp (right): https://codereview.chromium.org/2119813004/diff/20001/src/gpu/batches/GrAAStrokeRectBatch.cpp#newcode24 src/gpu/batches/GrAAStrokeRectBatch.cpp:24: inline static bool is_miter(const SkStrokeRec& stroke) { These two ...
4 years, 5 months ago (2016-07-01 17:56:37 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2119813004/20001
4 years, 5 months ago (2016-07-01 17:58:03 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on master.client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/9495)
4 years, 5 months ago (2016-07-01 18:50:09 UTC) #8
robertphillips
https://codereview.chromium.org/2119813004/diff/20001/src/gpu/batches/GrAAStrokeRectBatch.cpp File src/gpu/batches/GrAAStrokeRectBatch.cpp (left): https://codereview.chromium.org/2119813004/diff/20001/src/gpu/batches/GrAAStrokeRectBatch.cpp#oldcode113 src/gpu/batches/GrAAStrokeRectBatch.cpp:113: : INHERITED(ClassID()) { Where did the init of 'fViewMatrix' ...
4 years, 5 months ago (2016-07-01 19:14:01 UTC) #9
bsalomon
On 2016/07/01 19:14:01, robertphillips wrote: > https://codereview.chromium.org/2119813004/diff/20001/src/gpu/batches/GrAAStrokeRectBatch.cpp > File src/gpu/batches/GrAAStrokeRectBatch.cpp (left): > > https://codereview.chromium.org/2119813004/diff/20001/src/gpu/batches/GrAAStrokeRectBatch.cpp#oldcode113 > ...
4 years, 5 months ago (2016-07-06 17:33:46 UTC) #10
robertphillips
lgtm https://codereview.chromium.org/2119813004/diff/60001/src/gpu/batches/GrAAStrokeRectBatch.cpp File src/gpu/batches/GrAAStrokeRectBatch.cpp (right): https://codereview.chromium.org/2119813004/diff/60001/src/gpu/batches/GrAAStrokeRectBatch.cpp#newcode124 src/gpu/batches/GrAAStrokeRectBatch.cpp:124: const SkRect& devOutside, const SkRect& devInside) : AAStrokeRectBatch() ...
4 years, 5 months ago (2016-07-06 18:42:37 UTC) #11
bsalomon
https://codereview.chromium.org/2119813004/diff/60001/src/gpu/batches/GrAAStrokeRectBatch.cpp File src/gpu/batches/GrAAStrokeRectBatch.cpp (right): https://codereview.chromium.org/2119813004/diff/60001/src/gpu/batches/GrAAStrokeRectBatch.cpp#newcode124 src/gpu/batches/GrAAStrokeRectBatch.cpp:124: const SkRect& devOutside, const SkRect& devInside) : AAStrokeRectBatch() { ...
4 years, 5 months ago (2016-07-06 19:23:25 UTC) #14
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/2119813004/80001
4 years, 5 months ago (2016-07-06 19:23:31 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on master.client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/9563)
4 years, 5 months ago (2016-07-06 19:34:18 UTC) #17
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/2119813004/80001
4 years, 5 months ago (2016-07-06 19:54:58 UTC) #19
commit-bot: I haz the power
4 years, 5 months ago (2016-07-06 20:06:27 UTC) #21
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/8b7a9e1e5a773cbc2ccf9ee1b36e8dce5ddfb8c5

Powered by Google App Engine
This is Rietveld 408576698