Skip to content
  1. May 01, 2020
  2. Apr 30, 2020
  3. Apr 29, 2020
  4. Apr 28, 2020
  5. Apr 27, 2020
  6. Apr 26, 2020
    • 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
Loading