From 374ea4ee26b9d537c1b9635544105f915766f61b Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Fri, 21 Feb 2014 19:49:17 +0000 Subject: ARM Skia NEON patches - 12 - S32_Blend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Blitrow32: S32_Blend fix and little speed improvement - the results are now exactly similar as the C code - the speed has improved, especially for small values of count +-------+-----------+------------+ | count | Cortex-A9 | Cortex-A15 | +-------+-----------+------------+ | 1 | +30% | +18% | +-------+-----------+------------+ | 2 | 0 | 0 | +-------+-----------+------------+ | 4 | - <1% | +14% | +-------+-----------+------------+ | > 4 | -0.5..+5% | -0.5..+4% | +-------+-----------+------------+ Signed-off-by: Kévin PETIT BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=13532 R=djsollen@google.com, mtklein@google.com Author: kevin.petit@arm.com Review URL: https://codereview.chromium.org/158973002 git-svn-id: http://skia.googlecode.com/svn/trunk@13543 2bbb7eff-a529-9590-31e7-b0007b416f81 --- expectations/gm/ignored-tests.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'expectations/gm') diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt index 2ad81f0882..28321d01ed 100644 --- a/expectations/gm/ignored-tests.txt +++ b/expectations/gm/ignored-tests.txt @@ -59,3 +59,11 @@ imagefiltersscaled # Added by yunchao.he@intel.com for https://codereview.chromium.org/166023002 inverse_paths + +# Added by kevin.petit@arm.com for https://codereview.chromium.org/158973002 +roundrects +gradients_view_perspective +filltypespersp +bleed +bitmaprect_i +bitmaprect_s -- cgit v1.2.3