1. 01 May, 2020 4 commits
  2. 30 Apr, 2020 14 commits
  3. 29 Apr, 2020 9 commits
  4. 28 Apr, 2020 6 commits
  5. 27 Apr, 2020 6 commits
  6. 26 Apr, 2020 1 commit
    • ReinUsesLisp's avatar
      texture_cache: Reintroduce preserve_contents accurately · 8da16cf9
      ReinUsesLisp authored
      This reverts commit 94b0e2e5.
      
      preserve_contents proved to be a meaningful optimization. This commit
      reintroduces it but properly implemented on OpenGL.
      
      We have to make sure the clear removes all the previous contents of the
      image.
      
      It's not currently implemented on Vulkan because we can do smart things
      there that's preferred to be introduced in a separate commit.
      8da16cf9