Skip to content

Update to clang 18.1.8 and Mesa 24.1.5 #3146

Merged
merged 26 commits into from
Aug 16, 2024

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    9368272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdea8f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96e2b4b View commit details
    Browse the repository at this point in the history
  4. clang: Disable tests

        CMake Error at CMakeLists.txt:117 (message):
          llvm-gtest not found.  Please install llvm-gtest or disable tests with
          -DLLVM_INCLUDE_TESTS=OFF
    pmenzel committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    934dce4 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    163b937 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86280d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a03290 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    041d499 View commit details
    Browse the repository at this point in the history
  5. glslang: Add version 14.3.0

    Required by Mesa:
    
        Program glslangValidator found: NO
    
    https://www.linuxfromscratch.org/blfs/view/svn/x/glslang.html
    pmenzel committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    53661b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb4265d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd1e4da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b843bbd View commit details
    Browse the repository at this point in the history
  9. spirv-tools: Add version 1.3.290.0

    [Description][1]:
    
    > The SPIRV-Tools package contains libraries and utilities for
    > processing SPIR-V modules.
    
    [1]: https://www.linuxfromscratch.org/blfs/view/svn/general/spirv-tools.html
    pmenzel committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    779a0b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9455a03 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b6ed1f View commit details
    Browse the repository at this point in the history
  12. spirv-llvm-translator: Add version 18.1.3

    [Descrpition][1]:
    
    > The SPIRV-LLVM-Translator package contains a library and utility for
    > converting between LLVM IR and SPIR-V code. This package currently
    > only supports the OpenCL/Compute version of SPIR-V.
    
    [1]: https://www.linuxfromscratch.org/blfs/view/systemd/general/spirv-llvm-translator.html
    pmenzel committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d631c9b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5a76af6 View commit details
    Browse the repository at this point in the history
  14. wayland-protocols: Update version from 1.25 to 1.35

        Dependency wayland-protocols found: NO found 1.25 but need: '>= 1.34'
        Run-time dependency wayland-protocols found: NO (tried pkgconfig and cmake)
    pmenzel committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    42660e9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4377882 View commit details
    Browse the repository at this point in the history
  16. wayland: Do not build API documentation

    > `-Ddocumentation=false`: This switch is used to disable building of
    > the API documentation. Remove it if you have installed optional
    > dependencies.
    pmenzel committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8c33219 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bf688ff View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    42e194f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    12b73c1 View commit details
    Browse the repository at this point in the history
  20. mesalib: meson: Replace true/false by enabled/disabled

        DEPRECATION: Option 'valgrind' value 'false' is replaced by 'disabled'
        DEPRECATION: Option 'glvnd' value 'true' is replaced by 'enabled'
    pmenzel committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    496917c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e9f265b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. mesalib: Explicitly disable intel-rt instead of revert commit

    The reverted commit enabled intel-rt by default [1]. So explicitly
    disable intel-rt [2].
    
    [1]: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11651
    [2]: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30595
    pmenzel committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9b05cbe View commit details
    Browse the repository at this point in the history