summaryrefslogtreecommitdiff
path: root/vcl/skia
AgeCommit message (Expand)Author
2020-05-15do not cache SkBitmap in SkiaSalBitmapLuboš Luňák
2020-05-14Fix typoAndrea Gelmini
2020-05-14cache Skia' drawAlphaBitmap() in raster mode (tdf#104878)Luboš Luňák
2020-05-14cache results of Skia's drawTransformedBitmap() (tdf#132438)Luboš Luňák
2020-05-13Avoid -Werror=unused-variable with --disable-assert-always-abortStephan Bergmann
2020-05-11avoid deep copies of pixels with Skia raster surfaces (tdf#132856)Luboš Luňák
2020-05-06batch polyline drawing for basegfx::B2DLineJoin::NONE if small widthLuboš Luňák
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák
2020-05-05avoid Skia CPU-based scaling if an image is wanted in the endLuboš Luňák
2020-05-04remove old Skia text render methods that do not use Skia directlyLuboš Luňák
2020-04-30implement basegfx::B2DLineJoin::NONE for Skia drawPolyLine()Luboš Luňák
2020-04-24debug info for Skia Windows widget drawingLuboš Luňák
2020-04-24make SkiaSalBitmap discard cached data of incorrect size (tdf#132367)Luboš Luňák
2020-04-24fix tick marks in Draw with Skia (tdf#132334)Luboš Luňák
2020-04-24high quality scaling in skia drawTransformedBitmap (tdf#132297)Luboš Luňák
2020-04-23use rectangle rather than point+size for debug outputLuboš Luňák
2020-04-23avoid Skia xor crash with not-yet-drawn surface (tdf#132335)Luboš Luňák
2020-04-21work around copy-to-self SkSurface::draw() being buggy (tdf#132051)Luboš Luňák
2020-04-20batch Skia xor drawing (tdf#132241)Luboš Luňák
2020-04-17loplugin:external (clang-cl)Stephan Bergmann
2020-04-16workaround for intel Skia invert() problem (tdf#130430)Luboš Luňák
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-04-15fix Skia glyph orientation with DirectWrite (tdf#132084)Luboš Luňák
2020-04-15keep old contents of resized windows with Skia (tdf#131952)Luboš Luňák
2020-04-15do not create empty Skia surface (tdf#131939)Luboš Luňák
2020-04-11Fix typoAndrea Gelmini
2020-04-10fix last commitLuboš Luňák
2020-04-10downgrade warning to an info messageLuboš Luňák
2020-04-10dump info about Skia and Vulkan drivers to a log fileLuboš Luňák
2020-04-10fix lame local variable mistakeLuboš 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-07simplify codeLuboš Luňák
2020-04-07optimize SkiaSalGraphicsImpl area copyingLuboš Luňák
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-06update Skia to chrome/m83Luboš Luňák
2020-04-01add Skia zone protection also to text rendering callLuboš Luňák
2020-04-01handle weird semantics of SkRect::intersect() (tdf#131721)Luboš Luňák
2020-04-01fix incorrect tools::Rectangle ctor usageLuboš Luňák
2020-04-01add SAL_LOG area vcl.skia.traceLuboš Luňák
2020-04-01SalInvert::N50 has 1x1 pixel checker size, not 2x2 (tdf#131580)Luboš Luňák
2020-04-01use large watchdog timeouts with Skia raster (tdf#131663)Luboš Luňák
2020-03-31build Skia on Windows with UNICODE setLuboš Luňák
2020-03-27fix LOGFONTA/GetObjectW() mismatch and remove Skia HFONT hack (tdf#131426)Luboš Luňák
2020-03-25make sure only VCL-Skia or VCL-OpenGL is enabled (tdf#131543)Luboš Luňák