Prepare release v2024.2 (#5651)

* Roll external/googletest/ eff443c6e..5a37b517a (13 commits)

eff443c6ef...5a37b517ad

Created with:
  roll-dep external/googletest

* Prepare release v2024.2
This commit is contained in:
Cassandra Beckley 2024-04-22 12:29:56 -07:00 committed by GitHub
parent be6fb2a54c
commit dd4b663e13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 1 deletions

15
CHANGES
View File

@ -1,5 +1,20 @@
Revision history for SPIRV-Tools
v2024.2 2024-04-22
- General
- Add SPIRV_TOOLS_EXPORT to public C++ API (#5591)
- Use bazel 7 and bzlmod (#5601)
- Optimizer
- opt: add GroupNonUniformPartitionedNV capability to trim pass (#5648)
- Fix rebuilding types with circular references. (#5637)
- Add AliasedPointer decoration (#5635)
- add support for vulkan-shader-profiler external passes (#5512)
- Validator
- A fix to support of SPV_QCOM_image_processing2 (#5646)
- spirv-val: Add Vulkan check for Rect Dim in OpTypeImage (#5644)
- Validate duplicate decorations and execution modes (#5641)
- Validator: Support SPV_NV_raw_access_chains (#5568)
v2024.1 2024-03-06
- General
- Add tooling support for SPV_KHR_maximal_reconvergence (#5542)

2
DEPS
View File

@ -7,7 +7,7 @@ vars = {
'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c',
'googletest_revision': 'eff443c6ef5eb6ab598bfaae27f9427fdb4f6af7',
'googletest_revision': '5a37b517ad4ab6738556f0284c256cae1466c5b4',
# Use protobufs before they gained the dependency on abseil
'protobuf_revision': 'v21.12',