1. 22 Jun, 2017 1 commit
    • Yuri Kunde Schlesner's avatar
      Memory: Fix crash when unmapping a VMA covering cached surfaces · f2a5a77e
      Yuri Kunde Schlesner authored
      Unmapping pages tries to flush any cached GPU surfaces touching that
      region. When a cached page is invalidated, GetPointerFromVMA() is used
      to restore the original pagetable pointer. However, since that VMA has
      already been deleted, this hits an UNREACHABLE case in that function.
      
      Now when this happens, just set the page type to Unmapped and continue,
      which arrives at the correct end result.
      f2a5a77e
  2. 21 Jun, 2017 9 commits
  3. 20 Jun, 2017 1 commit
  4. 19 Jun, 2017 3 commits
  5. 18 Jun, 2017 5 commits
  6. 17 Jun, 2017 2 commits
  7. 15 Jun, 2017 3 commits
  8. 14 Jun, 2017 1 commit
  9. 13 Jun, 2017 1 commit
  10. 12 Jun, 2017 2 commits
  11. 11 Jun, 2017 12 commits