Skip to content

Commit 4195030

Browse files
committed
Bug 1865585 - Update wgpu to revision 6e21f7a9291db4395192d6b510d906978ae2d251. 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
1 parent 777fb82 commit 4195030

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+40654
-43708
lines changed

.cargo/config.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ wgpu
292292
?
293293
rev
294294
=
295-
3ec547cdcaaa14488327d8f1b5f7736278c4178d
295+
6e21f7a9291db4395192d6b510d906978ae2d251
296296
"
297297
]
298298
git
@@ -315,7 +315,7 @@ wgpu
315315
rev
316316
=
317317
"
318-
3ec547cdcaaa14488327d8f1b5f7736278c4178d
318+
6e21f7a9291db4395192d6b510d906978ae2d251
319319
"
320320
replace
321321
-

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gfx/wgpu_bindings/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ wgpu
9898
rev
9999
=
100100
"
101-
3ec547cdcaaa14488327d8f1b5f7736278c4178d
101+
6e21f7a9291db4395192d6b510d906978ae2d251
102102
"
103103
#
104104
Note
@@ -226,7 +226,7 @@ wgpu
226226
rev
227227
=
228228
"
229-
3ec547cdcaaa14488327d8f1b5f7736278c4178d
229+
6e21f7a9291db4395192d6b510d906978ae2d251
230230
"
231231
features
232232
=
@@ -288,7 +288,7 @@ wgpu
288288
rev
289289
=
290290
"
291-
3ec547cdcaaa14488327d8f1b5f7736278c4178d
291+
6e21f7a9291db4395192d6b510d906978ae2d251
292292
"
293293
features
294294
=
@@ -378,7 +378,7 @@ wgpu
378378
rev
379379
=
380380
"
381-
3ec547cdcaaa14488327d8f1b5f7736278c4178d
381+
6e21f7a9291db4395192d6b510d906978ae2d251
382382
"
383383
features
384384
=
@@ -419,7 +419,7 @@ wgpu
419419
rev
420420
=
421421
"
422-
3ec547cdcaaa14488327d8f1b5f7736278c4178d
422+
6e21f7a9291db4395192d6b510d906978ae2d251
423423
"
424424
[
425425
dependencies
@@ -453,7 +453,7 @@ wgpu
453453
rev
454454
=
455455
"
456-
3ec547cdcaaa14488327d8f1b5f7736278c4178d
456+
6e21f7a9291db4395192d6b510d906978ae2d251
457457
"
458458
[
459459
target
@@ -489,7 +489,7 @@ wgpu
489489
rev
490490
=
491491
"
492-
3ec547cdcaaa14488327d8f1b5f7736278c4178d
492+
6e21f7a9291db4395192d6b510d906978ae2d251
493493
"
494494
[
495495
target

gfx/wgpu_bindings/moz.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ SSS
124124
release
125125
:
126126
commit
127-
3ec547cdcaaa14488327d8f1b5f7736278c4178d
127+
6e21f7a9291db4395192d6b510d906978ae2d251
128128
#
129129
Revision
130130
to
@@ -145,7 +145,7 @@ preferred
145145
)
146146
revision
147147
:
148-
3ec547cdcaaa14488327d8f1b5f7736278c4178d
148+
6e21f7a9291db4395192d6b510d906978ae2d251
149149
license
150150
:
151151
[

0 commit comments

Comments
 (0)