summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2019-11-27more safe handling of destroying Skia surfaces/contextsLuboš Luňák
2019-11-27fix Skia Windows text renderingLuboš Luňák
2019-11-27fix SkiaSalGraphicsImpl::drawMask()Luboš Luňák
2019-11-27skip text drawing if there is nothing to drawLuboš Luňák
2019-11-27skia: implement drawTransformedBitmapTomaž Vajngerl
2019-11-27backendtests: add some bitmap testsTomaž Vajngerl
2019-11-27skia: drawAlphaRect and drawRect use common codeTomaž Vajngerl
2019-11-27fix alpha in SkiaSalGraphicsImpl::drawAlphaBitmap()Luboš Luňák
2019-11-27fix alpha conversion in SalBitmap::convertDataBitCount()Luboš Luňák
2019-11-27fix warning from loplugin:datamembershadowLuboš 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-27backendtests: enable tests only when render backend is skiaTomaž Vajngerl
2019-11-27backendtest: Add polyline bezier curve backend testsTomaž Vajngerl
2019-11-27backendtest: Add PolyLine B2D test diamondTomaž Vajngerl
2019-11-27Add getting of render backend name + impl. for skiaTomaž Vajngerl
2019-11-27finish Skia toSkRegion()Luboš Luňák
2019-11-27note about SkiaSalBitmap::ConvertToGreyscale() not being worth itLuboš Luňák
2019-11-27implement pruning in SkiaGlobalWinGlyphCacheLuboš Luňák
2019-11-27skia: implement direct PolyPolygon and PolyLine renderingTomaž Vajngerl
2019-11-27remove some obsolete Skia TODO'sLuboš Luňák
2019-11-27add GUI and configuration options for SkiaLuboš Luňák
2019-11-27make Skia use either Raster or Vulkan, depending on a settingLuboš Luňák
2019-11-27delete Skia WindowContext only after the SkSurface it has createdLuboš Luňák
2019-11-27allocate Skia SkSurface on demandLuboš Luňák
2019-11-27resize surface in SkiaSalGraphicsImpl if neededLuboš Luňák
2019-11-27update Skia to chrome-m79Luboš Luňák
2019-11-27backendtests: remove unused variable - aReturnValueTomaž Vajngerl
2019-11-27skia: move {to,from}SkColor to gdiimpl.cxxTomaž Vajngerl
2019-11-27skia: change lclPolygonToPath to get SkPath as parameterTomaž Vajngerl
2019-11-27add "invert" tests to BackendTestTomaž Vajngerl
2019-11-27skia: implement invert operationTomaž Vajngerl
2019-11-27fix Skia enabling (disabling and it should not be enabled by default)Luboš Luňák
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-27use SupportsBitmap32 also for Skia on WindowsLuboš Luňák
2019-11-27refactor Windows OpenGLGlyphCache stuff to be reusable for SkiaLuboš Luňák
2019-11-27fix warningTomaž Vajngerl
2019-11-27build properly with or without Skia enabledLuboš Luňák
2019-11-27disable bitmap CRC checking in SvmTest::checkBitmap(Ex)s() for SkiaLuboš Luňák
2019-11-27also check rendering in SvmTest::testBitmaps()Luboš Luňák
2019-11-27initial implementation of Skia drawing on screen in WindowsLuboš Luňák
2019-11-27make WinSalVirtualDevice::SetSize() always call Init() for all Impl'sLuboš Luňák
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