Skip to content

Commit b707790

Browse files
authored
Prepare release v2026.3 (KhronosGroup#6784)
Roll external/googletest/ 8b5333659..8240fa7d6 (8 commits) google/googletest@8b53336...8240fa7 Created with: roll-dep external/googletest Roll external/abseil_cpp/ 35b9f25ba..db1bdc86e (37 commits) abseil/abseil-cpp@35b9f25...db1bdc8 Created with: roll-dep external/abseil_cpp Roll external/spirv-headers/ 8d56066ee..29981f652 (3 commits) KhronosGroup/SPIRV-Headers@8d56066...29981f6 Created with: roll-dep external/spirv-headers
1 parent 48bd3e9 commit b707790

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGES

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
Revision history for SPIRV-Tools
22

3+
v2026.3 2026-07-08
4+
- General
5+
- Support SPV_QCOM_multiple_wait_queues, SPV_KHR_opacity_micromap, and SPV_EXT_ocp_microscaling_types (#6671, #6670, #6772)
6+
- Add ArmExperimentalMLOperations and NonSemantic.Graph.DebugInfo instruction sets (#6692, #6666)
7+
- Fix unbounded memory usage in FriendlyNameMapper (#6763)
8+
- Improved hex-float compilation and float equality testing (#6778, #6783)
9+
- Various build system and dependency updates (Bazel, GN, Protobuf, Abseil)
10+
- Optimizer
11+
- Stability fixes for DeadBranchElimPass, CodeSinkingPass, and OrderBlocks (#6764, #6703, #6676)
12+
- Improved handling of tensor constants, non-semantic instructions, and loop decorations (#6684, #6721, #6719, #6690)
13+
- Add folding rule for extract from copy logical and prevent word limit overflows (#6725, #6722)
14+
- Validator
15+
- Support SPV_EXT_ocp_microscaling_types, SPV_EXT_split_barrier, and SPV_ARM_graph (#6779, #6732, #6694)
16+
- Support for SPV_NV_cooperative_matrix_decode_vector and Intel extensions (#6693, #6717, #6665)
17+
- Enhanced error reporting with source line printing and Shader Debug Info (#6648, #6698, #6691, #6686, #6685, #6681)
18+
- Correctness fixes for ray queries, descriptors, OpSpecConstantOp, and array validation (#6710, #6729, #6731, #6777, #6709)
19+
- Disallow duplicate targets for OpGroupDecorate and multiple graph entry points (#6720, #6754)
20+
- Assembler/Disassembler
21+
- Support for SPV_QCOM_image_processing3 (#6776)
22+
- Performance and correctness improvements in the disassembler and tools (#6757, #6650)
23+
324
v2026.2 2026-04-24
425
- General
526
- Fix build for NonSemanticShaderDebugInfo in GN (#6647)

DEPS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ use_relative_paths = True
33
vars = {
44
'github': 'https://github.com',
55

6-
'abseil_revision': '35b9f25ba74a3cd71b6342168e74bd0dc4abf58b',
6+
'abseil_revision': 'db1bdc86effd20c9ac9c9939326c0d280c9ff733',
77

88
'effcee_revision': '910ed15722d5d05c9d71ecf36c1a22243cb79b02',
99

10-
'googletest_revision': '8b53336594cc52213c6c2c7a0b29194fa896d039',
10+
'googletest_revision': '8240fa7d62f73e01c7af27d61ed965d6d66698fa',
1111

1212
# Use a recent protobuf, which can depend on abseil
1313
'protobuf_revision': '35cd01f9fe9afbeea38cc7b979a3b6bfcde82c03',
1414

1515
're2_revision': '972a15cedd008d846f1a39b2e88ce48d7f166cbd',
1616

17-
'spirv_headers_revision': '8d56066eee52f490535afd5731d5ae2fffc85036',
17+
'spirv_headers_revision': '29981f65241605e08b0ede4cfeb999fe3b723c6a',
1818

1919
'mimalloc_revision': 'fef6b0dd70f9d7fa0750b0d0b9fbb471203b94cd',
2020
}

0 commit comments

Comments
 (0)