office-gobmx/external/skia
Jan-Marek Glogowski 5e1b3e924a Rename LO Windows arm64 ID to aarch64
The Windows platform is called Arm64. But now that the ID for Mac
is also going to be renamed from arm64 to aarch64, this get's rid
of the arm64 as the UNO identifier and user in gbuild, just like
on all other Arm64 platforms.

Change-Id: I60a7eafd04b426f17b6e41ad9a09e6405c0d4173
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112973
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2021-03-23 23:46:12 +01:00
..
inc
source
c++20.patch.0
clang-attributes-warning.patch.1
clang11-flax-vector-conversion.patch.0
constexpr-debug-std-max.patch.1
fast-png-write.patch.1
fix-alpha-difference-copy.patch.1
fix-ddi.patch
fix-gcc-x86.patch.1
fix-pch.patch.1
fix-warnings.patch.1
fix-windows-dwrite.patch.1
fix-without-gl.patch.0
fontconfig-get-typeface.patch.0
Library_skia.mk
libvulkan-name.patch.1
make-api-visible.patch.1
Makefile
Module_skia.mk
no-trace-resources-on-exit.patch.1
README
share-grcontext.patch.1
skia_sk_cpu_sse_level_0_by_default.patch.1
swap-buffers-rect.patch.1
ubsan.patch.0
UnpackedTarball_skia.mk
windows-do-not-modify-logfont.patch.0
windows-force-unicode-api.patch.0
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.