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

Issue 1026633002: use Sk2s for EvalQuadTangent and ChopQuadAt (Closed)

Created:
5 years, 9 months ago by reed2
Modified:
5 years, 9 months ago
Reviewers:
mtklein, caryclark, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

use Sk2s for EvalQuadTangent and ChopQuadAt abandoned in favor of https://codereview.chromium.org/1024873003/

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -24 lines) Patch
M bench/GeometryBench.cpp View 1 chunk +86 lines, -17 lines 2 comments Download
M src/core/SkGeometry.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/core/SkGeometry.cpp View 2 chunks +39 lines, -0 lines 2 comments Download
M tests/GeometryTest.cpp View 2 chunks +26 lines, -6 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
reed2
5 years, 9 months ago (2015-03-20 03:21:29 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1026633002/1
5 years, 9 months ago (2015-03-20 03:21:31 UTC) #4
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 9 months ago (2015-03-20 03:21:32 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-VS2013-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-VS2013-x86-Debug-Trybot/builds/3051)
5 years, 9 months ago (2015-03-20 03:25:38 UTC) #7
mtklein
https://codereview.chromium.org/1026633002/diff/1/bench/GeometryBench.cpp File bench/GeometryBench.cpp (right): https://codereview.chromium.org/1026633002/diff/1/bench/GeometryBench.cpp#newcode188 bench/GeometryBench.cpp:188: SkEvalQuadAt(fPts, 0.5f, NULL, &result); Is this intentional, comparing SkEvalQuadTangentAt ...
5 years, 9 months ago (2015-03-20 11:39:48 UTC) #8
mtklein
I'm seeing all them at about an ideal speedup: maxrss loops min median mean max ...
5 years, 9 months ago (2015-03-20 11:42:03 UTC) #9
reed1
5 years, 9 months ago (2015-03-20 12:32:03 UTC) #11
https://codereview.chromium.org/1026633002/diff/1/bench/GeometryBench.cpp
File bench/GeometryBench.cpp (right):

https://codereview.chromium.org/1026633002/diff/1/bench/GeometryBench.cpp#new...
bench/GeometryBench.cpp:188: SkEvalQuadAt(fPts, 0.5f, NULL, &result);
On 2015/03/20 11:39:48, mtklein wrote:
> Is this intentional, comparing SkEvalQuadTangentAt against SkEvalQuadAt?

The NULL is the quad position parameter, the next param is the tangent (EvalQuad
does double duty).

Powered by Google App Engine
This is Rietveld 408576698