summaryrefslogtreecommitdiff
path: root/vcl/skia/gdiimpl.cxx
AgeCommit message (Expand)Author
2020-04-24fix tick marks in Draw with Skia (tdf#132334)Luboš Luňák
2020-04-24high quality scaling in skia drawTransformedBitmap (tdf#132297)Luboš Luňák
2020-04-23use rectangle rather than point+size for debug outputLuboš Luňák
2020-04-23avoid Skia xor crash with not-yet-drawn surface (tdf#132335)Luboš Luňák
2020-04-21work around copy-to-self SkSurface::draw() being buggy (tdf#132051)Luboš Luňák
2020-04-20batch Skia xor drawing (tdf#132241)Luboš Luňák
2020-04-16workaround for intel Skia invert() problem (tdf#130430)Luboš Luňák
2020-04-15keep old contents of resized windows with Skia (tdf#131952)Luboš Luňák
2020-04-15do not create empty Skia surface (tdf#131939)Luboš Luňák
2020-04-08fix/improve Skia debug messagesLuboš Luňák
2020-04-07optimize SkiaSalGraphicsImpl area copyingLuboš Luňák
2020-04-07avoid Skia bitmap->image pixel copying in raster modeLuboš Luňák
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-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 (X11)Luboš Luňák
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand
2020-02-19work around a driver/card(?) problem with Skia and AA-ed polygonsLuboš Luňák
2020-02-10cid#1458168 silence bogus Dereference after null checkCaolán McNamara
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-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-15avoid needless copy by SkSurface::makeImageSnapshot(rect)Luboš Luňák
2020-01-09fix Skia virtual device alpha blending (tdf#129865)Luboš 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-12update Skia to chrome/m80Luboš 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-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-27avoid some compiler warnings in Skia VCL codeLuboš Luňák
2019-11-27make sure Skia invert with TrackFrame doesn't paint outsideLuboš Luňák