Skip to content

Commit 409e116

Browse files
committed
Finalize SPIRV-Tools v2022.3
The previous amend to the CHANGES file mentioned v2022.4. That was a mistake as v2022.3 was never released. Signed-off-by: Nathan Gauër <brioche@google.com>
1 parent 0a43a84 commit 409e116

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

CHANGES

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
Revision history for SPIRV-Tools
22

3-
v2022.4-dev 2022-08-08
3+
v2022.3 2022-08-08
44
- General
5+
- Add SPV_KHR_fragment_shader_barycentric support (#4805)
6+
- Add support for SPV_KHR_subgroup_rotate (#4786)
57
- use exec_tools instead of tools for better RBE compatibility (#4837)
68
- Write binary files to stdout in binary on windows. (#4834)
9+
- Allow spirv-opt print-all to show pretty IDs (#4888)
710
- Validator
11+
- spirv-val: Add PerVertexKHR (#4807)
12+
- spirv-opt : Add FixFuncCallArgumentsPass (#4775)
13+
- spirv-val: Add CullMaskKHR support (#4792)
814
- Require ColMajor or RowMajor for matrices (#4878)
915
- spirv-val: Add SPV_KHR_ray_query (#4848)
16+
- spirv-val: Add SPV_KHR_ray_tracing instructions (#4871)
1017
- Implement SPV_NV_bindless_texture related changes (#4847)
1118
- spirv-val: Add OpConvertUToAccelerationStructureKHR (#4838)
1219
- spirv-val: Add support for SPV_AMD_shader_early_and_late_fragment_tests (#4812)
13-
- Optimizer
14-
- spirv-opt: SPV_NV_bindless_texture related changes (#4870)
15-
16-
v2022.3-dev 2022-05-31
17-
- General
18-
- Add SPV_KHR_fragment_shader_barycentric support (#4805)
19-
- Add support for SPV_KHR_subgroup_rotate (#4786)
2020
- Optimizer
2121
- Fold multiply and subtraction into FMA with negation (#4808)
2222
- Add more folding for composite instructions (#4802)
2323
- spirv-opt: add pass for interface variable scalar replacement (#4779)
2424
- Don't try to unroll loop with step count 0. (#4769)
25-
- Validator
26-
- spirv-val: Add PerVertexKHR (#4807)
27-
- spirv-opt : Add FixFuncCallArgumentsPass (#4775)
28-
- spirv-val: Add CullMaskKHR support (#4792)
25+
- spirv-opt: SPV_NV_bindless_texture related changes (#4870)
2926
- Linker
3027
- linker: Recalculate interface variables (#4784)
3128

0 commit comments

Comments
 (0)