about summary refs log tree commit diff
path: root/pkgs/development/tools/vulkan-validation-layers
AgeCommit message (Collapse)AuthorFilesLines
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 Gillespie2-9/+48
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-16vulkan: 1.2.189.1 -> 1.2.198.0Benjamin Saunders1-37/+5
Upstream has established rigorous tagging practices, allowing us to simplify things considerably.
2021-10-14vulkan: 1.2.182.0 -> 1.2.189.1Ellie Hermaszewska1-10/+10
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-15/+17
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-validation-layers: 1.2.162.0 → 1.2.176.0Kira Bruneau1-33/+39
2021-03-22vulkan-validation-layers: fix bug related to XDG_DATA_DIRS (#106085)Sebastian Zivota1-5/+0
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-2/+0
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2021-01-03vulkan: 1.2.141 -> 1.2.162Joe Hermaszewski1-16/+18
Also improve metadata for vulkan-validation-layers
2020-11-16vulkan-validation-layers: Add output for generated include filesJoe Hermaszewski1-0/+6
These are dependencies of other layers such as the layers in LunarG Vulkan Tools
2020-10-15Move glslang and vulkan-validation-layers overrides out of all-packagesCâju Mihai-Drosi1-6/+51
2020-09-24vulkan-validation-layers: 1.2.131.2 -> 1.2.141.0Câju Mihai-Drosi1-6/+22
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-11vulkan-validation-layers: 1.1.114.0 -> 1.2.131.2Benjamin Saunders1-3/+3
2019-08-08vulkan-*: 1.1.106 -> 1.1.114.0Jonathan Ringer1-4/+5
2019-08-03vulkan-validation-layers: 1.1.101.0 -> 1.1.106.0Benjamin Saunders1-4/+4
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-03-20vulkan-validation-layers: 1.1.85.0 -> 1.1.101.0Benjamin Saunders1-4/+3
2018-12-08vulkan-validation-layers: 1.1.82.0 -> 1.1.85.0Anthony Cowley1-4/+16
This requires knock-on upgrades for glslang and spirv-tools. I have also made the validation layers easier to use: - library files identified by layer definitions now use absolute paths - the layer definition path is prepended to XDG_DATA_DIRS Previously, one would have to modify LD_LIBRARY_PATH or install the derivation in a known location for vulkan-loader to find relevant files. These changes make using validation layers in a nix-shell work automatically. Use XDG_DATA_DIRS environment variable rather than VK_LAYER_PATH
2018-08-29vulkan-validation-layers: 1.1.77.0 -> 1.1.82.0Benjamin Saunders1-2/+2
2018-07-19Merge pull request #43834 from ryantm/https2Graham Christensen1-1/+1
treewide: http -> https
2018-07-19treewide: http -> httpsRyan Mulligan1-1/+1
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-06-26vulkan-validation-layers: init at 1.1.77.0Benjamin Saunders1-0/+28