Meta+LibGfx+LibWeb: Update skia to 144 and remove overlay port

Skia deprecated some non-span versions of their API, but they provided
SK_SUPPORT_UNSPANNED_APIS to expose the legacy versions.

SkFontMgr_New_FontConfig now requires a font scanner to be passed in.

There were a few screenshot tests that visibily looked the same but skia
must've changed some rendering infrastructure as the PNGs were not
matching anymore so I rebaselined those and adjusted the fuzzy matching
config to allow them to pass on both macOS and Linux.

The empty-radial-gradient-crash Ref test started to fail as we were
setting the horizontal scale factor to inf in when the height = 0. It
looks like something changed to make doing that not valid anymore.

The overlay port is removed as the issues, mainly skcms symbol import
and export were resolved upstream in skia and utilized in the new port
version.
This commit is contained in:
ayeteadoe
2025-09-02 02:27:04 -07:00
committed by Alexander Kalenik
parent 5be1e9076a
commit ee3aa865af
Notes: github-actions[bot] 2025-12-17 11:54:55 +00:00
42 changed files with 34 additions and 1338 deletions

View File

@@ -1,5 +1,5 @@
{
"builtin-baseline": "4c4abc2e8727221ede31021349386dac674309b0",
"builtin-baseline": "4f95fba7a7d1101bb8acdeb51e4609686449701e",
"dependencies": [
{
"name": "angle",
@@ -167,6 +167,7 @@
{
"name": "skia",
"platform": "osx",
"default-features": false,
"features": [
"metal",
"fontconfig",
@@ -177,6 +178,7 @@
{
"name": "skia",
"platform": "windows",
"default-features": false,
"features": [
"freetype",
"harfbuzz",
@@ -187,6 +189,7 @@
{
"name": "skia",
"platform": "linux | freebsd | openbsd",
"default-features": false,
"features": [
"freetype",
"fontconfig",
@@ -198,6 +201,7 @@
{
"name": "skia",
"platform": "android",
"default-features": false,
"features": [
"vulkan"
]
@@ -305,7 +309,7 @@
},
{
"name": "skia",
"version": "129#0"
"version": "144#0"
},
{
"name": "sqlite3",