summaryrefslogtreecommitdiff
path: root/vcl/inc/skia
AgeCommit message (Expand)Author
2020-07-01optimize Bitmap::Erase() for Skia by delaying the erase (tdf#134363)Luboš Luňák
2020-06-27do not use VCL scaling algorithm from SkiaLuboš Luňák
2020-06-26use Skia's SkShader for blending bitmapsLuboš Luňák
2020-06-25handle nullptr pointers in Skia debugging functionsLuboš Luňák
2020-05-26use Skia to do dashed lines, no need to do it manually (tdf#130431)Luboš Luňák
2020-05-22convert properly SkiaSalBitmap to WinSalBitmap (tdf#133152)Luboš Luňák
2020-05-15do not cache SkBitmap in SkiaSalBitmapLuboš Luňák
2020-05-14cache results of Skia's drawTransformedBitmap() (tdf#132438)Luboš Luňák
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák
2020-05-04remove old Skia text render methods that do not use Skia directlyLuboš Luňák
2020-04-24make SkiaSalBitmap discard cached data of incorrect size (tdf#132367)Luboš Luňák
2020-04-20batch Skia xor drawing (tdf#132241)Luboš Luňák
2020-04-10prefer DirectWrite for Skia's Windows text renderingLuboš Luňák
2020-04-08fix/improve Skia debug messagesLuboš Luňák
2020-04-07no gray conversion needed for VCL alpha hacksLuboš Luňák
2020-04-07avoid Skia bitmap->image pixel copying in raster modeLuboš Luňák
2020-04-07use delayed scaling in SalSkiaBitmapLuboš Luňák
2020-04-06update Skia to chrome/m83Luboš Luňák
2020-04-03loplugin:finalclasses in xmlsecurity..UnoControlsNoel Grandin
2020-03-25make sure only VCL-Skia or VCL-OpenGL is enabled (tdf#131543)Luboš Luňák
2020-03-18make SkiaSalBitmap always use internal buffer for pixelsLuboš Luňák
2020-03-18fix glyph rotation for Skia text rendering on WindowsLuboš Luňák
2020-03-18implement text rendering using directly Skia (Windows)Luboš Luňák
2020-03-18implement text rendering using directly Skia (X11)Luboš Luňák
2020-03-12rework Skia setupLuboš Luňák
2020-02-19work around a driver/card(?) problem with Skia and AA-ed polygonsLuboš Luňák
2020-02-10add (Vulkan) blacklisting to SkiaLuboš Luňák
2020-02-07Removed executable permission on filesAndrea Gelmini
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)
2020-02-07add Skia crash zone checkingLuboš Luňák
2020-01-30again finally(?) fix Skia Windows widget drawing (tdf#130051)Luboš Luňák
2020-01-20workaround for Skia+Cairo text drawing exhausting GPU memoryLuboš Luňák
2020-01-20remove outdated Skia TODO commentsLuboš Luňák
2020-01-16Fix typoAndrea Gelmini
2020-01-16limit the area where we manually do xor drawing in SkiaLuboš Luňák
2020-01-16implement xor drawing for SkiaLuboš Luňák
2020-01-16use surface atlas for Skia text drawing on WindowsLuboš Luňák
2020-01-12finally fix Skia Windows widget drawing (tdf#129416)Luboš Luňák
2020-01-08Avoid -Werror,-WundefStephan Bergmann
2020-01-06use boost::shared_ptr for allocating an arrayLuboš 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-12loplugin:finalclassesNoel Grandin
2019-12-12make Skia Windows widget drawing use correct alpha (tdf#129074)Luboš 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-12-06keep just one shared reference to Skia shared GrContextLuboš Luňák
2019-12-06make Skia Windows text rendering use SkImage instead of SkBitmapLuboš Luňák
2019-12-05Silence loplugin:unnecessaryoverride (clang-cl)Stephan Bergmann