commit | cdeb0926559e7adfa3a5b66148be5af91ed3243e | [log] [tgz] |
---|---|---|
author | Greg Daniel <egdaniel@google.com> | Mon Dec 20 12:37:56 2021 -0500 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Mon Dec 20 20:41:17 2021 +0000 |
tree | 3c9e50a678c026cb0c9bceb9ca089f9a48b0ed17 | |
parent | dd9ef457d9c090fd8ca158ee9a3c6d4c89acf2c4 [diff] |
[graphite] Move GrProcessorKeyBuilder to generic skgpu::KeyBuilder class. This also allows the KeyBuilder class to be used in Graphite. In Graphite I plan to use it for other keys besides building up shaders/processors so I dropped that from the name. There was nothing special abouts its implementation that made it specific to Processors anyways. Bug: skia:12754 Change-Id: I1b25730b061f9342b61e3b2e4ac43328b8074d59 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/486897 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>