File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for SPIRV-Tools
2
2
3
- v2023.2-dev 2023-01-17
4
- - Start v2023.2-dev
3
+ v2023.2 2023-03-10
4
+ - General
5
+ - build: move from c++11 to c++17 (#4983)
6
+ - tools: refactorize tools flags parsing. (#5111)
7
+ - Add C interface for Optimizer (#5030)
8
+ - libspirv.cpp: adds c++ api for spvBinaryParse (#5109)
9
+ - build: change the way we set cxx version for bazel. (#5114)
10
+ - Optimizer
11
+ - Fix null pointer in FoldInsertWithConstants. (#5093)
12
+ - Fix removal of dependent non-semantic instructions (#5122)
13
+ - Remove duplicate lists of constant and type opcodes (#5106)
14
+ - opt: fix spirv ABI on Linux again. (#5113)
15
+ - Validator
16
+ - Validate decoration of structs with RuntimeArray (#5094)
17
+ - Validate operand type before operating on it (#5092)
18
+ - spirv-val: Conditional Branch without an exit is invalid in loop header (#5069)
19
+ - spirv-val: Initial SPV_EXT_mesh_shader builtins (#5080)
5
20
6
21
v2023.1 2023-01-17
7
22
- General
You can’t perform that action at this time.
0 commit comments