summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/vulkan-loader (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #94049 from CajuM/vulkan-upDoron Behar2020-10-151-2/+2
|\
| * vulkan-loader: 1.2.131.2 -> 1.2.141.0Câju Mihai-Drosi2020-09-241-2/+2
| |
* | vulkan-loader: fix pkgconfig libdir pathAnthony Cowley2020-09-231-1/+3
|/
* Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020Matthew Bauer2020-04-131-2/+2
|\ | | | | Cross compilation fixes [april 2020]
| * vulkan-loader: make cmake a native build inputMatthew Bauer2020-04-061-2/+2
| |
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|/
* vulkan-loader: use vulkan-headers include path in pkgconfig fileBenjamin Saunders2020-03-121-0/+4
|
* vulkan-loader: 1.1.144.0 -> 1.2.131.2Benjamin Saunders2020-02-111-8/+3
|
* Merge staging-next into stagingFrederik Rietdijk2019-08-312-50/+3
|\
| * Merge master into staging-nextFrederik Rietdijk2019-08-312-50/+3
| |\
| | * vulkan-*: 1.1.106 -> 1.1.114.0Jonathan Ringer2019-08-082-50/+3
| | |
* | | treewide: remove redundant recvolth2019-08-281-1/+1
| | |
* | | libglvnd, ocl-icd, vulkan-loader: Remove addOpenGLRunpath where not needed.Ambroz Bizjak2019-08-181-7/+1
|/ / | | | | | | For APIs that use driver config files, the config files should point to libraries using absolute paths, so `RUNPATH` should be unnecessary. It is still needed for `libGLX` because that does not use config files but the dispatch library receives just a vendor name from the X server.
* / treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* vulkan-loader: Always include /run/opengl-driver(-32)/share in search path.Ambroz Bizjak2019-06-082-1/+48
| | | | | | Even though FALLBACK_DATA_DIRS is set to include this, it only applies when XDG_DATA_DIRS is not defined, so the NixOS opengl.nix module still had to include these in the search path. Use a simple patch to force a default search path, consulted after all other search paths. Note that FALLBACK_DATA_DIRS is no longer set, and the default (/usr/local/share:/usr/share) applies.
* libglvnd, ocl-icd, vulkan-loader: Add driver library paths to RUNPATH.Ambroz Bizjak2019-05-221-3/+9
| | | | | | | | Previously we were relying on LD_LIBRARY_PATH to discover driver libraries (libGL, ligGLX, libEGL, OpenCL and Vulkan). This has the problem that setuid programs (in particular VirtualBox) ignore LD_LIBRARY_PATH. Fix it by setting RUNPATH in various dispatch libraries. This is not needed for libvdpau because it is already configured to look for libraries in the driver paths. Fixes https://github.com/NixOS/nixpkgs/issues/22760.
* vulkan-loader: 1.1.101.6 -> 1.1.106Alexander V. Nikolaev2019-04-181-2/+2
|
* vulkan-loader: remove headersBenjamin Saunders2019-03-301-4/+0
| | | | These now live in vulkan-headers.
* vulkan-loader: 1.1.85 -> 1.1.101.0Benjamin Saunders2019-03-201-3/+3
|
* vulkan-loader: lock rev, update sha256 after bumpYegor Timoshenko2018-10-131-5/+9
| | | | See: https://git.io/fxRIA
* vulkan-loader: update to match vulkan-headers at 1.1.85Lengyel Balazs2018-10-131-1/+1
|
* vulkan-loader: 1.1.77.0 -> 1.1.82.0Benjamin Saunders2018-08-291-2/+2
|
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-181-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
* Merge pull request #42638 from Ralith/vulkanMatthew Bauer2018-06-282-70/+15
|\ | | | | Vulkan updates
| * vulkan-loader: 1.1.70.0 -> 1.1.77.0Benjamin Saunders2018-06-262-70/+15
| |
* | treewide: http -> https (#42665)Ryan Mulligan2018-06-271-1/+1
|/
* Merge pull request #39094 from Ralith/vulkanxeji2018-05-021-2/+2
|\ | | | | vulkan-loader: fix broken symlink in output
| * vulkan-loader: fix broken symlink in outputBenjamin Saunders2018-04-171-2/+2
| |
* | Merge master into stagingFrederik Rietdijk2018-04-042-5/+31
|\|
| * vulkan-loader: 1.0.61.1 -> 1.1.70.0Benjamin Saunders2018-03-222-5/+31
| | | | | | | | Lockstep glslang and spirv-tools updates included
* | treewide: refactor to use libglvndNikolay Amiantov2018-03-261-2/+2
|/ | | | | | * Implement libGL as a symlink package which uses libraries from libglvnd and headers from Mesa (since ones from libglvnd are outdated). * Use libGL_driver.driverLink treewide; add FHS paths where possible.
* treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-241-2/+2
|
* vulkan-loader: 1.0.42.2 -> 1.0.61.1Benjamin Saunders2017-12-131-5/+6
|
* misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sedJohn Ericson2017-09-211-2/+1
| | | | | Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed.
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-211-1/+2
| | | | Only acts on one-line dependency lists.
* Merge pull request #24381 from ljli/vulkan-loader-demosMichael Raskin2017-05-011-2/+6
|\ | | | | vulkan-loader: demos: fix cube/cubepp
| * vulkan-loader: demos: fix cube/cubeppLeon Isenberg2017-03-271-2/+6
| |
* | vulkan-loader: 1.0.39.1 -> 1.0.42.2Benjamin Saunders2017-04-013-378/+3
|/
* vulkan-loader: fix search paths in suid processesBenjamin Saunders2017-02-202-2/+55
| | | | Fixes #22990
* vulkan-loader: 1.0.26.0 -> 1.0.39.1Benjamin Saunders2017-01-312-121/+293
|
* glslang, spirv-tools, vulkan-loader: add metainformationNikolay Amiantov2017-01-041-1/+2
|
* vulkan-loader: allow validation layers to be enabledDavid McFarland2016-11-132-3/+147
| | | | The loader now uses XDK_DATA_DIRS to find drivers and layers.
* vulkan-loader: allow 32-bit buildsDavid McFarland2016-11-131-2/+0
|
* vulkan-loader: package headers, layers and demosDavid McFarland2016-11-131-4/+13
|
* vulkan-loader: fix evaluation without sourceBenjamin Saunders2016-11-131-1/+9
|
* vulkan-loader: convert eval-time checks to build-timeVladimír Čunát2016-10-221-4/+10
| | | | | The checks depend on fetched source, so they forced building during evaluation.
* vulkan-loader: 1.0.21.0 -> 1.0.26.0Benjamin Saunders2016-10-121-6/+15
| | | | Also added asserts to ensure everything stays in sync.
* vulkan-loader: enable wayland WSIlummax2016-10-121-2/+6
|
* vulkan-loader: add `spirv-tools` as dependencylummax2016-10-121-4/+4
|
* vulkan-loader: init at 1.0.21.0Joe Hermaszewski2016-10-121-0/+33