diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-05-07 20:15:22 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-05-07 20:15:22 +0000 |
commit | 4da6b93e0a3d18646f098755c2b162518e269baa (patch) | |
tree | 3aca3f9cb11efaf3cf43fe1ce5c550336a2eb3b9 /www/webkit2-gtk3 | |
parent | d607e97e9c1739a616c7efcda90890d805e383a4 (diff) | |
download | ports-4da6b93e0a3d18646f098755c2b162518e269baa.tar.gz ports-4da6b93e0a3d18646f098755c2b162518e269baa.zip |
Notes
Diffstat (limited to 'www/webkit2-gtk3')
-rw-r--r-- | www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp b/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp new file mode 100644 index 000000000000..3ad37978314d --- /dev/null +++ b/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp @@ -0,0 +1,11 @@ +--- Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp.orig 2016-04-10 06:48:37 UTC ++++ 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 |