Skip to content

Commit 132103f

Browse files
authored
Prepare release v2025.1 (#6011)
1 parent d5b6f2d commit 132103f

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGES

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
Revision history for SPIRV-Tools
22

3+
v2025.1 2025-02-28
4+
- General
5+
- diff: Fix crash in OpString matching (#5988)
6+
- Add SPV_AMDX_shader_enqueue version 2 support (#5838)
7+
- add support for SPV_INTEL_subgroup_matrix_multiply_accumulate (#5928)
8+
- update cmake_minimum_required to 3.22.1 (#5925)
9+
- Add OpImageSampleFootprintNV to IsAllowedSampledImageOperand (#5914)
10+
- assembler: ensure progress when seeking the version string (#5910)
11+
- Optimizer
12+
- opt: keep all OpSource instructions (#5901)
13+
- [opt] Fix bug opt::InstructionBuilder::AddVariable (#6007)
14+
- [OPT] Add SPV_KHR_ray_tracing to allow list (#5941)
15+
- opt: keep all OpSource instructions (#5901)
16+
- Validator
17+
- spirv-val: Add AllowVulkan32BitBitwise option (#6001)
18+
- Fix untyped pointer comparison validation (#6004)
19+
- spirv-val: Update VUIDs for 308 header (#5990)
20+
- spirv-val: fix env parsing for vk1.1spv1.4 (#5985)
21+
- Add validation for SPV_NV_linear_swept_spheres. (#5975)
22+
- Add validation SPV_NV_cluster_acceleration_structure. (#5974)
23+
- Improve the instruction diagnostic for some access chain errors (#5978)
24+
- Update physical storage buffer validation to match SPIR-V 1.6.5 (#5977)
25+
- Validate SPV_NV_cooperative_vector (#5972)
26+
- Fix layout checks with untyped pointers (#5970)
27+
- spirv-val: Update mislabeled VUIDs (#5964)
28+
- More explicit layout validation (#5958)
29+
- spirv-val: Add VK_KHR_maintenance8 support (#5951)
30+
- Add EXT_mesh_shader validation support (#5640)
31+
- spirv-val: Remove OpenCL ivec3 req (#5940)
32+
- spirv-val: Validate zero product workgroup size (#5407)
33+
- Relax DebugLine validation (#5916)
34+
- Linker
35+
- linker: remove LinkOnceODR decorations when linking executables (#5979)
36+
- fix: handle LinkOnceODR correctly (#5938)
37+
338
v2024.4 2024-12-04
439
- General
540
- Add FPEncoding operand type. (#5726)

0 commit comments

Comments
 (0)