aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1f9df68..05d6d96 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,19 @@
Revision history for Shaderc
v2016.2-dev 2016-10-12
+ - Describe Shaderc's level of stability.
+ - Support HLSL compilation, exposing functionality in Glslang.
+ - Supported in C, C++ API
+ - glslc accepts "-x hlsl", and assumes .hlsl files are HLSL.
+ - glslc accepts "-fentry-point=<name>" to set entry point name,
+ overriding default value "main".
+ - Support setting shader resource limits in C, C++ APIs, and in
+ glslc
+ - glslc adds -flimit=<setting>
+ - glslc adds --show-limits to display defaults and valid resource
+ limit syntax.
+ - glslc adds "-flimit-file <file>" support to read Glslang resource
+ configuration files, i.e. the output of "glslangValidator -c".
v2016.1 2016-10-12
- C API for assembling now takes an options object