Package glslang: Information

  • Default inline alert: Version in the repository: 14.0.0-alt1

Binary package: glslang
Version: 11.12.0-alt2
Architecture: aarch64
Build time:  Nov 26, 2022, 02:15 PM in the task #310510
Source package: glslang
Category: Development/C++
Report package bug
License: BSD
Summary: OpenGL and OpenGL ES shader front end and validator
Description: 
glslang is the official reference compiler front end for the OpenGL
ES and OpenGL shading languages. It implements a strict
interpretation of the specifications for these languages.

spirv-remap is a utility to improve compression of SPIR-V binary
files via entropy reduction, plus optional stripping of debug
information and load/store optimization. It transforms SPIR-V to
SPIR-V, remapping IDs. The resulting modules have an increased ID
range (IDs are not as tightly packed around zero), but will compress
better when multiple modules are compressed together, since
compressor's dictionary can find better cross module commonality.

Maintainer: Konstantin Lepikhov



Last changed


Nov. 23, 2022 Konstantin Lepikhov 1:11.12.0-alt2
- Disable LTO (cause problems on ix86).
Oct. 15, 2022 Konstantin Lepikhov 1:11.12.0-alt1
- 11.12.0 (branch sdk-1.3.231).
Oct. 3, 2022 Konstantin Lepikhov 1:11.11.0-alt1
- 11.11.0 (tag sdk-1.3.224).
- Remove cmake hacks.