commit | 22cc3be64b3eca38f8326016f83b0e6ad7ef008e | [log] [tgz] |
---|---|---|
author | Brian Osman <brianosman@google.com> | Wed Dec 30 10:38:15 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Jan 27 12:55:29 2021 +0000 |
tree | 9b800f6e677a3b20e4572fe696afd081ff0fac88 | |
parent | a78376bf2aea759082cb82658043e78463eaa6d1 [diff] |
Implement all public intrinsics directly in VM generator It's very easy to add intrinsics to the VM generator this way, (and there are others that can't be written in SkSL itself), so this makes everything consistent. Bug: skia:10913 Change-Id: I1fcd0047136459f1f6aee2cf4fd87e875edb7e3d Reviewed-on: https://skia-review.googlesource.com/c/skia/+/348879 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Mike Klein <mtklein@google.com>