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

Issue 1834133003: added GrMSAAPathRenderer (Closed)

Created:
4 years, 8 months ago by ethannicholas
Modified:
4 years, 7 months ago
Reviewers:
bsalomon, egdaniel
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 : cleanups #

Patch Set 3 : fixed batching #

Patch Set 4 : fixed path complexity check #

Total comments: 13

Patch Set 5 : improved batching, cut out some useless code #

Total comments: 2

Patch Set 6 : moved stencil settings into separate header, rebased #

Patch Set 7 : fixed import #

Patch Set 8 : fixed Windows build errors #

Patch Set 9 : fix assertion failure #

Patch Set 10 : rebased #

Patch Set 11 : blacklisted Intel #

Unified diffs Side-by-side diffs Delta from patch set Stats (+892 lines, -140 lines) Patch
M gyp/gpu.gypi View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/GrPathRendererChain.cpp View 1 2 3 4 5 2 chunks +5 lines, -1 line 0 comments Download
M src/gpu/batches/GrDefaultPathRenderer.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/batches/GrDefaultPathRenderer.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -124 lines 0 comments Download
A + src/gpu/batches/GrMSAAPathRenderer.h View 2 chunks +3 lines, -14 lines 0 comments Download
A src/gpu/batches/GrMSAAPathRenderer.cpp View 1 2 3 4 5 6 7 8 1 chunk +745 lines, -0 lines 0 comments Download
A src/gpu/batches/GrPathStencilSettings.h View 1 2 3 4 5 6 7 8 9 1 chunk +134 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 31 (16 generated)
ethannicholas
4 years, 8 months ago (2016-03-29 15:55:25 UTC) #3
egdaniel
https://codereview.chromium.org/1834133003/diff/60001/src/gpu/batches/GrMSAAPathRenderer.cpp File src/gpu/batches/GrMSAAPathRenderer.cpp (right): https://codereview.chromium.org/1834133003/diff/60001/src/gpu/batches/GrMSAAPathRenderer.cpp#newcode2 src/gpu/batches/GrMSAAPathRenderer.cpp:2: * Copyright 2011 Google Inc. 2016 https://codereview.chromium.org/1834133003/diff/60001/src/gpu/batches/GrMSAAPathRenderer.cpp#newcode29 src/gpu/batches/GrMSAAPathRenderer.cpp:29: // ...
4 years, 8 months ago (2016-03-29 20:57:39 UTC) #4
bsalomon
I think most of my comments pertain to cargo cult code that is infecting this ...
4 years, 8 months ago (2016-03-29 21:43:22 UTC) #5
ethannicholas
I believe that addresses all of the feedback... https://codereview.chromium.org/1834133003/diff/60001/src/gpu/batches/GrMSAAPathRenderer.cpp File src/gpu/batches/GrMSAAPathRenderer.cpp (right): https://codereview.chromium.org/1834133003/diff/60001/src/gpu/batches/GrMSAAPathRenderer.cpp#newcode235 src/gpu/batches/GrMSAAPathRenderer.cpp:235: key ...
4 years, 8 months ago (2016-03-31 19:33:35 UTC) #6
bsalomon
lgtm w/ one request and a rebase pointer inline. https://codereview.chromium.org/1834133003/diff/80001/src/gpu/batches/GrDefaultPathRenderer.h File src/gpu/batches/GrDefaultPathRenderer.h (right): https://codereview.chromium.org/1834133003/diff/80001/src/gpu/batches/GrDefaultPathRenderer.h#newcode15 src/gpu/batches/GrDefaultPathRenderer.h:15: ...
4 years, 8 months ago (2016-04-04 13:09:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1834133003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1834133003/120001
4 years, 8 months ago (2016-04-04 14:38:23 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-MSVC-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86_64-Debug-Trybot/builds/7642)
4 years, 8 months ago (2016-04-04 14:41:14 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1834133003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1834133003/140001
4 years, 8 months ago (2016-04-04 14:48:23 UTC) #15
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://skia.googlesource.com/skia/+/47a2dc8e229e93e1bcf7405747320920da1ab742
4 years, 8 months ago (2016-04-04 14:57:43 UTC) #17
ethannicholas
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/1860563002/ by ethannicholas@google.com. ...
4 years, 8 months ago (2016-04-04 15:26:57 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1834133003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1834133003/160001
4 years, 8 months ago (2016-04-04 17:50:09 UTC) #22
commit-bot: I haz the power
Committed patchset #9 (id:160001) as https://skia.googlesource.com/skia/+/b0fabd4ed55abcb6f5ed2f331c96c783f42bd37c
4 years, 8 months ago (2016-04-04 18:00:03 UTC) #24
ethannicholas
A revert of this CL (patchset #9 id:160001) has been created in https://codereview.chromium.org/1853223003/ by ethannicholas@google.com. ...
4 years, 8 months ago (2016-04-04 18:41:17 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1834133003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1834133003/200001
4 years, 7 months ago (2016-05-02 19:03:50 UTC) #29
commit-bot: I haz the power
4 years, 7 months ago (2016-05-02 19:16:56 UTC) #31
Message was sent while issue was closed.
Committed patchset #11 (id:200001) as
https://skia.googlesource.com/skia/+/6536ae590e3873694cb02cf25dab8001a71f269e

Powered by Google App Engine
This is Rietveld 408576698