summaryrefslogtreecommitdiff
path: root/vcl/skia
AgeCommit message (Expand)Author
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-27use the native Skia color Type when using VulkanLuboš Luňák
2019-11-27revert BackendCapabilities::mbSupportsBitmap32 for SkiaLuboš Luňák
2019-11-27copy SkImage properlyLuboš Luňák
2019-11-27fix mistyped operatorLuboš 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
2019-11-27make Skia GPU offscreen surfaces work with unittestsLuboš Luňák
2019-11-27do not use Xlib for accessing something that is not an X windowLuboš Luňák
2019-11-27remove no-longer-needed Skia workaround for GPU offscreen drawingLuboš Luňák
2019-11-27make Skia VCL backend fall back to raster if vulkan doesn't workLuboš Luňák
2019-11-27fix Skia offscreen GPU-backed drawingLuboš Luňák
2019-11-27avoid repeated SkSurface recreating because of X11 being asynchronousLuboš Luňák
2019-11-27make Skia copyArea() and copyBits() actually copy, not drawLuboš Luňák
2019-11-27use center of pixels when doing GPU drawing using SkiaLuboš Luňák
2019-11-27make SkiaSalGraphicsImpl use GPU-backed SkSurface also for offscreenLuboš Luňák
2019-11-27add SAL log group vcl.skia for tracing Skia usageLuboš Luňák
2019-11-27handle properly Skia color endianessLuboš Luňák
2019-11-27pre-fill Skia bitmaps/surfaces with garbage in dbgutil modeLuboš Luňák
2019-11-27fix Skia text color on X11Luboš Luňák
2019-11-27move docs for Skia env.vars. to vcl/README.varsLuboš Luňák
2019-11-27implement SalROPColor in SkiaLuboš 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-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-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-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-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