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

Issue 604373003: [WIP] Supporting arm_neon_optional flag for blink platform.

Created:
6 years, 2 months ago by KhNo
Modified:
6 years, 1 month ago
Reviewers:
CC:
blink-reviews, jamesr, pdr+graphicswatchlist_chromium.org, blink-reviews-wtf_chromium.org, jbroman, Raymond Toy, danakj, Rik, Mikhail, aandrey+blink_chromium.org, Stephen Chennney, mkwst+moarreviews_chromium.org, krit, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

[WIP] Supporting arm_neon_optional flag for blink platform. ARM neon instructions have been disabled for supporting non-neon devices in blink_platform. There is no handling about arm_neon_optional flag which have been set by default in common.gypi. Blink needs checking routine whether ARM neon instructions are supported or not on run-time as skia engine does, and forked. BUG=none

Patch Set 1 : #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+729 lines, -482 lines) Patch
M Source/build/features.gypi View 1 chunk +10 lines, -0 lines 0 comments Download
M Source/platform/Logging.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/platform/Logging.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
M Source/platform/audio/VectorMath.h View 1 chunk +12 lines, -0 lines 0 comments Download
M Source/platform/audio/VectorMath.cpp View 1 2 chunks +21 lines, -18 lines 0 comments Download
A Source/platform/audio/cpu/arm/VectorMathNEON.h View 1 chunk +281 lines, -0 lines 0 comments Download
M Source/platform/blink_platform.gyp View 3 chunks +16 lines, -37 lines 0 comments Download
M Source/platform/blink_platform.gypi View 2 chunks +3 lines, -1 line 0 comments Download
M Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h View 1 chunk +0 lines, -304 lines 0 comments Download
M Source/platform/graphics/cpu/arm/filters/FEBlendNEON.h View 1 chunk +40 lines, -0 lines 0 comments Download
M Source/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h View 1 chunk +8 lines, -6 lines 0 comments Download
A Source/platform/graphics/cpu/arm/filters/FilterEffectNEON.h View 1 chunk +59 lines, -0 lines 0 comments Download
A + Source/platform/graphics/cpu/arm/gpu/WebGLImageConversionNEON.h View 10 chunks +10 lines, -10 lines 0 comments Download
M Source/platform/graphics/filters/FEBlend.h View 2 chunks +6 lines, -5 lines 0 comments Download
M Source/platform/graphics/filters/FEBlend.cpp View 3 chunks +10 lines, -49 lines 0 comments Download
M Source/platform/graphics/filters/FEComposite.h View 1 chunk +4 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEComposite.cpp View 2 chunks +3 lines, -6 lines 0 comments Download
M Source/platform/graphics/filters/FEGaussianBlur.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/platform/graphics/filters/FilterEffect.h View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/platform/graphics/filters/FilterEffect.cpp View 2 chunks +5 lines, -20 lines 0 comments Download
M Source/platform/graphics/gpu/WebGLImageConversion.h View 1 chunk +14 lines, -0 lines 0 comments Download
M Source/platform/graphics/gpu/WebGLImageConversion.cpp View 7 chunks +9 lines, -19 lines 0 comments Download
M Source/wtf/CPU.h View 2 chunks +32 lines, -5 lines 0 comments Download
A Source/wtf/CPU.cpp View 1 chunk +162 lines, -0 lines 0 comments Download
M Source/wtf/Compiler.h View 1 chunk +8 lines, -0 lines 0 comments Download
M Source/wtf/wtf.gyp View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/wtf/wtf.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 41 (41 generated)
KhNo
Patchset #1 (id:1) has been deleted
6 years, 2 months ago (2014-10-01 02:33:54 UTC) #1
KhNo
Patchset #1 (id:20001) has been deleted
6 years, 2 months ago (2014-10-01 02:34:03 UTC) #2
KhNo
Patchset #1 (id:40001) has been deleted
6 years, 2 months ago (2014-10-01 04:05:09 UTC) #3
KhNo
Patchset #1 (id:60001) has been deleted
6 years, 2 months ago (2014-10-01 04:05:20 UTC) #4
KhNo
Patchset #1 (id:80001) has been deleted
6 years, 2 months ago (2014-10-01 04:31:44 UTC) #5
KhNo
Patchset #1 (id:100001) has been deleted
6 years, 2 months ago (2014-10-01 04:31:55 UTC) #6
KhNo
Patchset #1 (id:120001) has been deleted
6 years, 2 months ago (2014-10-01 04:36:34 UTC) #7
KhNo
Patchset #1 (id:140001) has been deleted
6 years, 2 months ago (2014-10-01 11:49:23 UTC) #8
KhNo
Patchset #1 (id:160001) has been deleted
6 years, 2 months ago (2014-10-01 11:49:32 UTC) #9
KhNo
Patchset #1 (id:180001) has been deleted
6 years, 2 months ago (2014-10-01 15:03:07 UTC) #10
KhNo
Patchset #1 (id:200001) has been deleted
6 years, 2 months ago (2014-10-02 05:42:09 UTC) #11
KhNo
Patchset #1 (id:220001) has been deleted
6 years, 2 months ago (2014-10-02 05:46:40 UTC) #12
KhNo
Patchset #1 (id:240001) has been deleted
6 years, 2 months ago (2014-10-02 07:00:02 UTC) #13
KhNo
Patchset #1 (id:260001) has been deleted
6 years, 2 months ago (2014-10-02 07:49:13 UTC) #14
KhNo
Patchset #1 (id:280001) has been deleted
6 years, 2 months ago (2014-10-02 08:34:43 UTC) #15
KhNo
Patchset #1 (id:300001) has been deleted
6 years, 2 months ago (2014-10-02 10:43:50 UTC) #16
KhNo
Patchset #1 (id:320001) has been deleted
6 years, 2 months ago (2014-10-07 09:27:26 UTC) #17
KhNo
Patchset #1 (id:340001) has been deleted
6 years, 2 months ago (2014-10-08 07:18:31 UTC) #18
KhNo
Patchset #1 (id:360001) has been deleted
6 years, 2 months ago (2014-10-08 07:18:41 UTC) #19
KhNo
Patchset #1 (id:380001) has been deleted
6 years, 2 months ago (2014-10-08 07:18:53 UTC) #20
KhNo
Patchset #1 (id:400001) has been deleted
6 years, 2 months ago (2014-10-08 08:42:39 UTC) #21
KhNo
Patchset #1 (id:420001) has been deleted
6 years, 2 months ago (2014-10-08 08:42:51 UTC) #22
KhNo
Patchset #1 (id:440001) has been deleted
6 years, 2 months ago (2014-10-08 08:43:02 UTC) #23
KhNo
Patchset #1 (id:460001) has been deleted
6 years, 2 months ago (2014-10-08 08:43:14 UTC) #24
KhNo
Patchset #1 (id:480001) has been deleted
6 years, 2 months ago (2014-10-08 08:43:26 UTC) #25
KhNo
Patchset #1 (id:500001) has been deleted
6 years, 2 months ago (2014-10-08 08:43:37 UTC) #26
KhNo
Patchset #1 (id:520001) has been deleted
6 years, 2 months ago (2014-10-08 09:53:33 UTC) #27
KhNo
Patchset #1 (id:540001) has been deleted
6 years, 2 months ago (2014-10-08 09:53:45 UTC) #28
KhNo
Patchset #1 (id:560001) has been deleted
6 years, 2 months ago (2014-10-08 09:53:56 UTC) #29
KhNo
Patchset #1 (id:580001) has been deleted
6 years, 2 months ago (2014-10-08 09:54:07 UTC) #30
KhNo
Patchset #1 (id:600001) has been deleted
6 years, 2 months ago (2014-10-10 08:08:53 UTC) #31
KhNo
Patchset #1 (id:620001) has been deleted
6 years, 2 months ago (2014-10-10 08:09:03 UTC) #32
KhNo
Patchset #1 (id:650001) has been deleted
6 years, 2 months ago (2014-10-10 08:09:13 UTC) #33
KhNo
Patchset #1 (id:710001) has been deleted
6 years, 2 months ago (2014-10-10 08:52:57 UTC) #34
KhNo
Patchset #1 (id:760001) has been deleted
6 years, 2 months ago (2014-10-10 08:53:07 UTC) #35
KhNo
Patchset #1 (id:790001) has been deleted
6 years, 2 months ago (2014-10-10 10:46:50 UTC) #36
KhNo
Patchset #1 (id:790002) has been deleted
6 years, 2 months ago (2014-10-10 10:47:03 UTC) #37
KhNo
Patchset #1 (id:840001) has been deleted
6 years, 2 months ago (2014-10-10 10:47:18 UTC) #38
KhNo
Patchset #1 (id:860001) has been deleted
6 years, 2 months ago (2014-10-10 10:47:29 UTC) #39
KhNo
Patchset #1 (id:880001) has been deleted
6 years, 2 months ago (2014-10-10 10:47:42 UTC) #40
KhNo
6 years, 2 months ago (2014-10-10 10:49:29 UTC) #41
Patchset #1 (id:900001) has been deleted

Powered by Google App Engine
This is Rietveld 408576698