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