commit | cddfce2c24581b3a6b61926cc4d2107721fc9bf2 | [log] [tgz] |
---|---|---|
author | Brian Osman <brianosman@google.com> | Mon Nov 23 14:54:33 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Nov 23 20:56:13 2020 +0000 |
tree | 1f04a3a010fea7c24235bd375c19720b22bd32b8 | |
parent | 3d58d5aa66684fa16d7c85d2457666b7368438aa [diff] |
Move GL's SkSL::Compiler to the GPU (like all other backends) This was the only backend that didn't store the compiler on the GrGpu, and also the only one that did lazy-instantiation. Trying to standardize this code a bit. Change-Id: Ibdd1bcc2dc9c3756b46a4c6f0543b5bb20fe135d Reviewed-on: https://skia-review.googlesource.com/c/skia/+/337716 Reviewed-by: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com>