Age | Commit message (Expand) | Author |
2021-01-16 | make the Color constructors explicitly specify transparency | Noel |
2021-01-12 | transparency->alpha in tools::Color | Noel |
2021-01-07 | faster debug dumping for Skia | Luboš Luňák |
2020-12-29 | vcl: move local bitmap headers to inc/bitmap directory | Chris Sherlock |
2020-12-26 | vcl: use Color:IsTransparent() where appropriate | Chris Sherlock |
2020-12-25 | Removed duplicated include | Andrea Gelmini |
2020-12-24 | custom literal for Degree10 | Noel Grandin |
2020-12-24 | vcl: move access functions into appropriate bitmap access files | Chris Sherlock |
2020-12-15 | do not free SkiaSalBitmap buffer if a read access points to it | Luboš Luňák |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-10 | make Skia image cache size configurable | Luboš Luňák |
2020-12-09 | faster Skia conversion to alpha for the alpha-vdev hack | Luboš Luňák |
2020-12-09 | better name for a helper Skia function | Luboš Luňák |
2020-12-07 | remove WinGlyphCache and related code | Luboš Luňák |
2020-11-28 | cache one more place when drawing Skia images | Luboš Luňák |
2020-11-19 | avoid Skia floating point position fixups for rectangles (tdf#137329) | Luboš Luňák |
2020-11-17 | implement also axial gradient for skia | Luboš Luňák |
2020-11-17 | tdf#138022 Skia don't recreate empty surfaces | Jan-Marek Glogowski |
2020-11-17 | set Skia pixel geometry for every surface | Luboš Luňák |
2020-11-17 | update Skia to chrome/m88 | Luboš Luňák |
2020-11-16 | disable Vulkan for Windows 7 (tdf#138219) | Luboš Luňák |
2020-11-14 | remove SalPoint | Noel Grandin |
2020-11-14 | fix updates of Skia draw region for Windows widgets (tdf#137559) | Luboš Luňák |
2020-11-13 | block nvidia drivers for vulkan only for version<457.36.0 (tdf#138145) | Luboš Luňák |
2020-11-11 | make tools::Long 64-bit on Windows platform | Noel Grandin |
2020-10-21 | new tools::Degree10 strong typedef | Noel Grandin |
2020-10-20 | fix skia matrix rounding imprecision | Luboš Luňák |
2020-10-19 | use tools::Long in vcl | Noel |
2020-10-14 | add unittest for SkiaSalBitmap copy-on-write data sharing | Luboš Luňák |
2020-10-09 | 32bpp SKIA_USE_BITMAP32 bitmaps always need kPremul_SkAlphaType | Luboš Luňák |
2020-10-08 | track dirty areas for Skia drawing | Luboš Luňák |
2020-10-07 | try more to match Skia's alpha type for source and destination | Luboš Luňák |
2020-10-07 | faster Skia from-image conversions if no alpha is involved | Luboš Luňák |
2020-10-06 | add missing null pointer check | Luboš Luňák |
2020-10-06 | loplugin:const* make some params and methods const | Noel |
2020-10-05 | make it possible to accelerate AlphaMask::BlendWith() | Luboš Luňák |
2020-10-04 | do not set high filter quality if not changing image | Luboš Luňák |
2020-10-04 | clean up handling of erased state in SkiaSalBitmap | Luboš Luňák |
2020-10-04 | optimize and unittest SkiaSalBitmap::InterpretAs8Bit() | Luboš Luňák |
2020-10-04 | default to BGRA for Skia, even on X11 | Luboš Luňák |
2020-10-02 | cache Skia bitmaps if they are small but to be scaled | Luboš Luňák |
2020-10-02 | SkCanvas::drawPaint() -> drawRect(), where applicable, and fix matrix | Luboš Luňák |
2020-09-30 | make OutputDevice::Flush() also flush Skia | Luboš Luňák |
2020-09-29 | avoid crash if DrawTransformedBitmap() would mean empty Skia bitmap | Luboš Luňák |
2020-09-29 | disable VSync for Skia/Vulkan on Linux/nVidia | Luboš Luňák |
2020-09-29 | blacklist Windows/nVidia for Skia/Vulkan (tdf#135370, tdf#136036, tdf#136407) | Luboš Luňák |
2020-09-29 | make it possible to blacklist just "windows" | Luboš Luňák |
2020-09-29 | ensure SolarMutex is held for SkiaZone | Luboš Luňák |
2020-09-28 | rename for disentangling AA and B2D use in VCL drawing | Luboš Luňák |
2020-09-25 | Skia drawGradient() tweaks | Luboš Luňák |