Skip to content

Commit 13e8024

Browse files
build(deps): bump wgpu-hal from 26.0.4 to 26.0.6 (servo#40120)
Bumps [wgpu-hal](https://github.com/gfx-rs/wgpu) from 26.0.4 to 26.0.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gfx-rs/wgpu/releases">wgpu-hal's releases</a>.</em></p> <blockquote> <h2>v26.0.6</h2> <p>This release includes <code>wgpu-hal</code> version <code>26.0.6</code>. All other crates remain at their previous versions.</p> <h3>Bug Fixes</h3> <h4>Vulkan</h4> <ul> <li>Work around extremely poor frame pacing from AMD and Nvidia cards on Windows in <code>Fifo</code> and <code>FifoRelaxed</code> 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 <a href="https://redirect.github.com/gfx-rs/wgpu/issues/8310">gfx-rs/wgpu#8310</a> and <a href="https://redirect.github.com/gfx-rs/wgpu/issues/8354">gfx-rs/wgpu#8354</a> for more information. By <a href="https://github.com/cwfitzgerald"><code>@​cwfitzgerald</code></a> in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/8420">#8420</a>.</li> </ul> <h2>v26.0.5</h2> <p>This release includes <code>wgpu-hal</code> version <code>26.0.5</code>. All other crates remain at their previous versions.</p> <h3>Bug Fixes</h3> <h4>DX12</h4> <ul> <li>Align copies b/w textures and buffers via a single intermediate buffer per copy when <code>D3D12_FEATURE_DATA_D3D12_OPTIONS13.UnrestrictedBufferTextureCopyPitchSupported</code> is <code>false</code>. By <a href="https://github.com/ErichDonGubler"><code>@​ErichDonGubler</code></a> in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/7721">#7721</a>, backported in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/8375">#8375</a>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md">wgpu-hal's changelog</a>.</em></p> <blockquote> <h1>v26.0.6 (2025-10-23)</h1> <p>This release includes <code>wgpu-hal</code> version <code>26.0.6</code>. All other crates remain at their previous versions.</p> <h3>Bug Fixes</h3> <h4>Vulkan</h4> <ul> <li>Work around extremely poor frame pacing from AMD and Nvidia cards on Windows in <code>Fifo</code> and <code>FifoRelaxed</code> 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 <a href="https://redirect.github.com/gfx-rs/wgpu/issues/8310">gfx-rs/wgpu#8310</a> and <a href="https://redirect.github.com/gfx-rs/wgpu/issues/8354">gfx-rs/wgpu#8354</a> for more information. By <a href="https://github.com/cwfitzgerald"><code>@​cwfitzgerald</code></a> in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/8420">#8420</a>.</li> </ul> <h2>v26.0.5 (2025-10-21)</h2> <p>This release includes <code>wgpu-hal</code> version <code>26.0.5</code>. All other crates remain at their previous versions.</p> <h3>Bug Fixes</h3> <h4>DX12</h4> <ul> <li>Align copies b/w textures and buffers via a single intermediate buffer per copy when <code>D3D12_FEATURE_DATA_D3D12_OPTIONS13.UnrestrictedBufferTextureCopyPitchSupported</code> is <code>false</code>. By <a href="https://github.com/ErichDonGubler"><code>@​ErichDonGubler</code></a> in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/7721">#7721</a>, backported in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/8375">#8375</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gfx-rs/wgpu/commit/6f8edda9b180efada6a24b6d40c567c57f59e9ea"><code>6f8edda</code></a> Bump version to v26.0.6</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/1258bc7a012eaabca3e0a63fbb55a77d8aa18bd0"><code>1258bc7</code></a> [hal/vulkan] Wait for fence signalled in vkAcquireNextImage</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/3368d7c11193f3f93140a3357392c9b17e6a3b82"><code>3368d7c</code></a> chore: upgrade workspace 26.0.4 → 26.0.5</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/657e690d18bec391e0de5574d6cc053ed1aa50ac"><code>657e690</code></a> chore: prep. for 26.0.5 release (<a href="https://redirect.github.com/gfx-rs/wgpu/issues/8395">#8395</a>)</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/16fa72993eb4a893bad508db70acbfaf78414572"><code>16fa729</code></a> Fix minimal versions CI failure (<a href="https://redirect.github.com/gfx-rs/wgpu/issues/8112">#8112</a>)</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/bd4ab94fc925917f9399d2a19398d7d50699a517"><code>bd4ab94</code></a> fix(dx12): align tex. &lt;-&gt; buf. copies via intermediate buffer if `!Unrestrict...</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/8a29d09d3d5b808c5ba9f1d28ac3cb9823d6da2e"><code>8a29d09</code></a> test(cts): add <code>…,image_copy:undefined_params:*</code> with current failures</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/2f9d72e39b3cb46e0eb6dcad21ea936449a6a33c"><code>2f9d72e</code></a> refactor(dx12): extract <code>copy_aligned</code> in <code>copy_texture_to_buffer</code></li> <li><a href="https://github.com/gfx-rs/wgpu/commit/c4a19ab4a8644a94ea412845bd013209ca6a8cf4"><code>c4a19ab</code></a> refactor(hal): impl. <code>From</code> conversions b/w <code>wgh::CopyExtent</code> and `wgt::Exten...</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/66e90619b2dac5758db4a7b3de5621dbb9df845c"><code>66e9061</code></a> refactor(dx12): lower <code>list</code> extraction for copies between textures and buffers</li> <li>Additional commits viewable in <a href="https://github.com/gfx-rs/wgpu/compare/wgpu-hal-v26.0.4...wgpu-hal-v26.0.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wgpu-hal&package-manager=cargo&previous-version=26.0.4&new-version=26.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 479265e commit 13e8024

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)