svn commit: r440464 - in head/www/webkit2-gtk3: . files

Jan Beich jbeich at FreeBSD.org
Tue May 9 01:41:19 UTC 2017


Author: jbeich
Date: Tue May  9 01:41:18 2017
New Revision: 440464
URL: https://svnweb.freebsd.org/changeset/ports/440464

Log:
  www/webkit2-gtk3: properly apply r440362
  
  Reported by:	ashish
  Pointy hat to:	jbeich

Added:
  head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp
     - copied unchanged from r440463, head/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp
Deleted:
  head/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp

Copied: head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp (from r440463, head/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp	Tue May  9 01:41:18 2017	(r440464, copy of r440463, head/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


More information about the svn-ports-all mailing list