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

Issue 19238003: Add bench for hairline paths (Closed)

Created:
7 years, 5 months ago by egdaniel
Modified:
7 years, 5 months ago
Reviewers:
jvanverth1, bsalomon
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+240 lines, -1 line) Patch
A bench/HairlinePathBench.cpp View 1 2 3 1 chunk +238 lines, -0 lines 0 comments Download
M gyp/bench.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M samplecode/SampleHairCurves.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
egdaniel
Here is the bench I created for hairline paths. Can I get some feed back ...
7 years, 5 months ago (2013-07-15 17:26:44 UTC) #1
bsalomon
In the GPU we do things a little differently depending on the actual controls points ...
7 years, 5 months ago (2013-07-15 17:42:56 UTC) #2
tfarina
https://codereview.chromium.org/19238003/diff/1/bench/HairlinePathBench.cpp File bench/HairlinePathBench.cpp (right): https://codereview.chromium.org/19238003/diff/1/bench/HairlinePathBench.cpp#newcode13 bench/HairlinePathBench.cpp:13: #define HYPERBOLA 2.0f can these be const floats instead? ...
7 years, 5 months ago (2013-07-16 02:03:16 UTC) #3
bsalomon
https://codereview.chromium.org/19238003/diff/1/bench/HairlinePathBench.cpp File bench/HairlinePathBench.cpp (right): https://codereview.chromium.org/19238003/diff/1/bench/HairlinePathBench.cpp#newcode92 bench/HairlinePathBench.cpp:92: ConicPathBench(void* param, const SkScalar weight) : INHERITED(param), fWeight(weight) {} ...
7 years, 5 months ago (2013-07-16 12:57:17 UTC) #4
egdaniel
Added more varying paths for each type, and added cubics. Also there are now flags ...
7 years, 5 months ago (2013-07-16 19:17:20 UTC) #5
bsalomon
For my nits I don't need to see another patch, but I am curious about ...
7 years, 5 months ago (2013-07-16 19:25:36 UTC) #6
egdaniel
https://codereview.chromium.org/19238003/diff/10001/bench/HairlinePathBench.cpp File bench/HairlinePathBench.cpp (right): https://codereview.chromium.org/19238003/diff/10001/bench/HairlinePathBench.cpp#newcode31 bench/HairlinePathBench.cpp:31: static const int maxPathSize = 10; changed On 2013/07/16 ...
7 years, 5 months ago (2013-07-16 19:38:38 UTC) #7
bsalomon
lgtm with nit fixes/explanations
7 years, 5 months ago (2013-07-16 20:26:14 UTC) #8
egdaniel
7 years, 5 months ago (2013-07-17 19:30:44 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 manually as r10128 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698