1. 10 Dec, 2019 1 commit
  2. 09 Dec, 2019 5 commits
  3. 05 Dec, 2019 1 commit
  4. 04 Dec, 2019 2 commits
  5. 03 Dec, 2019 4 commits
  6. 02 Dec, 2019 1 commit
  7. 01 Dec, 2019 1 commit
  8. 28 Nov, 2019 1 commit
    • Fix #1981 · dd9e570d
      Malcolm Bechard authored
      Copy over incoming units localSize if it's set, and this->localSize is not set
      Also fix overwritting localSizeSpecId if it's already been set.
  9. 23 Nov, 2019 2 commits
  10. 22 Nov, 2019 3 commits
  11. 21 Nov, 2019 1 commit
    • Check for ENABLE_SPVREMAPPER flag in CMakeList files. · 04567eb2
      Dan Sinclair authored
      There is a flag to disable the SPVRemapper during the GLSLang build.
      That flag is check in some, but not all spots so if you try to build
      with SPVRemapper disabled you get CMake errors and compile errors.
      
      This CL fixs up the build so building with -DENABLE_SPVREMAPPER=0 will
      complete correclty.
  12. 18 Nov, 2019 1 commit
  13. 15 Nov, 2019 2 commits
  14. 14 Nov, 2019 1 commit
  15. 12 Nov, 2019 2 commits
  16. 11 Nov, 2019 1 commit
    • Fix construction issue for 8 and 16 bit types. · 1b93de4f
      Andreas Flöjt authored
      The problem is that constructing a float16_t, int8_t, uint8_t, int16_t,
      or uint16_t with a non 32-bit argument generates an aggregate with the
      wrong construction op. For int8_t and uint8_t, this resulted in a crash.
  17. 08 Nov, 2019 2 commits
  18. 07 Nov, 2019 2 commits
  19. 06 Nov, 2019 4 commits
  20. 05 Nov, 2019 1 commit
  21. 04 Nov, 2019 2 commits