Releases: KhronosGroup/glslang
Releases · KhronosGroup/glslang
main-tot
master-tot
Continuous build of the latest master branch by Appveyor and Github
Release 12.0.0
Breaking changes:
- An ABI was accidentally broken in #3014. Consequently, we have incremented the major revision number.
Changes in this release:
- Add support for ARB_bindless_texture.
- Add support for GL_NV_shader_invocation_reorder.
- Fix const parameter debug types when using NonSemantic.Shader.DebugInfo.100.
- Fix NonSemantic.Shader.DebugInfo.100 disassembly.
- Fix MaxDualSourceDrawBuffersEXT usage.
- Fix structure member reference crash.
Release 11.13.0
- Make HelperInvocation accesses volatile for SPIR-V 1.6.
- Improve forward compatibility of ResourceLimits interface
- Remove GLSLANG_ANGLE
Release 11.12.0
- Update generator version
- Add support for GL_EXT_mesh_shader
- Add support for NonSemantic.Shader.DebugInfo.100
- Make OpEmitMeshTasksEXT a terminal instruction
- Make gl_SubGroupARB a flat in int in Vulkan
- Add support for GL_EXT_opacity_micromap
- Add preamble support to C interface
Release 11.11.0
Add OpSource support to C interface
Deprecate samplerBuffer for spirv1.6 and later
Add support for SPV_AMD_shader_early_and_late_fragment_tests
Merge pull request #2816 from greg-lunarg/v11.7.0
Release 11.7.0
11.6.0: Merge pull request #2738 from greg-lunarg/kg119
Update known goods and CHANGES for 11.6.0
11.5.0: Merge pull request #2671 from greg-lunarg/kg118
Update known goods and CHANGES for 11.5.0
SDK-candidate-26-Jul-2020
Commit confirmed to work with other components for building an SDK.
It had one bot failure, which was in retrieving a repo, not a problem within glslang.