Skip to content
Snippets Groups Projects
  1. Sep 07, 2018
  2. Aug 31, 2018
  3. Aug 30, 2018
  4. Aug 27, 2018
    • Karl Schultz's avatar
      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.
  5. Aug 23, 2018
  6. Aug 22, 2018
  7. Aug 20, 2018
  8. Aug 18, 2018
  9. Aug 17, 2018
    • John Kessenich's avatar
      Merge pull request #1476 from greg-lunarg/kg24 · 09d7672d
      John Kessenich authored
      Update SPIRV-Tools known good.
    • GregF's avatar
      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
      1676e73d
  10. Aug 16, 2018
  11. Aug 14, 2018
  12. Aug 13, 2018
  13. Aug 09, 2018
  14. Aug 06, 2018
  15. Aug 03, 2018
  16. Aug 01, 2018
Loading