summaryrefslogtreecommitdiffstats
path: root/external/skia
Commit message (Expand)AuthorAgeFilesLines
* update Skia to chrome/m88Luboš Luňák2020-11-1710-132/+153
* Rename CLANG_CC, CLANG_CXX configuration vars (avoid clash with scan-build)Stephan Bergmann2020-10-161-7/+7
* track dirty areas for Skia drawingLuboš Luňák2020-10-082-0/+115
* skia: fix Windows Arm64 buildJan-Marek Glogowski2020-10-021-0/+4
* use -fpch-codegen rather than -fmodules-codegenLuboš Luňák2020-09-301-1/+1
* disable Clang's -fmodules-codegen for Skia if optimizing itLuboš Luňák2020-09-151-0/+1
* fix offsets in our SSSE3 Skia functions (tdf#136326)Luboš Luňák2020-09-031-2/+2
* remove some unused includes and update pchesCaolán McNamara2020-08-271-4/+5
* Fix `--disable-pch` buildMike Kaganski2020-08-271-0/+14
* UBSan needs sk_app::WindowContext RTTI in Library_vclStephan Bergmann2020-08-261-0/+15
* update Skia to chrome/m86 snapshotLuboš Luňák2020-08-2612-197/+174
* SvTreeListBox can move into toolkit headers nowCaolán McNamara2020-08-121-1/+2
* Fix Skia build using VS 2019 v.16.7.0 with --disable-pchMike Kaganski2020-08-072-0/+12
* optimize a bit more conversions to/from Skia bitmap formatsLuboš Luňák2020-07-297-30/+208
* external/skia: Fix previous std::result_of_t -> std::invoke_result_t changeStephan Bergmann2020-07-211-2/+2
* external/skia: Deprecated std::result_of_t has been removed from C++20Stephan Bergmann2020-07-202-0/+18
* update pchesCaolán McNamara2020-07-121-4/+5
* update Skia to chrome/m85 snapshotLuboš Luňák2020-07-019-68/+133
* direct 8bit gray -> RGBA conversion in SkiaSalBitmapLuboš Luňák2020-06-301-4/+10
* log properly the compiler used to compile SkiaLuboš Luňák2020-06-253-0/+35
* add debugging hints to Skia READMELuboš Luňák2020-06-221-2/+8
* external/skia: Mark c++20.patch.0 as reported upstreamStephan Bergmann2020-05-201-0/+2
* external/skia: Adapt to C++20 rewritten equality comparisonsStephan Bergmann2020-05-192-0/+11
* update to Skia chrome/m84 snapshotLuboš Luňák2020-05-185-17/+60
* avoid deep copies of pixels with Skia raster surfaces (tdf#132856)Luboš Luňák2020-05-112-0/+40
* skia: add SkOpts_crc32Rene Engelhard2020-05-111-0/+3
* always build Skia optimized, unless --enable-skia=debugLuboš Luňák2020-05-061-0/+10
* better handling of SSEx,AVX intrinsics for ClangLuboš Luňák2020-04-211-5/+6
* prefer building Skia with Clang if possible (tdf#131697)Luboš Luňák2020-04-204-27/+26
* skia: make gcc not crash again for x86 buildsThorsten Behrens2020-04-131-18/+14
* prefer DirectWrite for Skia's Windows text renderingLuboš Luňák2020-04-103-0/+91
* optimize bit depth conversions to/from Skia where possibleLuboš Luňák2020-04-072-0/+24
* do not build OpenGL support in SkiaLuboš Luňák2020-04-064-66/+49
* update Skia to chrome/m83Luboš Luňák2020-04-067-76/+41
* build Skia on Windows with UNICODE setLuboš Luňák2020-03-313-0/+37
* fix LOGFONTA/GetObjectW() mismatch and remove Skia HFONT hack (tdf#131426)Luboš Luňák2020-03-273-144/+30
* Missing include (Windows --disable-pch; for HFONT)Stephan Bergmann2020-03-201-1/+10
* (do not) use SK_GAMMA_APPLY_TO_A8 also for Skia text on WindowsLuboš Luňák2020-03-182-0/+29
* update Skia to chrome/m82Luboš Luňák2020-03-187-193/+66
* implement text rendering using directly Skia (Windows)Luboš Luňák2020-03-182-0/+135
* implement text rendering using directly Skia (X11)Luboš Luňák2020-03-182-0/+33
* add (Vulkan) blacklisting to SkiaLuboš Luňák2020-02-101-23/+42
* remove outdated TODO from skia externalLuboš Luňák2020-02-011-1/+0
* Skia: fix #define MemoryBarrier coming from winnt.h from pchMike Kaganski2020-02-011-0/+13
* update Skia to chrome/m81Luboš Luňák2020-01-315-37/+63
* For now, work around Clang 11 -flax-vector-conversion=integer in external/skiaStephan Bergmann2020-01-172-0/+12
* fix Skia CPU instruction set support (tdf#129546)Luboš Luňák2020-01-143-9/+27
* avoid Skia assert on leaked resourcesLuboš Luňák2020-01-061-9/+13
* skia: make gcc not crash for x86 buildsThorsten Behrens2019-12-292-0/+21
* external/skia: Further -Werror=deprecated-copy-dtor for Clang 10 trunkStephan Bergmann2019-12-121-0/+10