Backport changelog from v26.0.2 (#7999)

This commit is contained in:
Connor Fitzgerald
2025-07-24 17:52:11 -04:00
committed by GitHub
parent dbe64a769b
commit 4bd0f751f8

View File

@@ -59,6 +59,17 @@ By @Vecvec in [#7913](https://github.com/gfx-rs/wgpu/pull/7913).
Naga now requires that no type be larger than 1 GB. This limit may be lowered in the future; feedback on an appropriate value for the limit is welcome. By @andyleiserson in [#7950](https://github.com/gfx-rs/wgpu/pull/7950).
## v26.0.2 (2025-07-23)
### Bug Fixes
- Fixed vulkan validation error regarding the swapchain in latest SDK. By @cwfitzgerald in [#7971](https://github.com/gfx-rs/wgpu/pull/7971).
- 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).
> [!WARNING]
> There is formally a breaking change in `wgpu_hal::vulkan::Device::texture_from_raw` as there is now a `&self` receiver where
> there previously wasn't one. This will not affect you unless you explicitly use this api. We have gone ahead with the release
> as the bug was pervasive and made wgpu unusable for the affected people on v26.
## v26.0.1 (2025-07-10)
### Bug Fixes