[Libreoffice-commits] core.git: vcl/skia

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 3 19:15:45 UTC 2020


 vcl/skia/SkiaHelper.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fddbf05d5b9b83863c1bf85e5c9821d87671768e
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Thu Sep 3 16:37:31 2020 +0200
Commit:     Luboš Luňák <l.lunak at 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.lunak at 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
         }
 


More information about the Libreoffice-commits mailing list