summaryrefslogtreecommitdiff
path: root/vcl/skia
AgeCommit message (Expand)Author
2020-07-10replace usage of whitelist with allowlistThorsten Behrens
2020-07-10replace usage of blacklist with denylistThorsten Behrens
2020-07-08prevent SkiaSalBitmap::Scale() from breaking indexed bitmaps (tdf#134574)Luboš Luňák
2020-07-08make sure SkiaSalBitmap::dump() doesn't change the objectLuboš Luňák
2020-07-07set also RGB/BGR LCD order for Skia text rendering (tdf#134275)Luboš Luňák
2020-07-02Revert "implement Skia workaround for ... (tdf#133016)" (tdf#134346)Luboš Luňák
2020-07-02do not convert straight lines in polygons to cubic for SkPathLuboš Luňák
2020-07-01update Skia to chrome/m85 snapshotLuboš Luňák
2020-07-01optimize Bitmap::Erase() for Skia by delaying the erase (tdf#134363)Luboš Luňák
2020-07-01call InvalidateChecksum() in SkiaSalBitmap()Luboš Luňák
2020-06-30actually call Skia init functionLuboš Luňák
2020-06-30direct 8bit gray -> RGBA conversion in SkiaSalBitmapLuboš Luňák
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák
2020-06-27do not use VCL scaling algorithm from SkiaLuboš Luňák
2020-06-27properly copy pending scale quality in SkiaSalBitmapLuboš Luňák
2020-06-27cache raster scaling also in Skia's drawAlphaBitmap()Luboš Luňák
2020-06-27use boost::make_shared_noinit()Luboš Luňák
2020-06-26use Skia's SkShader for blending bitmapsLuboš Luňák
2020-06-25log properly the compiler used to compile SkiaLuboš Luňák
2020-06-24in Skia raster mode cache even enlarging of images (tdf#134160)Luboš Luňák
2020-06-22add debugging hints to Skia READMELuboš Luňák
2020-06-19fix coordinate typo in Skia drawTransformedBitmap() (tdf#134129)Luboš Luňák
2020-06-17remove outdated Skia todo commentsLuboš Luňák
2020-06-16implement Skia workaround for adjacent AA-ed polygons (tdf#133016)Luboš Luňák
2020-06-15fix skewed drawing in Skia's drawTransformedBitmap() (tdf#133925)Luboš Luňák
2020-06-10blacklist old intel driver 0.16.2 for Vulkan (tdf#132681)Luboš Luňák
2020-05-27properly scale stroke values in Skia drawPolyLine()Luboš Luňák
2020-05-26make disabling of Skia override forcing it (tdf#133399)Luboš Luňák
2020-05-26use Skia to do dashed lines, no need to do it manually (tdf#130431)Luboš Luňák
2020-05-25high quality scale when drawing scaled Skia image (tdf#133339)Luboš Luňák
2020-05-22always use region band in Skia's setClipRegion (tdf#133208)Luboš Luňák
2020-05-22Related: tdf#132536 drop FreetypeManager FreetypeFont cachingCaolán McNamara
2020-05-21fix image caching in Skia (tdf#133215)Luboš Luňák
2020-05-15do not cache SkBitmap in SkiaSalBitmapLuboš Luňák
2020-05-14Fix typoAndrea Gelmini
2020-05-14cache Skia' drawAlphaBitmap() in raster mode (tdf#104878)Luboš Luňák
2020-05-14cache results of Skia's drawTransformedBitmap() (tdf#132438)Luboš Luňák
2020-05-13Avoid -Werror=unused-variable with --disable-assert-always-abortStephan Bergmann
2020-05-11avoid deep copies of pixels with Skia raster surfaces (tdf#132856)Luboš Luňák
2020-05-06batch polyline drawing for basegfx::B2DLineJoin::NONE if small widthLuboš Luňák
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák
2020-05-05avoid Skia CPU-based scaling if an image is wanted in the endLuboš Luňák
2020-05-04remove old Skia text render methods that do not use Skia directlyLuboš Luňák
2020-04-30implement basegfx::B2DLineJoin::NONE for Skia drawPolyLine()Luboš Luňák
2020-04-24debug info for Skia Windows widget drawingLuboš Luňák
2020-04-24make SkiaSalBitmap discard cached data of incorrect size (tdf#132367)Luboš Luňák
2020-04-24fix tick marks in Draw with Skia (tdf#132334)Luboš Luňák
2020-04-24high quality scaling in skia drawTransformedBitmap (tdf#132297)Luboš Luňák
2020-04-23use rectangle rather than point+size for debug outputLuboš Luňák
2020-04-23avoid Skia xor crash with not-yet-drawn surface (tdf#132335)Luboš Luňák