office-gobmx/external/skia
Luboš Luňák 2eeb682211 log properly the compiler used to compile Skia
Using #define's directly from VCL will report the compiler used
to compile VCL, which may be different from the one used for Skia.
Also truncate the log file on opening.

Change-Id: Iddf613613df20505f1abe1dd5468dcc8c7041410
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97090
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2020-06-25 16:16:49 +02:00
..
inc log properly the compiler used to compile Skia 2020-06-25 16:16:49 +02:00
source log properly the compiler used to compile Skia 2020-06-25 16:16:49 +02:00
c++20.patch.0 external/skia: Adapt to C++20 rewritten equality comparisons 2020-05-19 08:36:16 +02:00
clang-attributes-warning.patch.1
clang11-flax-vector-conversion.patch.0
extend-rgb-to-rgba.patch.0
fix-alpha-difference-copy.patch.1 update to Skia chrome/m84 snapshot 2020-05-18 15:30:56 +02:00
fix-ddi.patch
fix-gcc-x86.patch.1
fix-msvc.patch.1
fix-pch.patch.1
fix-sse.patch.1
fix-windows-dwrite.patch.1 update to Skia chrome/m84 snapshot 2020-05-18 15:30:56 +02:00
fix-without-gl.patch.0
fontconfig-get-typeface.patch.0
lerp.patch
Library_skia.mk log properly the compiler used to compile Skia 2020-06-25 16:16:49 +02:00
libvulkan-name.patch.1
make-api-visible.patch.1
Makefile
Module_skia.mk
no-trace-resources-on-exit.patch.1
operator-eq-bool.patch.0
README add debugging hints to Skia README 2020-06-22 13:31:20 +02:00
share-grcontext.patch.1
UnpackedTarball_skia.mk external/skia: Mark c++20.patch.0 as reported upstream 2020-05-20 09:53:35 +02:00
Wdeprecated-copy-dtor.patch.0
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.