Package glslang: Information

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

Source package: glslang
Version: 11.1.0-alt1
Build time:  Jun 29, 2021, 03:42 PM in the task #274645
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.

List of rpms provided by this srpm:
glslang (x86_64, ppc64le, i586, armh, aarch64)
glslang-devel (x86_64, ppc64le, i586, armh, aarch64)
libglslang11 (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Konstantin Lepikhov


    1. python3-devel
    2. libspirv-tools-devel >= 2020.6
    3. cmake
    4. gcc-c++

Last changed


Feb. 5, 2021 Nazarov Denis 11.1.0-alt1
- Version 11.1.0
Sept. 12, 2020 Konstantin Lepikhov 8.13.3743-alt1.1
- Fix dependencies.
June 4, 2020 Konstantin Lepikhov 8.13.3743-alt1
- stable release April 27, 2020 (8.13.3743).
- update -alt patches.
- added cmake files.