Skip to content
  1. Dec 11, 2019
  2. Dec 10, 2019
  3. Dec 09, 2019
  4. Dec 08, 2019
  5. Dec 07, 2019
  6. Dec 06, 2019
  7. Dec 05, 2019
  8. Dec 03, 2019
  9. Dec 02, 2019
  10. Nov 30, 2019
  11. Nov 29, 2019
    • 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
Loading