Finalize v2016.3

This commit is contained in:
David Neto 2016-08-24 11:17:07 -04:00
parent 3c35b6321e
commit a7a84bd50d
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Revision history for SPIRV-Tools
v2016.3-dev 2016-08-11
v2016.3 2016-08-24
- Start v2016.3
- Add target environment enums for OpenCL 2.1, OpenCL 2.2,
OpenGL 4.0, OpenGL 4.1, OpenGL 4.2, OpenGL 4.3, OpenGL 4.5.
@ -10,6 +10,8 @@ v2016.3-dev 2016-08-11
- Add spirv-lesspipe.sh filter utility
- Fixes issues:
#288: Check def-use dominance rules for OpPhi (variable,parent) operands
#339: Allow OpUndef in types-constants-global-vars section, as required
by SPIR-V 1.0 Rev7, 1.1 Rev 3.
#340: Avoid race on mkdir during build
#365: Relax PointSize, ClipDistance, CullDistance capability check in all
environments not just Vulkan 1.0.

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 2
* Based on SPIR-V version 1.1 Rev 3
* Support for extended instruction sets:
* GLSL std450 version 1.0 Rev 3
* OpenCL version 1.0 Rev 2