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