Branch: refs/heads/webkitglib/2.48 Home: https://github.com/WebKit/WebKit Commit: a423d2448a4a813465db600692253e9591033ea2 https://github.com/WebKit/WebKit/commit/a423d2448a4a813465db600692253e9591033ea2 Author: Adrian Perez de Castro <ape...@igalia.com> Date: 2025-03-14 (Fri, 14 Mar 2025)
Changed paths: M Source/WebKit/WebProcess/glib/WebProcessGLib.cpp Log Message: ----------- Unreviewed. [WPE] Use Skia with CPU rendering by default The WPE port has been found to perform better when using the CPU with Skia for painting, instead of the default (GPU), in a number of typical embedded devices. This ensures that we do not regress on performance due to weak GPUs in the 2.48 release branch. * Source/WebKit/WebProcess/glib/WebProcessGLib.cpp: (WebKit::WebProcess::platformInitializeWebProcess): Change the default to use CPU rendering in the WPE port, and handle the case in which WEBKIT_SKIA_ENABLE_CPU_RENDERING=0 is set in the environment to switch to GPU rendering. Canonical link: https://commits.webkit.org/290945.64@webkitglib/2.48 Commit: 2dafecf361f1577cafb17a03ba70fe9fb2fe3ef4 https://github.com/WebKit/WebKit/commit/2dafecf361f1577cafb17a03ba70fe9fb2fe3ef4 Author: Adrian Perez de Castro <ape...@igalia.com> Date: 2025-03-14 (Fri, 14 Mar 2025) Changed paths: M Source/WebKit/wpe/NEWS M Source/cmake/OptionsWPE.cmake Log Message: ----------- Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.48.0 release * Source/WebKit/wpe/NEWS: Add release notes. * Source/cmake/OptionsWPE.cmake: Bump version numbers. Canonical link: https://commits.webkit.org/290945.65@webkitglib/2.48 Compare: https://github.com/WebKit/WebKit/compare/85311593ef3d...2dafecf361f1 To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes