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

Issue 1656383002: NEON optimizations for gray -> RGBA (or BGRA) conversions (Closed)

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

Description

NEON optimizations for gray -> RGBA (or BGRA) conversions Swizzle Bench Runtime Nexus 6P 0.32x Nexus 9 0.89x PNG Decode Time (for test set of gray encoded PNGs) Nexus 6P 0.88x Nexus 9 0.91x BUG=skia:4767 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1656383002 CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot Committed: https://skia.googlesource.com/skia/+/2eff71c9b5f984b58961e5a6b4e66774c4385224

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : Fix comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -1 line) Patch
M bench/SwizzleBench.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/codec/SkSwizzler.cpp View 1 2 2 chunks +14 lines, -0 lines 0 comments Download
M src/core/SkOpts.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/core/SkOpts.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/opts/SkOpts_neon.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/opts/SkOpts_ssse3.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/opts/SkSwizzler_opts.h View 1 2 4 chunks +59 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 10 (5 generated)
msarett
4 years, 10 months ago (2016-02-02 19:07:21 UTC) #3
mtklein
lgtm Just nits about comments. SSE next? https://codereview.chromium.org/1656383002/diff/20001/src/codec/SkSwizzler.cpp File src/codec/SkSwizzler.cpp (right): https://codereview.chromium.org/1656383002/diff/20001/src/codec/SkSwizzler.cpp#newcode281 src/codec/SkSwizzler.cpp:281: // Note ...
4 years, 10 months ago (2016-02-02 19:34:59 UTC) #4
msarett
Yes SSE is coming very soon. https://codereview.chromium.org/1656383002/diff/20001/src/codec/SkSwizzler.cpp File src/codec/SkSwizzler.cpp (right): https://codereview.chromium.org/1656383002/diff/20001/src/codec/SkSwizzler.cpp#newcode281 src/codec/SkSwizzler.cpp:281: // Note that ...
4 years, 10 months ago (2016-02-02 20:10:28 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1656383002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1656383002/40001
4 years, 10 months ago (2016-02-02 20:11:03 UTC) #8
commit-bot: I haz the power
4 years, 10 months ago (2016-02-02 20:59:54 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/2eff71c9b5f984b58961e5a6b4e66774c4385224

Powered by Google App Engine
This is Rietveld 408576698