Commit Graph

44 Commits

Author SHA1 Message Date
K900
3eb5040f0c spirv-tools: 1.3.268.0 -> 1.3.275.0
Diff: https://github.com/KhronosGroup/SPIRV-Tools/compare/vulkan-sdk-1.3.268.0...vulkan-sdk-1.3.275.0
2024-01-17 20:42:31 +03:00
K900
be44f2d9db spirv-tools: 1.3.261.0 -> 1.3.268.0 2023-10-24 23:30:44 +03:00
Lassulus
18f8bf2150
Merge pull request #247943 from expipiplus1/spirv-tools-static 2023-08-28 08:02:25 +02:00
K900
a1097a20c1 spirv-tools: 2023.3.rc1 -> 1.3.261
Diff: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2023.3.rc1...v2023.2
2023-08-22 20:31:45 +03:00
Ellie Hermaszewska
88c0525456
spirv-tools: Add windows to platforms 2023-08-08 22:25:44 +08:00
Ellie Hermaszewska
71059446f9
spirv-tools: fix static build 2023-08-08 21:47:03 +08:00
K900
7226a56365 spirv-tools: 2023.2 -> 2023.3.rc1
Matches 1.3.250 SDK tag.
2023-06-23 12:59:36 +03:00
K900
2c8f7f3911 spirv-tools: 1.3.243.0 -> 2023.2, remove spirv-headers version check
Upstream versioning isn't consistent in the first place.
2023-05-01 15:10:06 +03:00
Vladimír Čunát
fd77cd7a01
Merge branch 'master' into staging-next
Indentation conflict in vulkan-related src fetches.
2023-04-08 11:33:08 +02:00
Ilan Joselevich
ee9df2c1a8
vulkan-headers: add update script 2023-04-04 15:52:36 +03:00
PedroHLC ☭
4805fe6c0a
spirv-tools: 1.3.239.0 -> 1.3.243.0 2023-04-03 11:46:25 -03:00
PedroHLC ☭
9102bfddb5
spirv-tools: 1.3.236.0 -> 1.3.239.0 2023-02-03 09:23:29 -03:00
PedroHLC ☭
705ca8e2b2
spirv-tools: 1.3.231.0 -> 1.3.236.0 2022-12-16 18:52:48 -03:00
Sandro Jäckel
df509993c8
spirv-tools: use clickable homepage 2022-11-28 05:37:56 +01:00
Sergei Trofimovich
b6b54ccd0e spirv-tools: disable blanket -Werror
`-Werror` flag usually causes build failures due to minor changes in
compiler versions. They might be useful for developers themselves but
are rarely useful for distributions.

For example right now `spirv-tools` fails to compile on `gcc-13` due to a
`gcc` infelicity: https://gcc.gnu.org/PR107488

While this concrete instance is a compiler bug generally `-Werror` makes
users' lives harder. Specific `-Werror=<foo>` are better way to prevent
certain classes of bugs.

The change removes planket `-Werror` with `-DSPIRV_WERROR=OFF` flag.
2022-11-01 23:00:57 +00:00
PedroHLC ☭
13c81425eb
spirv-tools: 1.3.224.1 -> 1.3.231.0 2022-10-25 15:26:58 -03:00
Artturi
eb15a96f8e
Merge pull request #181875 from Artturin/fix-pkg-config-2 2022-09-08 03:34:19 +03:00
Alexander Shpilkin
2ddb885824 spirv-tools: fix paths in pkg-config files 2022-09-07 21:44:35 +03:00
PedroHLC ☭
269df4a6e5
vulkan-sdk: 1.3.224.0 -> 1.3.224.1 2022-09-05 08:19:30 -03:00
PedroHLC ☭
3e2a42102b
Vulkan: 1.3.216.0 -> 1.3.224.0 2022-08-22 18:20:24 -03:00
PedroHLC ☭
4ed8247e1b
Vulkan: 1.3.211.0 -> 1.3.216.0 2022-08-08 11:31:53 -03:00
Sean D Gillespie
f089fdbc80
Vulkan: 1.2.198.0 -> 1.3.211.0
Update:
 * glslang
 * spirv-headers
 * spirv-toools
 * vulkan-extension-layer
 * vulkan-headers
 * vulkan-loader
 * vulkan-tools
 * vulkan-tools-lunarg
 * vulkan-validation-layers

Fixes #161060
2022-04-26 21:38:50 -04:00
Randy Eckenrode
cc9d4bc684
spirv-tools: enable support for Darwin 2022-02-16 17:17:06 -05:00
Benjamin Saunders
f19a3884bc vulkan: 1.2.189.1 -> 1.2.198.0
Upstream has established rigorous tagging practices, allowing us to
simplify things considerably.
2022-01-16 14:57:11 -08:00
Jan Solanti
e927818ed9 spirv-tools: 2020.2 -> 2021.3 2021-10-30 03:44:59 +03:00
Felix Buehler
87316d778b various: cleanup of "inherit version;" 2021-07-18 00:19:24 +02: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
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Câju Mihai-Drosi
9efc9c8e2d spirv-tools: 2019.4 -> 2020.2 2020-09-24 08:19:41 +03:00
Franz Pletz
5b4cf07af1
spirv-tools: 2019.3 -> 2019.4 2019-11-02 19:50:50 +01:00
Frederik Rietdijk
96e5474329 Merge master into staging-next 2019-08-31 18:04:31 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jonathan Ringer
96a64ff735 spirv-tools: 2019.1 -> 2019.3 2019-08-08 00:57:53 -07:00
Benjamin Saunders
d8d8a7a3eb spirv-tools: 2018-09-20 -> 2019.1 2019-03-20 17:51:39 -07:00
Anthony Cowley
6492af66e1 vulkan-validation-layers: 1.1.82.0 -> 1.1.85.0
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-12-08 00:51:39 -05:00
Benjamin Saunders
556c27e457 spirv-tools: 2018-06-06 -> 2018-07-04 2018-08-29 18:56:36 -07:00
Benjamin Saunders
2ebd32ab0c glslang: 2018-02-05 -> 2018-06-21 2018-06-26 20:38:00 -07:00
Benjamin Saunders
3808369103 vulkan-loader: 1.0.61.1 -> 1.1.70.0
Lockstep glslang and spirv-tools updates included
2018-03-22 21:41:04 -07:00
Benjamin Saunders
775d35d0b2 vulkan-loader: 1.0.42.2 -> 1.0.61.1 2017-12-13 11:18:11 -08:00
Benjamin Saunders
201960922c vulkan-loader: 1.0.39.1 -> 1.0.42.2 2017-04-01 12:28:59 -07:00
Benjamin Saunders
dbd4a35060 vulkan-loader: 1.0.26.0 -> 1.0.39.1 2017-01-31 04:47:19 +03:00
Nikolay Amiantov
e17b483669 glslang, spirv-tools, vulkan-loader: add metainformation 2017-01-04 12:57:22 +03:00
Benjamin Saunders
e0e27c83ab vulkan-loader: 1.0.21.0 -> 1.0.26.0
Also added asserts to ensure everything stays in sync.
2016-10-12 13:19:34 +01:00
lummax
9757757170 spirv-tools: init at 20160718 2016-10-12 13:19:34 +01:00