Commit Graph

22 Commits

Author SHA1 Message Date
K900
d4bd2a8446 spirv-cross: 1.3.283.0 -> 1.3.290.0
Diff: https://github.com/KhronosGroup/SPIRV-Cross/compare/vulkan-sdk-1.3.283.0...vulkan-sdk-1.3.290.0

Changelog: https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/1.3.290.0
2024-08-31 13:51:13 +03:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
K900
5f747957b1 spirv-cross: 1.3.280.0 -> 1.3.283.0
Diff: https://github.com/KhronosGroup/SPIRV-Cross/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283.0

Changelog: https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/1.3.283.0
2024-05-15 07:59:34 +03:00
Weijia Wang
58b5b2748f treewide: fix version in changelog 2024-04-21 19:33:05 +02:00
K900
c0e45491bf spirv-cross: 1.3.275.0 -> 1.3.280.0
Diff: https://github.com/KhronosGroup/SPIRV-Cross/compare/vulkan-sdk-1.3.275.0...vulkan-sdk-1.3.280.0

Changelog: https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/24.05pre-git
2024-03-22 08:40:46 +03:00
K900
7703720885 spirv-cross: 1.3.268.0 -> 1.3.275.0
Diff: https://github.com/KhronosGroup/SPIRV-Cross/compare/vulkan-sdk-1.3.268.0...vulkan-sdk-1.3.275.0

Changelog: https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/24.05pre-git
2024-01-17 20:42:31 +03:00
h7x4
b8054ecd8a treewide: add mainProgram 2023-11-23 21:04:16 +01:00
K900
357a38bfd8 spirv-cross: 1.3.261.0 -> 1.3.268.0 2023-10-24 23:30:44 +03:00
K900
bcf8461991 spirv-cross: 1.3.250.0 -> 1.3.261.0
Diff: https://github.com/KhronosGroup/SPIRV-Cross/compare/sdk-1.3.250.0...sdk-1.3.261.0

Changelog: https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/23.11pre-git
2023-08-22 20:31:45 +03:00
K900
f2a2be87eb spirv-cross: 1.3.243.0 -> 1.3.250.0
Diff: https://github.com/KhronosGroup/SPIRV-Cross/compare/sdk-1.3.243.0...sdk-1.3.250.0

Changelog: https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/23.11pre-git
2023-06-23 12:59:36 +03:00
PedroHLC ☭
0bd070e1bc
spirv-cross: 1.3.239.0 -> 1.3.243.0 2023-04-03 11:46:58 -03:00
PedroHLC ☭
44a1fb1b9c
spirv-cross: 1.3.236.0 -> 1.3.239.0 2023-02-03 09:23:30 -03:00
Randy Eckenrode
7ae669fb78
spirv-cross: MoltenVK-1.1.5 -> 1.3.236.0 2023-01-23 19:44:18 -05:00
Sebastian Neubauer
90d2d02be6 spirv-cross: 2021-01-15 -> MoltenVK-1.1.5 2021-08-30 17:31:19 +02:00
Ben Siraphob
65e9dd0348 spirv-cross: expand platforms to all 2021-03-18 23:02:07 +07:00
Sebastian Neubauer
16bfde2e7e spirv-cross: 2020-09-17 -> 2021-01-15 2021-01-25 13:47:00 +01:00
Sandro
baf9e277a4
Merge pull request #98545 from Flakebi/spirv-cross
spirv-cross: 2020-06-29 -> 2020-09-17
2021-01-18 14:17:15 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
Sebastian Neubauer
9f55ee99dd spirv-cross: 2020-06-29 -> 2020-09-17
Add link to GitHub release as changelog.
2020-09-23 11:43:05 +02:00
R. RyanTM
e70f10458f spirv-cross: 2020-05-19 -> 2020-06-29 2020-06-30 15:54:44 +00:00
Sebastian Neubauer
1d44425519 spirv-cross: 2020-04-03 -> 2020-05-19 2020-05-19 16:07:11 +02:00
Flakebi
9acb7daac2 spirv-cross: init at 2020-04-03 2020-04-06 10:12:49 +02:00