diff options
Diffstat (limited to 'meta/recipes-sato')
| -rw-r--r-- | meta/recipes-sato/webkit/webkitgtk/0001-Fix-PaintingData-has-no-member-named-lightVector-on-.patch | 37 | ||||
| -rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.20.3.bb | 1 |
2 files changed, 38 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/0001-Fix-PaintingData-has-no-member-named-lightVector-on-.patch b/meta/recipes-sato/webkit/webkitgtk/0001-Fix-PaintingData-has-no-member-named-lightVector-on-.patch new file mode 100644 index 0000000000..25f4846592 --- /dev/null +++ b/meta/recipes-sato/webkit/webkitgtk/0001-Fix-PaintingData-has-no-member-named-lightVector-on-.patch | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | From a5d4e038268ae23486fecc1966fd2e16a7f40ce8 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Hongxu Jia <hongxu.jia@windriver.com> | ||
| 3 | Date: Wed, 25 Jul 2018 00:23:48 -0700 | ||
| 4 | Subject: [PATCH] Fix PaintingData' has no member named 'lightVector' on | ||
| 5 | ARM_NEON | ||
| 6 | |||
| 7 | * platform/graphics/cpu/arm/filters/FELightingNEON.h: | ||
| 8 | (WebCore::FELighting::platformApplyNeon): | ||
| 9 | |||
| 10 | Upstream-Status: Submitted | ||
| 11 | https://bugs.webkit.org/show_bug.cgi?id=187991 | ||
| 12 | |||
| 13 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
| 14 | --- | ||
| 15 | Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h | 6 +++--- | ||
| 16 | 1 file changed, 3 insertions(+), 3 deletions(-) | ||
| 17 | |||
| 18 | diff --git a/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h b/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h | ||
| 19 | index 42af922..b542a4c 100644 | ||
| 20 | --- a/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h | ||
| 21 | +++ b/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h | ||
| 22 | @@ -144,9 +144,9 @@ inline void FELighting::platformApplyNeon(const LightingData& data, const LightS | ||
| 23 | neonData.flags |= FLAG_CONE_EXPONENT_IS_1; | ||
| 24 | } else { | ||
| 25 | ASSERT(m_lightSource->type() == LS_DISTANT); | ||
| 26 | - floatArguments.lightX = paintingData.lightVector.x(); | ||
| 27 | - floatArguments.lightY = paintingData.lightVector.y(); | ||
| 28 | - floatArguments.lightZ = paintingData.lightVector.z(); | ||
| 29 | + floatArguments.lightX = paintingData.initialLightingData.lightVector.x(); | ||
| 30 | + floatArguments.lightY = paintingData.initialLightingData.lightVector.y(); | ||
| 31 | + floatArguments.lightZ = paintingData.initialLightingData.lightVector.z(); | ||
| 32 | floatArguments.padding2 = 1; | ||
| 33 | } | ||
| 34 | |||
| 35 | -- | ||
| 36 | 2.10.2 | ||
| 37 | |||
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.20.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.20.3.bb index 9d0f00a6d6..a528c5d891 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.20.3.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.20.3.bb | |||
| @@ -21,6 +21,7 @@ SRC_URI = "http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | |||
| 21 | file://0001-Fix-build-with-musl.patch \ | 21 | file://0001-Fix-build-with-musl.patch \ |
| 22 | file://detect-gstreamer-gl.patch \ | 22 | file://detect-gstreamer-gl.patch \ |
| 23 | file://0012-soup-Forward-declare-URL-class.patch \ | 23 | file://0012-soup-Forward-declare-URL-class.patch \ |
| 24 | file://0001-Fix-PaintingData-has-no-member-named-lightVector-on-.patch \ | ||
| 24 | " | 25 | " |
| 25 | 26 | ||
| 26 | SRC_URI[md5sum] = "efb69a0cc3cc67ef2647efec22e44c69" | 27 | SRC_URI[md5sum] = "efb69a0cc3cc67ef2647efec22e44c69" |
