summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ati-drivers/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-05-18linuxPackages.ati_drivers_x11: removeJonathan Ringer1-140/+0
Driver is no longer supported for kernels >= 4.1.
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-1/+1
2021-01-17pkgs/os-specific: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-4/+4
2019-03-12misc: Remove myself from list of maintainersJascha Geerds1-1/+1
Unfortunately I don't have the time anymore to maintain those packages.
2019-01-04treewide/xorg: replace *proto with xorgprotoLengyel Balazs1-3/+3
2018-12-25treewide: Fix broken Gmane URLsCraig Younkins1-1/+1
2018-11-04radeon-crimson: fix downloaddavidak1-2/+2
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-2/+2
It is deprecated and will be removed after 18.09.
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-4/+4
2017-02-11patch ati-drivers for kernel 4.9Matt McHenry1-1/+4
uses patch from https://github.com/imageguy/fglrx-for-Fedora/blob/master/fglrx_kernel_4.9.diff
2016-11-28linuxPackages.ati_drivers_x11: patch for kernel 4.7+ (#19810)Matt McHenry1-4/+7
2016-09-17Merge #18237: ati_drivers_x11: patch for kernel 4.6Vladimír Čunát1-2/+5
2016-09-03patch ati-drivers for kernel 4.6Matt McHenry1-2/+5
this uses the patch from https://github.com/manjaro/packages-extra/commit/ddae91f2 to account for https://github.com/torvalds/linux/commit/d4edcf0d and the patch from https://www.virtualbox.org/ticket/15298 to account for https://github.com/torvalds/linux/commit/09cbfeaf
2016-08-13linuxPackages.ati_drivers_x11: disable pic & format hardeningFranz Pletz1-0/+2
2016-05-20ati-drivers: migrate some patches from gentoo ati-driversEdward Tjörnhammar1-2/+9
https://anaongit.gentoo.org/git/repo/gentoo.git @ 52dac7bdbb16f2353b15137165b69056034d7ad0 and parents for further source information.
2016-05-12ati-drivers: 15.7 -> 15.12Edward Tjörnhammar1-26/+24
Also addresses breakage due to the multiple-outputs merge.
2016-02-03Merge recent 'staging' into closure-sizeVladimír Čunát1-26/+62
Let's get rid of those merge conflicts.
2016-01-24treewide: Mass replace 'xorg.libXrender}/lib' to refer the 'out' outputTuomas Tynkkynen1-1/+1
2016-01-24treewide: Mass replace 'xorg.libXrandr}/lib' to refer the 'out' outputTuomas Tynkkynen1-1/+1
2016-01-24treewide: Mass replace 'xorg.libXinerama}/lib' to refer the 'out' outputTuomas Tynkkynen1-1/+1
2016-01-24treewide: Mass replace 'xorg.libXext}/lib' to refer the 'out' outputTuomas Tynkkynen1-1/+1
2016-01-24treewide: Mass replace 'xorg.libX11}/lib' to refer the 'out' outputTuomas Tynkkynen1-1/+1
2016-01-20ati-drivers: Restore opengl & direct renderingTony White1-26/+60
- Removed a collision in the nix store - Removed dependency on qt - Fixed opengl and direct rendering by correcting some link paths - Some code refactored in builder.sh - Comments added/modified This pull request fixes #11740 and I recommend that it be considered as a hotfix for the stable channel due to the fact that opengl and direct rendering are broken there too.
2015-09-15xlibs: replace occurrences by xorgVladimír Čunát1-3/+3
This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
2015-08-03ati-drivers: give the patch file a more sensible nameDaniel Fox Franke1-1/+1
It makes several API fixes for several kernel versions so stop trying to enumerate them all in the filename.
2015-08-03ati-drivers: update to Catalyst 15.7 and fix build with recent kernelsDaniel Fox Franke1-4/+4
2015-01-14rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel1-1/+1
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-1/+1
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-12-10ati-driver: Fix support for linux kernel 3.17Jascha Geerds1-1/+1
2014-12-10ati-driver: Bump version to 14.12Jascha Geerds1-4/+3
2014-10-15ati-driver: Fix "Catalyst Control Center"Jascha Geerds1-2/+4
2014-09-07ati_unfree: Towards using ati unfree 32bit binary libsNathaniel Baxter1-13/+13
2014-09-07ati_unfree: Create a nixos module for the ati_unfree x11 driver andNathaniel Baxter1-2/+0
blacklist the radeon driver when ati_unfree is installed.
2014-09-07ati-drivers: bump version to 14.4Nathaniel Baxter1-3/+3
2014-02-10ATI-driver: the hash has changed, reported by: @ikervagyokCillian de Róiste1-1/+1
2014-01-23ati-drivers: update to 13.12 (close #1569)Jaka Hudoklin1-11/+15
This update is mostly effort from @MarcWeber and @vcunat, now tested on real hardware making sure it works with multiple GPUs and opencl.
2014-01-05Merge branch 'merge-kernel-builds' into upstream-masterShea Levy1-5/+6
This is a second attempt at unifying the generic and manual-config kernel builds (see #412 for the last time). The set of working kernel packages is a superset of those that work on master, and as the only objection last time was the size of the $dev closure and now both $out and $dev combined are 20M smaller than $out on master (see message for ac2035287fbec30d92165fd3839d1bf71b8edd47), this should be unobjectionable. Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-04Update and fix kernel packages to new kernel buildShea Levy1-5/+6
In most cases, this just meant changing kernelDev (now removed from linuxPackagesFor) to kernel.dev. Some packages needed more work (though whether that was because of my changes or because they were already broken, I'm not sure). Specifics: * psmouse-alps builds on 3.4 but not 3.10, as noted in the comments that were already there * blcr builds on 3.4 but not 3.10, as noted in comments that were already there * open-iscsi, ati-drivers, wis-go7007, and openafsClient don't build on 3.4 or 3.10 on this branch or on master, so they're marked broken * A version-specific kernelHeaders package was added The following packages were removed: * atheros/madwifi is superceded by official ath*k modules * aufs is no longer used by any of our kernels * broadcom-sta v6 (which was already packaged) replaces broadcom-sta * exmap has not been updated since 2011 and doesn't build * iscis-target has not been updated since 2010 and doesn't build * iwlwifi is part of mainline now and doesn't build * nivida-x11-legacy-96 hasn't been updated since 2008 and doesn't build Everything not specifically mentioned above builds successfully on 3.10. I haven't yet tested on 3.4, but will before opening a pull request. Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-03Merge pull request #1380 from offlinehacker/pkgs/ati-drivers/fix_downloadDomen Kožar1-0/+1
ati-drivers: fix download
2013-12-14ati-drivers: fix downloadJaka Hudoklin1-0/+1
2013-12-13ati-drivers: fix aticonfig segmentation faultJaka Hudoklin1-1/+2
Fix aticonfig tool by setting libXinerama to LD_LIBRARY_PATH
2013-11-05Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra1-1/+2
2013-08-22ati-proprietary: update, make it build with linux 3.10, fix breakage.Marc Weber1-8/+12
with contributions by Jaka Hudoklin.
2013-03-24Partially revert my recent kernelPackages changesShea Levy1-3/+5
First, pass in `self' again so that overriding works properly (thanks for pointing that out, @edolstra) Second, instead of having linuxPackages*.kernel mean something different inside the set and out, add a new attribute linuxPackages*.kernelDev, which for the generic kernel is simply linuxPackages*.kernel but for the manual-config kernel is the `dev' output (which has the build tree, source tree, etc.) The second change required trivial modifications in a bunch of expressions, I verified that all of the linuxPackages* sets defined in all-packages.nix have the same drv paths before and after the change. Signed-off-by: Shea Levy <shea@shealevy.com>
2013-01-17Remove unfree ATI drivers package from the channelEelco Dolstra1-4/+4
Urghhhhh...
2012-10-07making ati dirvers compile againMarc Weber1-2/+11
See comments on the nixos patch
2012-07-02ati-drivers: update download URLPeter Simons1-1/+1
Patch submitted by Jan Malakhovski <oxij@oxij.org>.