summaryrefslogtreecommitdiff
path: root/vcl/skia
AgeCommit message (Expand)AuthorFilesLines
2021-03-03generic Skia workaround for VCL sending empty size (tdf#140288)Luboš Luňák3-13/+24
2020-11-23avoid Skia floating point position fixups for rectangles (tdf#137329)Luboš Luňák1-16/+36
2020-11-17tdf#138022 Skia don't recreate empty surfacesJan-Marek Glogowski1-9/+16
2020-11-17disable Vulkan for Windows 7 (tdf#138219)Luboš Luňák1-0/+3
2020-10-03SkCanvas::drawPaint() -> drawRect(), where applicable, and fix matrixLuboš Luňák1-12/+14
2020-09-30blacklist Windows/nVidia for Skia/Vulkan (tdf#135370, tdf#136036, tdf#136407)Luboš Luňák1-0/+3
2020-09-30make it possible to blacklist just "windows"Luboš Luňák1-1/+1
2020-09-29avoid crash if DrawTransformedBitmap() would mean empty Skia bitmapLuboš Luňák1-0/+2
2020-09-29abort if Skia code detects problems with VulkanLuboš Luňák1-0/+18
2020-09-28backport update Skia to chrome/m85 snapshot to libreoffice-7-0Luboš Luňák2-6/+6
2020-09-25xor drawing done twice in the same place should be a no-opLuboš Luňák1-23/+22
2020-09-23detect and fail immediately on failed Skia allocations (tdf#135952)Luboš Luňák4-21/+50
2020-09-23if allocating Vulkan surface fails, fall back to Skia raster surfaceLuboš Luňák4-37/+42
2020-09-22fix parsing of Vulkan version numbersLuboš Luňák1-2/+3
2020-09-21do not try to merge polygons if they do not share a point (tdf#136222)Luboš Luňák1-0/+41
2020-09-10blacklist amd driver with vulkan version <= 2.0.49 (tdf#136553)Luboš Luňák1-0/+3
2020-09-09allow xor mode with Skia drawTransformedBitmap() (tdf#136575)Luboš Luňák1-1/+1
2020-09-02no polygon merge in Skia if they contain no straight lines (tdf#136240)Luboš Luňák1-0/+53
2020-09-02do not try to merge a single polypolygon (tdf#136240)Luboš Luňák1-2/+5
2020-08-28optimize polygon merging in Skia (tdf#136139)Luboš Luňák1-25/+16
2020-08-21fix setting clip region for new Skia graphics objects (tdf#135487)Luboš Luňák1-1/+1
2020-08-20ensure that polygons that are just a line are drawn by Skia (tdf#135490)Luboš Luňák1-2/+10
2020-08-18Dereference of nullptrMike Kaganski1-0/+2
2020-07-29tweak not caching images in Skia drawing when upscaling (tdf#132438)Luboš Luňák1-1/+21
2020-07-17merge 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-13set also RGB/BGR LCD order for Skia text rendering (tdf#134275)Luboš Luňák1-0/+10
2020-07-08prevent SkiaSalBitmap::Scale() from breaking indexed bitmaps (tdf#134574)Luboš Luňák1-2/+12
2020-07-02Revert "implement Skia workaround for ... (tdf#133016)" (tdf#134346)Luboš Luňák1-18/+0
2020-07-02actually call Skia init functionLuboš Luňák1-0/+5
2020-07-02differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák1-3/+3
2020-07-02properly copy pending scale quality in SkiaSalBitmapLuboš Luňák1-1/+2
2020-07-02cache raster scaling also in Skia's drawAlphaBitmap()Luboš Luňák1-4/+16
2020-07-02use Skia's SkShader for blending bitmapsLuboš Luňák1-104/+145
2020-07-02do not use VCL scaling algorithm from SkiaLuboš Luňák1-41/+13
2020-07-02use boost::make_shared_noinit()Luboš Luňák1-2/+2
2020-06-26log properly the compiler used to compile SkiaLuboš Luňák1-11/+4
2020-06-26in Skia raster mode cache even enlarging of images (tdf#134160)Luboš Luňák1-7/+14
2020-06-19fix coordinate typo in Skia drawTransformedBitmap() (tdf#134129)Luboš Luňák1-1/+1
2020-06-16blacklist old intel driver 0.16.2 for Vulkan (tdf#132681)Luboš Luňák1-3/+1
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-05-28properly 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