Skip to content

Commit d949c06

Browse files
committed
Bug 1868672 - Update wgpu to revision ff7b2c399301cca9bcbc5b19a869feb3c29ef785. r=webgpu-reviewers,supply-chain-reviewers,jimb
# Changelog * #4807 Bump wasm-bindgen-test from 0.3.38 to 0.3.39 By dependabot[bot] in gfx-rs/wgpu#4807 * #4830 Use Display instead of Debug to log errors. By nical in gfx-rs/wgpu#4830 * #4755 [naga wgsl-in] Automatic conversions for `var` initializers. By jimblandy in gfx-rs/wgpu#4755 * #4755 [naga wgsl-in] Automatic conversions for `var` initializers. By jimblandy in gfx-rs/wgpu#4755 * #4755 [naga wgsl-in] Automatic conversions for `var` initializers. By jimblandy in gfx-rs/wgpu#4755 * #4832 vulkan: fix multi-planar texture creation By xiaopengli89 in gfx-rs/wgpu#4832 * #4758 [vk] remove (old) unused blocklist for dual source blending By teoxoy in gfx-rs/wgpu#4758 * #4828 Remove DX11 backend By valaphee in gfx-rs/wgpu#4828 * #4836 [gl] add support for line and point polygon modes By valaphee in gfx-rs/wgpu#4836 * #4820 Bump futures-lite from 2.0.1 to 2.1.0 By dependabot[bot] in gfx-rs/wgpu#4820 * #4811 Expose shader validation By daxpedda in gfx-rs/wgpu#4811 * #3507 [wgpu-hal] Inline RayQuery Support By daniel-keitel in gfx-rs/wgpu#3507 * #4726 Fix Javascript exception on repeated `BufferSlice::get_mapped_range` calls By DouglasDwyer in gfx-rs/wgpu#4726 * #4841 Remove `expose-ids` Feature By cwfitzgerald in gfx-rs/wgpu#4841 * #4843 Some Minor `wgpu-core` Cleanups By cwfitzgerald in gfx-rs/wgpu#4843 * #4844 Work around cbindgen issue By nical in gfx-rs/wgpu#4844 Differential Revision: https://phabricator.services.mozilla.com/D195735 UltraBlame original commit: 0dfeaf41028d13f9dd98b106e262c1deb255398d
1 parent 3da0dcb commit d949c06

Some content is hidden

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

59 files changed

+15125
-8033
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-
767ac03245ee937d3dc552edc13fe7ab0a860eec
295+
ff7b2c399301cca9bcbc5b19a869feb3c29ef785
296296
"
297297
]
298298
git
@@ -315,7 +315,7 @@ wgpu
315315
rev
316316
=
317317
"
318-
767ac03245ee937d3dc552edc13fe7ab0a860eec
318+
ff7b2c399301cca9bcbc5b19a869feb3c29ef785
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.

dom/webgpu/Adapter.cpp

-17
Original file line numberDiff line numberDiff line change
@@ -550,23 +550,6 @@ case
550550
ffi
551551
:
552552
:
553-
WGPUBackend_Dx11
554-
:
555-
s
556-
.
557-
AssignLiteral
558-
(
559-
"
560-
Dx11
561-
"
562-
)
563-
;
564-
return
565-
;
566-
case
567-
ffi
568-
:
569-
:
570553
WGPUBackend_Gl
571554
:
572555
s

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-
767ac03245ee937d3dc552edc13fe7ab0a860eec
101+
ff7b2c399301cca9bcbc5b19a869feb3c29ef785
102102
"
103103
#
104104
Note
@@ -229,7 +229,7 @@ wgpu
229229
rev
230230
=
231231
"
232-
767ac03245ee937d3dc552edc13fe7ab0a860eec
232+
ff7b2c399301cca9bcbc5b19a869feb3c29ef785
233233
"
234234
features
235235
=
@@ -291,7 +291,7 @@ wgpu
291291
rev
292292
=
293293
"
294-
767ac03245ee937d3dc552edc13fe7ab0a860eec
294+
ff7b2c399301cca9bcbc5b19a869feb3c29ef785
295295
"
296296
features
297297
=
@@ -378,7 +378,7 @@ wgpu
378378
rev
379379
=
380380
"
381-
767ac03245ee937d3dc552edc13fe7ab0a860eec
381+
ff7b2c399301cca9bcbc5b19a869feb3c29ef785
382382
"
383383
features
384384
=
@@ -419,7 +419,7 @@ wgpu
419419
rev
420420
=
421421
"
422-
767ac03245ee937d3dc552edc13fe7ab0a860eec
422+
ff7b2c399301cca9bcbc5b19a869feb3c29ef785
423423
"
424424
[
425425
dependencies
@@ -453,7 +453,7 @@ wgpu
453453
rev
454454
=
455455
"
456-
767ac03245ee937d3dc552edc13fe7ab0a860eec
456+
ff7b2c399301cca9bcbc5b19a869feb3c29ef785
457457
"
458458
[
459459
target
@@ -489,7 +489,7 @@ wgpu
489489
rev
490490
=
491491
"
492-
767ac03245ee937d3dc552edc13fe7ab0a860eec
492+
ff7b2c399301cca9bcbc5b19a869feb3c29ef785
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-
767ac03245ee937d3dc552edc13fe7ab0a860eec
127+
ff7b2c399301cca9bcbc5b19a869feb3c29ef785
128128
#
129129
Revision
130130
to
@@ -145,7 +145,7 @@ preferred
145145
)
146146
revision
147147
:
148-
767ac03245ee937d3dc552edc13fe7ab0a860eec
148+
ff7b2c399301cca9bcbc5b19a869feb3c29ef785
149149
license
150150
:
151151
[

0 commit comments

Comments
 (0)