commit | f71b070ffdcbbf8d9b3a403afc2c2502ba8c3bea | [log] [tgz] |
---|---|---|
author | Brian Osman <brianosman@google.com> | Wed Apr 03 13:04:16 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Apr 03 18:05:22 2019 +0000 |
tree | 9aec1fa58e4bb3dd37283e86a0d0f1dff680d432 | |
parent | 31ba7182d5e813b158f54520831434a6bd737447 [diff] |
Fix the GLSL persistent cache (and add a config to test it) We need to store (up to) three GLSL strings in the cache entry, along with the bookkeeping to reconstruct them. To make things simpler, we now store the null terminators. Change-Id: Ic4fe03cb5d774464372ceec8740da1bfe9069550 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/205823 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>