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

Issue 1114463002: Pass dashing info from drawPath to Gr side (Closed)

Created:
5 years, 8 months ago by Kimmo Kinnunen
Modified:
5 years, 7 months ago
Reviewers:
egdaniel
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Pass dashing info from drawPath to Gr side Pass dashing info also from drawPath calls to gpu path rendering code. Previously dashing info was preserved only for fast-pathed drawRects and such. This enables path renderers to see dashing info for arbitrary paths. Committed: https://skia.googlesource.com/skia/+/280a9c81aa38271bc3b8ad4d442dd894cd2af3db

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M src/gpu/SkGpuDevice.cpp View 1 chunk +9 lines, -3 lines 4 comments Download

Messages

Total messages: 10 (2 generated)
Kimmo Kinnunen
5 years, 7 months ago (2015-04-28 08:51:04 UTC) #2
egdaniel
https://codereview.chromium.org/1114463002/diff/1/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/1114463002/diff/1/src/gpu/SkGpuDevice.cpp#newcode846 src/gpu/SkGpuDevice.cpp:846: if (stroke.applyToPath(strokedPath, *pathPtr)) { what happens if both these ...
5 years, 7 months ago (2015-04-28 13:25:48 UTC) #3
Kimmo Kinnunen
https://codereview.chromium.org/1114463002/diff/1/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/1114463002/diff/1/src/gpu/SkGpuDevice.cpp#newcode846 src/gpu/SkGpuDevice.cpp:846: if (stroke.applyToPath(strokedPath, *pathPtr)) { On 2015/04/28 13:25:48, egdaniel wrote: ...
5 years, 7 months ago (2015-04-28 14:12:30 UTC) #4
egdaniel
https://codereview.chromium.org/1114463002/diff/1/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/1114463002/diff/1/src/gpu/SkGpuDevice.cpp#newcode846 src/gpu/SkGpuDevice.cpp:846: if (stroke.applyToPath(strokedPath, *pathPtr)) { On 2015/04/28 14:12:30, Kimmo Kinnunen ...
5 years, 7 months ago (2015-04-28 14:18:19 UTC) #5
egdaniel
https://codereview.chromium.org/1114463002/diff/1/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/1114463002/diff/1/src/gpu/SkGpuDevice.cpp#newcode846 src/gpu/SkGpuDevice.cpp:846: if (stroke.applyToPath(strokedPath, *pathPtr)) { On 2015/04/28 14:18:19, egdaniel wrote: ...
5 years, 7 months ago (2015-04-28 14:20:09 UTC) #6
egdaniel
lgtm
5 years, 7 months ago (2015-04-28 14:27:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1114463002/1
5 years, 7 months ago (2015-04-29 05:15:15 UTC) #9
commit-bot: I haz the power
5 years, 7 months ago (2015-04-29 05:19:29 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/280a9c81aa38271bc3b8ad4d442dd894cd2af3db

Powered by Google App Engine
This is Rietveld 408576698