1. 06 Feb, 2020 1 commit
    • Fix a parser error of GL_KHR_memory_scope_semantics · b4bab3ce
      Rex Xu authored
      When 2DMS or 2DMSArray is used, IMAGE_PARAMS will take an additional
      paramter to represent sample number. The semantics check should get the
      correct semantics values, taking this case into account.
  2. 05 Feb, 2020 1 commit
  3. 04 Feb, 2020 2 commits
  4. 02 Feb, 2020 1 commit
  5. 30 Jan, 2020 2 commits
  6. 29 Jan, 2020 1 commit
  7. 28 Jan, 2020 1 commit
  8. 27 Jan, 2020 6 commits
  9. 24 Jan, 2020 1 commit
  10. 17 Jan, 2020 1 commit
  11. 16 Jan, 2020 3 commits
  12. 15 Jan, 2020 3 commits
  13. 10 Jan, 2020 1 commit
  14. 08 Jan, 2020 6 commits
  15. 07 Jan, 2020 3 commits
  16. 06 Jan, 2020 4 commits
  17. 03 Jan, 2020 1 commit
    • Fix glslang can't link multiple AST in a single stage · 05a5b532
      Roy authored
      Root cause:
      GlslangToSpv use symbol structure's ptr as a map key, but multiple shader object can build a new AST.
      In the AST the the same symbol has different ptr point to their structure, so indext map faild.
      
      solution:
      Add a new map glslangTypeToIdMap to map ptr to symbol id, and use symbol id to index memberRemapper.
  18. 30 Dec, 2019 2 commits