about summary refs log tree commit diff
path: root/pkgs/tools/graphics/vulkan-tools
AgeCommit message (Collapse)AuthorFilesLines
2024-03-22vulkan-tools: 1.3.275.0 -> 1.3.280.0K9001-2/+2
Diff: https://github.com/KhronosGroup/Vulkan-Tools/compare/vulkan-sdk-1.3.275.0...vulkan-sdk-1.3.280.0
2024-01-28vulkan-tools: fix build on darwinWeijia Wang1-11/+0
2024-01-17vulkan-tools: 1.3.268.0 -> 1.3.275.0K9001-2/+4
Diff: https://github.com/KhronosGroup/Vulkan-Tools/compare/vulkan-sdk-1.3.268.0...vulkan-sdk-1.3.275.0
2023-12-03vulkan-tools: support cross compilationColin1-1/+4
2023-10-25vulkan-tools: fix build on DarwinRandy Eckenrode2-144/+13
* Disable the cube demo, which requires `ibtool`; * Modify it to find the MoltenVK ICD in the correct location; * Modify CMakeLists.txt to install `vulkaninfo` to $out/bin; and * Reenable Hydra platforms for Darwin.
2023-10-24vulkan-tools: 1.3.261 -> 1.3.268K9001-4/+4
2023-08-22vulkan-tools: 1.3.254 -> 1.3.261K9001-2/+3
Diff: https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.3.254...v1.3.261
2023-06-23vulkan-tools: 1.3.249 -> 1.3.254K9001-2/+4
Diff: https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.3.249...v1.3.254 Also add new Python dependency.
2023-05-01vulkan-tools: 1.3.243 -> 1.3.249, remove vulkan-headers version checkK9001-4/+3
The tools build just fine with older/newer headers generally.
2023-04-08Merge branch 'master' into staging-nextVladimír Čunát1-10/+7
Indentation conflict in vulkan-related src fetches.
2023-04-04vulkan-headers: add update scriptIlan Joselevich1-10/+7
2023-04-03vulkan-tools: 1.3.239.0 -> 1.3.243.0PedroHLC ☭1-2/+2
2023-02-03vulkan-tools: 1.3.236.0 -> 1.3.239.0PedroHLC ☭2-43/+11
2022-12-16vulkan-tools: 1.3.231.0 -> 1.3.236.0PedroHLC ☭1-2/+2
2022-10-25vulkan-tools: 1.3.224.1 -> 1.3.231.0PedroHLC ☭1-3/+3
2022-09-05vulkan-sdk: 1.3.224.0 -> 1.3.224.1PedroHLC ☭1-1/+1
2022-08-22Vulkan: 1.3.216.0 -> 1.3.224.0PedroHLC ☭1-2/+2
2022-08-08Vulkan: 1.3.211.0 -> 1.3.216.0PedroHLC ☭1-2/+2
2022-06-05vulkan-tools: fix Hydra breakage on DarwinRandy Eckenrode1-0/+1
Darwin requires access to Xcode for `ibtool`, so disable building on Hydra.
2022-05-23vulkan-tools: enable support for DarwinRandy Eckenrode2-3/+189
2022-05-03Vulkan: Refactor (pkgconfig -> pkg-config)Sean D Gillespie1-3/+3
Use pkg-config rather than pkgconfig
2022-04-26Vulkan: 1.2.198.0 -> 1.3.211.0Sean D Gillespie1-6/+38
Update: * glslang * spirv-headers * spirv-toools * vulkan-extension-layer * vulkan-headers * vulkan-loader * vulkan-tools * vulkan-tools-lunarg * vulkan-validation-layers Fixes #161060
2022-01-23vulkan-tools: 1.2.189.1 -> 1.2.198.0Benjamin Saunders1-2/+2
2021-10-14vulkan: 1.2.182.0 -> 1.2.189.1Ellie Hermaszewska1-2/+2
Updates - vulkan-headers - vulkan-loader - vulkan-validation-layers - vulkan-extension-layer - vulkan-tools - vulkan-tools-lunarg
2021-07-24vulkan: 1.2.176 -> 1.2.182Joe Hermaszewski1-7/+11
Updates - vulkan-headers - vulkan-loader - vulkan-validation-layers - vulkan-extension-layer - vulkan-tools - vulkan-tools-lunarg Also adds some additional asserts for version matching to these packages
2021-07-24vulkan-tools: 1.2.162.0 → 1.2.176.0Kira Bruneau1-8/+8
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-03Merge pull request #108300 from siraben/parallel-cmakeJohn Ericson1-1/+0
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-1/+0
2021-01-03vulkan: 1.2.141 -> 1.2.162Joe Hermaszewski1-2/+2
Also improve metadata for vulkan-validation-layers
2020-11-17vulkan-tools: Correct description in metadataJoe Hermaszewski1-2/+7
Use the github repo here as the homepage as lunarg.com has heaps of stuff besides these tools.
2020-09-24vulkan-tools: 1.2.131.1 -> 1.2.141.0Câju Mihai-Drosi1-5/+16
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-11vulkan-tools: 1.1.114.0 -> 1.2.131.1Benjamin Saunders1-2/+2
2019-08-31vulkan-headers, vulkan-tools: fix versionIvan Kozik1-1/+1
This fixes an assertion error in vulkan-loader on version == vulkan-headers.version: assertion failed at /nix/store/ca66sbxzxlxlfpb579nxxnw97z2ql1gv-source/pkgs/development/libraries/vulkan-loader/default.nix:8:1 The sha256 for vulkan-headers and vulkan-tools are unchanged because they were already set to the newer version. The correct version was lost in the staging-next merge.
2019-08-31Merge master into staging-nextFrederik Rietdijk1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-08vulkan-*: 1.1.106 -> 1.1.114.0Jonathan Ringer1-2/+2
2019-05-04vulkan-tools: 1.1.101.0 -> 1.1.106.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vulkan-tools/versions
2019-04-11vulkan-tools: add dependency on vulkan-headersAnthony Cowley1-2/+2
This fixes the build on NixOS.
2019-03-20vulkan-tools: 1.1.92 -> 1.1.101.0Benjamin Saunders1-2/+2
2018-12-08vulkan-tools: 1.1.85.0 -> 1.1.92R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vulkan-tools/versions
2018-11-01vulkan-tools: 1.1.85 -> 1.1.85.0 (#49615)Renaud1-3/+3
sdk-1.1.85 is a branch and not the stable release tag
2018-11-01vulkan-tools: 1.1.82.0 -> 1.1.85R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vulkan-tools/versions
2018-08-29vulkan-tools: 1.1.77.0 -> 1.1.82.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vulkan-tools/versions.
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-2/+2
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-07-05treewide: http -> httpsRyan Mulligan1-1/+1
2018-06-26vulkan-tools: init at 1.1.77.0Benjamin Saunders1-0/+28