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/glslang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0de87ee9a5bf
Choose a base ref
...
head repository: KhronosGroup/glslang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6c479796f6e4
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    d519167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5d9dee View commit details
    Browse the repository at this point in the history
  3. Fix: #2014: Don't do "extension-on && version >= ..." keyword checks.

    Keywords should only have tests like "extension-on || version >= ...", or
    "extension-off && version <= ...".
    johnkslang committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    71b0100 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2018 from KhronosGroup/fix-2007-rationalize-inclu…

    …de-paths
    
    Fix #2007: Fix a couple relative header paths in header files.
    johnkslang authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    ff61c18 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2019 from KhronosGroup/fix-2014-dont-and-versions…

    …-extensions
    
    Fix: #2014: Don't do "extension-on && version >= ..." keyword checks.
    johnkslang authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    1afa2b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Fix #2020: PR #1977 broke HLSL member consistency, this finishes it...

    using an unitialized member.  This commit consistently does not use those
    HLSL members unless ENABLE_HLSL is on.
    johnkslang committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    1843c0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2021 from KhronosGroup/fix-2020-inconsistent-HLSL

    Fix #2020: PR #1977 broke HLSL member consistency, this fixes it.
    johnkslang authored Dec 10, 2019
    Configuration menu
    Copy the full SHA
    6c47979 View commit details
    Browse the repository at this point in the history
Loading