Merge pull request #2621 from Rob2309/auto-sampled-textures-tests
[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.4.0 2021-04-22
7
8 ### Other changes
9 * Fix to keep source compatible with CMake 3.10.2
10
11 ## 11.3.0 2021-04-21
12
13 ### Other changes
14 * Added --depfile
15 * Added --auto-sampled-textures
16 * Now supports InterpolateAt-based functions
17 * Supports cross-stage automatic IO mapping
18 * Supports GL_EXT_vulkan_glsl_relaxed (-R option)
19
20 ## 11.2.0 2021-02-18
21
22 ### Other changes
23 * Removed Python requirement when not building with spirv-tools
24 * Add support for GL_EXT_shared_memory_block
25 * Implement GL_EXT_null_initializer
26 * Add CMake support for Fuschia
27
28 ## 11.1.0 2020-12-07
29
30 ### Other changes
31 * Added ray-tracing extension support
32
33 ## 11.0.0 2020-07-20
34
35 ### Breaking changes
36
37 #### Visual Studio 2013 is no longer supported
38
39 [As scheduled](https://github.com/KhronosGroup/glslang/blob/9eef54b2513ca6b40b47b07d24f453848b65c0df/README.md#planned-deprecationsremovals),
40 Microsoft Visual Studio 2013 is no longer officially supported. Please upgrade
41 to at least Visual Studio 2015.
42
43 ## 10.15.3847 2020-07-20
44
45 ### Breaking changes
46
47 * The following files have been removed:
48   * `glslang/include/revision.h`
49   * `glslang/include/revision.template`
50
51 The `GLSLANG_MINOR_VERSION` and `GLSLANG_PATCH_LEVEL` defines have been removed
52 from the public headers. \
53 Instead each build script now uses the new `build_info.py`
54 script along with the `build_info.h.tmpl` and this `CHANGES.md` file to generate
55 the glslang build-time generated header `glslang/build_info.h`.
56
57 The new public API to obtain the `glslang` version is `glslang::GetVersion()`.
58
59 ### Other changes
60 * `glslang` shared objects produced by CMake are now `SONAME` versioned using
61    [Semantic Versioning 2.0.0](https://semver.org/).