b0eb20f83a
Surprisingly, this actually improved our error detection slightly. The expression `- -half4(0)` can now be simplified to `half4(0)` at IR generation time, which allows the constant-folder to detect a constant zero (and from there, a division by constant zero). Change-Id: I8c4f6ab522efab5bf98913f9c6a1487b7af39a99 Bug: skia:11342, skia:11343 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/376842 Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com> |
||
---|---|---|
.. | ||
blend | ||
errors | ||
folding | ||
fp | ||
glsl | ||
inliner | ||
intrinsics | ||
metal | ||
runtime | ||
runtime_errors | ||
shared | ||
spirv | ||
workarounds | ||
README.txt |
This directory contains skslc-compiled output from matching source files in the /resources/sksl/ directory.