[roll] Roll fuchsia [vulkan] Change fence-signaling strategy in Vulkan FB swapchain.

This swapchain directly uses fuchsia.hardware.display.Coordinator.
Previously, it relied upon Coordinator to signal fences when the
corresponding resources are available for reuse.  Now, the swapchain
observes vsyncs to determine when to signal the fences itself.

Test: fx test vkcube-on-fb
Original-Fixed: 371015666
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1139753
Original-Revision: f956ea63849b96b1cf90cb03b75694206ff507ad
GitOrigin-RevId: 5fc16a555982e68c9fd0701f0f61dcbdd9cd72d5
Change-Id: Ifbb83b603e33efeb450aa465088dd96bb08ea748
1 file changed
tree: ccebf2407acf4d301b6eeddf432cd43c14bd7f9c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.