[webkit-changes] [WebKit/WebKit] bb47a3: Cherry-pick 285263 at main (3c7d3461a963). https://bu...
Adrian Perez
noreply at github.com
Wed Oct 16 07:47:01 PDT 2024
Branch: refs/heads/webkitglib/2.46
Home: https://github.com/WebKit/WebKit
Commit: bb47a37d7f4f36bf6349e6fc714211086c84d37c
https://github.com/WebKit/WebKit/commit/bb47a37d7f4f36bf6349e6fc714211086c84d37c
Author: Adrian Perez de Castro <aperez at igalia.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNeonParallelApplier.cpp
Log Message:
-----------
Cherry-pick 285263 at main (3c7d3461a963). https://bugs.webkit.org/show_bug.cgi?id=276938
REGRESSION(277190 at main): [GTK][WPE] FELightingNeonParallelApplier.cpp build failed for cortexa8hf-neon
https://bugs.webkit.org/show_bug.cgi?id=276938
Reviewed by Michael Catanzaro.
PixelBuffer::bytes() returns a std::span after 277190 at main, so do
one more hoop through std::span::data() to get access to the raw
pixel data pointer.
* Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNeonParallelApplier.cpp:
(WebCore::FELightingNeonParallelApplier::applyPlatformParallel const):
Canonical link: https://commits.webkit.org/285263@main
Canonical link: https://commits.webkit.org/282416.218@webkitglib/2.46
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list