Пакет glslang: Информация

    Исходный пакет: glslang
    Версия: 8.13.3743-alt1
    Собран:  7 августа 2020 г. 20:31 в задании #255691
    Категория: Разработка/C++
    Сообщить об ошибке в пакете
    Лицензия: BSD
    О пакете: OpenGL and OpenGL ES shader front end and validator
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    glslang (x86_64, ppc64le, i586, armh, aarch64)
    glslang-devel (x86_64, ppc64le, i586, armh, aarch64)
    libglslang0 (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Konstantin Lepikhov

    Список участников:
    Konstantin Lepikhov
    Sergey Bolshakov
    Nazarov Denis

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

    Последнее изменение


    4 июня 2020 г. Konstantin Lepikhov 8.13.3743-alt1
    - stable release April 27, 2020 (8.13.3743).
    - update -alt patches.
    - added cmake files.
    29 августа 2019 г. Konstantin Lepikhov 7.12.3352-alt1
    - stable release August 20, 2019 (7.12.3352).
    - added strict dependency to spirv-tools.
    3 мая 2019 г. Konstantin Lepikhov 7.11.3188-alt2
    - Try to fix build w/ shared libspirv-tools.