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

Issue 158973002: ARM Skia NEON patches - 12 - S32_Blend (Closed)

Created:
6 years, 10 months ago by kevin.petit
Modified:
6 years, 10 months ago
Reviewers:
djsollen, mtklein
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

ARM Skia NEON patches - 12 - S32_Blend Blitrow32: S32_Blend fix and little speed improvement - the results are now exactly similar as the C code - the speed has improved, especially for small values of count +-------+-----------+------------+ | count | Cortex-A9 | Cortex-A15 | +-------+-----------+------------+ | 1 | +30% | +18% | +-------+-----------+------------+ | 2 | 0 | 0 | +-------+-----------+------------+ | 4 | - <1% | +14% | +-------+-----------+------------+ | > 4 | -0.5..+5% | -0.5..+4% | +-------+-----------+------------+ Signed-off-by: Kévin PETIT <kevin.petit@arm.com>; BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=13532 Committed: http://code.google.com/p/skia/source/detail?r=13543

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review comments #

Patch Set 3 : Review comments #

Patch Set 4 : Rebase #

Total comments: 2

Patch Set 5 : Update email in ignored-tests.txt #

Patch Set 6 : Update email in ignored-tests.txt #

Patch Set 7 : Fix warnings #

Patch Set 8 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -58 lines) Patch
expectations/gm/ignored-tests.txt View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
src/opts/SkBlitRow_opts_arm_neon.cpp View 1 2 3 4 5 6 1 chunk +48 lines, -58 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
kevin.petit
6 years, 10 months ago (2014-02-10 15:13:10 UTC) #1
djsollen
https://codereview.chromium.org/158973002/diff/1/src/opts/SkBlitRow_opts_arm_neon.cpp File src/opts/SkBlitRow_opts_arm_neon.cpp (right): https://codereview.chromium.org/158973002/diff/1/src/opts/SkBlitRow_opts_arm_neon.cpp#newcode770 src/opts/SkBlitRow_opts_arm_neon.cpp:770: if (count > 0) { instead of nesting the ...
6 years, 10 months ago (2014-02-13 17:30:14 UTC) #2
kevin.petit
https://codereview.chromium.org/158973002/diff/1/src/opts/SkBlitRow_opts_arm_neon.cpp File src/opts/SkBlitRow_opts_arm_neon.cpp (right): https://codereview.chromium.org/158973002/diff/1/src/opts/SkBlitRow_opts_arm_neon.cpp#newcode770 src/opts/SkBlitRow_opts_arm_neon.cpp:770: if (count > 0) { On 2014/02/13 17:30:15, djsollen ...
6 years, 10 months ago (2014-02-13 17:40:19 UTC) #3
djsollen
lgtm pending success of trybot runs
6 years, 10 months ago (2014-02-13 17:43:41 UTC) #4
kevin.petit
On 2014/02/13 17:43:41, djsollen wrote: > lgtm pending success of trybot runs Could you retrigger ...
6 years, 10 months ago (2014-02-14 14:33:31 UTC) #5
kevin.petit
I've just sent a rebased patch. Do you want to launch the bots or are ...
6 years, 10 months ago (2014-02-21 15:22:09 UTC) #6
djsollen
lgtm, so feel free to submit after you address my one nit. https://codereview.chromium.org/158973002/diff/170001/expectations/gm/ignored-tests.txt File expectations/gm/ignored-tests.txt ...
6 years, 10 months ago (2014-02-21 15:25:58 UTC) #7
kevin.petit
https://codereview.chromium.org/158973002/diff/170001/expectations/gm/ignored-tests.txt File expectations/gm/ignored-tests.txt (right): https://codereview.chromium.org/158973002/diff/170001/expectations/gm/ignored-tests.txt#newcode63 expectations/gm/ignored-tests.txt:63: # Added by kevin.petit.arm@gmail.com for https://codereview.chromium.org/18173012/ On 2014/02/21 15:25:59, ...
6 years, 10 months ago (2014-02-21 15:29:33 UTC) #8
kevin.petit
The CQ bit was checked by kevin.petit@arm.com
6 years, 10 months ago (2014-02-21 15:29:44 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/kevin.petit@arm.com/158973002/240001
6 years, 10 months ago (2014-02-21 15:29:48 UTC) #10
commit-bot: I haz the power
Change committed as 13532
6 years, 10 months ago (2014-02-21 17:40:40 UTC) #11
scroggo
A revert of this CL has been created in https://codereview.chromium.org/175433002/ by scroggo@google.com. The reason for ...
6 years, 10 months ago (2014-02-21 17:52:08 UTC) #12
kevin.petit
On 2014/02/21 17:52:08, scroggo wrote: > A revert of this CL has been created in ...
6 years, 10 months ago (2014-02-21 18:12:08 UTC) #13
kevin.petit
The CQ bit was checked by kevin.petit@arm.com
6 years, 10 months ago (2014-02-21 18:12:13 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/kevin.petit@arm.com/158973002/350001
6 years, 10 months ago (2014-02-21 18:12:22 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/kevin.petit@arm.com/158973002/350001
6 years, 10 months ago (2014-02-21 18:23:30 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-21 18:23:32 UTC) #17
commit-bot: I haz the power
Failed to apply patch for expectations/gm/ignored-tests.txt: While running git apply --index -p1; Created missing directory ...
6 years, 10 months ago (2014-02-21 18:23:32 UTC) #18
kevin.petit
The CQ bit was checked by kevin.petit@arm.com
6 years, 10 months ago (2014-02-21 18:30:34 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/kevin.petit@arm.com/158973002/200002
6 years, 10 months ago (2014-02-21 18:30:38 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/kevin.petit@arm.com/158973002/200002
6 years, 10 months ago (2014-02-21 19:13:05 UTC) #21
commit-bot: I haz the power
6 years, 10 months ago (2014-02-21 19:49:19 UTC) #22
Message was sent while issue was closed.
Change committed as 13543

Powered by Google App Engine
This is Rietveld 408576698