3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/vulkan.scm
2020-06-17.guix-channel: Add primary URL....* .guix-channel: Add 'url'. Ludovic Courtès 2020-06-16.guix-channel: Add 'keyring-reference'....* .guix-channel: Add 'keyring-reference'. Ludovic Courtès c4b3 Efraim Flashner 2024-06-03gnu: spirv-llvm-translator: Skip tests on most platforms....* gnu/packages/vulkan.scm (spirv-llvm-translator)[arguments]: Only run tests when not cross-compiling and for x86_64-linux. Change-Id: If0025060e5aa24a9d90724966887ea03f4f8c4b3 Efraim Flashner 2024-06-03gnu: spirv-llvm-translator: Build shared library....* gnu/packages/vulkan.scm (spirv-llvm-translator)[arguments]: Adjust configure-flags to link the executable to the shared library location and enable building the shared libraries. Change-Id: I0f44e1562957fb7e6c2e6f7a10dceed8f32ca7ce Efraim Flashner 2024-05-01gnu: spirv-llvm-translator: Update to 18.1.0....This fixes a build failure (after mesa-updates merge, perhaps from the spirv-headers update). The package version corresponds to the LLVM version targeted, so inputs needed to be updated. * gnu/packages/vulkan.scm (spirv-llvm-translator): Update to 18.1.0. [inputs]: Replace llvm-15 with llvm-18. [native-inputs]: Ditto. Replace clang-15 with clang-18. Change-Id: I8ad51dd019e508a14b479a7481de62cdae446425 John Kehayias 2024-04-07gnu: glslang: Skip a test on powerpc-linux....* gnu/packages/vulkan.scm (glslang)[arguments]: When building for powerpc-linux add a phase to skip a test. Change-Id: I00fd2273fcd2514c3086eee433f74f0bb4c3ebe6 Efraim Flashner 2024-04-07gnu: glslang: Give more information on test failures....* gnu/packages/vulkan.scm (glslang)[arguments]: Adjust the 'check phase to run the tests in parallel, rerun tests which fail and to provide information when a test fails. Change-Id: I13962bb503a20338901cdd878d356e1bcce7f2eb Efraim Flashner 2024-04-04gnu: glslang: Fix building on riscv64-linux....* gnu/packages/vulkan.scm (glslang)[arguments]: When building for riscv64-linux add a configure-flag to link against -latomic. Change-Id: Ibf8dd0cac71e19f09ad730d88ddd5c8f7b44c14e Efraim Flashner 2024-04-01gnu: vulkan-validationlayers: Update to 1.3.280.0....The check phase was replaced which allows tests to actually run, but they crash on some hardware (reported in various issues upstream). * gnu/packages/vulkan.scm (vulkan-validationlayers): Update to 1.3.280.0. [source]: Add snippet to disable static library building. [inputs]: Add robin-hood-hashing and vulkan-utility-libraries. [arguments]: Remove previous configure-flags and add BUILD_TESTS, replace check phase, and update reason why tests are disabled. (%vulkan-sdk-version): Remove unused variable. Change-Id: I80ca002d8dbe71cad57f859ee34ac8f10e175907 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> dan 2024-04-01gnu: Add vulkan-utility-libraries....* gnu/packages/vulkan.scm (vulkan-utility-libraries): New variable. Change-Id: I5a7c3fa51150e2181197316f6b97a54f12a24236 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> dan 2024-04-01gnu: vulkan-tools: Update to 1.3.280.0....* gnu/packages/vulkan.scm (vulkan-tools): Update to 1.3.280.0. [source]: Add snippet to disable a test. [arguments]: Remove GLSLANG_INSTALL_DIR from configure-flags. Enable tests. Replace the check phase [native-inputs]: Add googletest. Change-Id: Iadf98fc95d0d70c3780159992ebc2fdff6a2d108 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> dan 2024-04-01gnu: volk: Update to 1.3.280.0....* gnu/packages/vulkan.scm (volk): Update to 1.3.280.0. Change-Id: I4f72df2ba6784f3dae93cf60361e1bceaf61d3bb Signed-off-by: John Kehayias <john.kehayias@protonmail.com> dan 2024-04-01gnu: vulkan-loader: Update to 1.3.280.0....According to <https://vulkan.lunarg.com/doc/view/1.3.231.1/linux/loader_and_layer_interface.html>, the Vulkan loader searches for manifest files in several directories, like in $HOME or ones set during compile-time. So, expose XDG_DATA_DIRS, which Vulkan will search, as a search-path to find ones from other packages, like mesa. * gnu/packages/vulkan.scm (vulkan-loader): Update to 1.3.280.0. [arguments]<#:phases>: Update the use-system-googletest phase. [native-search-paths]: New search path, XDG_DATA_DIRS. Change-Id: Ib270eeeea6500691a75c36612104c7ddb1c28dfb Signed-off-by: John Kehayias <john.kehayias@protonmail.com> dan 2024-04-01gnu: vulkan-headers: Update to 1.3.280.0....* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.3.280.0. Change-Id: Ie4c135fd53a9cacb36e766daba9524ce33fa5630 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> dan 2024-04-01gnu: shaderc: Update to 2024.0....* gnu/packages/vulkan.scm (shaderc): Update to 2024.0. [arguments]<#:configure-flags>: Specify python executable. <#:phases>: Remove drop-additional-glslang-deps phase. [inputs]: Move python from here ... [native-inputs]: ... to here. Change-Id: I3ca4b6560288f4b8ea9440a7fd0a7815b67471d8 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> dan 2024-04-01gnu: spirv-cross: Update to 1.3.280.0....* gnu/packages/vulkan.scm (spirv-cross): Update to 1.3.280.0. Change-Id: Ie8e45c6892892c02e3d970a831044ff9f70a9547 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> dan 2024-04-01gnu: glslang: Update to 1.3.280.0....* gnu/packages/vulkan.scm (glslang): Update to 1.3.280.0. [source]: Remove patch. [arguments]: Run tests. [inputs]: Add spirv-tools. * gnu/packages/patches/glslang-install-static-libs.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Ungerister it. Change-Id: I39ef23565e575179b292a1ab76d2d70c98f84767 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> dan 2024-04-01gnu: spirv-tools: Update to 1.3.280.0....* gnu/packages/vulkan.scm (spirv-tools): Update to 1.3.280.0. Change-Id: Ie6e438849f8f59a4b7616ab05e81c4a76d64dd9e Signed-off-by: John Kehayias <john.kehayias@protonmail.com> dan 2024-04-01gnu: spirv-headers: Update to 1.3.280.0....* gnu/packages/vulkan.scm (spirv-headers): Update to 1.3.280.0. Change-Id: I7a00d3c432a9f6901b3b91b7df2ded887b6101d1 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> dan 2024-01-03gnu: vulkan-loader: Fix cross-compiling....gnu/packages/vulkan.scm(vulkan-loader): [arguments]<#:configure-flags>: When cross-compiling, set -DBUILD_TESTS=OFF and -DUSE_GAS=OFF. [inputs]: Add libxrandr. Change-Id: I580e1c77c4b9b5a3483e93ff9eda78fbe07ec292 Zheng Junjie