commit | 9c5949a06dfa93436a20482a80e5b5a40bd9460b | [log] [tgz] |
---|---|---|
author | Peng Huang <[email protected]> | Thu Jun 11 19:20:54 2020 |
committer | Commit Bot <[email protected]> | Thu Jun 11 19:20:54 2020 |
tree | e4c50437e9d535a51731d07c9a428dea2cee6dee | |
parent | 9c0c6ecc84dc874dbb7ff6358196cdeaea48d18a [diff] |
vulkan: add SkExecutor used by skia to execute some CPU tasks With this executor, skia will off some CPU works (computing draw path, releasing vk resource, etc) from GPU main thread to background threads. Bug: None Change-Id: Iac3f235cb17e7896edd432d205a3bb7ab9cf8a0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2240132 Commit-Queue: Peng Huang <[email protected]> Reviewed-by: Brian Salomon <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#777434}
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.