summaryrefslogtreecommitdiff
path: root/vcl/skia
AgeCommit message (Expand)Author
2020-02-10add (Vulkan) blacklisting to SkiaLuboš Luňák
2020-02-08Fix typoAndrea Gelmini
2020-02-07Removed executable permission on filesAndrea Gelmini
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)
2020-02-07add Skia crash zone checkingLuboš Luňák
2020-01-31fix uninitialized memory in SkiaLuboš Luňák
2020-01-30again finally(?) fix Skia Windows widget drawing (tdf#130051)Luboš Luňák
2020-01-21implement bit depth data conversion for SkiaSalBitmap, just in caseLuboš Luňák
2020-01-20bEnable for UseSkia is reversedTomoyuki Kubota
2020-01-20workaround for Skia+Cairo text drawing exhausting GPU memoryLuboš Luňák
2020-01-20remove outdated Skia TODO commentsLuboš Luňák
2020-01-20fix Skia bitmap blendingLuboš Luňák
2020-01-20tweak Skia raster line drawingLuboš Luňák
2020-01-16limit the area where we manually do xor drawing in SkiaLuboš Luňák
2020-01-16implement xor drawing for SkiaLuboš Luňák
2020-01-16use surface atlas for Skia text drawing on WindowsLuboš Luňák
2020-01-15avoid needless copy by SkSurface::makeImageSnapshot(rect)Luboš Luňák
2020-01-12finally fix Skia Windows widget drawing (tdf#129416)Luboš Luňák
2020-01-09add setting to config_skia.h whether to use 32bpp bitmapsLuboš Luňák
2020-01-09fix Skia virtual device alpha blending (tdf#129865)Luboš Luňák
2020-01-06use boost::shared_ptr for allocating an arrayLuboš Luňák
2020-01-06set BackendCapabilities::mbSupportsBitmap32 for Skia againLuboš Luňák
2020-01-06use Skia-based bitmap scaling for SkiaSalBitmapLuboš Luňák
2020-01-06use copy-on-write for SkiaSalBitmap dataLuboš Luňák
2020-01-06convert SkImage -> SkBitmap only on demandLuboš Luňák
2019-12-13use SkCanvas::clipPath() as the real solutionLuboš Luňák
2019-12-13fix off-by-one with rectangle->polygon Skia clipping (tdf#129211)Luboš Luňák
2019-12-12make Skia Windows widget drawing use correct alpha (tdf#129074)Luboš Luňák
2019-12-12update Skia to chrome/m80Luboš Luňák
2019-12-11do not allow both read and write bitmap access to the same bitmapLuboš Luňák
2019-12-11do not store 8bpp bitmaps as Skia's SkBitmap (tdf#129077)Luboš Luňák
2019-12-06use SkBitmap::setImmutable() where suitableLuboš Luňák
2019-12-06make all Skia drawing GPU-backed, if possibleLuboš Luňák
2019-12-06keep just one shared reference to Skia shared GrContextLuboš Luňák
2019-12-06make Skia Windows text rendering use SkImage instead of SkBitmapLuboš Luňák
2019-12-05Silence loplugin:unnecessaryoverride (clang-cl)Stephan Bergmann
2019-11-27Fix typoAndrea Gelmini
2019-11-27Fix typoAndrea Gelmini
2019-11-27fix SkiaSalGraphicsImpl::drawPolyLine()Luboš Luňák
2019-11-27don't fall back to raster if Skia is first asked for offscreen surfaceLuboš Luňák
2019-11-27use the native Skia color Type when using VulkanLuboš Luňák
2019-11-27revert BackendCapabilities::mbSupportsBitmap32 for SkiaLuboš Luňák
2019-11-27copy SkImage properlyLuboš Luňák
2019-11-27fix mistyped operatorLuboš Luňák
2019-11-27avoid some compiler warnings in Skia VCL codeLuboš Luňák
2019-11-27make sure Skia invert with TrackFrame doesn't paint outsideLuboš Luňák
2019-11-27make Skia GPU offscreen surfaces work with unittestsLuboš Luňák
2019-11-27do not use Xlib for accessing something that is not an X windowLuboš Luňák
2019-11-27remove no-longer-needed Skia workaround for GPU offscreen drawingLuboš Luňák
2019-11-27make Skia VCL backend fall back to raster if vulkan doesn't workLuboš Luňák