Skip to content

Commit dd4b663

Browse files
Prepare release v2024.2 (KhronosGroup#5651)
* Roll external/googletest/ eff443c6e..5a37b517a (13 commits) google/googletest@eff443c...5a37b51 Created with: roll-dep external/googletest * Prepare release v2024.2
1 parent be6fb2a commit dd4b663

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES

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

3+
v2024.2 2024-04-22
4+
- General
5+
- Add SPIRV_TOOLS_EXPORT to public C++ API (#5591)
6+
- Use bazel 7 and bzlmod (#5601)
7+
- Optimizer
8+
- opt: add GroupNonUniformPartitionedNV capability to trim pass (#5648)
9+
- Fix rebuilding types with circular references. (#5637)
10+
- Add AliasedPointer decoration (#5635)
11+
- add support for vulkan-shader-profiler external passes (#5512)
12+
- Validator
13+
- A fix to support of SPV_QCOM_image_processing2 (#5646)
14+
- spirv-val: Add Vulkan check for Rect Dim in OpTypeImage (#5644)
15+
- Validate duplicate decorations and execution modes (#5641)
16+
- Validator: Support SPV_NV_raw_access_chains (#5568)
17+
318
v2024.1 2024-03-06
419
- General
520
- Add tooling support for SPV_KHR_maximal_reconvergence (#5542)

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vars = {
77

88
'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c',
99

10-
'googletest_revision': 'eff443c6ef5eb6ab598bfaae27f9427fdb4f6af7',
10+
'googletest_revision': '5a37b517ad4ab6738556f0284c256cae1466c5b4',
1111

1212
# Use protobufs before they gained the dependency on abseil
1313
'protobuf_revision': 'v21.12',

0 commit comments

Comments
 (0)