summaryrefslogtreecommitdiff
path: root/vcl/skia/win
AgeCommit message (Expand)AuthorFilesLines
2021-03-03generic Skia workaround for VCL sending empty size (tdf#140288)Luboš Luňák1-0/+1
2020-09-28backport update Skia to chrome/m85 snapshot to libreoffice-7-0Luboš Luňák1-3/+3
2020-09-23detect and fail immediately on failed Skia allocations (tdf#135952)Luboš Luňák1-2/+2
2020-09-23if allocating Vulkan surface fails, fall back to Skia raster surfaceLuboš Luňák1-4/+2
2020-07-16flush all Skia drawing before drawing to the screenLuboš Luňák1-0/+1
2020-07-13set also RGB/BGR LCD order for Skia text rendering (tdf#134275)Luboš Luňák1-0/+10
2020-05-04remove old Skia text render methods that do not use Skia directlyLuboš Luňák2-111/+0
2020-04-24debug info for Skia Windows widget drawingLuboš Luňák1-0/+7
2020-04-17loplugin:external (clang-cl)Stephan Bergmann1-1/+1
2020-04-15fix Skia glyph orientation with DirectWrite (tdf#132084)Luboš Luňák1-1/+5
2020-04-15do not create empty Skia surface (tdf#131939)Luboš Luňák1-4/+0
2020-04-10fix last commitLuboš Luňák1-1/+1
2020-04-10downgrade warning to an info messageLuboš Luňák1-2/+2
2020-04-10fix lame local variable mistakeLuboš Luňák1-4/+3
2020-04-10prefer DirectWrite for Skia's Windows text renderingLuboš Luňák1-10/+81
2020-04-07simplify codeLuboš Luňák1-10/+1
2020-04-06update Skia to chrome/m83Luboš Luňák2-0/+5
2020-03-31build Skia on Windows with UNICODE setLuboš Luňák1-10/+2
2020-03-27fix LOGFONTA/GetObjectW() mismatch and remove Skia HFONT hack (tdf#131426)Luboš Luňák1-10/+16
2020-03-25make sure only VCL-Skia or VCL-OpenGL is enabled (tdf#131543)Luboš Luňák1-1/+1
2020-03-18fix glyph rotation for Skia text rendering on WindowsLuboš Luňák1-1/+2
2020-03-18implement text rendering using directly Skia (Windows)Luboš Luňák1-0/+55
2020-03-12rework Skia setupLuboš Luňák1-6/+2
2020-02-26loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2020-02-26loplugin:external (clang-cl)Stephan Bergmann1-2/+2
2020-02-13set up properly Vulkan context creation also for WindowsLuboš Luňák1-0/+16
2020-02-07add Skia crash zone checkingLuboš Luňák1-0/+7
2020-01-30again finally(?) fix Skia Windows widget drawing (tdf#130051)Luboš Luňák1-16/+57
2020-01-20workaround for Skia+Cairo text drawing exhausting GPU memoryLuboš Luňák1-0/+1
2020-01-20remove outdated Skia TODO commentsLuboš Luňák1-18/+0
2020-01-16use surface atlas for Skia text drawing on WindowsLuboš Luňák2-29/+33
2020-01-12finally fix Skia Windows widget drawing (tdf#129416)Luboš Luňák1-53/+16
2019-12-12make Skia Windows widget drawing use correct alpha (tdf#129074)Luboš Luňák1-6/+49
2019-12-06use SkBitmap::setImmutable() where suitableLuboš Luňák1-0/+4
2019-12-06make all Skia drawing GPU-backed, if possibleLuboš Luňák1-13/+21
2019-12-06make Skia Windows text rendering use SkImage instead of SkBitmapLuboš Luňák2-52/+27
2019-12-05Silence loplugin:unnecessaryoverride (clang-cl)Stephan Bergmann1-3/+2
2019-11-27make Skia GPU offscreen surfaces work with unittestsLuboš Luňák1-19/+2
2019-11-27make Skia VCL backend fall back to raster if vulkan doesn't workLuboš Luňák1-8/+17
2019-11-27fix Skia offscreen GPU-backed drawingLuboš Luňák1-20/+2
2019-11-27use center of pixels when doing GPU drawing using SkiaLuboš Luňák1-0/+3
2019-11-27make SkiaSalGraphicsImpl use GPU-backed SkSurface also for offscreenLuboš Luňák1-1/+18
2019-11-27pre-fill Skia bitmaps/surfaces with garbage in dbgutil modeLuboš Luňák1-0/+3
2019-11-27mark a local function staticLuboš Luňák1-1/+1
2019-11-27implement Skia native controls drawing/caching for WindowsLuboš Luňák1-11/+74
2019-11-27hopefully finally fix SkiaSalGraphicsImpl::drawMask()Luboš Luňák1-19/+1
2019-11-27more safe handling of destroying Skia surfaces/contextsLuboš Luňák1-0/+1
2019-11-27fix Skia Windows text renderingLuboš Luňák1-10/+69
2019-11-27implement pruning in SkiaGlobalWinGlyphCacheLuboš Luňák1-1/+42
2019-11-27remove some obsolete Skia TODO'sLuboš Luňák1-7/+0