mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
Update CHANGES
This commit is contained in:
parent
1ab8ad654a
commit
8e0051c781
5
CHANGES
5
CHANGES
@ -7,6 +7,10 @@ v2017.3-dev 2017-12-15
|
||||
- Optimizer:
|
||||
- Add Private-to-Function variable conversion for modules with logical
|
||||
addressing
|
||||
- Add --legalize-hlsl option to run transforms used to transform intermediate
|
||||
code generated by HLSL to SPIR-V for Vulkan compilers. Those compilers
|
||||
normally run these transforms automatically. This option is used for developing
|
||||
those transforms.
|
||||
- Validator:
|
||||
- Check upper bits of literal numbers that aren't a multiple of 32-bits wide.
|
||||
- More validation of primitive instructions
|
||||
@ -15,6 +19,7 @@ v2017.3-dev 2017-12-15
|
||||
OpImageSparseRead
|
||||
#1108: Remove duplicates transform was incorrectly removing non-duplicate
|
||||
decorations.
|
||||
#1111: Optimizer's type manager could reference deleted memory
|
||||
|
||||
v2017.2 2017-12-15
|
||||
- General:
|
||||
|
Loading…
Reference in New Issue
Block a user