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

Issue 1569013002: Set up some hooks for premul/swizzzle opts. (Closed)

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

Description

Set up some hooks for premul/swizzzle opts. You can call these as SkOpts::premul_xxxa, SkOpts::swaprb_xxxa, etc. For now, I just backed the function pointers with some (untested) portable code, which may autovectorize. We can override with optimized versions in Init_ssse3() (in SkOpts_ssse3.cpp), Init_neon() (SkOpts_neon.cpp), etc. BUG=skia:4767 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1569013002 Committed: https://skia.googlesource.com/skia/+/a1bfaad00486883669e20a94cf8f7a8f4e34266a

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -0 lines) Patch
M src/core/SkOpts.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/core/SkOpts.cpp View 2 chunks +56 lines, -0 lines 1 comment Download

Messages

Total messages: 13 (6 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/1569013002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1569013002/1
4 years, 11 months ago (2016-01-07 21:27:03 UTC) #3
mtklein_C
4 years, 11 months ago (2016-01-07 21:28:50 UTC) #5
msarett
lgtm Great, I'll start trying to hook up to this! https://codereview.chromium.org/1569013002/diff/1/src/core/SkOpts.cpp File src/core/SkOpts.cpp (right): https://codereview.chromium.org/1569013002/diff/1/src/core/SkOpts.cpp#newcode63 ...
4 years, 11 months ago (2016-01-07 21:35:06 UTC) #6
mtklein
On 2016/01/07 21:35:06, msarett wrote: > lgtm > > Great, I'll start trying to hook ...
4 years, 11 months ago (2016-01-07 21:37:50 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-07 21:43:26 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1569013002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1569013002/1
4 years, 11 months ago (2016-01-07 21:47:55 UTC) #11
commit-bot: I haz the power
4 years, 11 months ago (2016-01-07 21:48:25 UTC) #13
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/a1bfaad00486883669e20a94cf8f7a8f4e34266a

Powered by Google App Engine
This is Rietveld 408576698