This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
skia2
Watch
1
Star
0
Fork
0
You've already forked skia2
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1380d2c02c
skia2
/
tests
/
sksl
/
shared
/
Ossfuzz26759.glsl
6 lines
44 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add unit test for error discovered by fuzzer. Before http://review.skia.org/330743 was submitted, this caused an assertion during CFG generation: http://screen/95ZaTYzon4bMVtE Change-Id: Icf93472394de3d17425ad1258a68b263cab88eb1 Bug: oss-fuzz:26759 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/330816 Auto-Submit: John Stiles <johnstiles@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
2020-10-30 17:26:35 +00:00
Performance experiment: disable control-flow analysis. This CL will be used to test for potential performance regressions (or improvements) that we might cause by disabling this optimization pass. It will be reverted in ~1 day. Change-Id: I26b7687c341eb6d81231406381c39869cfccf6d6 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/381259 Auto-Submit: John Stiles <johnstiles@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
2021-03-08 18:29:15 +00:00
void main() {
int i;
ivec3(i--);
}
Reference in New Issue
Copy Permalink