Skip to content

Commit 02145c4

Browse files
cwfitzgeraldErichDonGubler
authored andcommitted
docs(CHANGELOG): import entries from v26.0.6, v27.0.4
1 parent 48f047f commit 02145c4

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,20 @@ SamplerDescriptor {
109109

110110
- `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)
111111

112+
## v27.0.4 (2025-10-23)
113+
114+
This release includes `wgpu-hal` version `27.0.4`. All other crates remain at their previous versions.
115+
116+
### Bug Fixes
117+
118+
#### General
119+
120+
- Remove fragile dependency constraint on `ordered-float` that prevented semver-compatible changes above `5.0.0`. By @kpreid in [#8371](https://github.com/gfx-rs/wgpu/pull/8371).
121+
122+
#### Vulkan
123+
124+
- Work around extremely poor frame pacing from AMD and Nvidia cards on Windows in `Fifo` and `FifoRelaxed` present modes. This is due to the drivers implicitly using a DXGI (Direct3D) swapchain to implement these modes and it having vastly different timing properties. See https://github.com/gfx-rs/wgpu/issues/8310 and https://github.com/gfx-rs/wgpu/issues/8354 for more information. By @cwfitzgerald in [#8420](https://github.com/gfx-rs/wgpu/pull/8420).
125+
112126
## v27.0.3 (2025-10-22)
113127

114128
This release includes `naga`, `wgpu-core` and `wgpu-hal` version `27.0.3`. All other crates remain at their previous versions.
@@ -386,6 +400,16 @@ By @wumpf in [#8282](https://github.com/gfx-rs/wgpu/pull/8282), [#8285](https://
386400

387401
- 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).
388402

403+
# v26.0.6 (2025-10-23)
404+
405+
This release includes `wgpu-hal` version `26.0.6`. All other crates remain at their previous versions.
406+
407+
### Bug Fixes
408+
409+
#### Vulkan
410+
411+
- Work around extremely poor frame pacing from AMD and Nvidia cards on Windows in `Fifo` and `FifoRelaxed` present modes. This is due to the drivers implicitly using a DXGI (Direct3D) swapchain to implement these modes and it having vastly different timing properties. See https://github.com/gfx-rs/wgpu/issues/8310 and https://github.com/gfx-rs/wgpu/issues/8354 for more information. By @cwfitzgerald in [#8420](https://github.com/gfx-rs/wgpu/pull/8420).
412+
389413
## v26.0.5 (2025-10-21)
390414

391415
This release includes `wgpu-hal` version `26.0.5`. All other crates remain at their previous versions.

0 commit comments

Comments
 (0)