This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Commit b58a1a6
committed
Bug 1868672 - Update
# 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/D195735wgpu to revision ff7b2c399301cca9bcbc5b19a869feb3c29ef785. r=webgpu-reviewers,supply-chain-reviewers,jimb1 parent 81781df commit b58a1a6
File tree
59 files changed
+2518
-1437
lines changed- .cargo
- dom/webgpu
- gfx/wgpu_bindings
- supply-chain
- third_party/rust
- naga
- src/front/wgsl/lower
- wgpu-core
- src
- device
- wgpu-hal
- examples
- halmark
- ray-traced-triangle
- src
- auxil
- dx11
- dx12
- gles
- metal
- vulkan
- wgpu-types
- src
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
+2518
-1437
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | 80 | | |
84 | 81 | | |
85 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1201 | 1201 | | |
1202 | 1202 | | |
1203 | 1203 | | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
1204 | 1209 | | |
1205 | 1210 | | |
1206 | 1211 | | |
| |||
2497 | 2502 | | |
2498 | 2503 | | |
2499 | 2504 | | |
| 2505 | + | |
| 2506 | + | |
| 2507 | + | |
| 2508 | + | |
| 2509 | + | |
2500 | 2510 | | |
2501 | 2511 | | |
2502 | 2512 | | |
| |||
4270 | 4280 | | |
4271 | 4281 | | |
4272 | 4282 | | |
| 4283 | + | |
| 4284 | + | |
| 4285 | + | |
| 4286 | + | |
| 4287 | + | |
4273 | 4288 | | |
4274 | 4289 | | |
4275 | 4290 | | |
| |||
4343 | 4358 | | |
4344 | 4359 | | |
4345 | 4360 | | |
| 4361 | + | |
| 4362 | + | |
| 4363 | + | |
| 4364 | + | |
| 4365 | + | |
4346 | 4366 | | |
4347 | 4367 | | |
4348 | 4368 | | |
| |||
4416 | 4436 | | |
4417 | 4437 | | |
4418 | 4438 | | |
| 4439 | + | |
| 4440 | + | |
| 4441 | + | |
| 4442 | + | |
| 4443 | + | |
4419 | 4444 | | |
4420 | 4445 | | |
4421 | 4446 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
875 | 875 | | |
876 | 876 | | |
877 | 877 | | |
878 | | - | |
879 | | - | |
880 | | - | |
881 | | - | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
882 | 902 | | |
883 | 903 | | |
884 | 904 | | |
| |||
1142 | 1162 | | |
1143 | 1163 | | |
1144 | 1164 | | |
1145 | | - | |
1146 | | - | |
1147 | | - | |
1148 | | - | |
1149 | | - | |
1150 | | - | |
1151 | | - | |
1152 | | - | |
1153 | | - | |
1154 | | - | |
1155 | 1165 | | |
1156 | | - | |
| 1166 | + | |
1157 | 1167 | | |
1158 | 1168 | | |
1159 | | - | |
1160 | | - | |
1161 | | - | |
1162 | | - | |
1163 | | - | |
1164 | | - | |
1165 | | - | |
1166 | | - | |
1167 | | - | |
1168 | | - | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
1169 | 1188 | | |
1170 | | - | |
1171 | | - | |
1172 | | - | |
1173 | | - | |
1174 | | - | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
1175 | 1196 | | |
1176 | | - | |
1177 | | - | |
1178 | | - | |
1179 | | - | |
1180 | | - | |
1181 | | - | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
1182 | 1201 | | |
1183 | | - | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
1184 | 1208 | | |
1185 | 1209 | | |
1186 | 1210 | | |
| |||
0 commit comments