Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mesa: 18.2.6 -> 18.3.1 #52501

Closed
wants to merge 1 commit into from
Closed

mesa: 18.2.6 -> 18.3.1 #52501

wants to merge 1 commit into from

Conversation

rnhmjoj
Copy link
Contributor

@rnhmjoj rnhmjoj commented Dec 18, 2018

Motivation for this change

Mesa finally has openGL 4.5 compatibility profile for radeon cards.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change
  • Tested execution of all binary files (none)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

I haven't tested this version yet, mainly because the method I've used before doesn't seem to work anymore. Overriding mesa_drivers with

  mesa_drivers = (unstable.mesa_noglu.overrideDerivation (old: rec {
    name = "mesa-noglu-18.3.1";
    version = "18.3.1";
    src = fetchurl {
      url = "https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz";
      sha256 = "0qyw9dj2p9n91qzc4ylck2an7ibssjvzi2bjcpv2ajk851yq47sv";
    };
  })).drivers;

doesn't seem to work. glxinfo displays the right version but programs can't find libGL.

@dtzWill
Copy link
Member

dtzWill commented Dec 19, 2018

Not sure why override doesn't work (esp why it would work previously but not for this?),
but I can report it's been working great for me for the past few days (and 18.3.0 before it).

FWIW: https://github.com/dtzWill/nixpkgs/commits/nixos-dtz/pkgs/development/libraries/mesa

Don't think there was anything needed other than hash changes :).

@dtzWill
Copy link
Member

dtzWill commented Dec 19, 2018

Please send this to staging due to rebuilds (cc #44831).

@rnhmjoj rnhmjoj closed this Dec 19, 2018
@rnhmjoj rnhmjoj mentioned this pull request Dec 19, 2018
10 tasks
@rnhmjoj rnhmjoj deleted the mesa branch February 23, 2019 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants