1. 11 Dec, 2019 2 commits
  2. 10 Dec, 2019 9 commits
  3. 09 Dec, 2019 5 commits
  4. 08 Dec, 2019 3 commits
  5. 07 Dec, 2019 6 commits
  6. 06 Dec, 2019 4 commits
  7. 05 Dec, 2019 1 commit
  8. 03 Dec, 2019 2 commits
  9. 02 Dec, 2019 4 commits
  10. 30 Nov, 2019 3 commits
  11. 29 Nov, 2019 1 commit
    • ReinUsesLisp's avatar
      texture_cache/surface_base: Fix out of bounds texture views · ff64c395
      ReinUsesLisp authored
      Some texture views were being created out of bounds (with more layers or
      mipmaps than what the original texture has). This is because of a
      miscalculation in mipmap bounding. end_layer and end_mipmap are out of
      bounds (e.g. layer 6 in a cubemap), there's no need to add one more
      there.
      
      Fixes OpenGL errors and Vulkan crashes on Splatoon 2.
      ff64c395