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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,20 @@ SamplerDescriptor {
109
109
110
110
-`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)
111
111
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
+
112
126
## v27.0.3 (2025-10-22)
113
127
114
128
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://
386
400
387
401
- 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).
388
402
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
+
389
413
## v26.0.5 (2025-10-21)
390
414
391
415
This release includes `wgpu-hal` version `26.0.5`. All other crates remain at their previous versions.
0 commit comments