summary refs log tree commit diff
path: root/pkgs/development/libraries/ocl-icd
Commit message (Collapse)AuthorAge
* libglvnd, ocl-icd, vulkan-loader: Remove addOpenGLRunpath where not needed.Ambroz Bizjak2019-08-18
| | | | 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-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libglvnd, ocl-icd, vulkan-loader: Add driver library paths to RUNPATH.Ambroz Bizjak2019-05-22
| | | | | | | | 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.
* treewide: refactor to use libglvndNikolay Amiantov2018-03-26
| | | | | | * 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-24
|
* ocl-icd: fix cross-compilationJan Malakhovski2018-02-10
|
* ocl-icd: provide a variant for each opencl-headers versionJan Malakhovski2018-02-10
|
* ocl-icd: 2.2.9 -> 2.2.10Nikolay Amiantov2017-01-20
| | | | Patch to search for OpenCL vendor files in Mesa driver link directory.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* Updating wings and dependencies to match erlangLluĂ­s Batlle i Rossell2016-03-29
I updated the erlang esdl lib, added the erlang cl lib, added opencl-headers and ocl-icd to make wings build and run. I have not tested its opencl part; I only added dependencies so it builds.