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:
authorDiego Novillo <dnovillo@google.com>2022-10-12 16:41:52 +0300
committerDiego Novillo <dnovillo@google.com>2022-10-12 16:41:52 +0300
commit4a6290b56e1f5ad96cf5a4d0dd56e3d535642363 (patch)
tree3541f9815a55fd2ff3ed486d0b74474b74a3f026
parenta9291988df364a6617f9e1e6524e53e1814f2393 (diff)
Update CHANGES
-rw-r--r--CHANGES25
1 files changed, 23 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index b59b74fa5..5cbda27ac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,28 @@
Revision history for SPIRV-Tools
-v2022.4-dev 2022-08-11
- - Start v2022.4-dev release.
+v2022.4-dev 2022-10-12
+ - General
+ - Support Narrow Types in BitCast Folding Rule (#4941)
+ - spirv-diff: Allow no SpecId (#4904)
+ - build: cmake: Add support for GNU/Hurd (#4895)
+ - Implement tool changes for SPV_EXT_mesh_shader. (#4915)
+ - Validator
+ - spirv-val: Add SPV_ARM_core_builtins validation (#4958)
+ - spirv-val: Add an option to use friendly names or not (#4951)
+ - spirv-val: Consistently quote ids in messages (#4950)
+ - spirv-val: Add initial SPV_EXT_mesh_shader validation (#4924)
+ - spirv-val: Make it legal to use arrays of ray queries (#4938)
+ - spirv-val: Better message for using OpTypeBool in input/output (#4901)
+ - spirv-val: Add SPV_KHR_ray_tracing storage class (#4868)
+ - Optimizer
+ - spirv-opt: Fix stacked CompositeExtract constant folds (#4932)
+ - Improve time to build dominators (#4916)
+ - Fix ADCE to mark scope and inlined_at of line instructions as live. (#4910)
+ - Improve algorithm to reorder blocks in a function (#4911)
+ - Add structs to eliminate dead input components (#4894)
+ - spirv-opt: fix copy-propagate-arrays index opti on structs. (#4891)
+ - Fix ADCE to not eliminate top level DebugInfo instructions (#4889)
+ - Fix array copy propagation (#4890)
v2022.3 2022-08-08
- General