documentation/docfx/releases/1.54.0.md
GPU backend and Skia m54 update · Released September 5, 2016 · NuGet · GitHub Release
This release updates to Google's chrome/m54 Skia milestone and introduces GPU-accelerated rendering via SKSurface with OpenGL support across all platforms (except UWP, which will use ANGLE). It also adds new struct members, a gamma color filter, image lattice (9-patch) drawing, and additional SKPath members.
SKRect, SKPoint, SKColor, and other basic structs have moved from field-based access to get/set properties for better API consistency.SKSurface — Hardware-accelerated rendering via OpenGL on all platforms. On UWP, DirectX support via ANGLE is planned. A GlInterface can also be assembled from any OpenGL-like API using AssembleGlInterface or AssembleGlesInterface.SKRect, SKPoint, SKColor, and other basic structs.SKColorFilter — New color filter type for gamma correction.SKPath members — New methods and properties for path manipulation.None noted in this release.