diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-04-14 14:29:20 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-04-14 18:54:32 +0200 |
commit | 302fb4c1ec4a24112f9a2028be4d424891f10b4c (patch) | |
tree | 128a9df73b135fbec5b0ff0188ad50d5f6b2223b /bin | |
parent | 3d64587c53eea47674d51e84622a167db1635909 (diff) |
Revert "update Skia to chrome/m91" (tdf#141680)
The m91 snapshot seems to cause a number of Vulkan problems.
My commit already worked around one, but there are apparently
others, such as very slow startup, or a failed Skia assertion
triggered by VCL Skia's copyArea().
This reverts commit 09d850e46903a528d4b08d3fdf03c3964d79fbc5.
Change-Id: I4f1832ba76db15cab8eccbe115d21c989da3c841
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114089
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update_pch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/update_pch b/bin/update_pch index a20c85f88f36..e47a97994bb2 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -474,8 +474,7 @@ def filter_ignore(line, module): 'src/sksl/SkSLCPP.h', 'src/gpu/vk/GrVkAMDMemoryAllocator.h', 'src/gpu/GrUtil.h', - 'src/sksl/dsl/', # conflict between SkSL::Expression and SkSL::dsl::Expression - 'include/sksl/', + 'src/sksl/dsl/', ] for i in ignore_list: |