Version 1.58.0
Initial 1.58 release · Released May 17, 2017 · NuGet · GitHub Release
API changes · SkiaSharp API diff
Highlights
SkiaSharp 1.58.0 is the first release on the 1.58 line, tracking the underlying Skia bump.
Breaking Changes
- GRContextOptions batch and path-mask tuning knobs removed —
GRContextOptionsdrops the batch-tuning surface (ClipBatchToBounds,DrawBatchBounds,MaxBatchLookahead,MaxBatchLookback) andForceSWPathMasks, matching the upstream Skia rename from "batch" to "op". Callers that were tweaking these knobs should remove the assignments — the equivalent behaviour is now controlled by newer op-list settings. - GRPixelConfig loses the ASTC 12x12, LATC and R11 EAC values — The
Astc12x12,LatcandR11Eacmembers ofGRPixelConfigwere removed upstream. Switch to a supported compressed format (for exampleEtc1) or fall back to an uncompressed configuration.