Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.5.5 (2026-08-02)

### Changed

- **deps:** goffi v0.6.2 → v0.6.3 — ARM64 HFA return checkptr crash fix, 9-16B struct return silent corruption fix (reported by @jbunds on Apple M1)

## v0.5.4 (2026-07-24)

### Added
Expand Down
3 changes: 2 additions & 1 deletion UPSTREAM.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ This document tracks upstream dependencies, pinned versions, and compatibility f
|------------|---------|--------|------|
| **wgpu-native** | [v29.0.0.0](https://github.com/gfx-rs/wgpu-native/releases/tag/v29.0.0.0) | — | 2026-04-10 |
| **webgpu.h** | wgpu-native bundled | [`7d3186c`](https://github.com/webgpu-native/webgpu-headers/commit/7d3186c3dd2c708703524027b46b8703534ab3cc) | stable |
| **goffi** | [v0.6.2](https://github.com/go-webgpu/goffi/releases/tag/v0.6.2) | [`895a3fa`](https://github.com/go-webgpu/goffi/commit/895a3fa) | 2026-07-22 |
| **goffi** | [v0.6.3](https://github.com/go-webgpu/goffi/releases/tag/v0.6.3) | | 2026-08-01 |
| **gputypes** | [v0.5.1](https://github.com/gogpu/gputypes/releases/tag/v0.5.1) | [`239da90`](https://github.com/gogpu/gputypes/commit/239da90) | 2026-07-12 |

## Compatibility Matrix

| go-webgpu | wgpu-native | goffi | gputypes | Go |
|-----------|-------------|-------|----------|----|
| v0.5.5 | v29.0.0.0 | v0.6.3 | v0.5.1 | 1.25+ |
| v0.5.4 | v29.0.0.0 | v0.6.2 | v0.5.1 | 1.25+ |
| v0.5.3 | v29.0.0.0 | v0.6.0 | v0.5.1 | 1.25+ |
| v0.5.0 | v29.0.0.0 | v0.5.0 | v0.3.0 | 1.25+ |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-webgpu/webgpu
go 1.25.0

require (
github.com/go-webgpu/goffi v0.6.2
github.com/go-webgpu/goffi v0.6.3
github.com/gogpu/gputypes v0.5.1
golang.org/x/sys v0.47.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/go-webgpu/goffi v0.6.2 h1:xuMaUbqsNQ/xiyy5UwAKZb5vQZUDg9QRCrJIpHJaXSE=
github.com/go-webgpu/goffi v0.6.2/go.mod h1:wfoxNsJkU+5RFbV1kNN1kunhc1lFHuJKK3zpgx08/uM=
github.com/go-webgpu/goffi v0.6.3 h1:p4gKGikHBAQ/8iUiew9MV4C5M1ZGIsk8QGFGuJjMj+A=
github.com/go-webgpu/goffi v0.6.3/go.mod h1:wfoxNsJkU+5RFbV1kNN1kunhc1lFHuJKK3zpgx08/uM=
github.com/gogpu/gputypes v0.5.1 h1:X38OPcP6umQqqubzzJYL6Nm1tXHSNQj6TRSAoxdAJmg=
github.com/gogpu/gputypes v0.5.1/go.mod h1:cnXrDMwTpWTvJLW1Vreop3PcT6a2YP/i3s91rPaOavw=
golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=
Expand Down
Loading