diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-24 14:30:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-24 14:30:29 +0000 |
commit | 27bf98275bf6f1e1c11ba437678a9ce540bb3929 (patch) | |
tree | ddcb824ecca4898d204bbb771f22537b3d84a75e /www/webkit-gtk | |
parent | 9f3b922d12f1aa65eea86b779f79afe2c0f119ee (diff) | |
download | pkgsrc-27bf98275bf6f1e1c11ba437678a9ce540bb3929.tar.gz |
Drop redundantt instruction suffix not supported by LLVM IAS.
Diffstat (limited to 'www/webkit-gtk')
-rw-r--r-- | www/webkit-gtk/distinfo | 3 | ||||
-rw-r--r-- | www/webkit-gtk/patches/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/www/webkit-gtk/distinfo b/www/webkit-gtk/distinfo index e61bcfa3483..c0ce2b8db4a 100644 --- a/www/webkit-gtk/distinfo +++ b/www/webkit-gtk/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.73 2015/01/18 18:52:01 wiz Exp $ +$NetBSD: distinfo,v 1.74 2015/03/24 14:30:29 joerg Exp $ SHA1 (webkitgtk-2.4.8.tar.xz) = 44c6bbe52108297126830525619c1df047886a6f RMD160 (webkitgtk-2.4.8.tar.xz) = 24f812f3989baa67e165c1076923020c37df9501 @@ -12,6 +12,7 @@ SHA1 (patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h) = f1eee SHA1 (patch-Source_WTF_wtf_MathExtras.h) = bce39efce126793c2a33ab99224ca44860273a5b SHA1 (patch-Source_WTF_wtf_Platform.h) = 6471907359806a180df3e2082b0e54109cb40955 SHA1 (patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp) = 2835657e04cdbc0cc7be8a6793061f0b98f84224 +SHA1 (patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp) = 6d3b9ee1559a18c17229698e44246f13c77278c9 SHA1 (patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp) = 994d1671ff2d8e3a961b9b7ed34f69215ed46f91 SHA1 (patch-ai) = 8e174c68e4ba06fdd6edd64fd6df3328faf9055f SHA1 (patch-aj) = d35a4b26e2104cdf7f3be81b020aabb4779dfaad diff --git a/www/webkit-gtk/patches/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp b/www/webkit-gtk/patches/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp new file mode 100644 index 00000000000..1efc366fdd9 --- /dev/null +++ b/www/webkit-gtk/patches/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp,v 1.1 2015/03/24 14:30:29 joerg Exp $ + +--- Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp.orig 2014-10-08 17:54:37.000000000 +0000 ++++ Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp +@@ -403,7 +403,7 @@ TOSTRING(neonDrawLighting) ":" NL + "vmin.f32 " TMP2_D0 ", " TMP2_D0 ", " CONST_ONE_HI_D NL + "vmul.f32 " TMP3_Q ", " COLOR_Q ", " TMP2_D0 "[1]" NL + "vcvt.u32.f32 " TMP3_Q ", " TMP3_Q NL +- "vmov.u32 r2, r3, " TMP3_S0 ", " TMP3_S1 NL ++ "vmov r2, r3, " TMP3_S0 ", " TMP3_S1 NL + // The color values are stored in-place. + "strb r2, [" PIXELS_R ", #-11]" NL + "strb r3, [" PIXELS_R ", #-10]" NL |