office-gobmx/external/skia
Patrick Luby a0d8251336 tdf#147342 Notify Skia that the window's backing properties changed
Change-Id: I4185a240a2ca6df1c92e86ff9950f86234d4ace8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146142
Tested-by: Jenkins
Reviewed-by: Patrick Luby <plubius@neooffice.org>
2023-01-26 14:19:29 +00:00
..
inc Revert "Update skia to m110" 2023-01-25 17:25:32 +00:00
source
allow-no-es2restrictions.patch.1
clang-attributes-warning.patch.1
clang11-flax-vector-conversion.patch.0 Revert "Update skia to m110" 2023-01-25 17:25:32 +00:00
constexpr-template.patch.0 Revert "Update skia to m110" 2023-01-25 17:25:32 +00:00
fast-png-write.patch.1
fix-alpha-difference-copy.patch.1
fix-ddi.patch
fix-graphite-ifdef.patch.1 Revert "Update skia to m110" 2023-01-25 17:25:32 +00:00
fix-pch.patch.1 Revert "Update skia to m110" 2023-01-25 17:25:32 +00:00
fix-warnings.patch.1 Revert "Update skia to m110" 2023-01-25 17:25:32 +00:00
fix-windows-dwrite.patch.1
fix-without-gl.patch.1
fontconfig-get-typeface.patch.0
Library_skia.mk tdf#147342 Notify Skia that the window's backing properties changed 2023-01-26 14:19:29 +00:00
make-api-visible.patch.1 Revert "Update skia to m110" 2023-01-25 17:25:32 +00:00
Makefile
missing-include.patch.0 Revert "Update skia to m110" 2023-01-25 17:25:32 +00:00
Module_skia.mk
no-trace-resources-on-exit.patch.1
README
share-grcontext.patch.1 Revert "Update skia to m110" 2023-01-25 17:25:32 +00:00
skia_sk_cpu_sse_level_0_by_default.patch.1
swap-buffers-rect.patch.1
tdf147342.patch.0 tdf#147342 Notify Skia that the window's backing properties changed 2023-01-26 14:19:29 +00:00
tdf148624.patch.1 Revert "Update skia to m110" 2023-01-25 17:25:32 +00:00
ubsan.patch.1
UnpackedTarball_skia.mk tdf#147342 Notify Skia that the window's backing properties changed 2023-01-26 14:19:29 +00:00
vk_mem_alloc.patch.1
windows-do-not-modify-logfont.patch.0
windows-force-unicode-api.patch.0
windows-libraries-system32.patch.1
windows-raster-surface-no-copies.patch.1
windows-text-gamma.patch.0
windows-typeface-directwrite.patch.0

External package containing skia.

https://skia.org/


How to update the tarball:
==========================

git clone https://skia.googlesource.com/skia.git
cd skia
git checkout chrome/mXX
id=$(git rev-parse chrome/mXX)
git clean -idx
rm -rf .git gitignore infra modules/canvaskit resources site
cd ..
tar cvJf skia-mXX-$id.tar.xz skia

(where XX refers to the branch version)

And review differences for BUILD.gn and relevant files in gn/ :
git diff chrome/mYY..chrome/mXX ./BUILD.gn ./gn


Debugging Skia:
===============

Note that Skia is always built optimized, unless you use --enable-skia=debug.


GrContext sharing:
==================

For details about the share-grcontext patch, see vcl/skia/README.