[roll] Roll fuchsia [graphics] Remove VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT from vkreadback.

The Vulkan docs for VkImageCreateFlagBits at
https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkImageCreateFlagBits.html
imply that VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT is only needed to create
a VkImageView with a different format than the image. The vkreadback
test does not have this need.

Original-Bug:
Test: fx test //src/graphics/tests/vkreadback //src/graphics/tests/vkext
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/682184
Original-Revision: 85174f86c439b806abef8512363dd63fec0cf171
GitOrigin-RevId: aefa0b5f4ec3b074c66e1aa5b3fc94030ede37ea
Change-Id: I9784aa2f749ff3931a70c2f5050a89bdbd180907
1 file changed
tree: 5c4ff8066b67fa2646a6c6fd2d73de5ccf6e6ccd
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.