[roll] Roll fuchsia [vkext] Early return on image memory allocation failure; Skip fast clear test on FEMU. If InitializeDirectImage() or InitializeDirectImageMemory() fails, the test should exit immediately; otherwise we may bind the image to invalid memory handles or create command buffers using these invalid images / memory objects, which could cause the ICD to crash. This CL changes the return type of InitializeDirectImage() to bool, and return type of InitializeDirectImageMemory() to std::optional<uint32_t> so that the caller could know if image/memory initialization succeeds. Also we disabled FastClear tests on FEMU, since it requests host-visible linear tiling images with ColorAttachment usage flags, which is not supported on FEMU. Original-Bug: 93576 Test: vkext_buffer_collection (w/ aosp/2101452 patched) Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/681223 Original-Revision: d82698812695c63fcf59308ebe7c0df2a676bf22 GitOrigin-RevId: 173f550beb553f098ac4ecc9d93d1940dd0db50c Change-Id: Ibcab4e316a2c7231852c5668bd884ce6e0216bc7
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.