skia2/site/user
Brian Osman e11c43804b Remove use of uint from particle random system
uint (and bitwise operations) aren't supported by our minimum spec, and
they're going to be removed from public SkSL. For now, convert the
random generator to a good-enough chaotic sequence of high-frequency
sine waves.

If/when the interpreter (and particles) are converted to the newer skvm
backend, it will be straightforward to support custom intrinsics that
emit skvm instructions directly into the builder, and re-introduce a
better integer-based PRNG, without requiring SkSL language support.

Bug: skia:11093
Change-Id: I885b15a51a9e5c12b4274b5938d8deb77219d41b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/347036
Reviewed-by: John Stiles <johnstiles@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2020-12-23 16:21:17 +00:00
..
api Reland "Reland "Take GrContext private, GrDDLContext inherit from GrRecordingContext"" 2020-10-06 18:59:11 +00:00
modules Remove use of uint from particle random system 2020-12-23 16:21:17 +00:00
release add M88 release notes 2020-11-13 07:47:01 +00:00
sample Remove references to Golden/Diamond Master 2020-07-27 20:06:31 +00:00
special remove unused (and bit-rotting) Lua support 2020-09-09 14:33:32 +00:00
build.md Update docs for iOS deployment 2020-11-19 14:50:28 +00:00
color.md add a color management page to skia.org 2020-03-25 13:31:06 +00:00
download.md rewrite docs to explicitly use python2 2019-05-13 19:21:47 +00:00
index.md
issue-tracker.md
METADATA Add release section for milestones and rel notes 2019-09-09 20:34:38 +00:00
privacy.md Add link to general Google privacy policy. 2019-01-09 16:10:31 +00:00
tips.md Docs: fix @text_shadow, use blob, font. 2018-12-28 19:42:29 +00:00