File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
55
6+ ## 16.1.0 2025-12-01
7+ * Avoid emitting OpCapability RuntimeDescriptorArray when unnecessary
8+ * Improve compilation speed when debug infomation is enabled
9+ * Fix Debug Info for Retargeted Builtins
10+ * Support GL_EXT_shader_invocation_reorder
11+ * Add checks to coopMatMulAdd
12+ * Implement stringify operator
13+ * Add ES support for depth layout qualifier
14+ * Add debug info for hitObjectNV
15+ * Emit a DebugGlobalVariable instead of DebugLocalVariable for rayQueryEXT
16+ * Add debug info for constant variable
17+ * Improve debug line to point declaration
18+ * Fix bugs in buffer reference alignment
19+ * Reject string operands in binary and select ops
20+ * Support GL_EXT_shader_64bit_indexing
21+ * Support GLSL_EXT_uniform_buffer_unsized_array
22+ * Add semantic check for cooperative vector loads/stores
23+ * Improve the debug info name of opaque (sampler) types
24+ * Support IO mapping of combined samplers and acceleration structures
25+ * Fix bug in debug info for bool types inside SSBO/UBO
26+ * Fix bug in debug info for struct member names
27+ * Add methods for entry point and invert-y to C interface
28+
629## 16.0.0 2025-09-25
730### Breaking changes
831* Remove spirv-remapper (ported to SPIRV-Tools as canonicalize-ids optimization pass)
You can’t perform that action at this time.
0 commit comments