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: KhronosGroup/SPIRV-Cross
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b32a1b415043
Choose a base ref
...
head repository: KhronosGroup/SPIRV-Cross
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5431e1da2dc1
Choose a head ref
  • 13 commits
  • 193 files changed
  • 2 contributors

Commits on Sep 12, 2019

  1. Consider discard and demote as impure statements.

    Fixes cases where discard and demote are called in pure functions and
    the function result is not consumed.
    HansKristian-Work committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    bfa76ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1152 from KhronosGroup/fix-1151

    Consider discard and demote as impure statements.
    HansKristian-Work authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    c13e951 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    9b9ea1f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1154 from KhronosGroup/fix-1153

    CMake: Add option to skip installation targets.
    HansKristian-Work authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    f200117 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    c3ff67c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1156 from KhronosGroup/fix-1155

    Disable -Werror by default in CMake, fix -Wshorten-64-to-32 warnings.
    HansKristian-Work authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    87a3d4c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. CMake: Add option to force -fPIC.

    Used by projects who might embed SPIRV-Cross as part of a shared
    library, but not exported.
    HansKristian-Work committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    467d970 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1159 from KhronosGroup/fix-1157

    CMake: Add option to force -fPIC.
    HansKristian-Work authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    d821a90 View commit details
    Browse the repository at this point in the history
  3. Update external/ to SPIR-V 1.5

    Rolled the hashes used for glslang, SPIRV-Tools, and SPIRV-Headers to
    HEAD, which includes the update to 1.5.
    
    Added passing '--amb' to glslang, so I didn't have to explicitly set
    bindings in a large number of test shaders that currently don't, and
    now glslang considers them invalid.
    
    Marked all shaders that no longer pass spirv-val as .invalid.
    zoddicus committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    cf1bf1c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    470fd76 View commit details
    Browse the repository at this point in the history
  2. MSL: Fix 16-bit integer literals.

    There is no suffix, so bitcasts failed.
    HansKristian-Work committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    3c11254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02c34fe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1161 from KhronosGroup/roll-deps-merge

    Merge dependency update
    HansKristian-Work authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    5431e1d View commit details
    Browse the repository at this point in the history
Loading