Update CHANGES (#4886)

This commit is contained in:
Nathan Gauër 2022-08-08 19:49:17 +02:00 committed by GitHub
parent b362d2b7d4
commit 5e61ea2098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
CHANGES
View File

@ -1,5 +1,18 @@
Revision history for SPIRV-Tools
v2022.4-dev 2022-08-08
- General
- use exec_tools instead of tools for better RBE compatibility (#4837)
- Write binary files to stdout in binary on windows. (#4834)
- Validator
- Require ColMajor or RowMajor for matrices (#4878)
- spirv-val: Add SPV_KHR_ray_query (#4848)
- Implement SPV_NV_bindless_texture related changes (#4847)
- spirv-val: Add OpConvertUToAccelerationStructureKHR (#4838)
- spirv-val: Add support for SPV_AMD_shader_early_and_late_fragment_tests (#4812)
- Optimizer
- spirv-opt: SPV_NV_bindless_texture related changes (#4870)
v2022.3-dev 2022-05-31
- General
- Add SPV_KHR_fragment_shader_barycentric support (#4805)