[roll] Roll fuchsia [vulkan] Simplify swapchain present queue

This CL makes some changes to simplify swpcahin present logic.

- `unsquashable` flag ensures that each present is unique. We don't
need to wait for one present to finish to start the next.
- We don't need to explicityle set timestamps to the current time as
we are targeting the next closes frame. That can be expressed by 0.
- Rename fences to fence_signalers to clarify the difference.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1152093
Original-Revision: 50617ec06b998e6c74fafce2a93c0315f48c025a
GitOrigin-RevId: ae73614bd67e5ec145a8da06141ad50720b6d648
Change-Id: I592c0b0c431b4ebe9c67907344c3495507b41843
1 file changed
tree: a3c3bc0dbe0001319931625b6f68a19af86eb103
  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.