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

Issue 1950893002: Make GrPathRenderer only support fills for path stenciling (Closed)

Created:
4 years, 7 months ago by bsalomon
Modified:
4 years, 7 months ago
Base URL:
https://skia.googlesource.com/skia.git@styleiface
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : more #

Patch Set 3 : working #

Total comments: 4

Patch Set 4 : Set draw params to fill in default impl of GrPR::onStencilPath #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -32 lines) Patch
M src/gpu/GrClipMaskManager.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/GrPathRenderer.h View 1 2 3 8 chunks +11 lines, -13 lines 0 comments Download
M src/gpu/GrPathRendererChain.cpp View 1 2 2 chunks +11 lines, -4 lines 0 comments Download
M src/gpu/GrSoftwarePathRenderer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/batches/GrAADistanceFieldPathRenderer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/batches/GrDashLinePathRenderer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/batches/GrDefaultPathRenderer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/batches/GrDefaultPathRenderer.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/batches/GrMSAAPathRenderer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/batches/GrMSAAPathRenderer.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/batches/GrStencilAndCoverPathRenderer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/batches/GrStencilAndCoverPathRenderer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/batches/GrTessellatingPathRenderer.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 29 (13 generated)
bsalomon
This is more prep for replacing GrStrokeInfo with GrStyle. The path renderer implementations don't properly ...
4 years, 7 months ago (2016-05-04 16:26:30 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950893002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950893002/40001
4 years, 7 months ago (2016-05-04 16:26:43 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-04 16:37:52 UTC) #8
bsalomon
+Rob
4 years, 7 months ago (2016-05-04 20:09:35 UTC) #10
egdaniel
https://codereview.chromium.org/1950893002/diff/40001/src/gpu/GrPathRendererChain.cpp File src/gpu/GrPathRendererChain.cpp (right): https://codereview.chromium.org/1950893002/diff/40001/src/gpu/GrPathRendererChain.cpp#newcode82 src/gpu/GrPathRendererChain.cpp:82: if (!args.fStroke->isFillStyle() || args.fStroke->isDashed()) { Is this something we ...
4 years, 7 months ago (2016-05-04 20:30:12 UTC) #11
bsalomon
https://codereview.chromium.org/1950893002/diff/40001/src/gpu/GrPathRendererChain.cpp File src/gpu/GrPathRendererChain.cpp (right): https://codereview.chromium.org/1950893002/diff/40001/src/gpu/GrPathRendererChain.cpp#newcode82 src/gpu/GrPathRendererChain.cpp:82: if (!args.fStroke->isFillStyle() || args.fStroke->isDashed()) { On 2016/05/04 20:30:12, egdaniel ...
4 years, 7 months ago (2016-05-04 20:35:27 UTC) #12
egdaniel
lgtm. I'll leave it up to your discretion on whether there should be an assert ...
4 years, 7 months ago (2016-05-04 20:37:28 UTC) #13
robertphillips
https://codereview.chromium.org/1950893002/diff/40001/src/gpu/GrPathRenderer.h File src/gpu/GrPathRenderer.h (left): https://codereview.chromium.org/1950893002/diff/40001/src/gpu/GrPathRenderer.h#oldcode283 src/gpu/GrPathRenderer.h:283: drawArgs.fPath = args.fPath; Don't we still need to fill ...
4 years, 7 months ago (2016-05-04 20:44:19 UTC) #14
bsalomon
https://codereview.chromium.org/1950893002/diff/40001/src/gpu/GrPathRenderer.h File src/gpu/GrPathRenderer.h (left): https://codereview.chromium.org/1950893002/diff/40001/src/gpu/GrPathRenderer.h#oldcode283 src/gpu/GrPathRenderer.h:283: drawArgs.fPath = args.fPath; On 2016/05/04 20:44:19, robertphillips wrote: > ...
4 years, 7 months ago (2016-05-04 20:59:08 UTC) #15
robertphillips
lgtm
4 years, 7 months ago (2016-05-04 21:11:18 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950893002/40002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950893002/40002
4 years, 7 months ago (2016-05-05 14:36:17 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot/builds/8342) Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot on client.skia.compile (JOB_FAILED, ...
4 years, 7 months ago (2016-05-05 14:40:26 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950893002/40002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950893002/40002
4 years, 7 months ago (2016-05-05 14:43:05 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot/builds/8344)
4 years, 7 months ago (2016-05-05 14:45:35 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950893002/40002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950893002/40002
4 years, 7 months ago (2016-05-05 16:18:05 UTC) #27
commit-bot: I haz the power
4 years, 7 months ago (2016-05-05 16:26:25 UTC) #29
Message was sent while issue was closed.
Committed patchset #4 (id:40002) as
https://skia.googlesource.com/skia/+/d6f25bf0ef353da39859fb4173d2cf60d52277e4

Powered by Google App Engine
This is Rietveld 408576698