Merge pull request #2540 from dgkoch/dgkoch_build_fix
[platform/upstream/glslang.git] / CHANGES.md
1 # Revision history for `glslang`
2
3 All notable changes to this project will be documented in this file.
4 This project adheres to [Semantic Versioning](https://semver.org/).
5
6 ## 11.2.0 2021-02-18
7
8 ### Other changes
9 * Removed Python requirement when not building with spirv-tools
10 * Add support for GL_EXT_shared_memory_block
11 * Implement GL_EXT_null_initializer
12 * Add CMake support for Fuschia
13
14 ## 11.1.0 2020-12-07
15
16 ### Other changes
17 * Added ray-tracing extension support
18
19 ## 11.0.0 2020-07-20
20
21 ### Breaking changes
22
23 #### Visual Studio 2013 is no longer supported
24
25 [As scheduled](https://github.com/KhronosGroup/glslang/blob/9eef54b2513ca6b40b47b07d24f453848b65c0df/README.md#planned-deprecationsremovals),
26 Microsoft Visual Studio 2013 is no longer officially supported. Please upgrade
27 to at least Visual Studio 2015.
28
29 ## 10.15.3847 2020-07-20
30
31 ### Breaking changes
32
33 * The following files have been removed:
34   * `glslang/include/revision.h`
35   * `glslang/include/revision.template`
36
37 The `GLSLANG_MINOR_VERSION` and `GLSLANG_PATCH_LEVEL` defines have been removed
38 from the public headers. \
39 Instead each build script now uses the new `build_info.py`
40 script along with the `build_info.h.tmpl` and this `CHANGES.md` file to generate
41 the glslang build-time generated header `glslang/build_info.h`.
42
43 The new public API to obtain the `glslang` version is `glslang::GetVersion()`.
44
45 ### Other changes
46 * `glslang` shared objects produced by CMake are now `SONAME` versioned using
47    [Semantic Versioning 2.0.0](https://semver.org/).