summaryrefslogtreecommitdiff
path: root/vcl/skia
AgeCommit message (Expand)Author
2021-11-09Add an Intel Iris driver to Skia/Vulkan denylistIlmari Lauhakangas
2021-07-08tdf#143059 sw export: fix assert crashAttila Szűcs
2021-05-24fix Skia Windows text renderingLuboš Luňák
2021-05-24disable AA in Skia/Windows text rendering if asked toLuboš Luňák
2021-05-24fix font scale width handling for Skia/X11 (tdf#136081)Luboš Luňák
2021-05-24fix skia/x11 text artifical italicLuboš Luňák
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-05-01Related: cid#1478001 CreateVirtualDevice never passed a null pGraphics argCaolán McNamara
2021-04-28Skia understands that linewidth == 0 means hairlineLuboš Luňák
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-21blacklist intel 0.402.743 vulkan driver (tdf#138729)Luboš Luňák
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-20fix too wide glyphs with Skia/GDI if horizontal scale is used (tdf#141715)Luboš Luňák
2021-04-15tdf#141269 Incorrect transparency after roundtripCaolán McNamara
2021-04-14SkBlendMode::kDifference causes AMD/Linux driver instabilityLuboš Luňák
2021-04-14Revert "update Skia to chrome/m91" (tdf#141680)Luboš Luňák
2021-04-12use Skia linear+mipmap for quality large downscaling (tdf#140129)Luboš Luňák
2021-04-12update Skia to chrome/m91Luboš Luňák
2021-04-07cache Skia fontLuboš Luňák
2021-04-06vcl: use PixelFormat enum in SalBitmap interface and backendsTomaž Vajngerl
2021-03-31remove internal 4bit scanline formatsNoel
2021-03-17round polygon points before merging them for Skia drawing (tdf#140848)Luboš Luňák
2021-03-16fixes for SkiaSalBitmap delayed scaling (tdf#140930)Luboš Luňák
2021-03-16with mEraseColorSet, there should be no pixel bufferLuboš Luňák
2021-03-16don't repeatedly create (alpha)SkImage on mEraseColorSetLuboš Luňák
2021-03-12convert to/from premultiplied alpha if neededLuboš Luňák
2021-03-10cache extensive downscaling in GPU mode too (tdf#140925)Luboš Luňák
2021-03-10access pixels directly if SkImage is a raster one (tdf#140925)Luboš Luňák
2021-03-10forgotten ComputeScanlineSize() (tdf#140917)Luboš Luňák
2021-03-04actually restore the original HFONTLuboš Luňák
2021-03-03try to avoid skia alpha blending with fully opaque bitmapsLuboš Luňák
2021-03-03'using namespace SkiaHelper' in skia vcl sourcesLuboš Luňák
2021-03-03update Skia to chrome/m90Luboš Luňák
2021-03-03do not smoothscale if not changing pixel sizeLuboš Luňák
2021-03-01make sure Skia DWrite matches the given HFONT exactly (tdf#137122)Luboš Luňák
2021-03-01it's enough to have one Skia font managerLuboš 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
2021-02-23convert internal bitmap formats transparency->alphaNoel Grandin
2021-02-19write color components properly in debug outputLuboš Luňák
2021-02-08Revert "update Skia to chrome/m89" (tdf#140023)Luboš Luňák
2021-01-20update Skia to chrome/m89Luboš Luňák
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-12transparency->alpha in tools::ColorNoel
2021-01-07faster debug dumping for SkiaLuboš Luňák
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock
2020-12-25Removed duplicated includeAndrea Gelmini
2020-12-24custom literal for Degree10Noel Grandin