|
1 | 1 | Revision history for SPIRV-Tools
|
2 | 2 |
|
3 |
| -v2022.4-dev 2022-08-08 |
| 3 | +v2022.3 2022-08-08 |
4 | 4 | - General
|
| 5 | + - Add SPV_KHR_fragment_shader_barycentric support (#4805) |
| 6 | + - Add support for SPV_KHR_subgroup_rotate (#4786) |
5 | 7 | - use exec_tools instead of tools for better RBE compatibility (#4837)
|
6 | 8 | - Write binary files to stdout in binary on windows. (#4834)
|
| 9 | + - Allow spirv-opt print-all to show pretty IDs (#4888) |
7 | 10 | - Validator
|
| 11 | + - spirv-val: Add PerVertexKHR (#4807) |
| 12 | + - spirv-opt : Add FixFuncCallArgumentsPass (#4775) |
| 13 | + - spirv-val: Add CullMaskKHR support (#4792) |
8 | 14 | - Require ColMajor or RowMajor for matrices (#4878)
|
9 | 15 | - spirv-val: Add SPV_KHR_ray_query (#4848)
|
| 16 | + - spirv-val: Add SPV_KHR_ray_tracing instructions (#4871) |
10 | 17 | - Implement SPV_NV_bindless_texture related changes (#4847)
|
11 | 18 | - spirv-val: Add OpConvertUToAccelerationStructureKHR (#4838)
|
12 | 19 | - 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) |
20 | 20 | - Optimizer
|
21 | 21 | - Fold multiply and subtraction into FMA with negation (#4808)
|
22 | 22 | - Add more folding for composite instructions (#4802)
|
23 | 23 | - spirv-opt: add pass for interface variable scalar replacement (#4779)
|
24 | 24 | - 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) |
29 | 26 | - Linker
|
30 | 27 | - linker: Recalculate interface variables (#4784)
|
31 | 28 |
|
|
0 commit comments