about summary refs log tree commit diff
path: root/pkgs/tools/graphics/glxinfo
Commit message (Collapse)AuthorAge
* glxinfo: updated to version 8.0.1Peter Simons2011-07-14
| | | | svn path=/nixpkgs/trunk/; revision=27779
* * Updated the X.org server to 1.8.2. Note that it no longer dependsEelco Dolstra2010-07-20
| | | | | | | | | on HAL but instead uses udev to autoconfigure input devices. We'll have to update the NixOS X server module accordingly, I guess. See https://fedoraproject.org/wiki/Input_device_configuration. * Updated Mesa to 7.8.2. svn path=/nixpkgs/branches/x-updates/; revision=22681
* * Mesa 7.4.1.Eelco Dolstra2009-04-20
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15195
* * Mesa 7.2.Eelco Dolstra2008-10-08
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13004
* * NVIDIA driver: set a RUNPATH on libGL.so and friends. This ensuresEelco Dolstra2008-06-04
| | | | | | | | | | | | that applications that link against it don't need to have its dependencies (like libXext) in *their* RUNPATHs. * glxinfo: don't add /var/run/opengl-driver/lib to the RUNPATH. Instead LD_LIBRARY_PATH should be set to /var/run/opengl-driver/lib at runtime. This is much more pure, and it obviates the need for patchelfing all OpenGL applications. (TODO: remove patchelf hacks for other OpenGL programs as well.) svn path=/nixpkgs/branches/stdenv-updates/; revision=11972
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * /var/state -> /var/run.Eelco Dolstra2007-06-09
| | | | svn path=/nixpkgs/trunk/; revision=8851
* nixpkgs dir: nvidia and libsrvgWouter den Breejen2007-05-28
| | | | svn path=/nixpkgs/trunk/; revision=8785
* * Added glxinfo/glxgears.Eelco Dolstra2007-04-18
svn path=/nixpkgs/trunk/; revision=8593