WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
102214
Relocate the ARM NEON SVG filter optimizations
https://bugs.webkit.org/show_bug.cgi?id=102214
Summary
Relocate the ARM NEON SVG filter optimizations
Gabor Rapcsanyi
Reported
2012-11-14 05:15:57 PST
Relocate the ARM NEON SVG filter optimizations to WebCore/platform/graphics/cpu/arm/filters. We should keep all graphics optimizations for ARM here.
Attachments
proposed patch
(26.35 KB, patch)
2012-11-14 06:02 PST
,
Gabor Rapcsanyi
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Gabor Rapcsanyi
Comment 1
2012-11-14 06:02:12 PST
Created
attachment 174142
[details]
proposed patch
WebKit Review Bot
Comment 2
2012-11-14 06:06:27 PST
Attachment 174142
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/CMakeLists.txt', u'Source/W..." exit_code: 1 Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h:27: #ifndef header guard has wrong style, please use: FELightingNEON_h [build/header_guard] [5] Source/WebCore/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h:38: When wrapping a line, only indent 4 spaces. [whitespace/indent] [3] Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.h:49: When wrapping a line, only indent 4 spaces. [whitespace/indent] [3] Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.h:58: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.h:69: When wrapping a line, only indent 4 spaces. [whitespace/indent] [3] Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.h:78: When wrapping a line, only indent 4 spaces. [whitespace/indent] [3] Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.h:94: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.h:111: When wrapping a line, only indent 4 spaces. [whitespace/indent] [3] Total errors found: 8 in 15 files If any of these errors are false positives, please file a bug against check-webkit-style.
Zoltan Herczeg
Comment 3
2012-11-15 05:04:11 PST
Comment on
attachment 174142
[details]
proposed patch r=me, just a few comments This should be fixed: #ifndef header guard has wrong style, please use: FELightingNEON_h View in context:
https://bugs.webkit.org/attachment.cgi?id=174142&action=review
> Source/WebCore/ChangeLog:10 > + From now all graphics optimization for ARM NEON should be go here.
should go
Gabor Rapcsanyi
Comment 4
2012-11-15 05:47:37 PST
(In reply to
comment #3
)
> (From update of
attachment 174142
[details]
) > r=me, just a few comments > > This should be fixed: > #ifndef header guard has wrong style, please use: FELightingNEON_h > > View in context:
https://bugs.webkit.org/attachment.cgi?id=174142&action=review
> > > Source/WebCore/ChangeLog:10 > > + From now all graphics optimization for ARM NEON should be go here. > > should go
Thanks! Corrected patch landed:
http://trac.webkit.org/changeset/134767
Roger Fong
Comment 5
2012-11-15 10:45:25 PST
Broke all the Windows builds. Renamed files need to be updated in their respected vcproj files as well. I can fix it in a bit, unless you want to.
Gabor Rapcsanyi
Comment 6
2012-11-16 00:41:57 PST
(In reply to
comment #5
)
> Broke all the Windows builds. > Renamed files need to be updated in their respected vcproj files as well. > I can fix it in a bit, unless you want to.
Sorry the ews didn't complain and I forgot about the vcproj files. I will fix it in this bug:
https://bugs.webkit.org/show_bug.cgi?id=102469
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug