Age | Commit message (Expand) | Author |
2022-05-21 | update Skia to chrome/m103 | Luboš Luňák |
2022-05-04 | vcl : avoid recursive call if skia context creation failed. | Arnaud VERSINI |
2022-04-13 | vcl: move X11 drawing that uses cairo into X11CairoSalGraphicsImpl | Tomaž Vajngerl |
2022-03-16 | -Werror=unused-but-set-variable | Stephan Bergmann |
2022-03-16 | throw away skia control cache on theme change | Caolán McNamara |
2022-02-03 | handle graphics test specially in backends too if needed | Luboš Luňák |
2022-01-26 | make sure to not divide by zero when computing miter limit | Luboš Luňák |
2022-01-26 | Simplify error COM handling using exceptions | Mike Kaganski |
2022-01-24 | avoid Skia GPU surfaces for small virtual devices (bsc#1183308) | Luboš Luňák |
2022-01-14 | respect TextRenderModeForResolutionIndependentLayout for mac too | Caolán McNamara |
2022-01-13 | allow selecting text rendering mode suitable for natural glyph positions | Caolán McNamara |
2022-01-12 | block amd drivers that crash with Skia's kDifference (tdf#146402) | Luboš Luňák |
2022-01-12 | keep positions as DeviceCoordinate within SalLayout | Caolán McNamara |
2022-01-12 | reduce explicit Skia flushing | Luboš Luňák |
2022-01-11 | build a IDWriteFontCollection1 of our FR_PRIVATE fonts | Caolán McNamara |
2022-01-07 | save alpha channel processing when not needed | Luboš Luňák |
2021-12-10 | Revert "Re-Enable DrawTransformBitmapExDirect for render backends" | Armin Le Grand |
2021-12-10 | [loplugin:external] in vcl/skia/SkiaHelper.cxx | Julien Nabet |
2021-12-10 | cache Skia drawing based on checksum of bitmap content (tdf#146095) | Luboš Luňák |
2021-12-10 | make sure Skia bitmap checksum is invalidated properly | Luboš Luňák |
2021-12-10 | don't use 32bit Skia bitmaps if not configured so | Luboš Luňák |
2021-12-07 | Re-Enable DrawTransformBitmapExDirect for render backends | Armin Le Grand (Allotropia) |
2021-12-06 | a large but clipped image may still be cached from a previous call | Luboš Luňák |
2021-12-04 | only bilinear+mipmap for Skia/raster to-screen drawing (tdf#146024) | Luboš Luňák |
2021-11-30 | fix Skia copyArea() not coping with coordinates outside (tdf#145811) | Luboš Luňák |
2021-11-30 | handle Skia not drawing GPU-backend shader to a bitmap (tdf#145797) | Luboš Luňák |
2021-11-30 | loplugin:simplifyconstruct | Stephan Bergmann |
2021-11-29 | implement xor drawing directly using Skia (tdf#141090) | Luboš Luňák |
2021-11-29 | remove Skia kDifference workaround | Luboš Luňák |
2021-11-22 | handle filling and stroking at the same time if possible | Luboš Luňák |
2021-11-22 | move code to helper functions | Luboš Luňák |
2021-11-19 | Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversions | Mike Kaganski |
2021-11-18 | add an extra margin to native control drawing on Skia/Mac | Luboš Luňák |
2021-11-18 | fix background color of some native controls with Skia/Mac (tdf#145748) | Luboš Luňák |
2021-11-18 | draw Mac widget controls at proper size when HiDPI | Luboš Luňák |
2021-11-18 | Fix typos | Andrea Gelmini |
2021-11-18 | handle also curved lines for nojoin skia polylines (tdf#143837) | Luboš Luňák |
2021-11-17 | Skia dumping is no longer dbgutil-only | Luboš Luňák |
2021-11-17 | loplugin:simplifybool | Stephan Bergmann |
2021-11-16 | fix drawBitmap() unittests with Skia/HiDPI | Luboš Luňák |
2021-11-16 | try to avoid scaling bitmaps twice in Skia when drawing | Luboš Luňák |
2021-11-16 | make SkiaHelper::dump() available also in non-dbgutil builds | Luboš Luňák |
2021-11-16 | optimize Skia's copyArea() to copy less data | Luboš Luňák |
2021-11-16 | don't bother caching bitmaps that prefer shaders | Luboš Luňák |
2021-11-16 | when caching bitmaps in skia, take into account HiDPI | Luboš Luňák |
2021-11-16 | apply SAL_FORCE_HIDPI_SCALING on X11 even while drawing | Luboš Luňák |
2021-11-16 | implement HiDPI support for Skia/Mac (tdf#144214) | Luboš Luňák |
2021-11-13 | loplugin:conststringvar | Julien Nabet |
2021-11-12 | get rid of Skia's 'rasterhack' for Invert() | Luboš Luňák |
2021-11-12 | revert part of 'loplugin:flatten' in Skia code | Luboš Luňák |