summaryrefslogtreecommitdiffstats
path: root/external/skia
Commit message (Expand)AuthorAgeFilesLines
* implement xor drawing directly using Skia (tdf#141090)Luboš Luňák2021-11-292-0/+14
* update Skia to chrome/m97Luboš Luňák2021-11-258-148/+128
* try harder not to mix CPU-specific code with generic codeLuboš Luňák2021-10-271-4/+4
* do not special-case Clang for Skia on Windows Arm64Luboš Luňák2021-09-211-4/+0
* use clang-cl's -Zc:dllexportInlines- for Skia (tdf#144598)Luboš Luňák2021-09-201-0/+17
* don't include Vulkan headers for Skia PCHLuboš Luňák2021-09-111-3/+1
* patch Skia to search only system32/ for librariesLuboš Luňák2021-09-012-0/+14
* update Skia to chrome/m94Luboš Luňák2021-08-2610-617/+196
* initial Metal support for Mac/SkiaLuboš Luňák2021-08-243-37/+288
* build Skia with Metal supportLuboš Luňák2021-08-243-8/+96
* first WIP version of mac skia SalGraphics backendLuboš Luňák2021-08-231-6/+2
* fix Skia linking on MacLuboš Luňák2021-08-231-4/+2
* build Skia also on MacLuboš Luňák2021-07-262-7/+56
* Revert "update Skia to chrome/m91" (tdf#141680)Luboš Luňák2021-04-147-58/+139
* update Skia to chrome/m91Luboš Luňák2021-04-127-139/+58
* speed up SkiaHelper::dump() in Skia debug buildsLuboš Luňák2021-03-291-1/+9
* Rename LO Windows arm64 ID to aarch64Jan-Marek Glogowski2021-03-231-1/+1
* less complicated Skia SSSE3 loopLuboš Luňák2021-03-151-4/+2
* update Skia to chrome/m90Luboš Luňák2021-03-038-151/+154
* Revert "update Skia to chrome/m89" (tdf#140023)Luboš Luňák2021-02-087-116/+61
* update Skia to chrome/m89Luboš Luňák2021-01-207-61/+116
* Fix -Werror,-Wundef in Skia (at least for Raspberry pi 4)Julien Nabet2021-01-112-0/+16
* faster debug dumping for SkiaLuboš Luňák2021-01-072-1/+17
* better name for a helper Skia functionLuboš Luňák2020-12-094-11/+11
* external/skia: UBSan needs GrContext_Base RTTI nowStephan Bergmann2020-11-182-1/+34
* 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