Back to Skiasharp

Version 1.58.0

documentation/docfx/releases/1.58.0.md

4.151.01.1 KB
Original Source
<!-- RELEASE-NOTES DATA (generated, do not edit) format:3 version:1.58.0 -->

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 removedGRContextOptions 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.
  • GRPixelConfig loses the ASTC 12x12, LATC and R11 EAC values — The 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.