1. 24 Jan, 2021 1 commit
    • ReinUsesLisp's avatar
      vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCreateInfo · 6b00443b
      ReinUsesLisp authored
      Vulkan 1.0 didn't support creating sRGB image views on an ABGR8 VkImage
      with storage usage bits. VK_KHR_maintenance2 addressed this allowing to
      reduce the usage bits on a VkImageView.
      
      To allow image store on non-sRGB image views when the VkImage is created
      with sRGB, always create VkImages without sRGB and add the sRGB format
      on the view.
      6b00443b
  2. 15 Jan, 2021 27 commits
  3. 14 Jan, 2021 8 commits
  4. 13 Jan, 2021 4 commits