mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-25 01:01:04 +00:00
Update CHANGES
This commit is contained in:
parent
e8c3f9b0b4
commit
615918c91d
15
CHANGES
15
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 @@ v2019.5-dev 2019-10-09
|
||||
- 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 @@ v2019.5-dev 2019-10-09
|
||||
- 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 @@ v2019.5-dev 2019-10-09
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user