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

Issue 1872193002: Graduate matrix map-point procs out of SkOpts. (Closed)

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

Description

Graduate matrix map-point procs out of SkOpts. These are implemented generically with Sk4s and don't benefit from anything fancier than vanilla SSE/NEON. This means there's no need to hide this code away in another file or behind a function pointer... it's readable and we have compile-time support for all the instructions it needs. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1872193002 CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot Committed: https://skia.googlesource.com/skia/+/567118fbe69f9d0e245ddc0a6c312b6b9b70233f

Patch Set 1 #

Patch Set 2 : fix includes #

Patch Set 3 : missed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -126 lines) Patch
M src/core/SkMatrix.cpp View 1 3 chunks +82 lines, -7 lines 0 comments Download
M src/core/SkOpts.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/core/SkOpts.cpp View 2 chunks +0 lines, -5 lines 0 comments Download
D src/opts/SkMatrix_opts.h View 1 chunk +0 lines, -106 lines 0 comments Download
M src/opts/SkOpts_neon.cpp View 1 2 2 chunks +0 lines, -5 lines 0 comments Download

Messages

Total messages: 20 (11 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1872193002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1872193002/20001
4 years, 8 months ago (2016-04-10 14:10:46 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot/builds/6046)
4 years, 8 months ago (2016-04-10 14:11:50 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1872193002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1872193002/40001
4 years, 8 months ago (2016-04-10 14:17:18 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-10 14:27:02 UTC) #12
mtklein_C
Was going to ping this CL, then I noticed I never sent it to you ...
4 years, 8 months ago (2016-04-14 19:37:27 UTC) #14
reed1
I presume the nanobench timings are unchanged (or improved) lgtm
4 years, 8 months ago (2016-04-14 20:02:06 UTC) #15
mtklein
On 2016/04/14 at 20:02:06, reed wrote: > I presume the nanobench timings are unchanged (or ...
4 years, 8 months ago (2016-04-14 20:41:32 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1872193002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1872193002/40001
4 years, 8 months ago (2016-04-14 20:41:41 UTC) #18
commit-bot: I haz the power
4 years, 8 months ago (2016-04-14 21:07:06 UTC) #20
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/567118fbe69f9d0e245ddc0a6c312b6b9b70233f

Powered by Google App Engine
This is Rietveld 408576698