From aa5686acc3da5cefffe7d8c2caec0a997183b970 Mon Sep 17 00:00:00 2001 From: David Neto Date: Thu, 15 Jul 2021 20:03:06 +0000 Subject: [PATCH] Roll spirv-tools and spirv-headers Roll third_party/spirv-tools/ ecdd9a3e6..640b17b5f (31 commits) https://chromium.googlesource.com/external/github.com/KhronosGroup//SPIRV-Tools.git/+log/ecdd9a3e6bd3..640b17b5fbc6 $ git log ecdd9a3e6..640b17b5f --date=short --no-merges --format='%ad %ae %s' 2021-07-14 pkasting Fix -Wunreachable-code-aggressive. (#4358) 2021-07-14 jaebaek spirv-opt: support SPV_EXT_shader_image_int64 (#4379) 2021-07-14 afdx Fix BUILD.gn (#4378) 2021-07-13 afdx spirv-fuzz: support building using gn (#4365) 2021-07-13 greg Fix vendor table build in BUILD.gn for nonsemantic.vulkan.debuginfo.100 (#4375) 2021-07-12 greg Add non-semantic vulkan extended instruction set (#4362) 2021-07-07 ynovikov Update SPIRV-Headers deps (#4369) 2021-07-06 alastair.donaldson spirv-reduce: Eliminate skeletal structured control flow construct (#4360) 2021-07-05 alastair.donaldson spirv-fuzz: Check updated analyses in transformation tests (#4266) 2021-07-04 alastair.donaldson spirv-fuzz: Added tests for signedness analysis (#4361) 2021-07-02 stevenperron Add remove_unused_interface_variable_pass.* to BUILD.gn (#4363) 2021-07-02 ben.ashbaugh add tests for SPV_KHR_bit_instructions (#4350) 2021-07-01 alastair.donaldson spirv-fuzz: Avoid out of bounds access (#4355) 2021-06-29 61806567+TheMostDiligent Enabled tvOS platform (#4329) 2021-06-29 3.1416f spirv-opt: A pass to removed unused input on OpEntryPoint instructions. (#4275) 2021-06-29 stevenperron Bump glob-parent from 5.0.0 to 5.1.2. (#4353) 2021-06-29 johnzupin fix strncpy bound error (#4331) 2021-06-28 alastair.donaldson spirv-reduce: Allow merging unreachable blocks (#4303) 2021-06-28 alastair.donaldson Add IsReachable function to IRContext (#4323) 2021-06-28 alastair.donaldson spirv-reduce: Cleanup a few things (#4352) 2021-06-24 alastair.donaldson spirv-fuzz: Add illustrative tests for new issues (#4347) 2021-06-24 jason.ekstrand Add validation for SPV_EXT_shader_atomic_float16_add (#4325) 2021-06-23 kpet Initial support for SPV_KHR_integer_dot_product (#4327) 2021-06-23 dneto fix symbol exports check, for Android build cases (#4342) 2021-06-22 dnovillo Start SPIRV-Tools v2021.3 2021-06-22 dnovillo Finalize SPIRV-Tools v2021.2 2021-06-21 46493288+sfricke-samsung spirv-val: Label VUID 04780 (#4334) 2021-06-21 46493288+sfricke-samsung spirv-val: Add GLCompute to VUID 04644 message (#4333) 2021-06-18 dnovillo Update CHANGES file for upcoming release. 2021-06-17 alanbaker Update SPIRV-Headers deps (#4328) 2021-06-15 alanbaker Support SPV_KHR_subgroup_uniform_control_flow (#4318) Created with: roll-dep third_party/spirv-tools Change-Id: I5e6534f9118ff2f633552c1149c03f2e06cb721c Roll third_party/spirv-headers/ f5417a4b6..1d4e3a7e3 (9 commits) https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git/+log/f5417a4b6633..1d4e3a7e3a04 $ git log f5417a4b6..1d4e3a7e3 --date=short --no-merges --format='%ad %ae %s' 2021-07-09 mariusz.merecki Add missing capabilities and '"version" : "None"' to QuantizationModes and OverflowModes enumerants 2021-07-07 kevin.petit Fix grammar for PackedVectorFormat 2021-06-25 mariya.podchishchaeva Upstream SPV_INTEL_debug_module 2021-06-24 13504385+WyvernWang reserve value range 2021-06-23 ben.ashbaugh add support for SPV_KHR_bit_instructions 2021-06-23 kevin.petit Add CI using Github actions and update README 2020-05-22 dneto Support SPV_KHR_integer_dot_product 2021-01-12 jason.ekstrand Add header changes for SPV_EXT_shader_atomic_float16_add 2021-06-16 john Fix two ordering problems. Created with: roll-dep third_party/spirv-headers Change-Id: Icfe131fd8bdf3b9fd8fa400ba804d2ea57d27562 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/58301 Auto-Submit: David Neto Reviewed-by: Ben Clayton Commit-Queue: David Neto Kokoro: Kokoro --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index c710f14f75..44d816c42a 100644 --- a/DEPS +++ b/DEPS @@ -12,8 +12,8 @@ vars = { 'googletest_revision': '5c8ca58edfb304b2dd5e6061f83387470826dd87', 'gpuweb_cts_revision': '177a4faf0a7ce6f8c64b42a715c634e363912a74', 'protobuf_revision': 'fde7cf7358ec7cd69e8db9be4f1fa6a5c431386a', - 'spirv_headers_revision': 'f5417a4b6633c3217c9a1bc2f0c70b1454975ba7', - 'spirv_tools_revision': 'ecdd9a3e6bd384bf51d096b507291faa10f14685', + 'spirv_headers_revision': '1d4e3a7e3a04ba205ed8cb1485f7cb7369bec609', + 'spirv_tools_revision': '640b17b5fbc65f2aed9106ad96ba40c51fa20195', 'testing_revision': '2691851e49de541c3fe42fa8692ddcdee938162f', }