1. 11 Sep, 2018 2 commits
  2. 10 Sep, 2018 1 commit
  3. 07 Sep, 2018 3 commits
  4. 31 Aug, 2018 4 commits
  5. 30 Aug, 2018 5 commits
  6. 27 Aug, 2018 1 commit
    • tooling: Fix update sources script for Python 3 · 0cb8ad55
      Karl Schultz authored
      This one small change allows the update_glslang_sources.py script to operate correctly with Python 2 and Python 3.
      
      Change the string literal type to "bytes" so that it matches the type returned by the subprocess calls.  Otherwise, under Python 3, the search for "known-good" in the list of remotes always fails.  This is OK for the first execution of update_glsang_sources, since the remote is not there on the first run.  But on subsequent runs, the search still fails to match and the script stops when trying to create a remote that already exists.
  7. 23 Aug, 2018 3 commits
  8. 22 Aug, 2018 1 commit
  9. 20 Aug, 2018 2 commits
  10. 18 Aug, 2018 1 commit
  11. 17 Aug, 2018 2 commits
    • Merge pull request #1476 from greg-lunarg/kg24 · 09d7672d
      John Kessenich authored
      Update SPIRV-Tools known good.
    • Update SPIRV-Tools known good. · 1676e73d
      GregF authored
      Includes:
      
          Update OpPhi instructions after splitting block. (#1783)
          Don't change decorations and names in merge return. (#1777)
          Transform to combine consecutive access chains
          Handle undef literal value in vector shuffle
          Fix block ordering in dead branch elim
          Fix finding constant with particular type. (#1724)
          Fix infinite loop while folding OpVectorShuffle (#1722)
          Fix size error when folding vector shuffle. (#1721)
          Layout validation: Permit {vec3; float} tight packing
  12. 16 Aug, 2018 1 commit
  13. 14 Aug, 2018 2 commits
  14. 13 Aug, 2018 3 commits
  15. 09 Aug, 2018 7 commits
  16. 06 Aug, 2018 2 commits