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
base: ed27ba064ca6
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5c8472a2a176
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 9, 2019

  1. mesa: fix darwin and use meson auto features (PR #63912)

    This fixes the darwin build, while also using Meson’s auto features as
    much as possible. As a result, we avoid using having to specify
    default drivers and instead delegate that to Mesa’s build system.
    Removed other flags that were specified to the default in Mesa.
    
    The -fno-common is needed to address undefined symbol _lp_dummy_tile
    in the build.
    matthewbauer authored and vcunat committed Jul 9, 2019
    Copy the full SHA
    5c8472a View commit details
    Browse the repository at this point in the history