From 1e7c5cbe90877ffbaec5f56173d755ad06de6207 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 19 Jul 2016 15:03:52 -0400 Subject: [PATCH] Finalize v2016.1. --- CHANGES | 6 ++++-- README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 6175a85d3..ea2bdd03e 100644 --- a/CHANGES +++ b/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 diff --git a/README.md b/README.md index 41e1ce92a..4955b0dc2 100644 --- 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 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