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: ca76a6873ad0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 24e6074a28b2
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 8, 2018

  1. vulkan-validation-layers: 1.1.82.0 -> 1.1.85.0

    This requires knock-on upgrades for glslang and spirv-tools.
    
    I have also made the validation layers easier to use:
    - library files identified by layer definitions now use absolute paths
    - the layer definition path is prepended to XDG_DATA_DIRS
    
    Previously, one would have to modify LD_LIBRARY_PATH or install the
    derivation in a known location for vulkan-loader to find relevant
    files. These changes make using validation layers in a nix-shell work automatically.
    
    Use XDG_DATA_DIRS environment variable rather than VK_LAYER_PATH
    acowley committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    6492af6 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Merge pull request #51672 from acowley/vulkan-validation

    vulkan-validation-layers: 1.1.82.0 -> 1.1.85.0
    alyssais committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    24e6074 View commit details
    Browse the repository at this point in the history