Update CHANGES
diff --git a/CHANGES b/CHANGES
index d193471..5263f12 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,17 @@
Revision history for SPIRV-Tools
-v2019.5-dev 2019-10-09
+v2019.5-dev 2019-10-21
- General:
- Export SPIRV-Tools targets on installation
- SPIRV-Tools support for SPIR-V 1.5 (#2865)
- Add WebGPU SPIR-V Assembler in JavaScript. (#2876)
- Add Bazel build configuration. (#2891)
+ - Add support for building with emscripten (#2948)
+ - Update SPIR-V binary header test for SPIR-V 1.5 (#2967)
+ - Add fuzzer for spirv-as call path (#2976)
+ - Improved CMake install step. (#2963)
+ - Add fuzzer for spirv-dis call path (#2977)
+ - Ensure timestamp does not vary with timezone. (#2982)
- Optimizer
- Add descriptor array scalar replacement (#2742)
- Add pass to wrap OpKill in a function call (#2790)
@@ -17,6 +23,7 @@
- Fold Min, Max, and Clamp instructions. (#2836)
- Better handling of OpKill in continues (#2842,#2922,#2933)
- Enable OpTypeCooperativeMatrix specialization (#2927)
+ - Support constant-folding UConvert and SConvert (#2960)
Fixes:
- Instrument: Fix version 2 output record write for tess eval shaders. (#2782)
- Instrument: Add support for Buffer Device Address extension (#2792)
@@ -31,6 +38,9 @@
- Relaxed bitcast with pointers (#2878)
- Validate physical storage buffer restrictions (#2930)
- Add SPV_KHR_shader_clock validation (#2879)
+ - Validate that selections are structured (#2962)
+ - Disallow use of OpCompositeExtract/OpCompositeInsert with no indices (#2980)
+ - Check that derivatives operate on 32-bit values (#2983)
Fixes:
- Fix validation of constant matrices (#2794)
- Update "remquor" validation
@@ -50,6 +60,9 @@
- option to convert shader into a form that renders red (#2934)
- Add fuzzer pass to change selection controls (#2944)
- add transformation and pass to construct composites (#2941)
+ - Add fuzzer pass to change loop controls (#2949)
+ - Add fuzzer pass to change function controls (#2951)
+ - Add fuzzer pass to add NoContraction decorations (#2950)
v2019.4 2019-08-08