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

Issue 2060903002: Add SampleApp that shows problems in stroking (Closed)

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

Description

Add SampleApp that shows problems in stroking - When the stroke width gets too big the raster algorithm produces incorrect output - This also causes the GPU path to produce incorrect output if the width is larger than an arbitrary limit in GrAALinearizingConvexPathRenderer (which is the renderer used for this specific geometry) - Other non-convex geometries probably also produce strange results BUG=skia:5405, skia:5406 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2060903002 Committed: https://skia.googlesource.com/skia/+/9bd4c693020bb440464ae12ae05e8e8f97568ee0

Patch Set 1 #

Patch Set 2 : Use cmath instead of math.h #

Patch Set 3 : Use SK_ScalarPI instead of having to do some weird define for windows #

Patch Set 4 : Change things to explicitly be floats to appease Windows #

Patch Set 5 : Run clang-format on SamplePathOverstroke.cpp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -0 lines) Patch
M gyp/SampleApp.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A samplecode/SamplePathOverstroke.cpp View 1 2 3 4 1 chunk +168 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
Harry Stern
4 years, 6 months ago (2016-06-13 14:58:56 UTC) #5
reed1
lgtm
4 years, 6 months ago (2016-06-13 16:11:43 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2060903002/1
4 years, 6 months ago (2016-06-13 16:41:00 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/9129)
4 years, 6 months ago (2016-06-13 16:52:30 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2060903002/60001
4 years, 6 months ago (2016-06-13 18:37:22 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-13 18:54:13 UTC) #14
Harry Stern
I probably need a new lgtm now that I made some changes, though all the ...
4 years, 6 months ago (2016-06-13 18:56:59 UTC) #15
reed1
lgtm
4 years, 6 months ago (2016-06-13 20:34:34 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2060903002/80001
4 years, 6 months ago (2016-06-13 21:00:28 UTC) #18
Harry Stern
Sorry, one more after the trybots run (probably unnecessary). I will remember to run clang-format ...
4 years, 6 months ago (2016-06-13 21:01:20 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-13 21:18:13 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2060903002/80001
4 years, 6 months ago (2016-06-15 14:42:31 UTC) #24
commit-bot: I haz the power
4 years, 6 months ago (2016-06-15 16:13:39 UTC) #26
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/9bd4c693020bb440464ae12ae05e8e8f97568ee0

Powered by Google App Engine
This is Rietveld 408576698