commit | b3f071b41fdcf5926655d4be7cad1a9d585a1cee | [log] [tgz] |
---|---|---|
author | Sergey Ulanov <sergeyu@chromium.org> | Thu Aug 13 18:41:09 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 13 18:41:09 2020 |
tree | 7c03bda4ddb17848244b83e03e8d50bec76737e3 | |
parent | 5204141e92454f58d7412f06ded8fd49b92538aa [diff] |
Enable FD export extension in swiftshader. Previously Vulkan extensions VK_KHR_external_memory_fd and VK_KHR_external_semaphore_fd were not enabled for swiftshader because they were not supported. They are supported now, so they can be enabled. Bug: 963988 Change-Id: I4d72fe965038615f19311e1e5bca5600b54035ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353930 Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by: Peng Huang <penghuang@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#797768}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.