summaryrefslogtreecommitdiff
path: root/vcl/inc/skia
AgeCommit message (Expand)Author
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-30again finally(?) fix Skia Windows widget drawing (tdf#130051)Luboš Luňák
2020-01-20workaround for Skia+Cairo text drawing exhausting GPU memoryLuboš Luňák
2020-01-20remove outdated Skia TODO commentsLuboš Luňák
2020-01-16Fix typoAndrea Gelmini
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-12finally fix Skia Windows widget drawing (tdf#129416)Luboš Luňák
2020-01-08Avoid -Werror,-WundefStephan Bergmann
2020-01-06use boost::shared_ptr for allocating an arrayLuboš 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-12loplugin:finalclassesNoel Grandin
2019-12-12make Skia Windows widget drawing use correct alpha (tdf#129074)Luboš 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-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-12-05Make sure external/skia include file doesn't define macro YieldStephan Bergmann
2019-11-27avoid some compiler warnings in Skia VCL codeLuboš Luňák
2019-11-27make Skia GPU offscreen surfaces work with unittestsLuboš Luňák
2019-11-27make Skia VCL backend fall back to raster if vulkan doesn't workLuboš Luňák
2019-11-27fix Skia offscreen GPU-backed drawingLuboš Luňák
2019-11-27avoid repeated SkSurface recreating because of X11 being asynchronousLuboš Luňák
2019-11-27use center of pixels when doing GPU drawing using SkiaLuboš Luňák
2019-11-27make SkiaSalGraphicsImpl use GPU-backed SkSurface also for offscreenLuboš Luňák
2019-11-27add SAL log group vcl.skia for tracing Skia usageLuboš Luňák
2019-11-27pre-fill Skia bitmaps/surfaces with garbage in dbgutil modeLuboš Luňák
2019-11-27skia: use a common drawBitmap in more casesTomaž Vajngerl
2019-11-27make Skia use AA when asked forLuboš Luňák
2019-11-27implement Skia native controls drawing/caching for WindowsLuboš Luňák
2019-11-27more safe handling of destroying Skia surfaces/contextsLuboš Luňák
2019-11-27fix Skia Windows text renderingLuboš Luňák
2019-11-27skia: drawAlphaRect and drawRect use common codeTomaž Vajngerl
2019-11-27fix warning from loplugin:datamembershadowLuboš Luňák
2019-11-27reimplement supportsOperation() for Skia and OpenGLLuboš Luňák
2019-11-27Add getting of render backend name + impl. for skiaTomaž Vajngerl
2019-11-27implement pruning in SkiaGlobalWinGlyphCacheLuboš Luňák
2019-11-27remove some obsolete Skia TODO'sLuboš Luňák
2019-11-27make Skia use either Raster or Vulkan, depending on a settingLuboš Luňák
2019-11-27allocate Skia SkSurface on demandLuboš Luňák
2019-11-27resize surface in SkiaSalGraphicsImpl if neededLuboš Luňák
2019-11-27skia: move {to,from}SkColor to gdiimpl.cxxTomaž Vajngerl
2019-11-27skia: implement invert operationTomaž Vajngerl
2019-11-27make Skia SkBitmap dumping function staticLuboš Luňák