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: 00a4323e6256
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f8b0f68fd525
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 23, 2018

  1. vulkan-loader: Fix validation layers.

    When vulkan tries to load validation layers, it looks for JSON files in
    several directories, one of which is:
    
    <vulkan-loader>/etc/vulkan/explicit_layer.d
    
    It does *not* look in:
    
    <vulkan-loader>/share/vulkan/explicit_layer.d
    
    Yet that is where the install phase of the vulkan-loader default.nix
    places the files.  Thus, I modified the install phase to place them in
    the etc location instead.
    Rotaerk committed Jun 23, 2018
    Copy the full SHA
    b7c4ff7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2018

  1. Merge pull request #38316 from Rotaerk/vulkan-etc

    Fix where Vulkan validation layer JSON files are placed by the nixpkgs install phase
    7c6f434c committed Jun 24, 2018
    Copy the full SHA
    f8b0f68 View commit details
    Browse the repository at this point in the history