Commit Graph

16 Commits

Author SHA1 Message Date
K900
9a925f11f2 spirv-headers: 1.4.350.0 -> 1.4.357.0
Diff: https://github.com/KhronosGroup/SPIRV-Headers/compare/vulkan-sdk-1.4.350.0...vulkan-sdk-1.4.357.0
2026-07-30 10:57:55 +03:00
Ryan Burns
3605cd7b42 spirv-headers: backport patch for SPIRV translator w/ LLVM 22
spirv-llvm-translator needs new definitions to compile with LLVM 22,
and there isn't a release containing this patch yet, so we must
backport it.

Additionally, switch spirv-llvm-translator to use `srcOnly` instead
of `.src` so that the new patch is picked up.
2026-06-24 18:43:29 -07:00
K900
bbfc13f3fe spirv-headers: 1.4.341.0 -> 1.4.350.0
Diff: https://github.com/KhronosGroup/SPIRV-Headers/compare/vulkan-sdk-1.4.341.0...vulkan-sdk-1.4.350.0
2026-05-13 11:06:10 +03:00
K900
96d98423a4 spirv-headers: 1.4.335.0 -> 1.4.341.0
Diff: https://github.com/KhronosGroup/SPIRV-Headers/compare/vulkan-sdk-1.4.335.0...vulkan-sdk-1.4.341.0
2026-02-03 17:28:28 +03:00
K900
0e4252c726 Vulkan SDK 1.4.328 -> 1.4.335 (#469541) 2025-12-11 06:46:36 +00:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
K900
ed62910c22 spirv-headers: 1.4.328.0 -> 1.4.335.0
Diff: https://github.com/KhronosGroup/SPIRV-Headers/compare/vulkan-sdk-1.4.328.0...vulkan-sdk-1.4.335.0
2025-12-10 12:33:42 +03:00
K900
742f250090 spirv-headers: 1.4.321.0-unstable-2025-06-24 -> 1.4.328.0
Diff: 9e3836d7d6...vulkan-sdk-1.4.328.0
2025-10-07 20:39:03 +03:00
Wolfgang Walther
c90b4b8ae5 various: run nixf-diagnose
Introduced via manual periodic merge.
2025-10-05 11:33:09 +02:00
Emily
aca6b30ddc spirv-headers: 1.4.321.0 -> 1.4.321.0-unstable-2025-06-24
This is required for the LLVM 21 bump.
2025-09-11 16:57:23 +01:00
K900
93a4ff754d spirv-headers: 1.4.313.0 -> 1.4.321.0
Diff: https://github.com/KhronosGroup/SPIRV-Headers/compare/vulkan-sdk-1.4.313.0...vulkan-sdk-1.4.321.0
2025-07-16 20:55:28 +03:00
K900
28dbfdd2f8 spirv-headers: 1.4.309.0 -> 1.4.313.0
Diff: https://github.com/KhronosGroup/SPIRV-Headers/compare/vulkan-sdk-1.4.309.0...vulkan-sdk-1.4.313.0
2025-05-06 20:47:31 +03:00
K900
02b917abe6 spirv-headers: 1.4.304.0 -> 1.4.309.0
Diff: https://github.com/KhronosGroup/SPIRV-Headers/compare/vulkan-sdk-1.4.304.0...vulkan-sdk-1.4.309.0
2025-03-13 20:55:29 +03:00
K900
c28b09d3eb spirv-headers: 1.3.296.0 -> 1.4.304.0
Diff: https://github.com/KhronosGroup/SPIRV-Headers/compare/vulkan-sdk-1.3.296.0...vulkan-sdk-1.4.304.0
2025-01-15 11:10:58 +03:00
Silvan Mosberger
667d42c00d treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00