mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-29 22:41:03 +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:
|
- Optimizer:
|
||||||
- Add Private-to-Function variable conversion for modules with logical
|
- Add Private-to-Function variable conversion for modules with logical
|
||||||
addressing
|
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:
|
- Validator:
|
||||||
- Check upper bits of literal numbers that aren't a multiple of 32-bits wide.
|
- Check upper bits of literal numbers that aren't a multiple of 32-bits wide.
|
||||||
- More validation of primitive instructions
|
- More validation of primitive instructions
|
||||||
@ -15,6 +19,7 @@ v2017.3-dev 2017-12-15
|
|||||||
OpImageSparseRead
|
OpImageSparseRead
|
||||||
#1108: Remove duplicates transform was incorrectly removing non-duplicate
|
#1108: Remove duplicates transform was incorrectly removing non-duplicate
|
||||||
decorations.
|
decorations.
|
||||||
|
#1111: Optimizer's type manager could reference deleted memory
|
||||||
|
|
||||||
v2017.2 2017-12-15
|
v2017.2 2017-12-15
|
||||||
- General:
|
- General:
|
||||||
|
Loading…
Reference in New Issue
Block a user