Finalize v2016.1.

This commit is contained in:
Lei Zhang 2016-07-19 15:03:52 -04:00
parent 0bdcc23f7e
commit 1e7c5cbe90
2 changed files with 5 additions and 3 deletions

View File

@ -1,12 +1,14 @@
Revision history for SPIRV-Tools
v2016.1-dev 2016-07-04
- Start v2016.1
v2016.1 2016-07-19
- Fix https://github.com/KhronosGroup/SPIRV-Tools/issues/261
Turn off ClipDistance and CullDistance capability checks for Vulkan.
- The disassembler can emit friendly names based on debug info (OpName
instructions), and will infer somewhat friendly names for most types.
This is turned on by default for the spirv-dis command line tool.
- Updated to support SPIR-V 1.1 rev 2
- Input StorageClass, Sampled1D capability, and SampledBuffer capability
do not require Shader capability anymore.
v2016.0 2016-07-04

View File

@ -40,7 +40,7 @@ version. An API call reports the software version as a C-style string.
### Assembler, binary parser, and disassembler
* Based on SPIR-V version 1.1 Rev 1
* Based on SPIR-V version 1.1 Rev 2
* Support for extended instruction sets:
* GLSL std450 version 1.0 Rev 3
* OpenCL version 1.0 Rev 2