Skip to content

Commit

Permalink
Bug 1873164 - Update wgpu to revision 4b82121501a61c2c2e11cb472d70b…
Browse files Browse the repository at this point in the history
…a54af3aa12d. r=webgpu-reviewers,supply-chain-reviewers,ErichDonGubler

Changelog

 * #4927 BGL Weak Pointer Deduplication Pool
   By cwfitzgerald in gfx-rs/wgpu#4927
 * #4958 Change examples page menu on smaller screens
   By Dinnerbone in gfx-rs/wgpu#4958
 * #4950 Bump anyhow from 1.0.77 to 1.0.78
   By dependabot[bot] in gfx-rs/wgpu#4950
 * #4957 Disable Linux Tests
   By cwfitzgerald in gfx-rs/wgpu#4957
 * #4960 Fix incorrect ConfigureSurfaceError::TooLarge message
   By Dinnerbone in gfx-rs/wgpu#4960
 * #4935 Add `cfg_aliases` to `wgpu`
   By daxpedda in gfx-rs/wgpu#4935
 * #4939 hello_compute: check for missing command-line args
   By vilcans in gfx-rs/wgpu#4939
 * #4948 Bump winit from 0.29.6 to 0.29.8
   By dependabot[bot] in gfx-rs/wgpu#4948
 * #4944 Fix xtask wasm-bindgen install
   By rukai in gfx-rs/wgpu#4944
 * #4858 [glsl-in] fix swizzle in global const context
   By teoxoy in gfx-rs/wgpu#4858
 * #4968 [gl] fix RGBA8 format capabilities
   By teoxoy in gfx-rs/wgpu#4968
 * #4947 Avoid allocating during queue submit
   By udoprog in gfx-rs/wgpu#4947
 * #4965 Bump serde from 1.0.193 to 1.0.194
   By dependabot[bot] in gfx-rs/wgpu#4965
 * #4975 Fix Hang in Multithreaded Compute Test
   By cwfitzgerald in gfx-rs/wgpu#4975
 * #4966 Bump anyhow from 1.0.78 to 1.0.79
   By dependabot[bot] in gfx-rs/wgpu#4966
 * #4978 Bump thiserror from 1.0.52 to 1.0.56
   By dependabot[bot] in gfx-rs/wgpu#4978
 * #4979 Bump syn from 2.0.46 to 2.0.47
   By dependabot[bot] in gfx-rs/wgpu#4979
 * #4977 Use Custom Mesa for Building
   By cwfitzgerald in gfx-rs/wgpu#4977
 * #4981 Bump serde_json from 1.0.108 to 1.0.110
   By dependabot[bot] in gfx-rs/wgpu#4981
 * #4959 wgpu-hal: Fix Mesa version check for version with suffix containing `.`
   By ids1024 in gfx-rs/wgpu#4959
 * #4976 Shorten Lock Lifetimes
   By cwfitzgerald in gfx-rs/wgpu#4976
 * #4980 Pin DXC and Vulkan SDK version
   By cwfitzgerald in gfx-rs/wgpu#4980
 * #4974 gles: use already existing debug__fn private capabilty instead of checking extensions
   By valaphee in gfx-rs/wgpu#4974
 * #4987 Remove Mac CI
   By cwfitzgerald in gfx-rs/wgpu#4987
 * #4990 Fix Queue::write_texture, Fix DX12 write_texture_subset_2d and re-enable the test.
   By dtzxporter in gfx-rs/wgpu#4990
 * #4994 Bump syn from 2.0.47 to 2.0.48
   By dependabot[bot] in gfx-rs/wgpu#4994
 * #4993 Bump serde_json from 1.0.110 to 1.0.111
   By dependabot[bot] in gfx-rs/wgpu#4993
 * #4992 Bump gpu-allocator from 0.24.0 to 0.25.0
   By dependabot[bot] in gfx-rs/wgpu#4992
 * #4995 Add Verbosity Flags to wgpu-info
   By cwfitzgerald in gfx-rs/wgpu#4995
 * #4996 Dependency Update Rollup
   By cwfitzgerald in gfx-rs/wgpu#4996
 * #4954 Put raw texture access behind snatch guards
   By nical in gfx-rs/wgpu#4954
 * #4954 Put raw texture access behind snatch guards
   By nical in gfx-rs/wgpu#4954
 * #4969 Texture snatching
   By nical in gfx-rs/wgpu#4969
 * #4969 Texture snatching
   By nical in gfx-rs/wgpu#4969

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

UltraBlame original commit: 17af24495b14543eed7f3cfd1434a961d879f47e
  • Loading branch information
marco-c committed Jan 16, 2024
1 parent 8f82f40 commit eeb0f72
Show file tree
Hide file tree
Showing 58 changed files with 26,812 additions and 20,146 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
=
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
"
]
git
Expand All @@ -315,7 +315,7 @@ wgpu
rev
=
"
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
"
replace
-
Expand Down
62 changes: 36 additions & 26 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
=
"
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
"
#
Note
Expand Down Expand Up @@ -229,7 +229,7 @@ wgpu
rev
=
"
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
"
features
=
Expand Down Expand Up @@ -291,7 +291,7 @@ wgpu
rev
=
"
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
"
features
=
Expand Down Expand Up @@ -378,7 +378,7 @@ wgpu
rev
=
"
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
"
features
=
Expand Down Expand Up @@ -419,7 +419,7 @@ wgpu
rev
=
"
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
"
[
dependencies
Expand Down Expand Up @@ -453,7 +453,7 @@ wgpu
rev
=
"
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
"
[
target
Expand Down Expand Up @@ -489,7 +489,7 @@ wgpu
rev
=
"
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
"
[
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
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
#
Revision
to
Expand All @@ -145,7 +145,7 @@ preferred
)
revision
:
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
license
:
[
Expand Down
70 changes: 65 additions & 5 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11940,7 +11940,7 @@ delta
0
git
:
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
"
importable
=
Expand Down Expand Up @@ -24371,7 +24371,7 @@ delta
2
git
:
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
"
importable
=
Expand Down Expand Up @@ -33401,6 +33401,66 @@ delta
[
audits
.
spirv
]
]
who
=
"
Nicolas
Silva
<
nical
fastmail
.
com
>
"
criteria
=
"
safe
-
to
-
deploy
"
delta
=
"
0
.
2
.
0
+
1
.
5
.
4
-
>
0
.
3
.
0
+
sdk
-
1
.
3
.
268
.
0
"
[
[
audits
.
strck
]
]
Expand Down Expand Up @@ -40890,7 +40950,7 @@ delta
0
git
:
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
"
importable
=
Expand Down Expand Up @@ -41361,7 +41421,7 @@ delta
0
git
:
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
"
importable
=
Expand Down Expand Up @@ -41832,7 +41892,7 @@ delta
0
git
:
46757372cc02d6608124502104a0c225e1744fd7
4b82121501a61c2c2e11cb472d70ba54af3aa12d
"
importable
=
Expand Down
Loading

0 comments on commit eeb0f72

Please sign in to comment.