Skip to content
  1. Jun 22, 2017
    • 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. Jun 21, 2017
  3. Jun 20, 2017
  4. Jun 19, 2017
  5. Jun 18, 2017
  6. Jun 17, 2017
  7. Jun 15, 2017
  8. Jun 14, 2017
  9. Jun 13, 2017
  10. Jun 12, 2017
  11. Jun 11, 2017
Loading