Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Kuderski <kubak@google.com>2021-04-19 18:06:09 +0300
committerJakub Kuderski <kubak@google.com>2021-04-19 18:06:09 +0300
commitdc72924cb31cd9f3dbc3eb47e9d926cf641e3a07 (patch)
treeb6b7652ffb8e060fe007ac8b10e928e440e4a8e3 /CHANGES
parent693d564db4e93fb249e938d84528cfc711d8d22b (diff)
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES23
1 files changed, 20 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 19eb18c41..6be13d512 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,24 @@
Revision history for SPIRV-Tools
-v2021.0-dev 2021-02-16
- - Start SPIRV-Tools v2021.0-dev
+v2021.0-dev 2021-04-19
+ - General
+ - Support SPV_KHR_linkonce_odr, SPV_KHR_expect_assume (#4161)
+ - Fixes for the vscode language server extension (#4150)
+ - Validator
+ - Add validation for SPV_EXT_shader_atomic_float_min_max (#4105)
+ - Add Vulkan Execution Scope checks (#4183)
+ - Vulkan 64-bit OpAtomicStore check (#4163)
+ - Optimizer
+ - Add interpolate legalization pass (#4220)
+ - Fuzz
+ - Various performance optimizations
+ - Do not add too many dead blocks (#4217)
+ - Add WGSL compatibility flag to context (#4193)
+ - Add persistent state to the fuzzer (#4137)
+ - Debug Info
+ - Instrumentation
+ - Linker
+ - Reduce
v2020.7 2021-02-16
- General
@@ -40,7 +57,7 @@ v2020.7 2021-02-16
- Add last Position VUID (#4052)
- Allow forward pointer to be used in types generally (#4044)
- Optimizer
- - Mark module as modified if convert-to-half removes decorations. (#4127)
+ - Mark module as modified if convert-to-half removes decorations (#4127)
- Fix binding number calculation in desc sroa (#4095)
- Run DCE when SPV_KHR_shader_clock is used (#4049)
- Debug Info