summaryrefslogtreecommitdiff
path: root/vcl/skia/gdiimpl.cxx
AgeCommit message (Expand)Author
2019-11-27work around for Skia SkCanvas::clipRegion() bugLuboš Luňák
2019-11-27default to Skia using Vulkan, use SAL_SKIA=raster to use rasterLuboš Luňák
2019-11-27more safe handling of destroying Skia surfaces/contextsLuboš Luňák
2019-11-27fix SkiaSalGraphicsImpl::drawMask()Luboš Luňák
2019-11-27skia: implement drawTransformedBitmapTomaž Vajngerl
2019-11-27skia: drawAlphaRect and drawRect use common codeTomaž Vajngerl
2019-11-27fix alpha in SkiaSalGraphicsImpl::drawAlphaBitmap()Luboš Luňák
2019-11-27transform to device coords in Skia drawPolyPolygon()Luboš Luňák
2019-11-27reimplement supportsOperation() for Skia and OpenGLLuboš Luňák
2019-11-27skia: redirect drawBitmap with bitmap + mask to drawAlphaBitmapTomaž Vajngerl
2019-11-27finish Skia toSkRegion()Luboš Luňák
2019-11-27skia: implement direct PolyPolygon and PolyLine renderingTomaž Vajngerl
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: change lclPolygonToPath to get SkPath as parameterTomaž Vajngerl
2019-11-27skia: implement invert operationTomaž Vajngerl
2019-11-27make Skia SkBitmap dumping function staticLuboš Luňák
2019-11-27remove abort() from SkiaSalGraphicsImpl::invert()Luboš Luňák
2019-11-27basic implementation of Skia text drawing on WindowsLuboš Luňák
2019-11-27fix warningTomaž Vajngerl
2019-11-27make X11/Skia render to screen using Skia codeLuboš Luňák
2019-11-27implement skia x11 cairo text drawingLuboš Luňák
2019-11-27make the X11/Skia backend finally capable of drawing on screenLuboš Luňák
2019-11-27correct SkPaint usage when paintingLuboš Luňák
2019-11-27flush SkSurface's SkCanvas before getting data from itLuboš Luňák
2019-11-27implement Skia setClipRegion()Luboš Luňák
2019-11-27implement skia copyBits()Luboš Luňák
2019-11-27more SkiaSalgraphicsImpl drawingLuboš Luňák
2019-11-27Skia alpha handling improvementsLuboš Luňák
2019-11-27better support for <8 bpp in SkiaSalBitmapLuboš Luňák
2019-11-27more work on SkiaSalGraphicsImpl, mainly drawBitmapLuboš Luňák
2019-11-27initial work on Skia SalGraphicsLuboš Luňák
2019-11-27initial empty Skia VCL implementationLuboš Luňák