summaryrefslogtreecommitdiff
path: root/vcl/inc/skia/gdiimpl.hxx
AgeCommit message (Expand)Author
2021-05-24fix Skia Windows text renderingLuboš Luňák
2021-05-24fix font scale width handling for Skia/X11 (tdf#136081)Luboš Luňák
2021-03-01generic Skia workaround for VCL sending empty size (tdf#140288)Luboš Luňák
2021-02-24add additional 0-1 alpha argument to DrawTransformedBitmap()Luboš Luňák
2021-02-24simply use drawTransformedBitmap()Luboš Luňák
2020-11-17tdf#138022 Skia don't recreate empty surfacesJan-Marek Glogowski
2020-11-14remove SalPointNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-10-08track dirty areas for Skia drawingLuboš Luňák
2020-09-25xor drawing done twice in the same place should be a no-opLuboš Luňák
2020-09-25draw linear and radial gradients directly with SkiaLuboš Luňák
2020-09-23if allocating Vulkan surface fails, fall back to Skia raster surfaceLuboš Luňák
2020-09-07do not queue up too many Skia image drawing operations (tdf#136369)Luboš Luňák
2020-08-26optimize polygon merging in Skia (tdf#136139)Luboš Luňák
2020-08-26update Skia to chrome/m86 snapshotLuboš Luňák
2020-07-16merge needlessly split polygons back in Skia drawing (tdf#133016)Luboš Luňák
2020-07-16use consistent Skia pixel position adjustments (tdf#134346)Luboš Luňák
2020-07-01optimize Bitmap::Erase() for Skia by delaying the erase (tdf#134363)Luboš Luňák
2020-06-26use Skia's SkShader for blending bitmapsLuboš Luňák
2020-06-25handle nullptr pointers in Skia debugging functionsLuboš Luňák
2020-05-26use Skia to do dashed lines, no need to do it manually (tdf#130431)Luboš Luňák
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák
2020-05-04remove old Skia text render methods that do not use Skia directlyLuboš Luňák
2020-04-20batch Skia xor drawing (tdf#132241)Luboš Luňák
2020-04-08fix/improve Skia debug messagesLuboš Luňák
2020-04-06update Skia to chrome/m83Luboš 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-02-07Removed executable permission on filesAndrea Gelmini
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)
2020-01-20workaround for Skia+Cairo text drawing exhausting GPU memoryLuboš 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
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-12-05Make sure external/skia include file doesn't define macro YieldStephan Bergmann
2019-11-27avoid some compiler warnings in Skia VCL codeLuboš Luňák
2019-11-27make Skia GPU offscreen surfaces work with unittestsLuboš 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-27use center of pixels when doing GPU drawing using SkiaLuboš Luňák
2019-11-27add SAL log group vcl.skia for tracing Skia usageLuboš Luňák
2019-11-27pre-fill Skia bitmaps/surfaces with garbage in dbgutil modeLuboš Luňák
2019-11-27skia: use a common drawBitmap in more casesTomaž Vajngerl
2019-11-27make Skia use AA when asked forLuboš Luňák
2019-11-27more safe handling of destroying Skia surfaces/contextsLuboš Luňák
2019-11-27skia: drawAlphaRect and drawRect use common codeTomaž Vajngerl
2019-11-27reimplement supportsOperation() for Skia and OpenGLLuboš Luňák