commit | 9a6e42ff18133ef77066b82cb7e2d19788edd968 | [log] [tgz] |
---|---|---|
author | Ruiqi Mao <ruiqimao@google.com> | Mon Jul 09 14:16:56 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Jul 09 20:31:28 2018 +0000 |
tree | 29ca7c0dbd690c572b8fe222314f83b65cab493b | |
parent | c3833b4c152af3b6fa2a4c4ba7b1da02acd1af80 [diff] |
added caching of SkVertices SkVertices can now be "volatile", meaning they should not be cached. SkVertices is volatile by default if the argument is not given. Pulled from reverted CL: https://skia-review.googlesource.com/c/skia/+/138596 Docs-Preview: https://skia.org/?cl=139545 Bug: skia: Change-Id: I92cf832efe1c0aaa8f432eedde2678582dd2454e Reviewed-on: https://skia-review.googlesource.com/139545 Reviewed-by: Brian Osman <brianosman@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Ruiqi Mao <ruiqimao@google.com>