Skip to content

Commit

Permalink
Bug 1865585 - Update wgpu to revision 6e21f7a9291db4395192d6b510d90…
Browse files Browse the repository at this point in the history
…6978ae2d251. r=webgpu-reviewers,supply-chain-reviewers,ErichDonGubler,teoxoy

Note: This revision contains the arcanization work

# Changelog

 * #4702 Add `WasmNotSendSync`
   By daxpedda in gfx-rs/wgpu#4702
 * #4707 Add more metal keywords
   By fornwall in gfx-rs/wgpu#4707
 * #4706 [naga] remove `span` and `validate` features
   By teoxoy in gfx-rs/wgpu#4706
 * #4709 [dx12] filter out haswell iGPUs
   By teoxoy in gfx-rs/wgpu#4709
 * #4712 Fix typo in pull request template.
   By jimblandy in gfx-rs/wgpu#4712
 * #4598 Add more lints
   By daxpedda in gfx-rs/wgpu#4598
 * #4713 [naga wgsl-in] Include base when printing pointer and array types.
   By jimblandy in gfx-rs/wgpu#4713
 * #4718 [vk] check that adapters are Vulkan compliant
   By teoxoy in gfx-rs/wgpu#4718
 * #4719 [naga] Let constant evaluation of `As` preserve `Splat` expressions.
   By jimblandy in gfx-rs/wgpu#4719
 * #4725 Corrects typo in examples FrameCounter
   By cantudo in gfx-rs/wgpu#4725
 * #3626 Arcanization of wgpu core resources
   By gents83 in gfx-rs/wgpu#3626

Differential Revision: https://phabricator.services.mozilla.com/D194048

UltraBlame original commit: eb839abb42abde594497e419517260997fa1fc4d
  • Loading branch information
marco-c committed Nov 21, 2023
1 parent 777fb82 commit 4195030
Show file tree
Hide file tree
Showing 91 changed files with 40,654 additions and 43,708 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.in
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ wgpu
?
rev
=
3ec547cdcaaa14488327d8f1b5f7736278c4178d
6e21f7a9291db4395192d6b510d906978ae2d251
"
]
git
Expand All @@ -315,7 +315,7 @@ wgpu
rev
=
"
3ec547cdcaaa14488327d8f1b5f7736278c4178d
6e21f7a9291db4395192d6b510d906978ae2d251
"
replace
-
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions gfx/wgpu_bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ wgpu
rev
=
"
3ec547cdcaaa14488327d8f1b5f7736278c4178d
6e21f7a9291db4395192d6b510d906978ae2d251
"
#
Note
Expand Down Expand Up @@ -226,7 +226,7 @@ wgpu
rev
=
"
3ec547cdcaaa14488327d8f1b5f7736278c4178d
6e21f7a9291db4395192d6b510d906978ae2d251
"
features
=
Expand Down Expand Up @@ -288,7 +288,7 @@ wgpu
rev
=
"
3ec547cdcaaa14488327d8f1b5f7736278c4178d
6e21f7a9291db4395192d6b510d906978ae2d251
"
features
=
Expand Down Expand Up @@ -378,7 +378,7 @@ wgpu
rev
=
"
3ec547cdcaaa14488327d8f1b5f7736278c4178d
6e21f7a9291db4395192d6b510d906978ae2d251
"
features
=
Expand Down Expand Up @@ -419,7 +419,7 @@ wgpu
rev
=
"
3ec547cdcaaa14488327d8f1b5f7736278c4178d
6e21f7a9291db4395192d6b510d906978ae2d251
"
[
dependencies
Expand Down Expand Up @@ -453,7 +453,7 @@ wgpu
rev
=
"
3ec547cdcaaa14488327d8f1b5f7736278c4178d
6e21f7a9291db4395192d6b510d906978ae2d251
"
[
target
Expand Down Expand Up @@ -489,7 +489,7 @@ wgpu
rev
=
"
3ec547cdcaaa14488327d8f1b5f7736278c4178d
6e21f7a9291db4395192d6b510d906978ae2d251
"
[
target
Expand Down
4 changes: 2 additions & 2 deletions gfx/wgpu_bindings/moz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ SSS
release
:
commit
3ec547cdcaaa14488327d8f1b5f7736278c4178d
6e21f7a9291db4395192d6b510d906978ae2d251
#
Revision
to
Expand All @@ -145,7 +145,7 @@ preferred
)
revision
:
3ec547cdcaaa14488327d8f1b5f7736278c4178d
6e21f7a9291db4395192d6b510d906978ae2d251
license
:
[
Expand Down
Loading

0 comments on commit 4195030

Please sign in to comment.