)]}'
{
  "commit": "ca2ada82f494505a4ef4eb59e9e8e1891703f57a",
  "tree": "9445c7b8f92d9bebfaf8893fe8fbb56e88d57cac",
  "parents": [
    "56db9c62c0da78617b288fe2557db827aaed2d94"
  ],
  "author": {
    "name": "Alexis Hetu",
    "email": "sugoi@google.com",
    "time": "Thu Oct 07 14:20:43 2021 -0400"
  },
  "committer": {
    "name": "swiftshader-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "email": "swiftshader-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Wed Oct 13 02:08:32 2021 +0000"
  },
  "message": "Fix border update when rendering to cube face\n\nAny notification that the contents of an image has been modified was\nmarked as requiring the image to have the VK_IMAGE_USAGE_STORAGE_BIT\nset. This was only true for a subset of the cases and most cases\nactually perform modifications using a direct memory accesses on the\nvk::Image memory, so this requirement was wrong most of the time.\n\nThis CL adds an explicit argument to ImageView::contentsChanged() so\nthat we can specify if the VK_IMAGE_USAGE_STORAGE_BIT is expected to\nbe set or not, depending on where the update comes from.\n\nBug: b/197658470\nTests: dEQP-VK.image.sample_cubemap.write_face_0\nChange-Id: I8290e329fa13215c23b31feef4fc8de391ce8032\nReviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/58008\nPresubmit-Ready: Alexis Hétu \u003csugoi@google.com\u003e\nReviewed-by: Nicolas Capens \u003cnicolascapens@google.com\u003e\nCommit-Queue: Alexis Hétu \u003csugoi@google.com\u003e\nTested-by: Alexis Hétu \u003csugoi@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8a33854b6da7c4d1f549cf906aeaf880ab850f84",
      "old_mode": 33188,
      "old_path": "src/Device/Blitter.cpp",
      "new_id": "bcf0218251ed0466a2e5ef67228bea1f91ec1731",
      "new_mode": 33188,
      "new_path": "src/Device/Blitter.cpp"
    },
    {
      "type": "modify",
      "old_id": "6b632ed32a1e3714bc0944b610183cb58556899c",
      "old_mode": 33188,
      "old_path": "src/Device/Renderer.cpp",
      "new_id": "7d9009ee2fa6f4396c79e24c041f351b72addde1",
      "new_mode": 33188,
      "new_path": "src/Device/Renderer.cpp"
    },
    {
      "type": "modify",
      "old_id": "b9e28147efeaf58602552f37321ae8066836666c",
      "old_mode": 33188,
      "old_path": "src/Vulkan/VkDescriptorSet.cpp",
      "new_id": "5c2af9524daea27112b87aa3eeb3e304e890c59f",
      "new_mode": 33188,
      "new_path": "src/Vulkan/VkDescriptorSet.cpp"
    },
    {
      "type": "modify",
      "old_id": "80caad35b340691e43a94526dcaefac47fff2541",
      "old_mode": 33188,
      "old_path": "src/Vulkan/VkDevice.cpp",
      "new_id": "161cb0a21783e7bc27dec6108deff4046e71537a",
      "new_mode": 33188,
      "new_path": "src/Vulkan/VkDevice.cpp"
    },
    {
      "type": "modify",
      "old_id": "70330efdac61ec4afc9ddbc5e660604609272585",
      "old_mode": 33188,
      "old_path": "src/Vulkan/VkDevice.hpp",
      "new_id": "9e02379bf1b0d23b3d61f2cbf5bef16ffe22dd26",
      "new_mode": 33188,
      "new_path": "src/Vulkan/VkDevice.hpp"
    },
    {
      "type": "modify",
      "old_id": "86bfd3887adfc12174cdb506a09207444725a1e5",
      "old_mode": 33188,
      "old_path": "src/Vulkan/VkImageView.hpp",
      "new_id": "2121c5b9067b71a735bd7fa4eb8e7c7a9e5a2398",
      "new_mode": 33188,
      "new_path": "src/Vulkan/VkImageView.hpp"
    }
  ]
}
