Skip to content

Commit d17228f

Browse files
docs(CHANGELOG): port 26.0.{3,4} release notes
1 parent 02636cd commit d17228f

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,31 @@ By @Vecvec in [#7913](https://github.com/gfx-rs/wgpu/pull/7913).
8181

8282
- Validate that effective buffer binding size is aligned to 4 when creating bind groups with buffer entries.. By @ErichDonGubler in [8041](https://github.com/gfx-rs/wgpu/pull/8041).
8383

84+
#### DX12
85+
86+
- Fixed a bug where access to matrices with 2 rows would not work in some cases. By @andyleiserson in [#7438](https://github.com/gfx-rs/wgpu/pull/7438).
87+
88+
## v26.0.4 (2025-08-07)
89+
90+
### Bug Fixes
91+
8492
#### Vulkan
8593

86-
- Fix `STATUS_HEAP_CORRUPTION` crash when concurrently calling `create_sampler`. By @atlv24 in [#8043](https://github.com/gfx-rs/wgpu/pull/8043).
94+
- Fix `STATUS_HEAP_CORRUPTION` crash when concurrently calling `create_sampler`. By @atlv24 in [#8043](https://github.com/gfx-rs/wgpu/pull/8043), [#8056](https://github.com/gfx-rs/wgpu/pull/8056).
8795

88-
##### DX12
96+
## v26.0.3 (2025-07-30)
8997

90-
- Fixed a bug where access to matrices with 2 rows would not work in some cases. By @andyleiserson in [#7438](https://github.com/gfx-rs/wgpu/pull/7438).
98+
### Bug Fixes
9199

100+
- Fixed memory leak in vulkan backend. By @cwfitzgerald in [#8031](https://github.com/gfx-rs/wgpu/pull/8031).
92101

93102
## v26.0.2 (2025-07-23)
94103

95104
### Bug Fixes
96105

97106
- Fixed vulkan validation error regarding the swapchain in latest SDK. By @cwfitzgerald in [#7971](https://github.com/gfx-rs/wgpu/pull/7971).
98107
- Fixed flickering on AMD devices and crashes inside Renderdoc due to incorrect caching of `VkFramebuffer`s when the driver re-used image view handles. By @cwfitzgerald in [#7972](https://github.com/gfx-rs/wgpu/pull/7972).
108+
99109
> [!WARNING]
100110
> There is formally a breaking change in `wgpu_hal::vulkan::Device::texture_from_raw` as there is now a `&self` receiver where
101111
> there previously wasn't one. This will not affect you unless you explicitly use this api. We have gone ahead with the release

0 commit comments

Comments
 (0)