summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2019-11-27implement SalROPColor in SkiaLuboš Luňák
2019-11-27extend vcl backendtest to more backendsLuboš Luňák
2019-11-27fix debug buildLuboš Luňák
2019-11-27skia: drawMask can be simplified with drawBitmap callTomaž Vajngerl
2019-11-27skia: add common function to check the input SalTwoRectsTomaž Vajngerl
2019-11-27skia: use a common drawBitmap in more casesTomaž Vajngerl
2019-11-27skia: implement blendAlphaBitmap and blendBitmapTomaž Vajngerl
2019-11-27skia: don't loop to first point if the polygon is not closedTomaž Vajngerl
2019-11-27backendtest: test blending of bitmapTomaž Vajngerl
2019-11-27backendtest: support creating VirtualDevice with alphaTomaž Vajngerl
2019-11-27make Skia use AA when asked forLuboš Luňák
2019-11-27mark a local function staticLuboš Luňák
2019-11-27implement Skia native controls drawing/caching for WindowsLuboš Luňák
2019-11-27remove unwanted debug dumpLuboš Luňák
2019-11-27fix SkiaSalGraphicsImpl::drawPixel()Luboš Luňák
2019-11-27hopefully finally fix SkiaSalGraphicsImpl::drawMask()Luboš Luňák
2019-11-27temporarily disable failing tests in visualbackendtestLuboš Luňák
2019-11-27use SkPath::kEvenOdd_FillType for polypolygon paths in SkiaLuboš Luňák
2019-11-27restore canvas state in SkiaSalGraphicsImpl::drawTransformedBitmap()Luboš Luňák
2019-11-27add a TODO note about Skia Vulkan surface getting recreated too oftenLuboš Luňák
2019-11-27work around for Skia SkCanvas::clipRegion() bugLuboš Luňák
2019-11-27add Skia VCL README with some basic informationLuboš 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 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