[roll] Roll fuchsia [vulkan][compact-image] Fix decommit on trim

If there are multiple imports of a buffer, each of them most be unpinned
before the decommit is legal. This happened to work before because
within a single driver multiple imports were being deduplicated, so an
unpin of one unpinned all of them. That doesn't happen anymore.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/691748
Original-Revision: 293dde0954bbfc4af945feecc227211da753c15e
GitOrigin-RevId: 1094ec434cad852a6c8e9fb9848f666275e86a6c
Change-Id: Iacfba9ff2c872c2100b0fd6e232662ead3fb7e9d
1 file changed
tree: e0d5ffee8f35a67fd5a012a77fc188f3b216551e
  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.