summaryrefslogtreecommitdiff
path: root/vcl/skia
AgeCommit message (Expand)Author
2020-04-01add Skia zone protection also to text rendering callLuboš Luňák
2020-04-01handle weird semantics of SkRect::intersect() (tdf#131721)Luboš Luňák
2020-04-01fix incorrect tools::Rectangle ctor usageLuboš Luňák
2020-04-01add SAL_LOG area vcl.skia.traceLuboš Luňák
2020-04-01SalInvert::N50 has 1x1 pixel checker size, not 2x2 (tdf#131580)Luboš Luňák
2020-04-01use large watchdog timeouts with Skia raster (tdf#131663)Luboš Luňák
2020-03-31build Skia on Windows with UNICODE setLuboš Luňák
2020-03-27fix LOGFONTA/GetObjectW() mismatch and remove Skia HFONT hack (tdf#131426)Luboš Luňák
2020-03-25make sure only VCL-Skia or VCL-OpenGL is enabled (tdf#131543)Luboš Luňák
2020-03-18make SkiaSalBitmap always use internal buffer for pixelsLuboš Luňák
2020-03-18check in Skia's preDraw() that SolarMutex is lockedLuboš Luňák
2020-03-18fix glyph rotation for Skia text rendering on WindowsLuboš Luňák
2020-03-18implement text rendering using directly Skia (Windows)Luboš Luňák
2020-03-18implement text rendering using directly Skia (X11)Luboš Luňák
2020-03-12rework Skia setupLuboš Luňák
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand
2020-02-26loplugin:nullptr (clang-cl)Stephan Bergmann
2020-02-26loplugin:external (clang-cl)Stephan Bergmann
2020-02-19BitmapAccessMode::Info does not need bitmap dataLuboš Luňák
2020-02-19work around a driver/card(?) problem with Skia and AA-ed polygonsLuboš Luňák
2020-02-13make sure SAL_SKIA=vulkan also overrides settingsLuboš Luňák
2020-02-13remove 'ATI' from the driver listLuboš Luňák
2020-02-13make OpenGL blacklist file code generic and use it for Skia/VulkanLuboš Luňák
2020-02-13set up properly Vulkan context creation also for WindowsLuboš Luňák
2020-02-10log human-readable vulkan driver version tooLuboš Luňák
2020-02-10cid#1458168 silence bogus Dereference after null checkCaolán McNamara
2020-02-10if OpenGL is forced, do not enable Skia in order to allow GLLuboš Luňák
2020-02-10in case of Skia problems force raster mode, don't disable it allLuboš Luňák
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