summaryrefslogtreecommitdiff
path: root/vcl/skia
AgeCommit message (Expand)Author
2024-02-24Related: tdf#159529 eliminate possible memory leakPatrick Luby
2024-01-08Related tdf#158945: blacklist Intel Iris XE for Skia hardware renderingJulien Nabet
2024-01-02tdf#158945: blind fix (try to decrease pending operations limit)Mike Kaganski
2024-01-01Revert "Related tdf#158739: blacklist Nvidia RTX 4050 for Skia hardware"Julien Nabet
2024-01-01Missing includesMike Kaganski
2023-12-31Use DBG_TESTSOLARMUTEX instead of SolarMutex::IsCurrentThread in assertionMike Kaganski
2023-12-31Replace "size() != 0 with !empty()" (vcl)Julien Nabet
2023-12-31Avoid unwanted creation of mSurfaceMike Kaganski
2023-12-31tdf#158942: renderMethodToUseForSize may force raster surfaceMike Kaganski
2023-12-20Related tdf#158739: blacklist Nvidia RTX 4050 for Skia hardware renderingJulien Nabet
2023-12-17Fix Skia unit test failure when using a HiDPI displayPatrick Luby
2023-12-15Fix Skia unit test failures when using a Retina displayPatrick Luby
2023-12-13Enable Skia in unit testsMike Kaganski
2023-11-24enable using medium/full font hinting even with subpixel positioningFrank Steiner
2023-11-03tdf#158014 make image immutable after using Skia to invertPatrick Luby
2023-10-29simplify calculation in AlphaMask::BlendWithNoel Grandin
2023-10-28Fix testDelayedScaleAlphaImage unit testPatrick Luby
2023-10-28Simplify calculationMike Kaganski
2023-10-27fix erase logic in SkiaSalBmp::BlendWithNoel Grandin
2023-10-11tdf#157613 make sure surface is not a null pointerPatrick Luby
2023-10-09loplugin:casttovoidStephan Bergmann
2023-10-01tdf#156881 Disable Metal with AMD Radeon Pro 5XXX GPUs on macOS CatalinaPatrick Luby
2023-09-27Let SkBitmap determine when it is safe to delete the pixel bufferPatrick Luby
2023-09-22tdf#157312 Don't change priorityPatrick Luby
2023-08-31Related tdf#156986: blacklist Nvidia RTX 4070 for Skia hardware renderingJulien Nabet
2023-08-24tdf#156866 use mSize instead of mPixelSize for inverted surfacePatrick Luby
2023-08-23tdf#156854 invert alpha mask for macOS native menu item imagesPatrick Luby
2023-08-19Reimplement fix for tdf#156629 and tdf#156630Patrick Luby
2023-08-17Skia: Avoid assertion failure inside ProcessAndBlurAlphaMaskMike Kaganski
2023-08-13Related tdf#156630 and tdf#156629 force snapshot of alpha maskPatrick Luby
2023-08-10tdf#156630 eliminate opaque parts when drawing animated PNG imagesPatrick Luby
2023-08-09vcl: Organize CoreText font code a bitKhaled Hosny
2023-07-31all drawPolyPolygon variants return true nowCaolán McNamara
2023-07-31supportsOperation OutDevSupportType::B2DDraw is always true nowCaolán McNamara
2023-07-25loplugin:redundantcastNoel Grandin
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny
2023-07-23vcl: TextRenderModeForResolutionIndependentLayout → SubpixelPositioningKhaled Hosny
2023-07-23vcl: Simplify AquaGraphics*::drawTextLayout() callingKhaled Hosny
2023-07-21Fix typoAndrea Gelmini
2023-07-20tdf#156361 use slow blending path if alpha mask blending is diabledPatrick Luby
2023-07-18tdf#155661 Apply border from center point not from whole sizeAron Budea
2023-07-10fix build: SkiaHelper.cxx missed W on -Wunused-parameterJustin Luth
2023-07-10update skia to m116Noel Grandin
2023-07-04remove skia workaroundNoel Grandin
2023-07-02optimised Skia Invert() operationNoel Grandin
2023-06-21Related tdf#155143: blacklist Nvidia GTX 960M for Skia hardware renderingJulien Nabet
2023-05-15tdf#155143: blacklist 3 Nvidia cards for Skia hardware renderingJulien Nabet
2023-05-15Resolves tdf#155070 - Easy access to skia.logHeiko Tietze
2023-05-07crash seen with empty moLineColor on macOS with skiaCaolán McNamara