diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-02-25 10:54:32 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-02-25 10:54:32 +0000 |
commit | fe68eb6a4081f60caf665ec632180e6d7c26a169 (patch) | |
tree | 5512538c33b8bb92ff50d4df2a51499af1a612c8 /expectations/gm | |
parent | 90667ba5eb88f5cb715f71add583a1c87efbe6a7 (diff) |
ARM Skia NEON patches - 25 - S32A_D565_Opaque_Dither clean/bugfix/speed
BlitRow565: S32A_D565_Opaque_Dither: some improvements
- Supports ARGB and ABGR
- Less magic numbers
- Reduced instruction count : 5-25% speedup
- Fixed indentation, removed some commented and useless code
Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
BUG=skia:
R=djsollen@google.com, mtklein@google.com
Author: kevin.petit@arm.com
Review URL: https://codereview.chromium.org/177963003
git-svn-id: http://skia.googlecode.com/svn/trunk@13577 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'expectations/gm')
-rw-r--r-- | expectations/gm/ignored-tests.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt index 40bcd3a26b..9618a0d9e5 100644 --- a/expectations/gm/ignored-tests.txt +++ b/expectations/gm/ignored-tests.txt @@ -64,3 +64,26 @@ inverse_paths # This one gets PDF result closer to 8888 than it was before (only one bar # different from 8888 vs three before). canvas-layer-state + +# Added by kevin.petit@arm.com for https://codereview.chromium.org/177963003/ +xfermodes3 +xfermodes2 +xfermodes +scaled_tilemodes_npot +scaled_tilemodes +tilemodes_npot +tilemodes +modecolorfilters +lumafilter +lerpmode +hairmodes +radial_gradient +convex_poly_clip +complexclip_aa_layer +complexclip_bw_layer +canvas-layer-state +bitmapfilters +drawbitmapmatrix +bitmapcopy +arithmode +aarectmodes |