summaryrefslogtreecommitdiff
path: root/vcl/skia/salbmp.cxx
AgeCommit message (Expand)Author
2020-07-08prevent SkiaSalBitmap::Scale() from breaking indexed bitmaps (tdf#134574)Luboš Luňák
2020-07-08make sure SkiaSalBitmap::dump() doesn't change the objectLuboš Luňák
2020-07-01optimize Bitmap::Erase() for Skia by delaying the erase (tdf#134363)Luboš Luňák
2020-07-01call InvalidateChecksum() in SkiaSalBitmap()Luboš Luňák
2020-06-30direct 8bit gray -> RGBA conversion in SkiaSalBitmapLuboš Luňák
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák
2020-06-27do not use VCL scaling algorithm from SkiaLuboš Luňák
2020-06-27properly copy pending scale quality in SkiaSalBitmapLuboš Luňák
2020-06-27use boost::make_shared_noinit()Luboš Luňák
2020-06-17remove outdated Skia todo commentsLuboš Luňák
2020-05-15do not cache SkBitmap in SkiaSalBitmapLuboš Luňák
2020-05-13Avoid -Werror=unused-variable with --disable-assert-always-abortStephan Bergmann
2020-05-05avoid Skia CPU-based scaling if an image is wanted in the endLuboš Luňák
2020-04-24make SkiaSalBitmap discard cached data of incorrect size (tdf#132367)Luboš Luňák
2020-04-11Fix typoAndrea Gelmini
2020-04-07no gray conversion needed for VCL alpha hacksLuboš Luňák
2020-04-07optimize SkiaSalBitmap::GetAlphaSkImage()Luboš Luňák
2020-04-07optimize SkiaSalBitmap::ConvertToGreyscale()Luboš Luňák
2020-04-07avoid Skia bitmap->image pixel copying in raster modeLuboš Luňák
2020-04-07optimize bit depth conversions to/from Skia where possibleLuboš Luňák
2020-04-07use delayed scaling in SalSkiaBitmapLuboš Luňák
2020-04-01add SAL_LOG area vcl.skia.traceLuboš Luňák
2020-03-18make SkiaSalBitmap always use internal buffer for pixelsLuboš Luňák
2020-02-19BitmapAccessMode::Info does not need bitmap dataLuboš Luňák
2020-02-07add Skia crash zone checkingLuboš Luňák
2020-01-21implement bit depth data conversion for SkiaSalBitmap, just in caseLuboš Luňák
2020-01-20remove outdated Skia TODO commentsLuboš Luňák
2020-01-09add setting to config_skia.h whether to use 32bpp bitmapsLuboš Luňák
2020-01-06use boost::shared_ptr for allocating an arrayLuboš Luňák
2020-01-06set BackendCapabilities::mbSupportsBitmap32 for Skia againLuboš Luňák
2020-01-06use Skia-based bitmap scaling for SkiaSalBitmapLuboš Luňák
2020-01-06use copy-on-write for SkiaSalBitmap dataLuboš Luňák
2020-01-06convert SkImage -> SkBitmap only on demandLuboš Luňák
2019-12-11do not allow both read and write bitmap access to the same bitmapLuboš Luňák
2019-12-11do not store 8bpp bitmaps as Skia's SkBitmap (tdf#129077)Luboš Luňák
2019-12-06make all Skia drawing GPU-backed, if possibleLuboš Luňák
2019-11-27revert BackendCapabilities::mbSupportsBitmap32 for SkiaLuboš Luňák
2019-11-27copy SkImage properlyLuboš Luňák
2019-11-27fix mistyped operatorLuboš Luňák
2019-11-27avoid some compiler warnings in Skia VCL codeLuboš Luňák
2019-11-27add SAL log group vcl.skia for tracing Skia usageLuboš Luňák
2019-11-27pre-fill Skia bitmaps/surfaces with garbage in dbgutil modeLuboš Luňák
2019-11-27remove unwanted debug dumpLuboš Luňák
2019-11-27hopefully finally fix SkiaSalGraphicsImpl::drawMask()Luboš Luňák
2019-11-27note about SkiaSalBitmap::ConvertToGreyscale() not being worth itLuboš Luňák
2019-11-27remove some obsolete Skia TODO'sLuboš Luňák
2019-11-27better handling of bit depths in skia codeLuboš Luňák
2019-11-27Skia alpha handling improvementsLuboš Luňák
2019-11-27better support for <8 bpp in SkiaSalBitmapLuboš Luňák
2019-11-27initial work on Skia SalGraphicsLuboš Luňák