commit | 011a77357ec4a6b583417a875a337dc3ae34a416 | [log] [tgz] |
---|---|---|
author | Chris Dalton <csmartdalton@google.com> | Fri Dec 04 16:27:50 2020 -0700 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Dec 07 20:05:10 2020 +0000 |
tree | 00687fe773fed6ae2a7857107e8e9589471c8dab | |
parent | 198e6ea3f9713afdd088dd3e5861c209d8a33eb4 [diff] |
Use infinity to signal conics instead of NaN From reading the GLSL ES spec, behavior around NaN handling is not well defined. Infinity and isinf(), on the other hand, seems to be well defined. Bug: skia:10419 Change-Id: Id465a89a0d921707021974b5a64ec88bbcce0c33 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/341076 Commit-Queue: Chris Dalton <csmartdalton@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>