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

    Исходный пакет: DirectXShaderCompiler
    Версия: 1.6.2112-alt0.4.g6f204c7
    Собран:  7 февраля 2023 г. 12:00 в задании #311755
    Категория: Разработка/C++
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/microsoft/DirectXShaderCompiler

    Лицензия: Apache-2.0 with LLVM-exception
    О пакете: DirectX Shader Compiler
    Описание: 
    The DirectX Shader Compiler project includes a compiler and related tools used
    to compile High-Level Shader Language (HLSL) programs into DirectX Intermediate
    Language (DXIL) representation. Applications that make use of DirectX for
    graphics, games, and computation can use it to generate shader programs.

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

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

    Список участников:
    Konstantin Lepikhov

      1. gcc9-c++
      2. libstdc++9-devel
      3. python3-devel
      4. cmake
      5. ninja-build
      6. spirv-headers
      7. git-core
      8. libspirv-tools-devel

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


    25 ноября 2022 г. Konstantin Lepikhov 1.6.2112-alt0.4.g6f204c7
    - Compile w/ gcc9.
    - Add clang support (still doesn't compile).
    25 ноября 2022 г. Konstantin Lepikhov 1.6.2112-alt0.3.g6f204c7
    - Added some fixes from upstream:
      + Fix-incorrect-REGDB_E_CLASSNOTREG-value
      + DxbcConverter-Fix-corruption-of-ICB-integer-values
    - Enable aarch64.
    23 ноября 2022 г. Konstantin Lepikhov 1.6.2112-alt0.2.g6f204c7
    - Disable LTO (cause problems on ix86).
    - Set cmake release target.