1. 27 Feb, 2020 1 commit
  2. 22 Feb, 2020 2 commits
    • Merge pull request #2090 from amdrexu/bugfix · 07e1a0a6
      John Kessenich authored
      Fix an issue of SPV generation for imageAtomicStore.
    • Fix an issue of SPV generation for imageAtomicStore. · fb18b6df
      Rex Xu authored
      For GLSL function imageAtomicStore, it will be translated to
      OpImageTexelPointer + OpAtomicStore. The result type of
      OpImageTexelPointer must be the same as the sampled type of OpTypeImage.
      On translation, the result type is mistakenly fetched from operand list
      operands[2] while operands[2] corresponds to sampleNum whose type is
      always uint. This leads to an error if the image type is iimageXXX that is
      int image.
  3. 20 Feb, 2020 2 commits
  4. 19 Feb, 2020 2 commits
  5. 18 Feb, 2020 3 commits
  6. 17 Feb, 2020 1 commit
  7. 07 Feb, 2020 1 commit
  8. 06 Feb, 2020 6 commits
  9. 05 Feb, 2020 1 commit
  10. 04 Feb, 2020 2 commits
  11. 02 Feb, 2020 1 commit
  12. 30 Jan, 2020 2 commits
  13. 29 Jan, 2020 1 commit
  14. 28 Jan, 2020 1 commit
  15. 27 Jan, 2020 6 commits
  16. 24 Jan, 2020 1 commit
  17. 21 Jan, 2020 1 commit
  18. 17 Jan, 2020 1 commit
  19. 16 Jan, 2020 3 commits
  20. 15 Jan, 2020 2 commits