summary refs log tree commit diff
path: root/pkgs/os-specific/linux/amdgpu-pro
Commit message (Collapse)AuthorAge
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | 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
* 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.
* Merge pull request #33685 from corngood/amdgpu-pro-upgradeMatthew Justin Bauer2018-03-19
|\ | | | | amdgpu-pro: 17.10 -> 17.40
| * amdgpu-pro: 17.10 -> 17.40David McFarland2018-01-12
| |
* | treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-24
|/
* amdgpu-pro: 16.60 -> 17.10David McFarland2017-04-08
|
* amdgpu-pro: 16.50 -> 16.60David McFarland2017-02-06
|
* amdgpu-pro: 16.40 -> 16.50 (#21502)David McFarland2017-01-10
|
* amdgpu-pro: 16.30.3-315407 -> 16.40-348864David McFarland2016-11-13
|
* amdgpu-pro: fix kernel module for linux-4.8David McFarland2016-11-13
|
* vulkan-loader: allow validation layers to be enabledDavid McFarland2016-11-13
| | | | The loader now uses XDK_DATA_DIRS to find drivers and layers.
* amdgpu-pro: Init at 16.30.3-315407David McFarland2016-10-11