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

Issue 22269003: ARM Skia NEON patches - 23 - S32_D565_Opaque_Dither cleanup/bugfix/speed (Closed)

Created:
7 years, 4 months ago by kevin.petit.not.used.account
Modified:
7 years, 3 months ago
Reviewers:
djsollen, mtklein
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

ARM Skia NEON patches - 23 - S32_D565_Opaque_Dither cleanup/bugfix/speed BlitRow565: S32_D565_Opaque_Dither: cleaning / bugfix This patch brings a little code cleaning (spaces/comments) and a little speed improvement (by using post-incrementation in the asm) but more importantly it fixes a bug on Linux. The new code now supports ARGB as well as ABGR. I removed the comment as I have confirmed with benchmarks that this code bring a *massive* (3x-7x) speedup compared to the C code. Signed-off-by: Kévin PETIT <kevin.petit@arm.com>; BUG= Committed: http://code.google.com/p/skia/source/detail?r=11339

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address review comments + clean comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -26 lines) Patch
M src/opts/SkBlitRow_opts_arm_neon.cpp View 1 4 chunks +24 lines, -26 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mtklein
lgtm with a request to add a small comment or two https://codereview.chromium.org/22269003/diff/1/src/opts/SkBlitRow_opts_arm_neon.cpp File src/opts/SkBlitRow_opts_arm_neon.cpp (left): ...
7 years, 3 months ago (2013-09-12 20:07:35 UTC) #1
kevin.petit.not.used.account
Patch Set 2 addresses the comments received and does some more cleaning of the comments ...
7 years, 3 months ago (2013-09-13 12:08:27 UTC) #2
mtklein
lgtm
7 years, 3 months ago (2013-09-13 12:57:35 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/kevin.petit.arm@gmail.com/22269003/5001
7 years, 3 months ago (2013-09-13 13:46:47 UTC) #4
commit-bot: I haz the power
7 years, 3 months ago (2013-09-18 13:00:24 UTC) #5
Message was sent while issue was closed.
Change committed as 11339

Powered by Google App Engine
This is Rietveld 408576698