Skip to content

Commit 8e61646

Browse files
docs(CHANGELOG): import entries from v26.0.5, v27.0.3
1 parent 3ca6a1c commit 8e61646

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,24 @@ SamplerDescriptor {
104104

105105
- `DropCallback`s are now called after dropping all other fields of their parent structs. By @jerzywilczek in [#8353](https://github.com/gfx-rs/wgpu/pull/8353)
106106

107+
## v27.0.3 (2025-10-22)
108+
109+
This release includes `naga`, `wgpu-core` and `wgpu-hal` version `27.0.3`. All other crates remain at their previous versions.
110+
111+
### Bug Fixes
112+
113+
#### naga
114+
115+
- Fix a bug that resulted in the Metal error `program scope variable must reside in constant address space` in some cases. Backport of [#8311](https://github.com/gfx-rs/wgpu/pull/8311) by @teoxoy.
116+
117+
#### General
118+
119+
- Remove an assertion that causes problems if `CommandEncoder::as_hal_mut` is used. By @andyleiserson in [#8387](https://github.com/gfx-rs/wgpu/pull/8387).
120+
121+
#### DX12
122+
123+
- Align copies b/w textures and buffers via a single intermediate buffer per copy when `D3D12_FEATURE_DATA_D3D12_OPTIONS13.UnrestrictedBufferTextureCopyPitchSupported` is `false`. By @ErichDonGubler in [#7721](https://github.com/gfx-rs/wgpu/pull/7721), backported in [#8374](https://github.com/gfx-rs/wgpu/pull/8374).
124+
107125
## v27.0.2 (2025-10-03)
108126

109127
### Bug Fixes
@@ -366,6 +384,16 @@ By @wumpf in [#8282](https://github.com/gfx-rs/wgpu/pull/8282), [#8285](https://
366384

367385
- Clarify that subgroup barriers require both the `SUBGROUP` and `SUBGROUP_BARRIER` features / capabilities. By @andyleiserson in [#8203](https://github.com/gfx-rs/wgpu/pull/8203).
368386

387+
## v26.0.5 (2025-10-21)
388+
389+
This release includes `wgpu-hal` version `26.0.5`. All other crates remain at their previous versions.
390+
391+
### Bug Fixes
392+
393+
#### DX12
394+
395+
- Align copies b/w textures and buffers via a single intermediate buffer per copy when `D3D12_FEATURE_DATA_D3D12_OPTIONS13.UnrestrictedBufferTextureCopyPitchSupported` is `false`. By @ErichDonGubler in [#7721](https://github.com/gfx-rs/wgpu/pull/7721), backported in [#8375](https://github.com/gfx-rs/wgpu/pull/8375).
396+
369397
## v26.0.4 (2025-08-07)
370398

371399
### Bug Fixes

0 commit comments

Comments
 (0)