documentation/docfx/releases/1.58.0.md
Initial 1.58 release · Released May 17, 2017 · NuGet · GitHub Release
API changes · SkiaSharp API diff
SkiaSharp 1.58.0 is the first release on the 1.58 line, tracking the underlying Skia bump.
GRContextOptions drops the batch-tuning surface (ClipBatchToBounds, DrawBatchBounds, MaxBatchLookahead, MaxBatchLookback) and ForceSWPathMasks, 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.Astc12x12, Latc and R11Eac members of GRPixelConfig were removed upstream. Switch to a supported compressed format (for example Etc1) or fall back to an uncompressed configuration.