skia2/modules
Brian Osman 964b4465c4 Add particle GM that uses uniforms, fix related bug in particle effect
We weren't allocating uniform storage until after the first update, far
too late for users to pump uniform values in. They're now allocated as
soon as the effect is created, which is tested by the new GM.

Change-Id: Ia0084bcec5986479c350ead27d14344c3ed82520
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/362176
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2021-01-29 18:01:48 +00:00
..
audioplayer implement SkAudioPLayer for Android 2020-12-15 00:12:48 +00:00
canvaskit Revert "Hide SK_SUPPORT_LEGACY_DRAWIMAGE_NOSAMPLING flag" 2021-01-29 17:25:45 +00:00
particles Add particle GM that uses uniforms, fix related bug in particle effect 2021-01-29 18:01:48 +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 Add SkShaper::PurgeCaches. 2021-01-27 17:50:30 +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 More hiding of legacy drawImage calls 2021-01-22 13:53:42 +00:00
skshaper Add SkShaper::PurgeCaches. 2021-01-27 17:50:30 +00:00
svg Reland "[svg] Plumb a ResourceProvider" 2021-01-27 21:12:23 +00:00