1. 22 Oct, 2019 1 commit
    • ReinUsesLisp's avatar
      shader_ir/memory: Ignore global memory when tracking fails · 1ea07954
      ReinUsesLisp authored
      Ignore global memory operations instead of invoking undefined behaviour
      when constant buffer tracking fails and we are blasting through asserts,
      ignore the operation.
      
      In the case of LDG this means filling the destination registers with
      zeroes; for STG this means ignore the instruction as a whole.
      
      The default behaviour is still to abort execution on failure.
      1ea07954
  2. 19 Oct, 2019 2 commits
  3. 18 Oct, 2019 11 commits
  4. 17 Oct, 2019 14 commits
  5. 16 Oct, 2019 5 commits
  6. 15 Oct, 2019 7 commits