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

Issue 876673002: Hairline batch (Closed)

Created:
5 years, 11 months ago by joshua.litt
Modified:
5 years, 10 months ago
Reviewers:
joshualitt, bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@2_defer
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : more claenup #

Patch Set 3 : hairlines #

Patch Set 4 : cleanup #

Patch Set 5 : rebase #

Total comments: 6

Patch Set 6 : feedback inc #

Patch Set 7 : one more thing #

Patch Set 8 : clang #

Patch Set 9 : rebase #

Patch Set 10 : hairlines rebase #

Patch Set 11 : cleanup #

Patch Set 12 : more claenup #

Patch Set 13 : more #

Patch Set 14 : update #

Total comments: 1

Patch Set 15 : feedback inc #

Patch Set 16 : feedback inc #

Patch Set 17 : cleanup #

Patch Set 18 : garbage #

Patch Set 19 : cleanup #

Patch Set 20 : faster? #

Patch Set 21 : inlining #

Patch Set 22 : testing #

Patch Set 23 : more chipping #

Patch Set 24 : please please please #

Patch Set 25 : rebase #

Patch Set 26 : cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+413 lines, -313 lines) Patch
M src/gpu/GrAAHairLinePathRenderer.h View 1 1 chunk +0 lines, -25 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 8 chunks +351 lines, -264 lines 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -4 lines 0 comments Download
M src/gpu/GrBatch.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +7 lines, -1 line 0 comments Download
M src/gpu/GrBatchTarget.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 7 chunks +33 lines, -6 lines 0 comments Download
M src/gpu/GrBatchTarget.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +15 lines, -12 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 29 (7 generated)
joshualitt
Hairlines working with batch, please take a look
5 years, 11 months ago (2015-01-26 16:19:46 UTC) #3
bsalomon
https://codereview.chromium.org/876673002/diff/80001/include/core/SkPath.h File include/core/SkPath.h (left): https://codereview.chromium.org/876673002/diff/80001/include/core/SkPath.h#oldcode33 include/core/SkPath.h:33: SK_DECLARE_INST_COUNT(SkPath); ?? https://codereview.chromium.org/876673002/diff/80001/src/gpu/GrAAHairLinePathRenderer.cpp File src/gpu/GrAAHairLinePathRenderer.cpp (right): https://codereview.chromium.org/876673002/diff/80001/src/gpu/GrAAHairLinePathRenderer.cpp#newcode259 src/gpu/GrAAHairLinePathRenderer.cpp:259: int ...
5 years, 11 months ago (2015-01-26 19:07:48 UTC) #4
joshualitt
https://codereview.chromium.org/876673002/diff/80001/include/core/SkPath.h File include/core/SkPath.h (left): https://codereview.chromium.org/876673002/diff/80001/include/core/SkPath.h#oldcode33 include/core/SkPath.h:33: SK_DECLARE_INST_COUNT(SkPath); On 2015/01/26 19:07:47, bsalomon wrote: > ?? I ...
5 years, 11 months ago (2015-01-26 19:33:40 UTC) #5
bsalomon
On 2015/01/26 19:33:40, joshualitt wrote: > https://codereview.chromium.org/876673002/diff/80001/include/core/SkPath.h > File include/core/SkPath.h (left): > > https://codereview.chromium.org/876673002/diff/80001/include/core/SkPath.h#oldcode33 > ...
5 years, 11 months ago (2015-01-26 19:35:08 UTC) #6
joshualitt
On 2015/01/26 19:35:08, bsalomon wrote: > On 2015/01/26 19:33:40, joshualitt wrote: > > https://codereview.chromium.org/876673002/diff/80001/include/core/SkPath.h > ...
5 years, 11 months ago (2015-01-26 19:39:26 UTC) #7
bsalomon
lgtm
5 years, 11 months ago (2015-01-26 19:40:35 UTC) #8
joshualitt
On 2015/01/26 19:40:35, bsalomon wrote: > lgtm Brian, could you take another quick look at ...
5 years, 10 months ago (2015-02-02 14:50:21 UTC) #9
bsalomon
https://codereview.chromium.org/876673002/diff/260001/src/gpu/GrAAHairLinePathRenderer.cpp File src/gpu/GrAAHairLinePathRenderer.cpp (right): https://codereview.chromium.org/876673002/diff/260001/src/gpu/GrAAHairLinePathRenderer.cpp#newcode869 src/gpu/GrAAHairLinePathRenderer.cpp:869: fBatchesGenerated++; seems to me like batch target should track ...
5 years, 10 months ago (2015-02-02 21:01:13 UTC) #10
joshualitt
On 2015/02/02 21:01:13, bsalomon wrote: > https://codereview.chromium.org/876673002/diff/260001/src/gpu/GrAAHairLinePathRenderer.cpp > File src/gpu/GrAAHairLinePathRenderer.cpp (right): > > https://codereview.chromium.org/876673002/diff/260001/src/gpu/GrAAHairLinePathRenderer.cpp#newcode869 > ...
5 years, 10 months ago (2015-02-02 21:19:25 UTC) #11
bsalomon
On 2015/02/02 21:19:25, joshualitt wrote: > On 2015/02/02 21:01:13, bsalomon wrote: > > > https://codereview.chromium.org/876673002/diff/260001/src/gpu/GrAAHairLinePathRenderer.cpp ...
5 years, 10 months ago (2015-02-02 21:31:58 UTC) #12
joshualitt
On 2015/02/02 21:31:58, bsalomon wrote: > On 2015/02/02 21:19:25, joshualitt wrote: > > On 2015/02/02 ...
5 years, 10 months ago (2015-02-02 21:33:07 UTC) #13
bsalomon
On 2015/02/02 21:33:07, joshualitt wrote: > On 2015/02/02 21:31:58, bsalomon wrote: > > On 2015/02/02 ...
5 years, 10 months ago (2015-02-02 21:43:28 UTC) #14
joshualitt
On 2015/02/02 21:43:28, bsalomon wrote: > On 2015/02/02 21:33:07, joshualitt wrote: > > On 2015/02/02 ...
5 years, 10 months ago (2015-02-02 22:26:55 UTC) #15
bsalomon
slight quibble with the name. calling the counts "batches" is a bit misleading since they ...
5 years, 10 months ago (2015-02-03 00:37:08 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/876673002/300001
5 years, 10 months ago (2015-02-03 01:12:56 UTC) #19
commit-bot: I haz the power
Committed patchset #16 (id:300001) as https://skia.googlesource.com/skia/+/6eff8701f027016fbb3147412ec2292dcec2b7f5
5 years, 10 months ago (2015-02-03 01:19:44 UTC) #20
joshualitt
A revert of this CL (patchset #16 id:300001) has been created in https://codereview.chromium.org/894273002/ by joshualitt@google.com. ...
5 years, 10 months ago (2015-02-03 02:11:51 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/876673002/360001
5 years, 10 months ago (2015-02-03 14:50:29 UTC) #24
commit-bot: I haz the power
Committed patchset #17 (id:360001) as https://skia.googlesource.com/skia/+/658d55cd6121c67488aaf5d0832c9712737f26a5
5 years, 10 months ago (2015-02-03 14:56:49 UTC) #25
joshualitt
A revert of this CL (patchset #17 id:360001) has been created in https://codereview.chromium.org/882883003/ by joshualitt@google.com. ...
5 years, 10 months ago (2015-02-03 16:39:32 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/876673002/540001
5 years, 10 months ago (2015-02-04 00:36:16 UTC) #28
commit-bot: I haz the power
5 years, 10 months ago (2015-02-04 00:41:46 UTC) #29
Message was sent while issue was closed.
Committed patchset #26 (id:540001) as
https://skia.googlesource.com/skia/+/7bc18b75ee473cd90c5577270e378f99cedd4ab9

Powered by Google App Engine
This is Rietveld 408576698