commit | ff9be86c31490db71fd36fc5f48e11751141ad48 | [log] [tgz] |
---|---|---|
author | Yilong Li <liyl@fuchsia.infra.roller.google.com> | Thu Feb 10 19:24:53 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Feb 10 11:26:51 2022 -0800 |
tree | 26d41c250456f95e3a989ec86320a397d044f9aa | |
parent | fa39f307d09c477ba8442b7988c16cd2ed2a6078 [diff] |
[roll] Roll fuchsia [scenic] Do not crash Scenic on buffer collection failure. If a Scenic client requests to create Image2 / Image3 with a BufferCollectionExportToken but then the client is terminated before Scenic completes the import, sysmem will close all the other handles to the BufferCollection and thus cause all the buffer collection operations (including Vulkan buffer collection API calls) to fail. Thus we shouldn't do any debug assertion for the sysmem FIDL call results / Vulkan call results; instead we should always do error handling so that Scenic can tear down the Session correctly. Original-Bug: 93136 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/644034 Original-Revision: 061eb1937d30b07aa1fa568f843140f13cf7234c GitOrigin-RevId: 8563ea3dc1e70a0e4d48f1245106d3c44b3225c0 Change-Id: I2e4cd8fde51143829fed151f9a75e56186180ceb
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.