vcl/skia/SkiaHelper.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit fddbf05d5b9b83863c1bf85e5c9821d87671768e Author: Luboš Luňák <l.lu...@collabora.com> AuthorDate: Thu Sep 3 16:37:31 2020 +0200 Commit: Luboš Luňák <l.lu...@collabora.com> CommitDate: Thu Sep 3 21:15:03 2020 +0200
initialize possible CPU intrinsics use also for normal Skia (tdf#136326) 7a38f1817b0568cfbcda9a91dc86eafaba336871 added initialization only for SAL_FORCESKIA=1, but not for the normal SAL_ENABLESKIA=1. Change-Id: I1442811c757d74d31fa35d908f0292a2691e8038 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102008 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lu...@collabora.com> diff --git a/vcl/skia/SkiaHelper.cxx b/vcl/skia/SkiaHelper.cxx index 651e0d9c878d..de0fd94be79c 100644 --- a/vcl/skia/SkiaHelper.cxx +++ b/vcl/skia/SkiaHelper.cxx @@ -267,6 +267,7 @@ bool isVCLSkiaEnabled() if (bEnable) { SkGraphics::Init(); + SkLoOpts::Init(); checkDeviceDenylisted(); // switch to raster if driver is denylisted } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits