mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
Update CHANGES for 14.3.0
This commit is contained in:
parent
0d6be86cf1
commit
fa9c3deb49
13
CHANGES.md
13
CHANGES.md
@ -3,6 +3,19 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
## 14.3.0 2024-06-25
|
||||
* Generate vector constructions more efficiently when sizes match
|
||||
* Skip identity conversions for 8-bit and 16-bit types
|
||||
* Add cmake aliases for public libraries
|
||||
* Support ARM extended matrix layout
|
||||
* Emit debug info for buffer references
|
||||
* Add support for OpExtInstWithForwardRefsKHR
|
||||
* Generate SPV_EXT_replicated_compisites when requested by pragma
|
||||
* Reuse loads generated for repeated function arguments
|
||||
* Fix gl_HitT alias of gl_RayTmax
|
||||
* Fix some cases where invalid SPIR-V was being generated when using separate samplers
|
||||
* Add back layoutLocation to public API
|
||||
|
||||
## 14.2.0 2024-05-02
|
||||
* Improve checking for location aliasing errors
|
||||
* Fix undefined behavior in parser
|
||||
|
Loading…
Reference in New Issue
Block a user