summaryrefslogtreecommitdiff
path: root/vcl/skia/SkiaHelper.cxx
AgeCommit message (Expand)Author
2021-02-08Revert "update Skia to chrome/m89" (tdf#140023)Luboš Luňák
2021-01-20update Skia to chrome/m89Luboš Luňák
2021-01-07faster debug dumping for SkiaLuboš Luňák
2020-12-25Removed duplicated includeAndrea Gelmini
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-10make Skia image cache size configurableLuboš Luňák
2020-11-17set Skia pixel geometry for every surfaceLuboš Luňák
2020-10-07try more to match Skia's alpha type for source and destinationLuboš Luňák
2020-10-06loplugin:const* make some params and methods constNoel
2020-09-23detect and fail immediately on failed Skia allocations (tdf#135952)Luboš Luňák
2020-09-23if allocating Vulkan surface fails, fall back to Skia raster surfaceLuboš Luňák
2020-09-22fix parsing of Vulkan version numbersLuboš Luňák
2020-09-08Simplify GetVendorNameFromId, returning std::string_viewStephan Bergmann
2020-09-07increase Skia image cache size to 64MiB (tdf#136244)Luboš Luňák
2020-09-03initialize possible CPU intrinsics use also for normal Skia (tdf#136326)Luboš Luňák
2020-08-26update Skia to chrome/m86 snapshotLuboš Luňák
2020-08-04loplugin:flatten in vclNoel Grandin
2020-07-29optimize a bit more conversions to/from Skia bitmap formatsLuboš Luňák
2020-07-10replace usage of blacklist with denylistThorsten Behrens
2020-06-30actually call Skia init functionLuboš Luňák
2020-06-25log properly the compiler used to compile SkiaLuboš Luňák
2020-05-26make disabling of Skia override forcing it (tdf#133399)Luboš Luňák
2020-05-21fix image caching in Skia (tdf#133215)Luboš Luňák
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-04-10dump info about Skia and Vulkan drivers to a log fileLuboš Luňák
2020-04-07avoid Skia bitmap->image pixel copying in raster modeLuboš Luňák
2020-04-06update Skia to chrome/m83Luboš Luňák
2020-03-25make sure only VCL-Skia or VCL-OpenGL is enabled (tdf#131543)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-13make sure SAL_SKIA=vulkan also overrides settingsLuboš Luňák
2020-02-13make OpenGL blacklist file code generic and use it for Skia/VulkanLuboš Luňák
2020-02-13set up properly Vulkan context creation also for WindowsLuboš Luňák
2020-02-10log human-readable vulkan driver version tooLuboš Luňák
2020-02-10if OpenGL is forced, do not enable Skia in order to allow GLLuboš Luňák
2020-02-10in case of Skia problems force raster mode, don't disable it allLuboš Luňák
2020-02-10add (Vulkan) blacklisting to SkiaLuboš Luňák
2020-02-07add Skia crash zone checkingLuboš Luňák
2020-01-20bEnable for UseSkia is reversedTomoyuki Kubota
2020-01-20remove outdated Skia TODO commentsLuboš Luňák
2019-12-06use SkBitmap::setImmutable() where suitableLuboš 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-11-27avoid some compiler warnings in Skia VCL codeLuboš Luňák
2019-11-27make Skia VCL backend fall back to raster if vulkan doesn't workLuboš Luňák
2019-11-27add GUI and configuration options for SkiaLuboš Luňák
2019-11-27fix Skia enabling (disabling and it should not be enabled by default)Luboš Luňák
2019-11-27build properly with or without Skia enabledLuboš Luňák
2019-11-27initial empty Skia VCL implementationLuboš Luňák