commit | 9c5949a06dfa93436a20482a80e5b5a40bd9460b | [log][tgz] |
---|---|---|
author | Peng Huang <penghuang@chromium.org> | Thu Jun 11 19:20:54 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jun 11 19:20:54 2020 |
tree | e4c50437e9d535a51731d07c9a428dea2cee6dee | |
parent | 9c0c6ecc84dc874dbb7ff6358196cdeaea48d18a[diff] |
vulkan: add SkExecutor used by skia to execute some CPU tasksWith this executor, skia will off some CPU works (computing draw path,releasing vk resource, etc) from GPU main thread to background threads.Bug: NoneChange-Id:Iac3f235cb17e7896edd432d205a3bb7ab9cf8a0dReviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/2240132Commit-Queue: Peng Huang <penghuang@chromium.org>Reviewed-by: Brian Salomon <bsalomon@google.com>Reviewed-by: Daniel Cheng <dcheng@chromium.org>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 ishttps://www.chromium.org.
Documentation in the source is rooted indocs/README.md.
Learn how toGet 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.