summaryrefslogtreecommitdiff
path: root/vcl/skia
AgeCommit message (Expand)AuthorFilesLines
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand1-4/+4
2020-02-26loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2020-02-26loplugin:external (clang-cl)Stephan Bergmann1-2/+2
2020-02-19BitmapAccessMode::Info does not need bitmap dataLuboš Luňák1-3/+5
2020-02-19work around a driver/card(?) problem with Skia and AA-ed polygonsLuboš Luňák2-6/+19
2020-02-13make sure SAL_SKIA=vulkan also overrides settingsLuboš Luňák1-0/+7
2020-02-13remove 'ATI' from the driver listLuboš Luňák1-2/+2
2020-02-13make OpenGL blacklist file code generic and use it for Skia/VulkanLuboš Luňák2-13/+56
2020-02-13set up properly Vulkan context creation also for WindowsLuboš Luňák2-2/+17
2020-02-10log human-readable vulkan driver version tooLuboš Luňák1-3/+4
2020-02-10cid#1458168 silence bogus Dereference after null checkCaolán McNamara1-0/+1
2020-02-10if OpenGL is forced, do not enable Skia in order to allow GLLuboš Luňák1-0/+6
2020-02-10in case of Skia problems force raster mode, don't disable it allLuboš Luňák2-2/+9
2020-02-10add (Vulkan) blacklisting to SkiaLuboš Luňák3-44/+116
2020-02-08Fix typoAndrea Gelmini1-1/+1
2020-02-07Removed executable permission on filesAndrea Gelmini1-0/+0
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)1-11/+47
2020-02-07add Skia crash zone checkingLuboš Luňák6-0/+95
2020-01-31fix uninitialized memory in SkiaLuboš Luňák1-2/+7
2020-01-30again finally(?) fix Skia Windows widget drawing (tdf#130051)Luboš Luňák1-16/+57
2020-01-21implement bit depth data conversion for SkiaSalBitmap, just in caseLuboš Luňák1-20/+22
2020-01-20bEnable for UseSkia is reversedTomoyuki Kubota1-1/+1
2020-01-20workaround for Skia+Cairo text drawing exhausting GPU memoryLuboš Luňák3-0/+18
2020-01-20remove outdated Skia TODO commentsLuboš Luňák4-23/+3
2020-01-20fix Skia bitmap blendingLuboš Luňák1-0/+1
2020-01-20tweak Skia raster line drawingLuboš Luňák1-2/+9
2020-01-16limit the area where we manually do xor drawing in SkiaLuboš Luňák1-11/+50
2020-01-16implement xor drawing for SkiaLuboš Luňák1-24/+84
2020-01-16use surface atlas for Skia text drawing on WindowsLuboš Luňák3-29/+208
2020-01-15avoid needless copy by SkSurface::makeImageSnapshot(rect)Luboš Luňák1-10/+16
2020-01-12finally fix Skia Windows widget drawing (tdf#129416)Luboš Luňák1-53/+16
2020-01-09add setting to config_skia.h whether to use 32bpp bitmapsLuboš Luňák1-6/+10
2020-01-09fix Skia virtual device alpha blending (tdf#129865)Luboš Luňák1-6/+23
2020-01-06use boost::shared_ptr for allocating an arrayLuboš Luňák1-6/+6
2020-01-06set BackendCapabilities::mbSupportsBitmap32 for Skia againLuboš Luňák1-9/+10
2020-01-06use Skia-based bitmap scaling for SkiaSalBitmapLuboš Luňák1-4/+37
2020-01-06use copy-on-write for SkiaSalBitmap dataLuboš Luňák1-22/+48
2020-01-06convert SkImage -> SkBitmap only on demandLuboš Luňák1-26/+119
2019-12-13use SkCanvas::clipPath() as the real solutionLuboš Luňák1-51/+6
2019-12-13fix off-by-one with rectangle->polygon Skia clipping (tdf#129211)Luboš Luňák1-11/+31
2019-12-12make Skia Windows widget drawing use correct alpha (tdf#129074)Luboš Luňák1-6/+49
2019-12-12update Skia to chrome/m80Luboš Luňák1-6/+6
2019-12-11do not allow both read and write bitmap access to the same bitmapLuboš Luňák1-3/+61
2019-12-11do not store 8bpp bitmaps as Skia's SkBitmap (tdf#129077)Luboš Luňák1-5/+4
2019-12-06use SkBitmap::setImmutable() where suitableLuboš Luňák4-0/+7
2019-12-06make all Skia drawing GPU-backed, if possibleLuboš Luňák4-187/+259
2019-12-06keep just one shared reference to Skia shared GrContextLuboš Luňák2-17/+54
2019-12-06make Skia Windows text rendering use SkImage instead of SkBitmapLuboš Luňák3-56/+33
2019-12-05Silence loplugin:unnecessaryoverride (clang-cl)Stephan Bergmann1-3/+2
2019-11-27Fix typoAndrea Gelmini1-1/+1