Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 01b254ec5029
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9258cea7e048
Choose a head ref

Commits on Mar 26, 2018

  1. libglvnd: 2016-12-22 -> 1.0.0

    Move driverLink attribute there.
    abbradar committed Mar 26, 2018
    Copy the full SHA
    6467c94 View commit details
  2. Copy the full SHA
    03a6766 View commit details
  3. mesa_noglu: build virgl driver

    It's used for 3D acceleration inside qemu.
    abbradar committed Mar 26, 2018
    Copy the full SHA
    803e87a View commit details
  4. 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.
    abbradar committed Mar 26, 2018
    Copy the full SHA
    6bf1421 View commit details
  5. qt4: remove OpenGL absolute path patch

    In resulting derivation there's no mention of this path anyway (checked with grep).
    abbradar committed Mar 26, 2018
    Copy the full SHA
    f362cf2 View commit details
  6. Copy the full SHA
    0934c8f View commit details
  7. Copy the full SHA
    d61e6c5 View commit details
  8. Copy the full SHA
    1e35a9c View commit details
  9. qemu: use SDL2 as SDL library

    This is needed for OpenGL support.
    abbradar committed Mar 26, 2018
    Copy the full SHA
    5f44faa View commit details
  10. qemu: add OpenGL support

    abbradar committed Mar 26, 2018
    Copy the full SHA
    1de04e4 View commit details
  11. Copy the full SHA
    e2d59e0 View commit details
  12. glxinfo: fix build

    abbradar committed Mar 26, 2018
    Copy the full SHA
    22671aa View commit details
  13. xorg: update autogeneration script

    * Fix shebang so that it's usable on NixOS;
    * Enable warnings (they were enabled with Perl flag before);
    * Switch from mesa to libGL.
    abbradar committed Mar 26, 2018
    1
    Copy the full SHA
    a798ec3 View commit details
  14. xserver service: cleanup LD_LIBRARY_PATH

    X libraries in LD_LIBRARY_PATH seem to not be needed anymore.
    I've tracked this addition as far as I could
    (02cef04) and they seem to be added for unfree
    NVIDIA and ATI drivers but at least for NVIDIA they are not needed anymore. We
    can add them with patchelf instead if it turns out to be the case with ATI.
    abbradar committed Mar 26, 2018
    Copy the full SHA
    4f0b59d View commit details
  15. xorg.xorgserver: don't use XORG_DRI_DRIVER_PATH

    Our patch which adds this envvar has been removed.
    abbradar committed Mar 26, 2018
    Copy the full SHA
    65da259 View commit details
  16. Copy the full SHA
    220d0de View commit details
  17. gtk3: fix build

    abbradar committed Mar 26, 2018
    Copy the full SHA
    db51b83 View commit details
  18. qt5.qtwebengine: fix build

    abbradar committed Mar 26, 2018
    Copy the full SHA
    a5b2e02 View commit details
  19. fbida: fix build

    abbradar committed Mar 26, 2018
    Copy the full SHA
    564f9be View commit details
  20. cogl: fix build

    abbradar committed Mar 26, 2018
    Copy the full SHA
    6493261 View commit details
  21. Copy the full SHA
    4b8e3c6 View commit details
  22. Copy the full SHA
    cdf1079 View commit details
  23. Copy the full SHA
    96a76b8 View commit details
  24. steam: add libGL to the environment

    Also remove duplicate libGLU.
    abbradar committed Mar 26, 2018
    Copy the full SHA
    9cdaddf View commit details
  25. bumblebee: remove X libraries from LD_LIBRARY_PATH

    They seem to no longer be needed.
    abbradar committed Mar 26, 2018
    Copy the full SHA
    7fe170b View commit details
  26. qemu: fix options

    oxij authored and abbradar committed Mar 26, 2018
    Copy the full SHA
    228eee6 View commit details
  27. spice-gtk: fix build

    oxij authored and abbradar committed Mar 26, 2018
    Copy the full SHA
    e822c85 View commit details
  28. webkitgtk218x: fix build

    oxij authored and abbradar committed Mar 26, 2018
    Copy the full SHA
    98a8a9b View commit details
  29. kodi: fix build

    oxij authored and abbradar committed Mar 26, 2018
    Copy the full SHA
    53af02b View commit details
  30. nvidia_x11.settings: fix build

    oxij authored and abbradar committed Mar 26, 2018
    Copy the full SHA
    8f6f69c View commit details
  31. libva: make libva-full the default

    It seems that all uses of `libva` it in nixpkgs except `mesa` and itself actually
    either will gain from using `libva-full` instead of `libva-minimal` by default
    or simply won't care.
    oxij authored and abbradar committed Mar 26, 2018
    Copy the full SHA
    c7cf808 View commit details
  32. libva1: full by default

    This follows similar changes for libva. Also move `libva-full` to aliases.nix
    with an intent to deprecate it later.
    abbradar committed Mar 26, 2018
    Copy the full SHA
    9258cea View commit details
Loading