summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/vulkan-loader (follow)
Commit message (Expand)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-april2020•••Cross compilation fixes [april 2020]Matthew Bauer2020-04-131-2/+2
|\
| * 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.•••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. Ambroz Bizjak2019-08-181-7/+1
|/ /
* / treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
|/
* vulkan-loader: Always include /run/opengl-driver(-32)/share in search path.•••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. Ambroz Bizjak2019-06-082-1/+48
* libglvnd, ocl-icd, vulkan-loader: Add driver library paths to RUNPATH.•••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. Ambroz Bizjak2019-05-221-3/+9
* vulkan-loader: 1.1.101.6 -> 1.1.106Alexander V. Nikolaev2019-04-181-2/+2
* vulkan-loader: remove headers•••These now live in vulkan-headers. Benjamin Saunders2019-03-301-4/+0
* vulkan-loader: 1.1.85 -> 1.1.101.0Benjamin Saunders2019-03-201-3/+3
* vulkan-loader: lock rev, update sha256 after bump•••See: https://git.io/fxRIA Yegor Timoshenko2018-10-131-5/+9
* 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 nixpkgs•••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 Matthew Bauer2018-07-181-2/+2
* Merge pull request #42638 from Ralith/vulkan•••Vulkan updatesMatthew Bauer2018-06-282-70/+15
|\
| * 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/vulkan•••vulkan-loader: fix broken symlink in outputxeji2018-05-021-2/+2
|\
| * 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.0•••Lockstep glslang and spirv-tools updates included Benjamin Saunders2018-03-222-5/+31
* | treewide: refactor to use libglvnd•••* 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. Nikolay Amiantov2018-03-261-2/+2
|/
* 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 sed•••Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed. John Ericson2017-09-211-2/+1
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`•••Only acts on one-line dependency lists. John Ericson2017-09-211-1/+2
* Merge pull request #24381 from ljli/vulkan-loader-demos•••vulkan-loader: demos: fix cube/cubeppMichael Raskin2017-05-011-2/+6
|\
| * 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 processes•••Fixes #22990 Benjamin Saunders2017-02-202-2/+55
* 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 enabled•••The loader now uses XDK_DATA_DIRS to find drivers and layers. David McFarland2016-11-132-3/+147
* 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-time•••The checks depend on fetched source, so they forced building during evaluation. Vladimír Čunát2016-10-221-4/+10
* vulkan-loader: 1.0.21.0 -> 1.0.26.0•••Also added asserts to ensure everything stays in sync. Benjamin Saunders2016-10-121-6/+15
* 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