Commit f1d3939
Roll vulkan-deps from eaa43b73e162 to c101024bcab8 (20 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/eaa43b73e162..c101024bcab8
Also rolling transitive DEPS:
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/db06346b03b5e01b8af58b842fe4b068f47f9e46..ada1771a9f7a125573aa94fe551fdc44b45769bd
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/d64e9e156ac818c19b722ca142230b68e3daafe3..78c359741d855213e8685278eb81bb62599f8e56
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader/+log/54cbefd25dbcaeb2bb03da207afce6cad7fb5dd1..47404470464709ed5c4b660f9ebc73c717e85a50
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/072c8124dc6721df9b9c47f48830319b3218227a..32ee3e6e333a4bc4064fe64cfdfdcf6e71a92743
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries/+log/bc3a4d9fd9b46729651a3cec4f5226f6272b8684..ccae111ac678adbc9c74be10c8384cd1af835710
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/4159f13cc2bd82a60c3b72d3389e1a00b594b81e..44b817842beb1717170dda9322301bdb4303212b
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-deps-dawn-autoroll
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Bug: None
Tbr: [email protected]
Change-Id: Ia862b3e5aa259708a5dac618b0aef3a846be4ebd
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/232474
Bot-Commit: Dawn Autoroller <[email protected]>
Commit-Queue: Dawn Autoroller <[email protected]>1 parent 462577a commit f1d3939
8 files changed
+14
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
Submodule vulkan-deps updated from eaa43b7 to c101024
- include/vulkan/vulkan.cppm+34-14
- include/vulkan/vulkan.hpp+90-38
- include/vulkan/vulkan_core.h+57-12
- include/vulkan/vulkan_enums.hpp+14-7
- include/vulkan/vulkan_extension_inspection.hpp+13-6
- include/vulkan/vulkan_funcs.hpp+27
- include/vulkan/vulkan_handles.hpp+25-5
- include/vulkan/vulkan_hash.hpp+56-28
- include/vulkan/vulkan_raii.hpp+25
- include/vulkan/vulkan_static_assertions.hpp+40-25
- include/vulkan/vulkan_structs.hpp+435-199
- include/vulkan/vulkan_to_string.hpp+405-402
- registry/base_generator.py+10-9
- registry/cgenerator.py+16-16
- registry/generator.py+32-32
- registry/parse_dependency.py+4-4
- registry/reg.py+7-7
- registry/spec_tools/conventions.py+8-9
- registry/validusage.json+297-215
- registry/vk.xml+286-226
- registry/vkconventions.py+2-1
- registry/vulkan_object.py+6-2
- CMakeLists.txt+1-1
- loader/generated/vk_layer_dispatch_table.h+3
- loader/generated/vk_loader_extensions.c+28
- loader/generated/vk_object_types.h+1-1
- loader/loader.rc+2-2
- scripts/generate_source.py+12-6
- scripts/helper_file_generator.py+6-5
- scripts/known_good.json+1-1
- scripts/loader_extension_generator.py+3-4
- scripts/loader_genvk.py+12-387
- tests/framework/layer/vk_dispatch_table_helper.h+1
- include/vulkan/utility/vk_dispatch_table.h+2
- include/vulkan/utility/vk_safe_struct.hpp+78-43
- include/vulkan/utility/vk_struct_helper.hpp+5-3
- include/vulkan/vk_enum_string_helper.h+14-8
- scripts/known_good.json+1-1
- src/vulkan/vk_safe_struct_ext.cpp+235
- src/vulkan/vk_safe_struct_khr.cpp+63
- src/vulkan/vk_safe_struct_utils.cpp+18-12
- src/vulkan/vk_safe_struct_vendor.cpp-195
0 commit comments