|
|
Created:
7 years, 2 months ago by kevin.petit.not.used.account Modified:
7 years, 1 month ago CC:
skia-review_googlegroups.com Base URL:
https://skia.googlecode.com/svn/trunk Visibility:
Public. |
DescriptionARM Skia NEON patches - 33 - Convolution filter
NEON version of the convolutionProcs
The bitmap_scale benchmark is now twice as fast on ARM.
Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
BUG=
Committed: http://code.google.com/p/skia/source/detail?r=12154
Committed: http://code.google.com/p/skia/source/detail?r=12166
Patch Set 1 #Patch Set 2 : Respect the 100 characters limit #Patch Set 3 : Remove the unused variable #
Messages
Total messages: 20 (0 generated)
This patch implements a NEON version of the convolutionProcs. It has no mismatches. The code is based on the SSE version.
there are some places where you go over the 100 character limit. Other than that nit, I'm fine with taking the patch if it passes GM.
Patch Set 2 respects the 100 characters limit. It also fixes existing code in src/opts/SkBitmapProcState_opts_arm.cpp.
On 2013/10/21 11:53:57, kevin.petit.arm wrote: > Patch Set 2 respects the 100 characters limit. It also fixes existing code in > src/opts/SkBitmapProcState_opts_arm.cpp. lgtm, thanks
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an LGTM may have been provided, it was from a non-committer or a lowly provisional committer, _not_ a full super star committer. See http://www.chromium.org/getting-involved/become-a-committer Note that this has nothing to do with OWNERS files.
May someone with full commit rights consider giving his lgtm? Thanks.
lgtm
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/kevin.petit.arm@gmail.com/27533004/24001
Thanks.
Message was sent while issue was closed.
Change committed as 12154
Message was sent while issue was closed.
I am reverting this CL due to https://code.google.com/p/skia/issues/detail?id=1807 ('ARM builds broken by https://skia.googlesource.com/skia.git/+/51fb90055760d64d92c35679e5cdda66e5cd...)
Message was sent while issue was closed.
This is fixed in Patch Set 3. Old versions of gyp don't seem to support the definitions that make skia_warnings_as_errors work. Could someone reopen the issue so I can add this to the CQ, please?
Message was sent while issue was closed.
On 2013/11/06 18:01:35, kevin.petit.arm wrote: > This is fixed in Patch Set 3. > > Old versions of gyp don't seem to support the definitions that make > skia_warnings_as_errors work. > > Could someone reopen the issue so I can add this to the CQ, please? Given that you (kevin.petit.arm@gmail.com) created the issue, I think you should be able to reopen it. (Click on Edit Issue to find the option) At any rate, I will reopen the issue... but note that the commit queue won't be able to commit the CL until the end of the day... the Skia tree is closed today for maintenance.
On 2013/11/06 18:17:35, epoger wrote: > Given that you (mailto:kevin.petit.arm@gmail.com) created the issue, I think you should > be able to reopen it. (Click on Edit Issue to find the option) How could I have missed that for so long! I've hassled people many times for this :-). Thanks a lot. > At any rate, I will reopen the issue... but note that the commit queue won't be > able to commit the CL until the end of the day... the Skia tree is closed today > for maintenance. There's nothing urgent here. I'll put it in the queue and it will be merged ... when it is merged.
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/kevin.petit.arm@gmail.com/27533004/19...
On 2013/11/06 21:20:44, I haz the power (commit-bot) wrote: > CQ is trying da patch. Follow status at > https://skia-tree-status.appspot.com/cq/kevin.petit.arm%40gmail.com/27533004/... I have unchecked the commit box due to https://code.google.com/p/skia/issues/detail?id=1810 ('a bunch of identical try jobs have been run on Build-Ubuntu12-GCC-x86_64-Release-Trybot') . The Skia buildbots and commitqueue are in a fragile state due to maintenance earlier today; please coordinate with me before attempting to commit this change. Sorry for the delay.
On 2013/11/07 03:36:16, epoger wrote: > I have unchecked the commit box due to > https://code.google.com/p/skia/issues/detail?id=1810 ('a bunch of identical try > jobs have been run on Build-Ubuntu12-GCC-x86_64-Release-Trybot') . Re-checking the commit box, as per https://code.google.com/p/skia/issues/detail?id=1810#c10
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/kevin.petit.arm@gmail.com/27533004/19...
Message was sent while issue was closed.
Change committed as 12166
Message was sent while issue was closed.
On 2013/11/07 15:37:47, epoger wrote: > Re-checking the commit box, as per > https://code.google.com/p/skia/issues/detail?id=1810#c10 Thanks. |