skia2/modules
Brian Osman e89d8ea20b Update particle system to use skvm, rather than ByteCode
This was the last remaining user of ByteCode. The skvm solution
is faster, and lets us delete the ByteCode system.

Testing on 15 instances of sinusoidal_emitter (90k particles):
  - ByteCode                     ~9   ms
  - ByteCode (older, optimized): ~5.5 ms
  - skvm                         ~2.1 ms

Change-Id: Ia2e5c9ab2d36c97e59af28a6f989bf212889e439
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/356919
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2021-01-21 23:07:29 +00:00
..
audioplayer implement SkAudioPLayer for Android 2020-12-15 00:12:48 +00:00
canvaskit Update particle system to use skvm, rather than ByteCode 2021-01-21 23:07:29 +00:00
particles Update particle system to use skvm, rather than ByteCode 2021-01-21 23:07:29 +00:00
pathkit [canvaskit] Update to emsdk 2.0.10 2020-12-14 15:27:28 +00:00
skottie Simplify common case for recttorect 2021-01-15 18:37:46 +00:00
skparagraph Include placeholder widths in minIntrinsicWidth 2021-01-19 22:47:56 +00:00
skplaintexteditor Enable ClangTidy check readability-const-return-type. 2020-08-07 17:42:38 +00:00
skresources Make SkBase64 interface less unpleasant. 2021-01-08 20:28:19 +00:00
sksg Simplify common case for recttorect 2021-01-15 18:37:46 +00:00
skshaper Avoid division by zero when shaping. 2021-01-19 15:53:14 +00:00
svg [svg] Implement SourceAlpha input for filter effects 2021-01-21 19:34:39 +00:00