You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 0.26.0
Highlights:
- BREAKING: image constructors require a CpuAccess declaration
(hardware access implied, CPU access declared)
- Tile-compression image metadata and the ImageDesc creation path
(Compression::{Any, Scheme}, CompressionScheme::{Ubwc, Afbc, Pvric, Dcc})
- Android BufferIdentity interning on AHardwareBuffer_getId
- Android support: AHardwareBuffer zero-copy tensor storage and a
native OpenGL ES backend (min API 26)
- iOS: IOSurface public surface extended to target_os = "ios";
C API now built and clippy-gated on the iOS CI lane
See CHANGELOG.md for full details.