Finalize v2016.3
authorDavid Neto <dneto@google.com>
Wed, 24 Aug 2016 15:17:07 +0000 (11:17 -0400)
committerDavid Neto <dneto@google.com>
Wed, 24 Aug 2016 15:17:07 +0000 (11:17 -0400)
CHANGES
README.md

diff --git a/CHANGES b/CHANGES
index be8fcde..922f4a8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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.
index 7008a69..a99e3de 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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