summaryrefslogtreecommitdiff
path: root/external/skia
AgeCommit message (Expand)AuthorFilesLines
2023-02-01external/skia: Missing includeStephan Bergmann1-0/+10
2023-01-31external/skia: Missing includeStephan Bergmann2-0/+11
2022-06-19upstream Skia fix for Vulkan crash on texture binding (tdf#148624)Luboš Luňák2-0/+61
2022-05-23skia: fix GCC12 -Werror=shadowMichael Stahl1-0/+11
2022-05-21update Skia to chrome/m103Luboš Luňák15-499/+20177
2022-02-21external/skia: Missing include (for std::max)Stephan Bergmann2-0/+11
2021-11-29implement xor drawing directly using Skia (tdf#141090)Luboš Luňák2-0/+14
2021-11-25update Skia to chrome/m97Luboš Luňák8-148/+128
2021-10-27try harder not to mix CPU-specific code with generic codeLuboš Luňák1-4/+4
2021-09-21do not special-case Clang for Skia on Windows Arm64Luboš Luňák1-4/+0
2021-09-20use clang-cl's -Zc:dllexportInlines- for Skia (tdf#144598)Luboš Luňák1-0/+17
2021-09-11don't include Vulkan headers for Skia PCHLuboš Luňák1-3/+1
2021-09-01patch Skia to search only system32/ for librariesLuboš Luňák2-0/+14
2021-08-26update Skia to chrome/m94Luboš Luňák10-617/+196
2021-08-24initial Metal support for Mac/SkiaLuboš Luňák3-37/+288
2021-08-24build Skia with Metal supportLuboš Luňák3-8/+96
2021-08-23first WIP version of mac skia SalGraphics backendLuboš Luňák1-6/+2
2021-08-23fix Skia linking on MacLuboš Luňák1-4/+2
2021-07-26build Skia also on MacLuboš Luňák2-7/+56
2021-04-14Revert "update Skia to chrome/m91" (tdf#141680)Luboš Luňák7-58/+139
2021-04-12update Skia to chrome/m91Luboš Luňák7-139/+58
2021-03-29speed up SkiaHelper::dump() in Skia debug buildsLuboš Luňák1-1/+9
2021-03-23Rename LO Windows arm64 ID to aarch64Jan-Marek Glogowski1-1/+1
2021-03-15less complicated Skia SSSE3 loopLuboš Luňák1-4/+2
2021-03-03update Skia to chrome/m90Luboš Luňák8-151/+154
2021-02-08Revert "update Skia to chrome/m89" (tdf#140023)Luboš Luňák7-116/+61
2021-01-20update Skia to chrome/m89Luboš Luňák7-61/+116
2021-01-11Fix -Werror,-Wundef in Skia (at least for Raspberry pi 4)Julien Nabet2-0/+16
2021-01-07faster debug dumping for SkiaLuboš Luňák2-1/+17
2020-12-09better name for a helper Skia functionLuboš Luňák4-11/+11
2020-11-18external/skia: UBSan needs GrContext_Base RTTI nowStephan Bergmann2-1/+34
2020-11-17update Skia to chrome/m88Luboš Luňák10-132/+153
2020-10-16Rename CLANG_CC, CLANG_CXX configuration vars (avoid clash with scan-build)Stephan Bergmann1-7/+7
2020-10-08track dirty areas for Skia drawingLuboš Luňák2-0/+115
2020-10-02skia: fix Windows Arm64 buildJan-Marek Glogowski1-0/+4
2020-09-30use -fpch-codegen rather than -fmodules-codegenLuboš Luňák1-1/+1
2020-09-15disable Clang's -fmodules-codegen for Skia if optimizing itLuboš Luňák1-0/+1
2020-09-03fix offsets in our SSSE3 Skia functions (tdf#136326)Luboš Luňák1-2/+2
2020-08-27remove some unused includes and update pchesCaolán McNamara1-4/+5
2020-08-27Fix `--disable-pch` buildMike Kaganski1-0/+14
2020-08-26UBSan needs sk_app::WindowContext RTTI in Library_vclStephan Bergmann1-0/+15
2020-08-26update Skia to chrome/m86 snapshotLuboš Luňák12-197/+174
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-1/+2
2020-08-07Fix Skia build using VS 2019 v.16.7.0 with --disable-pchMike Kaganski2-0/+12
2020-07-29optimize a bit more conversions to/from Skia bitmap formatsLuboš Luňák7-30/+208
2020-07-21external/skia: Fix previous std::result_of_t -> std::invoke_result_t changeStephan Bergmann1-2/+2
2020-07-20external/skia: Deprecated std::result_of_t has been removed from C++20Stephan Bergmann2-0/+18
2020-07-12update pchesCaolán McNamara1-4/+5
2020-07-01update Skia to chrome/m85 snapshotLuboš Luňák9-68/+133
2020-06-30direct 8bit gray -> RGBA conversion in SkiaSalBitmapLuboš Luňák1-4/+10