Skip to content

Update wgpu-hal requirement from 0.14.1 to 26.0.3#213

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wgpu-hal-26.0.3
Closed

Update wgpu-hal requirement from 0.14.1 to 26.0.3#213
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wgpu-hal-26.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2025

Updates the requirements on wgpu-hal to permit the latest version.

Release notes

Sourced from wgpu-hal's releases.

v26.0.3

This release includes wgpu-hal version v26.0.3. All other crates remain at their previous versions.

Bug Fixes

Changelog

Sourced from wgpu-hal's changelog.

v26.0.3 (2025-07-30)

Bug Fixes

v26.0.2 (2025-07-26)

Bug Fixes

  • Fixed vulkan validation error regarding the swapchain in latest SDK. By @​cwfitzgerald in #7971.
  • Fixed flickering on AMD devices and crashes inside Renderdoc due to incorrect caching of VkFramebuffers when the driver re-used image view handles. By @​cwfitzgerald in #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

  • Fixed build error inside wgpu::util::initialize_adapter_from_env when std feature is not enabled. By @​kpreid in #7918.
  • Fixed build error occurring when the profiling dependency is configured to have profiling active. By @​kpreid in #7916.
  • Emit a validation error instead of panicking when a query set index is OOB. By @​ErichDonGubler in #7908.

v26.0.0 (2025-07-09)

Major Features

New method TextureView::texture

You can now call texture_view.texture() to get access to the texture that a given texture view points to.

By @​cwfitzgerald and @​Wumpf in #7907.

as_hal calls now return guards instead of using callbacks.

Previously, if you wanted to get access to the wgpu-hal or underlying api types, you would call as_hal and get the hal type as a callback. Now the function returns a guard which dereferences to the hal type.

- device.as_hal::<hal::api::Vulkan>(|hal_device| {...});
+ let hal_device: impl Deref<Item = hal::vulkan::Device> = device.as_hal::<hal::api::Vulkan>();

By @​cwfitzgerald in #7863.

Enabling Vulkan Features/Extensions

For those who are doing vulkan/wgpu interop or passthrough and need to enable features/extensions that wgpu does not expose, there is a new wgpu_hal::vulkan::Adapter::open_with_callback that allows the user to modify the pnext chains and extension lists populated by wgpu before we create a vulkan device. This should vastly simplify the experience, as previously you needed to create a device yourself.

... (truncated)

Commits
  • f01af23 Bump version to v26.0.3
  • 4836cb5 hal/vulkan: Clear framebuffer cache during command buffer reset
  • 4040fea Fix warning in changelog
  • 0304924 Bump version to v26.0.2
  • cc8ba75 hal/vulkan: use different indexes for acquire and present
  • 4f18c26 hal/vulkan: add debug names to all swapchain semaphores
  • 91a711d hal/vulkan: generate separate hash identity for Texture/TextureViews (#7972)
  • 1319feb Remove development examples notice
  • 0c978d0 Bump version to v26.0.1
  • b22d123 fix(core): check query set index before other validation (#7908)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [wgpu-hal](https://github.com/gfx-rs/wgpu) to permit the latest version.
- [Release notes](https://github.com/gfx-rs/wgpu/releases)
- [Changelog](https://github.com/gfx-rs/wgpu/blob/v26.0.3/CHANGELOG.md)
- [Commits](gfx-rs/wgpu@wgpu-hal-v0.14.1...v26.0.3)

---
updated-dependencies:
- dependency-name: wgpu-hal
  dependency-version: 26.0.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2025

Labels

The following labels could not be found: dependences. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 8, 2025

Superseded by #214.

@dependabot dependabot bot closed this Aug 8, 2025
@dependabot dependabot bot deleted the dependabot/cargo/wgpu-hal-26.0.3 branch August 8, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants