Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2018-03-08 01:11:50 +0300
committerDavid Neto <dneto@google.com>2018-03-08 01:11:50 +0300
commit8d8a71278bf9e83dd0fb30d5474386d30870b74d (patch)
tree834573098f69f4c9ba5231fb5a2f819fe4d0dc70
parenta0da44efbc605ea4f67ec36054f244a80d14199b (diff)
Finalize v2018.2v2018.2
-rw-r--r--CHANGES18
1 files changed, 9 insertions, 9 deletions
diff --git a/CHANGES b/CHANGES
index aa290934e..014a1f94b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,15 +1,15 @@
Revision history for SPIRV-Tools
-v2018.2-dev 2018-03-07
+v2018.2 2018-03-07
- General:
- - Support SPIR-V 1.3 and Vulkan 1.1.
- - Default target environment is now SPIR-V 1.3. For command-line tools,
- use the --target-env option to override the default. Examples:
- # Generate a SPIR-V 1.0 binary instead of SPIR-V 1.3
- spirv-as --target-env spv1.0 a.spvasm -o a.spv
- spirv-as --target-env vulkan1.0 a.spvasm -o a.spv
- # Validate as Vulkan 1.0
- spirv-val --target-env vulkan1.0 a.spv
+ - Support SPIR-V 1.3 and Vulkan 1.1.
+ - Default target environment is now SPIR-V 1.3. For command-line tools,
+ use the --target-env option to override the default. Examples:
+ # Generate a SPIR-V 1.0 binary instead of SPIR-V 1.3
+ spirv-as --target-env spv1.0 a.spvasm -o a.spv
+ spirv-as --target-env vulkan1.0 a.spvasm -o a.spv
+ # Validate as Vulkan 1.0
+ spirv-val --target-env vulkan1.0 a.spv
- Support SPV_GOOGLE_decorate_string and SPV_GOOGLE_hlsl_functionality1
- Fixes:
- Fix Android.mk build. Compilation was failing due to missing definitions of