mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
Finalize v2016.1.
This commit is contained in:
parent
0bdcc23f7e
commit
1e7c5cbe90
6
CHANGES
6
CHANGES
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user