1. 09 Dec, 2019 2 commits
  2. 05 Dec, 2019 1 commit
  3. 04 Dec, 2019 2 commits
  4. 03 Dec, 2019 4 commits
  5. 02 Dec, 2019 1 commit
  6. 01 Dec, 2019 1 commit
  7. 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.
  8. 23 Nov, 2019 2 commits
  9. 22 Nov, 2019 3 commits
  10. 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.
  11. 18 Nov, 2019 1 commit
  12. 15 Nov, 2019 2 commits
  13. 14 Nov, 2019 1 commit
  14. 12 Nov, 2019 2 commits
  15. 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.
  16. 08 Nov, 2019 2 commits
  17. 07 Nov, 2019 2 commits
  18. 06 Nov, 2019 4 commits
  19. 05 Nov, 2019 1 commit
  20. 04 Nov, 2019 3 commits
  21. 03 Nov, 2019 2 commits
  22. 02 Nov, 2019 1 commit